/* ===== RETHEME green (§3-3b ページテーマ制・2026-07-03) — 元は page14.css.bak_20260703 ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, h1, h2, h3, p, ol, ul, figure, blockquote, dl, dd {
  margin: 0;
}

ul, ol {
  padding: 0;
}

img, picture, svg {
  display: block;
  max-width: 100%;
}

button, input, textarea, select {
  font: inherit;
}

a {
  color: inherit;
}

button {
  border: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:root {
  color-scheme: light;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #16181c;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

#wrapper, #contents {
  width: 100%;
}

#main {
  overflow: clip;
}

.inner {
  width: min(100% - 100px, 1240px);
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.section--deep-green {
  color: #fff;
  background: #0b331f;
}

.section--soft-green {
  background: #eef6f2;
}

.section--gray {
  background: #f4f6f5;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #0F4C30;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 850px) {
  .inner {
    width: min(100% - 60px, 1240px);
  }
  .section {
    padding: 90px 0;
  }
}
@media (max-width: 568px) {
  .inner {
    width: min(100% - 40px, 1240px);
  }
  .section {
    padding: 72px 0;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1.5rem;
  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, color 0.25s ease;
}

.button:focus-visible {
  outline: 3px solid rgba(245, 181, 0, 0.65);
  outline-offset: 3px;
}

.button--primary {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 28px rgba(245, 181, 0, 0.24);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
  background: rgba(15, 76, 46, 0.18);
  backdrop-filter: blur(8px);
}

.button--outline {
  border-color: #1B7A4E;
  color: #0F4C30;
  background: #fff;
}

.button--light {
  color: #0F4C30;
  background: #fff;
}

.button--large {
  min-height: 66px;
  padding-inline: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 76, 46, 0.18);
  }
  .button--primary:hover {
    background: #ffc421;
  }
}
.section-heading {
  max-width: 820px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading__eyebrow {
  margin-bottom: 14px;
  color: #1B7A4E;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-heading__title {
  font-size: clamp(3.2rem, 4.1vw, 5.4rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.section-heading__lead {
  margin-top: 24px;
  color: #5d6862;
  font-size: 1.7rem;
  line-height: 2;
}

.section-heading--light .section-heading__eyebrow {
  color: #8ee0b7;
}

.section-heading--light .section-heading__lead {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 568px) {
  .section-heading__title {
    font-size: 3rem;
  }
  .section-heading__lead {
    margin-top: 18px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.breadcrumb {
  border-top: 1px solid #e5e9e7;
  border-bottom: 1px solid #e5e9e7;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  list-style: none;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  color: #6a746f;
  font-size: 1.2rem;
}

.breadcrumb__item:not(:last-child)::after {
  margin-left: 12px;
  content: "/";
  color: #abb4b0;
}

.breadcrumb__link {
  text-decoration: none;
}

.breadcrumb__link:focus-visible {
  outline: 2px solid #1B7A4E;
  outline-offset: 2px;
}

.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    display: block;
  }
  .sp-menu__button {
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 320;
    display: grid;
    place-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    background: #1B7A4E;
    box-shadow: 0 8px 22px rgba(15, 76, 46, 0.22);
    cursor: pointer;
  }
  .sp-menu__line {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    z-index: 300;
    visibility: hidden;
    padding: 88px 28px 40px;
    overflow-y: auto;
    background: rgba(11, 51, 31, 0.98);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .sp-menu__nav {
    display: grid;
    max-width: 560px;
    margin-inline: auto;
  }
  .sp-menu__link {
    padding: 15px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .sp-menu__link.is-current {
    color: #a9e9c9;
  }
  .sp-menu__cta {
    margin-top: 26px;
    padding: 15px 22px;
    border-radius: 999px;
    color: #16181c;
    background: #f5b500;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}
.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, #36b978, #1B7A4E);
}
.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#investor-revenue .revenue-hero {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  color: #fff;
  background: #0b331f;
}
body#investor-revenue .revenue-hero__media,
body#investor-revenue .revenue-hero__overlay {
  position: absolute;
  inset: 0;
}
body#investor-revenue .revenue-hero__media picture,
body#investor-revenue .revenue-hero__media img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .revenue-hero__media img {
  object-fit: cover;
  object-position: center 55%;
}
body#investor-revenue .revenue-hero__overlay {
  background: linear-gradient(90deg, rgba(5, 30, 18, 0.92) 0%, rgba(9, 47, 28, 0.78) 42%, rgba(11, 51, 31, 0.18) 78%), linear-gradient(0deg, rgba(8, 38, 23, 0.58), transparent 50%);
}
body#investor-revenue .revenue-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 70px;
  align-items: center;
  min-height: 780px;
  padding-top: 74px;
  padding-bottom: 74px;
}
body#investor-revenue .revenue-hero__content {
  max-width: 720px;
}
body#investor-revenue .revenue-hero__eyebrow {
  color: #95e2bc;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
body#investor-revenue .revenue-hero__label {
  display: inline-flex;
  margin-top: 20px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.3rem;
  font-weight: 700;
}
body#investor-revenue .revenue-hero__title {
  margin-top: 24px;
  font-size: clamp(5.2rem, 6.2vw, 8.4rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
body#investor-revenue .revenue-hero__lead {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.9rem;
  line-height: 1.95;
}
body#investor-revenue .revenue-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
body#investor-revenue .revenue-hero__note {
  max-width: 620px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.2rem;
  line-height: 1.7;
}
body#investor-revenue .revenue-hero__metrics {
  display: grid;
  gap: 14px;
}
body#investor-revenue .revenue-hero__metric {
  padding: 24px 26px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}
body#investor-revenue .revenue-hero__metric--accent {
  border-color: rgba(245, 181, 0, 0.55);
  background: rgba(245, 181, 0, 0.14);
}
body#investor-revenue .revenue-hero__metric-label {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  font-weight: 700;
}
body#investor-revenue .revenue-hero__metric-value {
  display: block;
  margin-top: 7px;
  font-size: 2rem;
  line-height: 1.2;
}
body#investor-revenue .revenue-hero__metric-value span {
  margin-right: 4px;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}
body#investor-revenue .revenue-hero__metric-note {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.1rem;
}
body#investor-revenue .decision-strip {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 76, 46, 0.09);
}
body#investor-revenue .decision-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 120px;
}
body#investor-revenue .decision-strip__title {
  color: #0F4C30;
  font-size: 1.7rem;
  font-weight: 800;
}
body#investor-revenue .decision-strip__list {
  display: flex;
  gap: 42px;
  list-style: none;
}
body#investor-revenue .decision-strip__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
body#investor-revenue .decision-strip__item span {
  color: #1B7A4E;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
body#investor-revenue .investor-concerns__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
body#investor-revenue .investor-concerns__card {
  position: relative;
  min-height: 300px;
  padding: 38px 34px;
  overflow: hidden;
  border: 1px solid #d9e2de;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 76, 46, 0.07);
}
body#investor-revenue .investor-concerns__number {
  color: #a8c4b6;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
body#investor-revenue .investor-concerns__title {
  margin-top: 46px;
  color: #0F4C30;
  font-size: 2.3rem;
  line-height: 1.45;
}
body#investor-revenue .investor-concerns__text {
  margin-top: 20px;
  color: #5d6862;
  font-size: 1.5rem;
  line-height: 1.95;
}
body#investor-revenue .investor-concerns__card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 160px;
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
  background: #eef6f2;
}
body#investor-revenue .income-architecture {
  position: relative;
  overflow: hidden;
}
body#investor-revenue .income-architecture::before {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#investor-revenue .income-architecture__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  gap: 70px;
  align-items: center;
}
body#investor-revenue .income-architecture__content {
  position: relative;
  z-index: 2;
}
body#investor-revenue .income-architecture__formula {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-top: 46px;
}
body#investor-revenue .income-architecture__formula-box {
  min-height: 132px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}
body#investor-revenue .income-architecture__formula-box span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.2rem;
}
body#investor-revenue .income-architecture__formula-box strong {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
body#investor-revenue .income-architecture__formula-box--result {
  grid-column: 1/-1;
  min-height: auto;
  border-color: rgba(245, 181, 0, 0.4);
  background: rgba(245, 181, 0, 0.12);
}
body#investor-revenue .income-architecture__operator {
  color: #8ee0b7;
  font-size: 2.6rem;
  font-weight: 800;
}
body#investor-revenue .income-architecture__figure {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 28px 0 28px 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}
body#investor-revenue .income-architecture__figure picture,
body#investor-revenue .income-architecture__figure img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .income-architecture__figure img {
  object-fit: cover;
}
body#investor-revenue .income-architecture__markets {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 76px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
}
body#investor-revenue .market-card {
  padding: 34px;
  background: #0b331f;
}
body#investor-revenue .market-card__index {
  color: #8ee0b7;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
body#investor-revenue .market-card__title {
  margin-top: 28px;
  font-size: 2rem;
}
body#investor-revenue .market-card__text {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.4rem;
  line-height: 1.9;
}
body#investor-revenue .assumption-table__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: 80px;
  align-items: center;
}
body#investor-revenue .assumption-table__visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 0 28px 28px 28px;
  box-shadow: 0 18px 48px rgba(15, 76, 46, 0.12);
}
body#investor-revenue .assumption-table__visual picture,
body#investor-revenue .assumption-table__visual img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .assumption-table__visual img {
  object-fit: cover;
}
body#investor-revenue .assumption-table__wrapper {
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid #d9e2de;
  border-radius: 16px;
}
body#investor-revenue .data-table {
  width: 100%;
  border-collapse: collapse;
}
body#investor-revenue .data-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
body#investor-revenue .data-table th,
body#investor-revenue .data-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #d9e2de;
  text-align: left;
  vertical-align: top;
}
body#investor-revenue .data-table tr:last-child th,
body#investor-revenue .data-table tr:last-child td {
  border-bottom: 0;
}
body#investor-revenue .data-table th {
  width: 30%;
  color: #0F4C30;
  background: #eef6f2;
  font-size: 1.4rem;
}
body#investor-revenue .data-table td {
  color: #5d6862;
  font-size: 1.4rem;
  line-height: 1.8;
}
body#investor-revenue .assumption-table__note {
  margin-top: 18px;
  color: #747f7a;
  font-size: 1.2rem;
  line-height: 1.75;
}
body#investor-revenue .quick-simulation {
  background: #f3f7f5;
}
body#investor-revenue .quick-simulation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  margin-top: 60px;
}
body#investor-revenue .simulation-form,
body#investor-revenue .simulation-result {
  padding: 38px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 76, 46, 0.12);
}
body#investor-revenue .simulation-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
body#investor-revenue .simulation-form__label {
  color: #0F4C30;
  font-size: 1.8rem;
  font-weight: 800;
}
body#investor-revenue .simulation-form__reset {
  padding: 5px 0;
  color: #1B7A4E;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
body#investor-revenue .simulation-form__field {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}
body#investor-revenue .simulation-form__field-label {
  color: #16181c;
  font-size: 1.4rem;
  font-weight: 700;
}
body#investor-revenue .simulation-form__input-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid #cbd8d2;
  border-radius: 10px;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
body#investor-revenue .simulation-form__input-wrap:focus-within {
  border-color: #1B7A4E;
  box-shadow: 0 0 0 3px rgba(27, 122, 75, 0.12);
}
body#investor-revenue .simulation-form__input {
  width: 100%;
  min-width: 0;
  height: 58px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  color: #16181c;
  font-size: 1.8rem;
  font-weight: 700;
}
body#investor-revenue .simulation-form__input::placeholder {
  color: #a3aca8;
  font-size: 1.4rem;
  font-weight: 400;
}
body#investor-revenue .simulation-form__unit {
  padding: 0 16px;
  color: #5d6862;
  font-size: 1.3rem;
  font-weight: 700;
}
body#investor-revenue .simulation-form__help {
  color: #7a847f;
  font-size: 1.15rem;
  line-height: 1.6;
}
body#investor-revenue .simulation-result {
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #0F4C30;
}
body#investor-revenue .simulation-result__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
body#investor-revenue .simulation-result__eyebrow {
  color: #8ee0b7;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#investor-revenue .simulation-result__status {
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.2rem;
  text-align: right;
}
body#investor-revenue .simulation-result__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
}
body#investor-revenue .simulation-result__metric {
  min-height: 128px;
  padding: 22px;
  background: #0F4C30;
}
body#investor-revenue .simulation-result__metric--accent {
  background: rgba(245, 181, 0, 0.14);
}
body#investor-revenue .simulation-result__label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.15rem;
}
body#investor-revenue .simulation-result__value {
  display: block;
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.2;
}
body#investor-revenue .simulation-result__benchmark {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  padding: 20px 22px;
  border-left: 3px solid #f5b500;
  background: rgba(255, 255, 255, 0.07);
}
body#investor-revenue .simulation-result__benchmark span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1.1rem;
}
body#investor-revenue .simulation-result__benchmark strong {
  font-size: 2rem;
}
body#investor-revenue .simulation-result__benchmark small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 1.05rem;
}
body#investor-revenue .simulation-result__note {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 1.05rem;
  line-height: 1.7;
}
body#investor-revenue .sensitivity-panel {
  margin-top: 24px;
  padding: 36px 38px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 76, 46, 0.08);
}
body#investor-revenue .sensitivity-panel__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
body#investor-revenue .sensitivity-panel__eyebrow {
  color: #1B7A4E;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#investor-revenue .sensitivity-panel__title {
  margin-top: 8px;
  font-size: 2.2rem;
}
body#investor-revenue .sensitivity-panel__note {
  color: #5d6862;
  font-size: 1.2rem;
}
body#investor-revenue .sensitivity-panel__chart {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
body#investor-revenue .sensitivity-panel__row {
  display: grid;
  grid-template-columns: 140px 1fr 70px;
  gap: 16px;
  align-items: center;
}
body#investor-revenue .sensitivity-panel__case {
  color: #5d6862;
  font-size: 1.3rem;
  font-weight: 700;
}
body#investor-revenue .sensitivity-panel__track {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7eeeb;
}
body#investor-revenue .sensitivity-panel__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  transition: width 0.35s ease;
}
body#investor-revenue .sensitivity-panel__bar--down {
  background: #91a59b;
}
body#investor-revenue .sensitivity-panel__bar--base {
  background: #1B7A4E;
}
body#investor-revenue .sensitivity-panel__bar--up {
  background: #f5b500;
}
body#investor-revenue .sensitivity-panel__value {
  color: #0F4C30;
  font-size: 1.5rem;
  text-align: right;
}
body#investor-revenue .quick-simulation__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 24px;
  padding: 30px 36px;
  border: 1px solid #cfddd6;
  border-radius: 18px;
  background: #fff;
}
body#investor-revenue .quick-simulation__cta-label {
  color: #0F4C30;
  font-weight: 800;
}
body#investor-revenue .quick-simulation__cta-note {
  margin-top: 4px;
  color: #5d6862;
  font-size: 1.3rem;
}
body#investor-revenue .cashflow-view__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 70px;
  align-items: center;
}
body#investor-revenue .cashflow-view__points {
  display: grid;
  gap: 18px;
  margin-top: 40px;
  list-style: none;
}
body#investor-revenue .cashflow-view__point {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid #d9e2de;
}
body#investor-revenue .cashflow-view__point span {
  color: #1B7A4E;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
body#investor-revenue .cashflow-view__point strong {
  color: #0F4C30;
  font-size: 1.6rem;
}
body#investor-revenue .cashflow-view__point p {
  margin-top: 4px;
  color: #5d6862;
  font-size: 1.35rem;
}
body#investor-revenue .cashflow-chart {
  padding: 34px;
  border: 1px solid #d9e2de;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 76, 46, 0.12);
}
body#investor-revenue .cashflow-chart__legend {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
body#investor-revenue .cashflow-chart__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5d6862;
  font-size: 1.2rem;
}
body#investor-revenue .cashflow-chart__legend-item::before {
  width: 22px;
  height: 3px;
  content: "";
  background: #1B7A4E;
}
body#investor-revenue .cashflow-chart__legend-item--down::before {
  background: #9dafa6;
}
body#investor-revenue .cashflow-chart__svg {
  width: 100%;
  margin-top: 16px;
}
body#investor-revenue .cashflow-chart__grid line {
  stroke: #e1e8e4;
  stroke-width: 1;
}
body#investor-revenue .cashflow-chart__axis {
  stroke: #8f9a94;
  stroke-width: 1.5;
}
body#investor-revenue .cashflow-chart__line {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
}
body#investor-revenue .cashflow-chart__line--base {
  stroke: #1B7A4E;
}
body#investor-revenue .cashflow-chart__line--down {
  stroke: #9dafa6;
  stroke-dasharray: 9 9;
}
body#investor-revenue .cashflow-chart__point {
  fill: #f5b500;
  stroke: #fff;
  stroke-width: 4;
}
body#investor-revenue .cashflow-chart__marker {
  stroke: #f5b500;
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
}
body#investor-revenue .cashflow-chart__label {
  fill: #0F4C30;
  font-size: 16px;
  font-weight: 700;
}
body#investor-revenue .cashflow-chart__axis-label,
body#investor-revenue .cashflow-chart__zero-label {
  fill: #7d8782;
  font-size: 14px;
}
body#investor-revenue .cashflow-chart__note {
  color: #7d8782;
  font-size: 1.1rem;
  text-align: right;
}
body#investor-revenue .risk-factors__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
  gap: 76px;
  align-items: center;
}
body#investor-revenue .risk-factors__visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 28px 28px 0 28px;
  box-shadow: 0 18px 48px rgba(15, 76, 46, 0.12);
}
body#investor-revenue .risk-factors__visual picture,
body#investor-revenue .risk-factors__visual img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .risk-factors__visual img {
  object-fit: cover;
}
body#investor-revenue .risk-factors__list {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}
body#investor-revenue .risk-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid #d3e1da;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}
body#investor-revenue .risk-item__index {
  color: #1B7A4E;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
body#investor-revenue .risk-item__title {
  color: #0F4C30;
  font-size: 1.6rem;
}
body#investor-revenue .risk-item__text {
  margin-top: 5px;
  color: #5d6862;
  font-size: 1.3rem;
  line-height: 1.75;
}
body#investor-revenue .mid-cta {
  padding: 78px 0;
  color: #fff;
  background: #0F4C30;
}
body#investor-revenue .mid-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
body#investor-revenue .mid-cta__copy {
  max-width: 720px;
}
body#investor-revenue .mid-cta__eyebrow {
  color: #8ee0b7;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#investor-revenue .mid-cta__title {
  margin-top: 12px;
  font-size: clamp(3rem, 3.6vw, 4.6rem);
  line-height: 1.4;
}
body#investor-revenue .mid-cta__text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5rem;
}
body#investor-revenue .mid-cta__actions {
  display: grid;
  flex: 0 0 280px;
  gap: 12px;
}
body#investor-revenue .mid-cta .button--outline {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}
body#investor-revenue .simulation-process__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid #d9e2de;
  border-radius: 20px;
  background: #d9e2de;
  list-style: none;
}
body#investor-revenue .simulation-process__item {
  min-height: 260px;
  padding: 30px;
  background: #fff;
}
body#investor-revenue .simulation-process__number {
  color: #1B7A4E;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
body#investor-revenue .simulation-process__title {
  margin-top: 34px;
  color: #0F4C30;
  font-size: 1.8rem;
}
body#investor-revenue .simulation-process__text {
  margin-top: 12px;
  color: #5d6862;
  font-size: 1.35rem;
  line-height: 1.85;
}
body#investor-revenue .simulation-process__visual {
  position: relative;
  min-height: 520px;
  margin-top: 42px;
  overflow: hidden;
  border-radius: 28px;
}
body#investor-revenue .simulation-process__visual picture,
body#investor-revenue .simulation-process__visual img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .simulation-process__visual img {
  object-fit: cover;
  object-position: center 52%;
}
body#investor-revenue .faq__list {
  max-width: 980px;
  margin: 54px auto 0;
  border-top: 1px solid #ccd7d2;
}
body#investor-revenue .faq__item {
  border-bottom: 1px solid #ccd7d2;
}
body#investor-revenue .faq__question {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 24px;
  gap: 18px;
  align-items: center;
  min-height: 90px;
  padding: 20px 8px;
  color: #0F4C30;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
body#investor-revenue .faq__question::after {
  width: 14px;
  height: 14px;
  border-right: 2px solid #1B7A4E;
  border-bottom: 2px solid #1B7A4E;
  content: "";
  transform: rotate(45deg) translateY(-4px);
  transition: transform 0.25s ease;
}
body#investor-revenue .faq__item[open] .faq__question::after {
  transform: rotate(225deg) translate(-2px, -2px);
}
body#investor-revenue .faq__mark {
  display: grid;
  place-items: center;
  width: 34px;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  font-size: 1.3rem;
  font-weight: 800;
  aspect-ratio: 1;
}
body#investor-revenue .faq__mark--answer {
  color: #1B7A4E;
  background: #fff;
}
body#investor-revenue .faq__answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 0 8px 28px;
  color: #5d6862;
}
body#investor-revenue .faq__answer p {
  padding-top: 4px;
  font-size: 1.45rem;
  line-height: 1.95;
}
body#investor-revenue .final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #0b331f;
}
body#investor-revenue .final-cta__media,
body#investor-revenue .final-cta__overlay {
  position: absolute;
  inset: 0;
}
body#investor-revenue .final-cta__media picture,
body#investor-revenue .final-cta__media img {
  width: 100%;
  height: 100%;
}
body#investor-revenue .final-cta__media img {
  object-fit: cover;
}
body#investor-revenue .final-cta__overlay {
  background: linear-gradient(90deg, rgba(7, 38, 23, 0.94) 0%, rgba(8, 43, 26, 0.76) 55%, rgba(8, 43, 26, 0.3) 100%);
}
body#investor-revenue .final-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding-top: 70px;
  padding-bottom: 70px;
}
body#investor-revenue .final-cta__eyebrow {
  color: #8ee0b7;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
body#investor-revenue .final-cta__title {
  max-width: 850px;
  margin-top: 16px;
  font-size: clamp(3.8rem, 5.3vw, 6.8rem);
  line-height: 1.25;
}
body#investor-revenue .final-cta__text {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.7rem;
  line-height: 1.9;
}
body#investor-revenue .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
body#investor-revenue .final-cta__note {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.2rem;
}
body#investor-revenue .related-links {
  padding: 80px 0;
}
body#investor-revenue .related-links__label {
  color: #1B7A4E;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
body#investor-revenue .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}
body#investor-revenue .related-links__link {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 24px 52px 24px 24px;
  border: 1px solid #d9e2de;
  border-radius: 14px;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
body#investor-revenue .related-links__link::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1B7A4E;
  border-right: 2px solid #1B7A4E;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
body#investor-revenue .related-links__link span {
  color: #0F4C30;
  font-size: 1.5rem;
  font-weight: 800;
}
body#investor-revenue .related-links__link small {
  color: #5d6862;
  font-size: 1.2rem;
}
body#investor-revenue .floating-cta {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  body#investor-revenue .related-links__link:hover {
    border-color: #1B7A4E;
    transform: translateY(-2px);
  }
  body#investor-revenue .faq__question:hover {
    color: #1B7A4E;
  }
}
@media (max-width: 1100px) {
  body#investor-revenue .revenue-hero__inner {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 40px;
  }
  body#investor-revenue .income-architecture__inner,
  body#investor-revenue .assumption-table__inner,
  body#investor-revenue .risk-factors__inner,
  body#investor-revenue .cashflow-view__inner {
    gap: 48px;
  }
  body#investor-revenue .simulation-process__item {
    padding: 26px 22px;
  }
}
@media (max-width: 850px) {
  body#investor-revenue .revenue-hero {
    min-height: auto;
  }
  body#investor-revenue .revenue-hero__media img {
    object-position: center 42%;
  }
  body#investor-revenue .revenue-hero__overlay {
    background: linear-gradient(0deg, rgba(6, 34, 20, 0.95) 0%, rgba(8, 43, 26, 0.78) 58%, rgba(8, 43, 26, 0.38) 100%);
  }
  body#investor-revenue .revenue-hero__inner {
    grid-template-columns: 1fr;
    gap: 34px;
    min-height: 800px;
    padding-top: 150px;
    padding-bottom: 72px;
  }
  body#investor-revenue .revenue-hero__content {
    max-width: 100%;
  }
  body#investor-revenue .revenue-hero__metrics {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  body#investor-revenue .revenue-hero__metric {
    padding: 18px 16px;
  }
  body#investor-revenue .revenue-hero__metric-value span {
    font-size: 3.5rem;
  }
  body#investor-revenue .decision-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body#investor-revenue .decision-strip__list {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }
  body#investor-revenue .investor-concerns__grid {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .investor-concerns__card {
    min-height: auto;
  }
  body#investor-revenue .income-architecture__inner,
  body#investor-revenue .assumption-table__inner,
  body#investor-revenue .risk-factors__inner,
  body#investor-revenue .cashflow-view__inner {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .income-architecture__figure,
  body#investor-revenue .assumption-table__visual,
  body#investor-revenue .risk-factors__visual {
    min-height: 480px;
  }
  body#investor-revenue .income-architecture__markets {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .quick-simulation__grid {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .quick-simulation__cta {
    align-items: flex-start;
    flex-direction: column;
  }
  body#investor-revenue .quick-simulation__cta .button {
    width: 100%;
  }
  body#investor-revenue .simulation-process__list {
    grid-template-columns: repeat(2, 1fr);
  }
  body#investor-revenue .mid-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  body#investor-revenue .mid-cta__actions {
    width: 100%;
    flex-basis: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  body#investor-revenue .related-links__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 568px) {
  body#investor-revenue {
    padding-bottom: 76px;
  }
  body#investor-revenue .revenue-hero__inner {
    min-height: 760px;
    padding-top: 130px;
  }
  body#investor-revenue .revenue-hero__title {
    font-size: 4.8rem;
  }
  body#investor-revenue .revenue-hero__lead {
    font-size: 1.6rem;
    line-height: 1.85;
  }
  body#investor-revenue .revenue-hero__actions {
    display: grid;
  }
  body#investor-revenue .revenue-hero__actions .button {
    width: 100%;
  }
  body#investor-revenue .revenue-hero__metrics {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .revenue-hero__metric {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2px 16px;
    align-items: center;
  }
  body#investor-revenue .revenue-hero__metric-label {
    grid-column: 1;
  }
  body#investor-revenue .revenue-hero__metric-value {
    grid-column: 2;
    grid-row: 1/3;
    text-align: right;
  }
  body#investor-revenue .revenue-hero__metric-value span {
    font-size: 3.2rem;
  }
  body#investor-revenue .revenue-hero__metric-note {
    grid-column: 1;
  }
  body#investor-revenue .decision-strip__list {
    display: grid;
    grid-template-columns: 1fr;
  }
  body#investor-revenue .investor-concerns__grid {
    margin-top: 42px;
  }
  body#investor-revenue .investor-concerns__card {
    padding: 30px 26px;
  }
  body#investor-revenue .income-architecture__formula {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .income-architecture__operator {
    text-align: center;
  }
  body#investor-revenue .income-architecture__formula-box--result {
    grid-column: auto;
  }
  body#investor-revenue .income-architecture__figure,
  body#investor-revenue .assumption-table__visual,
  body#investor-revenue .risk-factors__visual {
    min-height: 420px;
  }
  body#investor-revenue .market-card {
    padding: 28px 24px;
  }
  body#investor-revenue .data-table th,
  body#investor-revenue .data-table td {
    display: block;
    width: 100%;
  }
  body#investor-revenue .data-table th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
  body#investor-revenue .data-table td {
    padding-top: 8px;
  }
  body#investor-revenue .simulation-form,
  body#investor-revenue .simulation-result,
  body#investor-revenue .sensitivity-panel {
    padding: 28px 22px;
  }
  body#investor-revenue .simulation-result__metrics {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .simulation-result__metric {
    min-height: auto;
  }
  body#investor-revenue .sensitivity-panel__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  body#investor-revenue .sensitivity-panel__row {
    grid-template-columns: 1fr 60px;
    gap: 8px 12px;
  }
  body#investor-revenue .sensitivity-panel__track {
    grid-column: 1/-1;
    grid-row: 2;
  }
  body#investor-revenue .sensitivity-panel__value {
    grid-column: 2;
    grid-row: 1;
  }
  body#investor-revenue .quick-simulation__cta {
    padding: 26px 22px;
  }
  body#investor-revenue .cashflow-chart {
    padding: 20px 14px;
  }
  body#investor-revenue .cashflow-chart__legend {
    justify-content: flex-start;
  }
  body#investor-revenue .risk-item {
    grid-template-columns: 36px 1fr;
    padding: 18px 16px;
  }
  body#investor-revenue .mid-cta {
    padding: 66px 0;
  }
  body#investor-revenue .mid-cta__actions {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .simulation-process__list {
    grid-template-columns: 1fr;
  }
  body#investor-revenue .simulation-process__item {
    min-height: auto;
  }
  body#investor-revenue .simulation-process__visual {
    min-height: 390px;
  }
  body#investor-revenue .faq__question {
    grid-template-columns: 34px 1fr 18px;
    gap: 12px;
    min-height: 82px;
    padding: 18px 0;
    font-size: 1.45rem;
  }
  body#investor-revenue .faq__answer {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding-inline: 0;
  }
  body#investor-revenue .final-cta {
    min-height: 660px;
  }
  body#investor-revenue .final-cta__media img {
    object-position: 60% center;
  }
  body#investor-revenue .final-cta__overlay {
    background: linear-gradient(0deg, rgba(6, 34, 20, 0.96) 0%, rgba(8, 43, 26, 0.7) 70%, rgba(8, 43, 26, 0.38) 100%);
  }
  body#investor-revenue .final-cta__inner {
    justify-content: flex-end;
    min-height: 660px;
  }
  body#investor-revenue .final-cta__title {
    font-size: 3.8rem;
  }
  body#investor-revenue .final-cta__actions {
    display: grid;
    width: 100%;
  }
  body#investor-revenue .final-cta__actions .button {
    width: 100%;
  }
  body#investor-revenue .floating-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 240;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -8px 24px rgba(15, 76, 46, 0.14);
    backdrop-filter: blur(10px);
  }
  body#investor-revenue .floating-cta__link {
    display: grid;
    place-items: center;
    min-height: 50px;
    border: 1px solid #1B7A4E;
    border-radius: 999px;
    color: #0F4C30;
    font-size: 1.3rem;
    font-weight: 800;
    text-decoration: none;
  }
  body#investor-revenue .floating-cta__link--primary {
    margin-left: 8px;
    border-color: #f5b500;
    color: #16181c;
    background: #f5b500;
  }
}

/* ===== 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 =====
   注意: page14はrem基準（html 62.5%相当の10px系）＝スケールは3.1/2.5/2/1.8/1.6/1.3rem */
