:root {
  --deep: #031735;
  --navy: #06306f;
  --blue: #0d64c8;
  --blue2: #1388e8;
  --sky: #eaf6ff;
  --pale: #f6fbff;
  --white: #fff;
  --green: #10bd55;
  --green2: #079a40;
  --yellow: #ffd900;
  --text: #142744;
  --muted: #607089;
  --line: #dbe9f8;
  --shadow: 0 22px 60px rgba(9, 48, 110, 0.15);
  --shadow-strong: 0 28px 80px rgba(2, 27, 67, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f3f9ff 0%, #ffffff 48%, #f6fbff 100%);
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page { width: 100%; overflow: hidden; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; }

/* =========================
   HERO
========================= */
.hero {
  position: relative;
  color: #fff;
  min-height: 610px;
  padding: 58px 0 120px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(76, 188, 255, .42), transparent 26%),
    radial-gradient(circle at 25% 100%, rgba(0, 195, 255, .18), transparent 34%),
    linear-gradient(135deg, #031631 0%, #062d6a 48%, #0b66bd 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -24%;
  background:
    linear-gradient(122deg, transparent 0 39%, rgba(255,255,255,.10) 39.25% 40.15%, transparent 40.4% 100%),
    linear-gradient(122deg, transparent 0 67%, rgba(255,255,255,.08) 67.2% 68.4%, transparent 68.65% 100%),
    linear-gradient(122deg, transparent 0 76%, rgba(255,255,255,.05) 76.2% 77.2%, transparent 77.45% 100%);
  transform: rotate(-4deg);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 130px;
  background: linear-gradient(180deg, transparent 0%, rgba(246,251,255,.88) 62%, #fff 100%);
  pointer-events: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 42px;
  align-items: center;
}

.hero-copy-block {
  max-width: 620px;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
  box-shadow: inset 0 0 18px rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
}

.eyebrow::before {
  content: "▣";
  color: var(--yellow);
  font-size: 13px;
}

.hero h1 {
  margin: 30px 0 18px;
  font-size: clamp(34px, 3.45vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 950;
  text-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.hero h1 span { display: block; white-space: nowrap; }
.hero h1 .white { color: #fff; }
.hero h1 .yellow {
  color: var(--yellow);
  font-size: .95em;
}

.hero-rule {
  width: min(100%, 560px);
  height: 4px;
  margin: 28px 0 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--yellow) 0%, #19d5ff 42%, transparent 100%);
  box-shadow: 0 0 18px rgba(0, 194, 255, .45);
}

.hero-copy {
  margin: 0;
  color: rgba(255,255,255,.95);
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 850;
  line-height: 1.9;
}

.hero-panel {
  position: relative;
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.38);
  background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.08));
  box-shadow: 0 30px 80px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.26);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.hero-panel::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -82px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}

.hero-panel-title {
  position: relative;
  margin: 0 0 18px;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 950;
  line-height: 1.35;
}

.hero-panel-title::after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff, #3ed3ff, transparent);
}

.hero-list {
  position: relative;
  list-style: none;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.hero-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.96);
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 900;
  line-height: 1.5;
}

.check {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: var(--blue);
  font-weight: 950;
  font-size: 26px;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

/* =========================
   CONCEPT / FLOW
========================= */
.section { padding: 62px 0; }

.intro-card {
  margin-top: -88px;
  position: relative;
  z-index: 4;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(219, 233, 248, .95);
  border-radius: 30px;
  padding: 38px 40px 36px;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.intro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(13,100,200,.08), transparent 26%),
    radial-gradient(circle at 100% 100%, rgba(0,180,255,.08), transparent 28%);
  pointer-events: none;
}

.section-title {
  position: relative;
  text-align: center;
  margin: 0 0 12px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  letter-spacing: .03em;
  font-weight: 950;
}

.section-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.section-lead {
  position: relative;
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
  color: #4b5b78;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.9;
}

.flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 30px;
}

.flow-item {
  position: relative;
  min-height: 190px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: 0 16px 34px rgba(6, 48, 111, .08);
}

.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -39px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 18px solid rgba(13,100,200,.18);
}

.flow-num {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #2d8ff0, #0c62c4);
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(13,100,200,.28);
}

.flow-icon {
  height: 48px;
  margin-bottom: 12px;
  color: var(--navy);
}

.flow-item h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.4;
}

.flow-item p {
  margin: 0;
  color: #5b6b86;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.75;
}

/* =========================
   ADVISORS
========================= */
.advisor-section { padding-top: 18px; }

.advisor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.advisor-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(6,48,111,.11);
}

.advisor-image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #edf6ff;
  overflow: hidden;
}

