/* ===== RETHEME blue (§3-3b・2026-07-03 batch) — 原本はサーバ .bak & _server_mirror/css ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #252a31;
  background: #ffffff;
  font-family: "Noto Sans CJK JP", "Yu Gothic", Meiryo, sans-serif;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

button {
  border: 0;
}

/* Production may replace the system stack with approved web fonts. */
#wrapper {
  overflow: clip;
}

#contents {
  min-width: 0;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.section--compact {
  padding: 80px 0;
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading__eyebrow {
  margin-bottom: 14px;
  color: #4a5a24;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading__title {
  margin-bottom: 18px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.section-heading__lead {
  max-width: 760px;
  margin-bottom: 0;
  color: #686e75;
  font-size: 17px;
  line-height: 2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 28px;
  border: 1px solid #4a5a24;
  border-radius: 999px;
  background: #4a5a24;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button::after {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.button--ghost {
  background: transparent;
  color: #2f3b16;
}

.button--accent {
  border-color: #f5b500;
  background: #f5b500;
  color: #16181c;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: #ffffff;
  color: #16181c;
}

.skip-link:focus {
  transform: translateY(0);
}

.button:focus-visible,
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(31, 38, 47, 0.12);
  }
}
@media (max-width: 850px) {
  .inner {
    width: min(100% - 60px, 760px);
  }
  .section {
    padding: 86px 0;
  }
  .section--compact {
    padding: 64px 0;
  }
  .section-heading {
    margin-bottom: 40px;
  }
  .section-heading__lead {
    font-size: 16px;
    line-height: 1.85;
  }
}
@media (max-width: 568px) {
  .inner {
    width: calc(100% - 40px);
  }
  .section {
    padding: 72px 0;
  }
  .section--compact {
    padding: 52px 0;
  }
  .section-heading__title {
    font-size: 32px;
  }
  .button {
    width: 100%;
    min-height: 56px;
    padding: 13px 20px;
  }
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *,
.header *::before,
.header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f4f6f8;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #1F6FD0;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible,
.header__lang-link:focus-visible,
.header__action-link:focus-visible,
.header__nav-link:focus-visible,
.header__logo:focus-visible {
  outline: 2px solid #1F6FD0;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1F6FD0;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1F6FD0;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions,
  .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow,
  .header__lang-menu {
    transition: none;
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f4f6f8;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1F6FD0 0%, #1B5FB0 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f6f8;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #1B5FB0;
  }
  .footer__summary:hover::after {
    background-color: #1B5FB0;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    display: block;
  }
  .sp-menu__button {
    position: fixed;
    top: 19px;
    right: 18px;
    z-index: 1200;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 90px;
    height: 42px;
    padding: 0 13px;
    border-radius: 999px;
    background: #2f3b16;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }
  .sp-menu__button-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .sp-menu__button-lines {
    display: grid;
    width: 18px;
    gap: 4px;
  }
  .sp-menu__button-lines span {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    z-index: 1100;
    visibility: hidden;
    padding: 110px 30px 40px;
    overflow-y: auto;
    background: rgba(20, 24, 29, 0.97);
    opacity: 0;
    transform: translateY(-16px);
    transition: visibility 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .sp-menu.is-open .sp-menu__button-lines span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__button-lines span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__button-lines span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .sp-menu__nav {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .sp-menu__link {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 26px;
  }
  .sp-menu__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-menu__action--primary {
    border-color: #f5b500;
    background: #f5b500;
    color: #16181c;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
body#land-lease .breadcrumb {
  padding: 18px 0;
  border-top: 1px solid #d1d7df;
  background: #ffffff;
}
body#land-lease .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #686e75;
  font-size: 12px;
}
body#land-lease .breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body#land-lease .breadcrumb__item:not(:last-child)::after {
  content: "/";
  opacity: 0.55;
}
body#land-lease .breadcrumb__link {
  text-decoration: none;
}
body#land-lease .lease-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #f1f4f7;
}
body#land-lease .lease-hero__media {
  position: absolute;
  inset: 0;
}
body#land-lease .lease-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(244, 246, 248, 0.98) 0%, rgba(244, 246, 248, 0.92) 42%, rgba(244, 246, 248, 0.18) 68%, rgba(20, 24, 29, 0.12) 100%);
  content: "";
}
body#land-lease .lease-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#land-lease .lease-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 760px;
}
body#land-lease .lease-hero__content {
  width: min(670px, 58%);
  padding: 90px 0 80px;
}
body#land-lease .lease-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #4a5a24;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#land-lease .lease-hero__kicker::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}
body#land-lease .lease-hero__title {
  margin-bottom: 24px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}
