/* ===== RETHEME blue (§3-3b・2026-07-03 batch) — 原本はサーバ .bak & _server_mirror/css ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

body {
  color: #16181c;
  background: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

.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: #1F6FD0;
}

.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 #1F6FD0;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1F6FD0;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1F6FD0;
  }
}
@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, #1F6FD0, #1B5FB0);
}
.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: #1B5FB0;
  }
  .footer__summary:hover::after {
    background-color: #1B5FB0;
  }
}
@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);
  }
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  background: #fff;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

#wrapper {
  overflow: hidden;
}

.container {
  width: min(1180px, 100% - 100px);
  margin-inline: auto;
}

.sp-menu-button,
.sp-menu {
  display: none;
}

.breadcrumb {
  padding: 16px 0;
  background: #f5f6f8;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #5b6066;
  font-size: 12px;
  list-style: none;
}

.breadcrumb__item:not(:last-child)::after {
  margin-left: 8px;
  content: "/";
}

.breadcrumb a {
  text-decoration: none;
}

.eyebrow {
  margin: 0;
  color: #4a5a24;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #cedae9;
}

.section-title {
  margin: 16px 0 22px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.section-title--light {
  color: #fff;
}

.section-lead {
  margin: 0;
  color: #464a50;
  font-size: 17px;
  line-height: 2;
}

.section-lead--wide {
  max-width: 900px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.button--gold {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 24px rgba(245, 181, 0, 0.22);
}

.button--outline-light {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.plain-list,
.document-list {
  padding-left: 1.2em;
  line-height: 2;
}

.note-box {
  margin-top: 28px;
  padding: 20px 24px;
  border-left: 5px solid #f5b500;
  background: #fff8df;
  line-height: 1.8;
}

.card-number {
  margin: 0;
  color: #c1d3e8;
  font-size: 42px;
  font-weight: 800;
}

.media-rounded {
  overflow: hidden;
  border-radius: 28px;
}

.media-rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-note {
  margin-top: 24px;
  color: #595e65;
  font-size: 13px;
  line-height: 1.8;
}

.final-cta {
  padding: 110px 0;
  color: #fff;
  background: linear-gradient(135deg, #0C2A4D, #1b3f6b);
}

.final-cta__inner {
  text-align: center;
}

.final-cta h2 {
  margin: 18px 0 20px;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.35;
}

.final-cta p {
  max-width: 760px;
  margin-inline: auto;
  line-height: 1.9;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    box-shadow: 0 15px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }
}
@media (max-width: 850px) {
  .container {
    width: min(100% - 40px, 720px);
  }
  .sp-menu-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #0C2A4D;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  }
  .sp-menu-button__icon {
    display: grid;
    gap: 4px;
  }
  .sp-menu-button__icon span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .sp-menu {
    position: fixed;
    inset: 0;
    z-index: 59;
    display: block;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: 0.2s;
  }
  .sp-menu.is-open {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__panel {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px 90px;
    border-radius: 28px 28px 0 0;
    background: #fff;
    transform: translateY(100%);
    transition: 0.25s;
  }
  .sp-menu.is-open .sp-menu__panel {
    transform: none;
  }
  .sp-menu__close {
    display: block;
    margin-left: auto;
    border: 0;
    background: transparent;
  }
  .sp-menu__nav {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }
  .sp-menu__link {
    padding: 18px;
    border-radius: 12px;
    background: #eff3f7;
    text-decoration: none;
  }
  .breadcrumb {
    padding: 12px 0;
  }
  .breadcrumb__list {
    font-size: 11px;
  }
  .section-title {
    font-size: 36px;
  }
  .section-lead {
    font-size: 16px;
  }
  .final-cta {
    padding: 84px 0;
  }
  .final-cta__actions {
    display: grid;
  }
}
@media (max-width: 568px) {
  .container {
    width: calc(100% - 36px);
  }
  .section-title {
    font-size: 31px;
  }
  .button {
    width: 100%;
    padding: 0 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
#land-voltage .voltage-hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  color: #fff;
  background: #182433;
}
#land-voltage .voltage-hero__media {
  position: absolute;
  inset: 0;
}
#land-voltage .voltage-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#land-voltage .voltage-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(10, 18, 28, 0.94) 0%, rgba(10, 18, 28, 0.78) 44%, rgba(10, 18, 28, 0.12) 78%);
}
#land-voltage .voltage-hero__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 690px;
}
#land-voltage .voltage-hero__content {
  width: min(650px, 58%);
  padding: 110px 0 90px;
}
#land-voltage .voltage-hero__title {
  margin: 18px 0 24px;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}
#land-voltage .voltage-hero__title-mark {
  color: #f5cf57;
}
#land-voltage .voltage-hero__lead {
  max-width: 620px;
  font-size: 18px;
  line-height: 2;
}
#land-voltage .voltage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
#land-voltage .voltage-hero__note {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}
#land-voltage .voltage-conclusion {
  padding: 110px 0;
  background: #eff3f7;
}
#land-voltage .voltage-conclusion__grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  align-items: center;
  gap: 80px;
}
#land-voltage .voltage-conclusion__card {
  padding: 46px;
  border-left: 8px solid #f5b500;
  border-radius: 0 24px 24px 0;
  background: #fff;
  box-shadow: 0 20px 50px rgba(25, 34, 46, 0.1);
}
#land-voltage .voltage-conclusion__label {
  color: #4a5a24;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#land-voltage .voltage-conclusion__text {
  margin: 12px 0 0;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.5;
}
#land-voltage .voltage-diagram {
  padding: 120px 0;
}
#land-voltage .voltage-diagram__layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 72px;
}
#land-voltage .voltage-diagram__panel {
  padding: 38px;
  border: 1px solid #d6dce3;
  border-radius: 26px;
  background: #fafbfc;
}
#land-voltage .voltage-chart {
  width: 100%;
  height: auto;
}
#land-voltage .voltage-risks {
  padding: 120px 0;
  color: #fff;
  background: #182330;
}
#land-voltage .voltage-risks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 48px;
}
#land-voltage .voltage-risks__card {
  min-height: 310px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}
#land-voltage .voltage-risks__card h3 {
  font-size: 24px;
}
#land-voltage .voltage-risks__card p {
  line-height: 1.9;
}
#land-voltage .voltage-check {
  padding: 120px 0;
}
#land-voltage .voltage-check__layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: start;
  gap: 74px;
}
#land-voltage .voltage-check__list {
  display: grid;
  gap: 14px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}
#land-voltage .voltage-check__item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #f5f6f8;
}
#land-voltage .voltage-check__text p {
  margin: 4px 0 0;
  color: #595e65;
}
#land-voltage .voltage-check__number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: #4a5a24;
  font-weight: 700;
}
#land-voltage .voltage-check__media {
  position: sticky;
  top: 30px;
  overflow: hidden;
  border-radius: 28px;
}
#land-voltage .voltage-check__media img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}
#land-voltage .voltage-options {
  padding: 120px 0;
  background: #e7ecf2;
}
#land-voltage .voltage-options__table-wrap {
  overflow-x: auto;
  margin-top: 42px;
  border-radius: 22px;
  box-shadow: 0 14px 42px rgba(28, 37, 48, 0.08);
}
#land-voltage .voltage-options__table-wrap:focus-visible {
  outline: 3px solid #1B5FB0;
  outline-offset: 4px;
}
#land-voltage .voltage-options__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
#land-voltage .voltage-options__table th,
#land-voltage .voltage-options__table td {
  padding: 22px 24px;
  border-bottom: 1px solid #d8dde4;
  text-align: left;
  vertical-align: top;
  line-height: 1.75;
}
#land-voltage .voltage-options__table th {
  color: #fff;
  background: #4a5a24;
}
#land-voltage .voltage-cta {
  padding: 90px 0;
}
#land-voltage .voltage-cta__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  min-height: 430px;
  border-radius: 34px;
  color: #fff;
  background: #0C2A4D;
}
#land-voltage .voltage-cta__content {
  position: relative;
  z-index: 1;
  padding: 70px;
}
#land-voltage .voltage-cta__content h2 {
  font-size: 42px;
  line-height: 1.4;
}
#land-voltage .voltage-cta__content p {
  line-height: 1.9;
}
#land-voltage .voltage-cta__media {
  min-height: 100%;
}
#land-voltage .voltage-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#land-voltage .voltage-dd {
  padding: 120px 0;
  background: #f5f6f8;
}
#land-voltage .voltage-dd__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 70px;
}
#land-voltage .voltage-dd__grid > .media-rounded {
  height: 620px;
}
#land-voltage .voltage-dd__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#land-voltage .voltage-dd__card {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(23, 32, 43, 0.08);
}
#land-voltage .voltage-dd__card h3 {
  margin-top: 0;
}
#land-voltage .voltage-flow {
  padding: 120px 0;
}
#land-voltage .voltage-flow__documents {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 62px;
  margin-top: 48px;
}
#land-voltage .voltage-flow__documents > .media-rounded {
  height: 480px;
}
#land-voltage .voltage-flow__document-content h3 {
  font-size: 30px;
}
#land-voltage .voltage-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 54px;
}
#land-voltage .voltage-flow__step {
  padding: 26px 22px;
  border-top: 4px solid #4a5a24;
  background: #f5f6f8;
}
#land-voltage .voltage-flow__step span {
  color: #4a5a24;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
#land-voltage .voltage-faq {
  padding: 120px 0;
  background: #eff2f5;
}
#land-voltage .voltage-faq__list {
  max-width: 900px;
  margin: 48px auto 0;
}
#land-voltage .voltage-faq__item {
  border-bottom: 1px solid #c7ced6;
}
#land-voltage .voltage-faq__question {
  position: relative;
  padding: 28px 54px 28px 0;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
#land-voltage .voltage-faq__question::-webkit-details-marker {
  display: none;
}
#land-voltage .voltage-faq__question::after {
  position: absolute;
  top: 32px;
  right: 6px;
  content: "＋";
  font-size: 26px;
}
#land-voltage .voltage-faq__item[open] .voltage-faq__question::after {
  content: "−";
}
#land-voltage .voltage-faq__answer {
  padding: 0 0 30px;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  #land-voltage .voltage-risks__grid,
  #land-voltage .voltage-flow__steps {
    grid-template-columns: repeat(2, 1fr);
  }
  #land-voltage .voltage-conclusion__grid,
  #land-voltage .voltage-diagram__layout,
  #land-voltage .voltage-check__layout,
  #land-voltage .voltage-dd__grid,
  #land-voltage .voltage-flow__documents {
    grid-template-columns: 1fr;
  }
  #land-voltage .voltage-check__media {
    position: static;
  }
  #land-voltage .voltage-check__media img {
    height: 520px;
  }
  #land-voltage .voltage-dd__grid > .media-rounded {
    height: 520px;
  }
  #land-voltage .voltage-cta__content {
    padding: 52px;
  }
}
@media (max-width: 850px) {
  #land-voltage .voltage-hero,
  #land-voltage .voltage-hero__body {
    min-height: 650px;
  }
  #land-voltage .voltage-hero__media::after {
    background: linear-gradient(180deg, rgba(10, 18, 28, 0.18), rgba(10, 18, 28, 0.92) 63%);
  }
  #land-voltage .voltage-hero__media img {
    object-position: 68% center;
  }
  #land-voltage .voltage-hero__body {
    align-items: flex-end;
  }
  #land-voltage .voltage-hero__content {
    width: 100%;
    padding: 190px 0 55px;
  }
  #land-voltage .voltage-hero__title {
    font-size: 46px;
  }
  #land-voltage .voltage-hero__lead {
    font-size: 16px;
  }
  #land-voltage .voltage-hero__actions {
    display: grid;
  }
  #land-voltage .voltage-conclusion,
  #land-voltage .voltage-diagram,
  #land-voltage .voltage-risks,
  #land-voltage .voltage-check,
  #land-voltage .voltage-options,
  #land-voltage .voltage-dd,
  #land-voltage .voltage-flow,
  #land-voltage .voltage-faq {
    padding: 82px 0;
  }
  #land-voltage .voltage-conclusion__grid,
  #land-voltage .voltage-diagram__layout,
  #land-voltage .voltage-check__layout,
  #land-voltage .voltage-dd__grid,
  #land-voltage .voltage-flow__documents {
    gap: 42px;
  }
  #land-voltage .voltage-conclusion__card {
    padding: 32px 28px;
  }
  #land-voltage .voltage-diagram__panel {
    padding: 14px;
  }
  #land-voltage .voltage-risks__grid {
    grid-template-columns: 1fr;
  }
  #land-voltage .voltage-risks__card {
    min-height: 0;
  }
  #land-voltage .voltage-check__item {
    padding: 18px;
  }
  #land-voltage .voltage-check__media img {
    height: 400px;
  }
  #land-voltage .voltage-options__table {
    min-width: 760px;
  }
  #land-voltage .voltage-cta {
    padding: 70px 0;
  }
  #land-voltage .voltage-cta__box {
    grid-template-columns: 1fr;
  }
  #land-voltage .voltage-cta__content {
    padding: 42px 28px;
  }
  #land-voltage .voltage-cta__content h2 {
    font-size: 34px;
  }
  #land-voltage .voltage-cta__media {
    height: 320px;
  }
  #land-voltage .voltage-dd__grid > .media-rounded {
    height: 400px;
  }
  #land-voltage .voltage-dd__cards {
    grid-template-columns: 1fr;
  }
  #land-voltage .voltage-flow__documents > .media-rounded {
    height: 330px;
  }
  #land-voltage .voltage-flow__steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 568px) {
  #land-voltage .voltage-hero__title {
    font-size: 39px;
  }
  #land-voltage .voltage-hero__content {
    padding-top: 160px;
  }
  #land-voltage .voltage-conclusion__text {
    font-size: 28px;
  }
  #land-voltage .voltage-check__item {
    grid-template-columns: 34px 1fr;
  }
  #land-voltage .voltage-check__number {
    width: 34px;
    height: 34px;
  }
  #land-voltage .voltage-faq__question {
    font-size: 16px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  color: #282d33;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  min-width: 320px;
  color: #282d33;
  background: #fff;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

::selection {
  color: #fff;
  background: #184276;
}

.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: #1F6FD0;
}

.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 #1F6FD0;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #1F6FD0;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #1F6FD0;
  }
}
@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: fixed;
    top: 22px;
    right: 20px;
    z-index: 300;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #1F6FD0;
    box-shadow: 0 10px 30px rgba(16, 21, 27, 0.07);
    cursor: pointer;
  }
  .sp-menu__line {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    visibility: hidden;
    padding: 104px 24px 40px;
    background: rgba(16, 26, 38, 0.98);
    opacity: 0;
    overflow-y: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu__nav {
    display: grid;
    gap: 8px;
    width: min(100%, 520px);
    margin: 0 auto;
  }
  .sp-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link::after {
    content: "→";
  }
  .sp-menu__link--cta {
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #1F6FD0;
  }
  .sp-menu__link--cta::after {
    display: none;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.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, #1F6FD0 0%, #729fd7 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: #1F6FD0;
  }
  .footer__summary:hover::after {
    background-color: #1F6FD0;
  }
}
@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);
  }
}

/* ===== PHOTO HARMONY + POSTER GRAMMAR（§5-5/§8・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after { content:""; position:absolute; inset:0; background:#1F6FD0; opacity:0.14; mix-blend-mode:color; pointer-events:none; }
main h1, main h2, main h3, main [class*="__title"] { font-family:'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif; font-weight:700; letter-spacing:0.03em; }
main [class*="__eyebrow"], main [class*="__en"], main [class*="__label"] { font-family:'Barlow',Arial,sans-serif; font-weight:700; letter-spacing:0.28em; text-transform:uppercase; }
main [class*="__eyebrow"]::after, main [class*="__label"]::after { content:""; display:inline-block; vertical-align:middle; width:34px; height:2px; margin-left:14px; background:#1F6FD0; }
main [class*="__number"] { font-family:'Barlow',Arial,sans-serif; letter-spacing:0.02em; }
@media (hover:hover) and (pointer:fine) { main [class*="card"]:hover { transform:translateY(-4px); transition:transform .25s ease; } }
@media (prefers-reduced-motion:reduce) { main [class*="card"]:hover { transform:none; } main img { transition:none; } }


/* ===== BATCHC LP図解表示型オーバーライド（image-design-system v1.1 §7-2）2026-07-03 =====
   図解スロット限定（:has/src指定）: contain・height:auto・原寸比率契約・写真調和フィルタ/ベール解除・caption下置き。
   写真スロット（ヒーロー/CTA帯/背景型/記事サムネ）は不変更。 ===== */
