@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("/fonts/zen-maru-gothic/zen-maru-gothic-japanese-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("/fonts/zen-maru-gothic/zen-maru-gothic-japanese-700-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("/fonts/zen-maru-gothic/zen-maru-gothic-japanese-900-normal.woff2") format("woff2");
}

:root {
  --cf-bg: #f6f7f4;
  --cf-surface: #ffffff;
  --cf-ink: #17231f;
  --cf-sub: #53635d;
  --cf-line: #d9dfda;
  --cf-teal: #0b756c;
  --cf-teal-dark: #07554f;
  --cf-teal-soft: #eaf5f2;
  --cf-gold: #a97720;
  --cf-gold-soft: #fbf3df;
  --cf-danger: #9b382d;
  --cf-shadow: 0 10px 28px rgba(22, 50, 42, 0.08);
}

html {
  scroll-padding-top: 118px;
}

body.customer-first {
  margin: 0;
  overflow-x: hidden;
  background: var(--cf-bg);
  color: var(--cf-ink);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic UI", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}

.customer-first h1,
.customer-first h2,
.customer-first h3,
.customer-first h4,
.customer-first p,
.customer-first button,
.customer-first input,
.customer-first textarea {
  letter-spacing: 0;
}

.customer-first a:focus-visible,
.customer-first button:focus-visible,
.customer-first summary:focus-visible,
.customer-first input:focus-visible,
.customer-first textarea:focus-visible {
  outline: 3px solid #e0ae50;
  outline-offset: 3px;
}

.customer-first .skip-link {
  border-color: var(--cf-teal);
  color: var(--cf-teal-dark);
}

.customer-first .topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--cf-line);
  backdrop-filter: blur(14px);
}

.campaign-open {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 18px 20px;
  border-bottom: 2px solid #d6aa4b;
  background: linear-gradient(135deg, #fff4ce, #fffaf0 58%, #eaf5f2);
  color: #563c0b;
  text-align: center;
}

.campaign-open strong {
  font-size: clamp(26px, 5vw, 46px);
  font-weight: 900;
  line-height: 1.15;
}

.campaign-open span {
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 900;
}

.campaign-open b {
  margin-top: 4px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--cf-teal-dark);
  color: #fff;
  font-size: 15px;
}

.customer-first .topbar-inner {
  width: min(100%, 1160px);
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.customer-first .brand {
  min-height: 44px;
  min-width: 0;
  color: var(--cf-ink);
}

.customer-first .brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: none;
}

.customer-first .brand strong {
  font-size: 16px;
}

.customer-first .brand span {
  color: var(--cf-sub);
  font-size: 12px;
}

.series-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.series-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border-bottom: 2px solid transparent;
  color: #3f514a;
  font-size: 12px;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
}

.series-nav a:hover {
  color: var(--cf-teal-dark);
  border-color: #9fcac4;
}

.series-nav a[aria-current="page"] {
  color: var(--cf-teal-dark);
  border-color: var(--cf-teal);
}

.customer-first .mobile-series {
  display: none;
}

.customer-first .top-cta,
.customer-first .btn {
  min-height: 48px;
  border-radius: 8px;
  padding: 11px 16px;
  font-size: 15px;
  font-weight: 900;
}

.customer-first .top-cta,
.customer-first .btn-primary {
  background: var(--cf-teal);
  color: #fff;
  box-shadow: none;
}

.customer-first .top-cta:hover,
.customer-first .btn-primary:hover {
  background: var(--cf-teal-dark);
}

.customer-first .btn-secondary {
  border-color: #aebdb7;
  background: #fff;
  color: var(--cf-teal-dark);
  box-shadow: none;
}

.customer-first .hero {
  padding: 54px 18px 44px;
  background: #f0f4f0;
  border-bottom: 1px solid var(--cf-line);
}

