@charset "utf-8";

.mv {
  background: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: calc(124 / 1366 * 100vw);
  &::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    background: #f2f2f2;
    top: calc(-145 / 1366 * 100vw);
    left: 0;
    width: 100%;
    height: 100%;
    @media screen and (max-width: 768px) {
      top: calc(-160 / 375 * 100vw);
    }
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: calc(89 / 375 * 100vw);
  }
}

.l-footer {
  background: #f2f2f2;
}

.ttl03 {
  font-weight: bold;
  font-size: calc(36 / 1366 * 100vw);
  line-height: calc(60 / 36);
  color: #000;
}
@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(35 / 20);
  }
}
.text00 {
  font-weight: normal;
  font-size: calc(14 / 1366 * 100vw);
  letter-spacing: 0.05em;
  line-height: calc(32 / 14);
  color: #000;
}
@media screen and (max-width: 768px) {
  .text00 {
    font-size: calc(14 / 375 * 100vw);
  }
}

/* fixd_image------------- */
.fixd_image {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100vh;
  img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
  &.off {
    opacity: 0;
  }
}

/* interview01------------- */
.interview01 {
  background: #f2f2f2;
  padding: calc(64 / 1366 * 100vw) 0 calc(120 / 1366 * 100vw);
}

.interview01 .inner {
  width: 90.4%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.interview01 .box_text {
  width: 40.8%;
  margin-top: calc(57 / 1366 * 100vw);
}

.interview01 .inner .ttl03 {
  margin-bottom: calc(64 / 1366 * 100vw);
}
.interview01 .inner .text00 {
  width: 77.97%;
  margin-left: auto;
}
.interview01 .box_img {
  width: 51.14%;
}

@media screen and (max-width: 768px) {
  .interview01 {
    padding: 0 0 calc(103 / 375 * 100vw);
    margin-top: calc(-35 / 375 * 100vw);
  }
  .interview01 .inner {
    width: 84%;
    margin: 0 auto;
    flex-flow: column;
    gap: calc(38 / 375 * 100vw);
  }
  .interview01 .box_text {
    width: 100%;
    margin-top: 0;
  }

  .interview01 .inner .ttl03 {
    margin-bottom: calc(28 / 375 * 100vw);
  }
  .interview01 .inner .text00 {
    width: 100%;
  }

  .interview01 .box_img {
    width: 109%;
    margin-right: calc(50% - 50vw);
  }
}
/* interview02------------- */
.interview02 {
  background: #f2f2f2;
  margin-bottom: calc(437 / 1366 * 100vw);
}
.interview02 .inner {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 80.52%;
  padding: calc(104 / 1366 * 100vw) 0 calc(64 / 1366 * 100vw);
  /* border-top: 1px solid #707070; */

  display: flex;
  justify-content: space-between;
}
.interview02 .inner {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 80.52%;
  padding: calc(104 / 1366 * 100vw) 0 calc(120 / 1366 * 100vw);

  /* display: flex;
  justify-content: space-between; */
}

.interview02 .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #707070;
  top: 0;
  left: 0;
  transform-origin: left center;
  width: 0;
  height: 1px;
  transition: 0.7s;
}
.interview02 .inner.go::after {
  width: 100%;
}

.interview02 .wrapper_ani {
  display: flex;
  justify-content: space-between;
}

.interview02 figure {
  opacity: 0;

  clip-path: polygon(0 0, 0% 100%, 100% 100%, 100% 0);
}

