/* ===== 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;
}

html.is-menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  color: #16181a;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #2f3a16;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.inner {
  width: min(100% - 80px, 1200px);
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section--soft {
  background: #f7f8f4;
}

.section--olive {
  color: #fff;
  background: #2f3a16;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 52px;
}

.section-heading__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #4a5a24;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading__eyebrow::before {
  width: 34px;
  height: 2px;
  content: "";
  background: currentColor;
}

.section--olive .section-heading__eyebrow {
  color: #dfe7c7;
}

.section-heading__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.section-heading__lead {
  margin: 18px 0 0;
  color: #5c6167;
  font-size: 17px;
}

.section--olive .section-heading__lead {
  color: #e7eadf;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 60px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #16181a;
  background: #f5b500;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(55, 58, 28, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button::after {
  content: "→";
  font-size: 20px;
}

.button--secondary {
  color: #2f3a16;
  background: #fff;
  border-color: #4a5a24;
  box-shadow: none;
}

.button:focus-visible,
.sp-menu-button:focus-visible,
.sp-menu__link:focus-visible,
.sp-menu__close:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    box-shadow: 0 16px 34px rgba(55, 58, 28, 0.26);
    transform: translateY(-2px);
  }
}
.breadcrumb {
  padding: 18px 0;
  border-top: 1px solid #d1d7df;
  border-bottom: 1px solid #d1d7df;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #5c6167;
  font-size: 12px;
  list-style: none;
}

.breadcrumb__item:not(:last-child)::after {
  margin-left: 8px;
  content: "/";
}

.sp-menu-button {
  position: fixed;
  top: 17px;
  right: 18px;
  z-index: 260;
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #2f3a16;
}

.sp-menu-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sp-menu-button__icon,
.sp-menu-button__icon::before,
.sp-menu-button__icon::after {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.sp-menu-button__icon {
  top: 23px;
}

.sp-menu-button__icon::before,
.sp-menu-button__icon::after {
  left: 0;
  content: "";
}

.sp-menu-button__icon::before {
  top: -7px;
}

.sp-menu-button__icon::after {
  top: 7px;
}

.sp-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  visibility: hidden;
  background: rgba(16, 20, 26, 0.55);
  opacity: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.sp-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.sp-menu__panel {
  width: min(88vw, 390px);
  height: 100%;
  margin-left: auto;
  padding: 90px 28px 36px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.sp-menu.is-open .sp-menu__panel {
  transform: translateX(0);
}

.sp-menu__close {
  position: absolute;
  top: 22px;
  right: 24px;
  padding: 8px;
  border: 0;
  background: transparent;
  font-weight: 700;
}

.sp-menu__link {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid #d1d7df;
  color: #2f3a16;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 850px) {
  .inner {
    width: min(100% - 48px, 720px);
  }
  .section {
    padding: 80px 0;
  }
  .sp-menu-button {
    display: block;
  }
  .header__utility {
    margin-right: 56px;
  }
}
@media (max-width: 568px) {
  .inner {
    width: calc(100% - 36px);
  }
  .section {
    padding: 68px 0;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .section-heading__title {
    font-size: 31px;
  }
  .section-heading__lead {
    font-size: 15px;
  }
  .button {
    width: 100%;
    min-height: 58px;
    padding-inline: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.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, #1B5FB0, #4971a3);
}
.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);
  }
}

body#land-lease-cond .land-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: #2f3a16;
}
body#land-lease-cond .land-hero__media {
  position: absolute;
  inset: 0;
}
body#land-lease-cond .land-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(14, 25, 39, 0.95) 0%, rgba(14, 25, 39, 0.82) 42%, rgba(14, 25, 39, 0.18) 78%);
}
body#land-lease-cond .land-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}
body#land-lease-cond .land-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 720px;
  padding-block: 92px;
}
body#land-lease-cond .land-hero__content {
  width: min(670px, 62%);
}
body#land-lease-cond .land-hero__label {
  display: inline-flex;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  margin: 0 0 22px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#land-lease-cond .land-hero__title {
  margin: 0;
  font-size: clamp(46px, 6.2vw, 88px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
body#land-lease-cond .land-hero__title-small {
  display: block;
  margin-bottom: 14px;
  font-size: 0.34em;
  font-weight: 500;
  letter-spacing: 0.03em;
}
body#land-lease-cond .land-hero__lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: #eff2e7;
  font-size: 18px;
  line-height: 1.9;
}
body#land-lease-cond .land-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
body#land-lease-cond .land-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
body#land-lease-cond .land-hero__point {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #eff2e7;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
body#land-lease-cond .condition-intro__layout,
body#land-lease-cond .diagnosis-value__layout,
body#land-lease-cond .documents__layout,
body#land-lease-cond .consultation__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: start;
  gap: 70px;
}
body#land-lease-cond .condition-intro__image,
body#land-lease-cond .diagnosis-value__image,
body#land-lease-cond .documents__image,
body#land-lease-cond .consultation__image {
  position: sticky;
  top: 36px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(20, 31, 44, 0.16);
}
body#land-lease-cond .condition-intro__image img,
body#land-lease-cond .diagnosis-value__image img,
body#land-lease-cond .documents__image img,
body#land-lease-cond .consultation__image img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}
body#land-lease-cond .condition-intro__image img {
  object-position: 52% center;
}
body#land-lease-cond .diagnosis-value__image img {
  object-position: 68% center;
}
body#land-lease-cond .documents__image img {
  object-position: center;
}
body#land-lease-cond .consultation__image img {
  object-position: 52% center;
}
body#land-lease-cond .condition-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#land-lease-cond .condition-card {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #d1d7df;
  border-radius: 18px;
  background: #fff;
}
body#land-lease-cond .condition-card__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4a5a24;
  font-size: 13px;
  font-weight: 700;
}
body#land-lease-cond .condition-card__title {
  margin: 18px 0 8px;
  font-size: 21px;
  line-height: 1.45;
}
body#land-lease-cond .condition-card__text {
  margin: 0;
  color: #5c6167;
  font-size: 14px;
}
body#land-lease-cond .condition-note {
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 4px solid #4a5a24;
  background: #eef1e7;
  color: #2f3a16;
  font-size: 14px;
}
body#land-lease-cond .judgment-table {
  overflow: hidden;
  border: 1px solid #d1d7df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(47, 58, 22, 0.1);
}
body#land-lease-cond .judgment-table__row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 260px;
  border-bottom: 1px solid #d1d7df;
}
body#land-lease-cond .judgment-table__row:last-child {
  border-bottom: 0;
}
body#land-lease-cond .judgment-table__status,
body#land-lease-cond .judgment-table__detail,
body#land-lease-cond .judgment-table__action {
  padding: 24px 26px;
}
body#land-lease-cond .judgment-table__status {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eef1e7;
  font-weight: 700;
}
body#land-lease-cond .judgment-table__status::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  content: "";
  background: #4a5a24;
}
body#land-lease-cond .judgment-table__row--check .judgment-table__status {
  background: #f8f2df;
}
body#land-lease-cond .judgment-table__row--check .judgment-table__status::before {
  background: #f5b500;
}
body#land-lease-cond .judgment-table__row--difficult .judgment-table__status {
  background: #f4ece7;
}
body#land-lease-cond .judgment-table__row--difficult .judgment-table__status::before {
  background: #a65f43;
}
body#land-lease-cond .judgment-table__detail,
body#land-lease-cond .judgment-table__action {
  color: #5c6167;
  font-size: 14px;
}
body#land-lease-cond .judgment-table__action {
  border-left: 1px solid #d1d7df;
}
body#land-lease-cond .mid-cta {
  padding: 50px 0;
  background: #4a5a24;
}
body#land-lease-cond .mid-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
body#land-lease-cond .mid-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.35;
}
body#land-lease-cond .mid-cta__text {
  margin: 10px 0 0;
  color: #e7ecd9;
}
body#land-lease-cond .pitfalls__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body#land-lease-cond .pitfall-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 24px;
  color: #fff;
  background: #2f3a16;
}
body#land-lease-cond .pitfall-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
}
body#land-lease-cond .pitfall-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  padding: 32px;
  background: linear-gradient(180deg, transparent, rgba(16, 24, 33, 0.88));
}
body#land-lease-cond .pitfall-card__label {
  margin: 0;
  color: #dce5c6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#land-lease-cond .pitfall-card__title {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.45;
}
body#land-lease-cond .pitfall-card__text {
  margin: 0;
  color: #e8eadf;
  font-size: 14px;
}
body#land-lease-cond .value-list,
body#land-lease-cond .document-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#land-lease-cond .value-list__item,
body#land-lease-cond .document-list__item {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid #d1d7df;
  border-radius: 18px;
  background: #fff;
}
body#land-lease-cond .value-list__icon,
body#land-lease-cond .document-list__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: #4a5a24;
  font-weight: 700;
}
body#land-lease-cond .value-list__title,
body#land-lease-cond .document-list__title {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.45;
}
body#land-lease-cond .value-list__text,
body#land-lease-cond .document-list__text {
  margin: 0;
  color: #5c6167;
  font-size: 14px;
}
body#land-lease-cond .flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  counter-reset: flow;
  list-style: none;
}
body#land-lease-cond .flow__item {
  position: relative;
  min-height: 280px;
  padding: 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  counter-increment: flow;
}
body#land-lease-cond .flow__item::before {
  display: block;
  margin-bottom: 32px;
  color: #dce6bf;
  content: "0" counter(flow);
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
body#land-lease-cond .flow__title {
  margin: 0 0 12px;
  font-size: 21px;
}
body#land-lease-cond .flow__text {
  margin: 0;
  color: #dfe3d6;
  font-size: 14px;
}
body#land-lease-cond .consultation__panel {
  padding: 42px;
  border-radius: 26px;
  background: #eef1e7;
}
body#land-lease-cond .consultation__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.3;
}
body#land-lease-cond .consultation__text {
  margin: 20px 0 0;
  color: #5c6167;
}
body#land-lease-cond .consultation__examples {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
body#land-lease-cond .consultation__example {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}
body#land-lease-cond .consultation__example::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid #4a5a24;
  border-radius: 50%;
  content: "";
}
body#land-lease-cond .terms-principle__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
body#land-lease-cond .terms-principle__item {
  padding: 32px;
  border-top: 5px solid #4a5a24;
  background: #fff;
  box-shadow: 0 16px 40px rgba(47, 58, 22, 0.09);
}
body#land-lease-cond .terms-principle__number {
  color: #4a5a24;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#land-lease-cond .terms-principle__title {
  margin: 14px 0 10px;
  font-size: 22px;
}
body#land-lease-cond .terms-principle__text {
  margin: 0;
  color: #5c6167;
  font-size: 14px;
}
body#land-lease-cond .faq__list {
  display: grid;
  gap: 14px;
}
body#land-lease-cond .faq__item {
  overflow: hidden;
  border: 1px solid #d1d7df;
  border-radius: 16px;
  background: #fff;
}
body#land-lease-cond .faq__question {
  position: relative;
  padding: 24px 64px 24px 28px;
  color: #2f3a16;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
body#land-lease-cond .faq__question::-webkit-details-marker {
  display: none;
}
body#land-lease-cond .faq__question::after {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 16px;
  content: "+";
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 16px;
}
body#land-lease-cond .faq__item[open] .faq__question::after {
  content: "−";
}
body#land-lease-cond .faq__answer {
  padding: 0 28px 26px;
  color: #5c6167;
}
body#land-lease-cond .faq__answer p {
  margin: 0;
}
body#land-lease-cond .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body#land-lease-cond .related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
}
body#land-lease-cond .related-link::after {
  content: "↗";
  font-size: 22px;
}
body#land-lease-cond .final-cta {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: #fff;
  background: #2f3a16;
}
body#land-lease-cond .final-cta__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
  opacity: 0.38;
}
body#land-lease-cond .final-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 27, 40, 0.94), rgba(17, 27, 40, 0.6));
}
body#land-lease-cond .final-cta__inner {
  position: relative;
  z-index: 1;
}
body#land-lease-cond .final-cta__content {
  max-width: 720px;
}
body#land-lease-cond .final-cta__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.25;
  letter-spacing: -0.03em;
}
body#land-lease-cond .final-cta__text {
  margin: 22px 0 0;
  color: #e7ebdf;
  font-size: 17px;
}
body#land-lease-cond .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
@media (max-width: 1024px) {
  body#land-lease-cond .land-hero,
  body#land-lease-cond .land-hero__inner {
    min-height: 650px;
  }
  body#land-lease-cond .condition-intro__layout,
  body#land-lease-cond .diagnosis-value__layout,
  body#land-lease-cond .documents__layout,
  body#land-lease-cond .consultation__layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  body#land-lease-cond .condition-intro__image,
  body#land-lease-cond .diagnosis-value__image,
  body#land-lease-cond .documents__image,
  body#land-lease-cond .consultation__image {
    position: static;
  }
  body#land-lease-cond .condition-intro__image img,
  body#land-lease-cond .diagnosis-value__image img,
  body#land-lease-cond .documents__image img,
  body#land-lease-cond .consultation__image img {
    min-height: 420px;
  }
  body#land-lease-cond .judgment-table__row {
    grid-template-columns: 160px minmax(0, 1fr);
  }
  body#land-lease-cond .judgment-table__action {
    grid-column: 1/-1;
    border-top: 1px solid #d1d7df;
    border-left: 0;
  }
  body#land-lease-cond .pitfalls__grid,
  body#land-lease-cond .terms-principle__grid,
  body#land-lease-cond .related-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body#land-lease-cond .flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 850px) {
  body#land-lease-cond .land-hero__content {
    width: 78%;
  }
  body#land-lease-cond .land-hero__media::before {
    background: linear-gradient(90deg, rgba(14, 25, 39, 0.95), rgba(14, 25, 39, 0.64));
  }
  body#land-lease-cond .mid-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 568px) {
  body#land-lease-cond .land-hero,
  body#land-lease-cond .land-hero__inner {
    min-height: 690px;
  }
  body#land-lease-cond .land-hero__inner {
    align-items: flex-end;
    padding-block: 82px 58px;
  }
  body#land-lease-cond .land-hero__content {
    width: 100%;
  }
  body#land-lease-cond .land-hero__media::before {
    background: linear-gradient(180deg, rgba(14, 25, 39, 0.28) 0%, rgba(14, 25, 39, 0.92) 58%, rgba(14, 25, 39, 0.98) 100%);
  }
  body#land-lease-cond .land-hero__image {
    object-position: 56% center;
  }
  body#land-lease-cond .land-hero__title {
    font-size: 49px;
  }
  body#land-lease-cond .land-hero__lead {
    font-size: 15px;
  }
  body#land-lease-cond .land-hero__actions {
    display: grid;
  }
  body#land-lease-cond .land-hero__points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body#land-lease-cond .condition-cards,
  body#land-lease-cond .pitfalls__grid,
  body#land-lease-cond .flow__list,
  body#land-lease-cond .terms-principle__grid,
  body#land-lease-cond .related-links__grid {
    grid-template-columns: 1fr;
  }
  body#land-lease-cond .condition-card {
    min-height: 0;
    padding: 24px;
  }
  body#land-lease-cond .judgment-table {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body#land-lease-cond .judgment-table__row {
    display: block;
    overflow: hidden;
    margin-bottom: 14px;
    border: 1px solid #d1d7df;
    border-radius: 16px;
    background: #fff;
  }
  body#land-lease-cond .judgment-table__status,
  body#land-lease-cond .judgment-table__detail,
  body#land-lease-cond .judgment-table__action {
    padding: 18px 20px;
  }
  body#land-lease-cond .pitfall-card,
  body#land-lease-cond .pitfall-card__body {
    min-height: 360px;
  }
  body#land-lease-cond .condition-intro__image img,
  body#land-lease-cond .diagnosis-value__image img,
  body#land-lease-cond .documents__image img,
  body#land-lease-cond .consultation__image img {
    min-height: 300px;
  }
  body#land-lease-cond .value-list__item,
  body#land-lease-cond .document-list__item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 20px;
  }
  body#land-lease-cond .value-list__icon,
  body#land-lease-cond .document-list__icon {
    width: 42px;
    height: 42px;
  }
  body#land-lease-cond .consultation__panel {
    padding: 28px 22px;
  }
  body#land-lease-cond .consultation__image img {
    object-position: 56% center;
  }
  body#land-lease-cond .final-cta {
    padding: 92px 0;
  }
  body#land-lease-cond .final-cta__image {
    object-position: 70% center;
  }
  body#land-lease-cond .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-cond img[src][src$="/img/contents/bess-land/lease/conditions/site-overview.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:1400/960}
body#land-lease-cond :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/conditions/site-overview.jpg"]),body#land-lease-cond :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/conditions/site-overview.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease-cond picture:has(> img[src$="/img/contents/bess-land/lease/conditions/site-overview.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease-cond img[src][src$="/img/contents/bess-land/lease/conditions/risk.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:1400/960}
body#land-lease-cond :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/conditions/risk.jpg"]),body#land-lease-cond :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/conditions/risk.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease-cond picture:has(> img[src$="/img/contents/bess-land/lease/conditions/risk.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease-cond img[src][src$="/img/contents/bess-land/lease/conditions/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:1400/960}
body#land-lease-cond :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/conditions/documents.jpg"]),body#land-lease-cond :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/conditions/documents.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease-cond picture:has(> img[src$="/img/contents/bess-land/lease/conditions/documents.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease-cond img[src][src$="/img/contents/bess-land/lease/conditions/survey.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:1400/960}
body#land-lease-cond :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/conditions/survey.jpg"]),body#land-lease-cond :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/conditions/survey.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease-cond picture:has(> img[src$="/img/contents/bess-land/lease/conditions/survey.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-lease-cond img[src][src$="/img/contents/bess-land/lease/conditions/consultation.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:1400/960}
body#land-lease-cond :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/lease/conditions/consultation.jpg"]),body#land-lease-cond :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/lease/conditions/consultation.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-lease-cond picture:has(> img[src$="/img/contents/bess-land/lease/conditions/consultation.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/bess-land/lease/conditions/site-overview.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/risk.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/documents.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/survey.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/consultation.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/bess-land/lease/conditions/site-overview.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/risk.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/documents.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/survey.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/lease/conditions/consultation.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-cond .section { padding: 96px 0; }
body#land-lease-cond .section--soft { background: var(--u-tint); }
body#land-lease-cond .section--olive { color: #fff; background: var(--u-deep); }
body#land-lease-cond .section-heading { margin-bottom: 48px; }
body#land-lease-cond .section-heading__eyebrow { margin-bottom: 16px; color: var(--u-theme); font-size: 13px; }
body#land-lease-cond .section-heading__eyebrow::before { content: none; }
body#land-lease-cond .section--olive .section-heading__eyebrow { color: var(--u-sky); }
body#land-lease-cond .section-heading__title {
  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-cond .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#land-lease-cond .section--olive .section-heading__lead { color: rgba(255, 255, 255, 0.78); }
body#land-lease-cond main a:not([class]) { color: inherit; }

/* ---- ボタン ---- */
body#land-lease-cond .button { min-height: 56px; padding: 14px 32px; box-shadow: 0 10px 26px rgba(245, 181, 0, 0.24); }
body#land-lease-cond .button--secondary { border-color: rgba(255, 255, 255, 0.6); background: #fff; color: var(--u-deep); }
body#land-lease-cond .button:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#land-lease-cond .land-hero .button:focus-visible,
body#land-lease-cond .mid-cta .button:focus-visible,
body#land-lease-cond .final-cta .button:focus-visible { outline-color: #fff; }
@media (hover: hover) and (pointer: fine) {
  body#land-lease-cond .button:hover { filter: brightness(0.94); }
  body#land-lease-cond .button--secondary:hover { filter: none; background: var(--u-tint); }
}

