@charset "UTF-8";
@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*----------------------------------------------------
メインビジュアル
----------------------------------------------------*/
#mv {
  position: relative;
  background-image: url(../images/interview/mvbg_sp.webp);
  background-size: 100% 45.13%;
  background-repeat: no-repeat;
  padding-top: 85px;
}
@media all and (min-width: 751px) {
  #mv {
    background-image: url(../images/interview/mvbg_pc.webp);
    background-size: 100% 60.6%;
    padding-top: 136px;
  }
}
@media all and (min-width: 751px) {
  #mv .wrap {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "l_top right" "l_bottom right";
    -ms-grid-columns: 47% 50%;
    grid-template-columns: 47% 50%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mv .wrap .titles {
  grid-area: l_top;
}
#mv .wrap .image {
  grid-area: right;
}
#mv .wrap .profile {
  grid-area: l_bottom;
}
@media all and (min-width: 751px){
  #mv .wrap .titles {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #mv .wrap .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  #mv .wrap .profile {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
@media all and (max-width: 750px) {
  #mv .titles {
    margin-inline: 10px;
    margin-bottom: 16px;
  }
}
#mv .titles .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 0.5em;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  #mv .titles .title {
    margin-bottom: 20px;
  }
}
#mv .titles .title::before {
  position: absolute;
  content: "";
  background-color: #fff;
  opacity: 0.8;
  top: 50%;
  left: -6px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 15px;
  height: 1px;
}
@media all and (min-width: 751px) {
  #mv .titles .title::before {
    width: 20px;
  }
}
#mv .titles .title .en {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  #mv .titles .title .en {
    font-size: 18px;
  }
}
#mv .titles .title .num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-left: 0.3em;
}
@media all and (min-width: 751px) {
  #mv .titles .title .num {
    font-size: 26px;
  }
}
@media all and (min-width: 751px) {
  #mv .image {
    margin-right: -12%;
  }
}
#mv .profile {
  margin-top: 23px;
}
@media all and (min-width: 751px) {
  #mv .profile {
    margin-top: 35px;
  }
}
#mv .profile .name {
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  #mv .profile .name {
    white-space: nowrap;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 750px) {
  #mv .profile .name span {
    display: inline-block;
  }
}
#mv .profile .name .jp {
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 15px;
  margin-right: 0.5em;
}
@media all and (min-width: 751px) {
  #mv .profile .name .jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #mv .profile .name .jp {
    font-size: 16px;
  }
}
#mv .profile .name .en {
  color: #cae1e2;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  #mv .profile .name .en {
    font-size: 22px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #mv .profile .name .en {
    font-size: 18px;
  }
}
#mv .profile p {
  color: #00787e;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.72;
  font-size: 11px;
}
@media all and (min-width: 751px) {
  #mv .profile p {
    font-size: 13px;
    line-height: 1.84;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #mv .profile p {
    font-size: 12px;
  }
}

/*----------------------------------------------------
コンテンツ
----------------------------------------------------*/
.contents {
  margin-top: 42px;
}
@media all and (min-width: 751px) {
  .contents {
    margin-top: 96px;
  }
}
.contents .block {
  position: relative;
  padding-bottom: 49px;
  overflow: hidden;
}
.contents .block::before {
  position: absolute;
  content: "";
  background-color: #f7f7f7;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .contents .block::before {
    top: 107px;
    bottom: 0;
    width: 100%;
  }
}
@media all and (max-width: 750px) {
  .contents .block:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contents .block:nth-child(even) .image {
    width: 55%;
    margin-right: -10%;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(even) .image {
    width: 50%;
    margin-right: -5%;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(even) .texts {
    width: 50%;
  }
  .contents .block:nth-child(1) {
    padding: 78px 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(1) {
    padding: 50px 0;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(1)::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 25.3%;
  }
  .contents .block:nth-child(1) .image {
    width: 59%;
    margin-left: -12%;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(1) .image {
    width: 50%;
    margin-left: -6%;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(1) .texts {
    width: 46%;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(1) .texts {
    width: 50%;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(2) {
    padding: 113px 0 90px;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(2) {
    padding: 80px 0;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(2)::before {
    top: 51.3%;
    bottom: 0;
    width: 100%;
  }
  .contents .block:nth-child(3) {
    padding: 100px 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(3) {
    padding: 80px 0;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(3) .image {
    width: 66.4%;
    margin-left: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(3) .image {
    width: 60%;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(3) .texts {
    width: 52.4%;
    margin-right: -6%;
  }
  .contents .block:nth-child(4) {
    padding: 78px 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block:nth-child(4) {
    padding: 50px 0;
  }
}
@media all and (min-width: 751px) {
  .contents .block:nth-child(4)::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 38%;
  }
}
.contents .block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media all and (min-width: 751px) {
  .contents .block .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contents .block .head {
  color: #00787e;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 17px;
  line-height: 1.7;
}
@media all and (min-width: 751px) {
  .contents .block .head {
    font-size: 24px;
    line-height: 1.66;
  }
}
@media all and (min-width: 751px) and (max-width: 1100px) {
  .contents .block .head {
    font-size: 21px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .contents .block .head {
    font-size: 18px;
  }
}
.contents .block .text {
  margin-top: 15px;
}
.contents .block .text p {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.66;
}
@media all and (min-width: 751px) {
  .contents .block .text p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .contents .block .text p {
    font-size: 13px;
  }
}

/*----------------------------------------------------
interview02
----------------------------------------------------*/
@media all and (min-width: 751px) {
  body.interview02 #mv {
    background-size: 100% 69%;
  }
}
@media all and (min-width: 751px) {
  body.interview02 #mv .titles .copy {
    width: 80%;
  }
}

/*----------------------------------------------------
interview03
----------------------------------------------------*/
@media all and (min-width: 751px) {
  body.interview03 #mv .titles .copy {
    width: 90%;
  }
}

/*----------------------------------------------------
interview04
----------------------------------------------------*/
@media all and (min-width: 751px) {
  body.interview04 #mv .titles .copy {
    width: 96%;
  }
}

/*----------------------------------------------------
interview05
----------------------------------------------------*/
@media all and (min-width: 751px) {
  body.interview05 #mv .titles .copy {
    width: 92%;
  }
}
/*# sourceMappingURL=interview_sub.css.map */