body#land-lease .lease-hero__title-accent {
  display: block;
  color: #4a5a24;
}
body#land-lease .lease-hero__lead {
  max-width: 590px;
  margin-bottom: 34px;
  color: #252a31;
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
}
body#land-lease .lease-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#land-lease .lease-hero__note {
  margin: 22px 0 0;
  color: #686e75;
  font-size: 12px;
  line-height: 1.7;
}
body#land-lease .lease-hero__badge {
  position: absolute;
  right: 0;
  bottom: 54px;
  display: grid;
  width: 184px;
  min-height: 184px;
  place-items: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(47, 59, 22, 0.88);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  backdrop-filter: blur(8px);
}
body#land-lease .decision-strip {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}
body#land-lease .decision-strip__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(31, 38, 47, 0.12);
  list-style: none;
}
body#land-lease .decision-strip__item {
  position: relative;
  padding: 30px 34px;
}
body#land-lease .decision-strip__item:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 1px;
  background: #d1d7df;
  content: "";
}
body#land-lease .decision-strip__number {
  display: block;
  margin-bottom: 6px;
  color: #4a5a24;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 23px;
  font-weight: 700;
}
body#land-lease .decision-strip__text {
  margin: 0;
  color: #16181c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}
body#land-lease .concern {
  padding-top: 150px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f4f7 100%);
}
body#land-lease .concern__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 90px;
}
body#land-lease .concern__statement {
  position: sticky;
  top: 100px;
}
body#land-lease .concern__statement-title {
  margin-bottom: 22px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.45;
}
body#land-lease .concern__statement-text {
  margin: 0;
  color: #686e75;
  font-size: 16px;
  line-height: 2;
}
body#land-lease .concern__list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: concern;
}
body#land-lease .concern__item {
  position: relative;
  padding: 34px 34px 34px 96px;
  border: 1px solid #d1d7df;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  counter-increment: concern;
}
body#land-lease .concern__item::before {
  position: absolute;
  top: 30px;
  left: 30px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #e4e9ef;
  color: #4a5a24;
  content: counter(concern, decimal-leading-zero);
  font-weight: 700;
}
body#land-lease .concern__item-title {
  margin-bottom: 10px;
  color: #16181c;
  font-size: 19px;
}
body#land-lease .concern__item-text {
  margin: 0;
  color: #686e75;
  font-size: 14px;
  line-height: 1.85;
}
body#land-lease .benefit {
  background: #2f3b16;
  color: #ffffff;
}
body#land-lease .benefit .section-heading__eyebrow,
body#land-lease .benefit .section-heading__lead {
  color: rgba(255, 255, 255, 0.72);
}
body#land-lease .benefit .section-heading__title {
  color: #ffffff;
}
body#land-lease .benefit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body#land-lease .benefit-card {
  min-height: 360px;
  padding: 38px 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}
body#land-lease .benefit-card__icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 36px;
  place-items: center;
  border-radius: 15px;
  background: #f5b500;
  color: #2f3b16;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 20px;
  font-weight: 700;
}
body#land-lease .benefit-card__title {
  margin-bottom: 18px;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 24px;
  line-height: 1.45;
}
body#land-lease .benefit-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.95;
}
body#land-lease .model {
  background: #ffffff;
}
body#land-lease .model__layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: stretch;
  gap: 48px;
}
body#land-lease .model__visual {
  min-height: 590px;
  overflow: hidden;
  border-radius: 26px;
}
body#land-lease .model__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#land-lease .model__panel {
  padding: 50px;
  border-radius: 26px;
  background: #f1f4f7;
}
body#land-lease .model__title {
  margin-bottom: 18px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 34px;
  line-height: 1.4;
}
body#land-lease .model__text {
  margin-bottom: 32px;
  color: #686e75;
  line-height: 1.95;
}
body#land-lease .model-flow {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#land-lease .model-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  padding: 17px 18px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 9px 24px rgba(44, 50, 57, 0.07);
}
body#land-lease .model-flow__item:not(:last-child)::after {
  position: absolute;
  bottom: -13px;
  left: 41px;
  z-index: 2;
  width: 2px;
  height: 14px;
  background: #4a5a24;
  content: "";
}
body#land-lease .model-flow__number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #4a5a24;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
body#land-lease .model-flow__label {
  margin: 0;
  color: #16181c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
