/* ===== RETHEME green (§3-3b ページテーマ制・2026-07-03) — 元は page13.css.bak_20260703 ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}

a {
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin: 0;
}

body {
  color: #13251c;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

#wrapper,
#contents {
  width: 100%;
}

main {
  overflow: clip;
}

.inner {
  width: min(1180px, 100% - 80px);
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 120px 0;
}

.section--soft {
  background: #f5f8f6;
}

.section--dark {
  color: #fff;
  background: #102b1e;
}

.section-heading__eyebrow {
  margin-bottom: 18px;
  color: #1B7A4E;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.3;
}

.section-heading__title {
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.section-heading__lead {
  color: #5c6d64;
  font-size: 16px;
  line-height: 2;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 65px;
}

.section-heading--center {
  width: min(760px, 100%);
  margin: 0 auto 65px;
  text-align: center;
}

.section-heading--center .section-heading__lead {
  margin-top: 24px;
}

.section-heading--light .section-heading__eyebrow {
  color: #8ccdac;
}

.section-heading--light .section-heading__lead {
  color: #c5d4cc;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 62px;
  padding: 0 28px;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button--primary {
  color: #fff;
  background: #1B7A4E;
  box-shadow: 0 12px 30px rgba(27, 122, 75, 0.24);
}

.button--light {
  color: #0d492b;
  background: #fff;
}

.button--text {
  min-height: auto;
  padding: 0 0 6px;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #0d492b;
}

.button__arrow {
  font-size: 21px;
  line-height: 1;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 70px rgba(9, 47, 28, 0.18);
  }
}

.image-status {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: #0d492b;
  background: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.image-status--dark {
  color: #fff;
  background: rgba(9, 47, 28, 0.82);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #092f1c;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid #f5a623;
  outline-offset: 3px;
}

.breadcrumb {
  border-top: 1px solid #d9e2de;
  border-bottom: 1px solid #d9e2de;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 52px;
  list-style: none;
}

.breadcrumb__item {
  color: #5c6d64;
  font-size: 12px;
}

.breadcrumb__item:not(:last-child)::after {
  margin: 0 12px;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

.note-box {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 26px 30px;
  border: 1px solid #d9e2de;
  border-radius: 8px;
  background: #fff;
}

.note-box__label {
  color: #1B7A4E;
  font-weight: 700;
}

.note-box__text {
  color: #5c6d64;
  font-size: 14px;
}

.sp-menu {
  display: none;
}

.mobile-cta {
  display: none;
}

@media screen and (max-width: 850px) {
  body {
    padding-bottom: 68px;
    font-size: 15px;
  }
  .inner {
    width: min(100% - 40px, 680px);
  }
  .section {
    padding: 82px 0;
  }
  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 42px;
  }
  .section-heading--center {
    margin-bottom: 42px;
    text-align: left;
  }
  .section-heading__title {
    font-size: 34px;
  }
  .section-heading__lead {
    font-size: 15px;
  }
  .button {
    width: 100%;
    min-height: 58px;
  }
  .note-box {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }
  .breadcrumb__list {
    width: calc(100% - 40px);
    overflow: hidden;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .breadcrumb__item {
    font-size: 11px;
  }
  .header,
  .header__nav {
    display: none;
  }
  .sp-menu {
    position: sticky;
    top: 0;
    z-index: 200;
    display: block;
    height: 68px;
    border-bottom: 1px solid #d9e2de;
    background: #fff url("../../../img/common/parts/logo.svg") no-repeat 20px center/130px auto;
  }
  .sp-menu__button {
    position: absolute;
    top: 13px;
    right: 20px;
    display: grid;
    place-content: center;
    width: 44px;
    height: 42px;
    border-radius: 4px;
    background: #1B7A4E;
    cursor: pointer;
  }
  .sp-menu__line {
    display: block;
    width: 21px;
    height: 2px;
    margin: 3px 0;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(8px) 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(-8px) rotate(-45deg);
  }
  .sp-menu__panel {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 30px rgba(9, 47, 28, 0.14);
    transition: max-height 0.3s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    max-height: 560px;
  }
  .sp-menu__nav {
    display: grid;
    padding: 14px 20px 24px;
  }
  .sp-menu__link {
    padding: 14px 4px;
    border-bottom: 1px solid #d9e2de;
    color: #13251c;
    text-decoration: none;
  }
  .sp-menu__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 18px;
    color: #fff;
    background: #1B7A4E;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 190;
    display: block;
    padding: 9px 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -8px 24px rgba(9, 47, 28, 0.12);
  }
  .mobile-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 4px;
    color: #fff;
    background: #1B7A4E;
    font-weight: 700;
    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, #1E8A58 0%, #1B7A4E 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f8f6;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #1E8A58;
  }
  .footer__summary:hover::after {
    background-color: #1E8A58;
  }
}
@media screen and (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 screen and (max-width: tbpx) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media screen and (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 screen and (max-width: sppx) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

body#investor-requirements .requirements-hero {
  position: relative;
  padding: 70px 0 90px;
  background: linear-gradient(120deg, #eef6f2 0%, #fff 62%);
}
body#investor-requirements .requirements-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 66px;
}
body#investor-requirements .requirements-hero__content {
  position: relative;
  z-index: 2;
}
body#investor-requirements .requirements-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  border-left: 3px solid #1B7A4E;
  color: #0d492b;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#investor-requirements .requirements-hero__title {
  margin-top: 26px;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.16;
}
body#investor-requirements .requirements-hero__title span {
  color: #1B7A4E;
}
body#investor-requirements .requirements-hero__lead {
  max-width: 570px;
  margin-top: 28px;
  color: #5c6d64;
  font-size: 17px;
  line-height: 2;
}
body#investor-requirements .requirements-hero__actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}
body#investor-requirements .requirements-hero__notes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  margin-top: 27px;
  list-style: none;
}
body#investor-requirements .requirements-hero__note {
  position: relative;
  padding-left: 19px;
  color: #5c6d64;
  font-size: 12px;
}
body#investor-requirements .requirements-hero__note::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #1B7A4E;
  border-left: 2px solid #1B7A4E;
  content: "";
  transform: rotate(-45deg);
}
body#investor-requirements .requirements-hero__visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 3px 3px 80px 3px;
  box-shadow: 0 24px 70px rgba(9, 47, 28, 0.18);
}
body#investor-requirements .requirements-hero__visual picture,
body#investor-requirements .requirements-hero__visual img {
  width: 100%;
  height: 100%;
}
body#investor-requirements .requirements-hero__visual img {
  object-fit: cover;
}
body#investor-requirements .requirements-hero__metric {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
  padding: 20px 24px;
  color: #fff;
  background: #0d492b;
}
body#investor-requirements .requirements-hero__metric-number {
  font-family: Arial, sans-serif;
  font-size: 54px;
  line-height: 1;
}
body#investor-requirements .requirements-hero__metric-text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
body#investor-requirements .judgment-bar {
  background: #092f1c;
}
body#investor-requirements .judgment-bar__inner {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  min-height: 110px;
}
body#investor-requirements .judgment-bar__title {
  color: #8ccdac;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#investor-requirements .judgment-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}
body#investor-requirements .judgment-bar__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  padding-left: 28px;
  border-left: 1px solid #395648;
  color: #fff;
  font-weight: 700;
}
body#investor-requirements .judgment-bar__item span {
  color: #8ccdac;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
body#investor-requirements .conditions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
body#investor-requirements .condition-card {
  position: relative;
  min-height: 430px;
  padding: 34px 28px;
  overflow: hidden;
  border: 1px solid #d9e2de;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 52, 35, 0.1);
}
body#investor-requirements .condition-card::after {
  position: absolute;
  right: -36px;
  bottom: -45px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  content: "";
  background: #e8f3ee;
}
body#investor-requirements .condition-card__number {
  color: #c69a50;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#investor-requirements .condition-card__icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-top: 25px;
  border-radius: 50%;
  color: #1B7A4E;
  background: #e8f3ee;
}
body#investor-requirements .condition-card__icon svg {
  width: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
body#investor-requirements .condition-card__title {
  margin-top: 24px;
  font-size: 23px;
  line-height: 1.4;
}
body#investor-requirements .condition-card__list {
  display: grid;
  gap: 11px;
  margin-top: 18px;
  list-style: none;
}
body#investor-requirements .condition-card__list li {
  position: relative;
  padding-left: 18px;
  color: #5c6d64;
  font-size: 13px;
  line-height: 1.75;
}
body#investor-requirements .condition-card__list li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #1B7A4E;
}
body#investor-requirements .conditions__note {
  margin-top: 28px;
}
body#investor-requirements .site-context__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 80px;
}
body#investor-requirements .site-context__visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 80px 3px 3px 3px;
  box-shadow: 0 24px 70px rgba(9, 47, 28, 0.18);
}
body#investor-requirements .site-context__visual picture,
body#investor-requirements .site-context__visual img {
  width: 100%;
  height: 100%;
}
body#investor-requirements .site-context__visual img {
  object-fit: cover;
}
body#investor-requirements .site-context__title {
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.4;
}
body#investor-requirements .site-context__text {
  margin-top: 26px;
  color: #5c6d64;
  line-height: 2;
}
body#investor-requirements .site-context__data {
  margin-top: 34px;
  border-top: 1px solid #d9e2de;
}
body#investor-requirements .site-context__data-row {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #d9e2de;
}
body#investor-requirements .site-context__term {
  color: #1B7A4E;
  font-size: 13px;
  font-weight: 700;
}
body#investor-requirements .site-context__description {
  color: #5c6d64;
  font-size: 13px;
  line-height: 1.8;
}
body#investor-requirements .pitfalls__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body#investor-requirements .pitfall-card {
  min-height: 340px;
  padding: 38px 34px;
  border-top: 4px solid #1B7A4E;
  background: #f5f8f6;
}
body#investor-requirements .pitfall-card--accent {
  color: #fff;
  border-top-color: #c69a50;
  background: #0d492b;
  transform: translateY(-22px);
}
body#investor-requirements .pitfall-card__index {
  color: #c69a50;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body#investor-requirements .pitfall-card__title {
  margin-top: 34px;
  font-size: 25px;
  line-height: 1.55;
}
body#investor-requirements .pitfall-card__text {
  margin-top: 24px;
  color: #5c6d64;
  font-size: 14px;
  line-height: 1.9;
}
body#investor-requirements .pitfall-card--accent .pitfall-card__text {
  color: #d8e3de;
}
body#investor-requirements .inline-cta {
  padding: 64px 0;
  color: #fff;
  background: #1B7A4E;
}
body#investor-requirements .inline-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 70px;
}
body#investor-requirements .inline-cta__eyebrow {
  color: #bde2d0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#investor-requirements .inline-cta__title {
  max-width: 730px;
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.55;
}
body#investor-requirements .inline-cta__actions {
  display: grid;
  justify-items: center;
  gap: 10px;
}
body#investor-requirements .inline-cta__link {
  color: #fff;
  font-size: 13px;
  text-underline-offset: 4px;
}
body#investor-requirements .diagnosis__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  align-items: center;
  gap: 80px;
}
body#investor-requirements .diagnosis__title {
  font-size: clamp(38px, 4vw, 54px);
  line-height: 1.35;
}
body#investor-requirements .diagnosis__lead {
  margin-top: 22px;
  color: #5c6d64;
  line-height: 2;
}
body#investor-requirements .diagnosis__list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  list-style: none;
}
body#investor-requirements .diagnosis__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid #d9e2de;
}
body#investor-requirements .diagnosis__item:last-child {
  border-bottom: 1px solid #d9e2de;
}
body#investor-requirements .diagnosis__number {
  color: #1B7A4E;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
body#investor-requirements .diagnosis__item-title {
  font-size: 18px;
}
body#investor-requirements .diagnosis__item-text {
  margin-top: 5px;
  color: #5c6d64;
  font-size: 13px;
  line-height: 1.8;
}
body#investor-requirements .diagnosis__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(9, 47, 28, 0.18);
}
body#investor-requirements .diagnosis__visual picture,
body#investor-requirements .diagnosis__visual img {
  width: 100%;
  height: 100%;
}
body#investor-requirements .diagnosis__visual img {
  object-fit: cover;
}
body#investor-requirements .diagnosis__caption {
  position: absolute;
  right: 26px;
  bottom: 26px;
  left: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 20px 22px;
  color: #fff;
  background: rgba(9, 47, 28, 0.9);
  backdrop-filter: blur(6px);
}
body#investor-requirements .diagnosis__caption span {
  color: #8ccdac;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
}
body#investor-requirements .diagnosis__caption strong {
  font-size: 12px;
  line-height: 1.5;
}
body#investor-requirements .diagnosis__caption-arrow {
  color: #fff !important;
  font-size: 18px !important;
}
body#investor-requirements .documents__stage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body#investor-requirements .document-stage {
  min-height: 480px;
  padding: 35px 30px;
  border: 1px solid #395648;
  background: #173828;
}
body#investor-requirements .document-stage--featured {
  border-color: #c69a50;
  background: #214a36;
  transform: translateY(-16px);
}
body#investor-requirements .document-stage__step {
  color: #8ccdac;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#investor-requirements .document-stage__title {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.45;
}
body#investor-requirements .document-stage__timing {
  margin-top: 10px;
  color: #a9beb3;
  font-size: 12px;
}
body#investor-requirements .document-stage__list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  list-style: none;
}
body#investor-requirements .document-stage__list li {
  position: relative;
  padding-left: 24px;
  color: #dce7e2;
  font-size: 14px;
  line-height: 1.75;
}
body#investor-requirements .document-stage__list li::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #8ccdac;
  border-left: 2px solid #8ccdac;
  content: "";
  transform: rotate(-45deg);
}
body#investor-requirements .documents__detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 65px;
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #395648;
}
body#investor-requirements .documents__detail-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}
body#investor-requirements .documents__detail-visual picture,
body#investor-requirements .documents__detail-visual img {
  width: 100%;
  height: 100%;
}
body#investor-requirements .documents__detail-visual img {
  object-fit: cover;
}
body#investor-requirements .documents__detail-label {
  color: #8ccdac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#investor-requirements .documents__detail-title {
  margin-top: 18px;
  font-size: 35px;
  line-height: 1.55;
}
body#investor-requirements .documents__detail-text {
  margin-top: 24px;
  color: #c5d4cc;
  line-height: 2;
}
body#investor-requirements .documents__detail-note {
  margin-top: 20px;
  color: #91aa9e;
  font-size: 12px;
}
body#investor-requirements .process__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
}
body#investor-requirements .process__item {
  position: relative;
  min-height: 255px;
  padding: 30px 24px;
  border-top: 1px solid #d9e2de;
  border-bottom: 1px solid #d9e2de;
  border-left: 1px solid #d9e2de;
}
body#investor-requirements .process__item:last-child {
  border-right: 1px solid #d9e2de;
}
body#investor-requirements .process__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -11px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #d9e2de;
  border-radius: 50%;
  color: #1B7A4E;
  content: "›";
  background: #fff;
  transform: translateY(-50%);
}
body#investor-requirements .process__number {
  color: #1B7A4E;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
body#investor-requirements .process__title {
  margin-top: 44px;
  font-size: 19px;
}
body#investor-requirements .process__text {
  margin-top: 16px;
  color: #5c6d64;
  font-size: 13px;
  line-height: 1.8;
}
body#investor-requirements .alternatives__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: 70px;
  margin-bottom: 50px;
}
body#investor-requirements .alternatives__intro .section-heading__eyebrow {
  grid-column: 1/-1;
  margin-bottom: -40px;
}
body#investor-requirements .alternatives__title {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.45;
}
body#investor-requirements .alternatives__lead {
  align-self: end;
  color: #5c6d64;
  line-height: 2;
}
body#investor-requirements .alternatives__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
body#investor-requirements .alternative-card {
  min-height: 280px;
  padding: 28px;
  border-bottom: 3px solid #1B7A4E;
  background: #fff;
  box-shadow: 0 18px 45px rgba(18, 52, 35, 0.1);
}
body#investor-requirements .alternative-card__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
body#investor-requirements .alternative-card__title {
  margin-top: 28px;
  font-size: 19px;
}
body#investor-requirements .alternative-card__text {
  margin-top: 15px;
  color: #5c6d64;
  font-size: 13px;
  line-height: 1.8;
}
body#investor-requirements .faq__list {
  border-top: 1px solid #d9e2de;
}
body#investor-requirements .faq__item {
  border-bottom: 1px solid #d9e2de;
}
body#investor-requirements .faq__question-heading {
  font-size: inherit;
}
body#investor-requirements .faq__question {
  display: grid;
  grid-template-columns: 44px 1fr 28px;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 92px;
  padding: 18px 12px;
  color: #13251c;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
body#investor-requirements .faq__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}
body#investor-requirements .faq__question-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
body#investor-requirements .faq__toggle {
  position: relative;
  width: 20px;
  height: 20px;
}
body#investor-requirements .faq__toggle::before,
body#investor-requirements .faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  background: #1B7A4E;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
body#investor-requirements .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body#investor-requirements .faq__question[aria-expanded=true] .faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
body#investor-requirements .faq__answer {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 0 52px 30px 12px;
}
body#investor-requirements .faq__answer[hidden] {
  display: none;
}
body#investor-requirements .faq__mark--answer {
  color: #1B7A4E;
  background: #e8f3ee;
}
body#investor-requirements .faq__answer-text {
  padding-top: 4px;
  color: #5c6d64;
  line-height: 2;
}
body#investor-requirements .related-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body#investor-requirements .related-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #d9e2de;
  color: #13251c;
  background: #fff;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  body#investor-requirements .related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(18, 52, 35, 0.1);
  }
}
body#investor-requirements .related-card__label {
  color: #1B7A4E;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#investor-requirements .related-card__title {
  margin-top: 26px;
  font-size: 23px;
}
body#investor-requirements .related-card__text {
  margin-top: 12px;
  color: #5c6d64;
  font-size: 13px;
}
body#investor-requirements .related-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 25px;
  color: #1B7A4E;
  font-size: 25px;
}
body#investor-requirements .final-cta {
  position: relative;
  display: grid;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
}
body#investor-requirements .final-cta__background,
body#investor-requirements .final-cta__overlay,
body#investor-requirements .final-cta__inner {
  grid-area: 1/1;
}
body#investor-requirements .final-cta__background picture,
body#investor-requirements .final-cta__background img {
  width: 100%;
  height: 100%;
}
body#investor-requirements .final-cta__background img {
  object-fit: cover;
}
body#investor-requirements .final-cta__overlay {
  background: linear-gradient(90deg, rgba(6, 37, 22, 0.94) 0%, rgba(6, 37, 22, 0.8) 48%, rgba(6, 37, 22, 0.18) 100%);
}
body#investor-requirements .image-status--cta {
  top: 24px;
  right: 24px;
}
body#investor-requirements .final-cta__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
}
body#investor-requirements .final-cta__eyebrow {
  color: #8ccdac;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#investor-requirements .final-cta__title {
  max-width: 700px;
  margin-top: 20px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.35;
}
body#investor-requirements .final-cta__lead {
  max-width: 640px;
  margin-top: 24px;
  color: #d8e3de;
  font-size: 16px;
  line-height: 2;
}
body#investor-requirements .final-cta__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}
body#investor-requirements .final-cta__link {
  color: #fff;
  text-underline-offset: 5px;
}
body#investor-requirements .final-cta__note {
  margin-top: 24px;
  color: #a9beb3;
  font-size: 11px;
}
@media screen and (max-width: 1100px) {
  body#investor-requirements .requirements-hero__inner,
  body#investor-requirements .diagnosis__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 45px;
  }
  body#investor-requirements .requirements-hero__visual {
    min-height: 560px;
  }
  body#investor-requirements .conditions__grid,
  body#investor-requirements .alternatives__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body#investor-requirements .process__list {
    grid-template-columns: repeat(3, 1fr);
  }
  body#investor-requirements .process__item:nth-child(3) {
    border-right: 1px solid #d9e2de;
  }
}
@media screen and (max-width: 850px) {
  body#investor-requirements .requirements-hero {
    padding: 42px 0 64px;
  }
  body#investor-requirements .requirements-hero__inner,
  body#investor-requirements .site-context__inner,
  body#investor-requirements .diagnosis__inner,
  body#investor-requirements .documents__detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body#investor-requirements .requirements-hero__title {
    font-size: 48px;
  }
  body#investor-requirements .requirements-hero__lead {
    font-size: 15px;
  }
  body#investor-requirements .requirements-hero__actions {
    display: grid;
    gap: 18px;
  }
  body#investor-requirements .requirements-hero__visual {
    min-height: 480px;
    border-radius: 3px 3px 50px 3px;
  }
  body#investor-requirements .requirements-hero__notes {
    display: grid;
  }
  body#investor-requirements .judgment-bar__inner {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body#investor-requirements .judgment-bar__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 18px;
  }
  body#investor-requirements .judgment-bar__item {
    min-height: 52px;
    padding-left: 14px;
    font-size: 13px;
  }
  body#investor-requirements .judgment-bar__item:nth-child(3) {
    border-top: 1px solid #395648;
  }
  body#investor-requirements .judgment-bar__item:nth-child(4) {
    border-top: 1px solid #395648;
  }
  body#investor-requirements .conditions__grid,
  body#investor-requirements .pitfalls__grid,
  body#investor-requirements .documents__stage-list,
  body#investor-requirements .alternatives__grid,
  body#investor-requirements .related-links__grid {
    grid-template-columns: 1fr;
  }
  body#investor-requirements .condition-card {
    min-height: auto;
  }
  body#investor-requirements .site-context__visual,
  body#investor-requirements .diagnosis__visual {
    min-height: 450px;
  }
  body#investor-requirements .site-context__data-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  body#investor-requirements .pitfall-card,
  body#investor-requirements .pitfall-card--accent {
    min-height: auto;
    transform: none;
  }
  body#investor-requirements .inline-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body#investor-requirements .inline-cta__title {
    font-size: 25px;
  }
  body#investor-requirements .inline-cta__actions {
    justify-items: stretch;
  }
  body#investor-requirements .diagnosis__caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 16px;
  }
  body#investor-requirements .diagnosis__caption-arrow {
    transform: rotate(90deg);
  }
  body#investor-requirements .document-stage,
  body#investor-requirements .document-stage--featured {
    min-height: auto;
    transform: none;
  }
  body#investor-requirements .documents__detail {
    margin-top: 45px;
    padding-top: 45px;
  }
  body#investor-requirements .documents__detail-visual {
    min-height: 390px;
  }
  body#investor-requirements .documents__detail-title {
    font-size: 29px;
  }
  body#investor-requirements .process__list {
    grid-template-columns: 1fr;
  }
  body#investor-requirements .process__item {
    min-height: auto;
    border-right: 1px solid #d9e2de;
    border-bottom: 0;
  }
  body#investor-requirements .process__item:last-child {
    border-bottom: 1px solid #d9e2de;
  }
  body#investor-requirements .process__item:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -11px;
    transform: translateX(50%) rotate(90deg);
  }
  body#investor-requirements .process__title {
    margin-top: 18px;
  }
  body#investor-requirements .alternatives__intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  body#investor-requirements .alternatives__intro .section-heading__eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  body#investor-requirements .faq__question {
    grid-template-columns: 36px 1fr 22px;
    gap: 12px;
    min-height: 84px;
    padding-right: 0;
    padding-left: 0;
  }
  body#investor-requirements .faq__mark {
    width: 34px;
    height: 34px;
  }
  body#investor-requirements .faq__question-text {
    font-size: 15px;
  }
  body#investor-requirements .faq__answer {
    grid-template-columns: 36px 1fr;
    gap: 12px;
    padding: 0 0 26px;
  }
  body#investor-requirements .final-cta {
    min-height: 720px;
  }
  body#investor-requirements .final-cta__overlay {
    background: linear-gradient(180deg, rgba(6, 37, 22, 0.45) 0%, rgba(6, 37, 22, 0.94) 58%);
  }
  body#investor-requirements .final-cta__inner {
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 72px;
  }
  body#investor-requirements .final-cta__title {
    font-size: 38px;
  }
  body#investor-requirements .final-cta__actions {
    display: grid;
    gap: 18px;
  }
}

/* ===== PHOTO HARMONY（§5-5 写真をテーマ色と調和・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after {
  content: ""; position: absolute; inset: 0;
  background: #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#investor-requirements {
  --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-requirements .section { padding: 96px 0; }
body#investor-requirements .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 13px; }
body#investor-requirements .section-heading__title { font-size: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-requirements .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#investor-requirements .section--dark .section-heading__en { color: var(--u-mint); }

/* ---- ボタン（主CTA=金へ統一） / フォーカス ---- */
body#investor-requirements .button--primary { color: var(--u-ink); background: var(--u-gold); box-shadow: 0 10px 26px rgba(245, 181, 0, 0.24); }
@media (hover: hover) and (pointer: fine) {
  body#investor-requirements .button--primary:hover { background: var(--u-gold); filter: brightness(0.92); }
}
body#investor-requirements .button:focus-visible { outline: 2px solid var(--u-text); outline-offset: 3px; }
body#investor-requirements :is(.requirements-hero, .section--dark, .inline-cta, .final-cta) .button:focus-visible { outline-color: #fff; }
body#investor-requirements :is(.requirements-hero, .inline-cta, .final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- ヒーロー（deepグラデ×白明朝31px） ---- */
body#investor-requirements .requirements-hero { padding: 96px 0; background: linear-gradient(115deg, var(--u-deep) 0%, #0A3320 100%); }
body#investor-requirements .requirements-hero__eyebrow { border-left-color: var(--u-mint); color: var(--u-mint); background: transparent; font-size: 13px; }
body#investor-requirements .requirements-hero__title { color: #fff; font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#investor-requirements .requirements-hero__title span { color: var(--u-mint); }
body#investor-requirements .requirements-hero .button--text { color: #fff; text-decoration: underline; }
body#investor-requirements .requirements-hero__lead { color: #E3F0E9; font-size: 18px; line-height: 1.9; }
body#investor-requirements .requirements-hero__note { color: rgba(255, 255, 255, 0.75); font-size: 13px; }
body#investor-requirements .requirements-hero__metric { background: var(--u-deep); font-size: 13px; }

