/* MediSignal — landing page */
* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f6f6f6;
  color: #323131;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  font-feature-settings: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
h1, h2, h3, p, dl, dd, ul, ol { margin: 0; }
h1, h2, h3, strong { font-weight: 700; }
h1 { font-size: 38px; text-wrap: balance; }
h2 { font-size: 28px; margin-bottom: 24px; }
h3 { font-size: 20px; margin-bottom: 16px; }
p + p { margin-top: 16px; }
a { color: #027e73; }
a:focus-visible { outline: 2px solid #027e73; outline-offset: 2px; }
.lp-container { max-width: 1280px; margin: 0 auto; padding: 0 40px; }
.lp-header { position: sticky; top: 0; z-index: 10; width: 100%; background: #ffffff; }
.lp-header-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; padding-top: 16px; padding-bottom: 16px; }
.lp-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.lp-brand strong { font-size: 24px; }
.lp-brand span { font-size: 14px; }
.lp-nav, .lp-actions, .lp-providers { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.lp-nav a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.lp-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid #027e73; border-radius: 100px; padding: 10px 20px; background: #ffffff; color: #323131; font-size: 18px; font-weight: 700; text-decoration: none; }
.lp-button:hover { background: #e7eee7; }
.lp-button-filled { border: none; padding: 12px 40px; background: #027e73; color: #ffffff; }
.lp-button-filled:hover { background: #00675e; }
.lp-badge { display: inline-block; border: 1px solid #dbcea5; border-radius: 100px; padding: 5px 16px; background: #dbcea5; font-size: 16px; font-weight: 500; white-space: nowrap; }
.lp-badge-mint { border-color: #75cec6; background: #75cec6; }
.lp-hero-band { background: #f6f6f6 url(../img/lp/hero.webp) no-repeat left center / cover; }
.lp-hero { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; padding: 64px 40px; }
.lp-hero h1 { margin: 24px 0; }
.lp-lead, .lp-section-lead { font-size: 20px; }
.lp-alias, .lp-note { color: #5e606e; font-size: 14px; }
.lp-hero .lp-actions, .lp-providers { margin-top: 24px; }
.lp-card { min-width: 0; border: 1px solid transparent; transition: border-color .2s; background: #ffffff; border-radius: 0; box-shadow: 0 0 6px rgba(0,0,0,0.16); padding: 24px; }
article.lp-card:hover { border-color: #027e73; }
.lp-card > .lp-icon, .lp-card-heading { margin-bottom: 16px; }
.lp-mock-heading { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.lp-status { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border-radius: 50%; background: #027e73; color: #ffffff; font-size: 16px; }
.lp-status-large { width: 64px; height: 64px; }
.lp-status-inactive { background: #757575; }
.lp-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.lp-metrics dt { font-size: 14px; }
.lp-metrics dd { font-size: 28px; font-weight: 700; }
.lp-mock-rows { list-style: none; padding: 0; }
.lp-mock-rows li { display: grid; grid-template-columns: 1fr 44px 64px; align-items: center; gap: 16px; padding: 10px 0; border-top: 1px solid #e7eee7; }
.lp-mock-rows li > :last-child { text-align: right; }
.lp-section { padding: 64px 0; scroll-margin-top: 160px; }
.lp-section-lead { margin-bottom: 24px; }
.lp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.lp-steps { position: relative; list-style: none; padding: 0; }
.lp-steps::before { content: ""; position: absolute; top: 36px; left: 36px; right: calc((100% - 48px) / 3 - 36px); border-top: 1px dashed #027e73; }
.lp-steps li { position: relative; display: flex; flex-wrap: wrap; align-items: center; align-content: flex-start; gap: 16px; padding: 8px 0; }
.lp-steps li > .lp-icon { margin-right: 16px; }
.lp-steps h3, .lp-steps p { flex-basis: 100%; background: #f6f6f6; }
.lp-steps h3 { margin-bottom: 0; }
.lp-steps li > .lp-step-number { margin-left: 8px; outline: 8px solid #f6f6f6; }
.lp-steps li > .lp-icon { outline: 8px solid #f6f6f6; }
.lp-step-number { width: 56px; height: 56px; background: #c7eae7; color: #00675e; font-size: 22px; font-weight: 700; }
.lp-note { margin-top: 24px; }
.lp-plan { position: relative; display: flex; flex-direction: column; padding-top: 0; }
.lp-plan h3 { font-size: 24px; margin: 0; }
.lp-plan-recommended { border: 1px solid #dbcea5; }
.lp-recommended { border-radius: 100px; padding: 5px 16px; background: #323131; color: #ffffff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.lp-price strong { font-variant-numeric: tabular-nums; display: block; font-size: 38px; }
.lp-price span { font-size: 16px; }
.lp-plan ul { list-style: none; padding: 0; margin: 24px 0; }
.lp-plan li + li { margin-top: 10px; }
.lp-plan .lp-button { align-self: flex-start; margin-top: auto; }
.lp-faq { max-width: 800px; margin: 0 auto; }
.lp-faq dl > div { padding: 24px 0; border-bottom: 1px solid #d4d4d4; }
.lp-faq dt { font-size: 20px; font-weight: 700; margin-bottom: 16px; }
.lp-cta { position: relative; overflow: hidden; background: #dbcea5; border-radius: 0; padding: 40px; margin: 40px 0 64px; }
.lp-cta .lp-actions { margin-top: 24px; }
.lp-footer { border-top: 1px solid #d4d4d4; background: #e7eee7; padding: 40px 0; }
.lp-footer p { margin: 16px 0; }
.lp-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.lp-mark { flex-shrink: 0; }
.lp-label { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 16px; }
.lp-label-en { font-size: 12px; font-weight: 700; color: #027e73; letter-spacing: 0.27em; text-transform: uppercase; }
.lp-badge-pale { border-color: #c7eae7; background: #c7eae7; color: #00675e; }
.lp-badge-soft { border-color: #e7eee7; background: #e7eee7; }
.lp-section h2::after { content: ""; display: block; width: 48px; height: 3px; margin-top: 16px; border-radius: 100px; background: #c4aa5c; }
.lp-icon { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 50%; background: #c7eae7; }
.lp-card-heading { display: flex; align-items: center; gap: 16px; }
.lp-hero > div { position: relative; z-index: 1; min-width: 0; }
.lp-lead { max-width: 640px; }
.lp-frame-badge { margin-left: auto; padding: 5px 16px; border: 1px solid #a3a3a3; border-radius: 0; background: #ffffff; font-size: 14px; font-weight: 400; }
.lp-trend { margin: 0 0 24px; }
.lp-trend svg { display: block; width: 100%; }
.lp-trend figcaption { font-size: 14px; color: #5e606e; }
.lp-mock-rows .lp-badge { justify-self: start; padding: 3px 12px; font-size: 14px; }
.lp-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 24px 0; }
.lp-strip > div { padding: 0 24px; text-align: center; }
.lp-strip > div + div { border-left: 1px solid #e7eee7; }
.lp-strip-value { font-size: 38px; font-weight: 700; font-variant-numeric: tabular-nums; }
.lp-strip p { font-size: 14px; color: #5e606e; }
.lp-plan-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin: 0 -24px 24px; padding: 24px; background: #e7eee7; }
.lp-plan-recommended .lp-plan-head { background: #dbcea5; }
.lp-plan li { display: flex; gap: 10px; align-items: flex-start; }
.lp-check { display: inline-flex; flex-shrink: 0; align-items: center; justify-content: center; width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: #027e73; }
.lp-check-limit { background: #c4aa5c; }
.lp-plan li.lp-limit span:last-child { font-weight: 700; }
.lp-plan-answers { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; column-gap: 6px; margin-top: 16px; padding: 12px 16px; background: #f6f6f6; }
.lp-plan-answers-label { grid-column: 1 / -1; font-size: 14px; color: #5e606e; }
.lp-plan-answers strong { font-size: 28px; font-variant-numeric: tabular-nums; }
.lp-plan-answers-unit { font-size: 16px; }
.lp-plan-answers-formula { grid-column: 1 / -1; font-size: 14px; color: #5e606e; }
.lp-cta-rings { position: absolute; right: -80px; bottom: -120px; width: 360px; pointer-events: none; }
.lp-cta > h2, .lp-cta > p, .lp-cta > .lp-actions { position: relative; }
.lp-cta > p { max-width: 640px; }
.lp-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px; }
@media (prefers-reduced-motion: reduce) {
    .lp-card { transition: none; }
}
@media (max-width: 1024px) {
  .lp-container { padding-left: 24px; padding-right: 24px; }
  .lp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-hero { grid-template-columns: 1fr; }
  .lp-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  .lp-nav, .lp-steps::before { display: none; }
  .lp-hero-band { background-image: none; }
  .lp-section { padding: 40px 0; }
  .lp-footer-inner, .lp-strip { grid-template-columns: 1fr; }
  .lp-strip > div { padding: 16px 24px; }
  .lp-strip > div + div { border-left: 0; border-top: 1px solid #e7eee7; }
  .lp-grid { grid-template-columns: 1fr; }
  .lp-button { font-size: 16px; }
  .lp-hero { padding: 40px 24px; }
  .lp-cta { padding: 40px; }
}

.lp-page { padding: 40px 40px 64px; }
.lp-form-card { max-width: 720px; margin: 0 auto; background: #ffffff; box-shadow: 0 0 6px rgba(0,0,0,0.16); padding: 40px; }
.lp-legal h2 { font-size: 18px; margin-top: 32px; }
.lp-legal section p, .lp-legal section li { font-size: 15px; line-height: 1.8; color: #3f414c; }
.lp-legal ul { padding-left: 1.4em; margin: 8px 0 0; }
.lp-legal li + li { margin-top: 6px; }
.lp-form-card h1 { font-size: 28px; }
.lp-field { margin-top: 24px; }
.lp-field label { display: flex; align-items: center; gap: 10px; font-weight: 700; margin-bottom: 8px; }
.lp-required { display: inline-block; border-radius: 100px; padding: 2px 10px; background: #323131; color: #ffffff; font-size: 12px; font-weight: 700; }
.lp-input, .lp-select, .lp-textarea { width: 100%; background: #f6f6f6; border: 1px solid #f6f6f6; border-radius: 0; padding: 16px 24px; font-size: 16px; font-weight: 400; color: #444746; font-family: inherit; line-height: 1.5; letter-spacing: inherit; }
.lp-input:focus, .lp-select:focus, .lp-textarea:focus { outline: none; border-color: #027e73; }
.lp-input.is-invalid, .lp-select.is-invalid, .lp-textarea.is-invalid { border-color: #b3312a; }
.lp-textarea { resize: vertical; }
.lp-field-error { margin-top: 6px; font-size: 14px; color: #b3312a; }
.lp-alert { border: 1px solid #b3312a; padding: 16px; margin-top: 24px; }
.lp-form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 32px; }
.lp-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 767px) { .lp-page { padding: 24px 24px 40px; } .lp-form-card { padding: 24px; } }

.lp-form-card { border-radius: 0; }
.lp-form-card .lp-lead { margin-top: 16px; font-size: 16px; }
.lp-alert { background: #ffffff; color: #323131; border-radius: 0; }
.lp-form-actions button { font-family: inherit; line-height: inherit; letter-spacing: inherit; cursor: pointer; }
