/* ===== RETHEME ink (§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,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure {
  margin-top: 0;
}

a {
  color: inherit;
}

html {
  color: #16181c;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #16181c;
  background: #fff;
}

#wrapper,
#contents {
  width: 100%;
}

main {
  display: block;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin-right: auto;
  margin-left: auto;
}

.section {
  padding: 120px 0;
}

.section--tint {
  background: #f5f6f8;
}

.section--dark {
  color: #fff;
  background: #1d1830;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  border-radius: 4px;
  color: #fff;
  background: #1d1830;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: #2A3442;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button--news {
  background: #3a2f5a;
}

.button--gold {
  color: #16181c;
  background: #f5b500;
}

.button--wide {
  min-width: 270px;
}

.button:focus-visible,
.text-link:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #3a2f5a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  font-size: 18px;
  line-height: 1;
}

.text-link--light {
  color: #fff;
}

.section-heading__eyebrow {
  margin-bottom: 18px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.section-heading__title {
  margin-bottom: 0;
  color: #16181c;
  font-size: clamp(34px, 4.1vw, 58px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.32;
}

.section-heading__lead {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 16px;
  line-height: 2;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}

.section-heading--center {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.section-heading--center .section-heading__lead {
  margin-top: 24px;
}

.section-heading--light .section-heading__eyebrow,
.section-heading--light .section-heading__title,
.section-heading--light .section-heading__lead {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    box-shadow: 0 14px 32px rgba(18, 32, 52, 0.2);
    transform: translateY(-2px);
  }
  .button--news:hover {
    background: #1d1830;
  }
  .button--gold:hover {
    background: #ffd24d;
  }
  .text-link:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media (max-width: 1024px) {
  .inner {
    width: min(100% - 60px, 1000px);
  }
  .section {
    padding: 92px 0;
  }
  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 52px;
  }
}
@media (max-width: 568px) {
  html {
    font-size: 15px;
  }
  .inner {
    width: calc(100% - 40px);
  }
  .section {
    padding: 72px 0;
  }
  .section-heading__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .section-heading__title {
    font-size: 32px;
    line-height: 1.38;
  }
  .section-heading__lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .section-heading--center {
    margin-bottom: 44px;
    text-align: left;
  }
  .button,
  .button--wide {
    width: 100%;
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !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: #2A3442;
}

.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 #2A3442;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #2A3442;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #2A3442;
  }
}
@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: 16px;
    right: 20px;
    z-index: 300;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1d1830;
    box-shadow: 0 8px 22px rgba(19, 20, 24, 0.18);
    cursor: pointer;
  }
  .sp-menu__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .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);
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 82px 20px 28px;
    visibility: hidden;
    background: rgba(17, 22, 29, 0.58);
    opacity: 0;
    transition: visibility 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__nav {
    display: grid;
    width: min(340px, 100%);
    max-height: calc(100vh - 110px);
    padding: 24px;
    border-radius: 18px;
    overflow-y: auto;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 18, 26, 0.28);
    transform: translateY(-12px);
    transition: transform 0.2s ease;
  }
  .sp-menu.is-open .sp-menu__nav {
    transform: translateY(0);
  }
  .sp-menu__link {
    padding: 13px 4px;
    border-bottom: 1px solid #dbdee3;
    color: #16181c;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link--cta {
    margin-top: 16px;
    padding: 14px 20px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #3a2f5a;
    text-align: center;
  }
}
.breadcrumb {
  padding: 16px 0;
  border-top: 1px solid #dbdee3;
  border-bottom: 1px solid #dbdee3;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #5e6267;
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumb__item:not(:last-child)::after {
  color: #9ca1a8;
  content: "/";
}

.breadcrumb__link {
  color: #5e6267;
  text-decoration: none;
}

.breadcrumb__link:focus-visible {
  outline: 2px solid #3a2f5a;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    color: #3a2f5a;
  }
}
.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, #2A3442 0%, #2A3442 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: #2A3442;
  }
  .footer__summary:hover::after {
    background-color: #2A3442;
  }
}
@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#news-editorial .editorial-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 5% 8%, rgb(255, 255, 255) 0 14%, transparent 35%), linear-gradient(135deg, #f3f1f8 0%, #fafafb 52%, #edf1f6 100%);
}
body#news-editorial .editorial-hero::before {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(58, 47, 90, 0.1);
  border-radius: 50%;
  content: "";
}
body#news-editorial .editorial-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 80px;
  min-height: 720px;
  padding-top: 72px;
  padding-bottom: 84px;
}
body#news-editorial .editorial-hero__content {
  position: relative;
  z-index: 2;
}
body#news-editorial .editorial-hero__eyebrow {
  margin-bottom: 24px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.4;
}
body#news-editorial .editorial-hero__title {
  margin-bottom: 24px;
  color: #16181c;
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.12;
}
body#news-editorial .editorial-hero__statement {
  margin-bottom: 28px;
  color: #16181c;
  font-size: clamp(24px, 2.7vw, 38px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.45;
}
body#news-editorial .editorial-hero__statement strong {
  color: #3a2f5a;
  font-weight: 700;
}
body#news-editorial .editorial-hero__lead {
  max-width: 600px;
  margin-bottom: 34px;
  color: #5e6267;
  font-size: 16px;
  line-height: 2;
}
body#news-editorial .editorial-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 34px;
}
body#news-editorial .editorial-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body#news-editorial .editorial-hero__assurance {
  padding: 7px 13px;
  border: 1px solid rgba(58, 47, 90, 0.16);
  border-radius: 999px;
  color: #3a2f5a;
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
body#news-editorial .editorial-hero__media {
  position: relative;
  margin: 0;
  border-radius: 30px 30px 120px 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(34, 31, 50, 0.18);
}
body#news-editorial .editorial-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 20, 24, 0.54) 100%);
  content: "";
  pointer-events: none;
}
body#news-editorial .editorial-hero__media img {
  width: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 58% center;
}
body#news-editorial .editorial-hero__caption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
  display: grid;
  gap: 8px;
  max-width: 440px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  color: #fff;
  background: rgba(23, 23, 30, 0.36);
  backdrop-filter: blur(14px);
  font-size: 14px;
  line-height: 1.75;
}
body#news-editorial .editorial-hero__caption-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#news-editorial .editorial-index {
  border-bottom: 1px solid #dbdee3;
  background: #fff;
}
body#news-editorial .editorial-index__inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}
body#news-editorial .editorial-index__label {
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #5e6267;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
body#news-editorial .editorial-index__list {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body#news-editorial .editorial-index__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16181c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}
body#news-editorial .editorial-index__link span {
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
}
body#news-editorial .editorial-index__link:focus-visible {
  outline: 2px solid #3a2f5a;
  outline-offset: 4px;
}
body#news-editorial .editorial-question__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}
body#news-editorial .editorial-question__card {
  grid-column: span 4;
  min-height: 360px;
  padding: 42px;
  border: 1px solid #dbdee3;
  border-radius: 24px;
  background: #fff;
}
body#news-editorial .editorial-question__card--dark {
  color: #fff;
  background: #1d1830;
}
body#news-editorial .editorial-question__card--image {
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
}
body#news-editorial .editorial-question__card--image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(19, 20, 21, 0.05) 15%, rgba(17, 20, 24, 0.84) 100%);
  content: "";
}
body#news-editorial .editorial-question__card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-question__number {
  display: block;
  margin-bottom: 44px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#news-editorial .editorial-question__card--dark .editorial-question__number,
body#news-editorial .editorial-question__card--dark .editorial-question__title,
body#news-editorial .editorial-question__card--dark .editorial-question__text,
body#news-editorial .editorial-question__card--image .editorial-question__number,
body#news-editorial .editorial-question__card--image .editorial-question__title,
body#news-editorial .editorial-question__card--image .editorial-question__text {
  color: #fff;
}
body#news-editorial .editorial-question__title {
  margin-bottom: 18px;
  color: #16181c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.55;
}
body#news-editorial .editorial-question__text {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 14px;
  line-height: 1.95;
}
body#news-editorial .editorial-question__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 42px;
}
body#news-editorial .editorial-principles__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 36px;
}
body#news-editorial .editorial-principles__media {
  position: relative;
  min-height: 620px;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
}
body#news-editorial .editorial-principles__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(15, 19, 24, 0.72) 100%);
  content: "";
}
body#news-editorial .editorial-principles__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-principles__caption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
body#news-editorial .editorial-principles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body#news-editorial .editorial-principles__card {
  min-height: 300px;
  padding: 36px;
  border: 1px solid rgba(58, 47, 90, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(28, 30, 33, 0.06);
}
body#news-editorial .editorial-principles__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 50px;
  border-radius: 50%;
  color: #fff;
  background: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
body#news-editorial .editorial-principles__title {
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
body#news-editorial .editorial-principles__text {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 14px;
  line-height: 1.95;
}
body#news-editorial .editorial-sources__hierarchy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #dbdee3;
  border-radius: 24px;
  overflow: hidden;
}
body#news-editorial .editorial-sources__level {
  position: relative;
  min-height: 320px;
  padding: 36px 30px;
  background: #fff;
}
body#news-editorial .editorial-sources__level:not(:last-child) {
  border-right: 1px solid #dbdee3;
}
body#news-editorial .editorial-sources__level--primary {
  color: #fff;
  background: #3a2f5a;
}
body#news-editorial .editorial-sources__rank {
  display: block;
  margin-bottom: 80px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#news-editorial .editorial-sources__level--primary .editorial-sources__rank,
body#news-editorial .editorial-sources__level--primary .editorial-sources__title,
body#news-editorial .editorial-sources__level--primary .editorial-sources__text {
  color: #fff;
}
body#news-editorial .editorial-sources__title {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
body#news-editorial .editorial-sources__text {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 13px;
  line-height: 1.9;
}
body#news-editorial .editorial-sources__note {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  margin-top: 28px;
  padding: 28px 32px;
  border-left: 4px solid #f5b500;
  background: #fffaf0;
}
body#news-editorial .editorial-sources__note p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.9;
}
body#news-editorial .editorial-process {
  position: relative;
  overflow: hidden;
}
body#news-editorial .editorial-process::before {
  position: absolute;
  top: -200px;
  right: -120px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}
body#news-editorial .editorial-process__inner {
  position: relative;
}
body#news-editorial .editorial-process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  list-style: none;
  background: rgba(255, 255, 255, 0.12);
}
body#news-editorial .editorial-process__item {
  min-height: 290px;
  padding: 36px;
  background: #1d1830;
}
body#news-editorial .editorial-process__number {
  display: block;
  margin-bottom: 58px;
  color: #c9bcec;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#news-editorial .editorial-process__title {
  margin-bottom: 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}
body#news-editorial .editorial-process__text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.9;
}
body#news-editorial .editorial-review__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 84px;
}
body#news-editorial .editorial-review__lead {
  margin: 28px 0 36px;
  color: #5e6267;
  font-size: 16px;
  line-height: 2;
}
body#news-editorial .editorial-review__list {
  margin-bottom: 24px;
}
body#news-editorial .editorial-review__item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #dbdee3;
}
body#news-editorial .editorial-review__item:last-child {
  border-bottom: 1px solid #dbdee3;
}
body#news-editorial .editorial-review__term {
  color: #3a2f5a;
  font-size: 13px;
  font-weight: 700;
}
body#news-editorial .editorial-review__description {
  margin-left: 0;
  color: #5e6267;
  font-size: 14px;
  line-height: 1.85;
}
body#news-editorial .editorial-review__annotation {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 12px;
  line-height: 1.8;
}
body#news-editorial .editorial-review__media {
  position: relative;
  min-height: 620px;
  margin: 0;
  border-radius: 120px 24px 24px 24px;
  overflow: hidden;
}
body#news-editorial .editorial-review__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(17, 22, 29, 0.7) 100%);
  content: "";
}
body#news-editorial .editorial-review__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-review__caption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  line-height: 1.8;
}
body#news-editorial .editorial-corrections__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
body#news-editorial .editorial-corrections__card {
  border: 1px solid #dbdee3;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
body#news-editorial .editorial-corrections__card--policy {
  display: flex;
  align-items: stretch;
  background: #1d1830;
}
body#news-editorial .editorial-corrections__media {
  height: 260px;
  margin: 0;
}
body#news-editorial .editorial-corrections__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-corrections__body {
  padding: 42px;
}
body#news-editorial .editorial-corrections__label {
  display: inline-block;
  margin-bottom: 22px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#news-editorial .editorial-corrections__title {
  margin-bottom: 24px;
  color: #16181c;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
}
body#news-editorial .editorial-corrections__text {
  margin-bottom: 26px;
  color: #5e6267;
  font-size: 14px;
  line-height: 1.95;
}
body#news-editorial .editorial-corrections__list {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
  padding-left: 20px;
}
body#news-editorial .editorial-corrections__item {
  color: #5e6267;
  font-size: 13px;
  line-height: 1.8;
}
body#news-editorial .editorial-corrections__card--policy .editorial-corrections__label,
body#news-editorial .editorial-corrections__card--policy .editorial-corrections__title,
body#news-editorial .editorial-corrections__card--policy .editorial-corrections__text {
  color: #fff;
}
body#news-editorial .editorial-corrections__disclosure {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
body#news-editorial .editorial-corrections__disclosure span {
  display: block;
  margin-bottom: 12px;
  color: #d2c9ed;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#news-editorial .editorial-corrections__disclosure ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#news-editorial .editorial-corrections__disclosure li {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 11px;
}
body#news-editorial .editorial-mid-cta {
  padding: 80px 0;
  color: #fff;
  background: #3a2f5a;
}
body#news-editorial .editorial-mid-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}
body#news-editorial .editorial-mid-cta__eyebrow {
  margin-bottom: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#news-editorial .editorial-mid-cta__title {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 3.3vw, 46px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.35;
}
body#news-editorial .editorial-mid-cta__text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.8;
}
body#news-editorial .editorial-mid-cta__actions {
  display: grid;
  justify-items: center;
  gap: 18px;
}
body#news-editorial .editorial-mid-cta .button--news {
  color: #3a2f5a;
  background: #fff;
}
body#news-editorial .editorial-operator__inner {
  display: grid;
  grid-template-columns: minmax(460px, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 84px;
}
body#news-editorial .editorial-operator__visual {
  position: relative;
}
body#news-editorial .editorial-operator__media {
  min-height: 620px;
  margin: 0;
  border-radius: 24px 120px 24px 24px;
  overflow: hidden;
}
body#news-editorial .editorial-operator__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-operator__quote {
  position: absolute;
  right: -36px;
  bottom: 36px;
  padding: 28px 30px;
  border-radius: 20px;
  color: #fff;
  background: #3a2f5a;
  box-shadow: 0 18px 50px rgba(30, 28, 48, 0.24);
}
body#news-editorial .editorial-operator__quote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
}
body#news-editorial .editorial-operator__lead {
  margin: 28px 0 34px;
  color: #5e6267;
  font-size: 16px;
  line-height: 2;
}
body#news-editorial .editorial-operator__table {
  margin-bottom: 26px;
  border-top: 1px solid #dbdee3;
}
body#news-editorial .editorial-operator__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #dbdee3;
}
body#news-editorial .editorial-operator__term {
  color: #16181c;
  font-size: 13px;
  font-weight: 700;
}
body#news-editorial .editorial-operator__description {
  margin-left: 0;
  color: #5e6267;
  font-size: 13px;
  line-height: 1.8;
}
body#news-editorial .editorial-operator__description a {
  color: #3a2f5a;
  font-weight: 700;
}
body#news-editorial .editorial-operator__annotation {
  margin-bottom: 22px;
  color: #5e6267;
  font-size: 12px;
  line-height: 1.8;
}
body#news-editorial .editorial-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body#news-editorial .editorial-paths__card {
  position: relative;
  min-height: 250px;
  padding: 36px;
  border: 1px solid #dbdee3;
  border-radius: 22px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
body#news-editorial .editorial-paths__card--news {
  color: #fff;
  background: #3a2f5a;
}
body#news-editorial .editorial-paths__label {
  display: block;
  margin-bottom: 56px;
  color: #3a2f5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#news-editorial .editorial-paths__title {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
body#news-editorial .editorial-paths__text {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 13px;
  line-height: 1.8;
}
body#news-editorial .editorial-paths__arrow {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #3a2f5a;
  font-size: 18px;
}
body#news-editorial .editorial-paths__card--news .editorial-paths__label,
body#news-editorial .editorial-paths__card--news .editorial-paths__title,
body#news-editorial .editorial-paths__card--news .editorial-paths__text {
  color: #fff;
}
body#news-editorial .editorial-paths__card--news .editorial-paths__arrow {
  color: #3a2f5a;
  background: #fff;
}
body#news-editorial .editorial-faq__inner {
  max-width: 980px;
}
body#news-editorial .editorial-faq__item {
  border-top: 1px solid #dbdee3;
}
body#news-editorial .editorial-faq__item:last-child {
  border-bottom: 1px solid #dbdee3;
}
body#news-editorial .editorial-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 24px 68px 24px 52px;
  color: #16181c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  cursor: pointer;
  list-style: none;
}
body#news-editorial .editorial-faq__question::-webkit-details-marker {
  display: none;
}
body#news-editorial .editorial-faq__question::before {
  position: absolute;
  left: 0;
  color: #3a2f5a;
  content: "Q";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
body#news-editorial .editorial-faq__question::after {
  position: absolute;
  right: 12px;
  width: 22px;
  height: 22px;
  background: linear-gradient(#3a2f5a, #3a2f5a) center/12px 2px no-repeat, linear-gradient(#3a2f5a, #3a2f5a) center/2px 12px no-repeat;
  content: "";
  transition: transform 0.2s ease;
}
body#news-editorial .editorial-faq__item[open] .editorial-faq__question::after {
  transform: rotate(45deg);
}
body#news-editorial .editorial-faq__answer {
  padding: 0 68px 28px 52px;
}
body#news-editorial .editorial-faq__answer p {
  margin-bottom: 0;
  color: #5e6267;
  font-size: 14px;
  line-height: 2;
}
body#news-editorial .editorial-final-cta {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: #fff;
  background: #1d1830;
}
body#news-editorial .editorial-final-cta__background {
  position: absolute;
  inset: 0;
}
body#news-editorial .editorial-final-cta__background::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 20, 24, 0.92) 0%, rgba(29, 24, 48, 0.86) 50%, rgba(29, 24, 48, 0.52) 100%);
  content: "";
}
body#news-editorial .editorial-final-cta__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#news-editorial .editorial-final-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 80px;
  min-height: 590px;
  padding-top: 80px;
  padding-bottom: 80px;
}
body#news-editorial .editorial-final-cta__content {
  max-width: 700px;
}
body#news-editorial .editorial-final-cta__eyebrow {
  margin-bottom: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#news-editorial .editorial-final-cta__title {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(36px, 4.4vw, 62px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.32;
}
body#news-editorial .editorial-final-cta__text {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 2;
}
body#news-editorial .editorial-final-cta__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
body#news-editorial .editorial-final-cta__assurances li {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
}
body#news-editorial .editorial-final-cta__actions {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media (hover: hover) and (pointer: fine) {
  body#news-editorial .editorial-index__link:hover {
    color: #3a2f5a;
  }
  body#news-editorial .editorial-paths__card:hover {
    border-color: rgba(58, 47, 90, 0.32);
    box-shadow: 0 18px 45px rgba(28, 30, 33, 0.09);
    transform: translateY(-3px);
  }
}
@media (max-width: 1180px) {
  body#news-editorial .editorial-hero__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 48px;
  }
  body#news-editorial .editorial-review__inner,
  body#news-editorial .editorial-operator__inner {
    gap: 54px;
  }
  body#news-editorial .editorial-operator__quote {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  body#news-editorial .editorial-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  body#news-editorial .editorial-hero__content {
    max-width: 760px;
  }
  body#news-editorial .editorial-hero__media img {
    min-height: 560px;
  }
  body#news-editorial .editorial-index__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  body#news-editorial .editorial-index__list {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }
  body#news-editorial .editorial-index__item {
    flex: 0 0 auto;
  }
  body#news-editorial .editorial-question__card {
    grid-column: span 6;
  }
  body#news-editorial .editorial-question__card--image {
    grid-column: span 12;
    min-height: 430px;
  }
  body#news-editorial .editorial-principles__layout {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-principles__media {
    min-height: 500px;
  }
  body#news-editorial .editorial-sources__hierarchy {
    grid-template-columns: repeat(2, 1fr);
  }
  body#news-editorial .editorial-sources__level:nth-child(2) {
    border-right: 0;
  }
  body#news-editorial .editorial-sources__level:nth-child(-n+2) {
    border-bottom: 1px solid #dbdee3;
  }
  body#news-editorial .editorial-process__list {
    grid-template-columns: repeat(2, 1fr);
  }
  body#news-editorial .editorial-review__inner,
  body#news-editorial .editorial-operator__inner {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-review__content,
  body#news-editorial .editorial-operator__content {
    max-width: 760px;
  }
  body#news-editorial .editorial-operator__visual {
    order: 2;
  }
  body#news-editorial .editorial-mid-cta__inner,
  body#news-editorial .editorial-final-cta__inner {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-mid-cta__actions,
  body#news-editorial .editorial-final-cta__actions {
    justify-items: start;
  }
}
@media (max-width: 760px) {
  body#news-editorial .editorial-hero__inner {
    gap: 44px;
    padding-top: 54px;
    padding-bottom: 60px;
  }
  body#news-editorial .editorial-hero__actions {
    align-items: flex-start;
    flex-direction: column;
  }
  body#news-editorial .editorial-hero__media {
    border-radius: 24px 24px 70px 24px;
  }
  body#news-editorial .editorial-hero__media img {
    min-height: 430px;
  }
  body#news-editorial .editorial-hero__caption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 18px;
  }
  body#news-editorial .editorial-question__grid,
  body#news-editorial .editorial-corrections__grid,
  body#news-editorial .editorial-paths__grid {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-question__card,
  body#news-editorial .editorial-question__card--image {
    grid-column: auto;
  }
  body#news-editorial .editorial-principles__grid {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-sources__hierarchy {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-sources__level,
  body#news-editorial .editorial-sources__level:not(:last-child),
  body#news-editorial .editorial-sources__level:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #dbdee3;
  }
  body#news-editorial .editorial-sources__level:last-child {
    border-bottom: 0;
  }
  body#news-editorial .editorial-sources__note {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body#news-editorial .editorial-process__list {
    grid-template-columns: 1fr;
  }
  body#news-editorial .editorial-corrections__card--policy {
    display: block;
  }
}
@media (max-width: 568px) {
  body#news-editorial .editorial-hero__eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
  }
  body#news-editorial .editorial-hero__title {
    margin-bottom: 18px;
    font-size: 43px;
  }
  body#news-editorial .editorial-hero__statement {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body#news-editorial .editorial-hero__lead {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.9;
  }
  body#news-editorial .editorial-hero__assurances {
    gap: 7px;
  }
  body#news-editorial .editorial-hero__assurance {
    padding: 6px 10px;
    font-size: 10px;
  }
  body#news-editorial .editorial-hero__media img {
    min-height: 390px;
  }
  body#news-editorial .editorial-hero__caption {
    font-size: 12px;
  }
  body#news-editorial .editorial-index__inner {
    padding-top: 18px;
    padding-bottom: 12px;
  }
  body#news-editorial .editorial-question__card,
  body#news-editorial .editorial-question__overlay,
  body#news-editorial .editorial-principles__card,
  body#news-editorial .editorial-sources__level,
  body#news-editorial .editorial-process__item,
  body#news-editorial .editorial-corrections__body,
  body#news-editorial .editorial-paths__card {
    padding: 28px;
  }
  body#news-editorial .editorial-question__card {
    min-height: 320px;
  }
  body#news-editorial .editorial-question__card--image {
    min-height: 390px;
  }
  body#news-editorial .editorial-question__number,
  body#news-editorial .editorial-principles__icon,
  body#news-editorial .editorial-sources__rank,
  body#news-editorial .editorial-process__number,
  body#news-editorial .editorial-paths__label {
    margin-bottom: 36px;
  }
  body#news-editorial .editorial-principles__media,
  body#news-editorial .editorial-review__media,
  body#news-editorial .editorial-operator__media {
    min-height: 450px;
  }
  body#news-editorial .editorial-principles__caption,
  body#news-editorial .editorial-review__caption {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }
  body#news-editorial .editorial-sources__level {
    min-height: 260px;
  }
  body#news-editorial .editorial-process__item {
    min-height: 240px;
  }
  body#news-editorial .editorial-review__item,
  body#news-editorial .editorial-operator__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  body#news-editorial .editorial-review__media {
    border-radius: 70px 22px 22px 22px;
  }
  body#news-editorial .editorial-corrections__media {
    height: 220px;
  }
  body#news-editorial .editorial-corrections__title {
    font-size: 23px;
  }
  body#news-editorial .editorial-mid-cta {
    padding: 64px 0;
  }
  body#news-editorial .editorial-mid-cta__actions,
  body#news-editorial .editorial-final-cta__actions {
    width: 100%;
    justify-items: stretch;
  }
  body#news-editorial .editorial-operator__media {
    border-radius: 22px 70px 22px 22px;
  }
  body#news-editorial .editorial-operator__quote {
    right: 14px;
    bottom: 14px;
    padding: 20px;
  }
  body#news-editorial .editorial-operator__quote p {
    font-size: 16px;
  }
  body#news-editorial .editorial-faq__question {
    min-height: 76px;
    padding: 20px 44px 20px 34px;
    font-size: 14px;
  }
  body#news-editorial .editorial-faq__question::before {
    font-size: 15px;
  }
  body#news-editorial .editorial-faq__question::after {
    right: 4px;
  }
  body#news-editorial .editorial-faq__answer {
    padding: 0 34px 24px;
  }
  body#news-editorial .editorial-final-cta,
  body#news-editorial .editorial-final-cta__inner {
    min-height: 650px;
  }
  body#news-editorial .editorial-final-cta__title {
    font-size: 36px;
  }
  body#news-editorial .editorial-final-cta__assurances {
    display: grid;
  }
}

*,
*::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: #183f76;
}

.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: #2A3442;
}

.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 #2A3442;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #2A3442;
  }
  .header__lang-link:hover {
    background: #f4f6f8;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #2A3442;
  }
}
@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: #2A3442;
    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, 25, 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: #2A3442;
  }
  .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, #2A3442 0%, #729cd7 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: #2A3442;
  }
  .footer__summary:hover::after {
    background-color: #2A3442;
  }
}
@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:#2A3442; 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:#E3B94F; }
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#news-editorial img[src][src$="/img/contents/bess-news/editorial/correction-note.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:1200/800}
body#news-editorial :is(div,figure,picture):has(> img[src$="/img/contents/bess-news/editorial/correction-note.jpg"]),body#news-editorial :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-news/editorial/correction-note.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#news-editorial picture:has(> img[src$="/img/contents/bess-news/editorial/correction-note.jpg"]){position:static;display:block;height:auto;min-height:0}
body#news-editorial img[src][src$="/img/contents/bess-news/editorial/infrastructure.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/1050}
body#news-editorial :is(div,figure,picture):has(> img[src$="/img/contents/bess-news/editorial/infrastructure.jpg"]),body#news-editorial :is(div,figure,picture):has(> picture > img[src$="/img/contents/bess-news/editorial/infrastructure.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#news-editorial picture:has(> img[src$="/img/contents/bess-news/editorial/infrastructure.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/bess-news/editorial/correction-note.jpg"])::after,main figure:has(img[src$="/img/contents/bess-news/editorial/infrastructure.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/bess-news/editorial/correction-note.jpg"]) figcaption,main figure:has(img[src$="/img/contents/bess-news/editorial/infrastructure.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 batch6 news ink (uplift_20260704) — 下層格上げ指示書 2026-07-04 ===== */
:root {
  --u-theme: #2A3442;
  --u-deep: #16181C;
  --u-tint: #F4F6F8;
  --u-silver: #A8B4C4;
  --u-gold: #F5B500;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
}