body#land-lease .evidence {
  position: relative;
  overflow: hidden;
  background: #f1f4f7;
}
body#land-lease .evidence::before {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(74, 90, 36, 0.13);
  border-radius: 50%;
  content: "";
}
body#land-lease .evidence__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
body#land-lease .evidence-card {
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(35, 41, 48, 0.09);
}
body#land-lease .evidence-card__image {
  height: 310px;
}
body#land-lease .evidence-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#land-lease .evidence-card__body {
  padding: 34px;
}
body#land-lease .evidence-card__label {
  margin-bottom: 10px;
  color: #4a5a24;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#land-lease .evidence-card__title {
  margin-bottom: 12px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 24px;
  line-height: 1.5;
}
body#land-lease .evidence-card__text {
  margin: 0;
  color: #686e75;
  font-size: 14px;
  line-height: 1.9;
}
body#land-lease .screening {
  background: #ffffff;
}
body#land-lease .screening__table-wrap {
  overflow-x: auto;
  border: 1px solid #d1d7df;
  border-radius: 20px;
}
body#land-lease .screening__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
body#land-lease .screening__table th,
body#land-lease .screening__table td {
  padding: 22px 24px;
  border-bottom: 1px solid #d1d7df;
  text-align: left;
  vertical-align: top;
}
body#land-lease .screening__table tr:last-child th,
body#land-lease .screening__table tr:last-child td {
  border-bottom: 0;
}
body#land-lease .screening__table th {
  width: 25%;
  background: #f1f4f7;
  color: #16181c;
  font-size: 15px;
}
body#land-lease .screening__table td {
  color: #686e75;
  font-size: 14px;
  line-height: 1.8;
}
body#land-lease .screening__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  color: #2f3b16;
  font-weight: 700;
}
body#land-lease .screening__status::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f5b500;
  content: "";
}
body#land-lease .screening__note {
  margin: 22px 0 0;
  color: #686e75;
  font-size: 12px;
  line-height: 1.8;
}
body#land-lease .comparison {
  background: #2f3b16;
}
body#land-lease .comparison .section-heading__eyebrow,
body#land-lease .comparison .section-heading__lead {
  color: rgba(255, 255, 255, 0.72);
}
body#land-lease .comparison .section-heading__title {
  color: #ffffff;
}
body#land-lease .comparison__table-wrap {
  overflow-x: auto;
  border-radius: 22px;
  background: #ffffff;
}
body#land-lease .comparison__table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
body#land-lease .comparison__table th,
body#land-lease .comparison__table td {
  padding: 22px 26px;
  border-bottom: 1px solid #d1d7df;
  text-align: left;
  vertical-align: top;
}
body#land-lease .comparison__table thead th {
  background: #e4e9ef;
  color: #16181c;
  font-size: 15px;
}
body#land-lease .comparison__table thead th:nth-child(3) {
  background: #d4dde8;
  color: #2f3b16;
}
body#land-lease .comparison__table tbody th {
  width: 22%;
  background: #f1f4f7;
  color: #16181c;
  font-size: 14px;
}
body#land-lease .comparison__table td {
  color: #686e75;
  font-size: 14px;
  line-height: 1.8;
}
body#land-lease .comparison__table tr:last-child th,
body#land-lease .comparison__table tr:last-child td {
  border-bottom: 0;
}
body#land-lease .mid-cta {
  padding: 72px 0;
  background: #f5b500;
}
body#land-lease .mid-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
}
body#land-lease .mid-cta__title {
  margin-bottom: 10px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 35px;
  line-height: 1.4;
}
body#land-lease .mid-cta__text {
  margin: 0;
  color: rgba(22, 24, 28, 0.72);
  line-height: 1.8;
}
body#land-lease .mid-cta .button {
  border-color: #16181c;
  background: #16181c;
  color: #ffffff;
}
body#land-lease .process {
  background: #f1f4f7;
}
body#land-lease .process__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 64px;
}
body#land-lease .process__image {
  position: sticky;
  top: 110px;
  overflow: hidden;
  border-radius: 24px;
}
body#land-lease .process__image img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
body#land-lease .process__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}
body#land-lease .process__item {
  position: relative;
  padding: 0 0 44px 74px;
  counter-increment: process;
}
body#land-lease .process__item:not(:last-child)::before {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 23px;
  width: 1px;
  background: #d1d7df;
  content: "";
}
body#land-lease .process__item::after {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #4a5a24;
  color: #ffffff;
  content: counter(process, decimal-leading-zero);
  font-weight: 700;
}
body#land-lease .process__title {
  margin-bottom: 10px;
  color: #16181c;
  font-size: 20px;
}
body#land-lease .process__text {
  margin: 0;
  color: #686e75;
  font-size: 14px;
  line-height: 1.9;
}
body#land-lease .documents {
  background: #ffffff;
}
body#land-lease .documents__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  gap: 44px;
}
body#land-lease .documents__panel {
  padding: 44px;
  border-radius: 24px;
  background: #f1f4f7;
}
body#land-lease .documents__title {
  margin-bottom: 24px;
  color: #16181c;
  font-family: "Noto Serif CJK JP", serif;
  font-size: 30px;
}
body#land-lease .documents__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#land-lease .documents__item {
  position: relative;
  padding: 0 0 0 31px;
  color: #252a31;
  line-height: 1.8;
}
body#land-lease .documents__item::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 17px;
  height: 9px;
  border-bottom: 3px solid #4a5a24;
  border-left: 3px solid #4a5a24;
  content: "";
  transform: rotate(-45deg);
}
body#land-lease .documents__aside {
  overflow: hidden;
  border-radius: 24px;
}
body#land-lease .documents__aside img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}
body#land-lease .documents__note {
  margin: 24px 0 0;
  padding: 18px 20px;
  border-left: 4px solid #f5b500;
  background: #ffffff;
  color: #686e75;
  font-size: 13px;
  line-height: 1.8;
}
body#land-lease .faq {
  background: #f1f4f7;
}
body#land-lease .faq__list {
  display: grid;
  gap: 12px;
}
body#land-lease .faq__item {
  overflow: hidden;
  border: 1px solid #d1d7df;
  border-radius: 16px;
  background: #ffffff;
}
body#land-lease .faq__question {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  align-items: center;
  gap: 14px;
  padding: 24px 26px;
  color: #16181c;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}