body#land-voltage img[src][src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"]{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:1400/1000}
body#land-voltage :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"]),body#land-voltage :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-voltage picture:has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-voltage img[src][src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"]{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:1400/1000}
body#land-voltage :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"]),body#land-voltage :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-voltage picture:has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"]){position:static;display:block;height:auto;min-height:0}
body#land-voltage img[src][src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"]{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:1400/1000}
body#land-voltage :is(div,figure,picture):has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"]),body#land-voltage :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#land-voltage picture:has(> img[src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"])::after,main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/documents.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/risk.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-land/risk/checklist/voltage/consultation.jpg"]) figcaption{position:static;margin:12px 0 0;padding:0;color:#5A6270;background:none;font-size:12px;right:auto;bottom:auto;left:auto;top:auto;width:auto}

/* ===== UPLIFT batch1 land blue (uplift_20260704) — 下層格上げ指示書 2026-07-04 ===== */

:root {
  --u-theme: #1F6FD0;
  --u-deep: #0C2A4D;
  --u-tint: #F2F6FB;
  --u-gold: #F5B500;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
  --u-theme-light: #9CC4F0;
}

@keyframes u-fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---- eyebrow（Barlow 13px・0.28em・後置罫） ---- */
body#land-voltage .eyebrow {
  color: var(--u-theme);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
