.why {
  background: var(--secondary);
  color: var(--white);
  overflow: hidden;
  margin-top: -0.1rem;
  padding: var(--sp) 0;
}

.why img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.why__horizontal-wrapper {
  aspect-ratio: 1/1;
}

.why__horizontal {
  width: -moz-fit-content;
  width: fit-content;
  height: 100svh;
  padding: 0 calc((100vw - var(--container-width)) / 2);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.why__title {
  color: var(--primary);
}

.why__quote {
  padding-left: 15.6rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  border-left: 0.1rem solid var(--primary);
}

.why .slide1 {
  display: flex;
  margin-right: 16rem;
}

.why .slide1__left {
  width: 45.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 8rem;
  position: relative;
  padding: 8rem 0;
}

.why .slide1__left > * {
  position: relative;
  z-index: 1;
}

.why .slide1__left .letter {
  position: absolute;
  left: calc(100% + 4rem);
  transform: translateX(-50%);
  top: 22.7rem;
  z-index: 0;
}

.why .slide1__media {
  position: relative;
  width: 106.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.why .slide1__media-image {
  position: absolute;
  left: 0;
  top: 8rem;
  aspect-ratio: 1/1;
  width: 35.4rem;
}

.why .slide1__media-video {
  aspect-ratio: 1/1;
  width: 75rem;
}

.why .slide1__media-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.why .slide2 {
  display: flex;
  padding-right: 25.6rem;
}

.why .slide2__left {
  position: relative;
  padding: 8rem 0;
  width: 45.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 8rem;
}

.why .slide2__left > * {
  position: relative;
  z-index: 1;
}

.why .slide2__left .letter {
  position: absolute;
  left: calc(100% + 4rem);
  transform: translateX(-50%);
  top: 15.6rem;
  z-index: 0;
}

.why .slide2__big-text .item {
  margin-bottom: 1rem;
}

.why .slide2__big-text .item:last-child {
  margin-bottom: 0;
}

.why .slide2__big-text .item__label {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  color: var(--primary);
}

.why .slide2__big-text .item__text {
  font: 400 var(--h4)/1.1 var(--heading-font-family);
  letter-spacing: -0.03em;
}

.why .slide2__media {
  width: 137.8rem;
  position: relative;
}

.why .slide2__media .letter {
  position: absolute;
  top: 2.3rem;
  width: 41.2rem;
  left: 100%;
  transform: translateX(-37%);
  z-index: 3;
}

.why .slide2__media-image {
  position: absolute;
  aspect-ratio: 1/1;
}

.why .slide2__media-image_1 {
  left: 0;
  top: 8rem;
  width: 35.4rem;
  z-index: 3;
}

.why .slide2__media-image_2 {
  position: relative;
  width: 75rem;
  margin: 0 auto;
  z-index: 2;
}

.why .slide2__media-image_3 {
  right: 0;
  bottom: 8rem;
  width: 35.4rem;
  z-index: 1;
}

@media (max-width: 1260px) {
  .why {
    padding-bottom: calc(var(--sp) * 3.5);
  }

  .why__horizontal-wrapper {
    aspect-ratio: initial;
  }

  .why__horizontal {
    width: 100%;
    height: initial;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    gap: 250px;
  }

  .why__quote {
    padding-left: 50px;
  }

  .why .slide1 {
    margin-right: 0;
    flex-direction: column;
    padding: 0 calc((100vw - var(--container-width)) / 2 + 10px);
  }

  .why .slide1__left {
    width: 100%;
    padding: 0;
    gap: 50px;
    margin-right: 0;
  }

  .why .slide1__left .letter {
    width: 320px;
    top: 0;
    left: auto;
    right: 0;
    transform: initial;
  }

  .why .slide1__media {
    width: 100%;
  }

  .why .slide1__media-image {
    width: 240px;
    top: 50px;
    z-index: 2;
  }

  .why .slide1__media-video {
    width: 640px;
  }

  .why .slide2 {
    width: 100%;
    padding: 0 calc((100vw - var(--container-width)) / 2 + 10px);
    flex-direction: column;
    gap: 50px;
  }

  .why .slide2__left {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .why .slide2__left .letter {
    width: 320px;
    top: 0;
    left: auto;
    right: 0;
    transform: translateY(-10%);
  }

  .why .slide2__big-text {
    margin-bottom: 50px;
  }

  .why .slide2__media {
    width: 100%;
  }

  .why .slide2__media .letter {
    width: 320px;
    left: auto;
    right: 0;
    top: auto;
    bottom: -80px;
    transform: translateX(0);
  }

  .why .slide2__media-image_1 {
    width: 240px;
    top: 50px;
  }

  .why .slide2__media-image_2 {
    width: 640px;
  }

  .why .slide2__media-image_3 {
    display: none;
  }
}

@media (max-width: 760px) {
  .why__horizontal {
    gap: 170px;
  }

  .why__quote {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 300;
    padding-left: 30px;
  }

  .why .slide1__left {
    margin-bottom: 20px;
  }

  .why .slide1__left .letter {
    top: -50px;
    width: 200px;
  }

  .why .slide1__media-image {
    display: none;
  }

  .why .slide1__media-video {
    width: 100%;
  }

  .why .slide2__left .letter {
    top: -50px;
    width: 200px;
  }

  .why .slide2__big-text .item__text {
    font-family: var(--heading-font-family);
    font-weight: 400;
    font-size: var(--h5);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .why .slide2__media .letter {
    width: 200px;
  }

  .why .slide2__media-image_1 {
    display: none;
  }

  .why .slide2__media-image_2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .why .slide1 {
    padding: 0 10px;
  }

  .why .slide2 {
    padding: 0 10px;
  }
}