/* ===== RETHEME green (§3-3b ページテーマ制・2026-07-03) — 元は page12.css.bak_20260703 ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #17231d;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
dd,
figure {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
}

button {
  border: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:focus-visible {
  outline: 3px solid #c69c4a;
  outline-offset: 4px;
}

@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;
  }
}
#wrapper,
#contents {
  width: 100%;
}

main {
  overflow: clip;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 6px;
  color: #fff;
  background: #0d512f;
  text-decoration: none;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}

.page-inner {
  width: min(1180px, 100% - 100px);
  margin-right: auto;
  margin-left: auto;
}
.page-inner--narrow {
  width: min(900px, 100% - 100px);
}
@media (max-width: 1024px) {
  .page-inner {
    width: min(100% - 60px, 1180px);
  }
  .page-inner--narrow {
    width: min(100% - 60px, 900px);
  }
}
@media (max-width: 568px) {
  .page-inner {
    width: calc(100% - 40px);
  }
  .page-inner--narrow {
    width: calc(100% - 40px);
  }
}

.section {
  padding: 120px 0;
}
.section--soft {
  background: #f2f8f5;
}
.section--dark {
  color: #fff;
  background: #123b27;
}
.section--overlap {
  position: relative;
  z-index: 3;
  padding-top: 0;
}
@media (max-width: 850px) {
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 568px) {
  .section {
    padding: 72px 0;
  }
}

.section-heading {
  max-width: 780px;
  margin-bottom: 58px;
}
.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section-heading--light {
  color: #fff;
}
.section-heading__eyebrow {
  margin-bottom: 14px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}
.section-heading--light .section-heading__eyebrow {
  color: #86d2ac;
}
.section-heading__title {
  margin-bottom: 20px;
  color: inherit;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.015em;
}
.section-heading__lead {
  margin-bottom: 0;
  color: #52625a;
  font-size: 17px;
  line-height: 2;
}
.section-heading--light .section-heading__lead {
  color: rgba(255, 255, 255, 0.76);
}
@media (max-width: 568px) {
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading__eyebrow {
    font-size: 11px;
  }
  .section-heading__title {
    margin-bottom: 16px;
    font-size: 29px;
  }
  .section-heading__lead {
    font-size: 15px;
    line-height: 1.9;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 58px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.button--primary {
  color: #fff;
  background: #1B7A4E;
  box-shadow: 0 12px 28px rgba(27, 122, 75, 0.28);
}
.button--secondary {
  border-color: #1B7A4E;
  color: #0d512f;
  background: rgba(255, 255, 255, 0.92);
}
.button--gold {
  color: #211b10;
  background: #c69c4a;
  box-shadow: 0 12px 28px rgba(198, 156, 74, 0.28);
}
.button--outline-light {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(22, 48, 35, 0.22);
  }
}
@media (max-width: 568px) {
  .button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 12px 20px;
  }
}

.breadcrumb {
  border-top: 1px solid #d8e1dc;
  border-bottom: 1px solid #d8e1dc;
  background: #fff;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: min(1180px, 100% - 100px);
  margin: 0 auto;
  padding: 13px 0;
  list-style: none;
}
.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  color: #6d7772;
  font-size: 12px;
  line-height: 1.5;
}
.breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  color: #afbeb6;
  content: "/";
}
.breadcrumb__link {
  color: #52625a;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    color: #1B7A4E;
  }
}
@media (max-width: 1024px) {
  .breadcrumb__list {
    width: calc(100% - 60px);
  }
}
@media (max-width: 568px) {
  .breadcrumb__list {
    width: calc(100% - 40px);
    padding: 10px 0;
  }
  .breadcrumb__item {
    font-size: 11px;
  }
  .breadcrumb__item:not(:last-child)::after {
    margin: 0 7px;
  }
}

.image-placeholder-label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 59, 39, 0.78);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
.preview-notice {
  position: sticky;
  top: 0;
  z-index: 500;
  padding: 9px 20px;
  color: #fff;
  background: #9d7327;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.sp-menu {
  display: none;
}
@media (max-width: 850px) {
  .sp-menu {
    display: block;
  }
  .sp-menu__button {
    position: fixed;
    right: 18px;
    bottom: 92px;
    z-index: 150;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    background: #0d512f;
    box-shadow: 0 18px 50px rgba(22, 48, 35, 0.14);
    cursor: pointer;
  }
  .sp-menu__button-lines, .sp-menu__button-lines::before, .sp-menu__button-lines::after {
    display: block;
    width: 20px;
    height: 1px;
    background: currentColor;
  }
  .sp-menu__button-lines {
    position: relative;
    margin-bottom: 9px;
  }
  .sp-menu__button-lines::before, .sp-menu__button-lines::after {
    position: absolute;
    left: 0;
    content: "";
  }
  .sp-menu__button-lines::before {
    top: -6px;
  }
  .sp-menu__button-lines::after {
    top: 6px;
  }
  .sp-menu__button-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    z-index: 200;
    visibility: hidden;
    overflow-y: auto;
    background: rgba(7, 30, 19, 0.88);
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__panel-inner {
    width: min(460px, 100% - 30px);
    min-height: 100%;
    margin-left: auto;
    padding: 24px;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  .sp-menu.is-open .sp-menu__panel-inner {
    transform: translateX(0);
  }
  .sp-menu__panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #d8e1dc;
  }
  .sp-menu__logo {
    width: 150px;
  }
  .sp-menu__close {
    padding: 8px 12px;
    color: #0d512f;
    background: #f2f8f5;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }
  .sp-menu__nav {
    display: grid;
    margin-top: 22px;
  }
  .sp-menu__link {
    position: relative;
    display: block;
    padding: 14px 28px 14px 4px;
    border-bottom: 1px solid #d8e1dc;
    color: #17231d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link::after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1B7A4E;
    border-right: 1px solid #1B7A4E;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  .sp-menu__link[aria-current=page] {
    color: #1B7A4E;
    background: #f2f8f5;
  }
  .sp-menu__actions {
    display: grid;
    gap: 10px;
    margin-top: 28px;
  }
  .sp-menu__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border: 1px solid #1B7A4E;
    border-radius: 999px;
    color: #0d512f;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-menu__action--primary {
    color: #fff;
    background: #1B7A4E;
  }
}
@media (max-width: 568px) {
  .sp-menu__button {
    right: 12px;
    bottom: 78px;
    width: 52px;
    height: 52px;
  }
}

.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;
  }
}
.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, #1B7A4E 0%, #1E8A58 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-flow .investor-flow-hero {
  position: relative;
  min-height: 740px;
  overflow: hidden;
  background: #f2f8f5;
}
body#lv-inv-flow .investor-flow-hero__media, body#lv-inv-flow .investor-flow-hero__shade {
  position: absolute;
  inset: 0;
}
body#lv-inv-flow .investor-flow-hero__media picture, body#lv-inv-flow .investor-flow-hero__media img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .investor-flow-hero__media img {
  object-fit: cover;
  object-position: 62% center;
}
body#lv-inv-flow .investor-flow-hero__shade {
  background: linear-gradient(90deg, rgba(244, 249, 246, 0.97) 0%, rgba(244, 249, 246, 0.93) 37%, rgba(244, 249, 246, 0.42) 63%, rgba(244, 249, 246, 0.08) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 58%, rgba(18, 59, 39, 0.2) 100%);
}
body#lv-inv-flow .investor-flow-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 740px;
  padding-top: 54px;
  padding-bottom: 70px;
}
body#lv-inv-flow .investor-flow-hero__content {
  width: min(650px, 58%);
}
body#lv-inv-flow .investor-flow-hero__eyebrow {
  margin-bottom: 14px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.18em;
}
body#lv-inv-flow .investor-flow-hero__label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid rgba(27, 122, 75, 0.24);
  border-radius: 999px;
  color: #0d512f;
  background: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
body#lv-inv-flow .investor-flow-hero__title {
  margin-bottom: 24px;
  color: #123b27;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.01em;
}
body#lv-inv-flow .investor-flow-hero__title span {
  display: block;
  color: #1B7A4E;
}
body#lv-inv-flow .investor-flow-hero__lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: #52625a;
  font-size: 18px;
  line-height: 2;
}
body#lv-inv-flow .investor-flow-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#lv-inv-flow .investor-flow-hero__note {
  margin: 18px 0 0;
  color: #6d7772;
  font-size: 11px;
  line-height: 1.7;
}
body#lv-inv-flow .investor-flow-hero__status {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 59, 39, 0.76);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media (max-width: 1024px) {
  body#lv-inv-flow .investor-flow-hero {
    min-height: 670px;
  }
  body#lv-inv-flow .investor-flow-hero__inner {
    min-height: 670px;
  }
  body#lv-inv-flow .investor-flow-hero__content {
    width: min(610px, 64%);
  }
  body#lv-inv-flow .investor-flow-hero__title {
    font-size: clamp(38px, 5.3vw, 58px);
  }
}
@media (max-width: 767px) {
  body#lv-inv-flow .investor-flow-hero {
    min-height: auto;
  }
  body#lv-inv-flow .investor-flow-hero__media {
    position: relative;
    height: 420px;
  }
  body#lv-inv-flow .investor-flow-hero__media img {
    object-position: center 36%;
  }
  body#lv-inv-flow .investor-flow-hero__shade {
    top: 260px;
    background: linear-gradient(180deg, rgba(242, 248, 245, 0) 0%, rgba(242, 248, 245, 0.96) 38%, #f2f8f5 100%);
  }
  body#lv-inv-flow .investor-flow-hero__inner {
    min-height: 0;
    margin-top: -120px;
    padding-top: 0;
    padding-bottom: 68px;
  }
  body#lv-inv-flow .investor-flow-hero__content {
    width: 100%;
    padding: 32px 28px 30px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 50px rgba(22, 48, 35, 0.14);
    backdrop-filter: blur(12px);
  }
  body#lv-inv-flow .investor-flow-hero__title {
    font-size: 38px;
  }
  body#lv-inv-flow .investor-flow-hero__lead {
    font-size: 16px;
    line-height: 1.9;
  }
  body#lv-inv-flow .investor-flow-hero__status {
    top: 18px;
    right: 18px;
    bottom: auto;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .investor-flow-hero__media {
    height: 360px;
  }
  body#lv-inv-flow .investor-flow-hero__inner {
    margin-top: -96px;
    padding-bottom: 56px;
  }
  body#lv-inv-flow .investor-flow-hero__content {
    padding: 26px 20px 24px;
    border-radius: 22px;
  }
  body#lv-inv-flow .investor-flow-hero__eyebrow {
    font-size: 10px;
  }
  body#lv-inv-flow .investor-flow-hero__label {
    margin-bottom: 16px;
    padding: 6px 10px;
    font-size: 10px;
  }
  body#lv-inv-flow .investor-flow-hero__title {
    margin-bottom: 18px;
    font-size: 31px;
  }
  body#lv-inv-flow .investor-flow-hero__lead {
    margin-bottom: 26px;
    font-size: 14px;
  }
  body#lv-inv-flow .investor-flow-hero__actions {
    display: grid;
    gap: 10px;
  }
  body#lv-inv-flow .investor-flow-hero__note {
    font-size: 10px;
  }
}
body#lv-inv-flow .flow-summary {
  margin-top: -54px;
}
body#lv-inv-flow .flow-summary__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(27, 122, 75, 0.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(22, 48, 35, 0.14);
}
body#lv-inv-flow .flow-summary__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 155px;
  padding: 28px;
}
body#lv-inv-flow .flow-summary__item:not(:last-child) {
  border-right: 1px solid #d8e1dc;
}
body#lv-inv-flow .flow-summary__number {
  margin: 0;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
body#lv-inv-flow .flow-summary__title {
  margin-bottom: 8px;
  color: #123b27;
  font-size: 16px;
  line-height: 1.55;
}
body#lv-inv-flow .flow-summary__text {
  margin: 0;
  color: #52625a;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  body#lv-inv-flow .flow-summary__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px;
  }
  body#lv-inv-flow .flow-summary__number {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  body#lv-inv-flow .flow-summary {
    margin-top: -28px;
  }
  body#lv-inv-flow .flow-summary__grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }
  body#lv-inv-flow .flow-summary__item {
    grid-template-columns: 64px 1fr;
    min-height: 0;
    padding: 22px;
  }
  body#lv-inv-flow .flow-summary__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #d8e1dc;
  }
  body#lv-inv-flow .flow-summary__number {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .flow-summary__item {
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 18px;
  }
  body#lv-inv-flow .flow-summary__number {
    font-size: 34px;
  }
  body#lv-inv-flow .flow-summary__title {
    font-size: 14px;
  }
  body#lv-inv-flow .flow-summary__text {
    font-size: 11px;
  }
}
body#lv-inv-flow .page-anchor {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid #d8e1dc;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
body#lv-inv-flow .page-anchor__inner {
  display: flex;
  justify-content: center;
  gap: 34px;
  overflow-x: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
body#lv-inv-flow .page-anchor__link {
  position: relative;
  flex: 0 0 auto;
  color: #52625a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
body#lv-inv-flow .page-anchor__link::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #1B7A4E;
  content: "";
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-flow .page-anchor__link:hover {
    color: #1B7A4E;
  }
  body#lv-inv-flow .page-anchor__link:hover::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body#lv-inv-flow .page-anchor__inner {
    justify-content: flex-start;
    gap: 24px;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .page-anchor__inner {
    gap: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  body#lv-inv-flow .page-anchor__link {
    font-size: 11px;
  }
}
body#lv-inv-flow .investor-concerns__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: stretch;
  gap: 52px;
}
body#lv-inv-flow .investor-concerns__image {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .investor-concerns__image picture, body#lv-inv-flow .investor-concerns__image img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .investor-concerns__image img {
  object-fit: cover;
}
body#lv-inv-flow .investor-concerns__cards {
  display: grid;
  align-content: center;
  gap: 16px;
}
@media (max-width: 900px) {
  body#lv-inv-flow .investor-concerns__layout {
    grid-template-columns: 1fr;
  }
  body#lv-inv-flow .investor-concerns__image {
    min-height: 430px;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .investor-concerns__layout {
    gap: 30px;
  }
  body#lv-inv-flow .investor-concerns__image {
    min-height: 330px;
    border-radius: 20px;
  }
}
body#lv-inv-flow .concern-card {
  position: relative;
  padding: 28px 28px 26px 86px;
  border: 1px solid #d8e1dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .concern-card__index {
  position: absolute;
  top: 28px;
  left: 24px;
  margin: 0;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#lv-inv-flow .concern-card__title {
  margin-bottom: 8px;
  color: #123b27;
  font-size: 20px;
  line-height: 1.5;
}
body#lv-inv-flow .concern-card__text {
  margin: 0;
  color: #52625a;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 568px) {
  body#lv-inv-flow .concern-card {
    padding: 22px 18px 20px 64px;
  }
  body#lv-inv-flow .concern-card__index {
    top: 23px;
    left: 18px;
    font-size: 13px;
  }
  body#lv-inv-flow .concern-card__title {
    font-size: 17px;
  }
  body#lv-inv-flow .concern-card__text {
    font-size: 13px;
  }
}
body#lv-inv-flow .revix-support__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 960px) {
  body#lv-inv-flow .revix-support__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .revix-support__grid {
    grid-template-columns: 1fr;
  }
}
body#lv-inv-flow .support-card {
  min-height: 260px;
  padding: 30px 24px;
  border: 1px solid rgba(27, 122, 75, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .support-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1B7A4E 0%, #1E8A58 100%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
body#lv-inv-flow .support-card__title {
  margin-bottom: 12px;
  color: #123b27;
  font-size: 19px;
  line-height: 1.55;
}
body#lv-inv-flow .support-card__text {
  margin: 0;
  color: #52625a;
  font-size: 13px;
  line-height: 1.9;
}
@media (max-width: 568px) {
  body#lv-inv-flow .support-card {
    min-height: 0;
    padding: 24px 20px;
  }
  body#lv-inv-flow .support-card__icon {
    margin-bottom: 18px;
  }
}
body#lv-inv-flow .flow-overview__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
body#lv-inv-flow .flow-overview__list::before {
  position: absolute;
  top: 39px;
  right: 7%;
  left: 7%;
  height: 2px;
  background: linear-gradient(90deg, #1B7A4E, #77b797);
  content: "";
}
body#lv-inv-flow .flow-overview__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}
body#lv-inv-flow .flow-overview__number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 20px;
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  box-shadow: 0 8px 22px rgba(27, 122, 75, 0.22);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
body#lv-inv-flow .flow-overview__label {
  margin-bottom: 5px;
  color: #123b27;
  font-size: 19px;
  font-weight: 700;
}
body#lv-inv-flow .flow-overview__caption {
  color: #52625a;
  font-size: 12px;
  line-height: 1.6;
}
body#lv-inv-flow .flow-overview__notice {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  margin-top: 54px;
  padding: 24px 28px;
  border: 1px solid #d8e1dc;
  border-radius: 18px;
  background: #f2f8f5;
}
body#lv-inv-flow .flow-overview__notice-title, body#lv-inv-flow .flow-overview__notice-text {
  margin: 0;
}
body#lv-inv-flow .flow-overview__notice-title {
  color: #0d512f;
  font-size: 15px;
  font-weight: 700;
}
body#lv-inv-flow .flow-overview__notice-text {
  color: #52625a;
  font-size: 13px;
  line-height: 1.9;
}
@media (max-width: 900px) {
  body#lv-inv-flow .flow-overview__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 20px;
  }
  body#lv-inv-flow .flow-overview__list::before {
    display: none;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .flow-overview__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 12px;
  }
  body#lv-inv-flow .flow-overview__number {
    width: 66px;
    height: 66px;
    margin-bottom: 14px;
    border-width: 6px;
  }
  body#lv-inv-flow .flow-overview__label {
    font-size: 16px;
  }
  body#lv-inv-flow .flow-overview__caption {
    font-size: 11px;
  }
  body#lv-inv-flow .flow-overview__notice {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 40px;
    padding: 20px;
  }
}
body#lv-inv-flow .flow-detail__list {
  display: grid;
  gap: 24px;
}
body#lv-inv-flow .flow-step {
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
body#lv-inv-flow .flow-step__header {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  margin-bottom: 30px;
}
body#lv-inv-flow .flow-step__number {
  margin: 0;
  color: #86d2ac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#lv-inv-flow .flow-step__phase {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#lv-inv-flow .flow-step__title {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
}
body#lv-inv-flow .flow-step__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
body#lv-inv-flow .flow-step__column {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}
body#lv-inv-flow .flow-step__subtitle {
  margin-bottom: 16px;
  color: #a7dfc3;
  font-size: 14px;
  line-height: 1.5;
}
body#lv-inv-flow .flow-step__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
body#lv-inv-flow .flow-step__meta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  line-height: 1.8;
}
body#lv-inv-flow .flow-step__meta span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
}
body#lv-inv-flow .flow-step--with-image {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.7fr);
  gap: 34px;
}
body#lv-inv-flow .flow-step__image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 18px;
}
body#lv-inv-flow .flow-step__image picture, body#lv-inv-flow .flow-step__image img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .flow-step__image img {
  object-fit: cover;
}
@media (max-width: 900px) {
  body#lv-inv-flow .flow-step--with-image {
    grid-template-columns: 1fr;
  }
  body#lv-inv-flow .flow-step__image {
    min-height: 380px;
  }
}
@media (max-width: 720px) {
  body#lv-inv-flow .flow-step__header {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body#lv-inv-flow .flow-step__body, body#lv-inv-flow .flow-step__meta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .flow-step {
    padding: 24px 18px;
    border-radius: 20px;
  }
  body#lv-inv-flow .flow-step__header {
    margin-bottom: 22px;
  }
  body#lv-inv-flow .flow-step__title {
    font-size: 21px;
  }
  body#lv-inv-flow .flow-step__column {
    padding: 18px;
  }
  body#lv-inv-flow .flow-step__image {
    min-height: 300px;
  }
}
body#lv-inv-flow .check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  list-style: none;
}
body#lv-inv-flow .check-list__item {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.75;
}
body#lv-inv-flow .check-list__item::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #86d2ac;
  border-left: 2px solid #86d2ac;
  content: "";
  transform: rotate(-45deg);
}
body#lv-inv-flow .mid-cta {
  padding: 0;
  background: #123b27;
}
body#lv-inv-flow .mid-cta__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 50px;
  padding: 54px 58px;
  border-radius: 0 0 28px 28px;
  color: #fff;
  background: linear-gradient(135deg, #1B7A4E 0%, #0d512f 100%);
  box-shadow: 0 18px 50px rgba(22, 48, 35, 0.14);
}
body#lv-inv-flow .mid-cta__eyebrow {
  margin-bottom: 10px;
  color: #a7dfc3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#lv-inv-flow .mid-cta__title {
  margin-bottom: 14px;
  font-size: 31px;
  line-height: 1.45;
}
body#lv-inv-flow .mid-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.9;
}
body#lv-inv-flow .mid-cta__actions {
  display: grid;
  gap: 14px;
  justify-items: center;
}
body#lv-inv-flow .mid-cta__link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 4px;
}
@media (max-width: 850px) {
  body#lv-inv-flow .mid-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body#lv-inv-flow .mid-cta__actions {
    justify-items: start;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .mid-cta__inner {
    gap: 26px;
    padding: 38px 22px;
    border-radius: 0 0 22px 22px;
  }
  body#lv-inv-flow .mid-cta__title {
    font-size: 24px;
  }
  body#lv-inv-flow .mid-cta__actions {
    justify-items: stretch;
  }
}
body#lv-inv-flow .document-guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: start;
  gap: 54px;
}
body#lv-inv-flow .document-guide__groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
body#lv-inv-flow .document-guide__image {
  position: sticky;
  top: 100px;
  min-height: 650px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .document-guide__image picture, body#lv-inv-flow .document-guide__image img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .document-guide__image img {
  object-fit: cover;
}
body#lv-inv-flow .document-guide__note {
  margin: 34px 0 0;
  padding: 18px 22px;
  border-left: 4px solid #1B7A4E;
  color: #6d7772;
  background: #fff;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 960px) {
  body#lv-inv-flow .document-guide__layout {
    grid-template-columns: 1fr;
  }
  body#lv-inv-flow .document-guide__image {
    position: relative;
    top: auto;
    min-height: 430px;
  }
}
@media (max-width: 650px) {
  body#lv-inv-flow .document-guide__groups {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .document-guide__layout {
    gap: 34px;
  }
  body#lv-inv-flow .document-guide__image {
    min-height: 330px;
    border-radius: 20px;
  }
}
body#lv-inv-flow .document-group {
  padding: 24px;
  border: 1px solid #d8e1dc;
  border-radius: 18px;
  background: #fff;
}
body#lv-inv-flow .document-group__title {
  margin-bottom: 16px;
  color: #0d512f;
  font-size: 17px;
  line-height: 1.5;
}
body#lv-inv-flow .document-group__list {
  display: grid;
  gap: 10px;
  margin: 0;
  list-style: none;
}
body#lv-inv-flow .document-group__item {
  position: relative;
  padding-left: 18px;
  color: #52625a;
  font-size: 12px;
  line-height: 1.8;
}
body#lv-inv-flow .document-group__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1B7A4E;
  content: "";
}
body#lv-inv-flow .decision-gates__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 900px) {
  body#lv-inv-flow .decision-gates__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .decision-gates__grid {
    grid-template-columns: 1fr;
  }
}
body#lv-inv-flow .decision-gate {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  padding: 30px 24px;
  border: 1px solid #d8e1dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .decision-gate::after {
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #dff0e8;
  content: "";
}
body#lv-inv-flow .decision-gate__index {
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#lv-inv-flow .decision-gate__title {
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
  color: #123b27;
  font-size: 20px;
  line-height: 1.5;
}
body#lv-inv-flow .decision-gate__text {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #52625a;
  font-size: 13px;
  line-height: 1.9;
}
@media (max-width: 568px) {
  body#lv-inv-flow .decision-gate {
    min-height: 0;
    padding: 24px 20px;
  }
  body#lv-inv-flow .decision-gate__index {
    margin-bottom: 24px;
  }
}
body#lv-inv-flow .risk-note {
  margin-top: 34px;
  padding: 28px 32px;
  border: 1px solid #e9cf9b;
  border-radius: 18px;
  background: #fff8ed;
}
body#lv-inv-flow .risk-note__title {
  margin-bottom: 8px;
  color: #72511f;
  font-size: 16px;
  font-weight: 700;
}
body#lv-inv-flow .risk-note__text {
  margin: 0;
  color: #6c5b40;
  font-size: 12px;
  line-height: 1.9;
}
@media (max-width: 568px) {
  body#lv-inv-flow .risk-note {
    padding: 22px 20px;
  }
}
body#lv-inv-flow .operation-support__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 58px;
}
body#lv-inv-flow .operation-support__image {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .operation-support__image picture, body#lv-inv-flow .operation-support__image img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .operation-support__image img {
  object-fit: cover;
}
body#lv-inv-flow .operation-support__items {
  display: grid;
  gap: 14px;
}
@media (max-width: 900px) {
  body#lv-inv-flow .operation-support__layout {
    grid-template-columns: 1fr;
  }
  body#lv-inv-flow .operation-support__image {
    min-height: 430px;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .operation-support__layout {
    gap: 34px;
  }
  body#lv-inv-flow .operation-support__image {
    min-height: 330px;
    border-radius: 20px;
  }
}
body#lv-inv-flow .operation-item {
  padding: 22px 24px;
  border-left: 4px solid #1B7A4E;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .operation-item__title {
  margin-bottom: 6px;
  color: #123b27;
  font-size: 17px;
}
body#lv-inv-flow .operation-item__text {
  margin: 0;
  color: #52625a;
  font-size: 13px;
  line-height: 1.8;
}
body#lv-inv-flow .faq__list {
  display: grid;
  gap: 14px;
}
body#lv-inv-flow .faq__item {
  overflow: hidden;
  border: 1px solid #d8e1dc;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
}
body#lv-inv-flow .faq__question {
  position: relative;
  padding: 24px 68px 24px 28px;
  color: #123b27;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
}
body#lv-inv-flow .faq__question::before, body#lv-inv-flow .faq__question::after {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 2px;
  background: #1B7A4E;
  content: "";
  transition: transform 0.25s ease;
}
body#lv-inv-flow .faq__question::after {
  transform: rotate(90deg);
}
body#lv-inv-flow .faq__item[open] body#lv-inv-flow .faq__question::after {
  transform: rotate(0deg);
}
body#lv-inv-flow .faq__answer {
  padding: 0 28px 26px;
}
body#lv-inv-flow .faq__answer p {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #d8e1dc;
  color: #52625a;
  font-size: 14px;
  line-height: 1.9;
}
@media (max-width: 568px) {
  body#lv-inv-flow .faq__question {
    padding: 20px 54px 20px 18px;
    font-size: 14px;
  }
  body#lv-inv-flow .faq__question::before, body#lv-inv-flow .faq__question::after {
    right: 18px;
    width: 16px;
  }
  body#lv-inv-flow .faq__answer {
    padding: 0 18px 22px;
  }
  body#lv-inv-flow .faq__answer p {
    font-size: 13px;
  }
}
body#lv-inv-flow .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 767px) {
  body#lv-inv-flow .related-links__grid {
    grid-template-columns: 1fr;
  }
}
body#lv-inv-flow .related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 28px;
  border: 1px solid #d8e1dc;
  border-radius: 20px;
  color: #17231d;
  background: #fff;
  box-shadow: 0 10px 30px rgba(22, 48, 35, 0.08);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
body#lv-inv-flow .related-card__label {
  margin-bottom: 30px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#lv-inv-flow .related-card__title {
  margin-bottom: 12px;
  color: #123b27;
  font-size: 22px;
  line-height: 1.5;
}
body#lv-inv-flow .related-card__text {
  color: #52625a;
  font-size: 13px;
  line-height: 1.8;
}
body#lv-inv-flow .related-card__arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-flow .related-card:hover {
    border-color: rgba(27, 122, 75, 0.38);
    box-shadow: 0 18px 50px rgba(22, 48, 35, 0.14);
    transform: translateY(-4px);
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .related-card {
    min-height: 220px;
    padding: 24px 20px;
  }
}
body#lv-inv-flow .final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #123b27;
}
body#lv-inv-flow .final-cta__media, body#lv-inv-flow .final-cta__overlay {
  position: absolute;
  inset: 0;
}
body#lv-inv-flow .final-cta__media picture, body#lv-inv-flow .final-cta__media img {
  width: 100%;
  height: 100%;
}
body#lv-inv-flow .final-cta__media img {
  object-fit: cover;
  object-position: center;
}
body#lv-inv-flow .final-cta__overlay {
  background: linear-gradient(90deg, rgba(9, 36, 23, 0.91) 0%, rgba(9, 36, 23, 0.78) 50%, rgba(9, 36, 23, 0.36) 100%);
}
body#lv-inv-flow .final-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding-top: 80px;
  padding-bottom: 80px;
}
body#lv-inv-flow .final-cta__eyebrow {
  margin-bottom: 16px;
  color: #a7dfc3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#lv-inv-flow .final-cta__title {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.35;
}
body#lv-inv-flow .final-cta__text {
  max-width: 680px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 2;
}
body#lv-inv-flow .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#lv-inv-flow .final-cta__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
}
body#lv-inv-flow .final-cta__status {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 59, 39, 0.78);
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  body#lv-inv-flow .final-cta {
    min-height: 600px;
  }
  body#lv-inv-flow .final-cta__overlay {
    background: linear-gradient(180deg, rgba(9, 36, 23, 0.28) 0%, rgba(9, 36, 23, 0.91) 52%, rgba(9, 36, 23, 0.96) 100%);
  }
  body#lv-inv-flow .final-cta__inner {
    justify-content: flex-end;
    min-height: 600px;
  }
  body#lv-inv-flow .final-cta__media img {
    object-position: center top;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .final-cta {
    min-height: 640px;
  }
  body#lv-inv-flow .final-cta__inner {
    min-height: 640px;
    padding-top: 70px;
    padding-bottom: 76px;
  }
  body#lv-inv-flow .final-cta__title {
    font-size: 31px;
  }
  body#lv-inv-flow .final-cta__text {
    font-size: 14px;
    line-height: 1.9;
  }
  body#lv-inv-flow .final-cta__actions {
    display: grid;
    width: 100%;
  }
  body#lv-inv-flow .final-cta__status {
    top: 18px;
    right: 18px;
    bottom: auto;
  }
}
body#lv-inv-flow .mobile-cta {
  display: none;
}
@media (max-width: 850px) {
  body#lv-inv-flow .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 0.74fr;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -8px 30px rgba(22, 48, 35, 0.14);
    backdrop-filter: blur(10px);
  }
  body#lv-inv-flow .mobile-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    color: #fff;
    background: #1B7A4E;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
  }
  body#lv-inv-flow .mobile-cta__link--secondary {
    margin-left: 8px;
    border: 1px solid #1B7A4E;
    color: #0d512f;
    background: #fff;
  }
}
@media (max-width: 568px) {
  body#lv-inv-flow .mobile-cta__link {
    min-height: 44px;
    font-size: 11px;
  }
}

/* ===== 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-flow {
  --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-flow .section { padding: 96px 0; }
body#lv-inv-flow .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 13px; }
body#lv-inv-flow .section-heading__title { font-size: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-flow .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#lv-inv-flow .section--dark .section-heading__en { color: var(--u-mint); }

/* ---- フォーカス（旧オリーブoutlineの全廃・既存金運用へ整合） / ボタン ---- */
body#lv-inv-flow :focus-visible { outline-color: var(--u-gold); }
body#lv-inv-flow .button--gold,
body#lv-inv-flow .button--primary { color: var(--u-ink); background: var(--u-gold); box-shadow: 0 12px 28px rgba(245, 181, 0, 0.24); }
body#lv-inv-flow .button--gold:hover,
body#lv-inv-flow .button--primary:hover { background: var(--u-gold); filter: brightness(0.92); }
body#lv-inv-flow :is(.investor-flow-hero, .final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- プレビュー帯（旧オリーブの全廃） ---- */
body#lv-inv-flow .preview-notice { background: var(--u-deep); }

