/* ===== RETHEME green (§3-3b ページテーマ制・2026-07-03) — 元は page15.css.bak_20260703 ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img,
picture,
svg {
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3 {
  margin-top: 0;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "REVIX Sans";
  src: local("Hiragino Kaku Gothic ProN"), local("Yu Gothic"), local("Meiryo");
  font-display: swap;
}
:root {
  --revix-green: #1B7A4E;
  --revix-dark-green: #0F4C30;
  --revix-deep: #0b2d1c;
  --revix-light-green: #eaf5f0;
  --revix-surface: #f5f8f6;
  --revix-yellow: #f5b500;
  --revix-text: #16181c;
  --revix-muted: #5b6862;
  --revix-border: #dbe5e0;
  --revix-white: #fff;
}

html {
  color: var(--revix-text);
  font-family: "REVIX Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

body {
  min-width: 320px;
  background: var(--revix-white);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
}

#wrapper,
#contents {
  width: 100%;
}

main {
  display: block;
  overflow: clip;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 4px;
  color: #fff;
  background: #000;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.button--primary {
  color: #111;
  background: var(--revix-yellow);
  box-shadow: 0 14px 32px rgba(245, 181, 0, 0.22);
}

.button--secondary {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.button--outline {
  border-color: var(--revix-green);
  color: var(--revix-green);
  background: #fff;
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
button:focus-visible {
  outline: 3px solid #0b63ce;
  outline-offset: 3px;
}

.review-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 24, 20, 0.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 76, 46, 0.18);
  }
}
@media (max-width: 850px) {
  .inner {
    width: min(100% - 40px, 680px);
  }
  body {
    font-size: 15px;
  }
}
@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: #f4f8f6;
  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: #1E8A58;
}

.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 #1E8A58;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1E8A58;
  }
  .header__lang-link:hover {
    background: #f4f8f6;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1E8A58;
  }
}
@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,
.sp-menu-button {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu-button {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1002;
    display: grid;
    width: 46px;
    height: 46px;
    place-content: center;
    gap: 5px;
    border-radius: 50%;
    background: #1B7A4E;
    box-shadow: 0 8px 24px rgba(15, 76, 46, 0.24);
    cursor: pointer;
  }
  .sp-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .sp-menu {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    visibility: hidden;
    background: rgba(7, 28, 18, 0.62);
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu.is-open {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(88vw, 390px);
    height: 100%;
    padding: 88px 28px 40px;
    background: #fff;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.16);
    transform: translateX(100%);
    transition: transform 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    transform: translateX(0);
  }
  .sp-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f0f5f2;
    cursor: pointer;
  }
  .sp-menu__close span {
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 2px;
    background: #0F4C30;
  }
  .sp-menu__close span:first-child {
    transform: rotate(45deg);
  }
  .sp-menu__close span:last-child {
    transform: rotate(-45deg);
  }
  .sp-menu__nav {
    display: grid;
    gap: 2px;
  }
  .sp-menu__link {
    padding: 15px 4px;
    border-bottom: 1px solid #dbe5e0;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link[aria-current=page] {
    color: #1B7A4E;
  }
  .sp-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 24px;
    padding: 12px 18px;
    border-radius: 999px;
    color: #111;
    background: #f5b500;
    font-weight: 700;
    text-decoration: none;
  }
  html.is-menu-open {
    overflow: hidden;
  }
}
.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 #f4f8f6;
}
.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, #1E8A58 0%, #1B7A4E 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: #f4f8f6;
}
.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: #1B7A4E;
  }
  .footer__summary:hover::after {
    background-color: #1B7A4E;
  }
}
@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-inv-faq .faq-hero {
  position: relative;
  min-height: 760px;
  padding: 95px 0 74px;
  color: #fff;
  background: #0b2d1c;
}
body#lv-inv-faq .faq-hero::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 22%, rgba(46, 163, 105, 0.24), transparent 38%), linear-gradient(90deg, rgba(7, 35, 21, 0.96) 0%, rgba(7, 35, 21, 0.85) 46%, rgba(7, 35, 21, 0.25) 74%, rgba(7, 35, 21, 0.08) 100%);
  content: "";
}
body#lv-inv-faq .faq-hero::after {
  position: absolute;
  right: -120px;
  bottom: -170px;
  width: 480px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#lv-inv-faq .faq-hero__image {
  position: absolute;
  inset: 0 0 0 42%;
  overflow: hidden;
}
body#lv-inv-faq .faq-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.78) contrast(0.96);
}
body#lv-inv-faq .faq-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  min-height: 590px;
}
body#lv-inv-faq .faq-hero__content {
  width: min(650px, 57%);
}
body#lv-inv-faq .faq-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #c6e8d7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body#lv-inv-faq .faq-hero__eyebrow::before {
  width: 34px;
  height: 1px;
  background: #7fd4aa;
  content: "";
}
body#lv-inv-faq .faq-hero__title {
  margin-bottom: 26px;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
}
body#lv-inv-faq .faq-hero__title-accent {
  display: block;
  color: #b9e7d0;
  font-size: 0.58em;
  font-weight: 600;
}
body#lv-inv-faq .faq-hero__lead {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.9;
}
body#lv-inv-faq .faq-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#lv-inv-faq .faq-hero__policy {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
body#lv-inv-faq .faq-hero__policy-item {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 600;
}
body#lv-inv-faq .quick-nav {
  position: relative;
  z-index: 3;
  margin-top: -54px;
}
body#lv-inv-faq .quick-nav__inner {
  padding: 28px 34px;
  border: 1px solid rgba(15, 76, 46, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 76, 46, 0.14);
}
body#lv-inv-faq .quick-nav__label {
  margin-bottom: 15px;
  color: #0F4C30;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
body#lv-inv-faq .quick-nav__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  list-style: none;
}
body#lv-inv-faq .quick-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  border-radius: 10px;
  color: #284436;
  background: #f3f8f5;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
body#lv-inv-faq .concerns {
  padding: 150px 0 130px;
  background: #fff;
}
body#lv-inv-faq .section-heading {
  max-width: 780px;
  margin-bottom: 60px;
}
body#lv-inv-faq .section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
body#lv-inv-faq .section-heading__eyebrow {
  margin-bottom: 12px;
  color: #1B7A4E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body#lv-inv-faq .section-heading__title {
  margin-bottom: 18px;
  color: #10251b;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.38;
  letter-spacing: 0.01em;
}
body#lv-inv-faq .section-heading__lead {
  margin-bottom: 0;
  color: #5b6862;
  font-size: 17px;
  line-height: 2;
}
body#lv-inv-faq .concerns__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body#lv-inv-faq .concerns__card {
  position: relative;
  min-height: 360px;
  padding: 38px 34px;
  overflow: hidden;
  border: 1px solid #dbe5e0;
  border-radius: 18px;
  background: #fff;
}
body#lv-inv-faq .concerns__number {
  display: block;
  margin-bottom: 74px;
  color: #86b9a0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
body#lv-inv-faq .concerns__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.5;
}
body#lv-inv-faq .concerns__text {
  margin: 0;
  color: #5b6862;
  line-height: 1.9;
}
body#lv-inv-faq .concerns__card::after {
  position: absolute;
  top: -54px;
  right: -54px;
  width: 155px;
  border: 1px solid #d6e9e0;
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#lv-inv-faq .answer-policy {
  padding: 125px 0;
  color: #fff;
  background: #0F4C30;
}
body#lv-inv-faq .answer-policy__layout {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: 85px;
}
body#lv-inv-faq .answer-policy__visual {
  position: relative;
  min-height: 610px;
}
body#lv-inv-faq .answer-policy__image {
  position: absolute;
  inset: 0 60px 75px 0;
  overflow: hidden;
  border-radius: 6px 80px 6px 6px;
}
body#lv-inv-faq .answer-policy__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#lv-inv-faq .answer-policy__stat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 270px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: #173f2b;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}
body#lv-inv-faq .answer-policy__stat-label {
  display: block;
  margin-bottom: 8px;
  color: #a7d7bf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#lv-inv-faq .answer-policy__stat-value {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}
body#lv-inv-faq .answer-policy__stat-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.7;
}
body#lv-inv-faq .answer-policy__eyebrow {
  margin-bottom: 14px;
  color: #a8d9c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#lv-inv-faq .answer-policy__title {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.4;
}
body#lv-inv-faq .answer-policy__lead {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
body#lv-inv-faq .answer-policy__list {
  display: grid;
  gap: 14px;
  list-style: none;
}
body#lv-inv-faq .answer-policy__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
}
body#lv-inv-faq .answer-policy__icon {
  display: grid;
  width: 54px;
  border-radius: 50%;
  color: #0F4C30;
  background: #d9f0e4;
  font-size: 18px;
  font-weight: 800;
  place-items: center;
  aspect-ratio: 1;
}
body#lv-inv-faq .answer-policy__item-title {
  margin-bottom: 4px;
  font-size: 18px;
}
body#lv-inv-faq .answer-policy__item-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
}
body#lv-inv-faq .decision-guide {
  padding: 135px 0;
  background: #f5f8f6;
}
body#lv-inv-faq .decision-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 55px;
}
body#lv-inv-faq .decision-guide__card {
  padding: 34px 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 76, 46, 0.07);
}
body#lv-inv-faq .decision-guide__tag {
  display: inline-block;
  margin-bottom: 21px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #0F4C30;
  background: #eaf5f0;
  font-size: 12px;
  font-weight: 800;
}
body#lv-inv-faq .decision-guide__title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.5;
}
body#lv-inv-faq .decision-guide__text {
  margin: 0;
  color: #5b6862;
  font-size: 14px;
}
body#lv-inv-faq .decision-guide__note {
  margin: 28px 0 0;
  padding-left: 1em;
  color: #6a746f;
  font-size: 12px;
  text-indent: -1em;
}
body#lv-inv-faq .mid-cta {
  padding: 0 0 135px;
  background: #f5f8f6;
}
body#lv-inv-faq .mid-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 410px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: #102f20;
}
body#lv-inv-faq .mid-cta__content {
  position: relative;
  z-index: 2;
  padding: 62px 56px;
}
body#lv-inv-faq .mid-cta__eyebrow {
  margin-bottom: 13px;
  color: #a7d7bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
body#lv-inv-faq .mid-cta__title {
  margin-bottom: 18px;
  font-size: 34px;
  line-height: 1.45;
}
body#lv-inv-faq .mid-cta__text {
  max-width: 600px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.78);
}
body#lv-inv-faq .mid-cta__image {
  position: relative;
  min-height: 410px;
}
body#lv-inv-faq .mid-cta__image::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #102f20 0%, rgba(16, 47, 32, 0.6) 20%, transparent 65%);
  content: "";
}
body#lv-inv-faq .mid-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#lv-inv-faq .faq-main {
  padding: 135px 0 145px;
  background: #fff;
}
body#lv-inv-faq .faq-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 42px;
}
body#lv-inv-faq .faq-filter__button {
  min-height: 44px;
  padding: 9px 17px;
  border: 1px solid #cddbd4;
  border-radius: 999px;
  color: #30473c;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
body#lv-inv-faq .faq-filter__button.is-current {
  border-color: #1B7A4E;
  color: #fff;
  background: #1B7A4E;
}
body#lv-inv-faq .faq-list {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  gap: 14px;
}
body#lv-inv-faq .faq-list__item {
  border: 1px solid #dbe5e0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 76, 46, 0.04);
}
body#lv-inv-faq .faq-list__summary {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  align-items: center;
  gap: 18px;
  min-height: 90px;
  padding: 20px 25px;
  color: #153425;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  cursor: pointer;
  list-style: none;
}
body#lv-inv-faq .faq-list__summary::-webkit-details-marker {
  display: none;
}
body#lv-inv-faq .faq-list__q {
  display: grid;
  width: 46px;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  font-size: 17px;
  font-weight: 800;
  place-items: center;
  aspect-ratio: 1;
}
body#lv-inv-faq .faq-list__summary::after {
  width: 13px;
  height: 13px;
  border-right: 2px solid #1B7A4E;
  border-bottom: 2px solid #1B7A4E;
  content: "";
  transform: translateY(-3px) rotate(45deg);
  transition: transform 0.2s ease;
}
body#lv-inv-faq .faq-list__item[open] .faq-list__summary::after {
  transform: translateY(3px) rotate(225deg);
}
body#lv-inv-faq .faq-list__answer {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 0 25px 28px;
}
body#lv-inv-faq .faq-list__a {
  display: grid;
  width: 46px;
  height: 46px;
  border: 1px solid #1B7A4E;
  border-radius: 50%;
  color: #1B7A4E;
  font-size: 17px;
  font-weight: 800;
  place-items: center;
}
body#lv-inv-faq .faq-list__body {
  padding-top: 7px;
  color: #4f5f57;
}
body#lv-inv-faq .faq-list__body p:last-child {
  margin-bottom: 0;
}
body#lv-inv-faq .faq-list__status {
  display: inline-block;
  margin-bottom: 11px;
  padding: 4px 9px;
  border-radius: 5px;
  color: #0F4C30;
  background: #eaf5f0;
  font-size: 11px;
  font-weight: 800;
}
body#lv-inv-faq .faq-list__status--check {
  color: #6b5000;
  background: #fff3c7;
}
body#lv-inv-faq .faq-list__link {
  color: #1B7A4E;
  font-weight: 700;
}
body#lv-inv-faq .faq-list__note {
  padding: 12px 14px;
  border-left: 3px solid #86b9a0;
  background: #f5f8f6;
  font-size: 13px;
}
body#lv-inv-faq .risk-visual {
  padding: 125px 0;
  background: #0d2419;
  color: #fff;
}
body#lv-inv-faq .risk-visual__layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 80px;
}
body#lv-inv-faq .risk-visual__image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 70px 6px 6px;
}
body#lv-inv-faq .risk-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#lv-inv-faq .risk-visual__title {
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.45;
}
body#lv-inv-faq .risk-visual__text {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.72);
}
body#lv-inv-faq .risk-visual__checks {
  display: grid;
  gap: 13px;
  list-style: none;
}
body#lv-inv-faq .risk-visual__check {
  position: relative;
  padding-left: 34px;
}
body#lv-inv-faq .risk-visual__check::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: grid;
  width: 22px;
  border-radius: 50%;
  color: #0F4C30;
  background: #a7d7bf;
  font-size: 12px;
  font-weight: 800;
  content: "✓";
  place-items: center;
  aspect-ratio: 1;
}
body#lv-inv-faq .related {
  padding: 135px 0;
  background: #f5f8f6;
}
body#lv-inv-faq .related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body#lv-inv-faq .related__card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid #dbe5e0;
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body#lv-inv-faq .related__label {
  margin-bottom: auto;
  color: #1B7A4E;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
body#lv-inv-faq .related__title {
  margin: 48px 0 12px;
  font-size: 23px;
  line-height: 1.5;
}
body#lv-inv-faq .related__text {
  margin: 0;
  color: #5b6862;
  font-size: 14px;
}
body#lv-inv-faq .final-cta {
  position: relative;
  min-height: 650px;
  display: grid;
  color: #fff;
  place-items: center;
}
body#lv-inv-faq .final-cta__image {
  position: absolute;
  inset: 0;
}
body#lv-inv-faq .final-cta__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 30, 18, 0.93), rgba(5, 30, 18, 0.78) 54%, rgba(5, 30, 18, 0.48));
  content: "";
}
body#lv-inv-faq .final-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#lv-inv-faq .final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 90px 0;
  text-align: center;
}
body#lv-inv-faq .final-cta__eyebrow {
  margin-bottom: 14px;
  color: #afdcc6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#lv-inv-faq .final-cta__title {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.4;
}
body#lv-inv-faq .final-cta__text {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}
body#lv-inv-faq .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
body#lv-inv-faq .final-cta__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}
body#lv-inv-faq .breadcrumb {
  padding: 20px 0;
  background: #fff;
}
body#lv-inv-faq .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #66746d;
  font-size: 12px;
  list-style: none;
}
body#lv-inv-faq .breadcrumb__item + .breadcrumb__item::before {
  margin-right: 8px;
  content: "/";
}
body#lv-inv-faq .breadcrumb__link {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-faq .quick-nav__link:hover {
    color: #fff;
    background: #1B7A4E;
  }
  body#lv-inv-faq .related__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 76, 46, 0.12);
  }
}
@media (max-width: 1100px) {
  body#lv-inv-faq .faq-hero__content {
    width: 64%;
  }
  body#lv-inv-faq .quick-nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
  body#lv-inv-faq .answer-policy__layout,
  body#lv-inv-faq .risk-visual__layout {
    gap: 50px;
  }
}
@media (max-width: 850px) {
  body#lv-inv-faq .faq-hero {
    min-height: auto;
    padding: 58px 0 88px;
  }
  body#lv-inv-faq .faq-hero__image {
    inset: 35% 0 0;
  }
  body#lv-inv-faq .faq-hero::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 35, 21, 0.98) 0%, rgba(7, 35, 21, 0.92) 55%, rgba(7, 35, 21, 0.58) 100%);
  }
  body#lv-inv-faq .faq-hero__inner {
    min-height: 680px;
    align-items: start;
  }
  body#lv-inv-faq .faq-hero__content {
    width: 100%;
  }
  body#lv-inv-faq .faq-hero__title {
    font-size: 46px;
  }
  body#lv-inv-faq .faq-hero__lead {
    font-size: 16px;
  }
  body#lv-inv-faq .quick-nav {
    margin-top: -44px;
  }
  body#lv-inv-faq .quick-nav__inner {
    padding: 22px;
  }
  body#lv-inv-faq .quick-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
  body#lv-inv-faq .concerns,
  body#lv-inv-faq .faq-main,
  body#lv-inv-faq .related {
    padding: 100px 0;
  }
  body#lv-inv-faq .concerns__grid,
  body#lv-inv-faq .decision-guide__grid,
  body#lv-inv-faq .related__grid {
    grid-template-columns: 1fr;
  }
  body#lv-inv-faq .concerns__card {
    min-height: auto;
  }
  body#lv-inv-faq .concerns__number {
    margin-bottom: 38px;
  }
  body#lv-inv-faq .answer-policy,
  body#lv-inv-faq .risk-visual {
    padding: 95px 0;
  }
  body#lv-inv-faq .answer-policy__layout,
  body#lv-inv-faq .risk-visual__layout {
    grid-template-columns: 1fr;
  }
  body#lv-inv-faq .answer-policy__visual {
    min-height: 520px;
    order: 2;
  }
  body#lv-inv-faq .decision-guide {
    padding: 100px 0;
  }
  body#lv-inv-faq .mid-cta {
    padding-bottom: 100px;
  }
  body#lv-inv-faq .mid-cta__panel {
    grid-template-columns: 1fr;
  }
  body#lv-inv-faq .mid-cta__content {
    padding: 48px 34px;
  }
  body#lv-inv-faq .mid-cta__image {
    min-height: 310px;
  }
  body#lv-inv-faq .mid-cta__image::before {
    background: linear-gradient(180deg, #102f20 0%, transparent 60%);
  }
  body#lv-inv-faq .risk-visual__image {
    min-height: 420px;
    order: 2;
  }
  body#lv-inv-faq .related__card {
    min-height: 220px;
  }
}
@media (max-width: 568px) {
  body#lv-inv-faq .faq-hero {
    padding-top: 42px;
  }
  body#lv-inv-faq .faq-hero__title {
    font-size: 37px;
  }
  body#lv-inv-faq .faq-hero__title-accent {
    font-size: 0.62em;
  }
  body#lv-inv-faq .faq-hero__actions,
  body#lv-inv-faq .final-cta__actions {
    display: grid;
  }
  body#lv-inv-faq .faq-hero__actions .button,
  body#lv-inv-faq .final-cta__actions .button {
    width: 100%;
  }
  body#lv-inv-faq .faq-hero__policy {
    gap: 6px;
  }
  body#lv-inv-faq .faq-hero__policy-item {
    font-size: 10px;
  }
  body#lv-inv-faq .quick-nav__list {
    grid-template-columns: 1fr;
  }
  body#lv-inv-faq .section-heading {
    margin-bottom: 38px;
  }
  body#lv-inv-faq .section-heading__title {
    font-size: 31px;
  }
  body#lv-inv-faq .section-heading__lead {
    font-size: 15px;
  }
  body#lv-inv-faq .concerns__card {
    padding: 30px 25px;
  }
  body#lv-inv-faq .answer-policy__visual {
    min-height: 450px;
  }
  body#lv-inv-faq .answer-policy__image {
    inset: 0 20px 80px 0;
  }
  body#lv-inv-faq .answer-policy__stat {
    width: 240px;
    padding: 22px;
  }
  body#lv-inv-faq .answer-policy__title,
  body#lv-inv-faq .risk-visual__title {
    font-size: 31px;
  }
  body#lv-inv-faq .answer-policy__item {
    grid-template-columns: 42px 1fr;
    padding: 16px;
  }
  body#lv-inv-faq .answer-policy__icon {
    width: 42px;
  }
  body#lv-inv-faq .mid-cta__content {
    padding: 40px 24px;
  }
  body#lv-inv-faq .mid-cta__title {
    font-size: 27px;
  }
  body#lv-inv-faq .faq-filter {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 7px;
  }
  body#lv-inv-faq .faq-filter__button {
    flex: 0 0 auto;
  }
  body#lv-inv-faq .faq-list__summary {
    grid-template-columns: 38px 1fr 18px;
    gap: 12px;
    min-height: 80px;
    padding: 18px 16px;
    font-size: 15px;
  }
  body#lv-inv-faq .faq-list__q,
  body#lv-inv-faq .faq-list__a {
    width: 38px;
    height: 38px;
  }
  body#lv-inv-faq .faq-list__answer {
    grid-template-columns: 38px 1fr;
    gap: 12px;
    padding: 0 16px 22px;
  }
  body#lv-inv-faq .risk-visual__image {
    min-height: 330px;
    border-radius: 42px 6px 6px;
  }
  body#lv-inv-faq .final-cta {
    min-height: 600px;
  }
  body#lv-inv-faq .final-cta__title {
    font-size: 34px;
  }
}

/* ===== 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: #1E8A58; 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: #1E8A58;
}
/* 大数字・番号はサムネ同様に細アウトライン風の品を（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 green (uplift_20260705) — バッチ④指示書 2026-07-05 ===== */
body#lv-inv-faq {
  --u-theme: #1E8A58;
  --u-text: #1B7A4E;
  --u-deep: #0F4C30;
  --u-tint: #F1F7F3;
  --u-gold: #F5B500;
  --u-mint: #8FD6B0;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
}

