@charset "UTF-8";

.site-header {
  height: auto;
}

.globalnav {
  position: relative;
}


.section-hero .section-content .headline {
  color: #fff;
  text-align: center;
  background-image: url(../../assets/img/interview/common/hero-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 500px;
  position: relative;
  padding-top: 92px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .section-hero .section-content .headline {
    background-image: url(../../assets/img/interview/common/hero-bg-sp.jpg);
    height: 250px;
    padding-top: 78px;
  }
  .section-hero .section-content .headline__title img{
    width: 300px;
  }
}

.section-hero .content {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-67%);
  width: 960px;
  margin: 0% auto 0;
  text-align: center;
  color: #fff;
}

.section-hero .section-content p{
  position: relative;
  line-height: 2;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-hero .content {
    position: static;
    width: auto;
    transform: translate(0);
    color: #1e2e53;
    padding-top: 25px;
  }
  .section-hero .content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}


.section-hero .section-content .headline::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2NkYGD4z8DAwMjIAAUADikBA/gvnngAAAAASUVORK5CYII=) repeat;
  z-index: -1;
}

.interview-navi {
  position: relative;
}
.interview-navi ul {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
.interview-navi li {
  width: 190px;
  height: 190px;
  padding: 10px;
  display: inline-block;
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQYV2P8/////5z6lQxTGsMZQDRjdt2K/wxIACwAkwXRGCoAaQwUsf6WBzcAAAAASUVORK5CYII=) repeat;
}
.interview-navi li > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,1);
}
.interview-navi li:not(.current) > a:hover {
  background-color: rgba(255,255,255,0.9);
}

.interview-navi li.current > * {
  background-color: #1e2e53;
}
.interview-navi.bottom{
  transform: translateY(-88px);
  margin-bottom: 20px;
  width: 960px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .interview-navi ul {
    padding: 0 28px;
    flex-flow: wrap;
    margin-bottom: 33px;
  }
  .interview-navi li {
    width: 48.5%;
    height: 70px;
    padding: 5px;
  }
  .interview-navi li:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 10px;
  }
  .interview-navi.bottom{
    transform: translateY(0);
    margin-bottom: 0;
    padding: 45px 0 25px;
    width: auto;
  }
}


.section-intro {
  text-align: center;
  background-color: #fff;
  padding-top: 211px;
}

.section-intro .headline {
  margin-top: -60px;
}

.section-intro .headline .img {
  margin-bottom: 50px;
}

.section-intro .headline .headline__title {
  margin-bottom: 66px;
}

.section-intro .question {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: -80px;
}

.section-intro.intro_01 .question {margin-bottom: -115px;}
.section-intro.intro_02 .question {margin-bottom: -115px;}
.section-intro.intro_03 .question {margin-bottom: -124px;}
.section-intro.intro_04 .question {margin-bottom: -84px;}

.section-intro .question-in {
  border: 1px solid #1e2e53;
  background-color: #fff;
  padding-bottom: 55px;
}

.section-intro .question-in::before {
  content: "";
  display: block;
  width: 89px;
  height: 45px;
  background-color: #fff;
  background-image: url(../../assets/img/interview/common/text_q.png);
  background-position: 50% 50%;
  margin: -23px auto 30px;
}
@media only screen and (max-width: 767px) {
  .section-intro {
    padding-top: 0;
  }
  .section-intro .headline {
    margin-top: 0;
  }
  .section-intro .headline .img {
    margin-bottom: 30px;
    margin-top: -16px;
  }
  .section-intro .headline .headline__title {
    margin-bottom: 41px;
  }
  .section-intro .question {
    margin-bottom: -50px;
    padding: 0 26px;
  }
  .section-intro .question-in  {
    padding-bottom: 33px;
  }
  .section-intro .question-in::before {
    background-size: 25px;
    width: 50px;
    margin-bottom: 15px;
  }
}

