.page--home {
  --font-ui: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-display: "Montserrat", var(--font-ui);

  --bg: #ffffff;
  --bg-2: #f2f3f6;
  --panel: #ffffff;
  --line: rgba(20, 20, 20, 0.08);
  --line-strong: rgba(20, 20, 20, 0.18);

  --ink: #141414;
  --ink-2: #39414d;
  --ink-3: #667180;
  --ink-on-dark: #f8fbff;

  --brand: #0099cc;
  --brand-2: #1455a3;
  --accent: #00bcd4;

  --shadow-sm: 10px 12px 30px rgba(0, 0, 0, 0.05);
  --shadow-md: 20px 28px 60px rgba(0, 0, 0, 0.10);
  --shadow-lg: 28px 44px 96px rgba(0, 0, 0, 0.14);

  --radius-md: 20px;
  --radius-lg: 24px;
  --radius-xl: 28px;
}

body.page--home {
  background:
    radial-gradient(640px 440px at 92% 10%, rgba(0, 153, 204, 0.10), transparent 66%),
    radial-gradient(720px 540px at -5% 14%, rgba(20, 85, 163, 0.07), transparent 70%),
    linear-gradient(rgba(20, 20, 20, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 20, 0.03) 1px, transparent 1px),
    #fff;
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  color: var(--ink);
}

.page--home #contact {
  scroll-margin-top: calc(var(--header-h) + 12px);
}

.page--home h1,
.page--home h2,
.page--home h3,
.page--home h4 {
  letter-spacing: -0.03em;
  color: var(--ink);
}

.page--home p {
  color: var(--ink-2);
  line-height: 1.8;
}

.page--home a {
  color: var(--brand-2);
  text-decoration-color: rgba(0, 51, 134, 0.24);
}

.page--home .container {
  width: min(1200px, calc(100vw - 2rem));
}

.page--home .section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.page--home .section--tint {
  background:
    linear-gradient(180deg, rgba(242, 243, 246, 0.78), rgba(242, 243, 246, 0.92)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: auto, 32px 32px;
  border-block: 0;
}

.page--home .section--mesh {
  background:
    radial-gradient(820px 520px at 0% 0%, rgba(0, 153, 204, 0.10), transparent 65%),
    radial-gradient(600px 400px at 100% 100%, rgba(0, 188, 212, 0.08), transparent 68%),
    radial-gradient(400px 300px at 60% 50%, rgba(20, 85, 163, 0.06), transparent 70%),
    #eef5fc;
}

.page--home .section--mesh::before {
  background-image:
    linear-gradient(rgba(20, 85, 163, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 85, 163, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.35));
  opacity: 0.65;
}

.page--home .section--mesh h2,
.page--home .section--mesh h3,
.page--home .section--mesh dt,
.page--home .section--mesh dd,
.page--home .section--mesh li,
.page--home .section--mesh a {
  color: var(--ink);
}

.page--home .section--mesh p {
  color: var(--ink-2);
}

.page--home .eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  color: var(--brand-2);
  margin-bottom: 1rem;
}

.page--home .section--mesh .eyebrow {
  color: var(--brand-2);
}

.page--home .eyebrow::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #6ea8ff, var(--brand));
  box-shadow: 0 0 0 6px rgba(7, 102, 244, 0.10);
}

.page--home .section--mesh .eyebrow::before {
  box-shadow: 0 0 0 6px rgba(0, 153, 204, 0.10);
}

.page--home .section-heading {
  gap: 0.8rem;
  max-width: 76ch;
  margin-bottom: clamp(1.5rem, 3vw, 2.15rem);
}

.page--home .section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.98;
}

.page--home .section-heading p:not(.eyebrow) {
  max-width: 70ch;
  font-size: 0.98rem;
}

.page--home .section-heading--center {
  max-width: 82ch;
}

.page--home .section-actions {
  margin-top: 1.1rem;
  gap: 0.8rem;
}

.page--home .cb-intro__list {
  margin-top: 1rem;
}

.page--home .cb-intro__heading {
  line-height: 1;
}

.page--home .cb-intro__logo {
  width: min(320px, 72vw);
  height: auto;
}

.page--home .section-heading h2.cb-intro__catch {
  margin-top: 0.45rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 0.98;
  color: var(--ink);
  max-width: 22ch;
  font-weight: 900;
  letter-spacing: -0.03em;
}