/* ---- ヒーロー（全面写真×deepシェード・白明朝31px） ---- */
body#lv-inv-flow .investor-flow-hero { background: var(--u-deep); }
body#lv-inv-flow .investor-flow-hero__shade { background: linear-gradient(90deg, rgba(10, 50, 32, 0.96) 0%, rgba(10, 50, 32, 0.9) 37%, rgba(10, 50, 32, 0.5) 63%, rgba(10, 50, 32, 0.22) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.02) 58%, rgba(7, 36, 23, 0.35) 100%); }
body#lv-inv-flow .investor-flow-hero__eyebrow { color: var(--u-mint); font-size: 13px; }
body#lv-inv-flow .investor-flow-hero__eyebrow::after { background: var(--u-mint); }
body#lv-inv-flow .investor-flow-hero__label { border-color: rgba(255, 255, 255, 0.5); color: #fff; background: rgba(255, 255, 255, 0.12); font-size: 12px; }
body#lv-inv-flow .investor-flow-hero__title { color: #fff; font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-flow .investor-flow-hero__title span { color: var(--u-mint); }
body#lv-inv-flow .investor-flow-hero__lead { color: #E3F0E9; font-size: 18px; line-height: 1.9; }
body#lv-inv-flow .investor-flow-hero__note { color: rgba(255, 255, 255, 0.72); font-size: 13px; }

