@charset "UTF-8";
#mv .image {
  position: relative;
}
#mv .image .copy {
  position: absolute;
  opacity: 0;
  -webkit-animation: fadeInAnime 0.8s forwards 0.6s;
          animation: fadeInAnime 0.8s forwards 0.6s;
}

/*----------------------------------------------------
プロフィール
----------------------------------------------------*/
#profile {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
@media all and (min-width: 751px) {
  #profile {
    padding: 80px 0;
  }
}
#profile .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: 15px;
}
@media all and (min-width: 751px) {
  #profile .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}
@media all and (min-width: 751px) {
  #profile .wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#profile .wrap .texts .position {
  font-size: 13px;
  margin-bottom: 6px;
}
@media all and (min-width: 751px) {
  #profile .wrap .texts .position {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#profile .wrap .texts .name {
  font-weight: 500;
  font-size: 19px;
}
@media all and (min-width: 751px) {
  #profile .wrap .texts .name {
    font-size: 20px;
  }
}
#profile .wrap .texts .tx {
  line-height: 2.07;
  margin-top: 15px;
}
@media all and (min-width: 751px) {
  #profile .wrap .texts .tx {
    line-height: 2.14;
  }
}
@media all and (min-width: 751px) {
  #profile .wrap .image {
    width: 32%;
  }
}
#profile .wrap .image img {
  border-radius: 8px;
}
@media all and (min-width: 751px) {
  #profile .wrap .image img {
    border-radius: 15px;
  }
}

/*----------------------------------------------------
インタビュー
----------------------------------------------------*/
#interview {
  counter-reset: number 0;
}
#interview .block {
  counter-increment: number 1;
  position: relative;
  padding-top: 65px;
}
@media all and (min-width: 751px) {
  #interview .block {
    padding-top: 130px;
  }
}
#interview .block::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 83/210;
  width: min(44.2%, 260px);
  top: -45px;
  -webkit-transform: scale(0) rotate(-10deg);
          transform: scale(0) rotate(-10deg);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media all and (min-width: 751px) {
  #interview .block::before {
    width: clamp(300px, 23.7%, 360px);
    top: -6vw;
  }
}
#interview .block.animated::before {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
  opacity: 1;
}
#interview .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: 40px;
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview .block .wrap {
    gap: 30px;
  }
}
@media all and (min-width: 751px) {
  #interview .block .wrap .image {
    width: 48.5vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview .block .wrap .image {
    width: 44vw;
  }
}
@media all and (min-width: 1401px) {
  #interview .block .wrap .image {
    width: 680px;
  }
}
@media all and (min-width: 751px) {
  #interview .block .wrap .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#interview .block .wrap .texts .head {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  #interview .block .wrap .texts .head {
    font-size: 24px;
    line-height: 1.58;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview .block .wrap .texts .head {
    font-size: 20px;
  }
}
#interview .block .wrap .texts .head::before {
  position: absolute;
  z-index: -1;
  content: counter(number, decimal-leading-zero);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -62%);
          transform: translate(-50%, -62%);
  opacity: 0.2;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1;
  font-size: 125px;
}
@media all and (min-width: 751px) {
  #interview .block .wrap .texts .head::before {
    font-size: 200px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview .block .wrap .texts .head::before {
    font-size: 180px;
  }
}
#interview .block .wrap .texts .text p {
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #interview .block .wrap .texts .text p {
    height: 2.14;
  }
}
#interview .block:nth-child(odd)::before {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(odd) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#interview .block:nth-child(odd) .wrap .image {
  margin-left: calc(50% - 50vw);
}
@media all and (min-width: 1401px) {
  #interview .block:nth-child(odd) .wrap .image {
    margin-left: -30%;
  }
}
#interview .block:nth-child(odd) .wrap .image img {
  border-radius: 0 8px 8px 0;
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(odd) .wrap .image img {
    border-radius: 0 15px 15px 0;
  }
}
#interview .block:nth-child(even)::before {
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(even) .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#interview .block:nth-child(even) .wrap .image {
  margin-right: calc(50% - 50vw);
}
@media all and (min-width: 1401px) {
  #interview .block:nth-child(even) .wrap .image {
    margin-right: -30%;
  }
}
#interview .block:nth-child(even) .wrap .image img {
  border-radius: 8px 0 0 8px;
}
@media all and (min-width: 751px) {
  #interview .block:nth-child(even) .wrap .image img {
    border-radius: 15px 0 0 15px;
  }
}
#interview .block:nth-child(3) .wrap .texts .head::before, #interview .block:nth-child(4) .wrap .texts .head::before {
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

/*---------------------------
ページ別
-----------------------------*/
body.interview01 #mv .image {
  position: relative;
}
body.interview01 #mv .image .copy {
  position: absolute;
  width: 52.2%;
  top: 50%;
  left: 7.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  body.interview01 #mv .image .copy {
    width: 32.3%;
    left: 3.5%;
  }
}
body.interview01 #profile {
  background-image: url(../images/interview01/bgprofile_sp.webp);
}
@media all and (min-width: 751px) {
  body.interview01 #profile {
    background-image: url(../images/interview01/bgprofile_pc.webp);
  }
}
body.interview01 #interview .block .wrap .texts .head::before {
  color: #6ab24b;
}
body.interview01 #interview .block:nth-child(odd)::before {
  background-image: url(../images/interview01/bg_left.png);
}
body.interview01 #interview .block:nth-child(even)::before {
  background-image: url(../images/interview01/bg_right.png);
}

body.interview02 #mv .image {
  position: relative;
}
body.interview02 #mv .image .copy {
  position: absolute;
  width: 54.5%;
  top: 50%;
  left: 7.3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  body.interview02 #mv .image .copy {
    width: 33.7%;
    left: 3.5%;
  }
}
body.interview02 #profile {
  background-image: url(../images/interview02/bgprofile_sp.webp);
}
@media all and (min-width: 751px) {
  body.interview02 #profile {
    background-image: url(../images/interview02/bgprofile_pc.webp);
  }
}
body.interview02 #interview .block .wrap .texts .head::before {
  color: #ed7971;
}
body.interview02 #interview .block:nth-child(odd)::before {
  background-image: url(../images/interview02/bg_left.png);
}
body.interview02 #interview .block:nth-child(even)::before {
  background-image: url(../images/interview02/bg_right.png);
}