body#land-lease .faq__question::-webkit-details-marker {
  display: none;
}
body#land-lease .faq__question::before {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #4a5a24;
  color: #ffffff;
  content: "Q";
  font-family: serif;
  font-weight: 700;
}
body#land-lease .faq__question::after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #4a5a24;
  border-bottom: 2px solid #4a5a24;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
body#land-lease .faq__item[open] .faq__question::after {
  transform: rotate(225deg);
}
body#land-lease .faq__answer {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 0 26px 26px;
  color: #686e75;
  font-size: 14px;
  line-height: 1.95;
}
body#land-lease .faq__answer::before {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d1d7df;
  border-radius: 50%;
  color: #4a5a24;
  content: "A";
  font-family: serif;
  font-weight: 700;
}
body#land-lease .faq__answer p {
  margin: 6px 0 0;
}
body#land-lease .final-cta {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #2f3b16;
}
body#land-lease .final-cta__media {
  position: absolute;
  inset: 0;
  opacity: 0.46;
}
body#land-lease .final-cta__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 23, 31, 0.98) 0%, rgba(17, 23, 31, 0.82) 52%, rgba(17, 23, 31, 0.36) 100%);
  content: "";
}
body#land-lease .final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#land-lease .final-cta__inner {
  position: relative;
  z-index: 2;
}
body#land-lease .final-cta__content {
  width: min(680px, 66%);
}
body#land-lease .final-cta__eyebrow {
  margin-bottom: 18px;
  color: #f5b500;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#land-lease .final-cta__title {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Noto Serif CJK JP", serif;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.35;
}
body#land-lease .final-cta__text {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.95;
}
body#land-lease .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#land-lease .final-cta .button--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
body#land-lease .final-cta__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  body#land-lease .lease-hero__badge {
    display: none;
  }
  body#land-lease .benefit__grid {
    grid-template-columns: 1fr;
  }
  body#land-lease .benefit-card {
    min-height: auto;
  }
  body#land-lease .concern__grid,
  body#land-lease .model__layout,
  body#land-lease .process__layout,
  body#land-lease .documents__grid {
    grid-template-columns: 1fr;
  }
  body#land-lease .concern__statement,
  body#land-lease .process__image {
    position: static;
  }
  body#land-lease .concern__grid {
    gap: 46px;
  }
  body#land-lease .model__visual {
    min-height: 450px;
  }
  body#land-lease .process__image img {
    aspect-ratio: 16/8;
  }
  body#land-lease .documents__aside img {
    min-height: 390px;
  }
}
@media (max-width: 850px) {
  body#land-lease .lease-hero,
  body#land-lease .lease-hero__inner {
    min-height: 690px;
  }
  body#land-lease .lease-hero__media::after {
    background: linear-gradient(180deg, rgba(244, 246, 248, 0.78) 0%, rgba(244, 246, 248, 0.96) 58%, rgba(244, 246, 248, 0.99) 100%);
  }
  body#land-lease .lease-hero__media img {
    object-position: 68% center;
  }
  body#land-lease .lease-hero__inner {
    align-items: flex-end;
  }
  body#land-lease .lease-hero__content {
    width: 100%;
    padding: 260px 0 60px;
  }
  body#land-lease .lease-hero__title {
    font-size: 52px;
  }
  body#land-lease .decision-strip {
    margin-top: 0;
    padding: 28px 0 0;
    background: #ffffff;
  }
  body#land-lease .decision-strip__list {
    grid-template-columns: 1fr;
    box-shadow: none;
  }
  body#land-lease .decision-strip__item {
    padding: 22px 26px;
    border: 1px solid #d1d7df;
  }
  body#land-lease .decision-strip__item + .decision-strip__item {
    border-top: 0;
  }
  body#land-lease .decision-strip__item:first-child {
    border-radius: 16px 16px 0 0;
  }
  body#land-lease .decision-strip__item:last-child {
    border-radius: 0 0 16px 16px;
  }
  body#land-lease .decision-strip__item:not(:last-child)::after {
    display: none;
  }
  body#land-lease .concern {
    padding-top: 92px;
  }
  body#land-lease .evidence__grid {
    grid-template-columns: 1fr;
  }
  body#land-lease .mid-cta__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body#land-lease .mid-cta__actions {
    width: min(100%, 420px);
  }
  body#land-lease .final-cta__content {
    width: 100%;
  }
}
@media (max-width: 568px) {
  body#land-lease .lease-hero,
  body#land-lease .lease-hero__inner {
    min-height: 650px;
  }
  body#land-lease .lease-hero__content {
    padding-top: 240px;
  }
  body#land-lease .lease-hero__kicker {
    font-size: 12px;
  }
  body#land-lease .lease-hero__title {
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 1.25;
  }
  body#land-lease .lease-hero__lead {
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.85;
  }
  body#land-lease .lease-hero__actions {
    display: grid;
  }
  body#land-lease .concern__item {
    padding: 26px 24px 26px 76px;
  }
  body#land-lease .concern__item::before {
    top: 24px;
    left: 20px;
  }
  body#land-lease .benefit-card {
    padding: 30px 25px;
  }
  body#land-lease .model__visual {
    min-height: 320px;
  }
  body#land-lease .model__panel,
  body#land-lease .documents__panel {
    padding: 30px 24px;
  }
  body#land-lease .model__title {
    font-size: 28px;
  }
  body#land-lease .model-flow__item {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }
  body#land-lease .evidence-card__image {
    height: 230px;
  }
  body#land-lease .evidence-card__body {
    padding: 26px 24px;
  }
  body#land-lease .mid-cta {
    padding: 56px 0;
  }
  body#land-lease .mid-cta__title {
    font-size: 29px;
  }
  body#land-lease .process__item {
    padding-left: 62px;
  }
  body#land-lease .documents__aside img {
    min-height: 280px;
  }
  body#land-lease .faq__question {
    grid-template-columns: 34px 1fr 18px;
    padding: 20px 18px;
    font-size: 15px;
  }
  body#land-lease .faq__question::before,
  body#land-lease .faq__answer::before {
    width: 32px;
    height: 32px;
  }
  body#land-lease .faq__answer {
    grid-template-columns: 34px 1fr;
    padding: 0 18px 20px;
  }
  body#land-lease .final-cta {
    min-height: 650px;
  }
  body#land-lease .final-cta__media img {
    object-position: 65% center;
  }
  body#land-lease .final-cta__title {
    font-size: 37px;
  }
  body#land-lease .final-cta__actions {
    display: grid;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  color: #282d33;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  min-width: 320px;
  color: #282d33;
  background: #fff;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