/* ---- ヒーロー（--u-deepグラデ×白明朝31px） ---- */
body#land-lease-cond .land-hero { min-height: 560px; background: var(--u-deep); }
body#land-lease-cond .land-hero__inner { min-height: 560px; }
body#land-lease-cond .land-hero__media::before {
  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-cond .land-hero__label {
  display: block;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--u-sky);
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
}
body#land-lease-cond .land-hero__label::after { content: none; }
body#land-lease-cond .land-hero__label::before {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 0 16px;
  background: var(--u-theme);
  content: "";
}
body#land-lease-cond .land-hero__title {
  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-cond .land-hero__title-small {
  margin-bottom: 12px;
  color: #DCE6F2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
body#land-lease-cond .land-hero__lead { color: #DCE6F2; font-size: 18px; line-height: 1.9; }
body#land-lease-cond .land-hero__point {
  border: 1px solid rgba(143, 188, 234, 0.45);
  border-radius: 999px;
  background: rgba(12, 42, 77, 0.45);
  color: #fff;
  font-size: 13px;
}
@keyframes uplift44Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#land-lease-cond .land-hero__label { animation: uplift44Fade 0.6s ease 0s both; }
body#land-lease-cond .land-hero__title { animation: uplift44Fade 0.6s ease 0.12s both; }
body#land-lease-cond .land-hero__lead { animation: uplift44Fade 0.6s ease 0.24s both; }
body#land-lease-cond .land-hero__actions { animation: uplift44Fade 0.6s ease 0.36s both; }
body#land-lease-cond .land-hero__points { animation: uplift44Fade 0.6s ease 0.48s both; }
@media (prefers-reduced-motion: reduce) {
  body#land-lease-cond .land-hero__label,
  body#land-lease-cond .land-hero__title,
  body#land-lease-cond .land-hero__lead,
  body#land-lease-cond .land-hero__actions,
  body#land-lease-cond .land-hero__points { animation: none; }
}