body#land-voltage .eyebrow--light {
  color: var(--u-theme-light);
}
body#land-voltage main .eyebrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 2px;
  margin-left: 14px;
  background: var(--u-theme);
}
body#land-voltage main .eyebrow--light::after {
  background: var(--u-theme-light);
}

/* ---- ヒーロー（--u-deep地＋写真シェード・白明朝31px・アニメ） ---- */
body#land-voltage .voltage-hero {
  background: var(--u-deep);
}
body#land-voltage .voltage-hero__media::after {
  background: linear-gradient(100deg, rgba(12, 42, 77, 0.96) 0%, rgba(12, 42, 77, 0.82) 45%, rgba(31, 111, 208, 0.25) 100%);
}
body#land-voltage .voltage-hero .eyebrow {
  animation: u-fadeUp 0.6s ease 0s both;
}
body#land-voltage .voltage-hero .eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin-bottom: 16px;
  background: var(--u-theme-light);
}
body#land-voltage .voltage-hero .eyebrow::after {
  content: none;
}
body#land-voltage .voltage-hero__title {
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  animation: u-fadeUp 0.6s ease 0.12s both;
}
body#land-voltage .voltage-hero__title-mark {
  color: var(--u-theme-light);
}
body#land-voltage .voltage-hero__lead {
  color: #DCE6F2;
  font-size: 18px;
  line-height: 1.9;
  animation: u-fadeUp 0.6s ease 0.24s both;
}
body#land-voltage .voltage-hero__actions {
  animation: u-fadeUp 0.6s ease 0.36s both;
}
body#land-voltage .voltage-hero__note {
  font-size: 13px;
  animation: u-fadeUp 0.6s ease 0.48s both;
}

