/* ===== RETHEME navy (§3-3b ページテーマ制・2026-07-03) — 元は page27.css.bak_20260703 ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #262c32;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
ul,
ol,
figure {
  margin-top: 0;
}

body {
  line-height: 1.85;
}

#wrapper,
#contents {
  width: 100%;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: #071A31;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.inner {
  width: min(1180px, 100% - 80px);
  margin: 0 auto;
}

.section {
  padding: 120px 0;
}

.section-heading__eyebrow {
  margin-bottom: 18px;
  color: #123A63;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.section-heading__title {
  margin-bottom: 28px;
  color: #111418;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.section-heading__lead {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: 270px;
  min-height: 66px;
  padding: 17px 24px 17px 30px;
  border: 1px solid transparent;
  border-radius: 3px;
  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--accent {
  color: #111418;
  background: #f5b500;
}

.button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(5, 19, 36, 0.28);
  backdrop-filter: blur(6px);
}

.button--light {
  color: #071A31;
  background: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  }
}

.text-link {
  display: inline-flex;
  gap: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #123A63;
  color: #123A63;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb {
  padding: 14px 40px;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  color: #686f76;
  font-size: 12px;
}

.breadcrumb__item + .breadcrumb__item::before {
  margin-right: 18px;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

.sp-menu-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 190;
  display: none;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #123A63;
  box-shadow: 0 22px 60px rgba(7, 28, 52, 0.12);
}

.sp-menu-button__line,
.sp-menu-button__line::before,
.sp-menu-button__line::after {
  position: absolute;
  left: 18px;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.sp-menu-button__line {
  top: 22px;
}

.sp-menu-button__line::before {
  top: -6px;
  left: 0;
}

.sp-menu-button__line::after {
  top: 6px;
  left: 0;
}

.sp-menu-button__label {
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.sp-menu {
  position: fixed;
  inset: 0;
  z-index: 180;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  transition: 0.25s;
}

.sp-menu.is-open {
  visibility: visible;
  opacity: 1;
}

.sp-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100%;
  padding: 80px 28px;
  background: #fff;
  transform: translateX(100%);
  transition: 0.25s;
}

.sp-menu.is-open .sp-menu__panel {
  transform: translateX(0);
}

.sp-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 0;
  font-size: 30px;
  background: transparent;
}

.sp-menu__nav {
  display: grid;
}

.sp-menu__link {
  padding: 18px 0;
  border-bottom: 1px solid #cdd2d8;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 850px) {
  .inner {
    width: min(100% - 40px, 680px);
  }
  .section {
    padding: 82px 0;
  }
  .section-heading__title {
    margin-bottom: 20px;
    font-size: clamp(30px, 9vw, 42px);
  }
  .section-heading__lead {
    font-size: 16px;
  }
  .button {
    width: 100%;
    min-width: 0;
    min-height: 60px;
  }
  .breadcrumb {
    padding: 10px 20px;
  }
  .sp-menu-button {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !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: #f4f6f8;
  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: #0C2A4D;
}

.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 #0C2A4D;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #0C2A4D;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #0C2A4D;
  }
}
@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 #f4f6f8;
}
.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, #1f5a9e 0%, #0f417b 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: #f4f6f8;
}
.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: #0C2A4D;
  }
  .footer__summary:hover::after {
    background-color: #0C2A4D;
  }
}
@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#hv-nextes .nextes-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  background: #061a31;
}
body#hv-nextes .nextes-hero__media,
body#hv-nextes .nextes-hero__shade {
  position: absolute;
  inset: 0;
}
body#hv-nextes .nextes-hero__media picture,
body#hv-nextes .nextes-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body#hv-nextes .nextes-hero__shade {
  background: linear-gradient(90deg, rgba(3, 16, 31, 0.95) 0%, rgba(5, 26, 50, 0.78) 42%, rgba(5, 26, 50, 0.1) 78%);
}
body#hv-nextes .nextes-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 760px;
}
body#hv-nextes .nextes-hero__content {
  width: min(620px, 58%);
  padding: 80px 0;
}
body#hv-nextes .nextes-hero__eyebrow {
  margin-bottom: 24px;
  color: #cfd7e0;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
body#hv-nextes .nextes-hero__title {
  margin-bottom: 26px;
  font-size: clamp(58px, 6.8vw, 104px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
body#hv-nextes .nextes-hero__title span {
  color: #f5b500;
}
body#hv-nextes .nextes-hero__lead {
  max-width: 600px;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}
body#hv-nextes .nextes-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#hv-nextes .nextes-hero__note {
  max-width: 570px;
  margin: 18px 0 0;
  color: #d4d9df;
  font-size: 12px;
}
body#hv-nextes .nextes-hero__index {
  position: absolute;
  right: -18px;
  bottom: -72px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.09);
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
}
body#hv-nextes .decision-bar {
  color: #fff;
  background: #123A63;
}
body#hv-nextes .decision-bar__inner {
  display: flex;
  align-items: center;
  gap: 70px;
  min-height: 112px;
}
body#hv-nextes .decision-bar__label {
  margin: 0;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#hv-nextes .decision-bar__list {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
body#hv-nextes .decision-bar__item {
  padding: 8px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 700;
  text-align: center;
}
body#hv-nextes .product-overview {
  overflow: hidden;
}
body#hv-nextes .product-overview__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}
body#hv-nextes .product-overview__lead {
  margin-bottom: 22px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}
body#hv-nextes .product-overview__text {
  margin-bottom: 34px;
  color: #686f76;
}
body#hv-nextes .product-overview__figure {
  position: relative;
  margin: 0 -7vw 0 0;
}
body#hv-nextes .product-overview__figure img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}
body#hv-nextes .product-overview__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  color: #fff;
  background: rgba(6, 26, 49, 0.85);
  font-size: 12px;
}
body#hv-nextes .pillars {
  color: #fff;
  background: #061a31;
}
body#hv-nextes .pillars .section-heading__eyebrow {
  color: #8fa8c4;
}
body#hv-nextes .pillars .section-heading__title {
  color: #fff;
}
body#hv-nextes .pillars .section-heading__lead {
  color: #c5cdd6;
}
body#hv-nextes .pillars__header {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  column-gap: 70px;
  margin-bottom: 65px;
}
body#hv-nextes .pillars__header .section-heading__eyebrow {
  grid-column: 1/-1;
}
body#hv-nextes .pillars__header .section-heading__title {
  margin-bottom: 0;
}
body#hv-nextes .pillars__header .section-heading__lead {
  align-self: end;
}
body#hv-nextes .pillars__list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
body#hv-nextes .pillars__item {
  display: grid;
  grid-template-columns: 70px 1fr 1.25fr 40px;
  align-items: center;
  gap: 30px;
  padding: 31px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: padding 0.25s, background 0.25s;
}
body#hv-nextes .pillars__number {
  color: #7d90a6;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 14px;
}
body#hv-nextes .pillars__name {
  font-size: 25px;
  font-weight: 700;
}
body#hv-nextes .pillars__desc {
  color: #b9c2cd;
}
body#hv-nextes .pillars__arrow {
  color: #f5b500;
  font-size: 24px;
}
@media (hover: hover) and (pointer: fine) {
  body#hv-nextes .pillars__item:hover {
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(255, 255, 255, 0.05);
  }
}
body#hv-nextes .control-system {
  color: #fff;
  background: #123A63;
}
body#hv-nextes .control-system__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
body#hv-nextes .control-system__visual {
  margin-left: -8vw;
}
body#hv-nextes .control-system__visual img {
  width: 100%;
  min-height: 650px;
  object-fit: cover;
}
body#hv-nextes .control-system .section-heading__eyebrow {
  color: #b7c7d9;
}
body#hv-nextes .control-system .section-heading__title {
  color: #fff;
}
body#hv-nextes .control-system__text {
  color: #d7dee5;
}
body#hv-nextes .control-system__diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 38px 0 22px;
}
body#hv-nextes .control-system__node {
  min-height: 145px;
  padding: 22px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(2, 19, 39, 0.18);
}
body#hv-nextes .control-system__node small {
  display: block;
  margin-bottom: 12px;
  color: #f5b500;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
}
body#hv-nextes .control-system__node strong {
  display: block;
  margin-bottom: 7px;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
}
body#hv-nextes .control-system__node span {
  color: #c8d0d9;
  font-size: 12px;
}
body#hv-nextes .control-system__flow {
  color: #f5b500;
}
body#hv-nextes .control-system__note {
  margin: 0;
  color: #b8c3cf;
  font-size: 12px;
}
body#hv-nextes .operation {
  background: #f3f0e8;
}
body#hv-nextes .operation__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}
body#hv-nextes .operation__text {
  margin-bottom: 30px;
}
body#hv-nextes .operation__figure {
  margin: 0 -7vw 0 0;
}
body#hv-nextes .operation__figure img {
  min-height: 560px;
  object-fit: cover;
}
body#hv-nextes .check-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#hv-nextes .check-list__item {
  position: relative;
  padding: 15px 0 15px 35px;
  border-bottom: 1px solid #c9c4b7;
  font-weight: 700;
}
body#hv-nextes .check-list__item::before {
  position: absolute;
  top: 23px;
  left: 4px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #123A63;
  border-left: 2px solid #123A63;
  content: "";
  transform: rotate(-45deg);
}
body#hv-nextes .specifications {
  background: #fff;
}
body#hv-nextes .specifications__header {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  column-gap: 60px;
  margin-bottom: 50px;
}
body#hv-nextes .specifications__header .section-heading__eyebrow {
  grid-column: 1/-1;
}
body#hv-nextes .specifications__header .section-heading__title {
  margin-bottom: 0;
}
body#hv-nextes .specifications__header .section-heading__lead {
  align-self: end;
}
body#hv-nextes .specifications__table-wrap {
  overflow-x: auto;
  box-shadow: 0 22px 60px rgba(7, 28, 52, 0.12);
}
body#hv-nextes .specifications__table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #fff;
}
body#hv-nextes .specifications__table th,
body#hv-nextes .specifications__table td {
  padding: 22px 24px;
  border-bottom: 1px solid #cdd2d8;
  text-align: left;
  vertical-align: top;
}
body#hv-nextes .specifications__table thead th {
  color: #fff;
  background: #071A31;
  font-size: 14px;
}
body#hv-nextes .specifications__table tbody th {
  width: 20%;
  color: #071A31;
  background: #dce3eb;
}
body#hv-nextes .specifications__table tbody td {
  width: 40%;
}
body#hv-nextes .specifications__source {
  margin: 18px 0 0;
  color: #686f76;
  font-size: 12px;
}
body#hv-nextes .business-benefits {
  padding: 0;
  color: #fff;
  background: #061a31;
}
body#hv-nextes .business-benefits__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
}
body#hv-nextes .business-benefits__media img {
  width: 100%;
  height: 100%;
  min-height: 760px;
  object-fit: cover;
}
body#hv-nextes .business-benefits__content {
  padding: 110px max(7vw, 60px);
}
body#hv-nextes .business-benefits .section-heading__eyebrow {
  color: #8fa8c4;
}
body#hv-nextes .business-benefits .section-heading__title {
  color: #fff;
}
body#hv-nextes .business-benefits__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
body#hv-nextes .business-benefits__item > span {
  color: #f5b500;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
}
body#hv-nextes .business-benefits__item h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
body#hv-nextes .business-benefits__item p {
  margin: 0;
  color: #c6cdd5;
}
body#hv-nextes .consultation {
  overflow: hidden;
}
body#hv-nextes .consultation__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}
body#hv-nextes .consultation__steps {
  margin: 10px 0 36px;
  padding: 0;
  list-style: none;
}
body#hv-nextes .consultation__step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #cdd2d8;
}
body#hv-nextes .consultation__step > span {
  color: #123A63;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
}
body#hv-nextes .consultation__step strong {
  font-size: 18px;
}
body#hv-nextes .consultation__step p {
  margin: 3px 0 0;
  color: #686f76;
  font-size: 14px;
}
body#hv-nextes .consultation__figure {
  margin: 0 -7vw 0 0;
}
body#hv-nextes .consultation__figure img {
  min-height: 650px;
  object-fit: cover;
}
body#hv-nextes .faq {
  background: #f2f4f6;
}
body#hv-nextes .faq__inner {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 80px;
}
body#hv-nextes .faq__item {
  border-top: 1px solid #cdd2d8;
}
body#hv-nextes .faq__item:last-child {
  border-bottom: 1px solid #cdd2d8;
}
body#hv-nextes .faq__question {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  padding: 25px 46px 25px 0;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
body#hv-nextes .faq__question::-webkit-details-marker {
  display: none;
}
body#hv-nextes .faq__question::after {
  position: absolute;
  right: 10px;
  content: "+";
  color: #123A63;
  font-size: 28px;
  font-weight: 400;
}
body#hv-nextes .faq__question {
  position: relative;
}
body#hv-nextes .faq__item[open] .faq__question::after {
  content: "−";
}
body#hv-nextes .faq__question span,
body#hv-nextes .faq__answer > span {
  color: #123A63;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
}
body#hv-nextes .faq__answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 0 40px 24px 0;
}
body#hv-nextes .faq__answer p {
  margin: 0;
}
body#hv-nextes .final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
}
body#hv-nextes .final-cta__media,
body#hv-nextes .final-cta__overlay {
  position: absolute;
  inset: 0;
}
body#hv-nextes .final-cta__media picture,
body#hv-nextes .final-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#hv-nextes .final-cta__overlay {
  background: linear-gradient(90deg, rgba(3, 16, 30, 0.92), rgba(5, 26, 50, 0.58));
}
body#hv-nextes .final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
}
body#hv-nextes .final-cta__eyebrow {
  color: #c6cfd9;
  font-family: "Barlow", "Arial Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#hv-nextes .final-cta__title {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}
body#hv-nextes .final-cta__lead {
  max-width: 700px;
  margin-bottom: 35px;
  font-size: 18px;
}
body#hv-nextes .final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 850px) {
  body#hv-nextes .nextes-hero {
    min-height: 720px;
  }
  body#hv-nextes .nextes-hero__media img {
    object-position: 65% center;
  }
  body#hv-nextes .nextes-hero__shade {
    background: linear-gradient(180deg, rgba(3, 16, 31, 0.45) 0%, rgba(3, 16, 31, 0.95) 65%);
  }
  body#hv-nextes .nextes-hero__inner {
    align-items: flex-end;
    min-height: 720px;
  }
  body#hv-nextes .nextes-hero__content {
    width: 100%;
    padding: 250px 0 55px;
  }
  body#hv-nextes .nextes-hero__eyebrow {
    margin-bottom: 16px;
  }
  body#hv-nextes .nextes-hero__title {
    font-size: clamp(50px, 15vw, 72px);
  }
  body#hv-nextes .nextes-hero__lead {
    font-size: 17px;
  }
  body#hv-nextes .nextes-hero__actions {
    display: grid;
  }
  body#hv-nextes .nextes-hero__index {
    right: -8px;
    bottom: -25px;
    font-size: 130px;
  }
  body#hv-nextes .decision-bar__inner {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  body#hv-nextes .decision-bar__label {
    margin-bottom: 16px;
  }
  body#hv-nextes .decision-bar__list {
    grid-template-columns: 1fr 1fr;
  }
  body#hv-nextes .decision-bar__item {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
  }
  body#hv-nextes .product-overview__inner,
  body#hv-nextes .control-system__inner,
  body#hv-nextes .operation__inner,
  body#hv-nextes .consultation__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  body#hv-nextes .product-overview__figure,
  body#hv-nextes .operation__figure,
  body#hv-nextes .consultation__figure,
  body#hv-nextes .control-system__visual {
    margin: 0 -20px;
  }
  body#hv-nextes .product-overview__figure img,
  body#hv-nextes .operation__figure img,
  body#hv-nextes .consultation__figure img,
  body#hv-nextes .control-system__visual img {
    min-height: 340px;
  }
  body#hv-nextes .product-overview__copy {
    order: 1;
  }
  body#hv-nextes .product-overview__figure {
    order: 2;
  }
  body#hv-nextes .pillars__header,
  body#hv-nextes .specifications__header {
    display: block;
    margin-bottom: 38px;
  }
  body#hv-nextes .pillars__header .section-heading__title,
  body#hv-nextes .specifications__header .section-heading__title {
    margin-bottom: 20px;
  }
  body#hv-nextes .pillars__item {
    grid-template-columns: 40px 1fr 25px;
    gap: 12px;
    padding: 23px 0;
  }
  body#hv-nextes .pillars__name {
    font-size: 19px;
  }
  body#hv-nextes .pillars__desc {
    grid-column: 2/4;
    font-size: 13px;
  }
  body#hv-nextes .pillars__arrow {
    grid-column: 3;
    grid-row: 1;
  }
  body#hv-nextes .control-system__visual {
    order: 2;
  }
  body#hv-nextes .control-system__content {
    order: 1;
  }
  body#hv-nextes .control-system__diagram {
    grid-template-columns: 1fr;
  }
  body#hv-nextes .control-system__flow {
    transform: rotate(90deg);
    text-align: center;
  }
  body#hv-nextes .business-benefits__inner {
    grid-template-columns: 1fr;
  }
  body#hv-nextes .business-benefits__media img {
    min-height: 360px;
  }
  body#hv-nextes .business-benefits__content {
    padding: 75px 20px;
  }
  body#hv-nextes .consultation__figure {
    order: -1;
  }
  body#hv-nextes .faq__inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  body#hv-nextes .faq__question {
    grid-template-columns: 30px 1fr;
    padding-right: 35px;
    font-size: 15px;
  }
  body#hv-nextes .faq__answer {
    grid-template-columns: 30px 1fr;
    padding-right: 0;
  }
  body#hv-nextes .final-cta {
    min-height: 650px;
  }
  body#hv-nextes .final-cta__inner {
    min-height: 650px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  body#hv-nextes .final-cta__title {
    font-size: 38px;
  }
  body#hv-nextes .final-cta__actions {
    display: grid;
  }
}

/* ===== 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: #0C2A4D; 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: #E3B94F;
}
/* 大数字・番号はサムネ同様に細アウトライン風の品を（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; }
}


/* ===== BATCHB LP図解表示型オーバーライド（image-design-system v1.1 §7-2）2026-07-03 =====
   図解スロット限定: height:auto/contain・アスペクト比契約・写真調和フィルタ解除・ベール/装飾/キャプション重畳の解除。
   写真スロット（ヒーロー/CTA帯/longevity-tech背景カード）は不変更。 ===== */
