@charset "UTF-8";

:root {
  --color-green-dark: #006d3c;
  --color-green-mid: #008a4a;
  --color-green-light: #d8efd8;
  --color-green-pale: #e8f5e8;
  --color-text: #1a1a1a;
  --color-text-sub: #333;
  --color-white: #fff;
  --inner-max: 1440px;
  --inner-pad: 20px;
  --header-h-pc: 100px;
  --header-h-sp: 76px;
  --radius-pill: 999px;
  --radius-box: 12px;
}


/* voice_detail
***************************************************************/
.voice_detail{
  height: 700px;
  background-color: var(--color-green-dark);
  position: relative;
  padding-top: 80px;
}

.detail_txt{
  width: 50%;
  color: var(--color-white);
  padding-right: 20px;

  .txt01{
    width: 68%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    border-bottom: 1px solid var(--color-white);
    padding-bottom: 1.6em;

    span{
      font-size: 24px;
      margin-bottom: 0.9em;
    }
  }

  .txt02{
    font-size: clamp(24px, 3.1vw, 26px);
    line-height: 1.92;
    margin-top: 1.8em;
  }
  .txt03{
    font-size: 16px;
    margin-top: clamp(70px, 6.6vw, 125px);

    span{
      display: inline-block;
      font-size: 24px;
      margin: 1.1em 0;
    }
  }
}

.detail_img{
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.interview01{
  .detail_img{
    background: url(../img/interview/interview01/interview01_01.jpg) center top / cover no-repeat;
  }
}
.interview02{
  .detail_img{
    background: url(../img/interview/interview02/interview02_01.jpg) center top / cover no-repeat;
  }
}
.interview03{
  .detail_img{
    background: url(../img/interview/interview03/interview03_01.jpg) center top / cover no-repeat;
  }
}
.interview04{
  .detail_img{
    background: url(../img/interview/interview04/interview04_01.jpg) center top / cover no-repeat;
  }
}
.interview05{
  .detail_img{
    background: url(../img/interview/interview05/interview05_01.jpg) center top / cover no-repeat;
  }
}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .voice_detail{
    height: auto;
    padding-top: 35px;
  }

  .detail_txt{
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;

    .txt01{
      width: 40%;
      min-width: 250px;
      font-size: 20px;
      padding-bottom: 1em;

      span{
        font-size: 18px;
        margin-bottom: 0.9em;
      }
    }

    .txt02{
      font-size: 18px;
      line-height: 1.7;
      margin-top: 1em;
    }
    .txt03{
      font-size: 14px;
      margin-top: 30px;

      span{
        display: inline-block;
        font-size: 18px;
        margin: 0.6em 0;
      }
    }
  }

  .detail_img{
    width: 100%;
    height: 0;
    position: initial;
    padding-top: 74%;
  }

}



/* interview_wrap
***************************************************************/
.interview_box{
  padding-top: 70px;

  .inner_bg{
    padding-top: 0;
  }

  > div{
    border-top: 1px solid var(--color-green-dark);
    margin-top: 55px;
    padding-top: 50px;
  }
}
.interview_box + .interview_box{
  padding-top: clamp(60px, 6vw, 120px);
}

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

@media all and (max-width:1024px){
  .interview_box{

    > div{
      margin-top: 25px;
      padding-top: 25px;
    }
  }
  .interview_box + .interview_box{
    padding-top: 60px;
  }

}

/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .interview_box{
    padding-top: 35px;

    > div{
      margin-top: 20px;
      padding-top: 25px;
    }
  }


}


/* other_interview
***************************************************************/
.other_interview{
  padding-top: 60px;
}
.other_interview_ttl{
  font-size: 20px;
  text-align: center;
  color: var(--color-green-dark);
}

.other_list{
  display: flex;
  justify-content: space-between;
  margin-top: 55px;

  > a{
    width: clamp(220px, 21vw, 272px);
    color: var(--color-green-dark);
    font-weight: 700;

    .other_img img{
      border-radius: 10px;
    }
    .other_txt1{
      font-size: 24px;
      margin-top: 0.75em;
    }
    .other_txt2{
      font-size: 16px;
      line-height: 1.5;
      margin-top: 1em;
    }
  }
}

@media all and (max-width:1024px){
  .other_list{
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 8%;
    margin-left: 2%;
    margin-right: 2%;

    > a{
      max-width: 272px;
      width: 44%;
    }

  }

}


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

    > a:hover{
      opacity: 0.7;
    }
  }

}

/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .other_list{
    > a{

      .other_txt1{
        font-size: 18px;
      }
      .other_txt2{
        font-size: 14px;
      }
    }
  }

}



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


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