.page--home .header__inner {
  min-height: 84px;
}

.page--home .brand img {
  height: auto;
  filter: saturate(0.95) contrast(1.02);
}

.page--home .header__nav {
  gap: 0.65rem;
}

.page--home .header__nav-list {
  gap: 0.15rem;
}

.page--home .header__nav-list a {
  min-height: 2.45rem;
  padding-inline: 0.85rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1b1f26;
}

.page--home .header__nav-list a:hover,
.page--home .header__nav-list a:focus-visible {
  background: rgba(7, 102, 244, 0.08);
}

.page--home .header__nav-list a.is-active {
  background: #003386;
  color: #fff;
}

.page--home .header__product-link {
  background: #141414;
  color: #fff;
  border-color: #141414;
  box-shadow: none;
}

.page--home .header__product-link:hover,
.page--home .header__product-link:focus-visible {
  background: #222;
  border-color: #222;
  box-shadow: none;
}

.page--home .header__menu-button {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}

.page--home .header__mobile-panel {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  border-color: rgba(20, 20, 20, 0.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.10);
}

.page--home .hero {
  position: relative;
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5.4rem);
  overflow: clip;
}

.page--home .hero--home {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(900px 600px at 85% -10%, rgba(0, 153, 204, 0.14), transparent 65%),
    radial-gradient(700px 500px at -5% 30%, rgba(20, 85, 163, 0.08), transparent 68%),
    radial-gradient(500px 400px at 55% 110%, rgba(0, 188, 212, 0.08), transparent 70%),
    #ffffff;
}

.page--home .hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(20, 85, 163, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(20, 85, 163, 0.05) 1px, transparent 1px);
  background-size: 36px 36px, 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.08));
}

.page--home .hero__motion {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page--home .hero__motion-inner {
  position: absolute;
  inset: 0;
  width: min(1400px, calc(100vw - 1rem));
  margin-inline: auto;
}

.page--home .hero__motion-arrow {
  position: absolute;
  top: clamp(3rem, 9vw, 6.5rem);
  left: clamp(-6rem, -8vw, -2rem);
  width: min(1320px, 97vw);
}

.page--home .hero__motion-track {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transform: translate(0, 0);
  transition:
    transform 1.75s cubic-bezier(0.2, 0.9, 0.18, 1),
    opacity 0.45s ease;
  will-change: transform, opacity;
  filter: drop-shadow(22px 28px 62px rgba(0, 0, 0, 0.12));
}

.page--home [data-home-fv].is-fv-ready .hero__motion-track {
  opacity: 0;
  transform: translate(-118%, 108%) scale(0.97);
}

.page--home [data-home-fv].is-fv-arrow-active .hero__motion-track {
  opacity: 1;
  transform: translate(0, 0);
}

.page--home .hero__motion-mask {
  position: absolute;
  top: clamp(1.8rem, 5vw, 3rem);
  right: max(-1.5rem, calc(50% - 700px));
  width: min(350px, 26vw);
  height: auto;
  opacity: 0.98;
  z-index: 1;
}

.page--home .hero__motion-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 4;
}

.page--home .hero__motion-chip {
  position: absolute;
  opacity: 1;
  transform: translateX(0) scale(1);
  will-change: transform, opacity;
}

.page--home [data-home-fv].is-fv-ready .hero__motion-chip {
  opacity: 0;
  transform: translateX(185%) scale(0.94);
}

.page--home [data-home-fv].is-fv-arrow-active .hero__motion-chip {
  animation: homeFvChipSlide 0.9s cubic-bezier(0.22, 0.84, 0.18, 1) both;
}

.page--home .hero__motion-chip--1 {
  top: 1%;
  right: 10%;
  width: min(340px, 28vw);
  animation-delay: 1s;
}

.page--home .hero__motion-chip--2 {
  top: 21%;
  right: -3%;
  width: min(430px, 36vw);
  animation-delay: 6s;
}

.page--home .hero__motion-chip--3 {
  top: 53%;
  right: 8%;
  width: min(360px, 30vw);
  animation-delay: 11s;
}

.page--home .hero__motion-chip__panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(220px 110px at 100% 0%, rgba(7, 102, 244, 0.12), transparent 70%),
    rgba(19, 23, 31, 0.90);
  box-shadow: 20px 26px 56px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  padding: 0.85rem 0.95rem;
}