::selection {
  color: #fff;
  background: #184276;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *, .header *::before, .header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f4f6f8;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #1F6FD0;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible, .header__lang-link:focus-visible, .header__action-link:focus-visible, .header__nav-link:focus-visible, .header__logo:focus-visible {
  outline: 2px solid #1F6FD0;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1F6FD0;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1F6FD0;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions, .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow, .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 22px;
    right: 20px;
    z-index: 300;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #1F6FD0;
    box-shadow: 0 10px 30px rgba(16, 21, 27, 0.07);
    cursor: pointer;
  }
  .sp-menu__line {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    visibility: hidden;
    padding: 104px 24px 40px;
    background: rgba(16, 26, 38, 0.98);
    opacity: 0;
    overflow-y: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu__nav {
    display: grid;
    gap: 8px;
    width: min(100%, 520px);
    margin: 0 auto;
  }
  .sp-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link::after {
    content: "→";
  }
  .sp-menu__link--cta {
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #1F6FD0;
  }
  .sp-menu__link--cta::after {
    display: none;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f4f6f8;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1F6FD0 0%, #729fd7 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f6f8;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #1F6FD0;
  }
  .footer__summary:hover::after {
    background-color: #1F6FD0;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

/* ===== PHOTO HARMONY + POSTER GRAMMAR（§5-5/§8・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after { content:""; position:absolute; inset:0; background:#1F6FD0; opacity:0.14; mix-blend-mode:color; pointer-events:none; }
main h1, main h2, main h3, main [class*="__title"] { font-family:'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif; font-weight:700; letter-spacing:0.03em; }
main [class*="__eyebrow"], main [class*="__en"], main [class*="__label"] { font-family:'Barlow',Arial,sans-serif; font-weight:700; letter-spacing:0.28em; text-transform:uppercase; }
main [class*="__eyebrow"]::after, main [class*="__label"]::after { content:""; display:inline-block; vertical-align:middle; width:34px; height:2px; margin-left:14px; background:#1F6FD0; }
main [class*="__number"] { font-family:'Barlow',Arial,sans-serif; letter-spacing:0.02em; }
@media (hover:hover) and (pointer:fine) { main [class*="card"]:hover { transform:translateY(-4px); transition:transform .25s ease; } }
@media (prefers-reduced-motion:reduce) { main [class*="card"]:hover { transform:none; } main img { transition:none; } }


/* ===== BATCHC LP図解表示型オーバーライド（image-design-system v1.1 §7-2）2026-07-03 =====
   図解スロット限定（:has/src指定）: contain・height:auto・原寸比率契約・写真調和フィルタ/ベール解除・caption下置き。
   写真スロット（ヒーロー/CTA帯/背景型/記事サムネ）は不変更。 ===== */
body#land-lease img[src][src$="/img/contents/bess-land/lease/matching.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#land-lease :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/matching.jpg"]),body#land-lease :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/matching.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease picture:has(> img[src$="/img/contents/bess-land/lease/matching.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease img[src][src$="/img/contents/bess-land/lease/site-check.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#land-lease :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/site-check.jpg"]),body#land-lease :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/site-check.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease picture:has(> img[src$="/img/contents/bess-land/lease/site-check.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease img[src][src$="/img/contents/bess-land/lease/documents.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#land-lease :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/documents.jpg"]),body#land-lease :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/documents.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease picture:has(> img[src$="/img/contents/bess-land/lease/documents.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease img[src][src$="/img/contents/bess-land/lease/risk-check.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1200/800}
body#land-lease :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/risk-check.jpg"]),body#land-lease :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/risk-check.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease picture:has(> img[src$="/img/contents/bess-land/lease/risk-check.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/bess-land/lease/matching.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/site-check.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/documents.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/risk-check.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/bess-land/lease/matching.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/site-check.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/documents.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/risk-check.jpg"]) figcaption{position:static;margin:12px 0 0;padding:0;color:#5A6270;background:none;font-size:12px;right:auto;bottom:auto;left:auto;top:auto;width:auto}

/* ===== UPLIFT batch1 land blue (uplift_20260704) — 下層格上げ指示書 2026-07-04 ===== */
:root {
  --u-theme: #1F6FD0;
  --u-deep: #0C2A4D;
  --u-tint: #F2F6FB;
  --u-gold: #F5B500;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
  --u-sky: #8FBCEA;
}

/* ---- セクション余白リズム / 見出し ---- */
body#land-lease .section { padding: 96px 0; }
body#land-lease .concern { padding-top: 96px; }
body#land-lease .section-heading { margin-bottom: 48px; }
body#land-lease .section-heading__eyebrow { margin-bottom: 16px; color: var(--u-theme); font-size: 13px; }
body#land-lease .section-heading__title {
  margin-bottom: 16px;
  color: var(--u-ink);
  font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
body#land-lease .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#land-lease main a:not([class]) { color: var(--u-theme); text-decoration: underline; }
body#land-lease main a:not([class]):hover { color: var(--u-deep); }

/* ---- ボタン（主CTA=金 / 副=白アウトライン） ---- */
body#land-lease .button {
  min-height: 56px;
  padding: 14px 32px;
  border-color: var(--u-gold);
  border-radius: 999px;
  background: var(--u-gold);
  color: var(--u-ink);
  box-shadow: 0 10px 26px rgba(245, 181, 0, 0.24);
}
body#land-lease .button--accent { border-color: var(--u-gold); background: var(--u-gold); color: var(--u-ink); }
body#land-lease .button--ghost { border-color: rgba(255, 255, 255, 0.6); background: transparent; color: #fff; box-shadow: none; }
@media (hover: hover) and (pointer: fine) {
  body#land-lease .button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(245, 181, 0, 0.32); filter: brightness(0.92); }
  body#land-lease .button--ghost:hover { background: rgba(255, 255, 255, 0.08); box-shadow: none; filter: none; }
}
body#land-lease .button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

/* ---- ヒーロー（--u-deepグラデ×白明朝31px） ---- */
body#land-lease .lease-hero { min-height: 560px; color: #fff; background: var(--u-deep); }
body#land-lease .lease-hero__inner { min-height: 560px; }
body#land-lease .lease-hero__media::after {
  background: linear-gradient(100deg, rgba(12, 42, 77, 0.96) 0%, rgba(12, 42, 77, 0.82) 45%, rgba(31, 111, 208, 0.25) 100%);
}
body#land-lease .lease-hero__kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--u-sky);
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
body#land-lease .lease-hero__kicker::before {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 0 16px;
  background: var(--u-theme);
  content: "";
}
body#land-lease .lease-hero__title {
  margin-bottom: 24px;
  color: #fff;
  font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
