/* ちさの相談室 lien — 新デザイン
   Palette: rose #d16f8e / deep-rose #b4547a / cream #fdf7f3 / ink #38323a / muted #8a7f86 */
:root{
  --rose:#d16f8e; --rose-deep:#b4547a; --rose-soft:#f6dfe7;
  --cream:#fdf7f3; --cream-2:#f7ece4; --card:#ffffff;
  --ink:#38323a; --muted:#8a7f86; --line:#ecdfe0;
  --line-green:#06C755;
  --serif:"Noto Serif JP",serif; --sans:"Noto Sans JP",sans-serif;
  --radius:20px; --shadow:0 10px 30px rgba(150,90,110,.10); --shadow-sm:0 4px 14px rgba(150,90,110,.08);
  --wrap:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--cream);line-height:1.85;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.narrow{max-width:760px;margin:0 auto;padding:0 20px}
h1,h2,h3{font-family:var(--serif);font-weight:600;line-height:1.4;letter-spacing:.01em}
section{padding:76px 0}
.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.22em;color:var(--rose-deep);font-weight:700;margin-bottom:.8rem}
.sec-title{font-size:1.85rem;text-align:center;margin-bottom:.5rem}
.sec-lead{text-align:center;color:var(--muted);margin-bottom:2.6rem;font-size:.98rem}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;font-weight:700;font-family:var(--sans);
  padding:.85rem 1.7rem;border-radius:999px;transition:transform .15s,box-shadow .15s,background .15s;cursor:pointer;border:none;font-size:.98rem}
.btn-line{background:var(--line-green);color:#fff;box-shadow:0 6px 18px rgba(6,199,85,.28)}
.btn-line:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(6,199,85,.34)}
.btn-rose{background:var(--rose);color:#fff;box-shadow:0 6px 18px rgba(180,84,122,.24)}
.btn-rose:hover{transform:translateY(-2px);background:var(--rose-deep)}
.btn-ghost{background:transparent;border:1.5px solid var(--rose);color:var(--rose-deep)}
.btn-ghost:hover{background:var(--rose-soft)}

/* header */
.hd{position:sticky;top:0;z-index:100;background:rgba(253,247,243,.9);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.hd__in{display:flex;align-items:center;justify-content:space-between;height:66px}
.brand{font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--ink)}
.brand span{color:var(--rose-deep)}
.nav{display:flex;align-items:center;gap:1.5rem}
.nav a{font-size:.9rem;color:var(--ink);font-weight:500}
.nav a:hover{color:var(--rose-deep)}
.nav .btn{padding:.6rem 1.2rem;font-size:.85rem}
.burger{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink)}

/* hero */
.hero{background:linear-gradient(160deg,#fdeef0 0%,var(--cream) 55%);position:relative;overflow:hidden}
.hero__in{text-align:center;padding:64px 20px 20px}
.hero h1{font-size:2.5rem;line-height:1.5;margin-bottom:1.1rem}
.hero h1 em{font-style:normal;color:var(--rose-deep);background:linear-gradient(transparent 62%,var(--rose-soft) 62%)}
.hero__sub{color:var(--muted);font-size:1.05rem;max-width:640px;margin:0 auto 1.4rem}
.hero__note{font-size:.85rem;color:var(--muted);margin-top:1rem}

/* 2 pillars */
.pillars{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:900px;margin:2.4rem auto 0}
.pillar{background:var(--card);border-radius:var(--radius);padding:2.1rem 1.8rem;box-shadow:var(--shadow);border:1px solid var(--line);text-align:left;position:relative;transition:transform .18s}
.pillar:hover{transform:translateY(-4px)}
.pillar__tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;color:#fff;background:var(--rose);padding:.28rem .8rem;border-radius:999px;margin-bottom:1rem}
.pillar:nth-child(2) .pillar__tag{background:var(--rose-deep)}
.pillar h3{font-size:1.3rem;margin-bottom:.6rem}
.pillar p{font-size:.92rem;color:var(--muted);margin-bottom:1rem}
.pillar ul{list-style:none;font-size:.88rem;margin-bottom:1.3rem}
.pillar li{padding-left:1.3em;position:relative;margin-bottom:.35rem}
.pillar li::before{content:"♡";position:absolute;left:0;color:var(--rose)}
.pillar__price{font-family:var(--serif);color:var(--rose-deep);font-size:1.05rem;margin-bottom:1rem}
.pillar__price b{font-size:1.5rem}
.pillar .btn{width:100%}

/* strengths */
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.scard{background:var(--card);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line)}
.scard img{aspect-ratio:3/2;object-fit:cover;width:100%}
.scard__b{padding:1.4rem}
.scard h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--rose-deep)}
.scard p{font-size:.9rem;color:var(--muted)}