.page--home .hero__motion-chip__panel h2 {
  margin: 0 0 0.35rem;
  color: #f6f8fb;
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.page--home .hero__motion-chip__panel p {
  margin: 0;
  color: rgba(246, 248, 251, 0.88);
  font-size: 0.9rem;
  line-height: 1.58;
}

.page--home .hero__motion-chip--2 .hero__motion-chip__panel {
  background:
    radial-gradient(240px 140px at 100% 0%, rgba(255, 255, 255, 0.20), transparent 75%),
    linear-gradient(135deg, rgba(0, 51, 134, 0.98), rgba(7, 102, 244, 0.98));
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 20px 28px 56px rgba(7, 102, 244, 0.30);
}

.page--home .hero__motion-chip--2 .hero__motion-chip__panel h2,
.page--home .hero__motion-chip--2 .hero__motion-chip__panel p {
  color: #fff;
}

@keyframes homeFvChipSlide {
  0% {
    opacity: 0;
    transform: translateX(185%) scale(0.94);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.page--home .hero__stage {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: clamp(1.5rem, 3vw, 2rem);
  min-height: clamp(620px, 78vh, 780px);
  padding-top: clamp(0.2rem, 1vw, 1rem);
}

.page--home .hero__copy {
  position: relative;
}

.page--home .hero__copy--fv {
  width: min(720px, 100%);
  display: grid;
  gap: 0.35rem;
  align-content: start;
  padding: clamp(1.2rem, 2.5vw, 1.6rem);
  border-radius: 24px;
  border: 1px solid rgba(20, 85, 163, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 72px rgba(0, 80, 160, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  overflow: clip;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    opacity 0.7s ease,
    transform 0.85s cubic-bezier(0.22, 0.84, 0.18, 1);
  will-change: opacity, transform;
}

.page--home [data-home-fv].is-fv-ready .hero__copy--fv {
  opacity: 0.84;
  transform: translateY(14px) scale(0.992);
}

.page--home [data-home-fv].is-fv-arrow-active .hero__copy--fv {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.page--home .hero__copy--fv::before {
  content: "";
  position: absolute;
  inset: -32% auto auto 72%;
  width: min(26rem, 40vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(0, 153, 204, 0.18), rgba(20, 85, 163, 0.05) 48%, transparent 74%);
  pointer-events: none;
  z-index: -1;
}

.page--home .hero__copy--fv::after {
  content: "";
  position: absolute;
  inset: auto 0.9rem 0.9rem auto;
  width: 100px;
  height: 100px;
  border-radius: 16px;
  background-image:
    linear-gradient(rgba(20, 85, 163, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 85, 163, 0.06) 1px, transparent 1px);
  background-size: 10px 10px;
  transform: rotate(6deg);
  opacity: 0.85;
  pointer-events: none;
}

.page--home .hero__headline-en {
  margin: 0;
  overflow: hidden;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  line-height: 0.86;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.page--home .hero__headline-en--second {
  margin-top: -0.1rem;
  color: var(--brand);
  font-size: clamp(1.75rem, 4.8vw, 4rem);
}

.page--home .hero__headline-ja {
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.15rem;
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  font-weight: 900;
  line-height: 1.05;
  max-width: 9.6em;
  color: var(--ink);
}

.page--home .hero__headline-ja > span {
  display: block;
  overflow: hidden;
  padding-block: 0.06em;
  margin-block: -0.06em;
}

.page--home .hero__headline-en[data-home-fv-line] > span,
.page--home .hero__headline-ja [data-home-fv-line] > span {
  display: inline-block;
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
  transition:
    transform 0.82s cubic-bezier(0.22, 0.84, 0.18, 1),
    opacity 0.5s ease,
    filter 0.65s ease;
  will-change: transform, opacity, filter;
}

.page--home [data-home-fv].is-fv-ready .hero__headline-en[data-home-fv-line] > span {
  transform: translateY(120%);
  opacity: 0;
  filter: blur(8px);
}

.page--home [data-home-fv].is-fv-ready .hero__headline-ja [data-home-fv-line] > span {
  transform: translateY(120%);
  opacity: 0;
  filter: blur(8px);
}

.page--home [data-home-fv].is-fv-lines-active-en .hero__headline-en[data-home-fv-line] > span {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

.page--home [data-home-fv].is-fv-lines-active-ja .hero__headline-ja [data-home-fv-line] > span {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}

/* 見出し1行目: グラデーション文字エフェクト */
.page--home [data-home-fv-line="ja1"] > span {
  background: linear-gradient(135deg, #1d60d4 0%, #2a7ae8 40%, #0090b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* 見出し2行目: ダーク基調に合わせてinkカラー */
.page--home [data-home-fv-line="ja2"] > span {
  -webkit-text-fill-color: var(--ink);
  color: var(--ink);
}

.page--home [data-home-fv-fade] {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 0.55s ease,
    transform 0.65s cubic-bezier(0.22, 0.84, 0.18, 1),
    filter 0.55s ease;
  will-change: opacity, transform, filter;
}

.page--home [data-home-fv].is-fv-ready [data-home-fv-fade] {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(6px);
}

.page--home [data-home-fv].is-fv-fade-copy [data-home-fv-fade="eyebrow"],
.page--home [data-home-fv].is-fv-fade-copy [data-home-fv-fade="lead"],
.page--home [data-home-fv].is-fv-fade-copy [data-home-fv-fade="cta"] {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.page--home [data-home-fv].is-fv-fade-meta [data-home-fv-fade="meta"] {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.page--home .hero__lead {
  margin-top: 1.1rem;
  max-width: 50ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink-2);
  opacity: 0.9;
}

.page--home .hero__actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

/* CTAボタンの視認性強化 */
.page--home .hero__actions .button:not(.button--ghost) {
  font-size: 1.05rem;
  padding: 0.95rem 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0, 153, 204, 0.35);
  transition: all 0.3s cubic-bezier(0.22, 0.84, 0.18, 1);
}

.page--home .hero__actions .button:not(.button--ghost):hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 153, 204, 0.45);
}

/* ヒーロー内ゴーストボタン: ライト背景対応 */
.page--home .hero .button--ghost {
  background: rgba(255, 255, 255, 0.60);
  color: var(--brand-2);
  border-color: rgba(20, 85, 163, 0.25);
  box-shadow: none;
}

.page--home .hero .button--ghost:hover,
.page--home .hero .button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 20px rgba(0, 80, 160, 0.12);
}

/* ヒーロー内 eyebrow: ライト背景対応 */
.page--home .hero .eyebrow {
  color: var(--brand-2);
}

.page--home .hero .eyebrow::before {
  box-shadow: none;
}

/* ヒーロー専用eyebrow: Connected Base強調 */
.page--home .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.6rem;
  padding: 0.4rem 0.85rem 0.4rem 0.6rem;
  background: linear-gradient(135deg, rgba(0, 153, 204, 0.12), rgba(20, 85, 163, 0.08));
  border: 1px solid rgba(0, 153, 204, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--brand-2);
  backdrop-filter: blur(4px);
}

.page--home .hero__eyebrow::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 3px rgba(0, 153, 204, 0.15);
}

/* リード文内のConnected Base強調 */
.page--home .hero__lead strong {
  color: var(--brand-2);
  font-weight: 700;
}

.page--home .hero__meta-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: end;
}

.page--home .hero__meta-row .metric-strip {
  margin-top: 0;
  max-width: 780px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  opacity: 0.85;
}

.page--home .metric-strip {
  margin-top: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.page--home .metric-strip li {
  border: 1px solid rgba(20, 85, 163, 0.10);
  background: rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  padding: 0.65rem 0.75rem;
  box-shadow: 0 6px 16px rgba(0, 80, 160, 0.06);
  backdrop-filter: blur(6px);
}

.page--home .metric-strip li:nth-child(2) {
  background: linear-gradient(135deg, #1455a3, #0099cc);
  border-color: transparent;
}

.page--home .metric-strip strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.page--home .metric-strip span {
  color: var(--ink-3);
  font-size: 0.78rem;
  line-height: 1.45;
}

.page--home .metric-strip li:nth-child(2) strong,
.page--home .metric-strip li:nth-child(2) span {
  color: #fff;
}

.page--home .hero__scroll-cue__label {
  position: absolute;
  top: -1.6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(20, 85, 163, 0.50);
  white-space: nowrap;
}

.page--home .hero__scroll-cue {
  position: relative;
  width: 2px;
  height: 220px;
  align-self: stretch;
  justify-self: end;
  margin-right: 0.2rem;
  background: rgba(20, 85, 163, 0.12);
  border-radius: 999px;
  overflow: visible;
}

.page--home .hero__scroll-cue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: linear-gradient(180deg, rgba(0, 153, 204, 0.90), rgba(0, 188, 212, 0.2));
  animation: homeFvScrollCue 1.4s linear infinite;
  opacity: 0.95;
}

@keyframes homeFvScrollCue {
  0% {
    height: 0;
    top: 0;
    opacity: 1;
  }
  33% {
    height: 88px;
    top: 0;
    opacity: 1;
  }
  66% {
    height: 88px;
    top: calc(100% - 88px);
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 1;
  }
}

.page--home .panel {
  border-radius: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff;
  box-shadow: var(--shadow-sm);
  padding: clamp(1rem, 2.2vw, 1.25rem);
  backdrop-filter: none;
}

.page--home .panel--highlight {
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(223, 201, 114, 0.22), transparent 70%),
    linear-gradient(150deg, #003386, #0766f4);
  border-color: rgba(255, 255, 255, 0.10);
  box-shadow: 18px 28px 60px rgba(7, 102, 244, 0.20);
}

.page--home .panel--highlight h3,
.page--home .panel--highlight p,
.page--home .panel--highlight li,
.page--home .panel--highlight .stat-card__value,
.page--home .panel--highlight .stat-card__label {
  color: #fff;
}

/* Reset mesh white-text defaults inside white panels */
.page--home .section--mesh .panel:not(.panel--highlight) h2,
.page--home .section--mesh .panel:not(.panel--highlight) h3,
.page--home .section--mesh .panel:not(.panel--highlight) dd,
.page--home .section--mesh .panel:not(.panel--highlight) li {
  color: var(--ink);
}

.page--home .section--mesh .panel:not(.panel--highlight) p {
  color: var(--ink-2);
}

.page--home .section--mesh .panel:not(.panel--highlight) dt {
  color: var(--ink-3);
}

.page--home .section--mesh .panel:not(.panel--highlight) a {
  color: var(--brand-2);
}

.page--home .section--mesh .panel:not(.panel--highlight) .button {
  color: #fff;
}

.page--home .section--mesh .panel:not(.panel--highlight) .button--ghost {
  color: var(--ink);
}

.page--home .card-grid,
.page--home .split-panel {
  gap: 1.05rem;
}

.page--home .feature-card {
  position: relative;
  padding-top: 1.1rem;
}

.page--home .feature-card::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0.75rem;
  height: 2px;
  background: linear-gradient(90deg, #003386, rgba(7, 102, 244, 0.14));
}

.page--home .feature-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(7, 102, 244, 0.08);
  color: var(--brand-2);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
}

.page--home .feature-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.page--home .check-list,
.page--home .stack-list {
  gap: 0.7rem;
}

.page--home .check-list li {
  padding-left: 1.6rem;
}

.page--home .check-list li::before {
  content: "";
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 0 5px rgba(7, 102, 244, 0.10);
}

.page--home .stack-list li {
  border-radius: 14px;
  border: 1px solid rgba(20, 20, 20, 0.07);
  background: #fff;
  padding: 0.8rem 0.85rem;
}

.page--home .panel--highlight .stack-list li {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.page--home .service-tile {
  padding: clamp(1rem, 2.5vw, 1.3rem);
}

.page--home .service-tile h3 {
  font-size: 1.2rem;
}

.page--home .service-tile__actions {
  margin-top: 1.1rem;
}

.page--home .stat-grid {
  gap: 0.75rem;
}

.page--home .stat-card {
  border-radius: 14px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.page--home .stat-card__value {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-2);
}

.page--home .stat-card__label {
  color: var(--ink-2);
}

.page--home .panel--highlight .stat-card {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.page--home .panel--highlight .stat-card__value {
  color: #fff;
}

.page--home .panel--highlight .stat-card__label {
  color: rgba(255, 255, 255, 0.94);
}

.page--home .kv-list {
  gap: 0.2rem;
}

.page--home .kv-list > div {
  grid-template-columns: 8.2rem 1fr;
  gap: 0.85rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  padding: 0.75rem 0;
}

.page--home .kv-list dt {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.page--home .section--mesh .kv-list > div {
  border-bottom-color: rgba(20, 85, 163, 0.10);
}

.page--home .section--mesh .kv-list dt {
  color: var(--ink-3);
}

.page--home .timeline {
  gap: 0.85rem;
}

.page--home .timeline__item {
  border-radius: 16px;
  border: 1px solid rgba(20, 20, 20, 0.07);
  background: #fff;
  padding: 0.9rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
}

.page--home .timeline__index {
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: #141414;
  box-shadow: none;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.page--home .section--mesh .timeline__item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.page--home .section--mesh .timeline__index {
  background: linear-gradient(135deg, #003386, #0766f4);
}

.page--home .tag-cloud {
  gap: 0.55rem;
}

.page--home .tag-cloud span {
  border-radius: 12px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff;
  box-shadow: none;
  padding: 0.55rem 0.7rem;
  font-size: 0.86rem;
}

.page--home .news-grid {
  gap: 1.05rem;
}

.page--home .news-card {
  border-radius: 20px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff;
  box-shadow: 16px 24px 52px rgba(0, 0, 0, 0.08);
}

.page--home .news-card__link {
  background: #fff;
}

.page--home .news-card__thumb {
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(0, 153, 204, 0.06), rgba(0, 153, 204, 0.00)),
    #f0f6fc;
}

.page--home .news-card__thumb img {
  transition: transform 0.45s ease;
}

.page--home .news-card__link:hover .news-card__thumb img {
  transform: scale(1.05);
}

.page--home .news-card__body {
  padding: 1rem 1rem 1.1rem;
  gap: 0.65rem;
}

.page--home .news-card__meta {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  color: var(--brand);
}

.page--home .pill {
  min-height: 1.5rem;
  border-radius: 999px;
  background: #f2f3f6;
  border: 0;
  color: #141414;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-inline: 0.6rem;
}

.page--home .news-card h3 {
  font-size: 1rem;
  line-height: 1.55;
}

.page--home .news-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink-2);
}

.page--home #contact .section-heading {
  margin-bottom: 1.4rem;
}

.page--home .contact-layout {
  gap: 1.05rem;
  align-items: stretch;
}

.page--home .contact-card {
  border-radius: 20px;
}

.page--home .contact-layout .contact-card:first-child {
  background: #fff;
}

.page--home .contact-layout .contact-card:last-child {
  background:
    radial-gradient(420px 240px at 100% 0%, rgba(0, 153, 204, 0.06), transparent 70%),
    #ffffff;
  border-color: rgba(20, 85, 163, 0.10);
  box-shadow: 0 12px 40px rgba(0, 80, 160, 0.08);
}

.page--home .contact-list {
  margin-top: 0.9rem;
  gap: 0.7rem;
}

.page--home .contact-list > div {
  border-radius: 14px;
  border: 1px solid rgba(20, 20, 20, 0.07);
  background: #fbfcfe;
}

.page--home .contact-list dt {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.page--home .form-grid {
  gap: 0.75rem;
}

.page--home .form-field {
  gap: 0.4rem;
}

.page--home .form-field label {
  font-weight: 600;
}

.page--home .contact-layout .contact-card:last-child .form-check a {
  color: var(--brand-2);
}

.page--home .contact-layout .contact-card:last-child .form-actions .button:hover,
.page--home .contact-layout .contact-card:last-child .form-actions .button:focus-visible {
  background: #f3f5f8;
}

.page--home .site-footer {
  margin-top: 0;
  padding-top: clamp(3rem, 7vw, 4.5rem);
  border-top: 1px solid rgba(20, 85, 163, 0.10);
  background:
    radial-gradient(820px 480px at 0% 0%, rgba(0, 153, 204, 0.06), transparent 72%),
    radial-gradient(760px 500px at 100% 0%, rgba(20, 85, 163, 0.04), transparent 75%),
    #f7f9fc;
}

.page--home .site-footer__grid {
  gap: 1rem;
}

.page--home .site-footer__brand,
.page--home .site-footer__nav {
  background: rgba(255, 255, 255, 0.70);
  border-color: rgba(20, 85, 163, 0.08);
  box-shadow: 0 4px 16px rgba(0, 80, 160, 0.05);
  border-radius: 18px;
}

.page--home .site-footer__lead,
.page--home .site-footer__address,
.page--home .site-footer__nav h2,
.page--home .site-footer__bottom {
  color: var(--ink-2);
}

.page--home .site-footer__nav h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.10em;
}

.page--home .site-footer__nav a {
  color: var(--ink-2);
}

.page--home .site-footer__nav a:hover {
  color: var(--brand);
}

.page--home .site-footer__bottom {
  border-top-color: rgba(20, 85, 163, 0.08);
}

.page--home .site-footer__bottom small {
  color: var(--ink-3);
}

@media (max-width: 1100px) {
  .page--home .hero__stage {
    min-height: clamp(640px, 82vh, 860px);
  }

  .page--home .hero__copy--fv {
    width: min(780px, 100%);
  }

  .page--home .hero__motion-arrow {
    left: -10%;
    width: min(1300px, 115vw);
  }

  .page--home .hero__motion-mask {
    right: -1.5rem;
    width: min(300px, 24vw);
  }

  .page--home .hero__motion-chip--1 {
    right: 12%;
    width: min(320px, 31vw);
  }

  .page--home .hero__motion-chip--2 {
    right: -1%;
    width: min(380px, 38vw);
  }

  .page--home .hero__motion-chip--3 {
    right: 10%;
    width: min(330px, 32vw);
  }
}

@media (max-width: 980px) {
  .page--home .split-panel {
    grid-template-columns: 1fr;
  }

  .page--home .card-grid--3 {
    grid-template-columns: 1fr;
  }

  .page--home .card-grid--2 {
    grid-template-columns: 1fr;
  }

  .page--home .contact-layout {
    grid-template-columns: 1fr;
  }

  .page--home #contact.section--tint {
    background:
      linear-gradient(180deg, #141414 0%, #141414 18%, #f2f3f6 18%, #f2f3f6 100%);
  }
}

@media (max-width: 720px) {
  .page--home .container {
    width: min(1200px, calc(100vw - 1.5rem));
  }

  .page--home .header__inner {
    min-height: 74px;
  }

  .page--home .section {
    padding-block: clamp(3rem, 12vw, 4rem);
  }

  .page--home .section-heading {
    gap: 0.6rem;
    margin-bottom: 1.2rem;
  }

  .page--home .section-heading h2,
  .page--home .section-heading h2.cb-intro__catch {
    font-size: clamp(1.65rem, 7.6vw, 2.1rem);
    line-height: 1.12;
  }

  .page--home .section-heading p:not(.eyebrow) {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .page--home .hero {
    padding-top: 1.1rem;
    padding-bottom: 2.4rem;
  }

  .page--home .hero--home {
    min-height: auto;
  }

  .page--home .hero__motion {
    display: none;
  }

  .page--home .hero__stage {
    min-height: clamp(520px, calc(100vh - var(--header-h) - 1.25rem), 720px);
    min-height: clamp(520px, calc(100svh - var(--header-h) - 1.25rem), 720px);
    gap: 1rem;
    padding-top: 0;
  }

  .page--home .hero__copy--fv {
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 40px rgba(0, 80, 160, 0.12);
  }

  .page--home .hero__copy--fv::before {
    display: none;
  }

  .page--home .hero__copy--fv::after {
    width: 72px;
    height: 72px;
    background-size: 9px 9px;
    opacity: 0.45;
  }

  .page--home .hero__eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .page--home .hero__headline-en {
    font-size: clamp(2rem, 9.5vw, 2.6rem);
  }

  .page--home .hero__headline-en--second {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .page--home .hero__headline-ja {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
    line-height: 1.06;
    gap: 0.2rem;
  }

  .page--home .hero__lead {
    margin-top: 0.95rem;
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .page--home .hero__actions {
    margin-top: 1.05rem;
    gap: 0.55rem;
  }

  .page--home .hero__actions .button {
    width: 100%;
    min-height: 2.9rem;
    justify-content: center;
  }

  .page--home .hero__actions .button:not(.button--ghost) {
    font-size: 1rem;
    padding: 0.85rem 1rem;
  }

  .page--home .hero__meta-row {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.6rem;
  }

  .page--home .hero__meta-row .metric-strip {
    max-width: none;
  }

  .page--home .metric-strip {
    grid-template-columns: 1fr;
  }

  .page--home .metric-strip li {
    padding: 0.7rem 0.78rem;
  }

  .page--home .hero__scroll-cue {
    display: none;
  }

  .page--home .stat-grid {
    grid-template-columns: 1fr;
  }

  .page--home .panel,
  .page--home .news-card,
  .page--home .contact-card {
    border-radius: 16px;
  }
}

@media (max-width: 540px) {
  .page--home .container {
    width: min(1200px, calc(100vw - 1.1rem));
  }

  .page--home .section {
    padding-block: 2.75rem;
  }

  .page--home .hero__stage {
    min-height: clamp(500px, calc(100svh - var(--header-h) - 1rem), 660px);
  }

  .page--home .hero__headline-ja {
    font-size: clamp(1.52rem, 8.2vw, 2.05rem);
  }

  .page--home .hero__lead {
    font-size: 0.9rem;
  }

  .page--home .section-actions {
    gap: 0.6rem;
  }

  .page--home .section-actions .button {
    width: 100%;
  }
}

/* ============================================================
   初期表示アニメーション強化
   ============================================================ */

/* ① ヘッダー スライドダウン入場 */
.page--home .site-header {
  animation: headerFadeDown 0.5s cubic-bezier(0.22, 0.84, 0.18, 1) 0.05s both;
}

@keyframes headerFadeDown {
  from { opacity: 0; transform: translateY(-16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ② ヒーロー背景グロー浮遊 */
.page--home .hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(640px 520px at 88% 6%,  rgba(0, 153, 204, 0.18), transparent 65%),
    radial-gradient(320px 300px at 8%  72%, rgba(20, 85, 163, 0.12), transparent 62%);
  animation: heroGlowDrift 14s ease-in-out 1.2s infinite;
  will-change: transform, opacity;
}

@keyframes heroGlowDrift {
  0%, 100% { transform: translate(0,    0)   scale(1);    opacity: 0.80; }
  40%       { transform: translate(-2%, 4%)  scale(1.06); opacity: 1;    }
  70%       { transform: translate(3%, -2%)  scale(0.95); opacity: 0.65; }
}

/* ③ 見出し1行目グラデーションシマー (表示後 2.8s で発動) */
.page--home [data-home-fv-line="ja1"] > span {
  background: linear-gradient(
    90deg,
    #1d60d4 0%,
    #2a7ae8 22%,
    #0090b8 40%,
    #40b8d4 52%,
    #0090b8 62%,
    #2a7ae8 78%,
    #1d60d4 100%
  );
  background-size: 260% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradientShimmer 9s ease-in-out 2.8s infinite;
}

@keyframes gradientShimmer {
  0%, 100% { background-position: 0%   0; }
  55%       { background-position: 100% 0; }
}

/* ④ CTAボタン グロー息吹き (is-fv-fade-copy 発火後に発動) */
.page--home [data-home-fv].is-fv-fade-copy .hero .button:not(.button--ghost) {
  animation: ctaGlowPulse 3.6s ease-in-out 1s infinite;
}

@keyframes ctaGlowPulse {
  0%, 100% { box-shadow: 0  8px 28px rgba(0, 153, 204, 0.35); }
  50%       { box-shadow: 0 10px 44px rgba(0, 153, 204, 0.55),
                          0  0   20px rgba(125, 249, 255, 0.22); }
}

@media (prefers-reduced-motion: reduce) {
  .page--home:not(.is-motion-forced) .news-card__thumb img,
  .page--home:not(.is-motion-forced) .button,
  .page--home:not(.is-motion-forced) .button--ghost {
    transition: none !important;
  }

  .page--home:not(.is-motion-forced) .hero__motion-arrow,
  .page--home:not(.is-motion-forced) .hero__motion-track,
  .page--home:not(.is-motion-forced) .hero__motion-chip,
  .page--home:not(.is-motion-forced) .hero__copy--fv,
  .page--home:not(.is-motion-forced) .hero__headline-en[data-home-fv-line] > span,
  .page--home:not(.is-motion-forced) .hero__headline-ja [data-home-fv-line] > span,
  .page--home:not(.is-motion-forced) [data-home-fv-fade] {
    transition: none !important;
  }

  .page--home:not(.is-motion-forced) .hero__motion-chip,
  .page--home:not(.is-motion-forced) .hero__scroll-cue::after {
    animation: none !important;
  }

  .page--home:not(.is-motion-forced) [data-home-fv].is-fv-ready .hero__motion-track,
  .page--home:not(.is-motion-forced) [data-home-fv].is-fv-ready .hero__motion-chip,
  .page--home:not(.is-motion-forced) [data-home-fv].is-fv-ready [data-home-fv-fade],
  .page--home:not(.is-motion-forced) [data-home-fv].is-fv-ready .hero__headline-en[data-home-fv-line] > span,
  .page--home:not(.is-motion-forced) [data-home-fv].is-fv-ready .hero__headline-ja [data-home-fv-line] > span {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
