/* 0917 Figma revision — loaded after the accumulated legacy styles. */
.intro {
  height: 65.8125rem;
}

.intro-left {
  left: -0.0625rem;
  top: 6.4375rem;
  width: 40.5%;
  height: 43.8125rem;
}

.intro-copy {
  left: 47.9286%;
  top: 15.75rem;
  width: 41.4286%;
}

.intro .reasons-title {
  left: 50%;
  bottom: 1.875rem;
  display: block;
  width: 12.6875rem;
  height: 4.0625rem;
  color: #000;
  font-family: var(--jp);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.119894rem;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.intro .reasons-title > span {
  display: inline;
}

.intro .reasons-title .reasons-title__count {
  color: var(--green);
  font-family: Akshar, sans-serif;
  font-size: 4.0763125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1798375rem;
  vertical-align: -0.08em;
}

.intro .reasons-title .reasons-title__unit {
  color: var(--green);
}

footer nav .card:nth-child(1) {
  order: 1;
}

footer nav .card:nth-child(2) {
  order: 2;
}

footer nav .card:nth-child(3) {
  order: 3;
}

@media (min-width: 40rem) {
  .reason:nth-child(3) .split figure:nth-child(2) img,
  .reason:nth-child(3) .split figure:nth-child(3) img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
    transform: none !important;
  }
}

@media (max-width: 39.9375rem) {
  .intro {
    height: 53.75rem;
  }

  .intro-copy {
    left: 1.25rem;
    top: 5rem;
    width: 21.9375rem;
  }

  .intro-left {
    left: 0;
    top: 29.875rem;
    width: 18rem;
    height: 15.1875rem;
  }

  .intro .reasons-title {
    left: 50%;
    bottom: 0.8125rem;
    width: 8.875rem;
    height: 2.875rem;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.085606rem;
    transform: translateX(-50%);
  }

  .intro .reasons-title .reasons-title__count {
    font-size: 2.875rem;
    letter-spacing: 0.128406rem;
  }
}

/* 0918 Figma revision — reason 02 uses one full-height photo. */
.reason:nth-child(2) .gallery.reason02-single figure:nth-child(2) {
  grid-row: 1 / 3;
}
