@charset "utf-8";
#footer-area{
  margin-top: 20px;
}



.people-heading {
  position: relative;
}
.people-heading .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.people-heading .detail{
}
.people-heading .detail:before{
  background-color: #EDF7FF;
  position: absolute;
}
.people-heading-ttl h1{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .3em;
  line-height: 1.2;
}
.people-heading-ttl p{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 781px) {
  .people-heading{
    display: flex;
  }
  .people-heading .image{
    height: 500px;
    width: 70.79%;
  }
  .people-heading .detail{
    display: flex;
    align-items: center;
    text-align: center;
    width: 29.21%;
  }
  .people-heading .detail:before{
    content: "";
    display: block;
    height: 555px;
    width: 48.389%;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .people-heading-ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
  }
  .people-heading-ttl h1{
    font-size: 3.0rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .people-heading-ttl p{
    font-size: 2.0rem;
    margin-top: 45px;
  }
}
@media screen and (max-width: 780px) {
  .people-heading{
  }
  .people-heading .image{
    padding-bottom: 90%;
    width: 90%;
  }
  .people-heading .detail{
    padding: 60px 0 75px;
  }
  .people-heading .detail:before{
    content: "";
    display: block;
    width: 90%;
    right: 0;
    bottom: 0;
    top: 50px;
    z-index: -1;
  }
  .people-heading-ttl{
    text-align: center;
  }
  .people-heading-ttl h1{
    font-size: 2.2rem;
  }
  .people-heading-ttl p{
    font-size: 1.3rem;
    margin-top: 10px;
  }
}



.people-catch-wrap{
  text-align: center;
}
.people-catch-wrap > p{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.7;
}
.people-catch-wrap dt{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.people-catch-wrap dd{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}
@media print, screen and (min-width: 781px) {
  .people-catch{
    padding: 110px 0 85px;
  }
  .people-catch{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .people-catch-wrap > p{
    font-size: 4.0rem;
  }
  .people-catch-wrap dl{
    margin: 45px auto 0;
    width: 700px;
  }
  .people-catch-wrap dt{
    background-color: #EDF7FF;
    font-size: 1.4rem;
    padding: 3px;
  }
  .people-catch-wrap dd{
    font-size: 1.6rem;
    margin-top: 35px;
  }
}
@media screen and (max-width: 780px) {
  .people-catch{
    padding: 60px 0 150px;
  }
  .people-catch{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .people-catch-wrap > p{
    font-size: 3.0rem;
  }
  .people-catch-wrap dl{
    margin: 45px auto 0;
    width: 80%;
  }
  .people-catch-wrap dt{
    background-color: #EDF7FF;
    font-size: 1.4rem;
    padding: 3px;
  }
  .people-catch-wrap dd{
    font-size: 1.3rem;
    margin-top: 35px;
  }
}


.people-sec .image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.people-sec .image:after{
  background-color: #EDF7FF;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.people-sec .detail .sub{
  border-left: 1px solid #333333;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: .3em;
  line-height: 1.5;
}
.people-sec .detail-wrap h2{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.66;
}
.people-sec .detail-wrap p{
  line-height: 2.125;
}
@media print, screen and (min-width: 781px) {
  .people-sec{
    display: flex;
    padding-bottom: 75px;
    position: relative;
    margin-bottom: 150px;
  }
  .people-sec.reverse{
    flex-direction: row-reverse;
  }
  .people-sec .image{
    align-self: flex-start;
    height: 690px;
    width: 50.512%;
  }
  .people-sec .image:after{
    width: calc(50.512% + 190px);
    left: 0;
    top: 170px;
    bottom: 0;
  }
  .people-sec.reverse .image:after{
    left: auto;
    right: 0;
    top: 170px;
  }
  .people-sec .detail{
    display: flex;
    flex-direction: column;
    padding-left: 90px;
    width: 49.488%;
  }
  .people-sec.reverse .detail{
    align-items: flex-end;
    padding-left: 0;
    padding-right: 90px;
  }
  .people-sec .detail .sub{
    position: absolute;
    right: 0;
    top: 0;
  }
  .people-sec .detail-wrap{
    padding-top: 140px;
    position: relative;
    width: 85%;
    max-width: 444px;
  }
  .people-sec .detail-wrap h2{
    font-size: 3.0rem;
    margin-bottom: 85px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 780px) {
  .people-sec{
    padding-bottom: 75px;
    position: relative;
    margin-bottom: 100px;
  }
  .people-sec.reverse{
    flex-direction: row-reverse;
  }
  .people-sec .image{
    margin-left: auto;
    padding-bottom: 75%;
    width: 75%;
  }
  .people-sec.reverse .image{
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 75%;
    width: 75%;
  }
  .people-sec .image:after{
    width: 75%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .people-sec.reverse .image:after{
    right: auto;
    left: 0;
    top: 170px;
  }
  .people-sec .detail{
    padding: 80px 40px 0;
    position: relative;
  }
  .people-sec .detail .sub{
    position: absolute;
    left: 40px;
    top: 0;
    transform: translateY(-100%);
  }
  .people-sec.reverse .detail .sub{
    right: 40px;
    left: auto;
    top: 0;
  }
  .people-sec .detail-wrap h2{
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
  .people-sec .detail-wrap p{
    font-size: 1.4rem;
    line-height: 2.14;
  }
}




.ttl-schedule{
  text-align: center;
}
.ttl-schedule h2{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
}
.ttl-schedule p{
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.schedule{
  background-color: #5C9CCA;
  margin-top: 80px;
}
.schedule + .schedule{
  margin-top: 0;
}
.schedule.night{
  background-color: #008CB0;
}
.schedule.night > h3{
  background-color: #00546B;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.schedule.night > h3 > span{
  background: url("../../common/img/ic_night.svg") left center no-repeat;
}
.schedule-list > div > dt{
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #FFF;
}
.schedule-list > div > dd{
  background-color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .08em;
}
@media print, screen and (min-width: 781px) {
  .ttl-schedule h2{
    font-size: 2.2rem;
  }
  .ttl-schedule p{
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .schedule{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
  }
  .schedule:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
  }
  .schedule.night > h3{
    padding: 5px 10px;
    width: 400px;
  }
  .schedule.night > h3 > span{
    padding-left: 30px;
  }
  .schedule-list{
    margin: 0 auto;
    max-width: 1010px;
    position: relative;
    z-index: 1;
  }
  .schedule-list > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-right: 110px;
    margin-top: 20px;
  }
  .schedule-list > div > dt{
    font-size: 2.0rem;
    line-height: 1;
    text-align: right;
    width: 80px;
    position: relative;
  }

  .schedule-list > div > dd{
    margin-top: 0;
    padding: 15px 0;
    text-align: center;
    line-height: 1.2;
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 780px) {
  .ttl-schedule {
    background: url("../../common/img/ic_arrow_b.svg") center bottom no-repeat;
    background-size: 16px auto;
    padding-bottom: 48px;
  }
  .ttl-schedule h2{
    font-size: 2.0rem;
  }
  .ttl-schedule p{
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .schedule{
    padding: 65px 50px;
    overflow: hidden;
    position: relative;
  }
  .schedule:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
  }
  .schedule.night > h3{
    font-size: 1.3rem;
    padding: 20px 10px;
    margin-bottom: 100px;
    width: 51.282%;
  }
  .schedule.night > h3 > span{
    background-size: 10px auto;
    padding-left: 25px;
  }
  .schedule-list{
    position: relative;
  }
  .schedule-list:before{
    background-color: #FFF;
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
  }
  .schedule-list > div{
    position: relative;
  }
  .schedule-list > div > dt{
    background-color: #5C9CCA;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 15px;
    position: relative;
  }
  .schedule.night .schedule-list > div > dt{
    background-color: #008CB0;
  }
  .schedule-list > div > dd{
    font-size: 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0;
    line-height: 1.2;
    flex-grow: 1;
    margin-bottom: 20px;
    min-height: 62px;
  }
}




.people-trans01 .people-heading .image{
  background-image: url("../people_transportation/img/people01/img_main.jpg");
}
.people-trans01 #people-sec1 .image{
  background-image: url("../people_transportation/img/people01/img_photo1.jpg");
}
.people-trans01 #people-sec2 .image{
  background-image: url("../people_transportation/img/people01/img_photo2.jpg");
}
.people-trans01 #people-sec3 .image{
  background-image: url("../people_transportation/img/people01/img_photo3.jpg");
}


.people-trans02 .people-heading .image{
  background-image: url("../people_transportation/img/people02/img_main.jpg");
}
.people-trans02 #people-sec1 .image{
  background-image: url("../people_transportation/img/people02/img_photo1.jpg");
}
.people-trans02 #people-sec2 .image{
  background-image: url("../people_transportation/img/people02/img_photo2.jpg");
}
.people-trans02 #people-sec3 .image{
  background-image: url("../people_transportation/img/people02/img_photo3.jpg");
}


.people-trans03 .people-heading .image{
  background-image: url("../people_transportation/img/people03/img_main.jpg");
}
.people-trans03 #people-sec1 .image{
  background-image: url("../people_transportation/img/people03/img_photo1.jpg");
}
.people-trans03 #people-sec2 .image{
  background-image: url("../people_transportation/img/people03/img_photo2.jpg");
}
.people-trans03 #people-sec3 .image{
  background-image: url("../people_transportation/img/people03/img_photo3.jpg");
}


