@layer theme {
  :root, :host { --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --spacing: .25rem; --default-font-family: var(--font-sans); --default-mono-font-family: var(--font-mono); }
}
@layer base {
  *, ::after, ::before, ::backdrop { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  ::file-selector-button { box-sizing: border-box; border: 0px solid; margin: 0px; padding: 0px; }
  html, :host { text-size-adjust: 100%; tab-size: 4; line-height: 1.5; font-family: var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); font-feature-settings: var(--default-font-feature-settings,normal); font-variation-settings: var(--default-font-variation-settings,normal); -webkit-tap-highlight-color: transparent; }
  hr { height: 0px; color: inherit; border-top-width: 1px; }
  abbr:where([title]) { text-decoration: underline dotted; }
  h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
  a { color: inherit; text-decoration: inherit; }
  b, strong { font-weight: bolder; }
  code, kbd, samp, pre { font-family: var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); font-feature-settings: var(--default-mono-font-feature-settings,normal); font-variation-settings: var(--default-mono-font-variation-settings,normal); font-size: 1em; }
  small { font-size: 80%; }
  sub, sup { vertical-align: baseline; font-size: 75%; line-height: 0; position: relative; }
  sub { bottom: -0.25em; }
  sup { top: -0.5em; }
  table { text-indent: 0px; border-color: inherit; border-collapse: collapse; }
  progress { vertical-align: baseline; }
  summary { display: list-item; }
  ol, ul, menu { list-style: none; }
  img, svg, video, canvas, audio, iframe, embed, object { vertical-align: middle; display: block; }
  img, video { max-width: 100%; height: auto; }
  button, input, select, optgroup, textarea { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  ::file-selector-button { font: inherit; letter-spacing: inherit; color: inherit; opacity: 1; background-color: rgba(0, 0, 0, 0); border-radius: 0px; }
  :where(select:is([multiple], [size])) optgroup { font-weight: bolder; }
  :where(select:is([multiple], [size])) optgroup option { padding-inline-start: 20px; }
  ::file-selector-button { margin-inline-end: 4px; }
  ::placeholder { opacity: 1; }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
  ::placeholder { color: currentcolor; }
  @supports (color:color-mix(in lab, red, red)) {
  ::placeholder { color: color-mix(currentcolor, transparent); }
}
}
  textarea { resize: vertical; }
  ::-webkit-search-decoration { appearance: none; }
  ::-webkit-date-and-time-value { min-height: 1lh; text-align: inherit; }
  ::-webkit-datetime-edit { display: inline-flex; }
  ::-webkit-datetime-edit-fields-wrapper { padding: 0px; }
  ::-webkit-datetime-edit { padding-block: 0px; }
  ::-webkit-datetime-edit-year-field { padding-block: 0px; }
  ::-webkit-datetime-edit-month-field { padding-block: 0px; }
  ::-webkit-datetime-edit-day-field { padding-block: 0px; }
  ::-webkit-datetime-edit-hour-field { padding-block: 0px; }
  ::-webkit-datetime-edit-minute-field { padding-block: 0px; }
  ::-webkit-datetime-edit-second-field { padding-block: 0px; }
  ::-webkit-datetime-edit-millisecond-field { padding-block: 0px; }
  ::-webkit-datetime-edit-meridiem-field { padding-block: 0px; }
  ::-webkit-calendar-picker-indicator { line-height: 1; }
  button, input:where([type="button"], [type="reset"], [type="submit"]) { appearance: button; }
  ::file-selector-button { appearance: button; }
  ::-webkit-inner-spin-button { height: auto; }
  ::-webkit-outer-spin-button { height: auto; }
  [hidden]:where(:not([hidden="until-found"])) { display: none !important; }
}
@layer components;
@layer utilities {
  .visible { visibility: visible; }
  .relative { position: relative; }
  .start { inset-inline-start: var(--spacing); }
  .contents { display: contents; }
  .table { display: table; }
  .antialiased { -webkit-font-smoothing: antialiased; }
}
:root { --ink: #20313d; --muted: #68747a; --teal: #0f6b70; --teal-dark: #0a5157; --teal-pale: #e7f1ef; --paper: #f7f4ed; --paper-deep: #eee9df; --orange: #dc6b2d; --line: #cbd5d2; --white: #fffefa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), "Hiragino Sans", "Yu Gothic", sans-serif; margin: 0px; }
a { color: inherit; text-decoration: none; }
.site-header { z-index: 20; backdrop-filter: blur(18px); background: rgba(247, 244, 237, 0.91); border-bottom: 1px solid rgba(32, 49, 61, 0.12); grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 0px 3.5vw; display: grid; position: sticky; top: 0px; }
.brand { letter-spacing: 0.12em; flex-direction: column; width: fit-content; font-size: 1.45rem; font-weight: 750; line-height: 1; display: inline-flex; }
.brand span { color: var(--teal); letter-spacing: 0.08em; margin-top: 7px; font-size: 0.58rem; font-weight: 600; }
.site-header nav { gap: clamp(20px, 2.3vw, 42px); font-size: 0.82rem; font-weight: 650; display: flex; }
.site-header nav a, .footer-links a { transition: color 0.18s; }
.site-header nav a:hover, .footer-links a:hover { color: var(--teal); }
.header-cta { background: var(--teal); color: rgb(255, 255, 255); border-radius: 8px; justify-self: end; padding: 12px 22px; font-size: 0.82rem; font-weight: 700; transition: transform 0.18s, background 0.18s; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.hero { grid-template-columns: minmax(340px, 0.92fr) minmax(460px, 1.08fr); align-items: center; max-width: 1440px; min-height: calc(-76px + 100vh); margin: 0px auto; padding: 90px 6vw 72px; display: grid; }
.eyebrow, .section-kicker { color: var(--teal); letter-spacing: 0.18em; margin: 0px 0px 22px; font-size: 0.68rem; font-weight: 750; }
.hero h1 { letter-spacing: -0.075em; margin: 0px; font-size: clamp(4.2rem, 7.5vw, 7rem); font-weight: 720; line-height: 0.98; }
.hero h1 span { color: var(--teal); }
.hero-lead { color: rgb(63, 75, 82); letter-spacing: 0.06em; margin: 34px 0px 0px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(1.05rem, 1.55vw, 1.35rem); font-weight: 500; line-height: 2; }
.hero-actions { flex-wrap: wrap; gap: 14px; margin-top: 38px; display: flex; }
.hero-proof { border-top: 1px solid rgba(15, 107, 112, 0.2); gap: 30px; margin-top: 42px; padding-top: 26px; display: flex; }
.hero-proof div { min-width: 88px; }
.hero-proof strong { color: var(--teal); letter-spacing: -0.04em; font-size: 1.45rem; display: block; }
.hero-proof strong span { margin-left: 2px; font-size: 0.72rem; }
.hero-proof p { color: var(--muted); margin: 5px 0px 0px; font-size: 0.66rem; }
.button { border: 1px solid var(--teal); border-radius: 8px; justify-content: center; align-items: center; min-height: 54px; padding: 0px 24px; font-size: 0.86rem; font-weight: 720; transition: transform 0.18s, background 0.18s; display: inline-flex; }
.button span { margin-left: 20px; font-size: 1.1rem; }
.button-primary { background: var(--teal); color: rgb(255, 255, 255); }
.button-primary:hover, .header-cta:hover { background: var(--teal-dark); }
.button-secondary { color: var(--teal); background: rgba(255, 254, 250, 0.45); }
.hero-art { min-width: 0px; min-height: 430px; position: relative; }
.hero-art::before { content: ""; filter: blur(12px); background: radial-gradient(circle, rgba(231, 241, 239, 0.75), rgba(0, 0, 0, 0) 68%); border-radius: 50%; position: absolute; inset: 12% 2% 8% 14%; }
.hero-art img { object-fit: fill; mix-blend-mode: multiply; aspect-ratio: 16 / 9; width: 100%; height: auto; position: relative; }
.hero-art p { color: var(--muted); letter-spacing: 0.1em; margin: 0px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 0.72rem; position: absolute; bottom: 8%; right: 5%; }
.problem-strip { background: var(--white); border-top: 1px solid rgba(32, 49, 61, 0.09); padding: 76px 5vw 92px; }
.section-intro, .section-heading, .problem-grid, .support-grid, .tool-grid, .case-grid, .about-section { max-width: 1280px; margin-left: auto; margin-right: auto; }
.section-intro.compact { justify-content: space-between; align-items: end; margin-bottom: 34px; display: flex; }
.section-intro .section-kicker { white-space: nowrap; margin: 0px 24px 6px 0px; }
.section-intro h2, .section-heading h2, .about-copy h2, .contact-section h2 { letter-spacing: -0.055em; margin: 0px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 680; line-height: 1.2; }
.problem-grid { grid-template-columns: repeat(6, 1fr); gap: 12px; display: grid; }
.problem-card { text-align: center; border: 1px solid rgb(184, 201, 198); border-radius: 16px; min-height: 150px; padding: 24px 14px 20px; transition: transform 0.18s, border 0.18s, background 0.18s; }
.problem-card:hover { border-color: var(--teal); background: rgb(246, 250, 249); transform: translateY(-4px); }
.problem-card span { background: var(--teal-pale); width: 64px; height: 64px; color: var(--teal); border-radius: 50%; place-items: center; margin: 0px auto 17px; font-family: "Yu Mincho", serif; font-size: 1.4rem; display: grid; }
.problem-card p { margin: 0px; font-size: 0.84rem; font-weight: 700; }
.support-section, .tools-section, .cases-section { padding: 112px 5vw; }
.support-section { background: var(--paper); }
.section-heading { grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; margin-bottom: 55px; display: grid; }
.section-heading .section-kicker { margin-bottom: 15px; }
.section-heading > p { max-width: 510px; color: var(--muted); margin: 0px; font-size: 0.93rem; line-height: 2; }
.support-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; display: grid; }
.support-card { background: rgba(255, 254, 250, 0.58); border: 1px solid rgba(15, 107, 112, 0.25); border-radius: 20px; min-height: 410px; padding: 34px; transition: transform 0.2s, box-shadow 0.2s; position: relative; overflow: hidden; }
.support-card:hover { transform: translateY(-5px); box-shadow: rgba(32, 49, 61, 0.09) 0px 22px 48px; }
.support-card::after { content: ""; border: 1px solid rgba(15, 107, 112, 0.11); border-radius: 50%; width: 170px; height: 170px; position: absolute; top: -54px; right: -36px; }
.support-topline { justify-content: space-between; align-items: center; display: flex; }
.support-topline > span { background: var(--teal); color: rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 40px; height: 40px; font-size: 0.72rem; font-weight: 750; display: grid; }
.support-topline > p { color: var(--teal); letter-spacing: 0.06em; margin: 0px; font-size: 0.72rem; font-weight: 700; }
.support-card h3 { margin: 42px 0px 14px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: 2.25rem; font-weight: 600; }
.support-lead { margin: 0px 0px 17px; font-size: 0.95rem; font-weight: 700; }
.support-body { max-width: 500px; color: var(--muted); margin: 0px; font-size: 0.88rem; line-height: 1.9; }
.support-example { border-top: 1px solid var(--line); grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding-top: 18px; display: grid; position: absolute; bottom: 30px; left: 34px; right: 34px; }
.support-example span { background: var(--teal-pale); color: var(--teal); border-radius: 999px; padding: 5px 9px; font-size: 0.63rem; font-weight: 750; }
.support-example p { margin: 0px; font-size: 0.77rem; line-height: 1.5; }
.tools-section { background: rgb(234, 242, 240); }
.tool-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; display: grid; }
.tool-card { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.16); border-radius: 20px; flex-direction: column; display: flex; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.05) 0px 12px 36px; }
.tool-visual { background: rgb(216, 232, 229); place-items: center; min-height: 235px; display: grid; position: relative; overflow: hidden; }
.material-visual { aspect-ratio: 16 / 9; min-height: 0px; }
.material-visual img { object-fit: cover; width: 100%; height: 100%; display: block; }
.material-visual span { color: rgb(255, 255, 255); backdrop-filter: blur(8px); background: rgba(9, 57, 61, 0.82); border: 1px solid rgba(255, 255, 255, 0.48); border-radius: 999px; padding: 7px 10px; font-size: 0.62rem; font-weight: 750; position: absolute; top: 16px; left: 16px; }
.running-visual { background: rgb(223, 234, 231); }
.track { border: 2px solid var(--teal); border-radius: 55px; place-items: center; width: 180px; height: 110px; display: grid; box-shadow: rgb(223, 234, 231) 0px 0px 0px 14px inset, rgba(15, 107, 112, 0.35) 0px 0px 0px 16px inset; }
.track span { background: var(--orange); border-radius: 50%; width: 9px; height: 9px; margin-left: 104px; }
.running-visual b { font-size: 2.8rem; position: absolute; }
.running-visual small { color: var(--teal); letter-spacing: 0.18em; margin-top: 62px; font-size: 0.55rem; font-weight: 800; position: absolute; }
.sheet-visual { background: rgb(238, 233, 223); grid-template-columns: repeat(3, 54px); gap: 8px; }
.sheet-visual span { background: rgba(255, 254, 250, 0.75); border: 1px solid rgba(15, 107, 112, 0.25); border-radius: 5px; height: 45px; }
.sheet-visual span:first-child, .sheet-visual span:nth-child(5) { background: var(--teal); }
.tool-copy { flex-direction: column; flex: 1 1 0%; padding: 28px; display: flex; }
.status-row { color: var(--muted); align-items: center; gap: 12px; font-size: 0.68rem; display: flex; }
.status { border-radius: 999px; padding: 5px 9px; font-weight: 750; }
.available { color: rgb(38, 117, 78); background: rgb(226, 241, 232); }
.building { color: rgb(162, 80, 35); background: rgb(247, 232, 219); }
.consulting { color: rgb(49, 91, 130); background: rgb(229, 235, 244); }
.tool-copy h3 { letter-spacing: -0.025em; margin: 20px 0px 12px; font-size: 1.25rem; }
.tool-copy > p { min-height: 58px; color: var(--muted); margin: 0px 0px 23px; font-size: 0.82rem; line-height: 1.8; }
.tool-copy > a { color: var(--teal); margin-top: auto; font-size: 0.76rem; font-weight: 750; }
.cases-section { background: var(--white); }
.case-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; display: grid; }
.case-card { background: rgb(255, 255, 255); border: 1px solid rgb(211, 220, 218); border-radius: 18px; overflow: hidden; }
.case-visual { background: rgb(237, 243, 242); height: 215px; padding: 24px; display: flex; }
.fake-sidebar { background: var(--teal); border-radius: 8px 0px 0px 8px; flex-direction: column; gap: 15px; width: 55px; padding: 18px 14px; display: flex; }
.fake-sidebar span { background: rgba(255, 255, 255, 0.58); border-radius: 99px; width: 27px; height: 4px; }
.fake-content { background: rgb(255, 255, 255); border-radius: 0px 8px 8px 0px; flex: 1 1 0%; padding: 24px; }
.fake-title { background: rgb(187, 200, 198); border-radius: 99px; width: 44%; height: 7px; margin-bottom: 34px; }
.fake-chart { border-bottom: 1px solid rgb(215, 223, 222); justify-content: space-around; align-items: end; height: 90px; display: flex; }
.fake-chart i { background: rgb(118, 168, 170); width: 12%; height: 60%; }
.fake-chart i:nth-child(2) { height: 35%; }
.fake-chart i:nth-child(3) { height: 84%; }
.fake-chart i:nth-child(4) { height: 48%; }
.fake-chart i:nth-child(5) { height: 72%; }
.dots .fake-chart i { border-radius: 50%; width: 16px; height: 16px; }
.line .fake-chart { border-bottom: 0px; align-items: center; }
.line .fake-chart i { width: 18%; height: 3px; transform: rotate(-18deg); }
.case-copy { padding: 27px; }
.case-meta { justify-content: space-between; align-items: center; gap: 10px; display: flex; }
.case-meta span, .case-meta b { font-size: 0.65rem; }
.case-meta span { color: var(--teal); font-weight: 750; }
.case-meta b { background: var(--paper); color: var(--muted); border-radius: 999px; padding: 5px 8px; }
.case-copy h3 { margin: 18px 0px 12px; font-size: 1.08rem; line-height: 1.55; }
.case-copy > p { min-height: 76px; color: var(--muted); margin: 0px 0px 24px; font-size: 0.79rem; line-height: 1.8; }
.case-copy > a { color: var(--teal); border-top: 1px solid rgb(224, 230, 229); justify-content: space-between; padding-top: 17px; font-size: 0.74rem; font-weight: 750; display: flex; }
.about-section { grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: 10vw; padding: 128px 5vw; display: grid; }
.about-mark { aspect-ratio: 1 / 1; background: linear-gradient(40deg, transparent 47%, #0f6b702e 48%, transparent 50%), linear-gradient(-40deg, transparent 47%, #0f6b702e 48%, transparent 50%), var(--teal-pale); border-radius: 50%; place-items: center; max-width: 440px; display: grid; }
.about-mark span { color: var(--teal); font-family: "Yu Mincho", serif; font-size: clamp(7rem, 14vw, 12rem); }
.about-copy > p:not(.section-kicker) { max-width: 620px; color: var(--muted); margin: 30px 0px 38px; font-size: 0.92rem; line-height: 2.1; }
.about-copy dl { border-top: 1px solid var(--line); margin: 0px; }
.about-copy dl div { border-bottom: 1px solid var(--line); grid-template-columns: 85px 1fr; padding: 15px 0px; display: grid; }
.about-copy dt { color: var(--teal); font-size: 0.73rem; font-weight: 750; }
.about-copy dd { margin: 0px; font-size: 0.82rem; }
.contact-section { background: var(--teal); color: rgb(255, 255, 255); border-radius: 26px; margin: 0px 3.5vw 3.5vw; padding: 100px 8vw; }
.contact-section .section-kicker { color: rgb(185, 223, 217); }
.contact-section > p:not(.section-kicker) { color: rgba(255, 255, 255, 0.72); margin: 28px 0px 34px; font-size: 0.9rem; line-height: 1.9; }
.contact-actions { align-items: center; gap: 22px; display: flex; }
.button-light { color: var(--teal); background: rgb(255, 255, 255); border-color: rgb(255, 255, 255); }
.contact-actions small { color: rgba(255, 255, 255, 0.72); }
footer { color: rgb(255, 255, 255); background: rgb(25, 42, 51); grid-template-columns: 1fr auto; gap: 30px 60px; padding: 55px 5vw 30px; display: grid; }
.health-page { background: var(--paper); }
.health-hero { grid-template-columns: minmax(440px, 1.05fr) minmax(420px, 0.95fr); align-items: center; gap: 7vw; max-width: 1440px; min-height: calc(-76px + 100vh); margin: 0px auto; padding: 82px 6vw 76px; display: grid; }
.health-byline { background: var(--teal-pale); width: fit-content; color: var(--teal); border-radius: 999px; margin: -8px 0px 28px; padding: 7px 11px; font-size: 0.68rem; font-weight: 750; }
.health-hero h1 { letter-spacing: -0.075em; margin: 0px; font-size: clamp(3.2rem, 6vw, 6.2rem); font-weight: 720; line-height: 1.03; }
.health-hero h1 span { color: var(--teal); }
.health-lead { color: rgb(69, 83, 90); letter-spacing: 0.04em; margin: 32px 0px 0px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(1rem, 1.35vw, 1.23rem); line-height: 2; }
.health-proof { border-top: 1px solid rgba(15, 107, 112, 0.2); gap: 30px; margin-top: 38px; padding-top: 24px; display: flex; }
.health-proof p { margin: 0px; }
.health-proof strong, .health-proof span { display: block; }
.health-proof strong { color: var(--teal); font-size: 1.08rem; }
.health-proof span { color: var(--muted); margin-top: 5px; font-size: 0.64rem; }
.health-visual { min-height: 540px; padding: 48px 0px 0px 28px; position: relative; }
.health-visual::before { background: var(--teal-pale); content: ""; border-radius: 50%; position: absolute; inset: 0px 4% 12% 0px; }
.health-screen { z-index: 2; aspect-ratio: 16 / 9; clip-path: inset(0px round 18px); background: rgb(10, 81, 87); border-radius: 18px; margin: 0px; position: relative; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.18) 0px 28px 60px; }
.health-screen img { object-fit: contain; background: rgb(0, 0, 0); width: 100%; height: 100%; display: block; }
.health-screen figcaption { color: rgb(255, 255, 255); backdrop-filter: blur(8px); background: rgba(9, 57, 61, 0.84); border: 1px solid rgba(255, 255, 255, 0.48); border-radius: 999px; padding: 7px 10px; font-size: 0.62rem; font-weight: 750; position: absolute; top: 16px; left: 16px; }
.health-form { z-index: 3; background: var(--white); border: 1px solid rgba(15, 107, 112, 0.2); border-radius: 14px; width: 210px; padding: 24px; position: absolute; bottom: 52px; right: 0px; box-shadow: rgba(32, 49, 61, 0.15) 0px 18px 40px; }
.health-form small, .health-form strong, .health-form span { display: block; }
.health-form small { color: var(--orange); letter-spacing: 0.16em; font-weight: 800; }
.health-form strong { color: var(--teal); margin-top: 32px; font-size: 2.6rem; line-height: 1; }
.health-form span { color: var(--muted); margin-top: 6px; font-size: 0.67rem; }
.health-visual > p { z-index: 2; color: var(--muted); letter-spacing: 0.06em; margin: 28px 0px 0px; font-size: 0.7rem; position: relative; }
.health-problem { background: var(--teal); color: rgb(255, 255, 255); text-align: center; padding: 110px 8vw; }
.health-problem .section-kicker, .health-cta .section-kicker { color: rgb(185, 223, 217); }
.health-problem h2, .health-contents h2, .health-use h2, .health-field h2, .health-cta h2 { letter-spacing: -0.055em; margin: 0px; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 680; line-height: 1.35; }
.health-problem > p:last-child { color: rgba(255, 255, 255, 0.72); max-width: 760px; margin: 34px auto 0px; font-size: 0.9rem; line-height: 2.1; }
.health-contents { padding: 115px 5vw; }
.health-product-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1280px; margin: 0px auto; display: grid; }
.health-product-grid article { background: rgba(255, 254, 250, 0.65); border: 1px solid rgba(15, 107, 112, 0.22); border-radius: 18px; min-height: 330px; padding: 34px; }
.health-product-grid article > span { background: var(--teal); color: rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 42px; height: 42px; font-size: 0.7rem; font-weight: 750; display: grid; }
.health-product-grid small { color: var(--teal); letter-spacing: 0.08em; margin-top: 54px; font-size: 0.65rem; font-weight: 750; display: block; }
.health-product-grid h3 { margin: 12px 0px 15px; font-size: 1.45rem; }
.health-product-grid p { color: var(--muted); margin: 0px; font-size: 0.83rem; line-height: 1.9; }
.featured-lesson { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.22); border-radius: 22px; grid-template-columns: 0.9fr 1.1fr; max-width: 1280px; margin: 72px auto 0px; display: grid; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.08) 0px 22px 58px; }
.featured-lesson-visual { background: rgb(10, 81, 87); min-height: 460px; margin: 0px; display: block; position: relative; overflow: hidden; }
.featured-lesson-visual::after { content: ""; pointer-events: none; background: linear-gradient(rgba(0, 0, 0, 0) 58%, rgba(9, 57, 61, 0.76)); position: absolute; inset: 0px; }
.featured-lesson-visual img { object-fit: contain; background: rgb(0, 0, 0); width: 100%; height: 100%; min-height: 460px; display: block; }
.featured-lesson-visual figcaption { z-index: 2; color: rgb(255, 255, 255); justify-content: space-between; align-items: center; gap: 16px; font-size: 0.68rem; font-weight: 700; display: flex; position: absolute; bottom: 22px; left: 24px; right: 24px; }
.featured-lesson-visual figcaption span { backdrop-filter: blur(8px); background: rgba(9, 57, 61, 0.72); border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 999px; padding: 7px 10px; }
.featured-lesson-copy { padding: 58px; }
.featured-lesson-copy .section-kicker { margin-bottom: 20px; }
.featured-lesson-copy h3 { letter-spacing: -0.045em; margin: 24px 0px 17px; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.featured-lesson-copy > p:not(.section-kicker) { color: var(--muted); margin: 0px; font-size: 0.86rem; line-height: 2; }
.featured-lesson-copy dl { border-top: 1px solid var(--line); margin: 34px 0px; }
.featured-lesson-copy dl div { border-bottom: 1px solid var(--line); grid-template-columns: 68px 1fr; padding: 13px 0px; font-size: 0.76rem; display: grid; }
.featured-lesson-copy dt { color: var(--teal); font-weight: 750; }
.featured-lesson-copy dd { margin: 0px; }
.lesson-catalog { background: rgb(234, 242, 240); padding: 115px 5vw; }
.catalog-summary, .lesson-groups, .catalog-note { max-width: 1280px; margin-left: auto; margin-right: auto; }
.catalog-summary { background: var(--teal); color: rgb(255, 255, 255); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 18px; grid-template-columns: 0.6fr 1.4fr 0.8fr; margin-bottom: 22px; display: grid; overflow: hidden; }
.catalog-summary p { border-right: 1px solid rgba(255, 255, 255, 0.18); min-height: 118px; margin: 0px; padding: 27px 30px; }
.catalog-summary p:last-child { border-right: 0px; }
.catalog-summary strong, .catalog-summary span { display: block; }
.catalog-summary strong { letter-spacing: -0.04em; font-size: 1.65rem; }
.catalog-summary span { color: rgba(255, 255, 255, 0.68); margin-top: 9px; font-size: 0.68rem; line-height: 1.6; }
.lesson-groups { grid-template-columns: repeat(2, minmax(0px, 1fr)); gap: 18px; display: grid; }
.lesson-group { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 18px; padding: 30px; }
.lesson-group:first-child { grid-row: span 2; }
.lesson-group-heading { border-bottom: 1px solid var(--line); justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 20px; display: flex; }
.lesson-group-heading h3 { margin: 0px; font-size: 1.18rem; }
.lesson-group-heading > span { background: var(--teal-pale); color: var(--teal); border-radius: 999px; padding: 5px 9px; font-size: 0.62rem; font-weight: 750; }
.lesson-group ul { margin: 0px; padding: 10px 0px 0px; list-style: none; }
.lesson-group li + li { border-top: 1px solid rgb(229, 233, 231); }
.lesson-group li a { color: rgb(52, 68, 77); justify-content: space-between; align-items: center; gap: 20px; min-height: 52px; padding: 10px 4px; font-size: 0.78rem; font-weight: 650; line-height: 1.55; transition: color 0.16s, padding 0.16s; display: flex; }
.lesson-group li a:hover { color: var(--teal); padding-left: 8px; padding-right: 0px; }
.lesson-group li a > span { flex-wrap: wrap; align-items: center; gap: 8px; display: inline-flex; }
.lesson-group li small { color: rgb(162, 80, 35); background: rgb(247, 232, 219); border-radius: 999px; padding: 4px 7px; font-size: 0.56rem; font-weight: 800; }
.lesson-group li b { color: var(--teal); font-size: 0.9rem; }
.catalog-note { background: rgba(255, 254, 250, 0.66); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 16px; justify-content: space-between; align-items: center; gap: 40px; margin-top: 22px; padding: 25px 30px; display: flex; }
.catalog-note p { max-width: 780px; color: var(--muted); margin: 0px; font-size: 0.75rem; line-height: 1.8; }
.catalog-note a { color: var(--teal); flex: 0 0 auto; font-size: 0.72rem; font-weight: 750; }
.product-page { background: var(--paper); }
.product-hero { grid-template-columns: minmax(480px, 1.05fr) minmax(420px, 0.95fr); align-items: center; gap: 7vw; max-width: 1440px; min-height: calc(-76px + 100vh); margin: 0px auto; padding: 78px 6vw 82px; display: grid; }
.product-breadcrumb { color: var(--muted); gap: 10px; margin: 0px 0px 42px; font-size: 0.68rem; display: flex; }
.product-breadcrumb a { color: var(--teal); font-weight: 750; }
.product-hero h1 { letter-spacing: -0.075em; margin: 0px; font-size: clamp(3.1rem, 5.5vw, 5.9rem); font-weight: 720; line-height: 1.07; }
.product-hero h1 span { color: var(--teal); }
.product-lead { color: rgb(69, 83, 90); letter-spacing: 0.04em; margin: 30px 0px 0px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 2; }
.product-price-row { align-items: end; gap: 28px; margin-top: 32px; display: flex; }
.product-price-row > p { white-space: nowrap; margin: 0px; }
.product-price-row > p small { color: var(--muted); margin-bottom: 1px; font-size: 0.65rem; display: block; }
.product-price-row > p strong { color: var(--teal); letter-spacing: -0.06em; font-size: 2.35rem; }
.product-price-row > p span { color: var(--teal); margin-left: 4px; font-size: 0.78rem; font-weight: 750; }
.product-price-row > div { flex-wrap: wrap; gap: 7px; padding-bottom: 6px; display: flex; }
.product-price-row > div span { background: var(--teal-pale); color: var(--teal); border-radius: 999px; padding: 6px 9px; font-size: 0.62rem; font-weight: 750; }
.purchase-note { color: var(--muted); margin: 14px 0px 0px; font-size: 0.65rem; }
.product-cover { min-height: 600px; padding: 46px 45px 70px 0px; position: relative; }
.product-cover::before { background: var(--teal-pale); content: ""; border-radius: 48% 52% 44% 56%; position: absolute; inset: 4% 0px 3% 7%; }
.product-cover-main { z-index: 2; color: rgb(255, 255, 255); background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0) 55%), linear-gradient(145deg, rgb(22, 79, 84), rgb(15, 107, 112)); border-radius: 20px; flex-direction: column; min-height: 480px; padding: 52px; display: flex; position: relative; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.2) 0px 30px 65px; }
.product-cover-main::after { aspect-ratio: 1 / 1; content: ""; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; width: 90%; position: absolute; bottom: -50%; right: -35%; box-shadow: rgba(255, 255, 255, 0.04) 0px 0px 0px 45px, rgba(255, 255, 255, 0.03) 0px 0px 0px 90px; }
.product-cover-main > small { font-family: "Yu Mincho", serif; font-size: 1rem; }
.product-cover-main > p { color: rgba(255, 255, 255, 0.62); letter-spacing: 0.1em; margin: 80px 0px 10px; font-size: 0.72rem; }
.product-cover-main > strong { letter-spacing: -0.06em; font-size: clamp(2.3rem, 4vw, 4.3rem); }
.product-cover-main > span { color: rgba(255, 255, 255, 0.7); margin-top: 20px; font-size: 0.76rem; }
.product-cover-main > b { color: rgba(255, 255, 255, 0.08); font-size: 12rem; position: absolute; bottom: -20px; right: 25px; }
.product-cover-form { z-index: 3; background: var(--white); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 14px; width: 185px; padding: 25px; position: absolute; bottom: 38px; right: 0px; box-shadow: rgba(32, 49, 61, 0.18) 0px 20px 48px; }
.product-cover-form > small, .product-cover-form > strong, .product-cover-form > span { display: block; }
.product-cover-form > small { color: var(--orange); letter-spacing: 0.16em; font-size: 0.55rem; font-weight: 800; }
.product-cover-form > strong { color: var(--teal); margin-top: 24px; font-size: 3.5rem; line-height: 1; }
.product-cover-form > span { color: var(--muted); letter-spacing: 0.11em; margin-top: 4px; font-size: 0.58rem; }
.product-cover-image { margin: 0px; padding: 46px 0px 70px; align-self: center; position: relative; }
.product-cover-image::before { background: var(--teal-pale); content: ""; border-radius: 48% 52% 44% 56%; position: absolute; inset: 0px 2% 8% 7%; }
.product-cover-image img { z-index: 2; background: rgb(0, 0, 0); border-radius: 18px; width: 100%; height: auto; display: block; position: relative; box-shadow: rgba(32, 49, 61, 0.2) 0px 30px 65px; }
.product-cover-image figcaption { z-index: 3; color: rgb(255, 255, 255); backdrop-filter: blur(8px); background: rgba(9, 57, 61, 0.84); border: 1px solid rgba(255, 255, 255, 0.48); border-radius: 999px; padding: 7px 10px; font-size: 0.62rem; font-weight: 750; position: absolute; bottom: 84px; left: 18px; }
.product-fit { background: var(--teal); color: rgb(255, 255, 255); grid-template-columns: 0.9fr 1.1fr; gap: 8vw; padding: 105px 8vw; display: grid; }
.product-fit h2, .product-preview h2, .product-package h2, .product-video h2, .product-how h2, .product-purchase h2 { letter-spacing: -0.055em; margin: 0px; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 680; line-height: 1.32; }
.product-fit .section-kicker, .product-purchase .section-kicker { color: rgb(185, 223, 217); }
.product-fit ul { margin: 0px; padding: 0px; list-style: none; }
.product-fit li { color: rgba(255, 255, 255, 0.82); border-bottom: 1px solid rgba(255, 255, 255, 0.19); align-items: center; gap: 14px; padding: 17px 0px; font-size: 0.87rem; display: flex; }
.product-fit li span { width: 27px; height: 27px; color: var(--teal); background: rgb(255, 255, 255); border-radius: 50%; flex: 0 0 auto; place-items: center; font-size: 0.65rem; font-weight: 800; display: grid; }
.product-preview, .product-package, .product-how { padding: 115px 5vw; }
.sample-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 1280px; margin: 0px auto; display: grid; }
.sample-grid figure { margin: 0px; }
.sample-grid figure > div { clip-path: inset(0px round 16px); background: rgb(255, 255, 255); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 16px; place-items: center; min-height: 320px; display: grid; position: relative; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.07) 0px 14px 36px; }
.sample-grid img { object-fit: contain; background: rgb(255, 255, 255); border-radius: 15px; width: 100%; height: auto; max-height: 620px; display: block; }
.sample-grid figcaption { color: var(--muted); padding: 12px 4px 0px; font-size: 0.7rem; }
.sample-grid-note { max-width: 1280px; color: var(--muted); text-align: right; margin: 28px auto 0px; font-size: 0.68rem; line-height: 1.8; }
.question-sample { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 22px; grid-template-columns: minmax(320px, 0.88fr) minmax(0px, 1.12fr); gap: clamp(42px, 6vw, 82px); max-width: 1280px; margin: 82px auto 0px; padding: clamp(44px, 4vw, 58px); display: grid; box-shadow: rgba(32, 49, 61, 0.07) 0px 18px 48px; }
.question-sample-heading { padding: 18px 0px; }
.question-sample-heading h3 { letter-spacing: -0.045em; margin: 0px; font-size: clamp(1.8rem, 2.45vw, 2.55rem); line-height: 1.4; }
.question-sample-heading h3 span { display: block; }
.question-sample-heading > p:not(.section-kicker) { color: var(--muted); margin: 25px 0px 0px; font-size: 0.8rem; line-height: 1.9; }
.question-card { background: rgb(238, 245, 243); border-radius: 17px; padding: 34px; }
.question-card > span { color: var(--teal); letter-spacing: 0.12em; font-size: 0.62rem; font-weight: 800; }
.question-card > p { margin: 17px 0px 24px; font-size: 0.94rem; font-weight: 720; line-height: 1.75; }
.question-card ul { grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 0px; padding: 0px; list-style: none; display: grid; }
.question-card li { color: rgb(77, 91, 97); background: rgb(255, 255, 255); border: 1px solid rgba(15, 107, 112, 0.15); border-radius: 9px; padding: 12px 16px; font-size: 0.75rem; position: relative; }
.question-card li.answer { border-color: var(--teal); color: var(--teal); font-weight: 750; }
.question-card li b { background: var(--teal); color: rgb(255, 255, 255); border-radius: 999px; padding: 3px 6px; font-size: 0.5rem; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); }
.question-card > div { border-left: 3px solid var(--orange); background: rgba(255, 254, 250, 0.8); border-radius: 0px 9px 9px 0px; margin-top: 20px; padding: 18px; }
.question-card > div strong { color: var(--orange); font-size: 0.66rem; }
.question-card > div p { color: var(--muted); margin: 8px 0px 0px; font-size: 0.72rem; line-height: 1.8; }
.product-package { background: rgb(232, 240, 238); }
.package-grid { grid-template-columns: repeat(3, 1fr); gap: 17px; max-width: 1280px; margin: 0px auto; display: grid; }
.package-grid article { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 18px; min-height: 330px; padding: 34px; }
.package-grid article > div { justify-content: space-between; align-items: center; display: flex; }
.package-grid article > div span { background: var(--teal); color: rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 42px; height: 42px; font-size: 0.68rem; font-weight: 750; display: grid; }
.package-grid article > div small { color: var(--teal); font-size: 0.6rem; font-weight: 750; }
.package-grid h3 { margin: 68px 0px 15px; font-size: 1.45rem; }
.package-grid p { color: var(--muted); margin: 0px; font-size: 0.82rem; line-height: 1.9; }
.product-video { grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 7vw; max-width: 1280px; margin: 0px auto; padding: 120px 5vw; display: grid; }
.video-copy > p:not(.section-kicker) { color: var(--muted); margin: 28px 0px 25px; font-size: 0.86rem; line-height: 2; }
.video-copy > a { color: var(--teal); font-size: 0.76rem; font-weight: 750; }
.video-frame { aspect-ratio: 16 / 9; background: rgb(19, 46, 50); border: 1px solid rgba(15, 107, 112, 0.18); border-radius: 18px; overflow: hidden; box-shadow: rgba(32, 49, 61, 0.14) 0px 24px 58px; }
.video-frame iframe { border: 0px; width: 100%; height: 100%; }
.product-how ol { grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1280px; margin: 0px auto; padding: 0px; list-style: none; display: grid; }
.product-how li { background: rgba(255, 254, 250, 0.64); border: 1px solid rgba(15, 107, 112, 0.2); border-radius: 18px; min-height: 280px; padding: 32px; }
.product-how li > span { border: 1px solid var(--teal); width: 44px; height: 44px; color: var(--teal); border-radius: 50%; place-items: center; font-weight: 750; display: grid; }
.product-how h3 { margin: 60px 0px 12px; font-size: 1.2rem; }
.product-how li p { color: var(--muted); margin: 0px; font-size: 0.8rem; line-height: 1.85; }
.product-purchase { background: var(--teal); color: rgb(255, 255, 255); border-radius: 26px; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 7vw; margin: 0px 3.5vw 3.5vw; padding: 92px 8vw; display: grid; }
.product-purchase > div:first-child > p:not(.section-kicker) { color: rgba(255, 255, 255, 0.72); margin: 26px 0px 0px; font-size: 0.88rem; line-height: 2; }
.product-purchase-card { background: rgba(255, 255, 255, 0.1); border-radius: 17px; padding: 32px; }
.product-purchase-card > p { margin: 0px; }
.product-purchase-card > p small { color: rgba(255, 255, 255, 0.64); font-size: 0.62rem; display: block; }
.product-purchase-card > p strong { letter-spacing: -0.06em; font-size: 3.3rem; }
.product-purchase-card > p span { margin-left: 5px; font-size: 0.8rem; font-weight: 750; }
.product-purchase-card ul { border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 18px 0px 24px; padding: 19px 0px; list-style: none; }
.product-purchase-card li { color: rgba(255, 255, 255, 0.77); padding: 5px 0px; font-size: 0.72rem; }
.product-purchase-card .button { width: 100%; }
.product-purchase-card > small { color: rgba(255, 255, 255, 0.58); text-align: center; margin-top: 12px; font-size: 0.6rem; display: block; }
.health-use { background: rgb(232, 240, 238); grid-template-columns: 1fr 1fr; gap: 8vw; padding: 115px 7vw; display: grid; }
.health-use-copy ul { margin: 42px 0px 0px; padding: 0px; list-style: none; }
.health-use-copy li { border-bottom: 1px solid rgba(15, 107, 112, 0.17); align-items: center; gap: 14px; padding: 17px 0px; font-size: 0.9rem; display: flex; }
.health-use-copy li span { background: var(--teal); color: rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 26px; height: 26px; font-size: 0.65rem; display: grid; }
.health-flow { background: var(--white); border-radius: 20px; padding: 32px; }
.health-flow > div { border-bottom: 1px solid var(--line); grid-template-columns: 44px 1fr; gap: 18px; padding: 25px 0px; display: grid; }
.health-flow > div:last-child { border-bottom: 0px; }
.health-flow > div > span { border: 1px solid var(--teal); width: 42px; height: 42px; color: var(--teal); border-radius: 50%; place-items: center; font-weight: 750; display: grid; }
.health-flow p { color: var(--muted); margin: 0px; font-size: 0.8rem; line-height: 1.7; }
.health-flow strong { color: var(--ink); margin-bottom: 4px; font-size: 0.98rem; display: block; }
.health-field { grid-template-columns: 0.65fr 1.35fr; align-items: center; gap: 8vw; max-width: 1280px; margin: 0px auto; padding: 120px 5vw; display: grid; }
.field-mark { aspect-ratio: 1 / 1; background: var(--teal-pale); max-width: 330px; color: var(--teal); border-radius: 50%; place-items: center; font-family: "Yu Mincho", serif; font-size: clamp(2.8rem, 7vw, 6rem); display: grid; }
.health-field > div:last-child > p:not(.section-kicker) { max-width: 680px; color: var(--muted); margin: 28px 0px 0px; font-size: 0.9rem; line-height: 2; }
.field-links { flex-wrap: wrap; gap: 13px 26px; margin-top: 34px; display: flex; }
.field-links a { color: var(--teal); font-size: 0.76rem; font-weight: 750; }
.health-cta { background: var(--teal); color: rgb(255, 255, 255); text-align: center; border-radius: 26px; margin: 0px 3.5vw 3.5vw; padding: 100px 8vw; }
.health-cta > p:not(.section-kicker) { color: rgba(255, 255, 255, 0.72); margin: 25px 0px 32px; font-size: 0.9rem; }
.health-cta .button { width: fit-content; }
.footer-brand span { color: rgb(158, 199, 196); }
footer > div > p { color: rgba(255, 255, 255, 0.55); margin: 20px 0px 0px; font-size: 0.75rem; }
.footer-links { flex-wrap: wrap; align-items: center; gap: 28px; font-size: 0.72rem; display: flex; }
.copyright { color: rgba(255, 255, 255, 0.45); border-top: 1px solid rgba(255, 255, 255, 0.13); grid-column: 1 / -1; margin: 25px 0px 0px; padding-top: 25px; font-size: 0.65rem; }
.growth-support-page { background: var(--paper); }
.growth-support-hero { grid-template-columns: minmax(430px, 1.06fr) minmax(360px, 0.94fr); align-items: center; gap: 8vw; max-width: 1440px; min-height: calc(-76px + 88vh); margin: 0px auto; padding: 90px 6vw 92px; display: grid; }
.growth-support-breadcrumb { color: var(--muted); gap: 10px; margin: 0px 0px 36px; font-size: 0.7rem; font-weight: 650; display: flex; }
.growth-support-breadcrumb a { color: var(--teal); }
.growth-support-hero h1 { letter-spacing: -0.075em; margin: 0px; font-size: clamp(3.8rem, 7vw, 6.8rem); font-weight: 720; line-height: 1; }
.growth-support-hero h1 span { color: var(--teal); }
.growth-support-lead { color: rgb(69, 83, 90); letter-spacing: 0.04em; margin: 32px 0px 0px; font-family: "Hiragino Mincho ProN", "Yu Mincho", serif; font-size: clamp(1rem, 1.35vw, 1.22rem); line-height: 2; }
.growth-support-summary { background: var(--white); border: 1px solid rgba(15, 107, 112, 0.24); border-radius: 22px; padding: 42px; position: relative; box-shadow: rgba(32, 49, 61, 0.1) 0px 28px 70px; }
.growth-support-summary::before { z-index: -1; background: var(--teal-pale); content: ""; border-radius: 50%; position: absolute; inset: -24px 30px 26px -28px; }
.growth-support-summary .section-kicker { margin-bottom: 16px; }
.growth-support-summary h2 { letter-spacing: -0.04em; margin: 0px; font-size: 1.8rem; }
.growth-support-summary > p:not(.section-kicker) { color: var(--muted); margin: 20px 0px 30px; font-size: 0.84rem; line-height: 1.9; }
.growth-support-summary dl { border-top: 1px solid var(--line); margin: 0px; }
.growth-support-summary dl div { border-bottom: 1px solid var(--line); grid-template-columns: 110px 1fr; padding: 15px 0px; display: grid; }
.growth-support-summary dt { color: var(--muted); font-size: 0.72rem; }
.growth-support-summary dd { margin: 0px; font-size: 0.8rem; font-weight: 720; }
.growth-support-summary > small { color: rgb(156, 76, 34); margin-top: 22px; font-size: 0.68rem; line-height: 1.7; display: block; }
.growth-support-quick, .growth-support-faq, .growth-support-safety, .growth-support-related { padding: 112px 5vw; }
.growth-support-quick { background: var(--white); }
.growth-support-quick > *, .growth-support-faq > *, .growth-support-safety, .growth-support-contact, .growth-support-related > * { max-width: 1280px; margin-left: auto; margin-right: auto; }
.growth-support-quick-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; display: grid; }
.growth-support-quick-grid a { background: rgb(249, 251, 250); border: 1px solid rgb(191, 208, 205); border-radius: 18px; min-height: 245px; padding: 28px; transition: transform 0.18s, border-color 0.18s, box-shadow 0.18s; position: relative; }
.growth-support-quick-grid a:hover { border-color: var(--teal); transform: translateY(-4px); box-shadow: rgba(32, 49, 61, 0.08) 0px 18px 38px; }
.growth-support-quick-grid a > span { background: var(--teal); color: rgb(255, 255, 255); border-radius: 50%; place-items: center; width: 38px; height: 38px; font-size: 0.68rem; font-weight: 750; display: grid; }
.growth-support-quick-grid h3 { margin: 38px 0px 12px; font-size: 1.12rem; }
.growth-support-quick-grid p { color: var(--muted); margin: 0px; font-size: 0.76rem; line-height: 1.8; }
.growth-support-quick-grid b { color: var(--teal); position: absolute; bottom: 22px; right: 24px; }
.growth-support-faq { background: var(--paper); grid-template-columns: 0.72fr 1.28fr; gap: 8vw; display: grid; }
.growth-support-faq-heading { align-self: start; position: sticky; top: 122px; }
.growth-support-faq-heading h2, .growth-support-safety h2, .growth-support-contact h2, .growth-support-related h2 { letter-spacing: -0.055em; margin: 0px; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 680; line-height: 1.25; }
.growth-support-faq-heading > p:last-child { color: var(--muted); margin: 28px 0px 0px; font-size: 0.86rem; line-height: 2; }
.growth-support-faq-list { flex-direction: column; gap: 52px; display: flex; }
.growth-support-faq-list article { scroll-margin-top: 110px; }
.growth-support-faq-label { color: var(--teal); letter-spacing: 0.12em; margin: 0px 0px 12px; font-size: 0.68rem; font-weight: 760; }
.growth-support-faq-list details { border-top: 1px solid var(--line); background: rgba(255, 254, 250, 0.42); }
.growth-support-faq-list details:last-child { border-bottom: 1px solid var(--line); }
.growth-support-faq-list summary { cursor: pointer; padding: 23px 48px 23px 2px; font-size: 0.92rem; font-weight: 720; list-style: none; position: relative; }
.growth-support-faq-list summary::-webkit-details-marker { display: none; }
.growth-support-faq-list summary::after { color: var(--teal); content: "+"; font-size: 1.4rem; font-weight: 400; position: absolute; top: 50%; right: 8px; transform: translateY(-50%); }
.growth-support-faq-list details[open] summary::after { content: "−"; }
.growth-support-faq-list details p { max-width: 720px; color: var(--muted); margin: 0px; padding: 0px 48px 26px 2px; font-size: 0.83rem; line-height: 2; }
.growth-support-safety { background: var(--teal); color: rgb(255, 255, 255); grid-template-columns: 1fr 0.9fr; gap: 9vw; display: grid; }
.growth-support-safety .section-kicker, .growth-support-contact .section-kicker { color: rgb(185, 223, 217); }
.growth-support-safety > div > p:last-child { color: rgba(255, 255, 255, 0.72); margin: 30px 0px 0px; font-size: 0.88rem; line-height: 2.1; }
.growth-support-safety aside { background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 18px; padding: 34px; }
.growth-support-safety aside > span { color: rgb(185, 223, 217); letter-spacing: 0.17em; font-size: 0.63rem; font-weight: 760; }
.growth-support-safety ol { margin: 28px 0px 0px; padding: 0px; list-style: none; }
.growth-support-safety li { border-top: 1px solid rgba(255, 255, 255, 0.18); grid-template-columns: 45px 1fr; gap: 16px; padding: 20px 0px; display: grid; }
.growth-support-safety li b { color: rgb(185, 223, 217); font-size: 0.72rem; }
.growth-support-safety li p, .growth-support-safety li strong { margin: 0px; display: block; }
.growth-support-safety li p { color: rgba(255, 255, 255, 0.68); font-size: 0.74rem; line-height: 1.7; }
.growth-support-safety li strong { color: rgb(255, 255, 255); margin-bottom: 3px; font-size: 0.86rem; }
.growth-support-contact { color: rgb(255, 255, 255); background: rgb(25, 42, 51); border-radius: 26px; grid-template-columns: 1fr 0.9fr; gap: 8vw; padding: 100px 8vw; display: grid; }
.growth-support-contact-copy > p:not(.section-kicker) { color: rgba(255, 255, 255, 0.66); margin: 28px 0px 32px; font-size: 0.86rem; line-height: 1.9; }
.growth-support-contact-copy .button { width: fit-content; }
.growth-support-contact-copy small { color: rgba(255, 255, 255, 0.55); margin-top: 15px; font-size: 0.7rem; display: block; }
.growth-support-contact-list { background: rgba(255, 255, 255, 0.07); border-radius: 16px; align-self: center; padding: 32px; }
.growth-support-contact-list > p { margin: 0px 0px 20px; font-size: 0.82rem; font-weight: 740; }
.growth-support-contact-list ul { flex-direction: column; gap: 13px; margin: 0px; padding: 0px; list-style: none; display: flex; }
.growth-support-contact-list li { color: rgba(255, 255, 255, 0.75); gap: 12px; font-size: 0.76rem; display: flex; }
.growth-support-contact-list li span { color: rgb(143, 208, 199); }
.growth-support-contact-list > div { color: rgba(255, 255, 255, 0.52); border-top: 1px solid rgba(255, 255, 255, 0.15); margin-top: 24px; padding-top: 20px; font-size: 0.68rem; line-height: 1.8; }
.growth-support-related { background: var(--white); }
.growth-support-related > div { grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 35px; display: grid; }
.growth-support-related a { border: 1px solid var(--line); min-height: 92px; color: var(--teal); border-radius: 12px; justify-content: space-between; align-items: center; padding: 0px 26px; font-size: 0.8rem; font-weight: 740; transition: border-color 0.18s, transform 0.18s; display: flex; }
.growth-support-related a:hover { border-color: var(--teal); transform: translateY(-3px); }
@media (width <= 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 82px; }
  .hero-art { min-height: 300px; margin-top: 30px; }
  .hero-art img { object-fit: contain; aspect-ratio: auto; height: 300px; }
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .tool-grid, .case-grid, .health-product-grid { grid-template-columns: 1fr 1fr; }
  .tool-card:last-child, .case-card:last-child, .health-product-grid article:last-child { grid-column: 1 / -1; }
  .health-hero { grid-template-columns: 1fr; }
  .catalog-summary { grid-template-columns: repeat(3, 1fr); }
  .health-visual { max-width: 720px; }
  .featured-lesson { grid-template-columns: 1fr; }
  .featured-lesson-visual, .featured-lesson-visual img { min-height: 360px; }
  .product-hero, .product-video { grid-template-columns: 1fr; }
  .product-cover { max-width: 720px; }
  .package-grid, .product-how ol { grid-template-columns: 1fr 1fr; }
  .package-grid article:last-child, .product-how li:last-child { grid-column: 1 / -1; }
  .growth-support-hero { grid-template-columns: 1fr; }
  .growth-support-summary { max-width: 720px; }
  .growth-support-quick-grid { grid-template-columns: repeat(2, 1fr); }
  .growth-support-faq { grid-template-columns: 1fr; }
  .growth-support-faq-heading { max-width: 720px; position: static; }
}
@media (width <= 700px) {
  .site-header { min-height: 68px; padding: 0px 20px; }
  .brand { font-size: 1.13rem; }
  .header-cta { padding: 10px 14px; font-size: 0.72rem; }
  .hero { min-height: auto; padding: 72px 22px 52px; }
  .hero h1 { font-size: clamp(3.6rem, 18vw, 5rem); }
  .hero-lead { font-size: 0.98rem; }
  .hero-actions, .contact-actions { flex-direction: column; align-items: stretch; }
  .hero-proof, .health-proof { gap: 18px; }
  .button { width: 100%; }
  .hero-art { min-height: 230px; margin-top: 22px; }
  .hero-art img { object-fit: contain; aspect-ratio: auto; height: 230px; }
  .hero-art p { display: none; }
  .problem-strip, .support-section, .tools-section, .cases-section { padding: 78px 22px; }
  .section-intro.compact, .section-heading { display: block; }
  .section-intro .section-kicker { margin-bottom: 14px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading > p { margin-top: 22px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-card { min-height: 130px; }
  .support-grid, .tool-grid, .case-grid, .health-product-grid { grid-template-columns: 1fr; }
  .tool-card:last-child, .case-card:last-child, .health-product-grid article:last-child { grid-column: auto; }
  .support-card { min-height: 450px; padding: 26px; }
  .support-example { bottom: 25px; left: 26px; right: 26px; }
  .about-section { grid-template-columns: 1fr; gap: 55px; padding: 90px 22px; }
  .health-use, .health-field { grid-template-columns: 1fr; }
  .health-hero { min-height: auto; padding: 72px 22px 65px; }
  .health-hero h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .health-visual { min-height: 360px; padding-left: 0px; }
  .health-screen { min-height: 0px; }
  .health-form { width: 170px; bottom: 14px; }
  .health-problem, .health-contents, .lesson-catalog, .health-use, .health-field { padding: 82px 22px; }
  .catalog-summary, .lesson-groups { grid-template-columns: 1fr; }
  .catalog-summary p { border-bottom: 1px solid rgba(255, 255, 255, 0.18); border-right: 0px; min-height: auto; }
  .catalog-summary p:last-child { border-bottom: 0px; }
  .lesson-group:first-child { grid-row: auto; }
  .lesson-group { padding: 25px 22px; }
  .catalog-note { flex-direction: column; align-items: flex-start; gap: 18px; padding: 24px 22px; }
  .health-field { gap: 48px; }
  .field-mark { width: 230px; margin: 0px auto; font-size: 4.5rem; }
  .health-cta { border-radius: 0px; margin: 0px; padding: 78px 22px; }
  .health-cta .button { width: 100%; }
  .featured-lesson { margin-top: 50px; }
  .featured-lesson-visual, .featured-lesson-visual img { min-height: 310px; }
  .featured-lesson-visual figcaption { bottom: 15px; left: 16px; right: 16px; }
  .featured-lesson-copy { padding: 35px 28px; }
  .product-hero { min-height: auto; padding: 56px 22px 70px; }
  .product-breadcrumb { margin-bottom: 32px; }
  .product-hero h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .product-price-row { flex-direction: column; align-items: start; gap: 12px; }
  .product-cover { min-height: 430px; padding: 25px 0px 50px; }
  .product-cover-main { min-height: 355px; padding: 30px; }
  .product-cover-main > p { margin-top: 56px; }
  .product-cover-form { width: 150px; bottom: 20px; right: -3px; }
  .product-fit, .product-video, .product-purchase { grid-template-columns: 1fr; }
  .product-fit, .product-preview, .product-package, .product-video, .product-how { padding: 82px 22px; }
  .product-fit { gap: 45px; }
  .sample-grid, .package-grid, .product-how ol { grid-template-columns: 1fr; }
  .question-sample { grid-template-columns: 1fr; gap: 30px; margin-top: 56px; padding: 26px; }
  .sample-grid-note { text-align: left; margin-top: 20px; }
  .question-sample-heading { padding: 0px; }
  .question-card { padding: 24px; }
  .question-card ul { grid-template-columns: 1fr; }
  .package-grid article:last-child, .product-how li:last-child { grid-column: auto; }
  .product-video { gap: 46px; }
  .product-purchase { border-radius: 0px; gap: 48px; margin: 0px; padding: 78px 22px; }
  .about-mark { max-width: 260px; margin: 0px auto; }
  .contact-section { border-radius: 0px; margin: 0px; padding: 75px 24px; }
  .growth-support-hero { min-height: auto; padding: 58px 22px 72px; }
  .growth-support-breadcrumb { margin-bottom: 30px; }
  .growth-support-hero h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .growth-support-lead { font-size: 0.96rem; }
  .growth-support-summary { padding: 28px 24px; }
  .growth-support-summary::before { display: none; }
  .growth-support-quick, .growth-support-faq, .growth-support-safety, .growth-support-related { padding: 78px 22px; }
  .growth-support-quick-grid, .growth-support-related > div { grid-template-columns: 1fr; }
  .growth-support-quick-grid a { min-height: 205px; padding: 24px; }
  .growth-support-safety, .growth-support-contact { grid-template-columns: 1fr; }
  .growth-support-safety { gap: 48px; }
  .growth-support-faq-list { gap: 44px; }
  .growth-support-faq-list summary { padding-right: 42px; line-height: 1.65; }
  .growth-support-faq-list details p { padding-right: 4px; }
  .growth-support-contact { border-radius: 0px; gap: 50px; padding: 78px 24px; }
  .growth-support-contact-copy .button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 50px 24px 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, ::before, ::after { transition-duration: 0.01ms !important; }
}

.static-site {
  --font-geist-sans: -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}