/* ---- ボタン・フォーカス ---- */
@media (hover: hover) and (pointer: fine) {
  body#land-voltage .button--gold:hover {
    box-shadow: 0 16px 34px rgba(245, 181, 0, 0.32);
    filter: brightness(0.92);
  }
}
body#land-voltage .button:focus-visible {
  outline: 2px solid var(--u-deep);
  outline-offset: 3px;
}
body#land-voltage .voltage-hero .button:focus-visible,
body#land-voltage .voltage-risks .button:focus-visible,
body#land-voltage .voltage-cta .button:focus-visible,
body#land-voltage .final-cta .button:focus-visible {
  outline-color: #fff;
}

/* ---- 余白リズム96px・タイプスケール ---- */
body#land-voltage .voltage-conclusion,
body#land-voltage .voltage-diagram,
body#land-voltage .voltage-risks,
body#land-voltage .voltage-check,
body#land-voltage .voltage-options,
body#land-voltage .voltage-cta,
body#land-voltage .voltage-dd,
body#land-voltage .voltage-flow,
body#land-voltage .voltage-faq,
body#land-voltage .final-cta {
  padding: 96px 0;
}
body#land-voltage main h2 {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
body#land-voltage main h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
body#land-voltage .section-title {
  margin: 16px 0 20px;
}
body#land-voltage .section-lead {
  color: var(--u-sub);
  font-size: 18px;
  line-height: 1.9;
}

