@charset "UTF-8";


/* sec_interview
***************************************************************/
.sec_interview{
  padding-top: 65px;
}
.interview_lead{
  text-align: center;
}

.sec_interview .linkWrap{
  --row-gap: clamp(50px, 6vw, 100px);
  margin-top: 65px;
}

@media all and (max-width:1024px){
  .sec_interview .linkWrap{
    --row-gap: clamp(25px, 6vw, 50px);
  }
}


.sec_interview .linkWrap a{
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.sec_interview .linkWrap a::after{
  content: '';
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6));
  position: absolute;
  bottom: 0;
  left: 0;
}

.linkWrap--txt{
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
}
.linkWrap--txt01{
  font-size: 25px;
}
.linkWrap--txt02{
  font-size: 15px;
  margin-top: 10px;
}

.sec_interview .linkWrap--img{
  display: block;
  transition: 0.3s;
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec_interview .linkWrap a:hover .linkWrap--img{
    transform: scale(1.2);
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_interview{
    padding-top: 50px;
  }
  .sec_interview .linkWrap{
    margin-top: 50px;
  }
  .sec_interview .linkWrap a::after{
    height: 40%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
  }
  .linkWrap--txt{
    bottom: 8px;
    left: 8px;
  }
  .linkWrap--txt01{
    font-size: 16px;
  }
  .linkWrap--txt02{
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
  }

}


/* sec_intro
***************************************************************/
@media all and (min-width:768px){
  .intro_img{
    width: 67%;
    height: 780px;
    margin-left: auto;
  }
  .interview01 .intro_img{
    background: url(../img/interview/01_main.jpg) center / cover no-repeat;
  }
  .interview02 .intro_img{
    background: url(../img/interview/02_main.jpg) center / cover no-repeat;
  }
  .interview03 .intro_img{
    background: url(../img/interview/03_main.jpg) center right 30% / cover no-repeat;
  }
  .interview04 .intro_img{
    background: url(../img/interview/04_main.jpg) center right 45% / cover no-repeat;
  }
  .interview05 .intro_img{
    background: url(../img/interview/05_main.jpg) center / cover no-repeat;
  }
  .interview06 .intro_img{
    background: url(../img/interview/06_main.jpg) center / cover no-repeat;
  }
}
@media all and (min-width:1920px){
  .intro_img{
    width: calc(100% - (((100% - 1760px) / 2) + 552px));
  }
}
@media all and (max-width:1919px) and (min-width:1024px){
  .intro_img{
    width: calc(100% - (412px + 8.3%));
  }
}
@media all and (max-width:1023px) and (min-width:768px){
  .intro_img{
    width: calc(100% - (328px + 8.3%));
  }
}


.intro_txt1{
  font-size: 28px;
  line-height: 2;
}
.intro_txt1 > h3{
  height: 220px;
  margin-top: 30px;
}

@media all and (max-width:1023px) and (min-width:768px){
  .intro_txt1{
    font-size: 22px;
  }
}

.intro_txt2{
  border-top: 2px solid var(--white);;
  padding-top: 100px;
}
.intro_txt2 > p{
  font-size: 16px;
}
.intro_txt2 > p + p{
  margin-top: 25px;
}
.intro_txt2 .intro_txt2--initial{
  font-size: 25px;
}




/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .sec_intro .inner{
    position: relative;
  }
  .intro_txtWrap{
    max-width: 392px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 160px;
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_intro{
    padding: 25px 0;
  }
  .intro_img{
    margin-top: 50px;
  }

  .intro_txt1{
    font-size: 18px;
    font-weight: 700;
  }
  .intro_txt1 > h3{
    font-size: 20px;
    height: auto;
    margin-top: 10px;
  }

  .intro_txt2{
    padding-top: 30px;
    margin-top: 30px;
  }

  .intro_txt2 > p + p{
    margin-top: 10px;
  }
  .intro_txt2 .intro_txt2--initial{
    font-size: 18px;
  }

}


/* sec_chapter
***************************************************************/
.sec_chapter{
  padding: 110px 0;
}
@media all and (max-width:1579px) and (min-width:1024px){
  .sec_chapter{
    padding: 6.9vw 0;
  }
}
.chapter_number{
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  color: var(--green);
}


.chapter_txt{
  border-top: 2px solid var(--white);;
  margin-top: clamp(40px, 3.9vw, 75px);
  padding-top: clamp(40px, 3.9vw, 75px);
}


@media all and (min-width:1024px){
  .sec_chapter .inner{
    display: flex;
    justify-content: space-between;
    min-height: 615px;
  }
  .chapter_txtWrap{
    width: 660px;
  }
  .chapter_img{
    width: 897px;
    position: relative;
    top: 65px;
    right: -5.8%;
  }
  .chapter02 .chapter_img{
    order: -1;
    left: -5.8%;
    right: auto;
  }

}

@media all and (max-width:1023px){
  .sec_chapter{
    padding: 50px 0;
  }
  .sec_chapter .inner{
    flex-direction: column;
  }
  .chapter_img{
    margin-top: 45px;
  }
}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
  
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){

  .chapter_number{
    font-size: 18px;
    height: auto;
  }

  .chapter_ttl{
    margin-top: 30px;
  }
  .chapter_txt{
    margin-top: 35px;
    padding-top: 35px;
  }

}