.interview02 .inner .ttl03 {
  width: 40.2%;
}
.interview02 .inner .text00 {
  width: 45.81%;
  margin-top: 0.69em;
}
@media screen and (max-width: 768px) {
  .interview02 {
    margin-bottom: calc(164 / 375 * 100vw);
  }
  .interview02 .inner {
    width: 84%;
    /* padding: calc(90 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    flex-flow: column;
    gap: calc(28 / 375 * 100vw); */
  }

  .interview02 .wrapper_ani {
    padding: calc(90 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    flex-flow: column;
    gap: calc(28 / 375 * 100vw);
  }

  .interview02 .inner .ttl03 {
    width: 100%;
  }
  .interview02 .inner .text00 {
    width: 100%;
    margin-top: 0;
  }
}

/* interview03------------- */
.interview03 {
  background: #f2f2f2;
  padding: calc(100 / 1366 * 100vw) 0 calc(120 / 1366 * 100vw);
}
.interview03 .inner {
  width: 76.86%;
  margin-left: 13.61%;
  display: flex;
  justify-content: space-between;
}
.interview03 .box_text {
  width: 48%;
  margin-top: calc(76 / 1366 * 100vw);
}

.interview03 .inner .ttl03 {
  margin-bottom: calc(67 / 1366 * 100vw);
}

.interview03 .box_img {
  width: 38.47%;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .interview03 {
    padding: calc(50 / 375 * 100vw) 0 calc(88 / 375 * 100vw);
  }
  .interview03 .inner {
    width: 84%;
    margin: 0 auto;
    flex-flow: column;
  }
  .interview03 .box_text {
    width: 100%;
    margin: calc(90 / 375 * 100vw) 0 0 auto;
  }

  .interview03 .inner .ttl03 {
    margin-bottom: calc(28 / 375 * 100vw);
  }

  .interview03 .box_img {
    width: 73.97%;
  }
}

/* interview04------------- */

.interview04 {
  background: #f2f2f2;
  position: relative;
  z-index: 0;
  padding: calc(158 / 1366 * 100vw) 0 calc(132 / 1366 * 100vw);
}
.interview04::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.47);
  width: 100%;
  height: 100%;
}

.interview04::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parson01 .interview04::after {
  background: url("../img/interview/01/img04.jpg") no-repeat center center / cover;
}
.parson02 .interview04::after {
  background: url("../img/interview/02/img04.jpg") no-repeat center center / cover;
}
.parson03 .interview04::after {
  background: url("../img/interview/03/img04.jpg") no-repeat center center / cover;
}
.parson04 .interview04::after {
  background: url("../img/interview/04/img04.jpg") no-repeat center center / cover;
}
.parson05 .interview04::after {
  background: url("../img/interview/05/img04.jpg") no-repeat center center / cover;
}
.parson06 .interview04::after {
  background: url("../img/interview/06/img04.jpg") no-repeat center center / cover;
}
.parson07 .interview04::after {
  background: url("../img/interview/07/img04.jpg") no-repeat center center / cover;
}
.parson08 .interview04::after {
  background: url("../img/interview/08/img04.jpg") no-repeat center center / cover;
}
.parson09 .interview04::after {
  background: url("../img/interview/09/img04.jpg") no-repeat center center / cover;
}