/* worries */
.worries{background:var(--cream-2)}
.worry-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;max-width:820px;margin:0 auto}
.worry-list span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.6rem 1.2rem;font-size:.9rem;box-shadow:var(--shadow-sm)}

/* profile */
.profile{display:grid;grid-template-columns:200px 1fr;gap:2.4rem;align-items:center;background:var(--card);border-radius:var(--radius);padding:2.6rem;box-shadow:var(--shadow);border:1px solid var(--line)}
.profile__ph{width:180px;height:180px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow);margin:0 auto}
.profile h3{font-size:1.35rem;margin-bottom:.2rem}
.profile__role{color:var(--muted);font-size:.85rem;margin-bottom:1rem}
.profile__creds{display:flex;flex-wrap:wrap;gap:8px;margin-top:1rem}
.profile__creds span{font-size:.78rem;background:var(--rose-soft);color:var(--rose-deep);padding:.3rem .8rem;border-radius:999px;font-weight:600}

/* 相談の流れ */
.flow{list-style:none;counter-reset:step}
.flow li{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:1.2rem 1.4rem 1.2rem 1.4rem;margin-bottom:.9rem;box-shadow:var(--shadow-sm)}
.flow li b{display:block;color:var(--rose-deep);font-family:var(--serif);font-size:1.05rem;margin-bottom:.25rem}
.flow li span{font-size:.9rem;color:var(--muted)}

/* 番号付きステップ */
.steps{counter-reset:st;list-style:none;max-width:720px;margin:0 auto}
.steps>li{position:relative;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.4rem 1.5rem 1.4rem 4rem;margin-bottom:1rem;box-shadow:var(--shadow-sm)}
.steps>li::before{counter-increment:st;content:counter(st,decimal-leading-zero);position:absolute;left:1.2rem;top:1.4rem;font-family:var(--serif);color:var(--rose);font-weight:700;font-size:1.15rem}
.steps h3{font-size:1.08rem;margin-bottom:.5rem}
.steps p{font-size:.92rem;color:var(--muted);margin:.3rem 0}
.steps ul{margin:.5rem 0 0;padding-left:1.2em;font-size:.88rem;color:var(--ink)}
.steps ul li{margin-bottom:.2rem}
.flow-cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:1.6rem}

/* 由来の引用ブロック */
.quote-block{background:var(--card);border-left:4px solid var(--rose);border-radius:0 14px 14px 0;padding:1.6rem 1.8rem;box-shadow:var(--shadow-sm);font-size:.98rem;line-height:1.95}
.quote-block .term{font-family:var(--serif);color:var(--rose-deep);font-weight:600}

/* チェックリスト */
.clist{list-style:none}
.clist li{position:relative;padding:.55rem 0 .55rem 1.8em;border-bottom:1px dashed var(--line);font-size:.95rem}
.clist li:last-child{border-bottom:none}
.clist li::before{content:"♡";position:absolute;left:.2em;color:var(--rose)}