.people-trans04 .people-heading .image{
  background-image: url("../people_transportation/img/people04/img_main.jpg");
}
.people-trans04 #people-sec1 .image{
  background-image: url("../people_transportation/img/people04/img_photo1.jpg");
}
.people-trans04 #people-sec2 .image{
  background-image: url("../people_transportation/img/people04/img_photo2.jpg");
}
.people-trans04 #people-sec3 .image{
  background-image: url("../people_transportation/img/people04/img_photo3.jpg");
}
@media screen and (max-width: 780px) {
  .people-trans01 .people-heading .image{
    background-image: url("../people_transportation/img/people01/img_main_sp.jpg");
  }
  
  .people-trans02 .people-heading .image{
    background-image: url("../people_transportation/img/people02/img_main_sp.jpg");
  }
  
  .people-trans03 .people-heading .image{
    background-image: url("../people_transportation/img/people03/img_main_sp.jpg");
  }
  
  .people-trans04 .people-heading .image{
    background-image: url("../people_transportation/img/people04/img_main_sp.jpg");
  }
}






.people-tech01 .people-heading .image{
  background-image: url("../people_technology/img/people01/img_main.jpg");
  background-position: center top;
}
.people-tech01 #people-sec1 .image{
  background-image: url("../people_technology/img/people01/img_photo1.jpg");
}
.people-tech01 #people-sec2 .image{
  background-image: url("../people_technology/img/people01/img_photo2.jpg");
}
.people-tech01 #people-sec3 .image{
  background-image: url("../people_technology/img/people01/img_photo3.jpg");
}