/* ---- 結論・図解 ---- */
body#land-voltage .voltage-conclusion {
  background: var(--u-tint);
}
body#land-voltage .voltage-conclusion__label {
  color: var(--u-theme);
  font-size: 13px;
}
body#land-voltage .voltage-conclusion__card {
  border-left: 4px solid var(--u-theme);
  border-radius: 0 12px 12px 0;
}
body#land-voltage .voltage-conclusion__text {
  font-size: 20px;
  line-height: 1.8;
}
body#land-voltage .voltage-diagram__panel {
  border: 1px solid var(--u-border);
  border-radius: 12px;
  background: #fff;
}
body#land-voltage .note-box {
  border-left: 4px solid var(--u-theme);
  border-radius: 0 12px 12px 0;
  background: var(--u-tint);
}
body#land-voltage .card-number {
  font-family: "Barlow", Arial, sans-serif;
}
body#land-voltage .voltage-chart rect {
  fill: #E3EDF9;
}
body#land-voltage .voltage-chart line {
  stroke: #9CC4F0;
}
body#land-voltage .voltage-chart line:first-of-type {
  stroke: var(--u-deep);
}
body#land-voltage .voltage-chart path,
body#land-voltage .voltage-chart circle {
  stroke: var(--u-theme);
}
body#land-voltage .voltage-chart circle {
  fill: var(--u-theme);
}
body#land-voltage .voltage-chart path {
  fill: none;
}
body#land-voltage .voltage-chart text {
  fill: var(--u-deep);
}
body#land-voltage .voltage-chart text:last-of-type {
  fill: var(--u-theme);
}