/* ---- 基礎リズム / 見出し ---- */
body#lv-inv-faq .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 13px; }
body#lv-inv-faq .section-heading__title { font-size: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-faq .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 18px; line-height: 1.9; }

/* ---- ボタン / フォーカス ---- */
body#lv-inv-faq .button:focus-visible { outline: 2px solid var(--u-text); outline-offset: 3px; }
body#lv-inv-faq :is(.faq-hero, .mid-cta, .final-cta) .button:focus-visible { outline-color: #fff; }
body#lv-inv-faq :is(.faq-hero, .mid-cta, .final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- ヒーロー（既存ダークをdeepグラデへ統一・白明朝31px） ---- */
body#lv-inv-faq .faq-hero { padding: 96px 0; background: linear-gradient(115deg, var(--u-deep) 0%, #0A3320 100%); }
body#lv-inv-faq .faq-hero__eyebrow { color: var(--u-mint); font-size: 13px; }
body#lv-inv-faq .faq-hero__eyebrow::after { background: var(--u-mint); }
body#lv-inv-faq .faq-hero__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-faq .faq-hero__lead { color: rgba(255, 255, 255, 0.88); font-size: 18px; line-height: 1.9; }

/* ---- 回答ポリシー ---- */
body#lv-inv-faq .answer-policy__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-faq .answer-policy__stat strong { color: var(--u-text); font-size: 31px; }