/* sec_schedule sec_other 共通
***************************************************************/
.interview_other_ttl{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 75px;
}
.interview_other_ttl .en{
  font-size: 24px;
  color: var(--green);
}
.interview_other_ttl .ja{
  font-size: 28px;
  margin-top: 15px;
}

.under_sec{
  padding: 75px 0;
}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .interview_other_ttl{
    margin-bottom: 50px;
  }
  .interview_other_ttl .en{
    font-size: 18px;
  }
  .interview_other_ttl .ja{
    font-size: 20px;
  }
  .under_sec{
    padding: 50px 0;
  }

}


/* sec_schedule
***************************************************************/
.time_wrap{
  position: relative;
  padding-left: 70px;
}
.time_wrap dl{
  display: flex;
  align-items: center;
  height: 125px;
  position: relative;
}
.time_wrap dl::before{
  content: '';
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--green);
  border: 4px solid var(--white);
  position: absolute;
  left: -70px;
  top: calc(50% - 23px);
  z-index: 1;
}
.time_wrap dl:not(:last-child)::after{
  content: '';
  width: 4px;
  height: 100%;
  background-color: var(--white);
  position: absolute;
  left: -49px;
  top: 60px;
}
.time_wrap dl + dl{
  border-top: 1px solid var(--gray);
}
.time_wrap dl .time{
  width: 90px;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--green);
  position: relative;
  top: 0.1em;
}
.time_wrap dl .com_ttl{
  line-height: 1.5;
  margin-top: 5px;
}

@media all and (min-width:1024px){
 .time_wrap dl .com_ttl{
    width: 300px;
    flex-shrink: 0;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .time_wrap dl .com_ttl {
    width: 250px;
    flex-shrink: 0;
    font-size: 22px;
  }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_schedule.under_sec{
    padding: 50px 0 10px;
  }
  .time_wrap{
    padding-left: 55px;
  }

  .time_wrap dl{
    align-items: initial;
    flex-direction: column;
    height: auto;
    padding: 45px 0;
  }

  .time_wrap dl::before{
    width: 30px;
    height: 30px;
    left: -55px;
    top: 50px;
  }
  .time_wrap dl:not(:last-child)::after{
    left: -42px;
    top: 65px;
  }

  .time_wrap dl .time{
    width: auto;
    font-size: 18px;
    top: 0;
  }

  .time_wrap dl .com_txt{
    margin-top: 10px;
  }

}



/* sec_other
***************************************************************/


.otherLink_wrap a {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.otherLink--img {
  display: block;
  transition: 0.3s;
}

.otherLink--txt{
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 1;
  text-shadow: var(--gray) 1px 0 10px;
}
.otherLink--txt01{
  font-size: 26px;
}
.otherLink--txt02{
  font-size: 16px;
  margin-top: 10px;
}

@media all and (min-width:1024px){
  .otherLink_wrap{
    --column-gap: clamp(50px, 6vw, 100px);
  }

}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .otherLink_wrap{
    --column-gap: clamp(20px, 2vw, 60px);
  }
  .otherLink--txt{
    bottom: 10px;
    left: 10px;
  }
  .otherLink--txt01{
    font-size: 16px;
  }
  .otherLink--txt02{
    font-size: 12px;
    margin-top: 10px;
  }

}


/*--------------------PC--------------------*/
@media all and (min-width:768px){
  .otherLink_wrap a:hover .otherLink--img{
    transform: scale(1.2);
  }

}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .otherLink--txt{
    bottom: 20px;
    left: 15px;
  }
  .otherLink--txt01{
    font-size: 21px;
  }
  .otherLink--txt02{
    font-size: 12px;
    margin-top: 10px;
  }

}



/* aaa
***************************************************************/

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
}