/* ---- 6つの条件 ---- */
body#land-lease-cond .condition-card { border: 1px solid var(--u-border); border-radius: 12px; box-shadow: 0 6px 18px rgba(12, 42, 77, 0.05); }
body#land-lease-cond .condition-card__number { background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#land-lease-cond .condition-card__title { font-size: 20px; }
body#land-lease-cond .condition-card__text { color: var(--u-sub); }
body#land-lease-cond .condition-note { border-left-color: var(--u-theme); background: var(--u-tint); color: var(--u-deep); }

/* ---- 簡易判定テーブル ---- */
body#land-lease-cond .judgment-table { border-color: var(--u-border); border-radius: 12px; box-shadow: 0 12px 32px rgba(12, 42, 77, 0.08); }
body#land-lease-cond .judgment-table__row { border-bottom-color: var(--u-border); }
body#land-lease-cond .judgment-table__status { background: var(--u-tint); }
body#land-lease-cond .judgment-table__status::before { background: var(--u-theme); }
body#land-lease-cond .judgment-table__row--check .judgment-table__status { background: #E8EDF3; }
body#land-lease-cond .judgment-table__row--check .judgment-table__status::before { background: var(--u-deep); }
body#land-lease-cond .judgment-table__detail,
body#land-lease-cond .judgment-table__action { color: var(--u-sub); }
body#land-lease-cond .judgment-table__action { border-left-color: var(--u-border); }

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