body#investor-revenue {
  --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#investor-revenue .section { padding: 96px 0; }
body#investor-revenue .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 1.3rem; }
body#investor-revenue .section-heading__title { font-size: 2.5rem; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-revenue .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 1.8rem; line-height: 1.9; }
body#investor-revenue :is(.section--deep-green, .mid-cta, .final-cta) .section-heading__en { color: var(--u-mint); }

/* ---- ボタン（金hover逸脱#ffc421の全廃） / フォーカス ---- */
body#investor-revenue .button--primary:hover { background: var(--u-gold); filter: brightness(0.92); }
body#investor-revenue .button:focus-visible { outline: 2px solid var(--u-text); outline-offset: 3px; }
body#investor-revenue :is(.revenue-hero, .section--deep-green, .mid-cta, .final-cta) .button:focus-visible { outline-color: #fff; }
body#investor-revenue :is(.revenue-hero, .mid-cta, .final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- ヒーロー（既存ダークをdeepトークンへ統一・白明朝3.1rem） ---- */
body#investor-revenue .revenue-hero { background: var(--u-deep); }
body#investor-revenue .revenue-hero__overlay { background: linear-gradient(90deg, rgba(10, 50, 32, 0.94) 0%, rgba(15, 76, 48, 0.78) 42%, rgba(15, 76, 48, 0.2) 78%), linear-gradient(0deg, rgba(10, 50, 32, 0.58), transparent 50%); }
body#investor-revenue .revenue-hero__eyebrow { color: var(--u-mint); font-size: 1.3rem; font-weight: 700; }
body#investor-revenue .revenue-hero__title { font-size: 3.1rem; letter-spacing: 0.03em; line-height: 1.5; }
body#investor-revenue .revenue-hero__lead { font-size: 1.8rem; line-height: 1.9; }
body#investor-revenue .revenue-hero__note { font-size: 1.3rem; }
body#investor-revenue .revenue-hero__metric { border-radius: 12px; }