/* ---- フロー概観 / 詳細 ---- */
body#lv-inv-flow .flow-summary__body strong { font-size: 16px; }
body#lv-inv-flow .flow-step__header strong { font-size: 20px; }
body#lv-inv-flow .decision-gate { border-radius: 12px; }
body#lv-inv-flow .decision-gate::after { background: var(--u-tint); }
body#lv-inv-flow .decision-gate__index { color: var(--u-text); font-size: 13px; }
body#lv-inv-flow .decision-gate__title { font-size: 20px; }
body#lv-inv-flow .decision-gate__text { font-size: 14px; }

/* ---- 濃色バンド（旧#123b27の統一） / 中間CTA ---- */
body#lv-inv-flow .section--dark { background: linear-gradient(145deg, var(--u-deep) 0%, #0A3320 100%); }
body#lv-inv-flow .mid-cta { background: transparent; }
body#lv-inv-flow .mid-cta__inner { border-radius: 0 0 12px 12px; background: linear-gradient(135deg, var(--u-deep) 0%, #0A3320 100%); }
body#lv-inv-flow .mid-cta__eyebrow { color: var(--u-mint); font-size: 13px; }
body#lv-inv-flow .mid-cta__text { font-size: 16px; }

/* ---- リスク注記（クリーム面の全廃） ---- */
body#lv-inv-flow .risk-note { border-color: var(--u-border); border-left: 3px solid var(--u-theme); border-radius: 6px; background: var(--u-tint); }