.customer-first .hero-inner {
  width: min(100%, 1080px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 54px;
}

.customer-first .panel,
.customer-first .hero-copy,
.customer-first .hero-shot {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.customer-first .hero-copy {
  padding: 0;
}

.customer-first .eyebrow,
.customer-first .kicker {
  border: 0;
  border-radius: 4px;
  background: var(--cf-teal-soft);
  color: var(--cf-teal-dark);
  font-size: 13px;
}

.customer-first h1 {
  margin-top: 16px;
  color: var(--cf-ink);
  font-size: 46px;
  line-height: 1.18;
}

.hero-value {
  display: block;
  margin-top: 12px;
  color: var(--cf-teal-dark);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.customer-first .lead {
  max-width: 650px;
  margin-top: 14px;
  color: #3f514a;
  font-size: 17px;
}

.customer-first .hero-shot {
  padding: 0;
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 340px;
  padding: 24px;
  border: 1px solid #cdd8d3;
  border-radius: 8px;
  background: #fff;
}

.hero-visual picture {
  display: contents;
}

.hero-visual img {
  width: auto;
  max-width: 250px;
  max-height: 290px;
  object-fit: contain;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: #40534b;
  font-size: 14px;
  font-weight: 800;
}

.hero-proof li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--cf-gold);
}

.customer-first .cta-row {
  align-items: stretch;
  margin-top: 22px;
}

.customer-first .micro-note {
  max-width: 690px;
  margin-top: 12px;
  color: var(--cf-sub);
  font-size: 13px;
}

.customer-first .campaign-strip {
  margin-top: 20px;
  border: 1px solid #dec99b;
  border-radius: 8px;
  background: var(--cf-gold-soft);
  box-shadow: none;
}

.customer-first .campaign-strip b,
.customer-first .campaign-price {
  color: #76500f;
}

.customer-first .campaign-strip span {
  color: #67583c;
}

.customer-first .wrap {
  width: 100%;
  max-width: none;
  padding: 0 0 96px;
}

.customer-first .section {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--cf-line);
  border-radius: 0;
  background: var(--cf-surface);
  box-shadow: none;
}

.customer-first .section:nth-of-type(even),
.customer-first .section.soft-blue,
.customer-first .section.soft-green,
.customer-first .section.soft-warm {
  background: #f6f7f4;
}

.customer-first .section-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 64px 18px;
}

.customer-first .section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.customer-first h2 {
  color: var(--cf-ink);
  font-size: 34px;
  line-height: 1.35;
}

.customer-first h3 {
  color: var(--cf-ink);
  font-size: 18px;
}

.customer-first .section-copy,
.customer-first .card p,
.customer-first .detail-copy p,
.customer-first .flow-card p,
.customer-first .channel-card p {
  color: var(--cf-sub);
  font-size: 15px;
}

.customer-first .card,
.customer-first .channel-card,
.customer-first .mascot-row,
.customer-first .price-panel,
.customer-first .final-cta,
.customer-first details,
.customer-first .provider-form,
.customer-first .purchase-summary,
.customer-first .apply-consents {
  border-color: var(--cf-line);
  border-radius: 8px;
  box-shadow: none;
}

.customer-first .card,
.customer-first .channel-card {
  background: #fff;
}

.trial-paths {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trial-path {
  min-width: 0;
  max-width: 100%;
  padding: 24px;
  border: 1px solid var(--cf-line);
  border-radius: 8px;
  background: #fff;
}

.trial-path.recommended {
  border-top: 5px solid var(--cf-teal);
}

.trial-path.group {
  border-top: 5px solid var(--cf-gold);
}

.trial-label {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 4px;
  background: var(--cf-teal-soft);
  color: var(--cf-teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.trial-path.group .trial-label {
  background: var(--cf-gold-soft);
  color: #76500f;
}

.trial-steps {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: welfare-step;
}

.trial-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #34473f;
}

.trial-steps li::before {
  counter-increment: welfare-step;
  content: counter(welfare-step);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--cf-teal-dark);
  color: #fff;
  font-weight: 900;
}

.trial-path.group .trial-steps li::before {
  background: #8a641d;
}

.command-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #bad5cf;
  border-radius: 8px;
  background: var(--cf-teal-soft);
}

