/* ===== RETHEME green (§3-3b ページテーマ制・2026-07-03) — 元は page16.css.bak_20260703 ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
fieldset {
  margin-top: 0;
}

html {
  color: #26322c;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #26322c;
  background: #fff;
  text-rendering: optimizeLegibility;
}

#wrapper,
#contents {
  width: 100%;
}

main {
  display: block;
}

.inner {
  width: min(1180px, 100% - 80px);
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #0F4C30;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.breadcrumb {
  position: relative;
  z-index: 5;
  padding: 16px 0;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  width: min(1180px, 100% - 80px);
  margin: 0 auto;
  padding: 0;
  color: #66736d;
  font-size: 12px;
  line-height: 1.5;
  list-style: none;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  color: #d9e2de;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

.breadcrumb__link:focus-visible {
  outline: 2px solid #1B7A4E;
  outline-offset: 3px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading__en {
  margin-bottom: 12px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.section-heading__title {
  margin-bottom: 22px;
  color: #16181c;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.section-heading__lead {
  margin-bottom: 0;
  color: #66736d;
  font-size: 17px;
  line-height: 2;
}

.section-heading--light .section-heading__en,
.section-heading--light .section-heading__title,
.section-heading--light .section-heading__lead {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 64px;
  padding: 15px 30px;
  border: 0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button--primary,
.button--submit {
  color: #fff;
  background: #1B7A4E;
  box-shadow: 0 12px 30px rgba(15, 76, 46, 0.2);
}

.button--accent {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 30px rgba(245, 181, 0, 0.25);
}

.button__arrow {
  position: relative;
  width: 22px;
  height: 1px;
  background: currentColor;
}

.button__arrow::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.button:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 850px) {
  .inner {
    width: min(100% - 40px, 720px);
  }
  .section {
    padding: 88px 0;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb__list {
    width: min(100% - 40px, 720px);
    font-size: 11px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading__title {
    margin-bottom: 16px;
    font-size: 30px;
  }
  .section-heading__lead {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media (max-width: 568px) {
  .inner,
  .breadcrumb__list {
    width: calc(100% - 32px);
  }
  .section {
    padding: 72px 0;
  }
  .button {
    width: 100%;
    min-height: 60px;
    padding: 14px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *, .header *::before, .header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f4f8f6;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #1E8A58;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible, .header__lang-link:focus-visible, .header__action-link:focus-visible, .header__nav-link:focus-visible, .header__logo:focus-visible {
  outline: 2px solid #1E8A58;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1E8A58;
  }
  .header__lang-link:hover {
    background: #f4f8f6;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1E8A58;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions, .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow, .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: relative;
    z-index: 500;
    display: block;
  }
  .sp-menu__button {
    position: fixed;
    top: 19px;
    right: 18px;
    z-index: 510;
    display: grid;
    place-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1B7A4E;
    box-shadow: 0 8px 20px rgba(15, 76, 46, 0.25);
    cursor: pointer;
  }
  .sp-menu__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px auto;
    background: #fff;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    z-index: 520;
    overflow-y: auto;
    visibility: hidden;
    padding: 20px;
    background: #fff;
    opacity: 0;
    transform: translateX(100%);
    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: translateX(0);
  }
  .sp-menu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9e2de;
  }
  .sp-menu__logo {
    width: 160px;
  }
  .sp-menu__close {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f8f6;
    cursor: pointer;
  }
  .sp-menu__close::before,
  .sp-menu__close::after {
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 2px;
    background: #16181c;
    content: "";
  }
  .sp-menu__close::before {
    transform: rotate(45deg);
  }
  .sp-menu__close::after {
    transform: rotate(-45deg);
  }
  .sp-menu__nav {
    display: grid;
    gap: 0;
    margin-top: 24px;
  }
  .sp-menu__link {
    padding: 18px 4px;
    border-bottom: 1px solid #d9e2de;
    color: #16181c;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-top: 28px;
    border-radius: 999px;
    color: #fff;
    background: #1B7A4E;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-menu__button:focus-visible,
  .sp-menu__close:focus-visible,
  .sp-menu__link:focus-visible,
  .sp-menu__cta:focus-visible {
    outline: 3px solid #f5b500;
    outline-offset: 3px;
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f4f8f6;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1B7A4E 0%, #1E8A58 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4f8f6;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #1B7A4E;
  }
  .footer__summary:hover::after {
    background-color: #1B7A4E;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

body#lv-inv-request .request-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: #0F4C30;
}
body#lv-inv-request .request-hero__media,
body#lv-inv-request .request-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body#lv-inv-request .request-hero__media picture,
body#lv-inv-request .request-hero__media img {
  width: 100%;
  height: 100%;
}
body#lv-inv-request .request-hero__media img {
  object-fit: cover;
  object-position: center;
}
body#lv-inv-request .request-hero__overlay {
  background: linear-gradient(90deg, rgba(7, 42, 25, 0.92) 0%, rgba(7, 42, 25, 0.78) 42%, rgba(7, 42, 25, 0.26) 72%, rgba(7, 42, 25, 0.12) 100%), linear-gradient(0deg, rgba(7, 42, 25, 0.45) 0%, transparent 45%);
}
body#lv-inv-request .request-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 760px;
  padding-top: 70px;
  padding-bottom: 80px;
}
body#lv-inv-request .request-hero__content {
  width: min(700px, 64%);
}
body#lv-inv-request .request-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 24px;
  padding: 6px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  backdrop-filter: blur(8px);
}
body#lv-inv-request .request-hero__title {
  margin-bottom: 26px;
  font-size: clamp(46px, 5.4vw, 78px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
body#lv-inv-request .request-hero__title-sub {
  display: block;
  margin-bottom: 12px;
  font-size: 0.34em;
  font-weight: 600;
  letter-spacing: 0.12em;
}
body#lv-inv-request .request-hero__lead {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.9;
}
body#lv-inv-request .request-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
body#lv-inv-request .request-hero__fact {
  display: grid;
  gap: 2px;
  padding: 15px 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  text-align: center;
  backdrop-filter: blur(10px);
}
body#lv-inv-request .request-hero__fact strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
body#lv-inv-request .request-hero__fact span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}
body#lv-inv-request .request-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
body#lv-inv-request .request-hero__button {
  min-width: 260px;
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}
body#lv-inv-request .request-hero__text-link {
  position: relative;
  padding-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
body#lv-inv-request .request-hero__text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  content: "";
}
body#lv-inv-request .request-hero__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
body#lv-inv-request .request-guide {
  position: relative;
  background: #fff;
}
body#lv-inv-request .request-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
body#lv-inv-request .request-guide__card {
  position: relative;
  min-height: 280px;
  padding: 38px 32px 34px;
  overflow: hidden;
  border: 1px solid #d9e2de;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 76, 46, 0.07);
}
body#lv-inv-request .request-guide__card::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f2f8f5;
  content: "";
}
body#lv-inv-request .request-guide__number {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 24px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#lv-inv-request .request-guide__title {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  color: #16181c;
  font-size: 22px;
  line-height: 1.5;
}
body#lv-inv-request .request-guide__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #66736d;
  font-size: 14px;
  line-height: 1.9;
}
body#lv-inv-request .request-materials {
  overflow: hidden;
  background: #f2f8f5;
}
body#lv-inv-request .request-materials__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 70px;
}
body#lv-inv-request .request-materials__eyebrow,
body#lv-inv-request .request-trust__eyebrow,
body#lv-inv-request .request-form-section__eyebrow,
body#lv-inv-request .request-final-cta__eyebrow {
  margin-bottom: 14px;
  color: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
}
body#lv-inv-request .request-materials__title,
body#lv-inv-request .request-trust__title,
body#lv-inv-request .request-form-section__title {
  margin-bottom: 24px;
  color: #16181c;
  font-size: clamp(32px, 3.6vw, 50px);
  line-height: 1.35;
}
body#lv-inv-request .request-materials__lead,
body#lv-inv-request .request-trust__lead,
body#lv-inv-request .request-form-section__lead {
  margin-bottom: 28px;
  color: #66736d;
  font-size: 16px;
  line-height: 2;
}
body#lv-inv-request .request-materials__list,
body#lv-inv-request .request-trust__list {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
body#lv-inv-request .request-materials__item,
body#lv-inv-request .request-trust__item {
  position: relative;
  padding-left: 30px;
  color: #26322c;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}
body#lv-inv-request .request-materials__item::before,
body#lv-inv-request .request-trust__item::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 17px;
  height: 9px;
  border-bottom: 2px solid #1B7A4E;
  border-left: 2px solid #1B7A4E;
  content: "";
  transform: rotate(-45deg);
}
body#lv-inv-request .request-materials__figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
body#lv-inv-request .request-materials__figure {
  display: grid;
  gap: 4px;
  padding: 20px 22px;
  border-left: 4px solid #f5b500;
  border-radius: 0 12px 12px 0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 76, 46, 0.06);
}
body#lv-inv-request .request-materials__figure-label {
  color: #66736d;
  font-size: 12px;
  font-weight: 600;
}
body#lv-inv-request .request-materials__figure-value {
  color: #0F4C30;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.2;
}
body#lv-inv-request .request-materials__figure-value span {
  margin-left: 4px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 14px;
}
body#lv-inv-request .request-materials__note {
  margin-bottom: 0;
  color: #66736d;
  font-size: 11px;
  line-height: 1.8;
}
body#lv-inv-request .request-materials__visual {
  position: relative;
  min-height: 560px;
}
body#lv-inv-request .request-materials__visual::before {
  position: absolute;
  top: -50px;
  right: -70px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(27, 122, 75, 0.18);
  border-radius: 50%;
  content: "";
}
body#lv-inv-request .request-materials__visual picture,
body#lv-inv-request .request-materials__visual img {
  width: 100%;
  height: 100%;
}
body#lv-inv-request .request-materials__visual picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 180px 20px 20px 20px;
  box-shadow: 0 24px 60px rgba(15, 76, 46, 0.1);
}
body#lv-inv-request .request-materials__visual img {
  object-fit: cover;
  object-position: center;
}
body#lv-inv-request .request-form-section {
  position: relative;
  background: #fff;
}
body#lv-inv-request .request-form-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 260px;
  background: linear-gradient(180deg, #f2f8f5 0%, rgba(242, 248, 245, 0) 100%);
  content: "";
}
body#lv-inv-request .request-form-section__inner {
  position: relative;
}
body#lv-inv-request .request-form-section__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}
body#lv-inv-request .request-form-section__status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
body#lv-inv-request .request-form-section__status span {
  padding: 7px 14px;
  border: 1px solid #d9e2de;
  border-radius: 999px;
  color: #0F4C30;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}
body#lv-inv-request .request-form {
  max-width: 920px;
  margin: 0 auto;
  padding: 62px 70px;
  border: 1px solid #d9e2de;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 76, 46, 0.1);
}
body#lv-inv-request .request-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
body#lv-inv-request .request-form__group {
  margin-bottom: 30px;
}
body#lv-inv-request .request-form__label,
body#lv-inv-request .request-form__legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #16181c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
body#lv-inv-request .request-form__fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}
body#lv-inv-request .form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}
body#lv-inv-request .form-badge--required {
  color: #fff;
  background: #1B7A4E;
}
body#lv-inv-request .form-badge--optional {
  color: #66736d;
  background: #f5f8f6;
}
body#lv-inv-request .request-form__control {
  width: 100%;
  min-height: 56px;
  padding: 13px 16px;
  border: 1px solid #d9e2de;
  border-radius: 8px;
  color: #16181c;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
body#lv-inv-request .request-form__control::placeholder {
  color: #9ca8a2;
}
body#lv-inv-request .request-form__control:focus {
  border-color: #1B7A4E;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(27, 122, 75, 0.12);
}
body#lv-inv-request .request-form__control[aria-invalid=true] {
  border-color: #b42318;
}
body#lv-inv-request .request-form__control--textarea {
  min-height: 160px;
  resize: vertical;
}
body#lv-inv-request .request-form__options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body#lv-inv-request .request-form__options--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body#lv-inv-request .request-form__option {
  position: relative;
  cursor: pointer;
}
body#lv-inv-request .request-form__option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
body#lv-inv-request .request-form__option span {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 18px 10px 46px;
  border: 1px solid #d9e2de;
  border-radius: 8px;
  color: #26322c;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
body#lv-inv-request .request-form__option span::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #aebbb4;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}
body#lv-inv-request .request-form__option input:checked + span {
  border-color: #1B7A4E;
  color: #0F4C30;
  background: #f2f8f5;
}
body#lv-inv-request .request-form__option input:checked + span::before {
  border: 5px solid #1B7A4E;
}
body#lv-inv-request .request-form__option input:focus-visible + span {
  outline: 3px solid #f5b500;
  outline-offset: 3px;
}
body#lv-inv-request .request-form__error {
  min-height: 1.5em;
  margin: 6px 0 0;
  color: #b42318;
  font-size: 12px;
  line-height: 1.5;
}
body#lv-inv-request .request-form__privacy {
  margin-top: 8px;
  padding: 22px;
  border-radius: 12px;
  background: #f5f8f6;
}
body#lv-inv-request .request-form__privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #26322c;
  font-size: 14px;
  line-height: 1.8;
  cursor: pointer;
}
body#lv-inv-request .request-form__privacy-label input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: #1B7A4E;
}
body#lv-inv-request .request-form__privacy-link {
  color: #0F4C30;
  font-weight: 700;
  text-underline-offset: 3px;
}
body#lv-inv-request .request-form__submit-area {
  margin-top: 38px;
  text-align: center;
}
body#lv-inv-request .request-form__submit-note,
body#lv-inv-request .request-form__secure {
  color: #66736d;
  font-size: 12px;
  line-height: 1.7;
}
body#lv-inv-request .request-form__submit-note {
  margin-bottom: 16px;
}
body#lv-inv-request .request-form__submit {
  min-width: 360px;
}
body#lv-inv-request .request-form__secure {
  margin: 16px 0 0;
}
body#lv-inv-request .request-form__notice {
  display: none;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid #1B7A4E;
  border-radius: 10px;
  color: #0F4C30;
  background: #f2f8f5;
  font-size: 14px;
  text-align: center;
}
body#lv-inv-request .request-form__notice.is-visible {
  display: block;
}
body#lv-inv-request .request-flow {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #0F4C30;
}
body#lv-inv-request .request-flow::before {
  position: absolute;
  top: -180px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}
body#lv-inv-request .request-flow__inner {
  position: relative;
  z-index: 1;
}
body#lv-inv-request .request-flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#lv-inv-request .request-flow__item {
  position: relative;
  min-height: 270px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}
body#lv-inv-request .request-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 2;
  width: 14px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  content: "";
}
body#lv-inv-request .request-flow__step {
  display: block;
  margin-bottom: 22px;
  color: #f5b500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#lv-inv-request .request-flow__icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #0F4C30;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}
body#lv-inv-request .request-flow__title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}
body#lv-inv-request .request-flow__text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.8;
}
body#lv-inv-request .request-trust {
  background: #fff;
}
body#lv-inv-request .request-trust__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 76px;
}
body#lv-inv-request .request-trust__visual {
  min-height: 520px;
  overflow: hidden;
  border-radius: 20px 160px 20px 20px;
  box-shadow: 0 24px 60px rgba(15, 76, 46, 0.1);
}
body#lv-inv-request .request-trust__visual picture,
body#lv-inv-request .request-trust__visual img {
  width: 100%;
  height: 100%;
}
body#lv-inv-request .request-trust__visual img {
  object-fit: cover;
}
body#lv-inv-request .request-trust__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0F4C30;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}
body#lv-inv-request .request-insight {
  background: #f5f8f6;
}
body#lv-inv-request .request-insight__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
body#lv-inv-request .request-insight__card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 76, 46, 0.08);
}
body#lv-inv-request .request-insight__image {
  height: 340px;
  overflow: hidden;
}
body#lv-inv-request .request-insight__image picture,
body#lv-inv-request .request-insight__image img {
  width: 100%;
  height: 100%;
}
body#lv-inv-request .request-insight__image img {
  object-fit: cover;
}
body#lv-inv-request .request-insight__body {
  padding: 30px 34px 34px;
}
body#lv-inv-request .request-insight__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #0F4C30;
  background: #e8f3ee;
  font-size: 11px;
  font-weight: 700;
}
body#lv-inv-request .request-insight__title {
  margin-bottom: 14px;
  color: #16181c;
  font-size: 24px;
  line-height: 1.5;
}
body#lv-inv-request .request-insight__text {
  margin-bottom: 0;
  color: #66736d;
  font-size: 14px;
  line-height: 1.9;
}
body#lv-inv-request .request-faq {
  background: #fff;
}
body#lv-inv-request .request-faq__list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #d9e2de;
}
body#lv-inv-request .request-faq__item {
  border-bottom: 1px solid #d9e2de;
}
body#lv-inv-request .request-faq__question {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  padding: 28px 6px;
  color: #16181c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}
body#lv-inv-request .request-faq__question::-webkit-details-marker {
  display: none;
}
body#lv-inv-request .request-faq__mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #1B7A4E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
body#lv-inv-request .request-faq__mark--answer {
  color: #0F4C30;
  background: #e8f3ee;
}
body#lv-inv-request .request-faq__toggle {
  position: relative;
  width: 24px;
  height: 24px;
}
body#lv-inv-request .request-faq__toggle::before,
body#lv-inv-request .request-faq__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #1B7A4E;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}
body#lv-inv-request .request-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body#lv-inv-request .request-faq__item[open] .request-faq__toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
body#lv-inv-request .request-faq__answer {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  padding: 0 6px 30px;
}
body#lv-inv-request .request-faq__answer-text {
  margin: 2px 0 0;
  color: #66736d;
  font-size: 14px;
  line-height: 2;
}
body#lv-inv-request .request-faq__question:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 3px;
}
body#lv-inv-request .request-final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #fff;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.1) 0, transparent 32%), linear-gradient(135deg, #0F4C30 0%, #1B7A4E 100%);
}
body#lv-inv-request .request-final-cta::after {
  position: absolute;
  right: -120px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}
body#lv-inv-request .request-final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  text-align: center;
}
body#lv-inv-request .request-final-cta__eyebrow {
  color: #f5b500;
}
body#lv-inv-request .request-final-cta__title {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.4;
}
body#lv-inv-request .request-final-cta__text {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.9;
}
body#lv-inv-request .request-final-cta__button {
  min-width: 300px;
}
body#lv-inv-request .request-final-cta__note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}
body#lv-inv-request .floating-cta {
  display: none;
}
@media (max-width: 1024px) {
  body#lv-inv-request .request-hero,
  body#lv-inv-request .request-hero__inner {
    min-height: 700px;
  }
  body#lv-inv-request .request-hero__content {
    width: min(680px, 72%);
  }
  body#lv-inv-request .request-materials__inner,
  body#lv-inv-request .request-trust__inner {
    gap: 44px;
  }
  body#lv-inv-request .request-form {
    padding: 52px 48px;
  }
  body#lv-inv-request .request-flow__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  body#lv-inv-request .request-flow__item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 850px) {
  body#lv-inv-request .request-hero {
    min-height: auto;
  }
  body#lv-inv-request .request-hero__media {
    position: relative;
    height: 52vw;
    min-height: 320px;
  }
  body#lv-inv-request .request-hero__media img {
    object-position: center 45%;
  }
  body#lv-inv-request .request-hero__overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(7, 42, 25, 0.18) 34%, #0F4C30 82%);
  }
  body#lv-inv-request .request-hero__inner {
    min-height: auto;
    margin-top: -80px;
    padding-top: 0;
    padding-bottom: 72px;
  }
  body#lv-inv-request .request-hero__content {
    width: 100%;
  }
  body#lv-inv-request .request-hero__title {
    font-size: 48px;
  }
  body#lv-inv-request .request-hero__lead {
    font-size: 17px;
  }
  body#lv-inv-request .request-guide__grid,
  body#lv-inv-request .request-insight__inner {
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-guide__card {
    min-height: auto;
  }
  body#lv-inv-request .request-materials__inner,
  body#lv-inv-request .request-trust__inner {
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-materials__visual,
  body#lv-inv-request .request-trust__visual {
    min-height: 460px;
  }
  body#lv-inv-request .request-materials__visual {
    grid-row: 1;
  }
  body#lv-inv-request .request-materials__visual picture {
    border-radius: 100px 18px 18px 18px;
  }
  body#lv-inv-request .request-trust__visual {
    border-radius: 18px 100px 18px 18px;
  }
  body#lv-inv-request .request-form {
    padding: 42px 34px;
  }
  body#lv-inv-request .request-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body#lv-inv-request .request-insight__image {
    height: 420px;
  }
  body#lv-inv-request .floating-cta {
    position: fixed;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 400;
    display: block;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  body#lv-inv-request .floating-cta.is-hidden {
    pointer-events: none;
    opacity: 0;
    transform: translateY(20px);
  }
  body#lv-inv-request .floating-cta__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border-radius: 999px;
    color: #16181c;
    background: #f5b500;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (max-width: 568px) {
  body#lv-inv-request .request-hero__media {
    height: 76vw;
    min-height: 300px;
  }
  body#lv-inv-request .request-hero__inner {
    margin-top: -54px;
    padding-bottom: 58px;
  }
  body#lv-inv-request .request-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }
  body#lv-inv-request .request-hero__title {
    margin-bottom: 18px;
    font-size: 38px;
    line-height: 1.25;
  }
  body#lv-inv-request .request-hero__title-sub {
    font-size: 15px;
  }
  body#lv-inv-request .request-hero__lead {
    margin-bottom: 24px;
    font-size: 15px;
  }
  body#lv-inv-request .request-hero__break {
    display: none;
  }
  body#lv-inv-request .request-hero__facts {
    gap: 6px;
  }
  body#lv-inv-request .request-hero__fact {
    padding: 12px 7px;
  }
  body#lv-inv-request .request-hero__fact strong {
    font-size: 14px;
  }
  body#lv-inv-request .request-hero__fact span {
    font-size: 10px;
  }
  body#lv-inv-request .request-hero__actions {
    display: grid;
    gap: 16px;
  }
  body#lv-inv-request .request-hero__text-link {
    justify-self: center;
  }
  body#lv-inv-request .request-guide__grid {
    gap: 16px;
  }
  body#lv-inv-request .request-guide__card {
    padding: 30px 24px;
  }
  body#lv-inv-request .request-materials__title,
  body#lv-inv-request .request-trust__title,
  body#lv-inv-request .request-form-section__title {
    font-size: 30px;
  }
  body#lv-inv-request .request-materials__figures {
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-materials__visual,
  body#lv-inv-request .request-trust__visual {
    min-height: 340px;
  }
  body#lv-inv-request .request-form {
    padding: 32px 20px;
    border-radius: 18px;
  }
  body#lv-inv-request .request-form__options--grid {
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-form__options {
    display: grid;
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-form__submit {
    min-width: 0;
  }
  body#lv-inv-request .request-flow__list {
    grid-template-columns: 1fr;
  }
  body#lv-inv-request .request-flow__item {
    min-height: auto;
  }
  body#lv-inv-request .request-insight__image {
    height: 280px;
  }
  body#lv-inv-request .request-insight__body {
    padding: 26px 24px 28px;
  }
  body#lv-inv-request .request-faq__question {
    grid-template-columns: 36px minmax(0, 1fr) 24px;
    gap: 10px;
    padding: 22px 0;
    font-size: 14px;
  }
  body#lv-inv-request .request-faq__answer {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 0 0 24px;
  }
  body#lv-inv-request .request-faq__mark {
    width: 32px;
    height: 32px;
  }
  body#lv-inv-request .request-final-cta {
    padding: 84px 0 110px;
  }
  body#lv-inv-request .request-final-cta__title {
    font-size: 32px;
  }
  body#lv-inv-request .request-final-cta__text {
    font-size: 15px;
  }
}

/* ===== PHOTO HARMONY（§5-5 写真をテーマ色と調和・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after {
  content: ""; position: absolute; inset: 0;
  background: #1E8A58; opacity: 0.14; mix-blend-mode: color; pointer-events: none;
}
@media (prefers-reduced-motion: reduce) { main img { transition: none; } }

/* ===== POSTER GRAMMAR（サムネ文法の移植・2026-07-03 v2） =====
   サムネ＝明朝見出し×英字キッカー字間×金/テーマの点使い。同じ声にそろえる。 */