body#land-lease .lease-hero__title-accent { color: var(--u-sky); }
body#land-lease .lease-hero__lead { color: #DCE6F2; font-size: 18px; font-weight: 400; line-height: 1.9; }
body#land-lease .lease-hero__note { color: rgba(255, 255, 255, 0.62); font-size: 13px; }
body#land-lease .lease-hero__badge {
  border: 1px solid rgba(143, 188, 234, 0.45);
  border-radius: 999px;
  background: rgba(12, 42, 77, 0.8);
  font-size: 14px;
}
@keyframes uplift42Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#land-lease .lease-hero__kicker { animation: uplift42Fade 0.6s ease 0s both; }
body#land-lease .lease-hero__title { animation: uplift42Fade 0.6s ease 0.12s both; }
body#land-lease .lease-hero__lead { animation: uplift42Fade 0.6s ease 0.24s both; }
body#land-lease .lease-hero__actions { animation: uplift42Fade 0.6s ease 0.36s both; }
body#land-lease .lease-hero__note { animation: uplift42Fade 0.6s ease 0.48s both; }
body#land-lease .lease-hero__badge { animation: uplift42Fade 0.6s ease 0.48s both; }
@media (prefers-reduced-motion: reduce) {
  body#land-lease .lease-hero__kicker,
  body#land-lease .lease-hero__title,
  body#land-lease .lease-hero__lead,
  body#land-lease .lease-hero__actions,
  body#land-lease .lease-hero__note,
  body#land-lease .lease-hero__badge { animation: none; }
}