body#hv-nextes .product-overview__figure img,body#hv-nextes .control-system__visual img,body#hv-nextes .operation__figure img,body#hv-nextes .business-benefits__media img,body#hv-nextes .consultation__figure img{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:14/9}
body#hv-nextes .product-overview__caption{position:static;margin:12px 0 0;padding:0;color:#5A6270;background:none;font-size:12px}
main figure.product-overview__figure::after,main figure.operation__figure::after,main figure.consultation__figure::after{content:none}
main figure:has(img[src$="/nextes/product-detail.jpg"])::after,main figure:has(img[src$="/nextes/technology.jpg"])::after,main figure:has(img[src$="/nextes/monitoring.jpg"])::after,main figure:has(img[src$="/nextes/site-layout.jpg"])::after,main figure:has(img[src$="/nextes/consultation.jpg"])::after{content:none}

/* ===== UPLIFT batch3 hv navy (uplift_20260705) — 下層格上げ再開指示書 2026-07-05 ===== */
:root {
  --u-theme: #0C2A4D;
  --u-deep: #071A31;
  --u-tint: #F2F5F9;
  --u-gold: #F5B500;
  --u-goldline: #E3B94F;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
}

/* ---- 基礎リズム / 見出し / リンク ---- */
body#hv-nextes { color: var(--u-ink); }
body#hv-nextes .skip-link { background: var(--u-deep); }
body#hv-nextes .section { padding: 96px 0; }
body#hv-nextes .section-heading__eyebrow { margin-bottom: 16px; color: var(--u-theme); font-size: 13px; letter-spacing: 0.28em; }
body#hv-nextes .section-heading__title { margin-bottom: 24px; color: var(--u-ink); font-size: 25px; font-weight: 700; line-height: 1.6; letter-spacing: 0.03em; }
body#hv-nextes .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#hv-nextes main a:not([class]) { color: var(--u-theme); text-decoration: underline; }
body#hv-nextes main a:not([class]):hover { color: var(--u-deep); }
body#hv-nextes .text-link { border-bottom-color: var(--u-theme); color: var(--u-theme); gap: 16px; }