/* ---- 見落とし論点カード ---- */
body#land-lease-cond .pitfall-card { min-height: 0; border-radius: 12px; background: var(--u-deep); }
body#land-lease-cond .pitfall-card__body { min-height: 0; padding: 32px; background: none; }
body#land-lease-cond .pitfall-card__label { color: var(--u-sky); font-size: 13px; }
body#land-lease-cond .pitfall-card__title { font-size: 20px; }
body#land-lease-cond .pitfall-card__text { color: #DCE6F2; }

/* ---- 診断で分かること / 資料リスト ---- */
body#land-lease-cond .value-list__item,
body#land-lease-cond .document-list__item { border-color: var(--u-border); border-radius: 12px; box-shadow: 0 6px 18px rgba(12, 42, 77, 0.05); }
body#land-lease-cond .value-list__icon,
body#land-lease-cond .document-list__icon { border-radius: 12px; background: var(--u-deep); font-family: 'Barlow', Arial, sans-serif; }
body#land-lease-cond .value-list__title,
body#land-lease-cond .document-list__title { font-size: 18px; }
body#land-lease-cond .value-list__text,
body#land-lease-cond .document-list__text { color: var(--u-sub); }

/* ---- 流れ（濃紺バンド） ---- */
body#land-lease-cond .flow__item { min-height: 0; border-color: rgba(255, 255, 255, 0.16); border-radius: 12px; background: rgba(255, 255, 255, 0.06); }
body#land-lease-cond .flow__item::before {
  color: transparent;
  font-family: 'Barlow', Arial, sans-serif;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.55);
}
body#land-lease-cond .flow__title { font-size: 20px; }
body#land-lease-cond .flow__text { color: rgba(255, 255, 255, 0.72); }