/* できないケースの注意ボックス */
.notice{background:#fdeef0;border:1px solid var(--rose-soft);border-radius:var(--radius);padding:1.6rem 1.8rem;font-size:.93rem}
.notice ul{list-style:none;margin:.6rem 0}
.notice li{position:relative;padding:.35rem 0 .35rem 1.4em}
.notice li::before{content:"×";position:absolute;left:0;color:var(--rose-deep);font-weight:700}
.notice .note{margin-top:.9rem;color:var(--muted);font-size:.88rem}

/* 法務ページ */
.legal{padding:56px 0}
.legal h1{font-size:1.7rem;margin-bottom:.4rem}
.legal .lead{color:var(--muted);font-size:.92rem;margin-bottom:2rem}
.legal h2{font-size:1.15rem;color:var(--rose-deep);margin:1.8rem 0 .6rem}
.legal p,.legal li{font-size:.92rem;color:var(--ink)}
.legal ul{padding-left:1.2em;margin:.4rem 0}
.dl{border-top:1px solid var(--line)}
.dl__row{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:.9rem 0;border-bottom:1px solid var(--line)}
.dl__row dt{font-weight:700;font-size:.9rem}
.dl__row dd{font-size:.9rem;color:var(--ink)}
@media(max-width:640px){.dl__row{grid-template-columns:1fr;gap:.2rem}}

/* 認定証（画像＋氏名オーバーレイ） */
.cert-wrap{max-width:620px;margin:1.8rem auto 0;text-align:center}
.cert-cap{font-size:.82rem;color:var(--muted);margin-bottom:.7rem}
.cert-img{position:relative;container-type:inline-size;line-height:0;border-radius:6px;overflow:hidden;box-shadow:var(--shadow)}
.cert-img img{width:100%}
.cert-name{position:absolute;left:41%;top:51.5%;transform:translate(-50%,-50%);font-family:"Hiragino Mincho ProN","Yu Mincho",serif;color:#2b2b2b;font-size:3.4cqw;font-weight:600;letter-spacing:.14em;white-space:nowrap}
.cert-view{display:inline-block;margin-top:.9rem;font-size:.82rem;color:var(--rose-deep);font-family:var(--sans);font-weight:600}

/* pricing preview / table */
.price-note{background:var(--rose-soft);border-radius:var(--radius);padding:1.6rem 1.8rem;max-width:820px;margin:1.8rem auto 0;font-size:.92rem}
.ptable{width:100%;border-collapse:collapse;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);font-size:.9rem}
.ptable th,.ptable td{padding:.9rem 1rem;border-bottom:1px solid var(--line);text-align:center}
.ptable thead th{background:var(--cream-2);font-family:var(--serif);color:var(--rose-deep)}
.ptable td:first-child,.ptable th:first-child{text-align:left}
.ptable tr:last-child td{border-bottom:none}
.table-scroll{overflow-x:auto}

/* CTA band */
.cta{background:linear-gradient(140deg,var(--rose) 0%,var(--rose-deep) 100%);color:#fff;text-align:center;border-radius:calc(var(--radius) + 6px);padding:3rem 1.5rem;max-width:900px;margin:0 auto}
.cta h2{color:#fff;font-size:1.7rem;margin-bottom:.6rem}
.cta p{opacity:.95;margin-bottom:1.6rem}

/* faq */
.faq details{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:.7rem;overflow:hidden}
.faq summary{padding:1.1rem 1.4rem;cursor:pointer;font-weight:600;list-style:none;position:relative}
.faq summary::after{content:"+";position:absolute;right:1.3rem;color:var(--rose);font-size:1.3rem}
.faq details[open] summary::after{content:"–"}
.faq .a{padding:0 1.4rem 1.2rem;color:var(--muted);font-size:.92rem}

/* footer */
.ft{background:#2c262d;color:#cbc2c8;padding:48px 0 28px;font-size:.85rem}
.ft__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.ft h4{color:#fff;font-size:.9rem;margin-bottom:.8rem}
.ft a{color:#cbc2c8}.ft a:hover{color:#fff}
.ft ul{list-style:none}.ft li{margin-bottom:.4rem}
.ft__brand{font-family:var(--serif);color:#fff;font-size:1.1rem;margin-bottom:.5rem}
.ft__bottom{border-top:1px solid #463f47;padding-top:1.2rem;text-align:center;font-size:.78rem;color:#9a8f96}

/* 対応状況バー */
.statusbar{display:none;text-align:center;font-size:.86rem;padding:.55rem 1rem;font-weight:600;line-height:1.5}
.statusbar .live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.45em;vertical-align:middle}
.statusbar--ok{background:#e6f7ec;color:#1c7c43}
.statusbar--ok .live-dot{background:#25c05e;animation:pulse 1.6s infinite}
.statusbar--busy{background:#fdeaea;color:#c0392b}
.statusbar--busy .live-dot{background:#c0392b}
.statusbar--away{background:#eeeeee;color:#555}
.statusbar--away .live-dot{background:#999}
.statusbar__time{opacity:.7;margin-left:.35em;font-weight:400;font-size:.92em}
.statusbar__cta{margin-left:.7em;color:var(--rose-deep);text-decoration:underline}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,192,94,.55)}70%{box-shadow:0 0 0 7px rgba(37,192,94,0)}100%{box-shadow:0 0 0 0 rgba(37,192,94,0)}}

/* 今すぐ購入プラン */
.buyrow{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:720px;margin:0 auto}
.buycard{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.6rem;text-align:center;box-shadow:var(--shadow-sm)}
.buycard h3{font-size:1.2rem;margin-bottom:.4rem}
.buycard .amt{font-family:var(--serif);color:var(--rose-deep);font-size:2rem;margin:.3rem 0 1.1rem}
.buycard .amt small{font-size:.8rem;color:var(--muted)}
.buycard .btn{width:100%}
.buysteps{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap;margin:0 auto 2rem;max-width:720px;color:var(--muted);font-size:.9rem}
.buysteps b{color:var(--rose-deep)}
@media(max-width:640px){.buyrow{grid-template-columns:1fr}}

/* ブログ記事 */
.post{max-width:720px;margin:0 auto}
.post .tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;color:#fff;background:var(--rose);padding:.28rem .8rem;border-radius:999px;margin-bottom:1rem}
.post h1{font-size:1.7rem;line-height:1.55;margin-bottom:1.4rem}
.post h2{font-size:1.25rem;margin:1.8rem 0 .8rem;color:var(--rose-deep)}
.post p{margin-bottom:1.1rem;font-size:1rem;line-height:1.95}
.post strong{color:var(--rose-deep)}
.post ul,.post ol{margin:0 0 1.1rem 1.3em;font-size:1rem;line-height:1.9}

/* コラム一覧 */
.collist{max-width:760px;margin:0 auto;list-style:none;padding:0}
.collist h2{font-size:1.2rem;color:var(--rose-deep);margin:2.2rem 0 .6rem;border-bottom:1px solid var(--line);padding-bottom:.4rem}
.collist a{display:block;padding:.7rem .2rem;border-bottom:1px dashed var(--line);font-size:.95rem;color:var(--ink)}
.collist a:hover{color:var(--rose-deep)}

/* floating line */
.fab{position:fixed;right:18px;bottom:18px;z-index:200;display:inline-flex;align-items:center;gap:.5em;background:var(--line-green);color:#fff;font-weight:700;font-size:.92rem;padding:.75rem 1.2rem;border-radius:999px;box-shadow:0 8px 22px rgba(0,0,0,.22)}
.fab small{display:block;font-size:.68em;font-weight:500;opacity:.95}

.mt{margin-top:1.4rem}.center{text-align:center}

/* responsive */
@media(max-width:860px){
  .nav{display:none}.burger{display:block}
  .nav.open{display:flex;position:absolute;top:66px;left:0;right:0;flex-direction:column;background:var(--cream);padding:1rem 20px;gap:1rem;border-bottom:1px solid var(--line)}
  .grid3{grid-template-columns:1fr}
  .profile{grid-template-columns:1fr;text-align:center;padding:2rem 1.4rem}
  .ft__grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero h1{font-size:1.9rem}.pillars{grid-template-columns:1fr}
  .sec-title{font-size:1.5rem}section{padding:56px 0}
}
