:root {
  --ink: #07132a;
  --ink-deep: #2a2a38;
  --muted: #6b7280;
  --paper: #fff;
  --bg: #f7f9fc;
  --line: #dfe7f1;
  --blue: #0b5cff;
  --blue-deep: #003dba;
  --orange: #ff8a00;
  --red: #e94235;
  --gray: #5f6576;
  --shadow: 0 24px 60px rgba(7, 19, 42, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: var(--paper);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrapper { width: min(100% - 48px, 1200px); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 28px; font-weight: 900; white-space: nowrap; }
.brand img { width: 48px; height: 48px; }
.brand span span, .diagram-logo span span { color: var(--orange); }
.site-nav { display: flex; justify-content: flex-end; gap: 6px; margin-left: auto; }
.site-nav a { padding: 12px 13px; border-radius: 6px; color: var(--ink); font-size: 14px; font-weight: 800; }
.site-nav a:hover { background: #eef4ff; color: var(--blue); }
.header-cta, .button, .contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  font-weight: 900;
}
.header-cta, .button-dark { background: var(--ink); color: var(--paper); }
.button-accent { background: var(--blue); color: var(--paper); }
.menu-button, .mobile-nav { display: none; }
.hero { padding: 84px 0 86px; background: linear-gradient(180deg, #fbfdff, #f0f6ff); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: 58px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.hero h1 { margin: 0; font-size: clamp(46px, 6vw, 84px); line-height: 1.08; letter-spacing: 0; }
.hero-sub { margin: 24px 0 0; font-size: clamp(22px, 2.4vw, 34px); font-weight: 900; }
.hero-lead { margin: 26px 0 0; max-width: 560px; color: var(--muted); font-size: 17px; font-weight: 700; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-visual { margin: 0; border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); background: var(--paper); }
section { scroll-margin-top: 90px; }
.service, .comparison, .coverage, .flow, .faq { padding: 86px 0 96px; }
.worries, .members, .packages { padding: 86px 0 96px; background: var(--bg); }
.section-kicker { text-align: center; }
.section-title { margin: 0; text-align: center; color: var(--ink); font-size: clamp(30px, 3.3vw, 46px); line-height: 1.35; }
.section-lead { max-width: 800px; margin: 22px auto 42px; color: var(--muted); text-align: center; font-size: 16px; font-weight: 700; line-height: 1.9; }
.service-fee { max-width: 880px; margin: 0 auto 50px; text-align: center; }
.service-fee strong { display: block; color: var(--red); font-size: clamp(20px, 2.2vw, 30px); }
.service-fee span { display: block; margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
.service-diagram { display: grid; grid-template-columns: 220px minmax(130px, 1fr) 280px minmax(130px, 1fr) 220px; align-items: center; max-width: 1180px; margin-inline: auto; }
.diagram-node { display: grid; place-items: center; width: 220px; height: 220px; padding: 26px; border-radius: 50%; color: var(--paper); text-align: center; box-shadow: var(--shadow); }
.diagram-node-company { background: #9e9e9e; }
.diagram-node-expert { background: #353547; }
.diagram-icon { width: 72px; height: 72px; background: currentColor; mask: center / contain no-repeat; -webkit-mask: center / contain no-repeat; }
.diagram-company { mask-image: url("assets/icon-company.svg"); -webkit-mask-image: url("assets/icon-company.svg"); }
.diagram-expert { mask-image: url("assets/icon-expert.svg"); -webkit-mask-image: url("assets/icon-expert.svg"); }
.diagram-node strong { margin-top: 8px; font-size: 22px; }
.diagram-node small { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 900; line-height: 1.6; }
.diagram-bridge { position: relative; display: grid; place-items: center; min-height: 220px; color: var(--ink); font-size: 17px; font-weight: 900; }
.diagram-bridge::before, .diagram-bridge::after { position: absolute; left: -18px; right: -18px; height: 84px; content: ""; border-radius: 50%; }
.diagram-bridge::before { top: 24px; border-top: 3px solid rgba(166,130,108,.82); }
.diagram-bridge::after { bottom: 24px; border-bottom: 3px solid rgba(53,53,71,.82); }
.diagram-bridge span { z-index: 1; padding: 8px 12px; background: #edf5ff; }
.diagram-center { display: grid; place-items: center; width: 280px; min-height: 280px; padding: 26px; border: 1px solid rgba(166,130,108,.42); border-radius: 50%; background: radial-gradient(circle at 50% 45%, #ece3dc, #fff 66%); text-align: center; overflow: hidden; }
.diagram-logo { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; font-size: 22px; font-weight: 900; }
.diagram-logo img { width: 44px; height: 44px; }
.diagram-center > strong { color: #8b6650; font-size: 18px; line-height: 1.45; }
.diagram-center p { margin: 12px 0 0; color: var(--ink); font-size: 11px; font-weight: 900; line-height: 1.7; }
.worry-table { overflow-x: auto; margin-top: 42px; }
.worry-row { display: grid; grid-template-columns: 160px repeat(4, minmax(180px, 1fr)); min-width: 920px; }
.worry-row > * { display: grid; place-items: center; min-height: 128px; margin: 0; padding: 20px; text-align: center; border: 1px solid var(--line); font-weight: 900; }
.worry-row-problem { background: #f4f4f4; }
.worry-row-problem strong { display: block; color: #8b6650; margin-bottom: 6px; }
.worry-row-problem span { color: var(--ink); font-size: 15px; line-height: 1.6; }
.row-label { color: var(--paper); background: #858585; }
.worry-row-solution { background: #edf5ff; }
.worry-row-solution p { margin: 18px 12px; background: var(--paper); box-shadow: 0 12px 26px rgba(11,92,255,.08); }
.row-label-brand { justify-self: center; width: calc(100% - 44px); background: var(--blue); }
.comparison-table { overflow-x: auto; border: 1px solid rgba(11,92,255,.18); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.comparison-row { display: grid; grid-template-columns: 190px repeat(3, minmax(240px, 1fr)); min-width: 1040px; border-bottom: 1px solid rgba(11,92,255,.12); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { display: flex; align-items: center; min-height: 74px; margin: 0; padding: 18px 20px; border-right: 1px solid rgba(11,92,255,.12); font-size: 14px; font-weight: 800; line-height: 1.6; }
.comparison-row > *:last-child { border-right: 0; color: var(--red); background: #fff7ef; }
.comparison-head > * { justify-content: center; min-height: 58px; color: var(--paper); font-size: 17px; font-weight: 900; }
.comparison-head span { background: #f7f9fc; }
.comparison-head strong:nth-child(2) { background: var(--ink-deep); }
.comparison-head strong:nth-child(3) { background: var(--gray); }
.comparison-head strong:nth-child(4) { background: linear-gradient(135deg, var(--red), var(--orange)); }
.comparison-row > strong:first-child { color: var(--blue-deep); background: #f8fbff; }
.member-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.member-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 18px; padding: 22px; border: 1px solid rgba(11,92,255,.18); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); }
.member-portrait { display: grid; place-items: center; min-height: 150px; border-radius: 8px; background: radial-gradient(circle at 50% 34%, rgba(255,255,255,.92) 0 16%, transparent 17%), linear-gradient(150deg, #dfe8f5, #f7f9fc 42%, #0a1634 43% 100%); }
.member-portrait span { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; background: var(--paper); color: var(--blue); font-size: 30px; font-weight: 900; box-shadow: 0 18px 36px rgba(42,42,56,.16); }
.member-card h3 { margin: 0; color: var(--blue-deep); font-size: 24px; }
.member-role { margin: 6px 0 14px; color: var(--orange); font-size: 14px; font-weight: 900; }
.member-card ul { display: grid; gap: 8px; margin: 0 0 16px; padding: 0; list-style: none; }
.member-card li { color: var(--ink); font-size: 13px; font-weight: 800; line-height: 1.6; }
.member-note { margin-bottom: 16px; padding: 14px; border-radius: 8px; background: #f7f9fc; }
.member-note strong { display: block; margin-bottom: 6px; color: var(--blue-deep); font-size: 13px; }
.member-note p { margin: 0; color: var(--ink); font-size: 12.5px; font-weight: 700; line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 12px; border: 1px solid rgba(11,92,255,.2); border-radius: 999px; color: var(--blue-deep); background: #f8fbff; font-size: 12px; font-weight: 900; }
.coverage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 40px; }
.coverage-grid span { display: flex; align-items: center; min-height: 68px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); font-weight: 900; box-shadow: 0 14px 34px rgba(42,42,56,.06); }
.package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.package-grid article { min-height: 300px; padding: 22px; border: 1px solid var(--line); border-top: 6px solid var(--blue); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
.package-grid span { color: var(--blue); font-size: 12px; font-weight: 900; }
.package-grid h3 { min-height: 58px; margin: 18px 0 14px; font-size: 21px; line-height: 1.35; }
.package-grid p { color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.8; }
.package-grid strong { display: block; margin-top: 22px; font-size: 24px; }
.note { margin: 20px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 230px; padding: 90px 24px 32px 150px; border-bottom: 1px solid var(--blue-deep); }
.steps li::before { position: absolute; left: 64px; top: 98px; bottom: 0; width: 1px; content: ""; background: var(--blue-deep); transform: skewX(-20deg); }
.steps span { position: absolute; left: 118px; top: 96px; color: var(--blue-deep); font-family: Georgia, serif; font-size: 52px; font-style: italic; font-weight: 900; line-height: 1; }
.steps strong { display: block; color: var(--blue-deep); font-size: 22px; }
.steps p { color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.8; }
.faq-list { display: grid; gap: 14px; max-width: 900px; margin: 42px auto 0; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.faq-list summary { cursor: pointer; padding: 20px 24px; color: var(--blue-deep); font-weight: 900; }
.faq-list p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-weight: 700; line-height: 1.8; }
.contact { padding: 72px 0; background: #f4f1ef; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.contact article { padding: 28px; border-radius: 8px; background: var(--paper); text-align: center; box-shadow: var(--shadow); }
.contact p { margin: 0 0 18px; font-weight: 900; }
.contact a { width: min(100%, 380px); background: var(--ink); color: var(--paper); }
.contact article:nth-child(2) a { background: var(--blue); }
.site-footer { padding: 42px 0; background: var(--ink); color: var(--paper); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer p { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-links a { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 800; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 1100px) {
  .site-nav, .header-cta { display: none; }
  .menu-button { display: grid; gap: 5px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
  .menu-button span { display: block; width: 26px; height: 2px; background: var(--ink); }
  .mobile-nav.is-open { display: grid; gap: 0; padding: 0 24px 18px; background: var(--paper); }
  .mobile-nav a { padding: 14px 0; border-top: 1px solid var(--line); font-weight: 900; }
  .hero-grid, .service-diagram, .member-grid, .package-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .diagram-node, .diagram-center { margin-inline: auto; }
  .diagram-bridge { min-height: 80px; }
  .coverage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .wrapper { width: min(100% - 32px, 640px); }
  .brand { font-size: 22px; }
  .brand img { width: 42px; height: 42px; }
  .hero, .service, .worries, .comparison, .members, .coverage, .packages, .flow, .faq { padding: 62px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 46px; }
  .hero-sub { font-size: 22px; }
  .section-title { font-size: 30px; }
  .section-lead { text-align: left; }
  .member-card { grid-template-columns: 1fr; }
  .coverage-grid, .contact-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 0; padding: 78px 20px 30px 112px; }
  .steps li::before { left: 44px; top: 88px; }
  .steps span { left: 80px; top: 82px; font-size: 44px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

/* Visual refresh for the published LP */
:root {
  --ink: #353547;
  --ink-deep: #090f2c;
  --muted: #696b78;
  --line: #e5dfdb;
  --blue: #005cf5;
  --blue-deep: #0045c7;
  --orange: #ff8600;
  --brown: #a9846e;
  --brown-deep: #8b6650;
  --red: #ee4438;
  --soft-blue: #eaf3ff;
  --soft-gray: #f2f2f2;
  --shadow: 0 22px 54px rgba(53, 53, 71, 0.1);
}

body {
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  background: #fff;
}

.wrapper { width: min(100% - 80px, 1280px); }

.site-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #ece7e4;
  box-shadow: none;
}

.header-inner { min-height: 92px; gap: 24px; }

.brand {
  gap: 12px;
  color: #0b1430;
  font-size: 31px;
  line-height: 1;
  overflow: visible;
}

.brand img {
  width: 182px;
  height: 58px;
  padding: 7px 0;
  object-fit: contain;
  object-position: center;
  display: block;
}
.brand span span, .diagram-logo span span { color: var(--orange); }

.site-nav--actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}

.site-nav.site-nav--actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 3px;
  color: var(--brown-deep);
  font-size: 15px;
  font-weight: 900;
  background: transparent;
  border: 1px solid var(--brown);
}

.site-nav.site-nav--actions a:hover {
  color: var(--ink-deep);
  background: #f8f3ef;
}

.site-nav.site-nav--actions .nav-outline-wide { min-width: 260px; }
.site-nav.site-nav--actions .nav-solid,
.site-nav.site-nav--actions .nav-brown {
  min-width: 160px;
  color: #fff;
  border-color: transparent;
}
.site-nav.site-nav--actions .nav-solid { background: var(--ink); }
.site-nav.site-nav--actions .nav-brown { background: var(--brown); }

.hero {
  position: relative;
  min-height: 714px;
  padding: 0;
  overflow: hidden;
  background: #f4f2f0;
  border-bottom: 1px solid #ede7e3;
}

.hero::before {
  position: absolute;
  top: -340px;
  right: -110px;
  width: 820px;
  height: 820px;
  content: "";
  border: 22px solid rgba(169, 132, 110, 0.12);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(540px, 0.9fr) minmax(620px, 1.1fr);
  min-height: 714px;
  gap: 0;
  align-items: stretch;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 182px 0 92px;
}

.hero .eyebrow {
  margin-bottom: 24px;
  color: var(--brown-deep);
  font-size: 22px;
  letter-spacing: 0;
  text-align: left;
}

.hero h1 {
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
  font-size: clamp(54px, 5.8vw, 78px);
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
}

.hero-sub {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--brown);
  color: var(--ink);
  font-size: clamp(28px, 3.1vw, 37px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-lead { display: none; }

.hero-actions {
  gap: 20px;
  margin-top: 34px;
}

.button {
  min-width: 240px;
  min-height: 60px;
  border-radius: 3px;
  font-size: 20px;
}

.button-dark { background: var(--ink); }
.button-accent { background: var(--brown); }

.hero-visual {
  position: relative;
  align-self: end;
  height: 620px;
  margin: 92px 0 0 -38px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(244, 242, 240, 0.96) 0%, rgba(244, 242, 240, 0.55) 18%, rgba(244, 242, 240, 0) 42%);
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section { scroll-margin-top: 98px; }
.service, .comparison, .coverage, .flow, .faq { padding: 88px 0 98px; }
.worries, .members, .packages { padding: 88px 0 98px; }

.section-kicker {
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.section-title {
  color: #07132a;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.35;
}

.section-lead {
  max-width: 890px;
  margin-top: 22px;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 16px;
  line-height: 2;
}

.service { background: #fff; }
.service .section-title { font-size: clamp(38px, 4.4vw, 54px); }

.service-fee {
  margin: 8px auto 56px;
}

.service-fee strong {
  color: var(--red);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.55;
}

.service-fee span {
  margin-top: 4px;
  color: #5d6472;
  font-size: 13px;
}

.service-diagram {
  grid-template-columns: 220px minmax(160px, 1fr) 280px minmax(160px, 1fr) 220px;
  max-width: 1240px;
}

.diagram-icon {
  width: 78px;
  height: 78px;
  color: #fff;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  mask: none;
  -webkit-mask: none;
}

.diagram-company { background-image: url("assets/icon-company.svg"); }
.diagram-expert { background-image: url("assets/icon-expert.svg"); }

.diagram-node { box-shadow: 0 24px 46px rgba(7, 19, 42, 0.08); }
.diagram-node-company { background: #a5a5a5; }
.diagram-node-expert { background: #383748; }
.diagram-bridge span {
  color: #15213a;
  background: #edf5ff;
  font-size: 17px;
}

.diagram-center {
  box-shadow: 0 28px 54px rgba(166, 130, 108, 0.14);
}

.diagram-logo {
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 12px;
}

.diagram-logo img {
  width: 126px;
  height: 44px;
  padding: 5px 0;
  object-fit: contain;
  object-position: center;
}

.diagram-points {
  display: grid;
  gap: 8px;
  width: min(100%, 190px);
  margin: 14px auto 0;
  padding: 0;
  list-style: none;
}

.diagram-points li {
  display: grid;
  place-items: center;
  min-height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.diagram-center p {
  max-width: 210px;
  font-size: 10px;
  line-height: 1.5;
}

.worries {
  background: #fff;
  overflow: hidden;
}

.worry-table {
  margin-top: 42px;
  overflow-x: auto;
}

.worry-row {
  grid-template-columns: 150px repeat(4, minmax(220px, 1fr));
  min-width: 1080px;
}

.worry-row > * {
  min-height: 124px;
  border: 0;
  font-size: 16px;
}

.worry-row-problem {
  column-gap: 0;
  background: var(--soft-gray);
}

.worry-row-problem > p {
  align-content: center;
  padding: 22px 20px;
}

.worry-row-problem strong {
  color: var(--brown-deep);
  font-size: 20px;
}

.worry-row-problem span {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.75;
}

.row-label {
  align-self: center;
  justify-self: center;
  width: 116px;
  min-height: 102px;
  color: #fff;
  background: #878787;
  font-size: 20px;
  line-height: 1.45;
}

.worry-row-solution {
  background: var(--soft-blue);
  padding: 34px 0 28px;
}

.worry-row-solution > * {
  min-height: 132px;
  padding: 0 18px;
}

.worry-row-solution p {
  position: relative;
  margin: 0 12px;
  background: #fff;
  box-shadow: none;
  font-size: 18px;
  line-height: 1.75;
}

.worry-row-solution p::before {
  position: absolute;
  top: -31px;
  left: 50%;
  content: "⌄";
  transform: translateX(-50%);
  color: var(--blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.row-label-brand {
  align-self: center;
  justify-self: center;
  width: 116px;
  min-height: 122px;
  margin: 0;
  color: #fff;
  background: var(--blue);
  font-size: 19px;
  text-align: center;
}

.comparison {
  background: #fff;
}

.comparison-table {
  border: 1px solid #d8e0ef;
  border-radius: 8px;
  box-shadow: none;
}

.comparison-row {
  grid-template-columns: 170px repeat(3, minmax(255px, 1fr));
  min-width: 1070px;
  border-bottom: 1px solid #dfe5ef;
}

.comparison-row > * {
  min-height: 72px;
  padding: 14px 18px;
  border-right: 1px solid #dfe5ef;
}

.comparison-row > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  color: #1d2a47;
}

.comparison-row p b {
  color: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.45;
}

.comparison-row p small {
  color: #3d4962;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.comparison-row > *:last-child {
  color: #ff5f19;
  background: #fffaf6;
}

.comparison-row > *:last-child small { color: #25334e; }
.comparison-row > strong:first-child { color: #09215c; }

.comparison-head > * {
  min-height: 56px;
  font-size: 16px;
}

.comparison-head span { background: #fff; }
.comparison-head strong:nth-child(2) { background: #06164a; }
.comparison-head strong:nth-child(3) { background: #697080; }
.comparison-head strong:nth-child(4) { background: linear-gradient(180deg, #ff7617, #ff5a11); }
.comparison-head > *:last-child { color: #fff; }

.members {
  background: #f8fbff;
}

.member-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.member-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(7, 19, 42, 0.08);
}

.member-portrait {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 82px;
  height: 82px;
  min-height: 0;
  border-radius: 50%;
}

.member-portrait span {
  width: 54px;
  height: 54px;
  font-size: 22px;
}

.member-card > div:not(.member-portrait) { padding-right: 92px; }
.member-card h3 { font-size: 22px; }
.member-role { margin-bottom: 12px; font-size: 13px; }
.member-card ul { gap: 6px; margin-bottom: 12px; }
.member-card li { font-size: 12px; line-height: 1.55; }
.member-note { margin: 8px 0 10px; padding: 10px; }
.member-note strong { font-size: 12px; }
.member-note p { font-size: 11px; line-height: 1.55; }
.tags { gap: 6px; }
.tags span { min-height: 24px; padding: 0 9px; font-size: 10.5px; }

.member-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.member-card > div:not(.member-portrait) {
  padding-right: 0;
}

.member-photo {
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #dfe8f5, #f8fbff 48%, #07132a 49% 100%);
  background-position: center;
  background-size: cover;
  box-shadow: 0 14px 30px rgba(7, 19, 42, 0.12);
}

.member-photo-kawata { background-image: url("assets/member-kawata.png"); }
.member-photo-kanabe { background-image: url("assets/member-kanabe.png"); }
.member-photo-hashimoto { background-image: url("assets/member-hashimoto.png"); }

.member-photo span {
  display: none;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 22px;
  font-weight: 900;
}

.member-profile {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.72;
}

.footer-inner .brand img {
  width: 184px;
  height: 50px;
}

.packages {
  position: relative;
  overflow: hidden;
  background: #fbfaf8;
}

.packages::before,
.packages::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.packages::before {
  top: -120px;
  left: -40px;
  width: 280px;
  height: 280px;
  background: rgba(221, 230, 248, 0.85);
}

.packages::after {
  top: -70px;
  right: -20px;
  width: 320px;
  height: 320px;
  background: rgba(239, 218, 214, 0.82);
}

.packages .wrapper {
  position: relative;
  z-index: 1;
}

.packages .section-title,
.faq .section-title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", Georgia, serif;
  color: var(--ink);
}

.package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 970px;
  margin: 36px auto 0;
  gap: 18px;
}

.package-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 356px;
  padding: 26px 22px 24px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: radial-gradient(circle at 28% 12%, rgba(208, 240, 248, 0.8), transparent 24%), radial-gradient(circle at 82% 90%, rgba(255, 127, 80, 0.6), transparent 32%), #fff;
  box-shadow: 0 18px 42px rgba(53, 53, 71, 0.1);
}

.package-grid article:nth-child(2) {
  background: radial-gradient(circle at 18% 12%, rgba(225, 232, 255, 0.9), transparent 28%), radial-gradient(circle at 86% 90%, rgba(255, 105, 84, 0.55), transparent 34%), #fff;
}

.package-grid article:nth-child(3) {
  background: radial-gradient(circle at 28% 12%, rgba(218, 244, 248, 0.85), transparent 30%), radial-gradient(circle at 88% 90%, rgba(159, 222, 121, 0.55), transparent 34%), #fff;
}

.package-grid article:nth-child(4) {
  background: radial-gradient(circle at 32% 14%, rgba(245, 245, 245, 0.9), transparent 30%), radial-gradient(circle at 88% 90%, rgba(255, 111, 90, 0.55), transparent 34%), #fff;
}

.package-grid article::after {
  position: absolute;
  right: 18px;
  bottom: 20px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--ink);
}

.package-grid small {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.package-grid h3 {
  min-height: 58px;
  margin: 28px 0 20px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.45;
}

.package-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.package-grid .package-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid #dde3ec;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(53, 53, 71, 0.06);
}

.package-grid ul {
  display: grid;
  gap: 7px;
  margin: 0 0 22px;
  padding-left: 17px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.package-grid strong {
  margin-top: auto;
  padding-right: 18px;
  color: var(--ink);
  font-size: 27px;
  font-style: italic;
  font-weight: 500;
  white-space: nowrap;
}

.flow {
  background: #fff;
}

.steps {
  max-width: 1060px;
  margin: 46px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 34px;
}

.steps li {
  min-height: 222px;
  padding: 76px 18px 36px 206px;
  border-bottom: 1px solid var(--blue);
}

.steps li::before {
  left: 72px;
  top: 82px;
  bottom: 0;
  width: 1px;
  background: var(--blue);
  transform: skewX(-20deg);
}

.steps span {
  left: 96px;
  top: 76px;
  width: 58px;
  color: var(--blue-deep);
  font-size: 50px;
  text-align: right;
}

.steps strong {
  display: block;
  color: var(--blue-deep);
  font-size: 22px;
  line-height: 1.25;
}

.steps li:first-child strong {
  white-space: nowrap;
}

.steps p {
  margin-top: 12px;
  color: #6b6e78;
  font-size: 14px;
}

.faq {
  background: #fff;
  border-top: 1px solid #eee9e5;
}

.faq .section-kicker { display: none; }
.faq .section-title { font-size: 42px; }

.faq-list {
  max-width: 768px;
  margin-top: 38px;
  gap: 14px;
}

.faq-list details {
  border: 1px solid #e6ded8;
  border-radius: 0;
  background: #fff;
}

.faq-list summary {
  position: relative;
  padding: 21px 56px 21px 24px;
  color: var(--ink);
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "+";
  transform: translateY(-50%);
  color: var(--brown);
  font-size: 26px;
  font-weight: 900;
}

.faq-list details[open] summary::after { content: "-"; }

.faq-list p {
  padding: 0 24px 26px;
  color: #5e6470;
  font-size: 14px;
  line-height: 1.9;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 58px 0 70px;
  background: #f4f1ef;
}

.contact::before,
.contact::after {
  position: absolute;
  top: -120px;
  width: 170px;
  height: 420px;
  content: "";
  background: rgba(53, 53, 71, 0.06);
  transform: skewX(-34deg);
}

.contact::before { left: 34%; }
.contact::after { right: 20%; }

.contact-grid {
  position: relative;
  z-index: 1;
  max-width: 960px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 56px;
}

.contact article {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.contact p {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 14px;
}

.contact a {
  width: 100%;
  min-height: 72px;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.contact a::after {
  margin-left: auto;
  padding-left: 24px;
  content: ">";
  font-size: 24px;
}

.contact article:nth-child(2) a {
  color: var(--brown-deep);
  background: #fff;
  border: 1px solid #dfd1c8;
}

.site-footer {
  background: var(--ink);
}

.service-diagram-sp,
.worry-stack-sp,
.mobile-sticky-cta,
.mobile-only-break {
  display: none;
}

@media (max-width: 1180px) {
  .site-nav--actions { display: none; }
  .menu-button { display: grid; }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy { padding: 92px 0 34px; }
  .hero-visual {
    height: 420px;
    margin: 0;
  }
  .hero-visual::after {
    background: linear-gradient(180deg, rgba(244, 242, 240, 0.88), rgba(244, 242, 240, 0));
  }
  .member-grid, .package-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-card { aspect-ratio: auto; min-height: 300px; }
}

@media (max-width: 900px) {
  .wrapper { width: min(100% - 32px, 640px); }
  .hero h1 { font-size: 48px; }
  .hero-sub { white-space: normal; font-size: 25px; }
  .button { min-width: 0; width: 100%; }
  .service-diagram {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .diagram-bridge {
    min-height: 58px;
  }
  .diagram-bridge::before,
  .diagram-bridge::after {
    display: none;
  }
  .member-grid, .package-grid, .contact-grid, .steps {
    grid-template-columns: 1fr;
  }
  .member-card {
    aspect-ratio: auto;
    min-height: 0;
  }
  .steps li {
    min-height: 0;
    padding: 72px 20px 32px 178px;
  }
  .steps li::before { left: 60px; top: 78px; }
  .steps span { left: 82px; top: 72px; width: 54px; }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 64px;
    overflow-x: hidden;
  }

  .wrapper {
    width: min(100% - 24px, 390px);
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    position: relative;
    min-height: 58px;
  }

  .brand img {
    width: 124px;
    height: 42px;
    padding: 5px 0;
    object-fit: contain;
    object-position: center;
  }

  .menu-button {
    position: fixed;
    top: 12px;
    right: 14px;
    display: grid !important;
    margin-left: auto;
    gap: 4px;
    padding: 8px 0 8px 10px;
    transform: none;
  }

  .menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
  }

  .mobile-nav.is-open {
    padding: 0 16px 12px;
  }

  .mobile-nav a {
    padding: 12px 0;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    padding: 0 0 22px;
  }

  .hero::before {
    top: -260px;
    right: -360px;
    width: 620px;
    height: 620px;
    border-width: 14px;
  }

  .hero-grid {
    min-height: auto;
    gap: 10px;
  }

  .hero-copy {
    padding: 24px 0 4px;
  }

  .hero .eyebrow {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero h1 {
    font-size: clamp(39px, 10.6vw, 46px);
    line-height: 1.1;
    white-space: normal;
  }

  .hero-sub {
    margin-top: 14px;
    padding-bottom: 8px;
    border-bottom-width: 3px;
    font-size: 21px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .hero-actions {
    display: none;
  }

  .hero-visual {
    height: min(34svh, 258px);
    min-height: 220px;
    margin: 6px -12px 0;
  }

  .hero-visual::after {
    background: linear-gradient(180deg, rgba(244, 242, 240, 0.48), rgba(244, 242, 240, 0));
  }

  .hero-visual img {
    object-position: center;
  }

  .service,
  .worries,
  .comparison,
  .members,
  .coverage,
  .packages,
  .flow,
  .faq {
    padding: 54px 0 64px;
  }

  .section-kicker {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .section-title {
    font-size: clamp(26px, 7.6vw, 34px);
    line-height: 1.38;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .section-lead {
    margin: 16px auto 28px;
    font-size: 13px;
    line-height: 1.9;
    text-align: left;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .mobile-only-break {
    display: block;
  }

  .service .section-title {
    font-size: clamp(26px, 7.2vw, 31px);
  }

  .service .section-lead {
    text-align: center;
  }

  .service-fee {
    margin-bottom: 28px;
  }

  .service-fee strong {
    font-size: 20px;
    line-height: 1.5;
  }

  .service-fee span {
    font-size: 11px;
    line-height: 1.7;
  }

  .service-diagram {
    display: none;
  }

  .service-diagram-sp {
    display: block;
    width: min(100%, 280px);
    margin: 0 auto;
  }

  .sp-diagram-head {
    display: grid;
    place-items: center;
    width: 210px;
    min-height: 210px;
    margin: 0 auto 18px;
    padding: 22px 18px;
    border: 1px solid rgba(166, 130, 108, 0.42);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 45%, #ece3dc, #fff 66%);
    box-shadow: 0 20px 40px rgba(166, 130, 108, 0.12);
    text-align: center;
  }

  .sp-diagram-head img {
    width: 96px;
    height: 32px;
    padding: 4px 0;
    object-fit: contain;
    object-position: center;
  }

  .sp-diagram-head strong {
    margin-top: 8px;
    color: var(--brown-deep);
    font-size: 15px;
    line-height: 1.45;
  }

  .sp-diagram-head span {
    display: grid;
    place-items: center;
    width: 154px;
    min-height: 25px;
    margin-top: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
  }

  .sp-diagram-head small {
    margin-top: 8px;
    color: var(--ink);
    font-size: 10px;
    font-weight: 900;
  }

  .sp-diagram-flow {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    gap: 6px;
    align-items: stretch;
  }

  .sp-diagram-side {
    display: flex;
    min-height: 276px;
    padding: 10px 4px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }

  .sp-diagram-company {
    background: #a5a5a5;
  }

  .sp-diagram-expert {
    background: #383748;
  }

  .sp-diagram-side .diagram-icon {
    width: 24px;
    height: 24px;
  }

  .sp-diagram-side strong {
    font-size: 13px;
    line-height: 1.3;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }

  .sp-diagram-side small {
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.5;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
  }

  .sp-diagram-flow ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .sp-diagram-flow li {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 8px 6px;
    border-radius: 4px;
    background: #f4f4f4;
    color: var(--ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.45;
    text-align: center;
  }

  .sp-diagram-flow li::before,
  .sp-diagram-flow li::after {
    position: absolute;
    top: 50%;
    color: var(--blue);
    font-size: 16px;
    transform: translateY(-50%);
  }

  .sp-diagram-flow li::before {
    left: -10px;
    content: "→";
  }

  .sp-diagram-flow li::after {
    right: -10px;
    content: "←";
  }

  .worry-table {
    display: none;
  }

  .worry-stack-sp {
    display: grid;
    gap: 8px;
    width: min(100%, 280px);
    margin-top: 28px;
    margin-inline: auto;
  }

  .worry-stack-head,
  .worry-stack-sp article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
  }

  .worry-stack-head span {
    display: grid;
    place-items: center;
    min-height: 58px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
  }

  .worry-stack-head span:first-child {
    background: #858585;
  }

  .worry-stack-head span:last-child {
    background: var(--blue);
  }

  .worry-stack-sp article > div {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 112px;
    padding: 14px 10px;
    text-align: center;
  }

  .worry-stack-sp article > div:first-child {
    background: #f3f3f3;
  }

  .worry-stack-sp article > div:first-child::after {
    position: absolute;
    top: 50%;
    right: -10px;
    z-index: 1;
    content: "→";
    color: var(--blue);
    font-size: 16px;
    transform: translateY(-50%);
  }

  .worry-stack-sp article > div:last-child {
    background: #eaf3ff;
  }

  .worry-stack-sp strong {
    display: block;
    margin-bottom: 8px;
    color: var(--brown-deep);
    font-size: 12px;
  }

  .worry-stack-sp p {
    margin: 0;
    color: var(--ink);
    font-size: 10.5px;
    font-weight: 900;
    line-height: 1.7;
  }

  .package-grid {
    display: flex;
    max-width: none;
    margin: 28px -12px 0;
    padding: 0 12px 18px;
    gap: 14px;
    overflow-x: auto;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .package-grid::-webkit-scrollbar {
    display: none;
  }

  .package-grid article {
    flex: 0 0 min(82vw, 310px);
    min-height: 356px;
    scroll-snap-align: center;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -14px 30px rgba(7, 19, 42, 0.18);
  }

  .mobile-sticky-cta a {
    display: grid;
    place-items: center;
    min-height: 58px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
  }

  .mobile-sticky-cta a:first-child {
    background: var(--ink);
  }

  .mobile-sticky-cta a:last-child {
    background: var(--brown);
  }
}