.advisor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.initial {
  position: absolute;
  left: 12px;
  bottom: 12px;
  min-width: 70px;
  padding: 8px 12px;
  border-radius: 13px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.98);
  box-shadow: 0 8px 22px rgba(6,38,90,.18);
  color: var(--navy);
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .04em;
  text-align: center;
  backdrop-filter: blur(5px);
}

.advisor-body { padding: 18px 18px 20px; }

.role {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--sky);
  color: var(--navy);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.4;
}

.advisor-body h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.45;
}

.advisor-body p {
  margin: 0;
  color: #4f607c;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.75;
}

.comment {
  margin-top: 15px !important;
  padding: 15px;
  border-radius: 16px;
  background: #f8fbff;
  border-left: 4px solid var(--blue);
  color: var(--text) !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  line-height: 1.8 !important;
}

.line-note {
  margin-top: 24px;
  padding: 18px 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  color: #5b6b86;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.7;
  text-align: center;
  box-shadow: 0 12px 28px rgba(6,48,111,.06);
}

/* =========================
   CTA
========================= */
.cta-section { padding: 58px 0 70px; background: linear-gradient(180deg, #fff, #eff8ff); }

.cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 20%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, #06265a 0%, #0e65c8 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cta-card h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.35;
  font-weight: 950;
}

.cta-card p { margin: 0; color: rgba(255,255,255,.92); font-size: 16px; font-weight: 750; line-height: 1.75; }
.cta-actions { position: relative; z-index: 1; display: grid; gap: 12px; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  border-radius: 999px;
  background: linear-gradient(180deg, #17cc60, var(--green2));
  border: 2px solid rgba(255,255,255,.9);
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  box-shadow: 0 14px 26px rgba(0,141,60,.32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(0,141,60,.38); }
.button::before { content: "▣"; color: #fff; font-size: 16px; }
.button::after { content: "›"; font-size: 34px; line-height: 1; }
.note { text-align: center; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,.82) !important; }

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .hero { min-height: auto; padding: 46px 0 110px; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero-panel { max-width: 760px; }
  .advisor-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px, 1120px); }
  .hero { padding: 30px 0 86px; }
  .eyebrow { font-size: 13px; padding: 7px 13px; }
  .hero h1 { font-size: clamp(36px, 9.2vw, 46px); line-height: 1.12; margin-top: 22px; }
  .hero h1 span { white-space: normal; }
  .hero-copy { font-size: 15px; line-height: 1.85; }
  .hero-copy br { display: none; }
  .hero-rule { margin: 20px 0 18px; }
  .hero-panel { padding: 20px; border-radius: 24px; }
  .hero-panel-title { font-size: 21px; }
  .hero-list li { grid-template-columns: 42px 1fr; gap: 10px; padding: 13px 0; font-size: 14px; }
  .check { width: 34px; height: 34px; border-radius: 11px; font-size: 21px; }

  .section { padding: 42px 0; }
  .intro-card { margin-top: -70px; padding: 24px 16px; border-radius: 24px; }
  .section-title { font-size: 26px; }
  .section-lead { font-size: 15px; text-align: left; line-height: 1.85; }

  .flow { grid-template-columns: 1fr; gap: 14px; }
  .flow-item { min-height: auto; display: grid; grid-template-columns: 52px 1fr; gap: 12px; text-align: left; padding: 18px; place-items: initial; align-items: center; }
  .flow-item:not(:last-child)::after { display: none; }
  .flow-num { position: static; grid-row: span 2; width: 42px; height: 42px; }
  .flow-icon { display: none; }
  .flow-item h3 { margin: 0 0 2px; font-size: 18px; }
  .flow-item p { font-size: 14px; }

  .advisor-grid { grid-template-columns: 1fr; gap: 16px; }
  .advisor-card { display: grid; grid-template-columns: 38% 62%; min-height: 178px; border-radius: 20px; }
  .advisor-image { aspect-ratio: auto; height: 100%; }
  .advisor-body { padding: 14px; }
  .initial { min-width: 56px; font-size: 20px; left: 8px; bottom: 8px; border-radius: 12px; }
  .role { font-size: 11px; margin-bottom: 8px; }
  .advisor-body h3 { font-size: 17px; margin-bottom: 7px; }
  .advisor-body p, .comment { font-size: 13px; line-height: 1.65; }
  .comment { padding: 10px; margin-top: 10px !important; }
  .line-note { border-radius: 18px; font-size: 14px; text-align: left; }

  .cta-section { padding: 42px 0 52px; }
  .cta-card { padding: 24px 18px; border-radius: 24px; }
  .cta-card h2 { font-size: 25px; }
  .button { min-height: 58px; font-size: 18px; }
}

@media (max-width: 420px) {
  .advisor-card { grid-template-columns: 40% 60%; }
  .advisor-body p:not(.comment) { display: none; }
  .comment { font-size: 11.5px; }
}