/* ---- 中間CTA（濃色締めバンド1） ---- */
body#lv-inv-faq .mid-cta__panel { border-radius: 12px; background: var(--u-deep); }
body#lv-inv-faq .mid-cta__image::before { background: linear-gradient(90deg, #0F4C30 0%, rgba(15, 76, 48, 0.6) 20%, transparent 65%); }
body#lv-inv-faq .mid-cta__eyebrow { color: var(--u-mint); font-size: 13px; font-weight: 700; }
body#lv-inv-faq .mid-cta__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-faq .mid-cta__text { font-size: 16px; }

/* ---- 判断ガイド ---- */
body#lv-inv-faq .decision-guide .section-heading__en { color: var(--u-text); }

/* ---- 最終CTA（濃色締めバンド2） ---- */
body#lv-inv-faq .final-cta__image::after { background: linear-gradient(90deg, rgba(10, 50, 32, 0.94), rgba(10, 50, 32, 0.78) 54%, rgba(10, 50, 32, 0.45)); }
body#lv-inv-faq .final-cta__eyebrow { color: var(--u-mint); font-size: 13px; font-weight: 700; }
body#lv-inv-faq .final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-faq .final-cta__text { font-size: 18px; line-height: 1.9; }
body#lv-inv-faq .final-cta__note { font-size: 13px; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#lv-inv-faq .risk-visual__image { position: relative; }
body#lv-inv-faq .risk-visual__image picture { position: absolute; inset: 0; }
body#lv-inv-faq .risk-visual__image img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift15Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#lv-inv-faq .faq-hero__eyebrow { animation: uplift15Fade 0.6s ease 0s both; }
body#lv-inv-faq .faq-hero__title { animation: uplift15Fade 0.6s ease 0.12s both; }
body#lv-inv-faq .faq-hero__lead { animation: uplift15Fade 0.6s ease 0.24s both; }
body#lv-inv-faq .faq-hero__actions { animation: uplift15Fade 0.6s ease 0.36s both; }
body#lv-inv-faq .faq-hero__policy { animation: uplift15Fade 0.6s ease 0.48s both; }
@media (prefers-reduced-motion: reduce) {
  body#lv-inv-faq .faq-hero__eyebrow,
  body#lv-inv-faq .faq-hero__title,
  body#lv-inv-faq .faq-hero__lead,
  body#lv-inv-faq .faq-hero__actions,
  body#lv-inv-faq .faq-hero__policy { animation: none; }
}