.people-tech02 .people-heading .image{
  background-image: url("../people_technology/img/people02/img_main.jpg");
}
.people-tech02 #people-sec1 .image{
  background-image: url("../people_technology/img/people02/img_photo1.jpg");
}
.people-tech02 #people-sec2 .image{
  background-image: url("../people_technology/img/people02/img_photo2.jpg");
}
.people-tech02 #people-sec3 .image{
  background-image: url("../people_technology/img/people02/img_photo3.jpg");
}


.people-tech03 .people-heading .image{
  background-image: url("../people_technology/img/people03/img_main.jpg");
}
.people-tech03 #people-sec1 .image{
  background-image: url("../people_technology/img/people03/img_photo1.jpg");
}
.people-tech03 #people-sec2 .image{
  background-image: url("../people_technology/img/people03/img_photo2.jpg");
}
.people-tech03 #people-sec3 .image{
  background-image: url("../people_technology/img/people03/img_photo3.jpg");
}


.people-tech04 .people-heading .image{
  background-image: url("../people_technology/img/people04/img_main.jpg");
  background-position: center top;
}
.people-tech04 #people-sec1 .image{
  background-image: url("../people_technology/img/people04/img_photo1.jpg");
}
.people-tech04 #people-sec2 .image{
  background-image: url("../people_technology/img/people04/img_photo2.jpg");
}
.people-tech04 #people-sec3 .image{
  background-image: url("../people_technology/img/people04/img_photo3.jpg");
}
@media screen and (max-width: 780px) {
  .people-tech01 .people-heading .image{
    background-image: url("../people_technology/img/people01/img_main_sp.jpg");
  }
  
  .people-tech02 .people-heading .image{
    background-image: url("../people_technology/img/people02/img_main_sp.jpg");
  }
  
  .people-tech03 .people-heading .image{
    background-image: url("../people_technology/img/people03/img_main_sp.jpg");
  }
  
  .people-tech04 .people-heading .image{
    background-image: url("../people_technology/img/people04/img_main_sp.jpg");
  }
}