:root {
  --ink: #24332f;
  --muted: #61706b;
  --green: #25433d;
  --green-deep: #17312c;
  --green-soft: #e9f2ef;
  --mint: #cde8e2;
  --cream: #faf6ee;
  --sand: #efe3d3;
  --coral: #c97560;
  --line: #06c755;
  --white: #fff;
  --border: #d9e3df;
  --shadow: 0 22px 60px rgba(30, 59, 52, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.8; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(42px, 5.5vw, 72px); line-height: 1.13; letter-spacing: -.055em; }
h1 span { color: var(--coral); }
h2 { margin: 0 0 24px; font-size: clamp(30px, 4vw, 50px); line-height: 1.3; letter-spacing: -.04em; }
h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.45; }

.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 16px; color: var(--white); background: var(--green); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.tracking-pixel { position: absolute; width: 1px; height: 1px; overflow: hidden; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(38, 53, 47, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 10px; text-decoration: none; }
.brand-mark { font-size: 26px; font-weight: 900; letter-spacing: -.04em; }
.brand-sub { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .18em; }

.header-cta, .button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-weight: 850; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.header-cta { padding: 10px 20px; color: var(--white); background: var(--line); font-size: 14px; }
.button { padding: 13px 25px; }
.button-large { min-height: 62px; padding-inline: 30px; font-size: 17px; }
.button-line { color: var(--white); background: var(--line); box-shadow: 0 13px 28px rgba(6, 199, 85, .24); }
.button-block { width: 100%; }
.button:hover, .header-cta:hover { transform: translateY(-2px); filter: brightness(.97); }
.button:focus-visible, .header-cta:focus-visible, summary:focus-visible { outline: 3px solid #ef9e36; outline-offset: 3px; }

.hero { overflow: hidden; padding: 72px 0 78px; background: linear-gradient(140deg, #fbf7ef 0%, #f3e8d9 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr); gap: 58px; align-items: center; }
.hero-kicker, .section-label { margin: 0 0 16px; color: #327064; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.hero-lead { max-width: 650px; margin: 24px 0; color: #50615b; font-size: 18px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; padding: 0; list-style: none; }
.hero-points li { padding: 8px 13px; border: 1px solid #bfd2cb; border-radius: 999px; background: rgba(255, 255, 255, .75); font-size: 13px; font-weight: 850; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.send-guide { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 9px; align-items: center; margin-top: 22px; padding: 15px; border: 1px solid rgba(37, 67, 61, .13); border-radius: 18px; background: rgba(255,255,255,.72); }
.send-guide div { text-align: center; }
.send-guide span { display: grid; width: 24px; height: 24px; margin: 0 auto 4px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 11px; font-weight: 900; }
.send-guide strong { font-size: 12px; white-space: nowrap; }
.send-guide i { color: #93a8a1; font-style: normal; }

.hero-visual { position: relative; min-height: 550px; }
.hero-main-photo, .hero-sub-photo { position: absolute; margin: 0; }
.hero-main-photo { inset: 0 50px 70px 0; }
.hero-main-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border-radius: 34px; background: var(--green); }
.hero-main-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.hero-sub-photo { z-index: 3; right: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 3; }
.hero-sub-photo img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 7px solid var(--cream); border-radius: 22px; box-shadow: var(--shadow); }
.hero-visual figcaption { position: absolute; z-index: 4; right: 12px; bottom: 12px; padding: 7px 10px; color: var(--white); background: rgba(23, 49, 44, .86); border-radius: 999px; font-size: 10px; font-weight: 850; }

.trust-bar { color: var(--white); background: var(--green); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { display: block; color: #9dc9bf; font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: 16px; }
.trust-grid small { color: rgba(255,255,255,.68); font-size: 12px; }

.section { padding: 98px 0; }
.section-intro { max-width: 780px; margin: -8px 0 38px; color: var(--muted); }
.empathy { background: var(--white); }
.empathy-grid { display: grid; gap: 14px; }
.empathy-grid article { position: relative; padding: 26px 26px 26px 88px; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 10px 30px rgba(31,61,53,.045); }
.empathy-grid article > span { position: absolute; top: 26px; left: 24px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 11px; font-weight: 900; }
.empathy-grid p { margin: 0; color: var(--muted); }

.features { color: var(--white); background: var(--green-deep); }
.features .section-label { color: #a7d2c8; }
.section-heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.section-heading-row h2 { margin-bottom: 0; }
.section-heading-row > p { margin: 0 0 6px; color: rgba(255,255,255,.68); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-grid article { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); }
.feature-grid span { display: inline-grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: var(--green-deep); background: #e5a896; font-size: 12px; font-weight: 900; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.76); }
.inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 24px 28px; color: var(--ink); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.inline-cta strong, .inline-cta span { display: block; }
.inline-cta span { margin-top: 4px; color: var(--muted); font-size: 14px; }

.real-workplace { background: var(--cream); }
.real-workplace .container { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: center; }
.workplace-copy p:last-child { color: var(--muted); }
.workplace-gallery { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; align-items: stretch; }
.workplace-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-soft); }
.workplace-gallery img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.workplace-gallery figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: var(--white); background: rgba(23,49,44,.86); border-radius: 999px; font-size: 10px; font-weight: 850; }

.workstyle { background: var(--white); }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.work-grid article { position: relative; padding: 28px; border: 1px solid var(--border); border-radius: 24px; background: var(--white); }
.work-grid article.work-featured { border: 2px solid var(--coral); transform: translateY(-8px); box-shadow: var(--shadow); }
.work-featured::before { content: "勤務時間を相談"; position: absolute; top: -15px; left: 24px; padding: 5px 12px; color: var(--white); background: var(--coral); border-radius: 999px; font-size: 11px; font-weight: 900; }
.work-tag { margin: 0 0 4px; color: var(--coral); font-size: 12px; font-weight: 900; }
.work-grid h3 { font-size: 29px; }
.work-grid dl { margin: 20px 0 0; }
.work-grid dt { margin-top: 14px; color: var(--muted); font-size: 12px; font-weight: 800; }
.work-grid dd { margin: 2px 0 0; font-weight: 700; }
.conditions-note { margin: 28px 0 0; color: var(--muted); font-size: 13px; }

.owner { background: var(--sand); }
.owner-message { position: relative; padding-left: 92px; }
.owner-message::before { content: "“"; position: absolute; top: -32px; left: 0; color: rgba(37,67,61,.18); font-family: Georgia, serif; font-size: 150px; line-height: 1; }
.owner-message p:not(.section-label):not(.signature) { color: #4b5c56; }
.signature { margin-top: 24px; font-weight: 850; }

.steps { background: var(--white); }
.step-list { display: grid; gap: 0; margin: 36px 0; padding: 0; list-style: none; }
.step-list li { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 0 0 34px; }
.step-list li:not(:last-child)::after { content: ""; position: absolute; top: 48px; bottom: 0; left: 23px; width: 2px; background: var(--border); }
.step-list li > span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 900; }
.step-list p { margin: 0; color: var(--muted); }
.message-preview { margin: 0 0 24px; padding: 18px; color: var(--ink); background: #d9fdd3; border-radius: 18px 18px 4px 18px; text-align: left; box-shadow: 0 12px 26px rgba(30,59,52,.08); }
.message-preview span { display: block; margin-bottom: 4px; color: #52705f; font-size: 11px; font-weight: 800; }
.message-preview p { margin: 0; line-height: 1.6; }

.faq { padding-top: 28px; background: var(--white); }
.faq details { border-top: 1px solid var(--border); }
.faq details:last-child { border-bottom: 1px solid var(--border); }
.faq summary { position: relative; padding: 22px 54px 22px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 17px; right: 8px; display: grid; width: 34px; height: 34px; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -4px 0 22px; color: var(--muted); }

.final-cta { padding: 94px 0; color: var(--white); background: linear-gradient(135deg, var(--green-deep), var(--green)); text-align: center; }
.section-label-light { color: #afd6cd; }
.final-cta > div > p:not(.section-label):not(.final-note) { color: rgba(255,255,255,.72); }
.intent-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0 14px; }
.intent-links a { display: flex; min-height: 52px; align-items: center; justify-content: center; padding: 10px 14px; color: var(--white); border: 1px solid rgba(255,255,255,.34); border-radius: 14px; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 850; text-decoration: none; }
.intent-links a:hover { background: rgba(255,255,255,.14); }
.intent-links a:focus-visible { outline: 3px solid #ef9e36; outline-offset: 3px; }
.final-note { margin: 14px 0 0; color: rgba(255,255,255,.7); font-size: 12px; }
.salon { padding: 64px 0; background: var(--sand); }
.salon-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.salon h2 { margin-bottom: 0; font-size: clamp(27px, 3vw, 40px); }
.salon-grid p { margin-top: 0; }
.site-footer { padding: 42px 0; color: rgba(255,255,255,.72); background: #102722; font-size: 12px; }
.site-footer strong { color: var(--white); font-size: 16px; }
.mobile-sticky { display: none; }

@media (max-width: 840px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .container, .narrow { width: min(100% - 30px, 680px); }
  .header-inner { min-height: 62px; }
  .header-cta { display: none; }
  .hero { padding: 28px 0 50px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-copy { display: contents; }
  .hero-kicker { order: 1; }
  .hero-copy h1 { order: 2; }
  .hero-lead { order: 3; }
  .hero-visual { order: 4; }
  .hero-points { order: 5; }
  .hero-copy > .button { order: 6; }
  .microcopy { order: 7; }
  .send-guide { order: 8; }
  h1 { font-size: clamp(40px, 12.3vw, 58px); }
  .hero-lead { margin: 19px 0 16px; font-size: 16px; line-height: 1.75; }
  .hero-points { margin: 18px 0; }
  .hero .button { width: 100%; }
  .send-guide { gap: 5px; padding: 13px 9px; }
  .send-guide strong { font-size: 10px; }
  .hero-visual { min-height: 220px; margin: 0 10px; }
  .hero-main-photo { inset: 0; }
  .hero-main-photo::before { inset: -10px 10px 10px -10px; border-radius: 26px; }
  .hero-main-photo img { border-radius: 22px; }
  .hero-sub-photo { display: none; }
  .hero-visual figcaption { top: auto; bottom: 12px; }
  .trust-grid { grid-template-columns: 1fr; padding-block: 10px; }
  .trust-grid > div { padding: 14px 2px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 6px; }
  .feature-grid { grid-template-columns: 1fr; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .real-workplace .container { grid-template-columns: 1fr; gap: 28px; }
  .workplace-gallery { grid-template-columns: 1.2fr .8fr; gap: 10px; }
  .workplace-gallery img { min-height: 280px; }
  .work-grid { grid-template-columns: 1fr; gap: 14px; }
  .work-grid article.work-featured { margin-top: 10px; transform: none; }
  .owner-message { padding-left: 42px; }
  .owner-message::before { top: -18px; font-size: 100px; }
  .salon-grid { grid-template-columns: 1fr; gap: 12px; }
  .intent-links { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(38,53,47,.1); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
  .mobile-sticky a { display: flex; min-height: 54px; align-items: center; justify-content: center; color: var(--white); background: var(--line); border-radius: 999px; font-weight: 900; text-decoration: none; box-shadow: 0 10px 24px rgba(6,199,85,.24); }
}

@media (max-width: 440px) {
  h1 { font-size: 41px; }
  h2 { font-size: 31px; }
  .hero-kicker { margin-bottom: 12px; font-size: 11px; letter-spacing: .08em; }
  .hero-points li { font-size: 11px; }
  .hero-visual { min-height: 205px; }
  .empathy-grid article { padding: 22px 20px 22px 72px; }
  .empathy-grid article > span { top: 22px; left: 18px; width: 38px; height: 38px; }
  .feature-grid article, .work-grid article { padding: 24px; }
  .workplace-gallery img { min-height: 240px; }
  .owner-message { padding-left: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