/* ---- 濃色バンド（旧#0b331fの統一） ---- */
body#investor-revenue .section--deep-green { background: linear-gradient(145deg, var(--u-deep) 0%, #0A3320 100%); }

/* ---- 感応度バー等はデータ表現のため色相不変更（notes参照） ---- */

/* ---- 中間CTA ---- */
body#investor-revenue .mid-cta { background: linear-gradient(135deg, var(--u-deep) 0%, #0A3320 100%); }
body#investor-revenue .mid-cta__eyebrow { color: var(--u-mint); font-size: 1.3rem; font-weight: 700; }
body#investor-revenue .mid-cta__title { font-size: 2.5rem; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-revenue .mid-cta__text { font-size: 1.6rem; }

/* ---- 最終CTA（濃色締めバンド） ---- */
body#investor-revenue .final-cta { background: var(--u-deep); }
body#investor-revenue .final-cta__overlay { background: linear-gradient(90deg, rgba(10, 50, 32, 0.94) 0%, rgba(15, 76, 48, 0.76) 55%, rgba(15, 76, 48, 0.3) 100%); }
body#investor-revenue .final-cta__eyebrow { color: var(--u-mint); font-size: 1.3rem; font-weight: 700; }
body#investor-revenue .final-cta__title { font-size: 3.1rem; letter-spacing: 0.03em; line-height: 1.5; }
body#investor-revenue .final-cta__text { font-size: 1.8rem; line-height: 1.9; }
body#investor-revenue .final-cta__note { font-size: 1.3rem; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#investor-revenue .income-architecture__figure { position: relative; }
body#investor-revenue .income-architecture__figure picture { position: absolute; inset: 0; }
body#investor-revenue .income-architecture__figure img { width: 100%; height: 100%; object-fit: cover; }
body#investor-revenue .assumption-table__visual { position: relative; }
body#investor-revenue .assumption-table__visual picture { position: absolute; inset: 0; }
body#investor-revenue .assumption-table__visual img { width: 100%; height: 100%; object-fit: cover; }
body#investor-revenue .risk-factors__visual { position: relative; }
body#investor-revenue .risk-factors__visual picture { position: absolute; inset: 0; }
body#investor-revenue .risk-factors__visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift14Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#investor-revenue .revenue-hero__eyebrow { animation: uplift14Fade 0.6s ease 0s both; }
body#investor-revenue .revenue-hero__label { animation: uplift14Fade 0.6s ease 0.12s both; }
body#investor-revenue .revenue-hero__title { animation: uplift14Fade 0.6s ease 0.24s both; }
body#investor-revenue .revenue-hero__lead { animation: uplift14Fade 0.6s ease 0.36s both; }
body#investor-revenue .revenue-hero__actions { animation: uplift14Fade 0.6s ease 0.48s both; }
body#investor-revenue .revenue-hero__metrics { animation: uplift14Fade 0.6s ease 0.6s both; }
@media (prefers-reduced-motion: reduce) {
  body#investor-revenue .revenue-hero__eyebrow,
  body#investor-revenue .revenue-hero__label,
  body#investor-revenue .revenue-hero__title,
  body#investor-revenue .revenue-hero__lead,
  body#investor-revenue .revenue-hero__actions,
  body#investor-revenue .revenue-hero__metrics { animation: none; }
}

