@charset "UTF-8";

.interview-bg{
  background: url(../img/interview/bg.svg) center top / 100% auto no-repeat;
              padding-bottom: 1px;
}
@media screen and (max-width: 1366px) {
  .interview-bg{
    background-size: 1366px auto;
  }
}
@media screen and (max-width: 767px) {
  .interview-bg{
    background: url(../img/interview/bg-sp.svg) center top / 100% auto no-repeat;
  }
}

/* ▼▼▼ インタビュー
======================================================*/
.interview1{
  padding: 150px 0 20px;
}
.interview1 .container{
  max-width: 1090px;
  display: flex;
  flex-wrap: wrap;
  gap: 4.66%;
}
.interview1 .container a{
  color: #231815;
  width: 21.5%;
  margin-bottom: 60px;
}
.interview1 .container a:hover{
  opacity: 1;
}
.interview1 a figure{
  margin-bottom: 10px;
}
.interview1 a p{
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-right: 45px;
  min-height: 45px;
}
.interview1 a p:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 45px;
  height: 45px;
  background: url(../img/common/ic-plus.svg) center / 14px auto no-repeat #4e5f77;
  border-radius: 50%;
}
.interview1 a p span{
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .interview1{
    padding: 75px 0 15px;
  }
  .interview1 .container{
    gap: 9%
  }
  .interview1 .container a{
    width: 45.5%;
    margin-bottom: 40px;
  }
  .interview1 a p{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 35px;
    min-height: 32px;
  }
  .interview1 a p:after{
    width: 32px;
    height: 32px;
    background: url(../img/common/ic-plus.svg) center / 10px auto no-repeat #4e5f77;
  }
  .interview1 a p span{
    font-size: 11px;
  }
}

/* ▼ 詳細
----------------------------------------*/
.int-bg1{
  position: relative;
}
.int-bg1::before,
.int-bg1::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.int-bg1::before{
  background: #fff;
  z-index: -1;
  border-radius: 0 0 50% 110px;
}
.int-bg1::after{
  background: #4e5f77;
  z-index: -2;
}
.int-bg2{
  background: #4e5f77;
}
.interview2{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  border-radius: 0 0 110px 110px;
  position: relative;
}
.interview2 div{
  font-weight: 600;
  margin-left: calc(50% - 500px);
  position: absolute;
  left: 0;
  bottom: 10%;
}
.interview2 div .ttl{
  font-size: 37px;
  line-height: 1.7567;
  letter-spacing: .06em;
  margin-bottom: 30px;
}
.interview2 div .ttl span{
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 7px;
}
.interview2 div .ttl span.bg-white{
  padding-right: 10px;
}
.interview2 div dl dt{
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  width: fit-content;
  padding: 8px 30px;
  background: #4e5f77;
  margin-bottom: 10px;
}
.interview2 div dl dd{
  font-size: 20px;
  line-height: 1.375;
}
.interview2 figure{
  text-align: right;
  width: 57.1%;
}
.interview2 figure img{
  display: inline-block;
  border-radius: 0 0 120px 0;
}
@media screen and (max-width: 767px) {
  .int-bg1::before{
    border-radius: 0 0 70px 70px;
  }
  .interview2{
    display: block;
    position: relative;
    border-radius: 0 0 70px 70px;
    padding: 60px 10px 150px;
  }
  .interview2 div{
    margin-left: 0;
    position: absolute;
    bottom: 50px;
    left: 23px;
  }
  .interview2 div .ttl{
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 0;
  }
  .interview2 div .ttl span{
    display: inline-block;
    background: #fff;
    padding: 1px 10px;
    margin-bottom: 7px;
  }
  .interview2 div dl{
    margin-left: 10px;
  }
  .interview2 div dl dt{
    font-size: 16px;
    padding: 6px 25px;
    margin-bottom: 10px;
  }
  .interview2 div dl dd{
    font-size: 13px;
  }
  .interview2 figure{
    text-align: center;
    width: 100%;
  }
  .interview2 figure img{
    display: inline-block;
    border-radius: 0;
  }
}
.interview3{
  color: #fff;
  display: flex;
  padding: 70px 0 180px;
}
.interview3 .ttl1{
  margin-right: 90px;
}
.interview3 ol{
  padding-left: 0;
}
.interview3 ol li{
  font-weight: 600;
  display: flex;
}
.interview3 ol li .peri{
  font-size: 24px;
  text-align: right;
  width: 100px;
  margin-right: 12px;
}
.interview3 ol li .txt{
  font-size: 18px;
  line-height: 1.25;
  padding: 0 0 40px 53px;
  flex: 1;
  position: relative;
}
.interview3 ol li .txt:before,.interview3 ol li .txt:after{
  content: "";
  position: absolute;
  display: block;
  top: 8px;
}
.interview3 ol li .txt:before{
  left: 0;
  background: url(../img/common/ic-ttl1-white.svg) center / 24px auto no-repeat;
  width: 24px;
  height: 24px;
}
.interview3 ol li .txt:after{
  left: 12px;
  width: 2px;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .interview3{
    display: block;
    padding: 55px 0 125px;
  }
  .interview3 .ttl1{
    margin: 00 0 40px;
  }
  .interview3 ol li .peri{
    font-size: 16px;
    text-align: left;
    width: 4.5em;
    margin-right: 0;
  }
  .interview3 ol li .txt{
    font-size: 14px;
    padding: 0 0 30px 40px;
  }
  .interview3 ol li .txt:before,.interview3 ol li .txt:after{
    top: 2px;
  }
  .interview3 ol li .txt:before{
    background-size: 20px auto;
    width: 20px;
    height: 20px;
  }
  .interview3 ol li .txt:after{
    left: 10px;
  }
}