/* ---- ボタン（主CTA=金×radius999 / 副=白アウトライン） ---- */
body#hv-nextes .button { gap: 16px; min-width: 0; min-height: 56px; padding: 16px 32px; border-radius: 999px; font-size: 16px; justify-content: center; }
body#hv-nextes .button--accent { color: var(--u-ink); background: var(--u-gold); box-shadow: 0 10px 26px rgba(245, 181, 0, 0.24); }
body#hv-nextes .button--ghost { color: #fff; border-color: rgba(255, 255, 255, 0.6); background: transparent; backdrop-filter: none; }
body#hv-nextes .button--light { color: #fff; border-color: rgba(255, 255, 255, 0.6); background: transparent; }
@media (hover: hover) and (pointer: fine) {
  body#hv-nextes .button--accent:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(245, 181, 0, 0.32); filter: brightness(0.92); }
  body#hv-nextes .button--ghost:hover,
  body#hv-nextes .button--light:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.08); box-shadow: none; }
}
body#hv-nextes .button:focus-visible { outline: 2px solid var(--u-theme); outline-offset: 3px; }
body#hv-nextes :is(.nextes-hero, .final-cta) .button:focus-visible { outline-color: #fff; }

/* ---- ヒーロー（deepグラデ×白明朝31px×goldline eyebrow） ---- */
body#hv-nextes .nextes-hero { min-height: 640px; background: var(--u-deep); }
body#hv-nextes .nextes-hero__inner { min-height: 640px; }
body#hv-nextes .nextes-hero__shade { background: linear-gradient(100deg, rgba(7, 26, 49, 0.96) 0%, rgba(7, 26, 49, 0.82) 45%, rgba(12, 42, 77, 0.25) 100%); }
body#hv-nextes .nextes-hero__content { padding: 96px 0; }
body#hv-nextes .nextes-hero__eyebrow { margin-bottom: 24px; color: var(--u-goldline); font-size: 13px; letter-spacing: 0.28em; }
body#hv-nextes .nextes-hero__eyebrow::before { content: ""; display: block; width: 40px; height: 2px; margin: 0 0 16px; background: var(--u-goldline); }
body#hv-nextes .nextes-hero__title { margin-bottom: 24px; font-size: 31px; font-weight: 700; line-height: 1.5; letter-spacing: 0.03em; }
body#hv-nextes .nextes-hero__title span { color: var(--u-gold); }
body#hv-nextes .nextes-hero__lead { margin-bottom: 32px; color: rgba(255, 255, 255, 0.88); font-size: 18px; font-weight: 400; line-height: 1.9; }
body#hv-nextes .nextes-hero__note { color: rgba(255, 255, 255, 0.66); font-size: 13px; }
body#hv-nextes .nextes-hero__index { color: rgba(255, 255, 255, 0.07); } /* サイズ・位置は既存定義を維持（§7-2スケール外の新設禁止） */
@keyframes uplift27Fade {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
body#hv-nextes .nextes-hero__eyebrow { animation: uplift27Fade 0.6s ease 0s both; }
body#hv-nextes .nextes-hero__title { animation: uplift27Fade 0.6s ease 0.12s both; }
body#hv-nextes .nextes-hero__lead { animation: uplift27Fade 0.6s ease 0.24s both; }
body#hv-nextes .nextes-hero__actions { animation: uplift27Fade 0.6s ease 0.36s both; }
body#hv-nextes .nextes-hero__note { animation: uplift27Fade 0.6s ease 0.48s both; }
@media (prefers-reduced-motion: reduce) {
  body#hv-nextes .nextes-hero__eyebrow,
  body#hv-nextes .nextes-hero__title,
  body#hv-nextes .nextes-hero__lead,
  body#hv-nextes .nextes-hero__actions,
  body#hv-nextes .nextes-hero__note { animation: none; }
}

/* ---- 判断軸バー（navy帯） ---- */
body#hv-nextes .decision-bar { background: var(--u-theme); }
body#hv-nextes .decision-bar__label { color: var(--u-goldline); font-size: 13px; letter-spacing: 0.28em; }
body#hv-nextes .decision-bar__item { border-left-color: rgba(227, 185, 79, 0.35); font-size: 16px; }

/* ---- 製品概要（白地）— 図解スロットは周辺のみ ---- */
body#hv-nextes .product-overview__lead { font-size: 20px; line-height: 1.8; }
body#hv-nextes .product-overview__text { color: var(--u-sub); font-size: 16px; }
body#hv-nextes .product-overview__caption { color: var(--u-sub); font-size: 13px; }

/* ---- 5つの視点（deep濃色バンド） ---- */
body#hv-nextes .pillars { background: var(--u-deep); }
body#hv-nextes .pillars .section-heading__eyebrow { color: var(--u-goldline); }
body#hv-nextes .pillars .section-heading__lead { color: rgba(255, 255, 255, 0.78); }
body#hv-nextes .pillars__list { border-top-color: rgba(255, 255, 255, 0.16); }
body#hv-nextes .pillars__item { border-bottom-color: rgba(255, 255, 255, 0.16); }
body#hv-nextes .pillars__number { color: var(--u-goldline); font-size: 13px; }
body#hv-nextes .pillars__name { font-size: 20px; }
body#hv-nextes .pillars__desc { color: rgba(255, 255, 255, 0.74); font-size: 16px; }
body#hv-nextes .pillars__arrow { color: var(--u-gold); font-size: 20px; }

/* ---- 制御構成（navy濃色バンド）— __visualの-8vwはみ出し保険にoverflow hidden ---- */
body#hv-nextes .control-system { overflow: hidden; background: var(--u-theme); }
body#hv-nextes .control-system .section-heading__eyebrow { color: var(--u-goldline); }
body#hv-nextes .control-system__text { color: rgba(255, 255, 255, 0.82); font-size: 16px; }
body#hv-nextes .control-system__node { border: 1px solid rgba(227, 185, 79, 0.28); border-radius: 12px; background: rgba(255, 255, 255, 0.06); }
body#hv-nextes .control-system__node small { color: var(--u-goldline); font-size: 13px; letter-spacing: 0.12em; }
body#hv-nextes .control-system__node strong { font-size: 16px; }
body#hv-nextes .control-system__node span { color: rgba(255, 255, 255, 0.72); font-size: 13px; }
body#hv-nextes .control-system__flow { color: var(--u-goldline); }
body#hv-nextes .control-system__note { color: rgba(255, 255, 255, 0.66); font-size: 13px; }

/* ---- 監視・保守（既存バグ: 残存オリーブ#f3f0e8面＋#c9c4b7罫 → tint＋u-border / __figureの-7vwはみ出し保険） ---- */
body#hv-nextes .operation { overflow: hidden; background: var(--u-tint); }
body#hv-nextes .operation__text { color: var(--u-sub); font-size: 16px; }
body#hv-nextes .check-list__item { border-bottom-color: var(--u-border); font-size: 16px; }
body#hv-nextes .check-list__item::before { border-bottom-color: var(--u-theme); border-left-color: var(--u-theme); }

/* ---- 公開仕様表 ---- */
body#hv-nextes .specifications__table-wrap { border: 1px solid var(--u-border); border-radius: 12px; box-shadow: 0 12px 32px rgba(7, 26, 49, 0.08); }
body#hv-nextes .specifications__table th,
body#hv-nextes .specifications__table td { border-bottom-color: var(--u-border); }
body#hv-nextes .specifications__table thead th { background: var(--u-deep); font-size: 14px; }
body#hv-nextes .specifications__table tbody th { color: var(--u-theme); background: var(--u-tint); }
body#hv-nextes .specifications__source { color: var(--u-sub); font-size: 13px; }

/* ---- 事業価値（deep濃色バンド・96pxリズム） ---- */
body#hv-nextes .business-benefits { background: var(--u-deep); }
body#hv-nextes .business-benefits__content { padding: 96px max(7vw, 60px); }
body#hv-nextes .business-benefits .section-heading__eyebrow { color: var(--u-goldline); }
body#hv-nextes .business-benefits__item { border-top-color: rgba(255, 255, 255, 0.16); }
body#hv-nextes .business-benefits__item > span { color: var(--u-goldline); font-size: 13px; }
body#hv-nextes .business-benefits__item h3 { font-size: 20px; }
body#hv-nextes .business-benefits__item p { color: rgba(255, 255, 255, 0.74); font-size: 16px; }

/* ---- 相談前ステップ（白地）— __figureの-7vwはみ出し保険 ---- */
body#hv-nextes .consultation { overflow: hidden; }
body#hv-nextes .consultation__step { border-bottom-color: var(--u-border); }
body#hv-nextes .consultation__step > span { color: var(--u-theme); font-size: 13px; }
body#hv-nextes .consultation__step strong { font-size: 18px; }
body#hv-nextes .consultation__step p { color: var(--u-sub); font-size: 14px; }

/* ---- FAQ（旧hue面#f2f4f6 → tint統一） ---- */
body#hv-nextes .faq { background: var(--u-tint); }
body#hv-nextes .faq__item { border-top-color: var(--u-border); }
body#hv-nextes .faq__item:last-child { border-bottom-color: var(--u-border); }
body#hv-nextes .faq__question { font-size: 16px; }
body#hv-nextes .faq__question::after { color: var(--u-theme); }
body#hv-nextes .faq__question span,
body#hv-nextes .faq__answer > span { color: var(--u-theme); font-size: 20px; }
body#hv-nextes .faq__answer p { color: var(--u-sub); font-size: 16px; }

/* ---- 最終CTA（deep締めバンド×金CTA） ---- */
body#hv-nextes .final-cta { min-height: 560px; background: var(--u-deep); }
body#hv-nextes .final-cta__overlay { background: linear-gradient(180deg, rgba(7, 26, 49, 0.94) 0%, rgba(7, 26, 49, 0.86) 50%, rgba(12, 42, 77, 0.8) 100%); }
body#hv-nextes .final-cta__inner { min-height: 560px; padding-top: 96px; padding-bottom: 96px; }
body#hv-nextes .final-cta__eyebrow { margin-bottom: 16px; color: var(--u-goldline); font-size: 13px; letter-spacing: 0.28em; }
body#hv-nextes .final-cta__title { margin-bottom: 24px; font-size: 25px; font-weight: 700; line-height: 1.6; letter-spacing: 0.03em; }
body#hv-nextes .final-cta__lead { margin-bottom: 32px; color: rgba(255, 255, 255, 0.82); font-size: 18px; line-height: 1.9; }

/* ---- 既存バグ修正: 図解見切れ ----
   BATCHBでcontain化された図解スロットの親コンテナに旧cover前提の-7vw/-8vwブリードが残り、
   図解の左右端がビューポート外へ見切れていた（PC実測で確認）。ブリード解除で全図解を可視化。
   ※図解スロット（img）自体は不変更。コンテナ余白のみ。 */
body#hv-nextes .product-overview__figure { margin-right: 0; }
body#hv-nextes .operation__figure { margin-right: 0; }
body#hv-nextes .consultation__figure { margin-right: 0; }
body#hv-nextes .control-system__visual { margin-left: 0; }

/* ---- レスポンシブ（96→48pxリズム / ヒーロー / タイプ縮小） ---- */
@media (max-width: 900px) {
  body#hv-nextes .section { padding: 48px 0; }
  body#hv-nextes .business-benefits { padding: 0; }
}
@media (max-width: 850px) {
  /* 既存バグ修正: SPでも図解コンテナの-20pxブリードでcontain図解が左右見切れ → 解除 */
  body#hv-nextes .product-overview__figure,
  body#hv-nextes .operation__figure,
  body#hv-nextes .consultation__figure,
  body#hv-nextes .control-system__visual { margin: 0; }
  body#hv-nextes .nextes-hero { min-height: 560px; }
  body#hv-nextes .nextes-hero__inner { min-height: 560px; }
  body#hv-nextes .nextes-hero__shade { background: linear-gradient(180deg, rgba(7, 26, 49, 0.55) 0%, rgba(7, 26, 49, 0.92) 62%, var(--u-deep) 100%); }
  body#hv-nextes .nextes-hero__content { padding: 160px 0 48px; }
  body#hv-nextes .nextes-hero__title { font-size: 25px; line-height: 1.6; }
  body#hv-nextes .nextes-hero__lead { font-size: 16px; }
  body#hv-nextes .decision-bar__item { font-size: 13px; }
  body#hv-nextes .section-heading__title { font-size: 25px; }
  body#hv-nextes .product-overview__lead { font-size: 18px; }
  body#hv-nextes .pillars__name { font-size: 18px; }
  body#hv-nextes .business-benefits__content { padding: 48px 20px; }
  body#hv-nextes .final-cta { min-height: 0; }
  body#hv-nextes .final-cta__inner { min-height: 0; padding-top: 64px; padding-bottom: 64px; }
  body#hv-nextes .final-cta__title { font-size: 25px; }
  body#hv-nextes .final-cta__lead { font-size: 16px; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   hv-nextes は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#hv-nextes .header__actions { background: #1E8A58; }
body#hv-nextes .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#hv-nextes .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#hv-nextes .header__lang-link.is-current { background: #EDF6F1; }
body#hv-nextes .header__lang-button:focus-visible,
body#hv-nextes .header__lang-link:focus-visible,
body#hv-nextes .header__action-link:focus-visible,
body#hv-nextes .header__nav-link:focus-visible,
body#hv-nextes .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#hv-nextes .header__lang-button:hover { border-color: #1E8A58; }
  body#hv-nextes .header__lang-link:hover { background: #EDF6F1; }
  body#hv-nextes .header__nav-link:hover { color: #1E8A58; }
}