/* ---- 最終CTA（濃色締めバンド） ---- */
body#lv-inv-flow .final-cta { background: var(--u-deep); }
body#lv-inv-flow .final-cta__overlay { background: linear-gradient(90deg, rgba(10, 50, 32, 0.93) 0%, rgba(10, 50, 32, 0.78) 50%, rgba(10, 50, 32, 0.36) 100%); }
body#lv-inv-flow .final-cta__eyebrow { color: var(--u-mint); font-size: 13px; }
body#lv-inv-flow .final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-flow .final-cta__text { font-size: 18px; line-height: 1.9; }
body#lv-inv-flow .final-cta__note { font-size: 13px; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#lv-inv-flow .document-guide__image { position: relative; }
body#lv-inv-flow .document-guide__image picture { position: absolute; inset: 0; }
body#lv-inv-flow .document-guide__image img { width: 100%; height: 100%; object-fit: cover; }
body#lv-inv-flow .operation-support__image { position: relative; }
body#lv-inv-flow .operation-support__image picture { position: absolute; inset: 0; }
body#lv-inv-flow .operation-support__image img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift12Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#lv-inv-flow .investor-flow-hero__eyebrow { animation: uplift12Fade 0.6s ease 0s both; }
body#lv-inv-flow .investor-flow-hero__label { animation: uplift12Fade 0.6s ease 0.12s both; }
body#lv-inv-flow .investor-flow-hero__title { animation: uplift12Fade 0.6s ease 0.24s both; }
body#lv-inv-flow .investor-flow-hero__lead { animation: uplift12Fade 0.6s ease 0.36s both; }
body#lv-inv-flow .investor-flow-hero__actions { animation: uplift12Fade 0.6s ease 0.48s both; }
body#lv-inv-flow .investor-flow-hero__note { animation: uplift12Fade 0.6s ease 0.6s both; }
@media (prefers-reduced-motion: reduce) {
  body#lv-inv-flow .investor-flow-hero__eyebrow,
  body#lv-inv-flow .investor-flow-hero__label,
  body#lv-inv-flow .investor-flow-hero__title,
  body#lv-inv-flow .investor-flow-hero__lead,
  body#lv-inv-flow .investor-flow-hero__actions,
  body#lv-inv-flow .investor-flow-hero__note { animation: none; }
}

