/* ===== RETHEME violet (§3-3b ページテーマ制・2026-07-03) — 元は page06.css.bak_20260703 ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img, picture, svg {
  display: block;
  max-width: 100%;
}

button, input, textarea, select {
  font: inherit;
}

a {
  color: inherit;
}

button {
  border: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  color: #29312f;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

#wrapper, #contents {
  width: 100%;
}

main {
  overflow: hidden;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 120px 0;
}

.section--compact {
  padding: 90px 0;
}

.section--pale {
  background: #f6f8f7;
}

.section--pale-green {
  background: #ebf2f0;
}

.section--dark {
  background: #182f29;
}

.sp-only {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  background: #155442;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.breadcrumb {
  border-top: 1px solid #dae1df;
  border-bottom: 1px solid #dae1df;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  color: #6b6878;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  margin-left: 8px;
  color: #bbc7c4;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    color: #22745D;
  }
}

.section-heading__en {
  margin: 0 0 14px;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.section-heading__title {
  margin: 0;
  color: #16181c;
  font-size: clamp(36px, 4.4vw, 64px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.section-heading__title span {
  color: #22745D;
}

.section-heading__lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: #6b6878;
  font-size: 16px;
  line-height: 2;
}

.section-heading--center {
  text-align: center;
}

.section-heading--center .section-heading__lead {
  margin-right: auto;
  margin-left: auto;
}

.section-heading--light .section-heading__en {
  color: #90c2b4;
}

.section-heading--light .section-heading__title,
.section-heading--light .section-heading__lead {
  color: #fff;
}

.section-heading--light .section-heading__title span {
  color: #b3d6cc;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button--primary {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 30px rgba(245, 181, 0, 0.22);
}

.button--outline {
  border: 1px solid #22745D;
  color: #155442;
  background: #fff;
}

.button--wide {
  width: 100%;
}

.button--large {
  min-height: 72px;
  padding: 0 34px;
  font-size: 16px;
}

.button__arrow {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(27, 64, 53, 0.18);
  }
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #155442;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.placeholder-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.placeholder-photo picture, .placeholder-photo img {
  width: 100%;
  height: 100%;
}

.placeholder-photo img {
  object-fit: cover;
}

.placeholder-photo__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  background: rgba(27, 64, 53, 0.68);
  backdrop-filter: blur(8px);
}

.sp-menu {
  display: none;
}

.mobile-cta {
  display: none;
}

:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .inner {
    width: min(100% - 60px, 900px);
  }
  .section {
    padding: 96px 0;
  }
  .section--compact {
    padding: 72px 0;
  }
}
@media (max-width: 850px) {
  .sp-menu {
    display: block;
  }
  .sp-menu__button {
    position: fixed;
    top: 17px;
    right: 18px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: #22745D;
    box-shadow: 0 8px 24px rgba(27, 64, 53, 0.24);
    cursor: pointer;
  }
  .sp-menu__button-line,
  .sp-menu__button-line::before,
  .sp-menu__button-line::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    content: "";
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sp-menu__button-line {
    position: relative;
  }
  .sp-menu__button-line::before {
    position: absolute;
    top: -6px;
    left: 0;
  }
  .sp-menu__button-line::after {
    position: absolute;
    top: 6px;
    left: 0;
  }
  .sp-menu__button-label {
    margin-top: 11px;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .sp-menu__button[aria-expanded=true] .sp-menu__button-line {
    background: transparent;
  }
  .sp-menu__button[aria-expanded=true] .sp-menu__button-line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .sp-menu__button[aria-expanded=true] .sp-menu__button-line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 90px 30px 40px;
    visibility: hidden;
    background: rgba(20, 46, 39, 0.98);
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .sp-menu__panel.is-open {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__nav {
    display: flex;
    flex-direction: column;
    width: min(100%, 420px);
  }
  .sp-menu__link {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link.is-current {
    color: #b3d6cc;
  }
  .sp-menu__cta {
    margin-top: 28px;
    padding: 17px 20px;
    border-radius: 999px;
    color: #16181c;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #f5b500;
  }
  .mobile-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 990;
    display: block;
  }
  .mobile-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 58px;
    border-radius: 999px;
    color: #16181c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #f5b500;
    box-shadow: 0 12px 32px rgba(22, 24, 28, 0.24);
  }
}
@media (max-width: 568px) {
  html {
    font-size: 15px;
  }
  .inner {
    width: calc(100% - 40px);
  }
  .section {
    padding: 78px 0;
  }
  .section--compact {
    padding: 62px 0;
  }
  .section-heading__title {
    font-size: 34px;
    line-height: 1.4;
  }
  .section-heading__lead {
    margin-top: 20px;
    font-size: 14px;
  }
  .sp-only {
    display: block;
  }
  .button {
    width: 100%;
    min-height: 60px;
    padding: 0 22px;
    font-size: 14px;
  }
  .breadcrumb__list {
    width: calc(100% - 40px);
  }
  .placeholder-photo__badge {
    top: 10px;
    right: 10px;
  }
}
@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;
  }
}
.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: #f5f7f7;
  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: #31A886;
}

.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 #31A886;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #31A886;
  }
  .header__lang-link:hover {
    background: #f5f7f7;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #31A886;
  }
}
@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 #f5f7f7;
}
.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, #31A886 0%, #22745D 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: #f5f7f7;
}
.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: #31A886;
  }
  .footer__summary:hover::after {
    background-color: #31A886;
  }
}
@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#lv-lo-requirements .requirements-hero {
  position: relative;
  padding: 72px 0 96px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f8f7 0%, #fff 62%, #eff4f3 100%);
}
body#lv-lo-requirements .requirements-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 70px;
}
body#lv-lo-requirements .requirements-hero__content {
  padding: 28px 0 36px;
}
body#lv-lo-requirements .requirements-hero__eyebrow {
  margin: 0 0 24px;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
body#lv-lo-requirements .requirements-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 20px;
  padding: 0 14px;
  border: 1px solid #bbc7c4;
  border-radius: 999px;
  color: #155442;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.72);
}
body#lv-lo-requirements .requirements-hero__title {
  margin: 0;
  color: #16181c;
  font-size: clamp(58px, 6.2vw, 92px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
body#lv-lo-requirements .requirements-hero__title span {
  color: #22745D;
}
body#lv-lo-requirements .requirements-hero__lead {
  margin: 30px 0 0;
  color: #29312f;
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
body#lv-lo-requirements .requirements-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 38px;
}
body#lv-lo-requirements .requirements-hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
body#lv-lo-requirements .requirements-hero__point {
  position: relative;
  padding-left: 20px;
  color: #6b6878;
  font-size: 12px;
  font-weight: 600;
}
body#lv-lo-requirements .requirements-hero__point::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22745D;
  content: "";
}
body#lv-lo-requirements .requirements-hero__visual {
  min-height: 650px;
  border-radius: 80px 18px 80px 18px;
  box-shadow: 0 20px 60px rgba(27, 64, 53, 0.12);
}
body#lv-lo-requirements .requirements-hero__visual img {
  object-position: center;
}
body#lv-lo-requirements .requirements-hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(20, 46, 39, 0.48) 100%);
  content: "";
}
body#lv-lo-requirements .requirements-hero__visual-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  color: #fff;
  background: rgba(27, 64, 53, 0.58);
  backdrop-filter: blur(12px);
}
body#lv-lo-requirements .requirements-hero__visual-number {
  display: grid;
  place-items: center;
  width: 48px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  aspect-ratio: 1;
}
body#lv-lo-requirements .requirements-hero__visual-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
body#lv-lo-requirements .requirements-hero__decor {
  position: absolute;
  border-radius: 50%;
  background: rgba(46, 103, 87, 0.07);
}
body#lv-lo-requirements .requirements-hero__decor--one {
  top: -140px;
  right: 34%;
  width: 420px;
  height: 420px;
}
body#lv-lo-requirements .requirements-hero__decor--two {
  bottom: -260px;
  left: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(46, 103, 87, 0.12);
  background: transparent;
}
body#lv-lo-requirements .quick-answer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 60px;
}
body#lv-lo-requirements .quick-answer__card {
  position: relative;
  min-height: 310px;
  padding: 30px 26px;
  overflow: hidden;
  border: 1px solid #dae1df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 36px rgba(22, 24, 28, 0.04);
}
body#lv-lo-requirements .quick-answer__number {
  color: #bbc7c4;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#lv-lo-requirements .quick-answer__icon {
  display: grid;
  place-items: center;
  width: 52px;
  margin-top: 32px;
  border-radius: 16px;
  color: #fff;
  font-size: 23px;
  background: #22745D;
  aspect-ratio: 1;
}
body#lv-lo-requirements .quick-answer__title {
  margin: 22px 0 0;
  color: #16181c;
  font-size: 20px;
  line-height: 1.4;
}
body#lv-lo-requirements .quick-answer__text {
  margin: 14px 0 0;
  color: #29312f;
  font-size: 14px;
  line-height: 1.85;
}
body#lv-lo-requirements .quick-answer__note {
  margin: 16px 0 0;
  color: #6b6878;
  font-size: 11px;
  line-height: 1.6;
}
body#lv-lo-requirements .quick-answer__notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 34px;
  padding: 22px 26px;
  border-left: 4px solid #22745D;
  border-radius: 10px;
  background: #f5f8f7;
}
body#lv-lo-requirements .quick-answer__notice-icon {
  display: grid;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: serif;
  font-weight: 700;
  background: #22745D;
  aspect-ratio: 1;
}
body#lv-lo-requirements .quick-answer__notice-text {
  margin: 0;
  color: #29312f;
  font-size: 13px;
  line-height: 1.8;
}
body#lv-lo-requirements .site-check__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  align-items: center;
  gap: 80px;
}
body#lv-lo-requirements .site-check__photo {
  height: 420px;
  margin-top: 44px;
  border-radius: 20px 70px 20px 20px;
}
body#lv-lo-requirements .site-check__panel {
  padding: 36px;
  border: 1px solid #dae1df;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(22, 24, 28, 0.08);
}
body#lv-lo-requirements .site-check__panel-label {
  margin: 0 0 18px;
  color: #22745D;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#lv-lo-requirements .site-check__fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}
body#lv-lo-requirements .site-check__item {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid #dae1df;
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body#lv-lo-requirements .site-check__item:has(.site-check__input:checked) {
  border-color: #22745D;
  background: #f5f8f7;
}
body#lv-lo-requirements .site-check__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body#lv-lo-requirements .site-check__box {
  position: relative;
  width: 24px;
  border: 1px solid #bbc7c4;
  border-radius: 7px;
  background: #fff;
  aspect-ratio: 1;
}
body#lv-lo-requirements .site-check__input:checked + body#lv-lo-requirements .site-check__box {
  border-color: #22745D;
  background: #22745D;
}
body#lv-lo-requirements .site-check__input:checked + body#lv-lo-requirements .site-check__box::after {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(45deg);
}
body#lv-lo-requirements .site-check__input:focus-visible + body#lv-lo-requirements .site-check__box {
  outline: 3px solid #f5b500;
  outline-offset: 3px;
}
body#lv-lo-requirements .site-check__item-text {
  display: flex;
  flex-direction: column;
}
body#lv-lo-requirements .site-check__item-text strong {
  color: #16181c;
  font-size: 14px;
  line-height: 1.6;
}
body#lv-lo-requirements .site-check__item-text small {
  color: #6b6878;
  font-size: 11px;
  line-height: 1.6;
}
body#lv-lo-requirements .site-check__result {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px 20px;
  margin: 26px 0 18px;
}
body#lv-lo-requirements .site-check__meter {
  grid-column: 1/-1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ebf2f0;
}
body#lv-lo-requirements .site-check__meter-bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #22745D;
  transition: width 0.3s ease;
}
body#lv-lo-requirements .site-check__count {
  margin: 0;
  color: #22745D;
  font-family: Arial, sans-serif;
}
body#lv-lo-requirements .site-check__count strong {
  font-size: 30px;
}
body#lv-lo-requirements .site-check__count span {
  margin-left: 4px;
  color: #6b6878;
  font-size: 12px;
}
body#lv-lo-requirements .site-check__message {
  margin: 0;
  color: #6b6878;
  font-size: 12px;
  line-height: 1.6;
  text-align: right;
}
body#lv-lo-requirements .condition-detail__layout {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 70px;
  margin-top: 64px;
}
body#lv-lo-requirements .condition-detail__visual {
  position: sticky;
  top: 30px;
  height: 700px;
  border-radius: 28px 90px 28px 28px;
}
body#lv-lo-requirements .condition-detail__visual-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 150px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  background: rgba(27, 64, 53, 0.78);
  backdrop-filter: blur(10px);
  aspect-ratio: 1;
}
body#lv-lo-requirements .condition-detail__list {
  border-top: 1px solid #dae1df;
}
body#lv-lo-requirements .condition-detail__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid #dae1df;
}
body#lv-lo-requirements .condition-detail__number {
  padding-top: 4px;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#lv-lo-requirements .condition-detail__title {
  margin: 0;
  color: #16181c;
  font-size: 21px;
  line-height: 1.5;
}
body#lv-lo-requirements .condition-detail__text {
  margin: 10px 0 0;
  color: #6b6878;
  font-size: 14px;
  line-height: 1.9;
}
body#lv-lo-requirements .pitfalls {
  position: relative;
  overflow: hidden;
}
body#lv-lo-requirements .pitfalls::before {
  position: absolute;
  top: -180px;
  right: -180px;
  width: 540px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#lv-lo-requirements .pitfalls__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
}
body#lv-lo-requirements .pitfalls__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
body#lv-lo-requirements .pitfalls__card {
  position: relative;
  min-height: 340px;
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}
body#lv-lo-requirements .pitfalls__number {
  color: #9cc7bb;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
body#lv-lo-requirements .pitfalls__title {
  margin: 90px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}
body#lv-lo-requirements .pitfalls__text {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}
body#lv-lo-requirements .diagnosis__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 90px;
}
body#lv-lo-requirements .diagnosis__list {
  display: grid;
  gap: 18px;
  margin: 38px 0 36px;
  padding: 0;
  list-style: none;
}
body#lv-lo-requirements .diagnosis__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 16px;
}
body#lv-lo-requirements .diagnosis__icon {
  display: grid;
  place-items: center;
  width: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  background: #22745D;
  aspect-ratio: 1;
}
body#lv-lo-requirements .diagnosis__item div {
  display: flex;
  flex-direction: column;
}
body#lv-lo-requirements .diagnosis__item strong {
  color: #16181c;
  font-size: 16px;
}
body#lv-lo-requirements .diagnosis__item small {
  color: #6b6878;
  font-size: 12px;
}
body#lv-lo-requirements .diagnosis__visual {
  height: 620px;
  border-radius: 80px 20px 20px 20px;
}
body#lv-lo-requirements .diagnosis__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 52%, rgba(20, 46, 39, 0.52));
  content: "";
}
body#lv-lo-requirements .diagnosis__visual-card {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  z-index: 2;
  padding: 24px;
  border-radius: 18px;
  color: #fff;
  background: rgba(27, 64, 53, 0.68);
  backdrop-filter: blur(12px);
}
body#lv-lo-requirements .diagnosis__visual-label {
  display: block;
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#lv-lo-requirements .diagnosis__visual-card strong {
  font-size: 21px;
  line-height: 1.7;
}
body#lv-lo-requirements .documents__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 80px;
}
body#lv-lo-requirements .documents__intro {
  margin: 0 0 8px;
  color: #6b6878;
  font-size: 15px;
  line-height: 2;
}
body#lv-lo-requirements .documents__layout {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 34px;
  margin-top: 60px;
}
body#lv-lo-requirements .documents__visual {
  min-height: 540px;
  border-radius: 22px;
}
body#lv-lo-requirements .documents__tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
body#lv-lo-requirements .documents__note {
  margin: 26px 0 0;
  color: #6b6878;
  font-size: 11px;
  line-height: 1.8;
}
body#lv-lo-requirements .document-card {
  padding: 28px 26px;
  border: 1px solid #dae1df;
  border-radius: 20px;
  background: #fff;
}
body#lv-lo-requirements .document-card--first {
  border-top: 4px solid #22745D;
}
body#lv-lo-requirements .document-card__head {
  min-height: 82px;
}
body#lv-lo-requirements .document-card__step {
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#lv-lo-requirements .document-card__title {
  margin: 8px 0 0;
  color: #16181c;
  font-size: 18px;
  line-height: 1.5;
}
body#lv-lo-requirements .document-card__list {
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #dae1df;
  list-style: none;
}
body#lv-lo-requirements .document-card__item {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  border-bottom: 1px solid #dae1df;
}
body#lv-lo-requirements .document-card__item span {
  position: relative;
  padding-left: 18px;
  color: #29312f;
  font-size: 13px;
  font-weight: 700;
}
body#lv-lo-requirements .document-card__item span::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22745D;
  content: "";
}
body#lv-lo-requirements .document-card__item small {
  margin-top: 3px;
  padding-left: 18px;
  color: #6b6878;
  font-size: 10px;
}
body#lv-lo-requirements .process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}
body#lv-lo-requirements .process__list::before {
  position: absolute;
  top: 65px;
  right: 12%;
  left: 12%;
  height: 1px;
  background: #bbc7c4;
  content: "";
}
body#lv-lo-requirements .process__item {
  position: relative;
  padding: 0 18px;
  text-align: center;
}
body#lv-lo-requirements .process__number {
  display: block;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#lv-lo-requirements .process__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  margin: 18px auto 22px;
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  background: #22745D;
  box-shadow: 0 0 0 1px #dae1df;
  aspect-ratio: 1;
}
body#lv-lo-requirements .process__title {
  margin: 0;
  color: #16181c;
  font-size: 18px;
}
body#lv-lo-requirements .process__text {
  margin: 12px 0 0;
  color: #6b6878;
  font-size: 12px;
  line-height: 1.85;
}
body#lv-lo-requirements .flexible__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}
body#lv-lo-requirements .flexible__eyebrow {
  margin: 0 0 18px;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#lv-lo-requirements .flexible__title {
  margin: 0;
  color: #16181c;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.4;
  letter-spacing: -0.04em;
}
body#lv-lo-requirements .flexible__title span {
  color: #22745D;
}
body#lv-lo-requirements .flexible__text {
  max-width: 760px;
  margin: 24px 0 0;
  color: #6b6878;
  font-size: 14px;
  line-height: 2;
}
body#lv-lo-requirements .flexible__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
body#lv-lo-requirements .flexible__tag {
  padding: 7px 13px;
  border: 1px solid #bbc7c4;
  border-radius: 999px;
  color: #155442;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.55);
}
body#lv-lo-requirements .faq__inner {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 90px;
}
body#lv-lo-requirements .faq__list {
  border-top: 1px solid #dae1df;
}
body#lv-lo-requirements .faq__item {
  border-bottom: 1px solid #dae1df;
}
body#lv-lo-requirements .faq__summary {
  display: grid;
  grid-template-columns: 42px 1fr 28px;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 18px 0;
  cursor: pointer;
}
body#lv-lo-requirements .faq__q, body#lv-lo-requirements .faq__a {
  display: grid;
  place-items: center;
  width: 34px;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  aspect-ratio: 1;
}
body#lv-lo-requirements .faq__q {
  color: #fff;
  background: #22745D;
}
body#lv-lo-requirements .faq__a {
  flex: 0 0 auto;
  color: #22745D;
  background: #ebf2f0;
}
body#lv-lo-requirements .faq__question {
  color: #16181c;
  font-size: 15px;
  font-weight: 700;
}
body#lv-lo-requirements .faq__toggle {
  position: relative;
  width: 24px;
  aspect-ratio: 1;
}
body#lv-lo-requirements .faq__toggle::before, body#lv-lo-requirements .faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: #22745D;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
body#lv-lo-requirements .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body#lv-lo-requirements .faq__item[open] body#lv-lo-requirements .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
body#lv-lo-requirements .faq__answer {
  display: flex;
  gap: 16px;
  padding: 0 46px 28px 58px;
}
body#lv-lo-requirements .faq__answer p {
  margin: 0;
  color: #6b6878;
  font-size: 13px;
  line-height: 1.9;
}
body#lv-lo-requirements .related-links {
  border-top: 1px solid #dae1df;
}
body#lv-lo-requirements .related-links__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
body#lv-lo-requirements .related-links__en {
  margin: 0 0 8px;
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#lv-lo-requirements .related-links__title {
  margin: 0;
  color: #16181c;
  font-size: 32px;
}
body#lv-lo-requirements .related-links__lead {
  margin: 0 0 4px;
  color: #6b6878;
  font-size: 13px;
}
body#lv-lo-requirements .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
}
body#lv-lo-requirements .related-links__card {
  display: grid;
  grid-template-columns: 42px 1fr 32px;
  align-items: center;
  gap: 16px;
  min-height: 130px;
  padding: 22px 24px;
  border: 1px solid #dae1df;
  border-radius: 16px;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
body#lv-lo-requirements .related-links__number {
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
body#lv-lo-requirements .related-links__card div {
  display: flex;
  flex-direction: column;
}
body#lv-lo-requirements .related-links__card strong {
  color: #16181c;
  font-size: 16px;
}
body#lv-lo-requirements .related-links__card small {
  color: #6b6878;
  font-size: 11px;
}
body#lv-lo-requirements .related-links__arrow {
  color: #22745D;
  font-family: Arial, sans-serif;
  font-size: 20px;
}
@media (hover: hover) and (pointer: fine) {
  body#lv-lo-requirements .related-links__card:hover {
    border-color: #22745D;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(22, 24, 28, 0.08);
  }
}
body#lv-lo-requirements .final-cta {
  position: relative;
  display: grid;
  min-height: 680px;
  overflow: hidden;
  place-items: center;
  color: #fff;
}
body#lv-lo-requirements .final-cta__background {
  position: absolute;
  inset: 0;
}
body#lv-lo-requirements .final-cta__background img {
  object-position: center;
}
body#lv-lo-requirements .final-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(12, 29, 24, 0.92) 0%, rgba(12, 29, 24, 0.76) 45%, rgba(12, 29, 24, 0.28) 100%);
}
body#lv-lo-requirements .final-cta__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100% - 100px);
}
body#lv-lo-requirements .final-cta__eyebrow {
  margin: 0 0 18px;
  color: #b3d6cc;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
body#lv-lo-requirements .final-cta__title {
  max-width: 760px;
  margin: 0;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.35;
  letter-spacing: -0.045em;
}
body#lv-lo-requirements .final-cta__lead {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 2;
}
body#lv-lo-requirements .final-cta__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}
body#lv-lo-requirements .final-cta__sub-link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 6px;
}
body#lv-lo-requirements .final-cta__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
}
@media (max-width: 1180px) {
  body#lv-lo-requirements .requirements-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
  body#lv-lo-requirements .requirements-hero__visual {
    min-height: 560px;
  }
  body#lv-lo-requirements .quick-answer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body#lv-lo-requirements .site-check__inner {
    gap: 50px;
  }
  body#lv-lo-requirements .condition-detail__layout {
    grid-template-columns: 360px 1fr;
    gap: 50px;
  }
  body#lv-lo-requirements .pitfalls__inner {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
  body#lv-lo-requirements .diagnosis__inner {
    gap: 50px;
  }
  body#lv-lo-requirements .documents__layout {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 1024px) {
  body#lv-lo-requirements .requirements-hero {
    padding-top: 54px;
  }
  body#lv-lo-requirements .requirements-hero__inner {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .requirements-hero__content {
    max-width: 760px;
  }
  body#lv-lo-requirements .requirements-hero__visual {
    min-height: 560px;
  }
  body#lv-lo-requirements .site-check__inner {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .site-check__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: end;
  }
  body#lv-lo-requirements .site-check__photo {
    height: 360px;
    margin-top: 0;
  }
  body#lv-lo-requirements .condition-detail__layout {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .condition-detail__visual {
    position: relative;
    top: auto;
    height: 520px;
  }
  body#lv-lo-requirements .pitfalls__inner {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .diagnosis__inner {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .diagnosis__visual {
    height: 520px;
  }
  body#lv-lo-requirements .documents__header {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body#lv-lo-requirements .documents__layout {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .documents__visual {
    min-height: 420px;
  }
  body#lv-lo-requirements .process__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 24px;
  }
  body#lv-lo-requirements .process__list::before {
    display: none;
  }
  body#lv-lo-requirements .faq__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 850px) {
  body#lv-lo-requirements .requirements-hero__title {
    font-size: clamp(52px, 12vw, 76px);
  }
  body#lv-lo-requirements .requirements-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }
  body#lv-lo-requirements .site-check__content {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .pitfalls__grid {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .pitfalls__card {
    min-height: auto;
  }
  body#lv-lo-requirements .pitfalls__title {
    margin-top: 46px;
  }
  body#lv-lo-requirements .flexible__inner {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .related-links__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 568px) {
  body#lv-lo-requirements .requirements-hero {
    padding: 40px 0 66px;
  }
  body#lv-lo-requirements .requirements-hero__inner {
    width: calc(100% - 40px);
    gap: 34px;
  }
  body#lv-lo-requirements .requirements-hero__content {
    padding: 0;
  }
  body#lv-lo-requirements .requirements-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }
  body#lv-lo-requirements .requirements-hero__label {
    margin-bottom: 16px;
  }
  body#lv-lo-requirements .requirements-hero__title {
    font-size: 51px;
    line-height: 1.15;
  }
  body#lv-lo-requirements .requirements-hero__lead {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.9;
  }
  body#lv-lo-requirements .requirements-hero__lead br {
    display: none;
  }
  body#lv-lo-requirements .requirements-hero__actions {
    gap: 12px;
    margin-top: 28px;
  }
  body#lv-lo-requirements .requirements-hero__points {
    display: grid;
    gap: 7px;
    margin-top: 22px;
  }
  body#lv-lo-requirements .requirements-hero__visual {
    min-height: 450px;
    border-radius: 42px 12px 42px 12px;
  }
  body#lv-lo-requirements .requirements-hero__visual-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 16px;
  }
  body#lv-lo-requirements .requirements-hero__visual-number {
    width: 40px;
  }
  body#lv-lo-requirements .quick-answer__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  body#lv-lo-requirements .quick-answer__card {
    min-height: auto;
  }
  body#lv-lo-requirements .quick-answer__notice {
    padding: 18px;
  }
  body#lv-lo-requirements .site-check__photo {
    height: 300px;
  }
  body#lv-lo-requirements .site-check__panel {
    padding: 24px 18px;
    border-radius: 20px;
  }
  body#lv-lo-requirements .site-check__item {
    grid-template-columns: 26px 1fr;
    padding: 13px 12px;
  }
  body#lv-lo-requirements .site-check__message {
    text-align: left;
  }
  body#lv-lo-requirements .site-check__result {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .condition-detail__layout {
    margin-top: 42px;
  }
  body#lv-lo-requirements .condition-detail__visual {
    height: 430px;
  }
  body#lv-lo-requirements .condition-detail__visual-note {
    width: 110px;
    font-size: 11px;
  }
  body#lv-lo-requirements .condition-detail__item {
    grid-template-columns: 44px 1fr;
    gap: 12px;
    padding: 22px 0;
  }
  body#lv-lo-requirements .condition-detail__title {
    font-size: 18px;
  }
  body#lv-lo-requirements .pitfalls__grid {
    margin-top: 4px;
  }
  body#lv-lo-requirements .diagnosis__visual {
    height: 460px;
  }
  body#lv-lo-requirements .diagnosis__visual-card {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 18px;
  }
  body#lv-lo-requirements .documents__layout {
    margin-top: 40px;
  }
  body#lv-lo-requirements .documents__visual {
    min-height: 320px;
  }
  body#lv-lo-requirements .documents__tables {
    grid-template-columns: 1fr;
  }
  body#lv-lo-requirements .document-card__head {
    min-height: auto;
  }
  body#lv-lo-requirements .process__list {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 46px;
  }
  body#lv-lo-requirements .process__item {
    padding: 0 14px;
  }
  body#lv-lo-requirements .flexible__title {
    font-size: 34px;
  }
  body#lv-lo-requirements .faq__summary {
    grid-template-columns: 34px 1fr 24px;
    gap: 10px;
    min-height: 78px;
  }
  body#lv-lo-requirements .faq__q, body#lv-lo-requirements .faq__a {
    width: 30px;
  }
  body#lv-lo-requirements .faq__question {
    font-size: 14px;
    line-height: 1.7;
  }
  body#lv-lo-requirements .faq__answer {
    padding: 0 0 24px 44px;
  }
  body#lv-lo-requirements .related-links__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  body#lv-lo-requirements .related-links__card {
    min-height: 112px;
    padding: 18px;
  }
  body#lv-lo-requirements .final-cta {
    min-height: 700px;
    align-items: end;
    padding: 80px 0 110px;
  }
  body#lv-lo-requirements .final-cta__overlay {
    background: linear-gradient(180deg, rgba(12, 29, 24, 0.25) 0%, rgba(12, 29, 24, 0.93) 56%, rgba(12, 29, 24, 0.98) 100%);
  }
  body#lv-lo-requirements .final-cta__inner {
    width: calc(100% - 40px);
  }
  body#lv-lo-requirements .final-cta__title {
    font-size: 40px;
  }
  body#lv-lo-requirements .final-cta__lead br {
    display: none;
  }
  body#lv-lo-requirements .final-cta__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

/* ===== PHOTO HARMONY（§5-5 写真をテーマ色と調和・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after {
  content: ""; position: absolute; inset: 0;
  background: #31A886; opacity: 0.14; mix-blend-mode: color; pointer-events: none;
}
@media (prefers-reduced-motion: reduce) { main img { transition: none; } }

/* ===== POSTER GRAMMAR（サムネ文法の移植・2026-07-03 v2） =====
   サムネ＝明朝見出し×英字キッカー字間×金/テーマの点使い。同じ声にそろえる。 */