main h1, main h2, main h3,
main [class*="__title"],
main [class*="-hero__title"] {
  font-family: 'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
main [class*="__eyebrow"], main [class*="__en"] {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
main [class*="__eyebrow"]::after {
  content: ""; display: inline-block; vertical-align: middle;
  width: 34px; height: 2px; margin-left: 14px;
  background: #1E8A58;
}
/* 大数字・番号はサムネ同様に細アウトライン風の品を（Barlow） */
main [class*="__number"] {
  font-family: 'Barlow', Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
}
/* カード類：影を抑えhoverで浮く（§8の上質ホバー） */
@media (hover: hover) and (pointer: fine) {
  main [class*="card"]:hover { transform: translateY(-4px); transition: transform 0.25s ease; }
}
@media (prefers-reduced-motion: reduce) {
  main [class*="card"]:hover { transform: none; }
}

/* ===== UPLIFT batch4 lv green (uplift_20260705) — バッチ④指示書 2026-07-05 ===== */
body#lv-inv-request {
  --u-theme: #1E8A58;
  --u-text: #1B7A4E;
  --u-deep: #0F4C30;
  --u-tint: #F1F7F3;
  --u-gold: #F5B500;
  --u-mint: #8FD6B0;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
}

/* ---- 基礎リズム / 見出し ---- */
body#lv-inv-request .section { padding: 96px 0; }
body#lv-inv-request .section-heading__en { margin-bottom: 16px; color: var(--u-text); font-size: 13px; }
body#lv-inv-request .section-heading__title { font-size: 25px; font-weight: 700; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-request .section-heading__lead { margin-top: 20px; color: var(--u-sub); font-size: 18px; line-height: 1.9; }

/* ---- ボタン / フォーカス ---- */
body#lv-inv-request .button:focus-visible { outline: 2px solid var(--u-text); outline-offset: 3px; }
body#lv-inv-request :is(.request-hero, .request-final-cta) .button:focus-visible { outline-color: #fff; }
body#lv-inv-request :is(.request-hero, .request-final-cta) .button--outline { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: transparent; }

/* ---- ヒーロー（既存deepダーク維持・トークン整合・白明朝31px） ---- */
body#lv-inv-request .request-hero__overlay { background: linear-gradient(90deg, rgba(10, 50, 32, 0.92) 0%, rgba(15, 76, 48, 0.78) 42%, rgba(15, 76, 48, 0.26) 72%, rgba(15, 76, 48, 0.12) 100%), linear-gradient(0deg, rgba(10, 50, 32, 0.45) 0%, transparent 45%); }
body#lv-inv-request .request-hero__eyebrow { font-size: 13px; }
body#lv-inv-request .request-hero__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-request .request-hero__lead { font-size: 18px; font-weight: 500; line-height: 1.9; }
body#lv-inv-request .request-hero__note { font-size: 13px; }

/* ---- ガイド / 資料 ---- */
body#lv-inv-request .request-materials__title, body#lv-inv-request .request-trust__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }
body#lv-inv-request .request-materials__eyebrow, body#lv-inv-request .request-trust__eyebrow { color: var(--u-text); font-size: 13px; }
body#lv-inv-request .request-insight__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.6; }

/* ---- フォーム（白地・意味色維持・radiusのみ整え） ---- */
body#lv-inv-request .request-form__row input, body#lv-inv-request .request-form__row select, body#lv-inv-request .request-form__row textarea { border-radius: 6px; }
body#lv-inv-request .request-form__privacy { border-radius: 6px; }

/* ---- 最終CTA（濃色締めバンド・deep→themeグラデ統一） ---- */
body#lv-inv-request .request-final-cta { background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08) 0, transparent 32%), linear-gradient(135deg, var(--u-deep) 0%, #0A3320 100%); }
body#lv-inv-request .request-final-cta__eyebrow { color: var(--u-mint); font-size: 13px; }
body#lv-inv-request .request-final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#lv-inv-request .request-final-cta__text { font-size: 18px; line-height: 1.9; }
body#lv-inv-request .request-final-cta__note { font-size: 13px; }

/* ---- 写真スロット充填修正（既存バグ: min-height親でpicture height:100%が失効=白帯露出。図解contain対象0を確認済み・写真スロット限定） ---- */
body#lv-inv-request .request-trust__visual { position: relative; }
body#lv-inv-request .request-trust__visual picture { position: absolute; inset: 0; }
body#lv-inv-request .request-trust__visual img { width: 100%; height: 100%; object-fit: cover; }

/* ---- ヒーロー登場モーション（CSSのみ・reduced-motionで停止） ---- */
@keyframes uplift16Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#lv-inv-request .request-hero__eyebrow { animation: uplift16Fade 0.6s ease 0s both; }
body#lv-inv-request .request-hero__title { animation: uplift16Fade 0.6s ease 0.12s both; }
body#lv-inv-request .request-hero__lead { animation: uplift16Fade 0.6s ease 0.24s both; }
body#lv-inv-request .request-hero__actions { animation: uplift16Fade 0.6s ease 0.36s both; }
body#lv-inv-request .request-hero__note { animation: uplift16Fade 0.6s ease 0.48s both; }
@media (prefers-reduced-motion: reduce) {
  body#lv-inv-request .request-hero__eyebrow,
  body#lv-inv-request .request-hero__title,
  body#lv-inv-request .request-hero__lead,
  body#lv-inv-request .request-hero__actions,
  body#lv-inv-request .request-hero__note { animation: none; }
}

/* ---- レスポンシブ（96→48pxリズム / SPヒーロー縦シェード） ---- */
@media (max-width: 900px) {
  body#lv-inv-request .section { padding: 48px 0; }
}
@media (max-width: 850px) {
  body#lv-inv-request .request-hero__overlay { background: linear-gradient(180deg, transparent 0%, rgba(15, 76, 48, 0.18) 34%, #0F4C30 82%); }
}
@media (max-width: 568px) {
  body#lv-inv-request .request-hero__title { font-size: 25px; line-height: 1.6; }
  body#lv-inv-request .section-heading__title { font-size: 20px; }
  body#lv-inv-request .request-materials__title, body#lv-inv-request .request-trust__title,
  body#lv-inv-request .request-insight__title { font-size: 20px; }
  body#lv-inv-request .request-final-cta__title { font-size: 25px; line-height: 1.6; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   lv-inv-request は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#lv-inv-request .header__actions { background: #1E8A58; }
body#lv-inv-request .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#lv-inv-request .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#lv-inv-request .header__lang-link.is-current { background: #EDF6F1; }
body#lv-inv-request .header__lang-button:focus-visible,
body#lv-inv-request .header__lang-link:focus-visible,
body#lv-inv-request .header__action-link:focus-visible,
body#lv-inv-request .header__nav-link:focus-visible,
body#lv-inv-request .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#lv-inv-request .header__lang-button:hover { border-color: #1E8A58; }
  body#lv-inv-request .header__lang-link:hover { background: #EDF6F1; }
  body#lv-inv-request .header__nav-link:hover { color: #1E8A58; }
}