/* ---- リスク（濃色バンド）・チェックリスト ---- */
body#land-voltage .voltage-risks {
  background: var(--u-deep);
}
body#land-voltage .voltage-risks__card {
  border-radius: 12px;
}
body#land-voltage .voltage-check__item {
  border-radius: 12px;
  background: var(--u-tint);
}
body#land-voltage .voltage-check__text p {
  color: var(--u-sub);
}
body#land-voltage .voltage-check__number {
  background: var(--u-theme);
  font-family: "Barlow", Arial, sans-serif;
}

/* ---- 選択肢テーブル ---- */
body#land-voltage .voltage-options {
  background: var(--u-tint);
}
body#land-voltage .voltage-options__table-wrap {
  border: 1px solid var(--u-border);
  border-radius: 12px;
}
body#land-voltage .voltage-options__table th {
  background: var(--u-deep);
}
body#land-voltage .voltage-options__table td {
  border-bottom: 1px solid var(--u-border);
}

/* ---- 中間CTA・DD ---- */
body#land-voltage .voltage-cta__box {
  border-radius: 12px;
}
body#land-voltage .voltage-dd {
  background: var(--u-tint);
}
body#land-voltage .voltage-dd__card {
  border: 1px solid var(--u-border);
  border-radius: 12px;
}

/* ---- 流れ・FAQ ---- */
body#land-voltage .voltage-flow__step {
  border: 1px solid var(--u-border);
  border-top: 4px solid var(--u-theme);
  border-radius: 0 0 12px 12px;
  background: #fff;
}
body#land-voltage .voltage-flow__step span {
  color: var(--u-theme);
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
}
body#land-voltage .voltage-faq {
  background: var(--u-tint);
}
body#land-voltage .voltage-faq__item {
  border-bottom: 1px solid var(--u-border);
}

/* ---- 最終CTA（濃色締めバンド×金CTA） ---- */
body#land-voltage .final-cta {
  background: linear-gradient(135deg, #0C2A4D 0%, #1B5FB0 100%);
}

/* ---- SPリズム・モーション停止 ---- */
@media (max-width: 900px) {
  body#land-voltage .voltage-conclusion,
  body#land-voltage .voltage-diagram,
  body#land-voltage .voltage-risks,
  body#land-voltage .voltage-check,
  body#land-voltage .voltage-options,
  body#land-voltage .voltage-cta,
  body#land-voltage .voltage-dd,
  body#land-voltage .voltage-flow,
  body#land-voltage .voltage-faq,
  body#land-voltage .final-cta {
    padding: 48px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  body#land-voltage .voltage-hero .eyebrow,
  body#land-voltage .voltage-hero__title,
  body#land-voltage .voltage-hero__lead,
  body#land-voltage .voltage-hero__actions,
  body#land-voltage .voltage-hero__note {
    animation: none;
  }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   land-voltage は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#land-voltage .header__actions { background: #1E8A58; }
body#land-voltage .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#land-voltage .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#land-voltage .header__lang-link.is-current { background: #EDF6F1; }
body#land-voltage .header__lang-button:focus-visible,
body#land-voltage .header__lang-link:focus-visible,
body#land-voltage .header__action-link:focus-visible,
body#land-voltage .header__nav-link:focus-visible,
body#land-voltage .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#land-voltage .header__lang-button:hover { border-color: #1E8A58; }
  body#land-voltage .header__lang-link:hover { background: #EDF6F1; }
  body#land-voltage .header__nav-link:hover { color: #1E8A58; }
}