/* ---- 相談パネル ---- */
body#land-lease-cond .consultation__panel { border-radius: 12px; background: var(--u-tint); }
body#land-lease-cond .consultation__title { font-size: 25px; line-height: 1.6; letter-spacing: 0.03em; }
body#land-lease-cond .consultation__text { color: var(--u-sub); }
body#land-lease-cond .consultation__example::before { border-color: var(--u-theme); }

/* ---- 条件設計（terms） ---- */
body#land-lease-cond .terms-principle__item { border-top: 2px solid var(--u-theme); border-radius: 0 0 12px 12px; box-shadow: 0 10px 28px rgba(12, 42, 77, 0.07); }
body#land-lease-cond .terms-principle__number { color: var(--u-theme); font-size: 13px; }
body#land-lease-cond .terms-principle__title { font-size: 20px; }
body#land-lease-cond .terms-principle__text { color: var(--u-sub); }

/* ---- FAQ ---- */
body#land-lease-cond .faq__item { border-color: var(--u-border); border-radius: 12px; }
body#land-lease-cond .faq__question { color: var(--u-ink); }
body#land-lease-cond .faq__question::after { color: var(--u-theme); }
body#land-lease-cond .faq__answer { color: var(--u-sub); }

/* ---- 関連リンク（濃緑帯→淡地へ転換） ---- */
body#land-lease-cond .related-links { color: var(--u-ink); background: var(--u-tint); }
body#land-lease-cond .related-links .section-heading__eyebrow { color: var(--u-theme); }
body#land-lease-cond .related-link {
  border: 1px solid var(--u-border);
  border-radius: 12px;
  background: #fff;
  color: var(--u-ink);
  box-shadow: 0 6px 18px rgba(12, 42, 77, 0.05);
  font-weight: 700;
}
body#land-lease-cond .related-link::after { color: var(--u-theme); }
@media (hover: hover) and (pointer: fine) {
  body#land-lease-cond .related-link:hover { border-color: var(--u-theme); }
}

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

/* ---- レスポンシブ（96→48pxリズム / ヒーロー） ---- */
@media (max-width: 900px) {
  body#land-lease-cond .section { padding: 48px 0; }
  body#land-lease-cond .section-heading { margin-bottom: 32px; }
  body#land-lease-cond .mid-cta { padding: 48px 0; }
  body#land-lease-cond .final-cta { padding: 48px 0; }
}
@media (max-width: 1024px) {
  body#land-lease-cond .land-hero,
  body#land-lease-cond .land-hero__inner { min-height: 540px; }
}
@media (max-width: 568px) {
  body#land-lease-cond .land-hero,
  body#land-lease-cond .land-hero__inner { min-height: 520px; }
  body#land-lease-cond .land-hero__media::before {
    background: linear-gradient(180deg, rgba(12, 42, 77, 0.45) 0%, rgba(12, 42, 77, 0.88) 55%, rgba(12, 42, 77, 0.98) 100%);
  }
  body#land-lease-cond .land-hero__title { font-size: 25px; line-height: 1.6; }
  body#land-lease-cond .mid-cta__title,
  body#land-lease-cond .consultation__title,
  body#land-lease-cond .final-cta__title { font-size: 25px; }
}

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