/* ---- 意思決定ストリップ ---- */
body#land-lease .decision-strip__list { border-radius: 12px; }
body#land-lease .decision-strip__item:not(:last-child)::after { background: var(--u-border); }
body#land-lease .decision-strip__number {
  color: var(--u-theme);
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 20px;
}

/* ---- 課題（concern） ---- */
body#land-lease .concern { background: linear-gradient(180deg, #ffffff 0%, #F2F6FB 100%); }
body#land-lease .concern__statement-title {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
body#land-lease .concern__statement-text { color: var(--u-sub); }
body#land-lease .concern__item { border: 1px solid var(--u-border); border-radius: 12px; background: #fff; }
body#land-lease .concern__item::before {
  background: rgba(31, 111, 208, 0.12);
  color: var(--u-theme);
  font-family: 'Barlow', Arial, sans-serif;
}
body#land-lease .concern__item-title { font-size: 20px; }
body#land-lease .concern__item-text { color: var(--u-sub); }

/* ---- ベネフィット（濃緑帯→淡地カードへ転換） ---- */
body#land-lease .benefit { color: var(--u-ink); background: var(--u-tint); }
body#land-lease .benefit .section-heading__eyebrow { color: var(--u-theme); }
body#land-lease .benefit .section-heading__title { color: var(--u-ink); }
body#land-lease .benefit .section-heading__lead { color: var(--u-sub); }
body#land-lease .benefit-card {
  min-height: 0;
  padding: 32px;
  border: 1px solid var(--u-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(12, 42, 77, 0.06);
}
body#land-lease .benefit-card__icon {
  margin-bottom: 24px;
  border-radius: 12px;
  background: rgba(31, 111, 208, 0.12);
  color: var(--u-theme);
  font-family: 'Barlow', Arial, sans-serif;
}
body#land-lease .benefit-card__title { margin-bottom: 12px; color: var(--u-ink); font-size: 20px; }
body#land-lease .benefit-card__text { color: var(--u-sub); }

/* ---- モデル ---- */
body#land-lease .model__visual { border-radius: 12px; }
body#land-lease .model__panel { border-radius: 12px; background: var(--u-tint); }
body#land-lease .model__title { font-size: 25px; line-height: 1.6; letter-spacing: 0.03em; }
body#land-lease .model__text { color: var(--u-sub); }
body#land-lease .model-flow__item { border-radius: 12px; box-shadow: 0 6px 18px rgba(12, 42, 77, 0.07); }
body#land-lease .model-flow__item:not(:last-child)::after { background: var(--u-theme); }
body#land-lease .model-flow__number { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }

/* ---- エビデンス ---- */
body#land-lease .evidence { background: var(--u-tint); }
body#land-lease .evidence::before { border-color: rgba(31, 111, 208, 0.15); }
body#land-lease .evidence-card { border: 1px solid var(--u-border); border-radius: 12px; box-shadow: 0 8px 24px rgba(12, 42, 77, 0.07); }
body#land-lease .evidence-card__label { color: var(--u-theme); font-size: 13px; }
body#land-lease .evidence-card__title { font-size: 20px; }
body#land-lease .evidence-card__text { color: var(--u-sub); }

/* ---- 事前DD表 ---- */
body#land-lease .screening__table-wrap { border: 1px solid var(--u-border); border-radius: 12px; }
body#land-lease .screening__table th, body#land-lease .screening__table td { border-bottom-color: var(--u-border); }
body#land-lease .screening__table th { background: var(--u-tint); }
body#land-lease .screening__status { color: var(--u-deep); }
body#land-lease .screening__status::before { background: var(--u-theme); }
body#land-lease .screening__note { font-size: 13px; }

/* ---- 比較表（濃緑帯→淡地へ転換） ---- */
body#land-lease .comparison { background: var(--u-tint); }
body#land-lease .comparison .section-heading__eyebrow { color: var(--u-theme); }
body#land-lease .comparison .section-heading__title { color: var(--u-ink); }
body#land-lease .comparison .section-heading__lead { color: var(--u-sub); }
body#land-lease .comparison__table-wrap { border: 1px solid var(--u-border); border-radius: 12px; }
body#land-lease .comparison__table th, body#land-lease .comparison__table td { border-bottom-color: var(--u-border); }
body#land-lease .comparison__table thead th { background: var(--u-tint); color: var(--u-ink); }
body#land-lease .comparison__table thead th:nth-child(3) { background: #DCEAFB; color: var(--u-deep); }
body#land-lease .comparison__table tbody th { background: var(--u-tint); }

