:root {
  --green: #00765a;
  --line: #c8cbc9;
  --jp: "Noto Sans JP", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Tablet: retain the existing proportional rem baseline. */
  font-size: 1.142857vw;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--jp);
  color: #000;
}
@media (max-width: 39.9375rem) {
  html {
    /* SP reference frame: 390 wide = 100%. */
    font-size: 4.102564vw;
  }
}

@media (min-width: 75rem) {
  html {
    /* Desktop reference baseline; wide.css scales this above 87.5rem. */
    font-size: 1rem;
  }
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
.sp {
  display: none;
}
.brand {
  position: relative;
  display: block;
  width: 11.875rem;
  height: 3.625rem;
}
.brand img {
  position: absolute;
}
.brand img:first-child {
  left: 13.87%;
  top: 0;
  width: 72.26%;
  height: 18.3%;
}
.brand img:nth-child(2) {
  left: 0;
  top: 42%;
  width: 100%;
  height: 58%;
}
header {
  height: 6.5rem;
  padding: 1.6875rem 0 0 3%;
}
.hero {
  position: relative;
  height: 57.9375rem;
}
.hero h1 {
  position: absolute;
  z-index: 1;
  left: 7.29%;
  top: 1.5rem;
  font-size: 3.375rem;
  line-height: 1.36;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.hero em,
.intro h2 em {
  font-style: normal;
  color: var(--green);
}
.hero figure {
  position: absolute;
  left: 7.14%;
  top: 18.9375rem;
  width: 92.86%;
  height: 39rem;
  overflow: hidden;
}
.hero figure img {
  position: absolute;
  left: 0;
  top: -44.27%;
  height: 155.89%;
}
.scroll {
  position: absolute;
  right: 5.5%;
  top: 15.4375rem;
  height: 10.75rem;
  border-right: 0.0625rem solid;
  font: 400 0.875rem/1 var(--jp);
  writing-mode: vertical-rl;
}
.scroll:after {
  content: "";
  position: absolute;
  right: -0.0625rem;
  bottom: -0.0625rem;
  width: 1.375rem;
  height: 1.375rem;
  border-right: 0.0625rem solid;
  border-bottom: 0.0625rem solid;
  transform: rotate(45deg) translate(0.4375rem, 0.3125rem);
}
.intro {
  position: relative;
  height: 72.8125rem;
}
.intro-left,
.intro-night,
.intro-city {
  position: absolute;
  overflow: hidden;
}
.intro-left {
  left: 0;
  top: 8.9375rem;
  width: 32.07%;
  height: 43.8125rem;
}
.intro-night {
  right: 4.86%;
  top: 3.75rem;
  width: 16.64%;
  height: 9.875rem;
}
.intro-city {
  right: 0;
  top: 42.5rem;
  width: 43%;
  height: 13.75rem;
}
.intro-copy {
  position: absolute;
  left: 40.36%;
  top: 16.125rem;
  width: 41.43%;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
}
.intro-copy aside {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  width: 28.5625rem;
  margin-top: 1.125rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.intro-copy aside b,
.intro-copy aside span {
  display: block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.intro-copy aside span {
  margin-top: 0;
  line-height: 1.7;
}
.intro-copy aside b {
  line-height: 2.3;
}
.intro h2 {
  position: absolute;
  left: 0;
  bottom: 5.375rem;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.reason {
  display: grid;
  grid-template-columns: 56.43% 43.57%;
  min-height: 46.3125rem;
  border-top: 0.0625rem solid var(--line);
}
.copy {
  grid-column: 1;
  width: min(34.65vw, 30.3125rem);
  margin: 2.5625rem auto 2.25rem;
}
.no {
  display: block;
  color: var(--green);
  font:
    500 2.125rem/1 Akshar,
    sans-serif;
}
.no:after {
  content: "";
  display: block;
  width: 1.3125rem;
  margin-left: 0.375rem;
  border-top: 0.125rem solid;
  transform: rotate(-45deg);
}
.copy h3 {
  margin-top: 1.6875rem;
  font-size: 2.25rem;
  line-height: 1.42;
  letter-spacing: 0.02em;
}
.text {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
.text p + p {
  margin-top: 1rem;
}
.gallery {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-height: 100%;
  overflow: hidden;
}
.gallery figure {
  overflow: hidden;
}
.gallery.g1 {
  grid-template-columns: 0 1fr;
}
.gallery.g1 figure:first-child {
  position: absolute;
  left: 0;
  width: 10.64%;
  height: 46.25rem;
}
.gallery.g1 figure:first-child img {
  width: 440%;
  max-width: none;
  transform: translate(-41%, -12%);
  height: 131%;
}
.gallery.g1 figure:last-child {
  grid-column: 2;
}
.split {
  grid-template-columns: 0 1fr;
  grid-template-rows: 1fr 1fr;
}
.split figure:first-child {
  position: absolute;
  left: 0;
  width: 10.64%;
  height: 100%;
}
.split figure:nth-child(2),
.split figure:nth-child(3) {
  grid-column: 2;
}
.closing {
  min-height: 35.25rem;
  padding-top: 7rem;
  border-top: 0.0625rem solid var(--line);
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.06em;
}
.closing p + p {
  margin-top: 2.1875rem;
}
.closing img {
  width: 27.375rem;
  height: 4.0625rem;
  margin: 4.5625rem auto 0;
  object-fit: contain;
}
footer {
  position: relative;
  height: 20.4375rem;
  padding-top: 2.375rem;
  background: #eee;
  border-bottom: 0.375rem solid var(--green);
}
.notch {
  position: absolute;
  left: 50%;
  top: 0.625rem;
  width: 1.9485rem;
  height: 1.125rem;
  object-fit: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
.notch-trigger {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -0.0625rem;
  width: 100%;
  height: 2.0625rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.notch-trigger::before,
.notch-trigger::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 0.0625rem;
  transform: translateX(-50%);
}
.notch-trigger::before {
  width: 100%;
  background: var(--line);
}
.notch-trigger::after {
  width: 3rem;
  background: var(--green);
}
footer nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.125rem;
  width: 90.29%;
  margin: auto;
}
.card {
  height: 6.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid var(--green);
  border-radius: 0.25rem;
  background: #fff;
  color: #000;
  text-decoration: none;
}
.footer-brand {
  width: 9.4375rem;
  height: 4rem;
}
.report {
  flex-direction: column;
  gap: 0.5rem;
}
.report > img {
  width: 14.25rem;
  height: 1.3125rem;
  object-fit: contain;
}
.instagram {
  gap: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.instagram > img {
  width: 3.25rem;
  height: 3.25rem;
}
.instagram small {
  display: block;
  font-size: 0.5625rem;
}
.copyright {
  display: block;
  margin-top: 5.75rem;
  text-align: center;
  font:
    600 0.5625rem/1 Roboto,
    sans-serif;
}
.to-top {
  position: absolute;
  right: 4.6%;
  bottom: 1.1875rem;
  width: 4.0625rem;
  height: 4.0625rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  background: #fff;
  font-size: 1.25rem;
}
.to-top small {
  display: block;
  font-size: 0.5rem;
}
@media (max-width: 68.75rem) and (min-width: 40rem) {
  .hero {
    height: 47.5rem;
  }
  .hero figure {
    top: 15.625rem;
    height: 31.875rem;
  }
  .scroll {
    top: 12.5rem;
  }
  .intro {
    height: auto;
    min-height: 65.625rem;
  }
  .intro-left {
    height: 37.5rem;
  }
  .intro-copy {
    top: 13.125rem;
  }
  .intro-city {
    top: 40.625rem;
  }
  .intro h2 {
    bottom: 4.375rem;
  }
  .reason {
    min-height: 42.5rem;
  }
  .copy {
    width: 76%;
    margin-top: 2.1875rem;
  }
  .text {
    font-size: 0.9375rem;
  }
  .gallery.g1 figure:first-child {
    height: 42.4375rem;
  }
  .closing {
    min-height: 31.25rem;
  }
  .closing img {
    margin-top: 3.4375rem;
  }
}
@media (max-width: 39.9375rem) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .brand {
    width: 8.57812rem;
    height: 2.625rem;
  }
  header {
    height: 4.375rem;
    padding: 0.875rem 0 0 1.25rem;
  }
  .hero {
    height: 27.0625rem;
  }
  .hero h1 {
    left: 1.25rem;
    top: 1.1875rem;
    font-size: 1.875rem;
    line-height: 1.48;
    letter-spacing: 0;
  }
  .hero figure {
    left: 1.25rem;
    top: 10.875rem;
    width: calc(100% - 1.25rem);
    height: 16.1875rem;
  }
  .hero figure img {
    left: -17.63%;
    top: -33.2%;
    width: 135.06%;
    height: 144.7%;
    max-width: none;
  }
  .scroll {
    display: none;
  }
  .intro {
    height: 63.125rem;
  }
  .intro-night {
    right: 1.4375rem;
    top: 2rem;
    width: 8.875rem;
    height: 6rem;
  }
  .intro-copy {
    left: 1.25rem;
    top: 8.375rem;
    width: calc(100% - 2.5rem);
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .intro-copy aside {
    gap: 0.875rem;
    width: 21.9375rem;
    margin-top: 1rem;
    font-size: 0.6875rem;
    line-height: 1.7;
    letter-spacing: -0.01em;
    white-space: normal;
  }
  .intro-copy aside span {
    margin-top: 0;
  }
  .intro-copy aside b {
    line-height: 1.7;
  }
  .intro-left {
    left: 0;
    top: 32.875rem;
    width: 12.125rem;
    height: 16.375rem;
  }
  .intro-city {
    right: -6.375rem;
    top: 40rem;
    width: 15.9375rem;
    height: 7.375rem;
  }
  .intro h2 {
    left: 3.0625rem;
    bottom: 1.5625rem;
    width: calc(100% - 6.125rem);
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .reason {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .copy {
    order: 1;
    width: auto;
    margin: 0;
    padding: 1.8125rem 1.25rem 3rem;
  }
  .no {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
  .copy h3 {
    margin-top: 1.4375rem;
    font-size: 1.5625rem;
    line-height: 1.42;
  }
  .text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.8;
  }
  .gallery {
    order: 2;
    width: 100%;
    height: 16.25rem;
    min-height: 16.25rem;
  }
  .gallery.g1 {
    grid-template-columns: 38% 62%;
  }
  .gallery.g1 figure:first-child {
    position: relative;
    width: auto;
    height: 16.25rem;
  }
  .gallery.g1 figure:last-child {
    grid-column: 2;
  }
  .gallery.g1 figure:first-child img {
    width: 442%;
    height: 131%;
    transform: translate(-41%, -12%);
  }
  .split {
    grid-template-columns: 38% 62%;
    grid-template-rows: 8.125rem 8.125rem;
  }
  .split figure:first-child {
    position: relative;
    width: auto;
    height: 16.25rem;
    grid-row: 1/3;
  }
  .split figure:nth-child(2),
  .split figure:nth-child(3) {
    grid-column: 2;
  }
  .closing {
    min-height: 33.5rem;
    padding: 4.6875rem 1.25rem 0;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .closing p br {
    display: none;
  }
  .closing p:first-child {
    max-width: 21.875rem;
    margin: auto;
  }
  .closing p + p {
    max-width: 18.25rem;
    margin: 2.5625rem auto 0;
  }
  .closing img {
    width: 21.875rem;
    height: 3.25rem;
    margin-top: 2.9375rem;
  }
  footer {
    height: 27.4375rem;
    padding-top: 4.5625rem;
    background: linear-gradient(
      to bottom,
      #fff 0 2.5625rem,
      #eee 2.5625rem 100%
    );
  }
  footer nav {
    width: 19.625rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .card {
    height: 5.1875rem;
  }
  .card:first-child {
    order: 2;
  }
  .card:nth-child(2) {
    order: 1;
  }
  .card:nth-child(3) {
    order: 3;
  }
  .instagram > img {
    width: 2.25rem;
    height: 2.25rem;
  }
  .instagram {
    font-size: 1rem;
  }
  .copyright {
    margin-top: 4rem;
    font-size: 0.375rem;
  }
  .to-top {
    right: 1.125rem;
    bottom: 1.5625rem;
    width: 3rem;
    height: 3rem;
    font-size: 0.9375rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.footer-brand {
  width: 11.4375rem;
  height: 4.8125rem;
  object-fit: contain;
}
.instagram-icon {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  background: url(../images/instagram.webp) center/156% 156% no-repeat;
  -webkit-mask: url(../images/instagram-mask.svg) center/100% 100% no-repeat;
  mask: url(../images/instagram-mask.svg) center/100% 100% no-repeat;
}
.report .report-lockup {
  width: 17.2119rem;
  height: 3.595rem;
  object-fit: contain;
}
.instagram {
  justify-content: flex-start;
  padding-left: 4.5rem;
  font:
    700 1.5rem/1 Roboto,
    sans-serif;
}
.instagram small {
  font: 600 0.875rem/1.5 var(--jp);
}
.header-brand {
  width: 11.846rem;
  height: 3.625rem;
  object-fit: contain;
}
.hero,
.intro,
.reason {
  overflow: hidden;
}
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}
.gallery {
  position: relative;
}
.gallery figure {
  position: relative;
}
.sp-body {
  display: none;
}
@media (max-width: 39.9375rem) {
  .pc-body {
    display: none;
  }
  .sp-body {
    display: block;
  }
}

/* Reference-frame geometry without whole-page scaling */
@media (min-width: 68.8125rem) {
  .copy {
    margin-left: 28.73%;
    margin-right: 0;
  }
  .reason:nth-child(1) {
    height: 46.3125rem;
    min-height: 46.3125rem;
  }
  .reason:nth-child(2) {
    height: 46.625rem;
    min-height: 46.625rem;
  }
  .reason:nth-child(3) {
    height: 46.625rem;
    min-height: 46.625rem;
  }
  .gallery.g1 figure:first-child {
    height: 46.25rem;
  }
  .closing {
    height: 29.375rem;
    min-height: 29.375rem;
    padding-top: 3.0625rem;
  }
  .closing p + p {
    margin-top: 1.8125rem;
  }
  .closing img {
    margin-top: 3.375rem;
  }
  footer {
    height: 21.9375rem;
    padding-top: 6.8125rem;
    background: linear-gradient(
      to bottom,
      #fff 0 3.1875rem,
      #eee 3.1875rem 16.6875rem,
      #fff 16.6875rem 100%
    );
  }
  .notch-trigger {
    height: 3.1875rem;
  }
  footer nav {
    grid-template-columns: repeat(3, 23.75rem);
    gap: 1.875rem;
    width: 75rem;
  }
  .card {
    height: 6.25rem;
    border-radius: 0.5rem;
  }
  .copyright {
    margin-top: 5.875rem;
  }
  .to-top {
    right: 3.954%;
    bottom: 1.085rem;
    width: 4.0399rem;
    height: 4.0399rem;
  }
}

/* 0915 revision — exported outline titles and annotated spacing. */
.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero .hero-title {
  left: 7.391%;
  top: 2.75rem;
  width: 53.78rem;
  height: 12.375rem;
  line-height: 0;
}

.hero-title picture,
.hero-title img,
.intro .reasons-title picture,
.intro .reasons-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro-copy > p.pc {
  white-space: nowrap;
}

.intro .reasons-title {
  bottom: 2.8125rem;
  width: 49.1197rem;
  height: 6rem;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 40rem) {
  .reason .no:after {
    top: 2.3125rem;
  }

  .reason:nth-child(1) .copy h3 {
    margin-top: 1.2rem;
  }

  .closing {
    line-height: 2;
  }

  .closing img {
    width: 34rem;
    height: 4.5rem;
    margin: 4.5625rem auto 0;
  }

  .reason .gallery {
    height: 42.375rem;
    min-height: 42.375rem;
    align-self: start;
  }

  .gallery.g1 figure:first-child,
  .split figure:first-child {
    height: 42.375rem;
  }

  .split {
    grid-template-rows: 21.1875rem 21.1875rem;
  }

  .reason:nth-child(2) .split figure:nth-child(2),
  .reason:nth-child(3) .split figure:nth-child(2) {
    grid-row: 1;
  }

  .reason:nth-child(2) .split figure:nth-child(3),
  .reason:nth-child(3) .split figure:nth-child(3) {
    display: block;
    grid-row: 2;
  }
}

@media (max-width: 39.9375rem) {
  .hero .hero-title {
    left: 1.3229rem;
    top: 1.75125rem;
    width: 20.6479rem;
    height: 7.30375rem;
  }

  .intro-copy {
    font-size: 1.05rem;
  }

  .intro .reasons-title {
    left: 3.1427rem;
    bottom: 1.939rem;
    width: 17.9308rem;
    height: 7.37099rem;
  }

  .reason .no:after {
    left: 0.1875rem;
    top: 2rem;
  }

  .reason:nth-child(1) .gallery {
    top: 36.5625rem;
  }

  .reason:nth-child(2) .gallery {
    top: 38.625rem;
  }

  .reason:nth-child(3) .gallery {
    top: 33.75rem;
  }
}

/* 0915 SP correction: align the copy-to-gallery gap across all reasons. */
@media (max-width: 39.9375rem) {
  .reason:nth-child(1) .gallery {
    top: 36.5625rem;
  }
}

@media (min-width: 40rem) {
  .reason:nth-child(3) .gallery figure:nth-child(2) img {
    object-position: center top;
  }
}

@media (min-width: 40rem) {
  .reason:nth-child(3) .gallery figure:nth-child(2) img {
    object-position: center top;
  }
}
@media (max-width: 39.9375rem) {
  .header-brand {
    width: 8.57812rem;
    height: 2.625rem;
  }
  .footer-brand {
    width: 9.45099rem;
    height: 3.97664rem;
  }
  .report .report-lockup {
    width: 14.22244rem;
    height: 2.97058rem;
  }
  .instagram {
    gap: 1.033rem;
    padding-left: 3.71842rem;
    font-size: 0.875rem;
  }
  .instagram small {
    font-size: 0.5rem;
  }
  .instagram-icon {
    width: 2.27237rem;
    height: 2.27237rem;
  }
  .copyright {
    margin-top: 4.125rem;
  }
  .to-top {
    right: 1.1875rem;
    bottom: 1.8125rem;
  }
  .reason:nth-child(1) {
    height: 57.75rem;
  }
  .reason:nth-child(2) {
    height: 58rem;
  }
  .reason:nth-child(3) {
    height: 50rem;
  }
  .reason .gallery {
    margin-top: auto;
  }
  .closing {
    height: 33.5rem;
    min-height: 33.5rem;
  }
}

/* Reason sections: exact node geometry */
@media (min-width: 40rem) {
  .reason {
    position: relative;
  }
  .gallery {
    height: 42.375rem;
    min-height: 42.375rem;
    align-self: start;
    overflow: visible;
  }
  .gallery figure:first-child {
    position: absolute;
    left: calc(-56.43vw);
    top: 0;
    width: 10.64vw;
    height: 42.375rem;
  }
  .gallery.g1 figure:first-child {
    left: calc(-56.43vw);
    width: 10.64vw;
    height: 42.375rem;
  }
  .gallery.g1 figure:last-child img {
    position: absolute;
    left: -46.05%;
    top: 0;
    width: 166.18%;
    height: 100%;
    max-width: none;
  }
  .split {
    grid-template-rows: 21.1875rem 21.1875rem;
  }
  .reason:nth-child(2) .gallery:before,
  .reason:nth-child(2) .gallery:after {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6875rem;
    background: red;
    color: #fff;
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.07125rem;
    text-align: center;
    white-space: pre;
  }
  .reason:nth-child(2) .gallery:before {
    content: "お写真\A ご提供まち";
    left: calc(-55.2vw);
    top: 17.25rem;
    width: 7.0625rem;
  }
  .reason:nth-child(2) .gallery:after {
    content: "社員の交流 OR 地域との交流\A お写真ご提供まち";
    left: 2.375rem;
    top: 14.5rem;
    width: 19.4375rem;
  }
  .reason:nth-child(3) .split figure:nth-child(2) img {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-position: center top !important;
  }
  .reason:nth-child(3) .split figure:nth-child(3) img {
    position: absolute;
    left: -5.88%;
    top: -0.04%;
    width: 105.88%;
    height: 143.36%;
    max-width: none;
  }
}

/* Wide desktop: constrain the copy column and give surplus width to both image windows. */
@media (min-width: 75rem) {
  .reason {
    grid-template-columns:
      calc((100% - 40rem) * 0.19605)
      40rem
      calc((100% - 40rem) * 0.80395);
  }

  .reason .copy {
    grid-column: 2;
    width: 30.3125rem;
    margin: 2.5625rem auto 2.25rem;
  }

  .reason .gallery {
    grid-column: 3;
  }

  .reason .gallery figure:first-child,
  .reason .gallery.g1 figure:first-child {
    left: calc(-40rem - ((100vw - 40rem) * 0.19605));
    width: calc((100vw - 40rem) * 0.19605);
  }
}
@media (max-width: 39.9375rem) {
  .reason {
    position: relative;
  }
  .reason .copy {
    height: auto;
  }
  .reason .gallery {
    position: absolute;
    left: 0;
    margin: 0;
    overflow: hidden;
  }
  .reason:nth-child(1) .gallery {
    top: 38.375rem;
    bottom: auto;
  }
  .reason:nth-child(2) .gallery {
    top: 38.625rem;
    bottom: auto;
  }
  .reason:nth-child(3) .gallery {
    top: 33.75rem;
    bottom: auto;
  }
  .reason:nth-child(1) .text p + p,
  .reason:nth-child(3) .text p + p {
    margin-top: 0;
  }
  .reason:nth-child(2) .text p:nth-child(2) {
    margin-top: 0;
  }
  .reason:nth-child(2) .text p:nth-child(3) {
    margin-top: 1.25rem;
  }
  .gallery.g1 {
    grid-template-areas: "side main";
  }
  .gallery.g1 figure:first-child {
    left: 0;
    grid-area: side;
  }
  .gallery.g1 figure:last-child {
    grid-area: main;
  }
  .split {
    grid-template-areas: "side top" "side bottom";
  }
  .split figure:first-child {
    grid-area: side;
  }
  .split figure:nth-child(2) {
    grid-area: top;
  }
  .split figure:nth-child(3) {
    grid-area: bottom;
  }
  .gallery.g1 figure:last-child img {
    position: absolute;
    left: -41.79%;
    top: 0;
    width: 161.16%;
    height: 100%;
    max-width: none;
  }
  .reason:nth-child(2) .split figure:first-child img {
    position: absolute;
    left: -171.78%;
    top: -9.73%;
    width: 443.83%;
    height: 111.65%;
    max-width: none;
  }
  .reason:nth-child(2) .split figure:nth-child(2) img {
    position: absolute;
    left: -5.88%;
    top: -27.49%;
    width: 105.88%;
    height: 127.45%;
    max-width: none;
  }
  .reason:nth-child(2) .split figure:nth-child(3) img {
    position: absolute;
    left: 0;
    top: -24.19%;
    width: 100%;
    height: 124.07%;
    max-width: none;
  }
  .reason:nth-child(3) .split figure:nth-child(2) img {
    position: absolute;
    left: 0;
    top: -24.27%;
    width: 100%;
    height: 124.12%;
    max-width: none;
  }
  .reason:nth-child(3) .split figure:nth-child(3) img {
    position: absolute;
    left: 0;
    top: -0.36%;
    width: 100%;
    height: 139.62%;
    max-width: none;
  }
}

/* Figma numbering: fixed horizontal rule beneath each number */
.no {
  position: relative;
  height: 2.875rem;
}
.no:after {
  position: absolute;
  left: 0.375rem;
  top: 2.59375rem;
  width: 1.3125rem;
  height: 0.09375rem;
  margin: 0;
  border: 0;
  background: url(../images/number-line.svg) center/100% 100% no-repeat;
  transform: none;
}
@media (max-width: 39.9375rem) {
  .no {
    height: 2.0625rem;
  }
  .no:after {
    left: 0.1875rem;
    top: 1.90625rem;
  }
  .copy h3 {
    margin-top: 1.4375rem;
  }
}
@media (max-width: 39.9375rem) {
  footer {
    background: linear-gradient(
      to bottom,
      #fff 0 2.5625rem,
      #eee 2.5625rem 24.1875rem,
      #fff 24.1875rem 100%
    );
  }
}
@media (min-width: 68.8125rem) {
  .to-top {
    bottom: 0.71rem;
  }
}
@media (min-width: 40rem) {
  .intro-night {
    top: 4rem;
  }
}
@media (min-width: 40rem) and (max-width: 74.9375rem) {
  footer nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 90.29%;
  }
  .card {
    min-width: 0;
  }
  .instagram {
    justify-content: center;
    padding-left: 0;
    font-size: 1.25rem;
  }
  .instagram small {
    font-size: 0.5625rem;
  }
  .report .report-lockup {
    width: min(90%, 17.2119rem);
  }
}

/* Tablet: retain the desktop composition without fixed-width clipping */
@media (min-width: 40rem) and (max-width: 68.75rem) {
  .intro .reasons-title {
    width: calc(100% - 2rem);
    font-size: 2.5rem;
    letter-spacing: 0.119894rem;
  }
  .reasons-title__count {
    font-size: 1.63em;
    letter-spacing: 0.12em;
  }
  .reason .copy {
    width: 76%;
    margin-left: 20%;
    margin-right: 4%;
  }
  .copy h3 {
    font-size: 2.25rem;
  }
  .closing {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/* Figma 199:38 / 199:40 / 199:41 — exact 390px horizontal anchors. */
@media (max-width: 39.9375rem) {
  .reason .copy {
    padding-right: 1.1875rem;
    padding-left: 1.3125rem;
  }

  .reason .no:after {
    left: 0.125rem;
  }

  .reason:nth-child(2) .sp-body p:nth-child(2) {
    margin-top: 1.25rem;
  }
}

/* Device-specific Figma frame exports: the crop is baked into each asset. */
.reason .gallery figure > picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.reason .gallery figure > picture > img {
  position: static !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: fill;
  transform: none !important;
}

.hero figure > picture,
.intro-left > picture,
.intro-night > picture,
.intro-city > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero figure > picture > img,
.intro-left > picture > img,
.intro-night > picture > img,
.intro-city > picture > img {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: fill;
  transform: none !important;
}

@media (max-width: 39.9375rem) {
  .intro-city {
    right: 0;
    width: 9.5625rem;
  }
}

/* Figma 188:3562 — exact page-top arrow geometry. */
.to-top {
  padding: 0;
  border-color: var(--green);
  color: #000;
}

.to-top__line,
.to-top__head {
  position: absolute;
  display: block;
  max-width: none;
}

.to-top__line {
  left: 50%;
  top: 1.0625rem;
  width: 1.0625rem;
  height: 0.0625rem;
  transform: translate(-50%, 0.5rem) rotate(90deg);
}

.to-top__head {
  left: 50%;
  top: 1.04375rem;
  width: 0.710125rem;
  height: 0.710125rem;
  transform: translateX(-50%) rotate(135deg);
}

.to-top small {
  position: absolute;
  left: 50%;
  top: 2.5625rem;
  display: block;
  font: 700 0.6875rem/2.3 Roboto, sans-serif;
  letter-spacing: 0.02em;
  transform: translateX(-50%);
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

@media (max-width: 39.9375rem) {
  .to-top__line {
    top: 0.796875rem;
    width: 0.796875rem;
    height: 0.046875rem;
    transform: translate(-50%, 0.375rem) rotate(90deg);
  }

  .to-top__head {
    top: 0.782813rem;
    width: 0.532594rem;
    height: 0.532594rem;
  }

  .to-top small {
    top: 1.921875rem;
    font-size: 0.515625rem;
  }
}

/* Figma 215:45 — SP intro copy and annotation spacing. */
@media (max-width: 39.9375rem) {
  .intro-copy > p.sp {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .intro-copy aside {
    position: absolute;
    top: 17rem;
    left: 0;
    margin-top: 0;
  }
}

/* Figma 199:38 / 199:40 / 199:41 — SP reason micro-alignment. */
@media (max-width: 39.9375rem) {
  .reason:nth-child(2) .copy,
  .reason:nth-child(3) .copy {
    padding-top: 2.625rem;
  }

  .reason:nth-child(1) .gallery {
    top: 38.3125rem;
  }

  .reason:nth-child(2) .gallery {
    top: 38.5625rem;
  }

  .reason:nth-child(3) .gallery {
    top: 33.6875rem;
  }

  .reason .copy h3,
  .reason .text {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }
}

/* Figma 191:4378 — explicit SP closing line breaks. */
@media (max-width: 39.9375rem) {
  .closing p {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .closing p .sp br {
    display: initial;
  }

  .closing img {
    margin-top: 2.9375rem;
  }
}

/* Figma 215:49 — exact SP footer geometry. */
@media (max-width: 39.9375rem) {
  footer nav {
    gap: 0.61975rem;
  }

  .card {
    height: 5.1645rem;
    border-width: 0.051625rem;
    border-radius: 0.413188rem;
  }

  .instagram {
    justify-content: flex-start;
    gap: 1.032625rem;
    padding-left: 3.718125rem;
  }

  .instagram > span {
    position: relative;
    display: block;
    width: 9.625rem;
    height: 2.272375rem;
  }

  .instagram small,
  .instagram strong {
    position: absolute;
    left: 0;
    display: block;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .instagram small {
    top: 0.155rem;
    font: 600 0.723rem/2.3 var(--jp);
    letter-spacing: 0.02em;
  }

  .instagram strong {
    top: 1.29125rem;
    font: 700 1.2395rem/2.3 Roboto, sans-serif;
    letter-spacing: 0.02em;
  }

  .copyright {
    margin-top: 4.20625rem;
    font: 600 0.625rem/2.1 Roboto, sans-serif;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .to-top {
    right: 1.1875rem;
    bottom: 1.8125rem;
  }

  .to-top__line {
    top: 0.78875rem;
    width: 0.789rem;
  }

  .to-top__head {
    top: 0.7775rem;
    width: 0.527313rem;
    height: 0.527313rem;
  }

  .to-top small {
    top: 1.903125rem;
    font-size: 0.510563rem;
  }
}

@media (min-width: 40rem) and (max-width: 68.75rem) {
  .intro .reasons-title {
    bottom: 4.375rem;
  }

  .closing {
    height: auto;
    padding-bottom: 3rem;
  }
}

/* Figma 188:3840 — footer */
.footer-brand,
.report .report-lockup,
.instagram-icon {
  display: block;
  object-fit: contain;
}

.footer-brand,
.report .report-lockup {
  position: relative;
  flex: 0 0 auto;
}

.footer-brand > img,
.report .report-lockup > img {
  position: absolute;
  display: block;
  max-width: none;
  object-fit: fill;
}

.footer-brand__tagline {
  left: 13.88%;
  top: 0;
  width: 72.24%;
  height: 13.13%;
}

.footer-brand__main {
  left: 0;
  top: 30.1%;
  width: 99.98%;
  height: 41.67%;
}

.footer-brand__group {
  left: 23.65%;
  top: 86.98%;
  width: 52.71%;
  height: 13.03%;
}

.report-lockup__title {
  left: 0;
  top: 0;
  width: 99.98%;
  height: 42.65%;
}

.report-lockup__company {
  left: 9.71%;
  top: 72.47%;
  width: 54.47%;
  height: 25.8%;
}

.report-lockup__year {
  left: 69.3%;
  top: 69.49%;
  width: 20.71%;
  height: 30.51%;
}

@media (max-width: 39.9375rem) {
  .closing p .sp {
    white-space: nowrap;
  }
}

.instagram-icon {
  flex: 0 0 auto;
  background: none;
  -webkit-mask: none;
  mask: none;
}

@media (min-width: 68.8125rem) {
  footer {
    height: 22.125rem;
    padding-top: 7rem;
    background: linear-gradient(
      to bottom,
      #fff 0 3.375rem,
      #eee 3.375rem 16.875rem,
      #fff 16.875rem 100%
    );
    border-bottom-width: 0.375rem;
  }

  .notch-trigger {
    top: 0;
    height: 2.8125rem;
  }

  .notch {
    top: 0.875rem;
    width: 2.5rem;
    height: 1.4375rem;
  }

  footer nav {
    grid-template-columns: repeat(3, 23.75rem);
    gap: 1.875rem;
    width: 75rem;
  }

  .card {
    height: 6.25rem;
    border-width: 0.0625rem;
    border-radius: 0.5rem;
  }

  .footer-brand {
    width: 11.4375rem;
    height: 4.8125rem;
  }

  .report .report-lockup {
    width: 17.211875rem;
    height: 3.595rem;
  }

  .instagram {
    justify-content: flex-start;
    gap: 1.25rem;
    padding-left: 4.5rem;
    font: 700 1.5rem/2.3 Roboto, sans-serif;
    letter-spacing: 0.02em;
  }

  .instagram-icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .instagram small {
    font: 600 0.875rem/2.3 var(--jp);
    letter-spacing: 0.02em;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .copyright {
    margin-top: 5.875rem;
    font: 600 0.625rem/2.1 Roboto, sans-serif;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .to-top {
    bottom: 0.71rem;
  }
}

/* Tablet keeps the PC composition and its vertical proportions. */
@media (min-width: 40rem) and (max-width: 68.75rem) {
  .hero {
    height: 57.9375rem;
  }
  .hero figure {
    top: 18.9375rem;
    height: 39rem;
  }
  .scroll {
    top: 15.4375rem;
  }
  .intro {
    min-height: 72.8125rem;
  }
  .intro-left {
    height: 43.8125rem;
  }
  .intro-copy {
    top: 16.125rem;
  }
  .intro-city {
    top: 42.5rem;
  }
  .reason:nth-child(1) {
    height: 46.3125rem;
    min-height: 46.3125rem;
  }
  .reason:nth-child(2),
  .reason:nth-child(3) {
    height: 46.625rem;
    min-height: 46.625rem;
  }
  .closing {
    height: 29.375rem;
    min-height: 29.375rem;
    padding-top: 3.0625rem;
  }
  .closing p + p {
    margin-top: 1.8125rem;
  }
  .closing img {
    margin-top: 3.375rem;
  }
  footer {
    height: 21.9375rem;
  }
}

/* Figma 188:3401 / 191:4416 — reasons heading */
.intro .reasons-title {
  left: 50%;
  bottom: 2.158rem;
  width: 49.5rem;
  height: 7.25rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.119894rem;
  white-space: nowrap;
}
.reasons-title__line {
  display: block;
}
.reasons-title__line.sp {
  display: none;
}
.reasons-title__count {
  display: inline-block;
  color: var(--green);
  font-family: Akshar, sans-serif;
  font-size: 4.07631rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.17984rem;
  vertical-align: -0.08em;
}
.reasons-title__unit {
  color: var(--green);
}
.reasons-title__ta {
  letter-spacing: 0.29973rem;
}
@media (max-width: 39.9375rem) {
  .intro .reasons-title {
    left: 3.0625rem;
    bottom: 1.75rem;
    width: 18.1875rem;
    height: 8.4375rem;
    transform: none;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.085606rem;
  }
  .reasons-title__line.pc {
    display: none;
  }
  .reasons-title__line.sp {
    display: block;
  }
  .reasons-title__count {
    font-size: 2.875rem;
    letter-spacing: 0.128406rem;
    vertical-align: -0.08em;
  }
  .reasons-title__ta {
    letter-spacing: 0.214013rem;
  }
}

/* Figma FV scroll hint: independent label, line and exported arrow */
@media (min-width: 40rem) {
  .scroll {
    right: 4.2857%;
    top: 15.4375rem;
    width: 1.0625rem;
    height: 2.4375rem;
    border: 0;
  }
  .scroll:before {
    content: "";
    position: absolute;
    left: -2.1875rem;
    top: 0;
    width: 2.1875rem;
    height: 10.875rem;
    background: url(../images/scroll-hint.svg) center/100% 100% no-repeat;
    mix-blend-mode: multiply;
  }
  .scroll:after {
    display: none;
  }
}

@media (min-width: 40rem) and (max-width: 87.4375rem) {
  .intro .reasons-title {
    width: calc(100% - 2rem);
    font-size: 2.5rem;
    letter-spacing: 0.119894rem;
  }
  .intro .reasons-title .reasons-title__count {
    font-size: 1.63em;
    letter-spacing: 0.12em;
  }
}

@media (min-width: 40rem) and (max-width: 68.75rem) {
  .closing {
    height: auto;
    padding-bottom: 3rem;
  }
}

/* Keep the heading breathing room at tablet widths. */
@media (min-width: 40rem) and (max-width: 68.75rem) {
  .intro .reasons-title {
    bottom: 4.375rem;
  }

  .reason .copy {
    width: 61.4%;
    margin-right: 9.87%;
    margin-left: 28.73%;
  }
}

/* Reasons imagery: keep the source photo large and reveal it through a fluid crop window. */
@media (min-width: 40rem) {
  .reason .gallery figure,
  .reason .gallery figure > picture {
    overflow: hidden;
  }

  .reason .gallery figure > picture > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }

  .reason:nth-child(1) .gallery figure:first-child img {
    object-position: 57% center;
  }

  .reason:nth-child(1) .gallery figure:last-child img {
    object-position: 69% center;
  }

  .reason:nth-child(2) .gallery figure:first-child img {
    object-position: 50% center;
  }

  .reason:nth-child(2) .gallery figure:nth-child(2) img {
    object-position: 50% center;
  }

  .reason:nth-child(2) .gallery figure:nth-child(3) img {
    object-position: center bottom;
  }

  .reason:nth-child(3) .gallery figure:first-child img {
    object-position: 45% center;
  }

  .reason:nth-child(3) .gallery figure:nth-child(2) img {
    object-position: center bottom;
  }

  .reason:nth-child(3) .gallery figure:nth-child(3) img {
    object-position: center top;
  }

  .reason:nth-child(2) .split figure:nth-child(2),
  .reason:nth-child(3) .split figure:nth-child(2) {
    grid-row: 1 / 3;
  }

  .reason:nth-child(2) .split figure:nth-child(3),
  .reason:nth-child(3) .split figure:nth-child(3),
  .reason:nth-child(2) .gallery::before,
  .reason:nth-child(2) .gallery::after {
    display: none;
  }
}

/* Final lockup override — Figma 188:3509. */
.instagram strong {
  font-weight: 700;
}

@media (min-width: 40rem) {
  .instagram > .instagram-icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (min-width: 68.8125rem) {
  .instagram > span {
    position: relative;
    display: block;
    width: 10.75rem;
    height: 2.75rem;
  }

  .instagram small,
  .instagram strong {
    position: absolute;
    left: 0;
    display: block;
    white-space: nowrap;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
  }

  .instagram small {
    top: 0.1875rem;
    font: 600 0.875rem/2.3 var(--jp);
    letter-spacing: 0.0175rem;
  }

  .instagram strong {
    top: 1.5625rem;
    font: 700 1.5rem/2.3 Roboto, sans-serif;
    letter-spacing: 0.03rem;
  }
}

/* Final 0915 revision overrides. */
.visually-hidden {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.hero .hero-title {
  left: 7.391%;
  top: 2.75rem;
  width: 53.78rem;
  height: 12.375rem;
  line-height: 0;
}

.hero-title picture,
.hero-title img,
.intro .reasons-title picture,
.intro .reasons-title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro-copy > p.pc {
  white-space: nowrap;
}

.intro .reasons-title {
  bottom: 2.8125rem;
  width: 49.1197rem;
  height: 6rem;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 40rem) {
  .reason .no:after {
    top: 2.3125rem;
  }

  .reason:nth-child(1) .copy h3 {
    margin-top: 1.2rem;
  }

  .closing {
    line-height: 2;
  }

  .closing img {
    width: 34rem;
    height: 4.5rem;
    margin: 4.5625rem auto 0;
  }

  .reason .gallery {
    height: 42.375rem;
    min-height: 42.375rem;
    align-self: start;
  }

  .gallery.g1 figure:first-child,
  .split figure:first-child {
    height: 42.375rem;
  }

  .split {
    grid-template-rows: 21.1875rem 21.1875rem;
  }

  .reason:nth-child(2) .split figure:nth-child(2),
  .reason:nth-child(3) .split figure:nth-child(2) {
    grid-row: 1;
  }

  .reason:nth-child(2) .split figure:nth-child(3),
  .reason:nth-child(3) .split figure:nth-child(3) {
    display: block;
    grid-row: 2;
  }
}

@media (max-width: 39.9375rem) {
  .hero .hero-title {
    left: 1.3229rem;
    top: 1.75125rem;
    width: 20.6479rem;
    height: 7.30375rem;
  }

  .intro-copy {
    font-size: 1.05rem;
  }

  .intro .reasons-title {
    left: 3.1427rem;
    bottom: 1.939rem;
    width: 17.9308rem;
    height: 7.37099rem;
  }

  .reason .no:after {
    left: 0.1875rem;
    top: 2rem;
  }

  .reason:nth-child(1) .gallery {
    top: 36.5625rem;
  }

  .reason:nth-child(2) .gallery {
    top: 38.625rem;
  }

  .reason:nth-child(3) .gallery {
    top: 33.75rem;
  }
}