.interview04 .inner {
  margin: 0 auto;
  width: 80.52%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.interview04 .inner .ttl03 {
  width: 100%;
  margin-bottom: calc(137 / 1366 * 100vw);
  color: #fff;
}
.interview04 .inner .text00 {
  width: 45.82%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .interview04 {
    padding: calc(281 / 375 * 100vw) 0 calc(55 / 375 * 100vw);
  }
  .interview04::before {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 790;
  }

  .interview04::after {
    height: auto;
    aspect-ratio: 750 / 790;
  }
  .parson01 .interview04::after {
    background: url("../img/interview/01/img04_sp.jpg") no-repeat top center / contain;
  }
  .parson02 .interview04::after {
    background: url("../img/interview/02/img04_sp.jpg") no-repeat top center / contain;
  }
  .parson03 .interview04::after {
    background: url("../img/interview/03/img04_sp.jpg") no-repeat top center / contain;
  }
  .parson04 .interview04::after {
    background: url("../img/interview/04/img04_sp.jpg") no-repeat top center / contain;
  }

  .interview04 .inner {
    width: 84%;
    flex-flow: column;
  }
  .interview04 .inner .ttl03 {
    margin-bottom: calc(88 / 375 * 100vw);
  }
  .interview04 .inner .text00 {
    width: 100%;
    color: #000;
  }
}
/* interview_link------------- */
.interview_link {
  background: #f2f2f2;
  padding-top: calc(111 / 1366 * 100vw);
}
.interview_link .inner {
  width: 90%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(45 / 1366 * 100vw);
  margin-left: auto;
}

.interview_link .box_control {
  position: relative;
  width: 30.24%;
  display: flex;
  justify-content: space-between;
}
.interview_link .parts_arrow {
  display: none;
}
.interview_link .box_control .parts_arrow {
  width: 21.91%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 calc(9 / 1366 * 100vw) 7%;
}

.interview_link .dec_text {
  position: absolute;
  bottom: calc(120 / 1366 * 100vw);
  left: 0;

  font-weight: 900;
  font-size: calc(17 / 1366 * 100vw);
}

.interview_link .parts_arrow button {
  position: relative;
  z-index: 0;
  width: calc(19 / 1366 * 100vw);

  aspect-ratio: 19 / 36;
  align-self: flex-end;
  cursor: pointer;
  pointer-events: auto;
}
.interview_link .parts_arrow button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #000;
  border-width: 1px 1px 0 0;
  width: 131%;
  aspect-ratio: 1;
}
.interview_link .parts_arrow .swiper_link-button-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.interview_link .parts_pagination {
  position: relative;
  width: 59.72%;
  color: #000;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
  overflow: hidden;
}
.interview_link .parts_pagination::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #000;
  bottom: 0;
  left: 72%;
  width: 1px;
  height: calc(148 / 1366 * 100vw);
}
.interview_link .parts_pagination .swiper_link-pagination {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.interview_link .parts_pagination .swiper-pagination-current {
  font-size: calc(100 / 1366 * 100vw);
  margin-bottom: calc(-13 / 1366 * 100vw);
  font-weight: 900;

  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.7s,
    transform 0.7s ease-in-out;
}
.interview_link .parts_pagination .swiper-pagination-current.off {
  opacity: 0;
  transform: translateY(100%);
  transition: 0s;
}

.interview_link .parts_pagination .swiper-pagination-total {
  font-weight: 900;
  font-size: calc(33 / 1366 * 100vw);
}
.interview_link .wrapper_slide {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 66.72%;
}

.interview_link .card00 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview_link .card00 figure {
  width: 40.31%;
}
.interview_link .card00 .data {
  width: 52.8%;
  font-weight: 900;
  font-size: calc(52 / 1366 * 100vw);
}
.interview_link .card00 .data .jp01 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: calc(12 / 1366 * 100vw);
  line-height: calc(25 / 12);
  margin-bottom: calc(15 / 1366 * 100vw);

  .year {
    display: block;
    font-weight: bold;
  }
}
.interview_link .card00 .data .jp02 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: calc(20 / 1366 * 100vw);
  line-height: calc(52 / 20);
  margin-top: calc(7 / 1366 * 100vw);
}