/* ---- 中間CTA（金地→濃紺締めバンド×金CTA） ---- */
body#land-lease .mid-cta { padding: 64px 0; background: var(--u-deep); }
body#land-lease .mid-cta__title { margin-bottom: 12px; color: #fff; font-size: 25px; line-height: 1.6; letter-spacing: 0.03em; }
body#land-lease .mid-cta__text { color: rgba(255, 255, 255, 0.78); }
body#land-lease .mid-cta .button { border-color: var(--u-gold); background: var(--u-gold); color: var(--u-ink); }

/* ---- プロセス ---- */
body#land-lease .process { background: var(--u-tint); }
body#land-lease .process__image { border-radius: 12px; }
body#land-lease .process__item:not(:last-child)::before { background: var(--u-border); }
body#land-lease .process__item::after { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#land-lease .process__title { font-size: 20px; }
body#land-lease .process__text { color: var(--u-sub); }

/* ---- 書類 ---- */
body#land-lease .documents__panel { border-radius: 12px; background: var(--u-tint); }
body#land-lease .documents__title { margin-bottom: 20px; font-size: 20px; }
body#land-lease .documents__item::before { border-bottom-color: var(--u-theme); border-left-color: var(--u-theme); }
body#land-lease .documents__note { border-left-color: var(--u-theme); color: var(--u-sub); }
body#land-lease .documents__aside { border-radius: 12px; }

/* ---- FAQ ---- */
body#land-lease .faq { background: var(--u-tint); }
body#land-lease .faq__item { border-color: var(--u-border); border-radius: 12px; }
body#land-lease .faq__question::before { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#land-lease .faq__question::after { border-right-color: var(--u-theme); border-bottom-color: var(--u-theme); }
body#land-lease .faq__answer { color: var(--u-sub); }
body#land-lease .faq__answer::before { border-color: var(--u-border); color: var(--u-theme); font-family: 'Barlow', Arial, sans-serif; }

/* ---- 最終CTA（濃紺締めバンド） ---- */
body#land-lease .final-cta { background: var(--u-deep); }
body#land-lease .final-cta__media::after {
  background: linear-gradient(90deg, rgba(12, 42, 77, 0.97) 0%, rgba(12, 42, 77, 0.85) 52%, rgba(12, 42, 77, 0.4) 100%);
}
body#land-lease .final-cta__eyebrow { color: var(--u-sky); font-size: 13px; }
body#land-lease .final-cta__title { font-size: 25px; line-height: 1.6; letter-spacing: 0.03em; }
body#land-lease .final-cta__text { color: rgba(255, 255, 255, 0.8); font-size: 18px; }
body#land-lease .final-cta__note { color: rgba(255, 255, 255, 0.62); font-size: 13px; }

/* ---- レスポンシブ（96→48pxリズム / ヒーロー） ---- */
@media (max-width: 900px) {
  body#land-lease .section { padding: 48px 0; }
  body#land-lease .concern { padding-top: 48px; }
  body#land-lease .section-heading { margin-bottom: 32px; }
  body#land-lease .mid-cta { padding: 48px 0; }
}
@media (max-width: 850px) {
  body#land-lease .lease-hero,
  body#land-lease .lease-hero__inner { min-height: 560px; }
  body#land-lease .lease-hero__media::after {
    background: linear-gradient(180deg, rgba(12, 42, 77, 0.55) 0%, rgba(12, 42, 77, 0.85) 55%, rgba(12, 42, 77, 0.97) 100%);
  }
  body#land-lease .lease-hero__content { padding: 200px 0 56px; }
  body#land-lease .decision-strip__item { border-color: var(--u-border); }
  body#land-lease .decision-strip__item:first-child { border-radius: 12px 12px 0 0; }
  body#land-lease .decision-strip__item:last-child { border-radius: 0 0 12px 12px; }
}
@media (max-width: 568px) {
  body#land-lease .lease-hero,
  body#land-lease .lease-hero__inner { min-height: 520px; }
  body#land-lease .lease-hero__content { padding-top: 170px; }
  body#land-lease .lease-hero__title { font-size: 25px; line-height: 1.6; }
  body#land-lease .mid-cta__title,
  body#land-lease .model__title,
  body#land-lease .final-cta__title { font-size: 25px; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   land-lease は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#land-lease .header__actions { background: #1E8A58; }
body#land-lease .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#land-lease .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#land-lease .header__lang-link.is-current { background: #EDF6F1; }
body#land-lease .header__lang-button:focus-visible,
body#land-lease .header__lang-link:focus-visible,
body#land-lease .header__action-link:focus-visible,
body#land-lease .header__nav-link:focus-visible,
body#land-lease .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#land-lease .header__lang-button:hover { border-color: #1E8A58; }
  body#land-lease .header__lang-link:hover { background: #EDF6F1; }
  body#land-lease .header__nav-link:hover { color: #1E8A58; }
}