main h1, main h2, main h3,
main [class*="__title"],
main [class*="-hero__title"] {
  font-family: 'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
main [class*="__eyebrow"], main [class*="__en"] {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
main [class*="__eyebrow"]::after {
  content: ""; display: inline-block; vertical-align: middle;
  width: 34px; height: 2px; margin-left: 14px;
  background: #31A886;
}
/* 大数字・番号はサムネ同様に細アウトライン風の品を（Barlow） */
main [class*="__number"] {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
/* カード類：影を抑えhoverで浮く（§8の上質ホバー） */
@media (hover: hover) and (pointer: fine) {
  main [class*="card"]:hover { transform: translateY(-4px); transition: transform 0.25s ease; }
}
@media (prefers-reduced-motion: reduce) {
  main [class*="card"]:hover { transform: none; }
}

/* ===== UPLIFT batch4 lv violet (uplift_20260705) — バッチ④指示書 2026-07-05 ===== */
body#lv-lo-requirements {
  --u-theme: #31A886;
  --u-text: #22745D;
  --u-deep: #155442;
  --u-tint: #F3FAF8;
  --u-gold: #F5B500;
  --u-lav: #ACDDCF;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
}

/* ---- 基礎リズム / 見出し ---- */
body#lv-lo-requirements .section { padding: 96px 0; }
body#lv-lo-requirements .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 13px; }
body#lv-lo-requirements .section-heading__title { font-size: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-lo-requirements .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#lv-lo-requirements .section-heading--light .section-heading__en { color: var(--u-lav); }
body#lv-lo-requirements .section-heading--light .section-heading__title span { color: var(--u-lav); }

/* ---- ボタン / フォーカス ---- */
body#lv-lo-requirements .button:focus-visible { outline: 2px solid var(--u-text); outline-offset: 3px; }
body#lv-lo-requirements :is(.requirements-hero, .pitfalls, .final-cta) .button:focus-visible { outline-color: #fff; }
body#lv-lo-requirements :is(.requirements-hero, .final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- ヒーロー（deepグラデ×白明朝31px×lavender eyebrow） ---- */
body#lv-lo-requirements .requirements-hero { padding: 96px 0; background: linear-gradient(115deg, var(--u-deep) 0%, #0C3B2E 100%); }
body#lv-lo-requirements .requirements-hero__eyebrow { margin: 0 0 20px; color: var(--u-lav); font-size: 13px; }
body#lv-lo-requirements .requirements-hero__eyebrow::after { background: var(--u-lav); }
body#lv-lo-requirements .requirements-hero__label { border-color: rgba(255, 255, 255, 0.45); color: #fff; background: rgba(255, 255, 255, 0.12); }
body#lv-lo-requirements .requirements-hero__title { color: #fff; font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-lo-requirements .requirements-hero__title span { color: var(--u-lav); }
body#lv-lo-requirements .requirements-hero__lead { color: #EDF4F2; font-size: 18px; font-weight: 500; line-height: 1.9; }
body#lv-lo-requirements .requirements-hero__point { color: rgba(255, 255, 255, 0.78); font-size: 13px; }
body#lv-lo-requirements .requirements-hero__point::before { background: var(--u-lav); }
body#lv-lo-requirements .requirements-hero__decor { background: rgba(255, 255, 255, 0.05); }
body#lv-lo-requirements .requirements-hero__decor--two { border-color: rgba(255, 255, 255, 0.12); background: transparent; }

/* ---- クイックアンサー ---- */
body#lv-lo-requirements .quick-answer__card { border-radius: 12px; }
body#lv-lo-requirements .quick-answer__number { color: var(--u-text); font-size: 13px; }
body#lv-lo-requirements .quick-answer__icon { border-radius: 12px; background: var(--u-theme); }
body#lv-lo-requirements .quick-answer__title { font-size: 20px; }
body#lv-lo-requirements .quick-answer__text { font-size: 16px; line-height: 1.8; }
body#lv-lo-requirements .quick-answer__note { font-size: 13px; }
body#lv-lo-requirements .quick-answer__notice { border-left-color: var(--u-theme); border-radius: 6px; background: var(--u-tint); }
body#lv-lo-requirements .quick-answer__notice-icon { background: var(--u-theme); }

/* ---- 適地セルフチェック ---- */
body#lv-lo-requirements .site-check__panel { border-radius: 12px; }
body#lv-lo-requirements .site-check__panel-label { color: var(--u-text); font-size: 13px; }
body#lv-lo-requirements .site-check__item { border-radius: 6px; }
body#lv-lo-requirements .site-check__item:has(.site-check__input:checked) { border-color: var(--u-theme); background: var(--u-tint); }
body#lv-lo-requirements .site-check__meter-bar { background: var(--u-theme); }
body#lv-lo-requirements .site-check__count { color: var(--u-text); }
body#lv-lo-requirements .site-check__count strong { font-size: 31px; }
body#lv-lo-requirements .site-check__item-text strong { font-size: 14px; }

/* ---- 条件詳細 ---- */
body#lv-lo-requirements .condition-detail__number { color: var(--u-text); font-size: 13px; }
body#lv-lo-requirements .condition-detail__title { font-size: 20px; }
body#lv-lo-requirements .condition-detail__text { font-size: 16px; line-height: 1.8; }

/* ---- 落とし穴（濃色バンド1） ---- */
body#lv-lo-requirements .section--dark { background: linear-gradient(145deg, var(--u-deep) 0%, #0C3B2E 100%); }
body#lv-lo-requirements .pitfalls__card { border-radius: 12px; }
body#lv-lo-requirements .pitfalls__number { color: var(--u-lav); font-size: 13px; }
body#lv-lo-requirements .pitfalls__title { font-size: 20px; }
body#lv-lo-requirements .pitfalls__text { font-size: 14px; }

/* ---- 無料診断 ---- */
body#lv-lo-requirements .diagnosis__icon { background: var(--u-theme); }
body#lv-lo-requirements .diagnosis__item strong { font-size: 16px; }
body#lv-lo-requirements .diagnosis__item small { font-size: 13px; }

/* ---- 書類カード / プロセス ---- */
body#lv-lo-requirements .document-card { border-radius: 12px; }
body#lv-lo-requirements .document-card--first { border-top-color: var(--u-theme); }
body#lv-lo-requirements .document-card__step { color: var(--u-text); font-size: 11px; }
body#lv-lo-requirements .document-card__title { font-size: 18px; }
body#lv-lo-requirements .document-card__item span::before { background: var(--u-theme); }
body#lv-lo-requirements .document-card__item small { font-size: 11px; }
body#lv-lo-requirements .process__number { color: var(--u-text); font-size: 11px; }
body#lv-lo-requirements .process__icon { background: var(--u-theme); }
body#lv-lo-requirements .process__title { font-size: 18px; }
body#lv-lo-requirements .process__text { font-size: 13px; }

/* ---- 柔軟対応 ---- */
body#lv-lo-requirements .flexible__eyebrow { color: var(--u-text); font-size: 13px; }
body#lv-lo-requirements .flexible__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-lo-requirements .flexible__title span { color: var(--u-text); }
body#lv-lo-requirements .flexible__text { font-size: 16px; line-height: 1.9; }
body#lv-lo-requirements .flexible__tag { color: var(--u-deep); font-size: 12px; }

/* ---- FAQ / 関連リンク ---- */
body#lv-lo-requirements .faq__q { background: var(--u-theme); }
body#lv-lo-requirements .faq__a { color: var(--u-text); background: var(--u-tint); }
body#lv-lo-requirements .faq__question { font-size: 16px; }
body#lv-lo-requirements .faq__toggle::before, body#lv-lo-requirements .faq__toggle::after { background: var(--u-text); }
body#lv-lo-requirements .faq__answer p { font-size: 14px; }
body#lv-lo-requirements .related-links__en { color: var(--u-text); font-size: 11px; }
body#lv-lo-requirements .related-links__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-lo-requirements .related-links__card { border-radius: 12px; }
body#lv-lo-requirements .related-links__number { color: var(--u-text); font-size: 11px; }
body#lv-lo-requirements .related-links__card strong { font-size: 16px; }
body#lv-lo-requirements .related-links__card:hover { border-color: var(--u-theme); }
body#lv-lo-requirements .related-links__arrow { color: var(--u-text); }

/* ---- 最終CTA（濃色締めバンド2） ---- */
body#lv-lo-requirements .final-cta__overlay { background: linear-gradient(90deg, rgba(44, 88, 75, 0.94) 0%, rgba(44, 88, 75, 0.78) 45%, rgba(44, 88, 75, 0.3) 100%); }
body#lv-lo-requirements .final-cta__eyebrow { color: var(--u-lav); font-size: 13px; }
body#lv-lo-requirements .final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-lo-requirements .final-cta__lead { font-size: 18px; line-height: 1.9; }
body#lv-lo-requirements .final-cta__note { font-size: 13px; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#lv-lo-requirements .requirements-hero__visual { position: relative; }
body#lv-lo-requirements .requirements-hero__visual picture { position: absolute; inset: 0; }
body#lv-lo-requirements .requirements-hero__visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift06Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#lv-lo-requirements .requirements-hero__eyebrow { animation: uplift06Fade 0.6s ease 0s both; }
body#lv-lo-requirements .requirements-hero__label { animation: uplift06Fade 0.6s ease 0.12s both; }
body#lv-lo-requirements .requirements-hero__title { animation: uplift06Fade 0.6s ease 0.24s both; }
body#lv-lo-requirements .requirements-hero__lead { animation: uplift06Fade 0.6s ease 0.36s both; }
body#lv-lo-requirements .requirements-hero__actions { animation: uplift06Fade 0.6s ease 0.48s both; }
body#lv-lo-requirements .requirements-hero__points { animation: uplift06Fade 0.6s ease 0.6s both; }
@media (prefers-reduced-motion: reduce) {
  body#lv-lo-requirements .requirements-hero__eyebrow,
  body#lv-lo-requirements .requirements-hero__label,
  body#lv-lo-requirements .requirements-hero__title,
  body#lv-lo-requirements .requirements-hero__lead,
  body#lv-lo-requirements .requirements-hero__actions,
  body#lv-lo-requirements .requirements-hero__points { animation: none; }
}

/* ---- レスポンシブ（96→48pxリズム） ---- */
@media (max-width: 900px) {
  body#lv-lo-requirements .section { padding: 48px 0; }
  body#lv-lo-requirements .requirements-hero { padding: 48px 0 64px; }
}
@media (max-width: 568px) {
  body#lv-lo-requirements .requirements-hero__title { font-size: 25px; line-height: 1.6; }
  body#lv-lo-requirements .section-heading__title { font-size: 20px; }
  body#lv-lo-requirements .flexible__title,
  body#lv-lo-requirements .related-links__title { font-size: 20px; }
  body#lv-lo-requirements .final-cta__title { font-size: 25px; line-height: 1.6; }
  body#lv-lo-requirements .site-check__count strong { font-size: 25px; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   lv-lo-requirements は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#lv-lo-requirements .header__actions { background: #1E8A58; }
body#lv-lo-requirements .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#lv-lo-requirements .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#lv-lo-requirements .header__lang-link.is-current { background: #EDF6F1; }
body#lv-lo-requirements .header__lang-button:focus-visible,
body#lv-lo-requirements .header__lang-link:focus-visible,
body#lv-lo-requirements .header__action-link:focus-visible,
body#lv-lo-requirements .header__nav-link:focus-visible,
body#lv-lo-requirements .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#lv-lo-requirements .header__lang-button:hover { border-color: #1E8A58; }
  body#lv-lo-requirements .header__lang-link:hover { background: #EDF6F1; }
  body#lv-lo-requirements .header__nav-link:hover { color: #1E8A58; }
}
/* recolor_emerald_20260709 */