/* ---- レスポンシブ（96→48pxリズム / SPヒーロー縦シェード） ---- */
@media (max-width: 900px) {
  body#investor-revenue .section { padding: 48px 0; }
}
@media (max-width: 850px) {
  body#investor-revenue .revenue-hero__overlay { background: linear-gradient(0deg, rgba(10, 50, 32, 0.95) 0%, rgba(15, 76, 48, 0.78) 58%, rgba(15, 76, 48, 0.38) 100%); }
  body#investor-revenue .final-cta__overlay { background: linear-gradient(0deg, rgba(10, 50, 32, 0.96) 0%, rgba(15, 76, 48, 0.7) 70%, rgba(15, 76, 48, 0.38) 100%); }
}
@media (max-width: 568px) {
  body#investor-revenue .revenue-hero__title { font-size: 2.5rem; line-height: 1.6; }
  body#investor-revenue .section-heading__title { font-size: 2rem; }
  body#investor-revenue .mid-cta__title { font-size: 2rem; }
  body#investor-revenue .final-cta__title { font-size: 2.5rem; line-height: 1.6; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   investor-revenue は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#investor-revenue .header__actions { background: #1E8A58; }
body#investor-revenue .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#investor-revenue .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#investor-revenue .header__lang-link.is-current { background: #EDF6F1; }
body#investor-revenue .header__lang-button:focus-visible,
body#investor-revenue .header__lang-link:focus-visible,
body#investor-revenue .header__action-link:focus-visible,
body#investor-revenue .header__nav-link:focus-visible,
body#investor-revenue .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#investor-revenue .header__lang-button:hover { border-color: #1E8A58; }
  body#investor-revenue .header__lang-link:hover { background: #EDF6F1; }
  body#investor-revenue .header__nav-link:hover { color: #1E8A58; }
}