.int-bg3{
  background: url(../img/interview/bg-interview1.svg) right top 33px / 100% auto no-repeat,
              url(../img/interview/bg-interview2.svg) right bottom no-repeat #fff;
  border-radius: 110px;
  position: relative;
  padding: 110px 0;
  margin: -110px 0;
}
.interview4{
}
.interview4 .box{
  display: flex;
  margin-bottom: 130px;
}
.interview4 .box:nth-child(even){
  flex-direction: row-reverse;
}
.interview4 .box:last-child{
  margin-bottom: 0;
}
.interview4 .box figure{
  width: 40%;
}
.interview4 .box dl{
  flex: 1;
  margin-left: 70px;
  margin-right: calc(50% - 500px);
  padding-top: 70px;
  position: relative;
}
.interview4 .box:nth-child(even) dl{
  margin-left: calc(50% - 500px);
  margin-right: 70px;
}
.interview4 .box dl dt{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  background: #d16b7a;
  padding: 15px 25px 15px 65px;
  border-radius: 15px;
  min-width: 568px;
  white-space: nowrap;
  position: absolute;
  top: -25px;
  left: -128px;
}
.interview4 .box:nth-child(even) dl dt{
  left: 128px;
}
.interview4 .box dl dt:before{
  content: "Q";
  position: absolute;
  top: 15px;
  left: 20px;
  display: block;
}
.interview4 .box dl dd{
  font-size: 15px;
  line-height: 2;
}
.interview4 .box dl dd .lead{
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .int-bg3{
    background: url(../img/interview/bg-interview1.svg) right top 60vw / 700px auto no-repeat,
                url(../img/interview/bg-interview2.svg) right 15% bottom / 1000px auto no-repeat #fff;
    border-radius: 70px;
    position: relative;
    padding: 0 0 10px;
    margin: -70px 0;
  }
  .interview4 .box{
    display: block;
    margin-bottom: 50px;
  }
  .interview4 .box figure{
    width: 100%;
  }
  .interview4 .box dl{
    margin: -25px 20px 50px;
    padding-top: 0;
    position: relative;
  }
  .interview4 .box:nth-child(even) dl{
    margin: -25px 20px 50px;
  }
  .interview4 .box dl dt{
    font-size: 14px;
    padding: 15px 20px 15px 40px;
    border-radius: 15px;
    min-width: inherit;
    width: fit-content;
    position: static;
    white-space: inherit;
    margin-bottom: 30px;
  }
  .interview4 .box dl dd{
    font-size: 13px;
    line-height: 2;
  }
  .interview4 .box dl dd .lead{
    font-size: 17px;
    line-height: 1.41;
    margin-bottom: .5em;
  }
}