/* ---- レスポンシブ（96→48pxリズム / SPヒーロー帯の縦シェード） ---- */
@media (max-width: 900px) {
  body#lv-inv-flow .section { padding: 48px 0; }
}
@media (max-width: 767px) {
  body#lv-inv-flow .investor-flow-hero__shade { background: linear-gradient(180deg, rgba(10, 50, 32, 0) 0%, rgba(10, 50, 32, 0.92) 38%, #0F4C30 100%); }
}
@media (max-width: 568px) {
  body#lv-inv-flow .investor-flow-hero__title { font-size: 25px; line-height: 1.6; }
  body#lv-inv-flow .section-heading__title { font-size: 20px; }
  body#lv-inv-flow .final-cta__title { font-size: 25px; line-height: 1.6; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   lv-inv-flow は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#lv-inv-flow .header__actions { background: #1E8A58; }
body#lv-inv-flow .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#lv-inv-flow .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#lv-inv-flow .header__lang-link.is-current { background: #EDF6F1; }
body#lv-inv-flow .header__lang-button:focus-visible,
body#lv-inv-flow .header__lang-link:focus-visible,
body#lv-inv-flow .header__action-link:focus-visible,
body#lv-inv-flow .header__nav-link:focus-visible,
body#lv-inv-flow .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-flow .header__lang-button:hover { border-color: #1E8A58; }
  body#lv-inv-flow .header__lang-link:hover { background: #EDF6F1; }
  body#lv-inv-flow .header__nav-link:hover { color: #1E8A58; }
}