/* ---- レスポンシブ ---- */
@media (max-width: 900px) {
  body#lv-inv-faq .faq-hero { padding: 48px 0 64px; }
}
@media (max-width: 568px) {
  body#lv-inv-faq .faq-hero__title { font-size: 25px; line-height: 1.6; }
  body#lv-inv-faq .section-heading__title { font-size: 20px; }
  body#lv-inv-faq .answer-policy__title,
  body#lv-inv-faq .mid-cta__title { font-size: 20px; }
  body#lv-inv-faq .answer-policy__stat strong { font-size: 25px; }
  body#lv-inv-faq .final-cta__title { font-size: 25px; line-height: 1.6; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   lv-inv-faq は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#lv-inv-faq .header__actions { background: #1E8A58; }
body#lv-inv-faq .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#lv-inv-faq .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#lv-inv-faq .header__lang-link.is-current { background: #EDF6F1; }
body#lv-inv-faq .header__lang-button:focus-visible,
body#lv-inv-faq .header__lang-link:focus-visible,
body#lv-inv-faq .header__action-link:focus-visible,
body#lv-inv-faq .header__nav-link:focus-visible,
body#lv-inv-faq .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-faq .header__lang-button:hover { border-color: #1E8A58; }
  body#lv-inv-faq .header__lang-link:hover { background: #EDF6F1; }
  body#lv-inv-faq .header__nav-link:hover { color: #1E8A58; }
}