/* ---- 余白リズム（96px）・タイプスケール ---- */
body#news-editorial .section { padding: 96px 0; }
body#news-editorial .section--tint { background: var(--u-tint); }
body#news-editorial .section--dark { background: var(--u-deep); }
body#news-editorial .section-heading__eyebrow { color: var(--u-theme); font-size: 13px; }
body#news-editorial .section-heading--light .section-heading__eyebrow { color: var(--u-silver); }
body#news-editorial .section-heading__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.5; }
body#news-editorial .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#news-editorial .section-heading--light .section-heading__lead { color: rgba(255, 255, 255, 0.78); }
body#news-editorial .section-heading--split { margin-bottom: 48px; }
body#news-editorial .section-heading--center { margin-bottom: 48px; }
body#news-editorial .skip-link { background: var(--u-deep); }

/* ---- ボタン・リンク（金CTA・radius999） ---- */
body#news-editorial .button { min-height: 56px; padding: 0 32px; font-size: 16px; }
body#news-editorial .button--news { color: var(--u-ink); background: var(--u-gold); }
body#news-editorial .editorial-mid-cta .button--news { color: var(--u-ink); background: var(--u-gold); }
body#news-editorial .button:focus-visible,
body#news-editorial .text-link:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#news-editorial .editorial-hero .button:focus-visible,
body#news-editorial .editorial-hero .text-link:focus-visible,
body#news-editorial .editorial-mid-cta .button:focus-visible,
body#news-editorial .editorial-mid-cta .text-link:focus-visible,
body#news-editorial .editorial-final-cta .button:focus-visible,
body#news-editorial .editorial-final-cta .text-link:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  body#news-editorial .button--news:hover,
  body#news-editorial .editorial-mid-cta .button--news:hover,
  body#news-editorial .button--gold:hover { background: var(--u-gold); box-shadow: 0 18px 34px rgba(245, 181, 0, 0.34); filter: brightness(0.92); }
}
body#news-editorial .text-link { color: var(--u-theme); }
body#news-editorial .text-link--light { color: #fff; }