.section-dialogue {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
}
.section-dialogue.dialogue01 {padding-top: 220px;}
.section-dialogue.dialogue02 {padding-top: 175px;}
.section-dialogue.dialogue03 {padding-top: 184px;}
.section-dialogue.dialogue04 {padding-top: 145px;}
@media only screen and (max-width: 767px) {
  .section-dialogue.dialogue01 {padding-top: 150px;}
  .section-dialogue.dialogue04 {padding-top: 100px;}
}
.section-dialogue .content {
  width: 1184px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.section-dialogue .content ol {
  max-width: 704px;
  margin: 0 auto;
}
.section-dialogue .content ol:last-of-type {
  margin-bottom: -195px;
}
.section-dialogue .comment {
  width: 620px;
  background: rgba(255,255,255,0.9);
  border-radius: 10px;
  padding: 33px 33px 35px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.section-dialogue .comment span {
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset:2px;
}
.section-dialogue .comment.blue {
  background:rgba(231,235,244,0.9);
}
.section-dialogue .comment.pink {
  background:rgba(248,232,239,0.9);
}

.section-dialogue .comment:not(:last-of-type) {
  margin-bottom: 20px;
}
.section-dialogue .comment.left {
  position: relative;
}
.section-dialogue .comment.left::before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../../assets/img/interview/common/hikidasi-wh-left.png);
  position: absolute;
  top: 33px;
  left: 0;
  transform: translate(-100%,0);
}
.section-dialogue .comment.left.blue::before {
  background-image: url(../../assets/img/interview/common/hikidasi-bl-left.png);
}
.section-dialogue .comment.left.pink::before {
  background-image: url(../../assets/img/interview/common/hikidasi-pk-left.png);
}

.section-dialogue .comment.right {
  margin-left: auto;
  position: relative;
}
.section-dialogue .comment.right::before {
  content: "";
  display: block;
  width: 22px;
  height: 34px;
  background-image: url(../../assets/img/interview/common/hikidasi-wh-right.png);
  background-position: right;
  position: absolute;
  top: 33px;
  right: 0;
  transform: translate(100%,0);
}
.section-dialogue .comment.right.blue::before {
  background-image: url(../../assets/img/interview/common/hikidasi-bl-right.png);
}
.section-dialogue .comment.right.pink::before {
  background-image: url(../../assets/img/interview/common/hikidasi-pk-right.png);
}
@media only screen and (max-width: 767px) {
  .section-dialogue {
    padding: 88px 0 70px;
  }
  .section-dialogue .content {
    width: auto;
    padding: 0 15px 39px;
  }
  .section-dialogue .comment {
    width: 78.5%;
    padding: 17px 20px;
    font-size: 1.1rem;
  }
  .section-dialogue .comment:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .section-dialogue .comment::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    border-radius: 50%;
  }

  .section-dialogue .comment.left{
    margin-left: auto;
  }
  .section-dialogue .comment.left::before{
    width: 16px;
    height: 17px;
    background-size: cover;
    top: 13px;
  }
  .section-dialogue .comment.left::after {
    left: 0;
    transform: translateX(-150%);
    background-size: cover;
  }

  .section-dialogue .comment.right{
    margin-left: 0;
    margin-right: auto;
  }
  .section-dialogue .comment.right::before{
    width: 16px;
    height: 17px;
    background-size: cover;
    top: 13px;
  }
  .section-dialogue .comment.right::after {
    right: 0;
    transform: translateX(150%);
    background-size: cover;
  }
  .section-dialogue .content ol:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  /*interview - 01 - */
  .section-dialogue.dialogue01 .comment.left::after {background-image: url(../../assets/img/interview/01/dialogue1-person-left-sp.png);}
  .section-dialogue.dialogue01 .comment.right::after {background-image: url(../../assets/img/interview/01/dialogue1-person-right-sp.png);}
  /*interview - 02 - */
  .section-dialogue.dialogue02 .comment.left::after {background-image: url(../../assets/img/interview/02/dialogue2-person-left-sp.png);}
  .section-dialogue.dialogue02 .comment.right::after {background-image: url(../../assets/img/interview/02/dialogue2-person-right-sp.png);}
  /*interview - 03 - */
  .section-dialogue.dialogue03 .comment.left::after {background-image: url(../../assets/img/interview/03/dialogue3-person-left-sp.png);}
  .section-dialogue.dialogue03 .comment.right::after {background-image: url(../../assets/img/interview/03/dialogue3-person-right-sp.png);}
  /*interview - 04 - */
  .section-dialogue.dialogue04 .comment.left::after {background-image: url(../../assets/img/interview/04/dialogue4-person-left-sp.png);}
  .section-dialogue.dialogue04 .comment.right::after {background-image: url(../../assets/img/interview/04/dialogue4-person-right02-sp.png);}
  .section-dialogue.dialogue04 ol:first-of-type .comment.right::after {background-image: url(../../assets/img/interview/04/dialogue4-person-right-sp.png);}
}
@media only screen and (min-width: 768px) {
  .section-dialogue .content::after {
    content: "";
    display: block;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    position: sticky;
    bottom: 0;
    z-index: -1;
  }
  /*interview - 01 pc - */
  .section-dialogue.dialogue01 .content::after {background-image: url(../../assets/img/interview/01/dialogue1-person.png);margin-top: -100px;}
  /*interview - 02 pc - */
  .section-dialogue.dialogue02 .content::after {background-image: url(../../assets/img/interview/02/dialogue2-person.png);}
  /*interview - 03 pc - */
  .section-dialogue.dialogue03 .content::after {background-image: url(../../assets/img/interview/03/dialogue3-person.png);}
  /*interview - 04 pc - */
  .section-dialogue.dialogue04 .content::after {background-image: url(../../assets/img/interview/04/dialogue4-person.png);margin-top: -60px;}
}


