.interview-hero {
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.interview-hero1 {
  background-image: url("../../src/interview/01/top.webp");
}

.interview-hero2 {
  background-image: url("../../src/interview/02/top.webp");
}

.interview-hero3 {
  background-image: url("../../src/interview/03/top.webp");
}

.interview-hero4 {
  background-image: url("../../src/interview/04/top.webp");
}

.interview-hero5 {
  background-image: url("../../src/interview/05/top.webp");
}

.interview-hero6 {
  background-image: url("../../src/interview/06/top.webp");
}

.interview-page {
  background-color: #f4f5f7;
  background-image: linear-gradient(to right, rgba(16, 110, 176, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(16, 110, 176, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  overflow: visible;
  padding-bottom: 120px;
}

.interview-page .content_box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.interview-hero .top_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.interview-hero__sp-image {
  display: none;
}

.interview-hero__sp-image img {
  width: 100%;
  display: block;
}

.interview-hero__meta p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #106eb0;
}

.interview-hero__meta p + p {
  margin-top: 6px;
  font-size: 24px;
  color: #1a1a1a;
}

.interview-hero__meta p:last-child {
  font-size: 24px;
  margin-top: 8px;
}

.interview-hero__name span {
  margin-left: 14px;
  font-size: 22px;
  color: #106eb0;
}

.interview-hero__visual {
  opacity: 0;
  transform: translateY(36px);
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%, 0 72%);
}

.interview-hero__visual img {
  width: 100%;
  display: block;
}

.is-loaded .interview-hero__visual {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s;
}

.interview-catch {
  width: 800px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: -5%;
  background: url("../../src/interview/note1.webp") center center/100% 100% no-repeat;
  background-size: contain;
  padding: 100px 64px 58px 130px;
  position: relative;
}

.interview-catch p {
  font-size: 30px;
  line-height: 1.45;
  color: #106eb0;
  font-weight: 700;
  transform: rotate(-5deg);
}

.interview-talks {
  padding-top: 36px;
}

.interview-talks .content_box {
  width: 1500px;
  max-width: calc(100% - 40px);
}

.talk-flow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 100px;
  width: 1500px;
  max-width: 100%;
}

.talk-flow__left {
  flex: 0 0 48%;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.talk-flow__right {
  flex: 0 0 60%;
  min-width: 0;
  margin-left: -12%;
  margin-right: calc(50% - min(50vw, 750px));
  position: relative;
  align-self: stretch;
  z-index: 1;
}

.talk-flow__sticky {
  width: min(100%, 800px);
  height: 960px;
  overflow: hidden;
  position: sticky;
  top: 120px;
  right: 0;
  margin-left: auto;
}

.talk-flow__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.55s ease;
}

.talk-flow__image.is-active {
  opacity: 1;
}

.talk-flow__mobile-photo {
  display: none;
}

.talk-flow__mobile-photo img {
  width: 100%;
  display: block;
}

.talk-card {
  background: url("../../src/interview/note2.webp") center center/100% 100% no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  padding: 66px 86px 66px;
  margin-bottom: 56px;
  min-width: 700px;
  min-height: 520px;
}

.talk-card:last-child {
  margin-bottom: 0;
}

.talk-card__title {
  color: #106eb0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.42;
  margin-bottom: 20px;
  margin-left: 20px;
}

.talk-card__title span {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.talk-card__text {
  width: 100%;
}

.talk-card__text p {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.talk-card__text p + p {
  margin-top: 12px;
}

.interview-page .other-interview {
  margin-top: 120px;
}
.interview-page .other-interview .content_box {
  width: 1500px;
  max-width: calc(100% - 40px);
}

.other-interview__heading {
  color: #106eb0;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 42px;
}

.other-carousel {
  --other-card-inactive-width: 170px;
  --other-card-gap: 10px;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.other-carousel__track {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.other-carousel__rail {
  display: flex;
  align-items: stretch;
  gap: var(--other-card-gap);
  width: -moz-max-content;
  width: max-content;
  transform: translateX(0);
  transition: transform 0.45s ease;
  cursor: grab;
  touch-action: pan-y;
}

.other-carousel__rail.is-dragging {
  cursor: grabbing;
  transition: none;
}

.other-carousel__arrow {
  width: 110px;
  border: 0;
  background: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.other-carousel__arrow span {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.other-carousel__arrow--prev span {
  border-right: 28px solid #106eb0;
}

.other-carousel__arrow--next span {
  border-left: 28px solid #106eb0;
}

.other-card {
  position: relative;
  display: block;
  width: var(--other-card-inactive-width);
  height: 350px;
  flex: 0 0 var(--other-card-inactive-width);
  overflow: hidden;
  transition: opacity 0.35s ease;
}

.other-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.other-card__image--wide {
  display: none;
}

.other-card__image--thin {
  display: block;
}

.other-card .other-card__bg {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.other-card.is-active {
  width: 520px;
  flex-basis: 520px;
}

.other-card.is-active .other-card__image--wide {
  display: block;
}

.other-card.is-active .other-card__image--thin {
  display: none;
}

.other-card:not(.is-active) {
  opacity: 1;
}

.other-card:not(.is-active) .other-card__bg,
.other-card:not(.is-active) .other-card__label {
  display: none;
}

.other-card__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.other-card__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  z-index: 3;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  text-align: right;
  padding-right: 20px;
}

.other-card__label .job {
  font-size: 25px;
  line-height: 1.15;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

.other-card__label .year {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.other-card__label .copy {
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.45;
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.03em;
}

.other-card.is-active .other-card__label {
  opacity: 1;
}

.other-card__label--simple {
  display: none;
}

.other-carousel__arrow {
  width: 110px;
  border: 0;
  background: #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.other-carousel__arrow span {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.other-carousel__arrow--prev span {
  border-right: 28px solid #106eb0;
}

.other-carousel__arrow--next span {
  border-left: 28px solid #106eb0;
}

.other-carousel.is-grab .other-carousel__rail {
  cursor: grab;
}

.other-carousel.is-grabbing .other-carousel__rail {
  cursor: grabbing;
}

.other-carousel.is-rebasing .other-carousel__rail,
.other-carousel.is-rebasing .other-card {
  transition: none !important;
}

.fadein {
  transform: translateY(80px);
  opacity: 0;
}

.fadein.active {
  transform: translateY(0);
  transition: transform 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

@media screen and (max-width: 1500px) and (min-width: 1101px) {
  .interview-page {
    overflow-x: clip;
  }
  .talk-flow {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 88px;
  }
  .talk-flow__left {
    width: 700px;
    max-width: none;
    margin: 0;
    flex: 0 0 700px;
  }
  .talk-flow__right {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    margin-left: -140px;
    margin-right: 0;
    align-self: stretch;
  }
  .talk-flow__sticky {
    width: 100%;
    max-width: 640px;
    height: auto;
    aspect-ratio: 5/6;
    position: sticky;
    top: 120px;
    right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .interview-page {
    overflow-x: hidden;
  }
  .interview-page .content_box,
  .interview-page .top_box {
    max-width: calc(100% - 40px);
  }
  .talk-flow {
    display: block;
    width: 100%;
    margin-top: 72px;
  }
  .talk-flow__left {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    flex: none;
  }
  .talk-flow__right {
    display: none;
  }
  .talk-card {
    min-width: 0;
    max-width: 500px;
    margin-bottom: 32px;
    padding: 52px 28px 58px;
    background-size: 100% 100%;
    min-height: 420px;
  }
  .talk-card__title {
    margin-left: 0;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.45;
  }
  .talk-card__title span {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .talk-card__text p {
    font-size: 15px;
    line-height: 1.85;
  }
  .talk-flow__mobile-photo {
    display: block;
    margin-bottom: 32px;
    overflow: hidden;
    width: 500px;
    max-width: 100%;
    margin-left: auto;
  }
  .talk-flow__mobile-photo:last-child {
    margin-bottom: 0;
  }
  .talk-flow__mobile-photo img {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1350px) {
  .interview-hero {
    background-size: 60%;
  }
}
@media screen and (max-width: 767px) {
  .interview-hero {
    background-image: none !important;
    padding-top: 0;
  }
  .interview-hero .top_box {
    display: block;
  }
  .interview-hero__sp-image {
    display: block;
  }
  .interview-hero .left {
    width: 100%;
  }
  .interview-hero .right {
    display: none;
  }
  .interview-hero .title_box {
    padding-top: 28px;
  }
  .title_en {
    font-size: 40px;
  }
  .title_en span img {
    height: 80px;
  }
  .sub_top hr {
    margin: 30px 0 40px 0;
  }
  .interview-page {
    overflow-x: hidden;
  }
  .interview-page .content_box {
    max-width: calc(100% - 32px);
  }
  .interview-talks {
    padding-top: 24px;
  }
  .interview-catch {
    margin-top: 12px;
    padding: 70px 84px 58px 80px;
    background-position: left;
  }
  .interview-catch p {
    font-size: min(3.7vw, 25px);
    line-height: 1.35;
  }
  .talk-flow {
    display: block;
    width: 100%;
    margin-top: 56px;
  }
  .talk-flow__left {
    width: 100%;
    flex: none;
  }
  .talk-flow__right {
    display: none;
  }
  .talk-card {
    min-width: 0;
    max-width: 500px;
    margin-bottom: 32px;
    padding: 42px 28px 38px;
    background-size: 100% 100%;
    min-height: 420px;
    padding: 52px 28px 58px;
  }
  .talk-card__title {
    margin-left: 0;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 1.45;
  }
  .talk-card__title span {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .talk-card__text p {
    font-size: 15px;
    line-height: 1.85;
  }
  .talk-flow__mobile-photo {
    display: block;
    margin-bottom: 32px;
    overflow: hidden;
  }
  .talk-flow__mobile-photo:last-child {
    margin-bottom: 0;
  }
  .talk-flow__mobile-photo img {
    aspect-ratio: 4/5;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .interview-page .other-interview {
    margin-top: 80px;
  }
  .interview-page .other-interview .content_box {
    max-width: calc(100% - 32px);
  }
  .other-interview__heading {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.4;
  }
  .other-carousel {
    --other-card-inactive-width: 92px;
    --other-card-gap: 8px;
    gap: 8px;
  }
  .other-carousel__track {
    min-width: 0;
  }
  .other-carousel__arrow {
    width: 44px;
  }
  .other-carousel__arrow span {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .other-carousel__arrow--prev span {
    border-right-width: 16px;
  }
  .other-carousel__arrow--next span {
    border-left-width: 16px;
  }
  .other-card {
    height: 220px;
  }
  .other-card.is-active {
    width: clamp(220px, 100vw - 136px, 280px);
    flex-basis: clamp(220px, 100vw - 136px, 280px);
  }
  .other-card__label {
    bottom: 10px;
    padding-right: 12px;
  }
  .other-card__label .job {
    font-size: 15px;
  }
  .other-card__label .year {
    margin-top: 4px;
    font-size: 11px;
  }
  .other-card__label .copy {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 600px) {
  .interview-catch {
    padding: 65px 24px 50px 60px;
  }
}/*# sourceMappingURL=interview.css.map */