.section__content-jcd.section__content-animation {
  position: relative;
  margin-top: calc(17.21 * var(--svh) + 7.5rem);
  padding-inline: 0;
  overflow: visible;
  height: auto;
}

.section__content-animation .js-fader {
  position: relative;
  height: calc(100 * var(--svh));
}

.section__content-animation .wrap__images {
  position: fixed;
  inset: 0;
  width: 113.5097%;
  height: calc(100 * var(--svh));
  margin-left: -6.75485%;
  background-color: transparent;
  min-height: calc(100 * var(--svh));
  z-index: 0;
  display: block;
  visibility: hidden;
}

.section__content-animation .wrap__images.active {
  visibility: visible;
}

.section__content-animation .wrap__images .wrap__image-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 1s ease-in-out;
}

.section__content-animation .wrap__images .wrap__image-item.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.section__content-animation .wrap__images .wrap__image-item img {
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media screen and (min-width: 1024px) {
  .section__content-animation .wrap__images .wrap__image-item img {
    min-height: calc(134.44 * var(--svh));
    aspect-ratio: 1635 / 1089;
  }
}

.section__content-animation .wrap__head-title {
  position: absolute;
  top: 7.5rem;
  left: 0;
  padding-left: 8.611%;
  z-index: 2;
}

/* .section__content-animation .wrap__head-title.active {
  top: auto;
  bottom: calc(var(--bottom-active) + 9rem);
  transform: translateY(100%);
} */

.section__content-animation .wrap__head-title h2 {
  font-size: 2.8rem;
  line-height: 4rem;
}

.section__content-animation .wrap__content-animation {
  position: relative;
  width: 100%;
  margin: calc(-100 * var(--svh)) auto 0;
}

.section__content-animation .wrap__content-animation .list__content-animation {
  padding: 8.1rem 3rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview {
  width: 50rem;
  padding: 5.6rem 5rem;
  border-radius: 2.5rem;
  margin-left: auto;
  background-color: rgba(255, 255, 255, .95);
  margin-bottom: 5.2rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview:last-child {
  margin-bottom: 0;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview:has(.text-extra) {
  padding-top: 3.7rem;
  margin-bottom: 6.7rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview h5 {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 330;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview h5:not(:empty) {
  margin-bottom: 6.1rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview h3 {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 4rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview h5+h3 {
  margin-bottom: 3.3rem;
}

.section__content-animation .wrap__content-animation .list__content-animation .item__interview p {
  color: black;
  font-size: 1.4rem;
  line-height: 3.2rem;
}

@media screen and (orientation: portrait) and (min-width: 1023px) and (max-width: 1400px) {
  .section__content-animation .wrap__images.visible-desktop {
    display: none;
  }

  .section__content-animation .wrap__images.hidden-desktop {
    display: block !important;
    width: 100%;
    height: calc(121.8861 * var(--svh));
    margin-top: calc(-10.94305 * var(--svh));
    margin-left: 0;
  }

  .section__content-animation .wrap__images .wrap__image-item img {
    width: 100%;
    height: 100%;
  }

  .section__content-animation .wrap__images .wrap__image-item:before,
  .section__content-animation .wrap__images .wrap__image-item:after {
    content: "";
    position: absolute;
    top: -19rem;
    left: -25%;
    width: 150%;
    height: 25.2rem;
    background: #efefef;
    border-radius: 50%;
    z-index: 999;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  }

  .section__content-animation .wrap__images .wrap__image-item:after {
    top: auto;
    bottom: -19rem;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  }
}

@media screen and (max-width: 1023px) {
  .section__content-jcd.section__content-animation {
    margin-top: calc(10.94305 * var(--svh) + 5.6rem);
  }

  .section__content-animation .wrap__images {
    width: 100%;
    height: calc(121.8861 * var(--svh));
    margin-top: calc(-10.94305 * var(--svh));
    margin-left: 0;
  }

  .section__content-animation .wrap__images .wrap__image-item img {
    width: 100%;
    height: 100%;
  }

  .section__content-animation .wrap__images .wrap__image-item:before,
  .section__content-animation .wrap__images .wrap__image-item:after {
    content: "";
    position: absolute;
    top: -19rem;
    left: -25%;
    width: 150%;
    height: 25.2rem;
    background: #efefef;
    border-radius: 50%;
    z-index: 999;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
  }

  .section__content-animation .wrap__images .wrap__image-item:after {
    top: auto;
    bottom: -19rem;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  }

  .section__content-animation .wrap__head-title {
    top: 3.4rem;
    left: 0;
    padding-left: 2.2rem;
    z-index: 2;
  }

  .section__content-animation .wrap__head-title h2 {
    color: black;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .section__content-animation .wrap__content-animation {
    position: relative;
    width: 100%;
    margin: calc(-100 * var(--svh)) auto 0;
  }

  .section__content-animation .wrap__content-animation .list__content-animation {
    padding: calc(110 * var(--svh)) 2.2rem 4rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview {
    width: 100%;
    padding: 5.4rem 2.5rem;
    margin-bottom: 5.2rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview:has(.text-extra) {
    padding-top: 5.4rem;
    margin-bottom: 4.8rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview h5 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.02em;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview h5:not(:empty) {
    margin-bottom: 5.3rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview h3 {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 2.4rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview h5+h3 {
    margin-bottom: 2.4rem;
  }

  .section__content-animation .wrap__content-animation .list__content-animation .item__interview p {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section__content-animation .wrap__head-title h2 {
    color: black;
    font-size: 2.8rem;
    line-height: 4rem;
  }
}