.halfway {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 70px;
}

.halfway .img {
  margin-bottom: 59px;
}

@media only screen and (max-width: 767px) {
  .halfway {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .halfway .img {
    margin-bottom: 37px;
  }

}

.video {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  padding-bottom: 90px;
}

.video .embed-movie {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.video .embed-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* .video::before {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../../assets/img/interview/common/regeneration.png);
} */
@media only screen and (max-width: 767px) {
  .video {
    width: auto;
    margin-top: 0;
    padding: 0 15px;
  }
  .video::before {
    width: 70px;
    height: 70px;
    background-size: cover;
  }
  .video video{
    width: 100%;
  }
}



.section-impression {
  background-image: url(../../assets/img/interview/common/impression-bg.png);
  background-repeat: repeat;
  color: #fff;
  padding-top: 103px;
  padding-bottom: 213px;
}
.section-impression .content {
  padding: 0 80px;
}

.section-impression .headline__title {
  margin-bottom: 62px;
}

.section-impression .impression-text {
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  letter-spacing: 0.13em;
  line-height: 1.9;
  padding-bottom: 65px;
}
.section-impression .impression-text p:not(:last-of-type){
  margin-bottom: 28px;
}

.section-impression .profile {
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;

}
.section-impression .profile .ttl {
  margin-bottom: 6px;
  font-weight: bold;
}


@media only screen and (max-width: 767px) {
  .section-impression {
    padding-top: 73px;
    padding-bottom: 52px;
  }
  .section-impression .headline__title {
    margin-bottom: 55px;
  }
  .section-impression .headline__title img {
    width: 54%;
  }
  .section-impression .content {
    padding: 0 7vw;
  }
  .section-impression .impression-text {
    font-size: 1.3rem;
    letter-spacing: 0.05ch;
    text-align: justify;
    padding-bottom: 50px;
  }
  .section-impression .impression-text p:not(:last-of-type) {
    margin-bottom: 23px;
  }
  .section-impression .profile .ttl {
    margin-bottom: 10px;
  }
}