.command-box code {
  color: var(--cf-teal-dark);
  font-family: inherit;
  font-size: 19px;
  font-weight: 900;
}

.copy-command {
  min-width: 96px;
  min-height: 44px;
  border: 1px solid #83afa7;
  border-radius: 6px;
  background: #fff;
  color: var(--cf-teal-dark);
  cursor: pointer;
  font-weight: 900;
}

.copy-status {
  min-height: 28px;
  margin-top: 6px;
  color: var(--cf-teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.group-honesty {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 4px solid var(--cf-gold);
  background: #fffaf0;
  color: #5e533e;
  font-size: 14px;
}

.trial-screen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--cf-line);
  border-radius: 8px;
  background: #fff;
}

.trial-screen img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

.customer-first .role-card {
  border-top: 4px solid var(--cf-teal);
}

.customer-first .role-card:nth-child(2),
.customer-first .role-card:nth-child(4) {
  border-top-color: var(--cf-gold);
}

.customer-first .num,
.customer-first .flow-no {
  background: var(--cf-teal-dark);
  color: #fff;
}

.customer-first .result,
.customer-first .case-diff,
.customer-first .pane.cotoa,
.customer-first .ai-card,
.customer-first .contract-protection {
  border-color: #bfd8d2;
  background: var(--cf-teal-soft);
  color: var(--cf-teal-dark);
}

.customer-first .anno-chip,
.customer-first .sale-badge {
  border-color: #dfcda2;
  background: var(--cf-gold-soft);
  color: #76500f;
}

.customer-first .price-panel {
  padding: 22px;
  background: #fff;
}

.customer-first .price-box {
  border-color: #dfcda2;
  border-radius: 8px;
}

.customer-first .price-box strong {
  color: #76500f;
}

.plan-comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.plan-card {
  padding: 18px;
  border: 1px solid var(--cf-line);
  border-radius: 8px;
  background: #fff;
}

.plan-card strong {
  display: block;
  color: var(--cf-teal-dark);
  font-size: 22px;
}

.plan-card span {
  display: block;
  margin-top: 4px;
  color: var(--cf-sub);
}

.unit-example {
  margin-top: 18px;
  padding: 16px;
  border-left: 4px solid var(--cf-gold);
  background: #fffaf0;
  color: #514a3c;
}

.sales-hold-note {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #dfcda2;
  border-radius: 8px;
  background: var(--cf-gold-soft);
  color: #684a13;
  font-weight: 900;
}

.sales-open-note {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid #9fcac4;
  border-radius: 8px;
  background: var(--cf-teal-soft);
  color: var(--cf-teal-dark);
  font-weight: 800;
}

.customer-first summary {
  min-height: 52px;
  background: #fff;
  color: var(--cf-teal-dark);
}

.customer-first .shot-card.compact img {
  height: 300px;
  object-fit: contain;
  background: #edf1ee;
}

.customer-first .shot-card.tall img {
  height: 390px;
  object-fit: contain;
  background: #edf1ee;
}

.customer-first .final-cta {
  width: min(calc(100% - 36px), 1044px);
  margin: 0 auto;
  padding: 44px 22px;
  background: #fff;
}

.customer-first .final-cta img {
  width: 74px;
}

.customer-first .legal-mini,
.customer-first .footer-btn {
  min-height: 44px;
  border-radius: 6px;
}

.customer-first .footer {
  margin-top: 0;
  background: #17231f;
}

.customer-first .footer-inner {
  width: min(100%, 1080px);
  padding: 46px 18px 32px;
}

.common-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.common-links a,
.common-links [aria-current="page"] {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #eef6f2;
  font-size: 13px;
  font-weight: 800;
}

.common-links [aria-current="page"] {
  border-color: #d9b460;
  color: #ffe6a9;
}

.customer-first .footer-text {
  align-items: center;
}

.customer-first .footer-text > span {
  display: none;
}

.customer-first .footer-link-btn {
  min-height: 44px;
  padding: 8px 10px;
}