/* ---- 判定バー / 条件カード ---- */
body#investor-requirements .judgment-bar { background: var(--u-tint); }
body#investor-requirements .condition-card__number { color: var(--u-text); font-size: 13px; }
body#investor-requirements .conditions__note { border-radius: 6px; background: var(--u-tint); }

/* ---- 適地文脈 / 落とし穴 ---- */
body#investor-requirements .site-context__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-requirements .pitfall-card { border-radius: 12px; }

/* ---- 濃色バンド（旧#102b1eの統一） / 中間CTA ---- */
body#investor-requirements .section--dark { background: linear-gradient(145deg, var(--u-deep) 0%, #0A3320 100%); }
body#investor-requirements .diagnosis__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-requirements .inline-cta { background: linear-gradient(115deg, var(--u-deep) 0%, #0A3320 100%); }
body#investor-requirements .inline-cta__eyebrow { color: var(--u-mint); font-size: 13px; }

/* ---- 代替提案 ---- */
body#investor-requirements .alternatives__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#investor-requirements .alternative-card { border-radius: 12px; }

/* ---- 最終CTA（濃色締めバンド） ---- */
body#investor-requirements .final-cta__overlay { background: linear-gradient(90deg, rgba(10, 50, 32, 0.94) 0%, rgba(10, 50, 32, 0.8) 48%, rgba(10, 50, 32, 0.25) 100%); }
body#investor-requirements .final-cta__eyebrow { color: var(--u-mint); font-size: 13px; }
body#investor-requirements .final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#investor-requirements .final-cta__lead { font-size: 18px; line-height: 1.9; }
body#investor-requirements .final-cta__note { font-size: 13px; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#investor-requirements .requirements-hero__visual { position: relative; }
body#investor-requirements .requirements-hero__visual picture { position: absolute; inset: 0; }
body#investor-requirements .requirements-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
body#investor-requirements .site-context__visual { position: relative; }
body#investor-requirements .site-context__visual picture { position: absolute; inset: 0; }
body#investor-requirements .site-context__visual img { width: 100%; height: 100%; object-fit: cover; }
body#investor-requirements .diagnosis__visual { position: relative; }
body#investor-requirements .diagnosis__visual picture { position: absolute; inset: 0; }
body#investor-requirements .diagnosis__visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift13Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#investor-requirements .requirements-hero__eyebrow { animation: uplift13Fade 0.6s ease 0s both; }
body#investor-requirements .requirements-hero__title { animation: uplift13Fade 0.6s ease 0.12s both; }
body#investor-requirements .requirements-hero__lead { animation: uplift13Fade 0.6s ease 0.24s both; }
body#investor-requirements .requirements-hero__actions { animation: uplift13Fade 0.6s ease 0.36s both; }
body#investor-requirements .requirements-hero__visual { animation: uplift13Fade 0.6s ease 0.24s both; }
@media (prefers-reduced-motion: reduce) {
  body#investor-requirements .requirements-hero__eyebrow,
  body#investor-requirements .requirements-hero__title,
  body#investor-requirements .requirements-hero__lead,
  body#investor-requirements .requirements-hero__actions,
  body#investor-requirements .requirements-hero__visual { animation: none; }
}