.int-bg4{
  background: url(../img/interview/bg-interview3.svg) left top 60px no-repeat #fff;
  border-radius: 110px 110px 0 0;
  margin-top: -110px;
  padding: 120px 0 90px;
  position: relative;
}
.int-bg4 .ttl1{
  color: #d16b7a;
  position: absolute;
  top: -160px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
}
.int-bg4 .ttl1 span{
  color: #231815;
}
.interview6{
  display: flex;
}
.interview6 div{
  font-weight: 600;
  width: 50%;
  padding-right: 1.5em;
}
.interview6 div p{
  margin-bottom: 5px;
}
.interview6 ol{
  padding-left: 0;
  margin: 0;
}
.interview6 ol li{
  display: flex;
}
.interview6 ol li span{
  color: #d16b7a;
  font-size: 22px;
  line-height: 1.1;
  width: 120px;
  padding-left: 30px;
  display: block;
  position: relative;
}
.interview6 ol li span.w215{
  width: 215px;
}
.interview6 ol li span:before,.interview6 ol li span:after{
  content: "";
  position: absolute;
  display: block;
  top: 1px;
}
.interview6 ol li span:before{
  left: 0;
  background: url(../img/common/ic-ttl1-pink.svg) center / 20px auto no-repeat;
  width: 20px;
  height: 20px;
}
.interview6 ol li span:after{
  left: 10px;
  width: 2px;
  height: 100%;
  background: #d16b7a;
}
.interview6 ol li:last-child span:after{
  content: none;
}
.interview6 ol li p{
  font-size: 15px;
  font-weight: 600;
  min-height: 2.5em;
  margin-bottom: 20px;
  flex: 1;
}
.interview6 ol li:last-child p{
  min-height: inherit;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .int-bg4{
    background: url(../img/interview/bg-interview3.svg) left bottom -170px no-repeat #fff;
    border-radius: 70px 70px 0 0;
    margin-top: -70px;
    padding: 80px 0 50px;
  }
  .int-bg4 .ttl1{
    top: -105px;
    right: inherit;
    left: 40px;
    margin: 0;
  }
  .interview6{
    display: block;
  }
  .interview6 div{
    width: 100%;
    padding-right: 0;
  }
  .interview6 div p.sp-pt40{
    padding-top: 40px;
  }
  .interview6 ol li span{
    font-size: 16px;
    width: 100px;
    padding-left: 25px;
  }
  .interview6 ol li span.w215{
    width: 170px;
  }
  .interview6 ol li span:before,.interview6 ol li span:after{
    top: 1px;
  }
  .interview6 ol li span:before{
    background: url(../img/common/ic-ttl1-pink.svg) center / 17px auto no-repeat;
    width: 17px;
    height: 17px;
  }
  .interview6 ol li span:after{
    left: 8px;
  }
  .interview6 ol:first-child li:last-child span:after{
    content: "";
  }
  .interview6 ol li p{
    font-size: 12px;
    line-height: 1.33;
    min-height: 2.5em;
    padding-top: 1px;
    margin-bottom: 22px;
  }
  .interview6 ol:first-child li:last-child p{
    min-height: 2.5em;
    margin-bottom: 22px;
  }
}
.int-bg5{
  color: #fff;
  background: url(../img/interview/int-bg5.webp) center / cover no-repeat;
  padding: 70px 0 85px;
}
.int-bg5 .container{
  min-width: 1200px;
}
.int-bg5 .ttl1{
  margin-bottom: 40px;
}
.int-bg5 p{
  font-size: 20px;
  font-weight: 600;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .int-bg5{
    padding: 50px 0;
  }
  .int-bg5 .container{
    min-width: inherit;
  }
  .int-bg5 .ttl1{
    margin-bottom: 15px;
  }
  .int-bg5 p{
    font-size: 15px;
    line-height: 2.33;
  }
}
.int-bg6{
  background: url(../img/interview/bg-interview4.svg) right top no-repeat;
  padding: 85px 0 100px;
}
.int-bg6 .container{
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.interview7{
  max-width: 1000px;
  margin-bottom: 75px;
}
.interview7 .slick-list{
  overflow: visible!important;
}
.interview7 .slick-track{
  display: flex;
}
.interview7 a{
  color: #231815;
  display: block;
  padding: 0 55px;
}
.interview7 a:hover{
  opacity: 1;
}
.interview7 a figure{
  margin-bottom: 15px;
}
.interview7 a p{
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  padding-right: 60px;
  min-height: 56px;
}
.interview7 a p:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 56px;
  height: 56px;
  background: url(../img/common/ic-plus.svg) center no-repeat #4e5f77;
  border-radius: 50%;
}
.interview7 a p span{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .int-bg6{
    background: none;
    padding: 25px 0 60px;
  }
  .int-bg6 .prl20{
    padding: 0 20px;
  }
  .int-bg6 .container{
    padding: 0;
  }
  .interview7{
    gap: 0;
    margin-bottom: 25px;
  }
  .interview7 .slick-list{
    overflow: hidden!important;
  }
  .interview7 a{
    padding: 0 15px;
    height: auto!important;
  }
  .interview7 a figure{
    margin-bottom: 10px;
  }
  .interview7 a p{
    font-size: 12px;
    padding-left: 12px;
    padding-right: 35px;
    min-height: 32px;
  }
  .interview7 a p:after{
    width: 32px;
    height: 32px;
    background: url(../img/common/ic-plus.svg) center / 10px auto no-repeat #4e5f77;
  }
  .interview7 a p span{
    font-size: 11px;
  }
}

/* dotsカスタム */