/* ---- ヒーロー（インク〜#16181Cグラデ＋白明朝31px＋eyebrowアニメ） ---- */
body#news-editorial .editorial-hero { background: linear-gradient(120deg, #2A3442 0%, #26303D 55%, #16181C 100%); }
body#news-editorial .editorial-hero::before { border-color: rgba(255, 255, 255, 0.08); }
body#news-editorial .editorial-hero__eyebrow { color: var(--u-silver); font-size: 13px; letter-spacing: 0.28em; }
body#news-editorial .editorial-hero__eyebrow::before { content: ""; display: block; width: 40px; height: 2px; margin-bottom: 14px; background: var(--u-silver); }
body#news-editorial .editorial-hero__eyebrow::after { content: none; }
body#news-editorial .editorial-hero__title { color: #fff; font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#news-editorial .editorial-hero__statement { color: #fff; font-family: 'Yu Mincho', 'Hiragino Mincho ProN', 'MS Mincho', serif; font-size: 20px; letter-spacing: 0.03em; line-height: 1.7; }
body#news-editorial .editorial-hero__statement strong { color: var(--u-silver); }
body#news-editorial .editorial-hero__lead { color: rgba(255, 255, 255, 0.82); font-size: 18px; line-height: 1.9; }
body#news-editorial .editorial-hero .text-link { color: #fff; }
body#news-editorial .editorial-hero__assurance { border-color: rgba(168, 180, 196, 0.5); color: #fff; background: rgba(22, 24, 28, 0.35); }
body#news-editorial .editorial-hero__media { border-radius: 12px; }
body#news-editorial .editorial-hero__caption { border-radius: 12px; }
@keyframes u56-fade {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
body#news-editorial .editorial-hero__eyebrow,
body#news-editorial .editorial-hero__title,
body#news-editorial .editorial-hero__statement,
body#news-editorial .editorial-hero__lead,
body#news-editorial .editorial-hero__actions,
body#news-editorial .editorial-hero__assurances { animation: u56-fade 0.6s ease both; }
body#news-editorial .editorial-hero__title { animation-delay: 0.12s; }
body#news-editorial .editorial-hero__statement { animation-delay: 0.24s; }
body#news-editorial .editorial-hero__lead { animation-delay: 0.36s; }
body#news-editorial .editorial-hero__actions { animation-delay: 0.48s; }
body#news-editorial .editorial-hero__assurances { animation-delay: 0.6s; }
@media (prefers-reduced-motion: reduce) {
  body#news-editorial .editorial-hero__eyebrow,
  body#news-editorial .editorial-hero__title,
  body#news-editorial .editorial-hero__statement,
  body#news-editorial .editorial-hero__lead,
  body#news-editorial .editorial-hero__actions,
  body#news-editorial .editorial-hero__assurances { animation: none; }
}

/* ---- ページ内目次 ---- */
body#news-editorial .editorial-index__link span { color: var(--u-theme); }
body#news-editorial .editorial-index__link:focus-visible { outline-color: var(--u-theme); }
@media (hover: hover) and (pointer: fine) {
  body#news-editorial .editorial-index__link:hover { color: var(--u-theme); }
}

/* ---- 問いカード ---- */
body#news-editorial .editorial-question__card { border-color: var(--u-border); border-radius: 12px; }
body#news-editorial .editorial-question__card--dark { background: var(--u-deep); }
body#news-editorial .editorial-question__number { color: var(--u-theme); }
body#news-editorial .editorial-question__title { font-size: 20px; }
body#news-editorial .editorial-question__text { color: var(--u-sub); }

/* ---- 4つの編集原則 ---- */
body#news-editorial .editorial-principles__media { border-radius: 12px; background: var(--u-deep); }
body#news-editorial .editorial-principles__card { border-color: var(--u-border); border-radius: 12px; box-shadow: 0 12px 32px rgba(22, 24, 28, 0.06); }
body#news-editorial .editorial-principles__icon { margin-bottom: 40px; background: var(--u-theme); }
body#news-editorial .editorial-principles__title { font-size: 20px; }
body#news-editorial .editorial-principles__text { color: var(--u-sub); }

/* ---- 情報源ヒエラルキー ---- */
body#news-editorial .editorial-sources__hierarchy { border-color: var(--u-border); border-radius: 12px; }
body#news-editorial .editorial-sources__level:not(:last-child) { border-right-color: var(--u-border); }
body#news-editorial .editorial-sources__level--primary { background: var(--u-theme); }
body#news-editorial .editorial-sources__rank { color: var(--u-theme); }
body#news-editorial .editorial-sources__title { font-size: 20px; }
body#news-editorial .editorial-sources__text { color: var(--u-sub); }
body#news-editorial .editorial-sources__note { border-left-color: var(--u-theme); background: var(--u-tint); }

/* ---- 6工程（deep地バンド） ---- */
body#news-editorial .editorial-process__list { border-radius: 12px; }
body#news-editorial .editorial-process__item { background: var(--u-deep); }
body#news-editorial .editorial-process__number { color: var(--u-silver); }
body#news-editorial .editorial-process__title { font-size: 20px; }

/* ---- 監修・確認 ---- */
body#news-editorial .editorial-review__lead { color: var(--u-sub); font-size: 18px; }
body#news-editorial .editorial-review__term { color: var(--u-theme); }
body#news-editorial .editorial-review__media { border-radius: 12px; background: var(--u-deep); }

/* ---- 訂正・利益相反 ---- */
body#news-editorial .editorial-corrections__card { border-color: var(--u-border); border-radius: 12px; }
body#news-editorial .editorial-corrections__card--policy { background: var(--u-deep); }
body#news-editorial .editorial-corrections__label { color: var(--u-theme); }
body#news-editorial .editorial-corrections__title { font-size: 20px; }
body#news-editorial .editorial-corrections__text { color: var(--u-sub); }
body#news-editorial .editorial-corrections__disclosure { border-radius: 12px; }
body#news-editorial .editorial-corrections__disclosure span { color: var(--u-silver); }

/* ---- 中間CTA（テーマ濃色バンド×金CTA） ---- */
body#news-editorial .editorial-mid-cta { padding: 64px 0; background: var(--u-theme); }
body#news-editorial .editorial-mid-cta__eyebrow { color: var(--u-silver); font-size: 13px; }
body#news-editorial .editorial-mid-cta__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.5; }

/* ---- 運営者情報 ---- */
body#news-editorial .editorial-operator__media { border-radius: 12px; }
body#news-editorial .editorial-operator__quote { border-radius: 12px; background: var(--u-theme); box-shadow: 0 18px 50px rgba(22, 24, 28, 0.24); }
body#news-editorial .editorial-operator__lead { color: var(--u-sub); font-size: 18px; }
body#news-editorial .editorial-operator__description a { color: var(--u-theme); }

/* ---- 次の判断パス ---- */
body#news-editorial .editorial-paths__card { border-color: var(--u-border); border-radius: 12px; }
body#news-editorial .editorial-paths__card--news { background: var(--u-theme); }
body#news-editorial .editorial-paths__label { color: var(--u-theme); }
body#news-editorial .editorial-paths__title { font-size: 20px; }
body#news-editorial .editorial-paths__text { color: var(--u-sub); }
body#news-editorial .editorial-paths__arrow { background: var(--u-theme); }
body#news-editorial .editorial-paths__card--news .editorial-paths__arrow { color: var(--u-theme); }
@media (hover: hover) and (pointer: fine) {
  body#news-editorial .editorial-paths__card:hover { border-color: rgba(42, 52, 66, 0.4); box-shadow: 0 18px 45px rgba(22, 24, 28, 0.09); }
}

/* ---- FAQ ---- */
body#news-editorial .editorial-faq__question::before { color: var(--u-theme); }
body#news-editorial .editorial-faq__question::after { background: linear-gradient(var(--u-theme), var(--u-theme)) center/12px 2px no-repeat, linear-gradient(var(--u-theme), var(--u-theme)) center/2px 12px no-repeat; }
body#news-editorial .editorial-faq__answer p { color: var(--u-sub); }

/* ---- 最終CTA（--u-deep締めバンド×金CTA） ---- */
body#news-editorial .editorial-final-cta { background: var(--u-deep); }
body#news-editorial .editorial-final-cta__background::after { background: linear-gradient(90deg, rgba(22, 24, 28, 0.94) 0%, rgba(42, 52, 66, 0.86) 50%, rgba(42, 52, 66, 0.45) 100%); }
body#news-editorial .editorial-final-cta__eyebrow { color: var(--u-silver); font-size: 13px; }
body#news-editorial .editorial-final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }

/* ---- 〜900px：セクション48px ---- */
@media (max-width: 900px) {
  body#news-editorial .section { padding: 48px 0; }
  body#news-editorial .section-heading--split { margin-bottom: 32px; }
  body#news-editorial .section-heading--center { margin-bottom: 32px; }
  body#news-editorial .editorial-mid-cta { padding: 48px 0; }
}
@media (max-width: 760px) {
  body#news-editorial .editorial-hero__media { border-radius: 12px; }
}
@media (max-width: 568px) {
  body#news-editorial .editorial-hero__title { font-size: 31px; }
  body#news-editorial .editorial-hero__statement { font-size: 20px; }
  body#news-editorial .editorial-hero__lead { font-size: 15px; }
  body#news-editorial .editorial-review__media { border-radius: 12px; }
  body#news-editorial .editorial-operator__media { border-radius: 12px; }
  body#news-editorial .editorial-corrections__title { font-size: 20px; }
  body#news-editorial .editorial-final-cta__title { font-size: 31px; }
}

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