/* ---- レスポンシブ（96→48pxリズム） ---- */
@media (max-width: 900px) {
  body#investor-requirements .section { padding: 48px 0; }
  body#investor-requirements .requirements-hero { padding: 48px 0 64px; }
}
@media (max-width: 568px) {
  body#investor-requirements .requirements-hero__title { font-size: 25px; line-height: 1.6; }
  body#investor-requirements .section-heading__title { font-size: 20px; }
  body#investor-requirements .site-context__title,
  body#investor-requirements .diagnosis__title,
  body#investor-requirements .alternatives__title { font-size: 20px; }
  body#investor-requirements .final-cta__title { font-size: 25px; line-height: 1.6; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   investor-requirements は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#investor-requirements .header__actions { background: #1E8A58; }
body#investor-requirements .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#investor-requirements .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#investor-requirements .header__lang-link.is-current { background: #EDF6F1; }
body#investor-requirements .header__lang-button:focus-visible,
body#investor-requirements .header__lang-link:focus-visible,
body#investor-requirements .header__action-link:focus-visible,
body#investor-requirements .header__nav-link:focus-visible,
body#investor-requirements .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#investor-requirements .header__lang-button:hover { border-color: #1E8A58; }
  body#investor-requirements .header__lang-link:hover { background: #EDF6F1; }
  body#investor-requirements .header__nav-link:hover { color: #1E8A58; }
}