.customer-first .bottom-sticky {
  left: 8px;
  right: 8px;
  bottom: calc(8px + env(safe-area-inset-bottom));
  max-width: 470px;
  padding: 6px;
  border: 1px solid var(--cf-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--cf-shadow);
}

.customer-first .modal {
  align-items: center;
}

.customer-first .modal-sheet {
  border-radius: 8px;
}

.customer-first .close-btn {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

@media (max-width: 980px) {
  .customer-first .topbar-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }

  .series-nav {
    display: none;
  }

  .customer-first .mobile-series {
    position: relative;
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    border: 0;
    background: transparent;
  }

  .customer-first .top-cta {
    grid-column: 2;
    grid-row: 1;
  }

  .customer-first .mobile-series > summary {
    display: flex;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    align-items: center;
    padding: 8px 44px 8px 12px;
    border: 1px solid var(--cf-line);
    border-radius: 6px;
    background: #fff;
    color: var(--cf-teal-dark);
    font-size: 14px;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .customer-first .mobile-series > nav {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 90;
    display: grid;
    min-width: 0;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px;
    border: 1px solid var(--cf-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--cf-shadow);
  }

  .customer-first .mobile-series > nav a {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    padding: 7px 9px;
    border: 1px solid #e1e6e2;
    border-radius: 6px;
    color: #33473f;
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
  }

  .customer-first .mobile-series > nav a[aria-current="page"] {
    border-color: #9fcac4;
    background: var(--cf-teal-soft);
    color: var(--cf-teal-dark);
  }

  .customer-first .hero-inner {
    gap: 28px;
  }
}

@media (max-width: 719px) {
  html {
    scroll-padding-top: 126px;
  }

  .customer-first .topbar-inner {
    min-height: 62px;
    padding: 8px 12px 5px;
  }

  .customer-first .brand img {
    width: 36px;
    height: 36px;
  }

  .customer-first .brand strong {
    font-size: 15px;
  }

  .customer-first .brand span {
    display: none;
  }

  .customer-first .top-cta {
    justify-self: end;
    padding-inline: 12px;
    font-size: 14px;
  }

  .series-nav a {
    padding: 8px 10px;
    font-size: 13px;
  }

  .customer-first .hero {
    padding: 34px 16px 28px;
  }

  .customer-first .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .customer-first h1 {
    font-size: 34px;
  }

  .hero-value {
    font-size: 21px;
  }

  .customer-first .lead {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 230px;
    padding: 16px;
  }

  .hero-visual img {
    max-width: 180px;
    max-height: 210px;
  }

  .customer-first .cta-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .customer-first .cta-row .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .customer-first .campaign-strip {
    grid-template-columns: 1fr;
  }

  .customer-first .campaign-price {
    text-align: left;
  }

  .customer-first .section-inner {
    padding: 48px 16px;
  }

  .customer-first h2 {
    font-size: 28px;
  }

  .trial-paths,
  .trial-screen,
  .plan-comparison {
    grid-template-columns: 1fr;
  }

  .trial-path,
  .trial-screen {
    padding: 18px;
  }

  .trial-path > * {
    min-width: 0;
    max-width: 100%;
  }

  .customer-first .detail-copy {
    min-width: 0;
    overflow-x: auto;
  }

  .trial-screen img {
    max-height: 300px;
  }

  .command-box {
    grid-template-columns: 1fr;
  }

  .copy-command {
    width: 100%;
  }

  .customer-first .stats {
    grid-template-columns: 1fr;
  }

  .customer-first .price-main,
  .customer-first .plan-mini {
    grid-template-columns: 1fr;
  }

  .common-links {
    grid-template-columns: 1fr 1fr;
  }

  .customer-first .footer-grid {
    grid-template-columns: 1fr;
  }

  .customer-first .bottom-sticky a {
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .customer-first .brand strong {
    font-size: 14px;
  }

  .customer-first .top-cta {
    padding-inline: 9px;
    font-size: 13px;
  }

  .common-links {
    grid-template-columns: 1fr;
  }
}

@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;
  }
}