@media screen and (max-width: 768px) {
  .interview_link {
    padding-top: calc(70 / 375 * 100vw);
  }
  .interview_link .inner {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: calc(48 / 375 * 100vw);
  }

  .interview_link .box_control {
    position: relative;
    z-index: 0;
    width: 100%;
    justify-content: flex-end;
  }
  .interview_link .parts_arrow {
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: space-between;
    width: 94%;
    pointer-events: none;
  }
  .interview_link .box_control .parts_arrow {
    display: none;
  }

  .interview_link .dec_text {
    position: absolute;
    bottom: auto;
    top: calc(-34 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }

  .interview_link .parts_arrow button {
    width: calc(19 / 375 * 100vw);
  }
  .interview_link .parts_arrow button::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
    border: solid #000;
    border-width: 1px 1px 0 0;
    width: 131%;
    aspect-ratio: 1;
  }

  .interview_link .parts_pagination {
    width: 40.63%;
    font-size: calc(19 / 375 * 100vw);
  }
  .interview_link .parts_pagination::after {
    left: 70%;
    height: calc(87 / 375 * 100vw);
  }
  .interview_link .parts_pagination .swiper_link-pagination {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .interview_link .parts_pagination .swiper-pagination-current {
    font-size: calc(59 / 375 * 100vw);
    margin-bottom: calc(-13 / 375 * 100vw);
  }
  .interview_link .parts_pagination .swiper-pagination-total {
    font-size: calc(19 / 375 * 100vw);
  }
  .interview_link .wrapper_slide {
    width: 100%;
  }

  .interview_link .card00 {
    flex-flow: column;
    gap: calc(3 / 375 * 100vw);
  }
  .interview_link .card00 figure {
    width: 60.95%;
  }
  .interview_link .card00 .data {
    width: 100%;
    font-size: calc(38 / 375 * 100vw);
  }
  .interview_link .card00 .data .jp01 {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }

  .interview_link .card00 .data .jp02 {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(52 / 18);
    margin-top: calc(6 / 375 * 100vw);
  }
}

.interview_scroll {
  position: relative;
  z-index: 0;
  white-space: nowrap;
  border-top: 1px solid #000;
  padding-top: calc(10 / 1366 * 100vw);
  .inner {
    background: #fff;
    border-top: 1px solid #000;
    padding: calc(30 / 1366 * 100vw) 0 calc(30 / 1366 * 100vw);
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .parts_text {
    animation: scroll_01 20s linear infinite;
    display: flex;
    align-items: center;
    gap: calc(20 / 1366 * 100vw);

    color: #000;

    & + .parts_text {
      margin-left: calc(15 / 1366 * 100vw);
    }
    .en {
      display: flex;
      align-items: center;
      background: #000;
      color: #fff;
      font-weight: 900;
      font-size: calc(14 / 1366 * 100vw);
      border-radius: calc(13 / 1366 * 100vw);
      padding: 0 calc(20 / 1366 * 100vw);
      .size_m {
        font-family: "DM Sans";
        font-size: calc(22 / 1366 * 100vw);
        line-height: calc(26 / 22);
      }
    }
    p {
      font-size: calc(27 / 1366 * 100vw);
      font-weight: bold;
      line-height: calc(37 / 27);
      .size_s {
        font-size: calc(19 / 1366 * 100vw);
      }
    }
  }
  @media screen and (max-width: 768px) {
    padding-top: calc(5 / 375 * 100vw);
    .inner {
      padding: calc(24 / 375 * 100vw) 0 calc(24 / 375 * 100vw);
    }
    .parts_text {
      animation: scroll_01 10s linear infinite;
      display: flex;
      align-items: center;
      gap: calc(20 / 375 * 100vw);

      color: #000;

      & + .parts_text {
        margin-left: calc(15 / 375 * 100vw);
      }
      .en {
        font-size: calc(14 / 375 * 100vw);
        border-radius: calc(13 / 375 * 100vw);
        padding: 0 calc(20 / 375 * 100vw);
        .size_m {
          font-size: calc(16 / 375 * 100vw);
        }
      }
      p {
        font-size: calc(20 / 375 * 100vw);
        .size_s {
          font-size: calc(14 / 375 * 100vw);
        }
      }
    }
  }
}

/*.list_interview------------- */
.list_interview {
  padding: calc(10 / 1366 * 100vw) 0;
  border: solid #000;
  border-width: 1px 0;
  ul {
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #000;
  }

  li {
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #000;
    width: 50%;
    &:nth-of-type(odd) {
      border-right: 1px solid #000;
    }
    a {
      display: block;
      padding: calc(80 / 1366 * 100vw) calc(53 / 1366 * 100vw) calc(70 / 1366 * 100vw);

      &:hover {
        opacity: 1;
        .parson {
          &::after {
            opacity: 1;
          }
        }
      }
    }
  }
  .dec_no {
    position: absolute;
    z-index: 1;
    top: calc(92 / 1366 * 100vw);
    left: calc(55 / 1366 * 100vw);

    font-weight: 900;
    font-size: calc(85 / 1366 * 100vw);
    color: #1a1411;
    .en {
      margin-top: calc(7 / 1366 * 100vw);
      display: block;
      text-align: center;
      font-size: calc(15 / 1366 * 100vw);
      color: #000;
      padding: calc(13 / 1366 * 100vw) 0;
      border: solid #000;
      border-width: 1px 0;
    }
  }
  .parson {
    position: relative;
    z-index: 0;
    display: block;
    border: 1px solid #000;
    margin: 0 auto calc(34 / 1366 * 100vw);
    width: 69.44%;
    border-radius: calc(999 / 1366 * 100vw);
    overflow: hidden;
    &::after {
      content: "View More";
      display: block;
      position: absolute;
      z-index: 0;
      background-color: rgba(0 66 142/0.69);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "DM Sans", sans-serif;
      font-weight: 900;
      font-size: calc(14 / 1366 * 100vw);
      text-align: left;
      color: #fff;
      opacity: 0;
      transition: 0.3s;
    }
  }
  .ttl_interview {
    margin-bottom: calc(30 / 1366 * 100vw);
    font-weight: bold;
    font-size: calc(25 / 1366 * 100vw);
    letter-spacing: 0.05em;
    line-height: calc(43 / 25);
    text-align: center;
    color: #1c1c1c;
  }
  dl {
    position: relative;
    z-index: 0;
    background: #fff;
    padding: calc(18 / 1366 * 100vw) calc(82 / 1366 * 100vw) calc(18 / 1366 * 100vw) calc(32 / 1366 * 100vw);
    border: 1px solid #000;
    display: flex;

    gap: calc(30 / 1366 * 100vw);
    align-items: last baseline;
    color: #000;
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background-image: url("../img/common/arrow.svg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 50%;
      right: calc(28 / 1366 * 100vw);
      transform: translate(0, -50%);
      width: calc(42 / 1366 * 100vw);
      aspect-ratio: 1;
    }

    dt {
      /* width: 32.95%; */
      font-weight: bold;
      font-size: calc(12 / 1366 * 100vw);
      letter-spacing: 0.05em;
      line-height: calc(25 / 12);
      padding-right: calc(30 / 1366 * 100vw);
      border-right: 1px solid #000;
    }
    dd {
      /* width: 61.39%; */
      font-weight: bold;
      font-size: calc(30 / 1366 * 100vw);
      letter-spacing: 0.05em;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }
  }
  @media screen and (max-width: 768px) {
    padding: calc(5 / 375 * 100vw) 0;
    border: solid #000;
    border-width: 1px 0;
    ul {
      display: flex;
      flex-flow: column;
    }

    li {
      border-bottom: 1px solid #000;
      width: 100%;
      &:nth-of-type(odd) {
        border-right: 0;
      }
      a {
        padding: calc(64 / 375 * 100vw) calc(24 / 375 * 100vw) calc(30 / 375 * 100vw);
      }
    }
    .dec_no {
      top: calc(40 / 375 * 100vw);
      left: calc(24 / 375 * 100vw);
      font-size: calc(64 / 375 * 100vw);
      .en {
        display: block;
        text-align: center;
        font-size: calc(12 / 375 * 100vw);
        padding: calc(8 / 375 * 100vw) 0;
      }
    }
    .parson {
      margin: 0 auto calc(34 / 375 * 100vw);
      border-radius: calc(999 / 375 * 100vw);
      overflow: hidden;
      &::after {
        font-size: calc(14 / 375 * 100vw);
      }
    }
    .ttl_interview {
      margin-bottom: calc(38 / 375 * 100vw);
      font-size: calc(24.5 / 375 * 100vw);
      letter-spacing: 0.05em;
    }
    dl {
      padding: calc(24 / 375 * 100vw) calc(16 / 375 * 100vw) calc(24 / 375 * 100vw) calc(16 / 375 * 100vw);
      flex-flow: column;
      &::after {
        top: auto;
        bottom: calc(24 / 375 * 100vw);
        right: calc(16 / 375 * 100vw);
        transform: translate(0);
        width: calc(24 / 375 * 100vw);
      }

      dt {
        width: 100%;
        font-weight: bold;
        font-size: calc(12 / 375 * 100vw);
        padding: 0 0 calc(24 / 375 * 100vw) 0;
        border-right: 0;
        border-bottom: 1px solid #000;
      }
      dd {
        font-size: calc(30 / 375 * 100vw);
      }
    }
  }
}
@keyframes scroll_01 {
  100% {
    translate: -100% 0;
  }
}
