/* ============================================================
   Anchor LP 共通の見た目（3本で仕様がバラけないよう1か所にまとめる）
   骨格・色・書体はコーポレートのモック（anchor_hp_mock4）と同じ
   色は #417AD8 に統一。これより暗い面・線は作らない
   ============================================================ */
:root{
  --black:#000;
  --gray:#828282;
  --line:#d5d5d5;      /* 点線（区切り） */
  --hair:#e6e6e6;      /* 実線（面の縁） */
  --bgsoft:#f2f6fb;
  --blue:#417ad8;
  --accent:#f5a623;
  --wrap:1240px;
  --inner:1000px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic Medium",sans-serif;
  font-size:17px;line-height:1.95;color:var(--black);background:#fff;
  -webkit-font-smoothing:antialiased;
  font-feature-settings:"palt" 1;
  line-break:strict;            /* 日本語の禁則 */
  overflow-wrap:normal;
  word-break:normal;
}
h1,h2,h3,p,li,dd,summary{text-wrap:pretty}   /* 行末の孤立を減らす */
.stitle h2,.hero h1,.herofilm h1,.feat h3,.issue h3,.cta h2{text-wrap:balance}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.inner{max-width:var(--inner);margin:0 auto;padding:0 20px}
:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}

/* ---- 斜めの淡い地（言われないと気づかない濃さに留める）---- */
.slant{position:relative;overflow:hidden}
.slant::before{
  content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(115deg,#fff 0 30%,#fafcff 46% 56%,#fff 72% 100%),
    linear-gradient(180deg,#fdfeff,#fff 55%);
}

/* ============ ヘッダー ============ */
header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--hair)}
.hd{display:flex;align-items:center;gap:28px;height:92px}
.logo{display:flex;flex-direction:column;align-items:flex-start;gap:2px;flex:none}
.logo img{width:150px;height:auto;display:block}
.logo small{font-size:11.5px;color:var(--gray);letter-spacing:.02em;line-height:1.4;
            border-bottom:2px solid var(--blue);padding-bottom:3px;margin-bottom:2px}
.hd .lock{display:flex;align-items:center;gap:24px;flex:none}
.hd .smemark{height:56px;width:auto;border-left:1px solid #e4eaf3;padding-left:22px;opacity:1}
@media(max-width:1180px){.hd .smemark{display:none}}
nav.gn{display:flex;gap:22px;font-size:15.5px;font-weight:700}
nav.gn a{position:relative;padding:6px 8px;white-space:nowrap}
nav.gn a::after{content:"";position:absolute;left:8px;right:100%;bottom:0;height:2px;background:var(--blue);transition:right .25s}
nav.gn a:hover::after{right:8px}
.hd .sp{margin-left:auto;display:flex;align-items:center;gap:12px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  height:46px;padding:0 22px;border-radius:6px;font-weight:700;font-size:15px;white-space:nowrap;
  transition:transform .15s,box-shadow .15s,background-color .15s,color .15s;
}
.btn-fill{background:var(--accent);color:#000}
.btn-fill:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(245,166,35,.35)}
.btn-line{background:#fff;color:var(--blue);border:2px solid var(--blue)}
.btn-line:hover{background:var(--blue);color:#fff}

/* ============ ヒーロー ============ */
.hero{padding:64px 0 36px}
.hero .grid{display:grid;grid-template-columns:1fr 520px;gap:32px;align-items:center}
.hero .eyebrow{
  display:inline-block;font-size:14px;font-weight:700;color:var(--blue);
  letter-spacing:.06em;border:1.5px solid var(--blue);border-radius:999px;
  padding:5px 16px;margin-bottom:20px;
}
.hero h1{font-size:52px;font-weight:900;line-height:1.32;letter-spacing:.01em;margin-bottom:26px}
.hero .lead{font-size:20px;font-weight:700;line-height:1.95;margin-bottom:24px}
.hero .lead span{color:#4a5563;font-weight:500;display:block;font-size:17px;line-height:2;margin-top:10px}

/* 権威バッジ（実績数字は載せない） */
.laurel{display:flex;align-items:center;gap:10px;margin:22px 0 26px}
.laurel .lf{width:24px;height:52px;flex:none}
.laurel .mid{display:flex;flex-direction:column;align-items:center;gap:1px;line-height:1.45}
.laurel .mid>*{display:block}
.laurel .t{font-size:11.5px;font-weight:700;color:#a8862c;letter-spacing:.04em}
.laurel .m{font-size:19px;font-weight:900;letter-spacing:.01em}
.laurel .b{font-size:11px;color:var(--gray)}

/* 大きな入口 */
.bigbox{display:flex;align-items:center;border:2px solid var(--blue);border-radius:10px;overflow:hidden;background:#fff;max-width:540px}
.bigbox .t{flex:1;padding:16px 20px;font-size:15px;font-weight:700}
.bigbox .t small{display:block;font-weight:400;color:var(--gray);font-size:13px}
.bigbox .go{width:72px;align-self:stretch;background:var(--blue);display:flex;align-items:center;justify-content:center;transition:background .2s}
.bigbox:hover .go{background:#5a91e0}

/* 右の円 */
.circleart{position:relative;width:520px;height:520px}
.circleart .photo{
  position:absolute;left:48px;top:26px;width:400px;height:400px;border-radius:50%;
  background:linear-gradient(140deg,#eef3fb,#dde8f7);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.circleart .photo svg{width:100%;height:100%}
.circleart .cl{stroke:none;fill:var(--blue);font-size:13px;font-weight:700;text-anchor:middle}
.circleart .cs{stroke:none;fill:#8aa3c4;font-size:11px;font-weight:500;text-anchor:middle}
.circleart .ring{position:absolute;inset:0}
.circleart .dot{position:absolute;border-radius:50%}
.d1{width:96px;height:96px;background:linear-gradient(140deg,#7fa9e9,var(--blue));right:12px;top:56px;animation:float 6s ease-in-out infinite}
.d2{width:50px;height:50px;background:#e8f0fd;left:6px;top:232px;animation:float 7.5s ease-in-out infinite .6s}
.d3{width:32px;height:32px;background:var(--accent);left:96px;bottom:68px;animation:float 5s ease-in-out infinite 1.2s}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* ============ タグ帯 ============ */
.tagband{
  padding:24px 0 6px;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 56px,#000 calc(100% - 56px),transparent);
          mask-image:linear-gradient(90deg,transparent,#000 56px,#000 calc(100% - 56px),transparent);
}
.tagrow{display:flex;gap:12px;width:max-content;animation:slide 46s linear infinite}
.tagband:hover .tagrow{animation-play-state:paused}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 6px))}}
.tag{padding:10px 22px;border-radius:999px;background:var(--bgsoft);font-size:15px;font-weight:700;white-space:nowrap;transition:background .2s,color .2s}
.tag:hover{background:var(--blue);color:#fff}

/* ============ 認定帯 ============ */
.certband{border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);margin-top:22px;padding:22px 0;background:#fff}
.certs{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 44px;font-size:15px;color:#333}
.certs b{font-weight:700}

/* ============ セクション見出し ============ */
.sec{padding:88px 0}
.sec.soft{background:var(--bgsoft)}
.stitle{text-align:center;margin-bottom:52px}
.stitle h2{font-size:41px;font-weight:900;line-height:1.4;letter-spacing:.02em}
.stitle .en{display:block;margin-top:8px;font-size:12.5px;font-weight:700;color:var(--blue);letter-spacing:.18em}
.hr-dot{border:0;border-top:1px dotted var(--line);margin:0}

/* ============ イメージ映像の帯 ============ */
.filmband{padding:84px 0 92px;background:var(--bgsoft)}
.filmband .screen{
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08);
  aspect-ratio:568/296;
}
.filmband .screen svg{width:100%;height:100%;display:block}

/* ---- 映像（16秒で1周・5場面）。3本のLPで同じ時間軸を使う ---- */
.film{--T:16s}
.film text{stroke:none}
.film .sc,.film .cp{opacity:0}
.film .sc{transform-box:fill-box;transform-origin:center}
.film .cp{transform-box:fill-box;transform-origin:left center}
@keyframes sc1{0%{opacity:0;transform:translateX(16px)}3%,18%{opacity:1;transform:none}21%,100%{opacity:0;transform:translateX(-16px)}}
@keyframes sc2{0%,21%{opacity:0;transform:translateX(16px)}24%,35%{opacity:1;transform:none}38%,100%{opacity:0;transform:translateX(-16px)}}
@keyframes sc3{0%,38%{opacity:0;transform:translateX(16px)}41%,56%{opacity:1;transform:none}59%,100%{opacity:0;transform:translateX(-16px)}}
@keyframes sc4{0%,59%{opacity:0;transform:translateX(16px)}62%,77%{opacity:1;transform:none}80%,100%{opacity:0;transform:translateX(-16px)}}
@keyframes sc5{0%,80%{opacity:0;transform:translateX(16px)}83%,97%{opacity:1;transform:none}100%{opacity:0}}
.film .s1{animation:sc1 var(--T) infinite}
.film .s2{animation:sc2 var(--T) infinite}
.film .s3{animation:sc3 var(--T) infinite}
.film .s4{animation:sc4 var(--T) infinite}
.film .s5{animation:sc5 var(--T) infinite}
@keyframes cp1{0%{opacity:0;transform:scale(.86)}4%{opacity:1;transform:scale(1.04)}6%,18%{transform:scale(1)}21%,100%{opacity:0}}
@keyframes cp2{0%,21%{opacity:0;transform:scale(.86)}25%{opacity:1;transform:scale(1.04)}27%,35%{transform:scale(1)}38%,100%{opacity:0}}
@keyframes cp3{0%,38%{opacity:0;transform:scale(.86)}42%{opacity:1;transform:scale(1.04)}44%,56%{transform:scale(1)}59%,100%{opacity:0}}
@keyframes cp4{0%,59%{opacity:0;transform:scale(.86)}63%{opacity:1;transform:scale(1.04)}65%,77%{transform:scale(1)}80%,100%{opacity:0}}
@keyframes cp5{0%,80%{opacity:0;transform:scale(.86)}84%{opacity:1;transform:scale(1.04)}86%,97%{transform:scale(1)}100%{opacity:0}}
.film .c1{animation:cp1 var(--T) infinite}
.film .c2{animation:cp2 var(--T) infinite}
.film .c3{animation:cp3 var(--T) infinite}
.film .c4{animation:cp4 var(--T) infinite}
.film .c5{animation:cp5 var(--T) infinite}
.film .ul{stroke-dasharray:1;stroke-dashoffset:1}
@keyframes ul1{0%,4%{stroke-dashoffset:1}9%,100%{stroke-dashoffset:0}}
@keyframes ul2{0%,25%{stroke-dashoffset:1}30%,100%{stroke-dashoffset:0}}
@keyframes ul3{0%,42%{stroke-dashoffset:1}47%,100%{stroke-dashoffset:0}}
@keyframes ul4{0%,63%{stroke-dashoffset:1}68%,100%{stroke-dashoffset:0}}
@keyframes ul5{0%,84%{stroke-dashoffset:1}89%,100%{stroke-dashoffset:0}}
.film .u1{animation:ul1 var(--T) infinite}
.film .u2{animation:ul2 var(--T) infinite}
.film .u3{animation:ul3 var(--T) infinite}
.film .u4{animation:ul4 var(--T) infinite}
.film .u5{animation:ul5 var(--T) infinite}
@keyframes tapring{0%,24%{opacity:0;transform:scale(.4)}28%{opacity:.9;transform:scale(1)}34%,100%{opacity:0;transform:scale(1.9)}}
@keyframes callring{0%,41%{opacity:0;transform:scale(.6)}46%{opacity:.55;transform:scale(1)}54%,100%{opacity:0;transform:scale(1.7)}}
.film .tapring {transform-box:fill-box;transform-origin:center;animation:tapring  var(--T) infinite}
.film .callring{transform-box:fill-box;transform-origin:center;animation:callring var(--T) infinite}
.film .big  {fill:#111;font-size:27px;font-weight:900}
.film .small{fill:var(--gray);font-size:13.5px;font-weight:500}
.film .ui   {fill:var(--blue);font-size:14.5px;font-weight:700;text-anchor:middle}
.film .uis  {fill:#8AA3C4;font-size:12.5px;font-weight:500;text-anchor:middle}
.film .uiw  {fill:#fff;font-size:15px;font-weight:700;text-anchor:middle}
.film .clock{fill:#111;font-size:30px;font-weight:900;text-anchor:middle}

/* ============ 課題ブロック ============ */
.issue{padding:38px 0}
.issue+.issue{border-top:1px dotted var(--line)}
.issue .row{display:grid;grid-template-columns:380px 1fr;gap:52px}
.label{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;margin-bottom:10px}
.label::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--blue);flex:none}
.issue h3{font-size:29px;font-weight:900;line-height:1.5}
.issue p{font-size:16.5px;line-height:2.05}
.ans{margin-top:20px;display:flex;align-items:flex-start;gap:10px;font-size:16.5px;line-height:2.05}
.ans .k{flex:none;background:var(--blue);color:#fff;font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px;margin-top:2px}

/* ============ 円アイコン横並び ============ */
.genres{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.genre{text-align:center;display:block;padding:8px 0}
.genre .ic{
  width:124px;height:124px;border-radius:50%;margin:0 auto 16px;
  background:linear-gradient(140deg,#7fa9e9,var(--blue));
  display:flex;align-items:center;justify-content:center;
  transition:transform .3s,box-shadow .3s;
}
.genre:hover .ic{transform:translateY(-8px);box-shadow:0 16px 30px rgba(65,122,216,.28)}
.genre b{display:block;font-size:18px;font-weight:700;line-height:1.6}
.genre small{display:block;font-size:14px;color:var(--gray);margin-top:6px;line-height:1.8}

/* ============ 白カード ============ */
.cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:56px}
.card{background:#fff;border-radius:10px;padding:52px 38px 34px;position:relative;
      box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08);
      transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-6px);box-shadow:0 2px 4px rgba(16,32,64,.08),0 18px 40px rgba(16,32,64,.14)}
.card .cic{position:absolute;left:-20px;top:-20px;width:96px;height:96px;border-radius:50%;
           background:linear-gradient(140deg,#7fa9e9,var(--blue));display:flex;align-items:center;justify-content:center}
.card h3{font-size:22px;font-weight:900;text-align:right;padding-bottom:16px;border-bottom:1px solid var(--hair);margin-bottom:20px}
.card ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:4px 20px}
.card li{font-size:14px;padding-left:16px;position:relative;line-height:2.2}
.card li::before{content:"";position:absolute;left:2px;top:.78em;width:6px;height:6px;
  border-right:1.6px solid var(--blue);border-bottom:1.6px solid var(--blue);transform:rotate(-45deg)}

/* ============ 料金 ============ */
.price{max-width:760px;margin:0 auto;background:#fff;border-radius:12px;padding:44px 44px 36px;
       box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08);text-align:center}
.price .amount{font-size:52px;font-weight:900;line-height:1.2;letter-spacing:.01em}
.price .amount small{font-size:18px;font-weight:700}
.price .unit{font-size:15px;color:var(--gray);margin-top:6px}
.price dl{margin-top:28px;text-align:left;font-size:14.5px}
.price dl div{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:13px 0;border-bottom:1px dotted var(--line)}
.price dl div:last-child{border-bottom:0}
.price dt{font-weight:700}
.price .note{margin-top:20px;font-size:13px;color:var(--gray);line-height:1.9;text-align:left}

/* ============ 流れ ============ */
.flow{display:grid;grid-template-columns:repeat(3,1fr)}
.step{position:relative;padding:0 26px;text-align:center}
.step+.step::before{content:"";position:absolute;left:0;top:52px;width:1px;height:calc(100% - 60px);border-left:1px dotted var(--line)}
.step .n{width:56px;height:56px;border-radius:50%;border:2px solid var(--blue);display:flex;align-items:center;justify-content:center;
         margin:0 auto 18px;font-size:20px;font-weight:900}
.step b{display:block;font-size:21px;font-weight:900;margin-bottom:10px}
.step p{font-size:16px;line-height:2;color:#333}

/* ============ よくある質問 ============ */
.faq{max-width:820px;margin:0 auto}
.faq details{border-bottom:1px dotted var(--line);padding:4px 0}
.faq summary{list-style:none;cursor:pointer;padding:20px 44px 20px 34px;font-size:16.5px;font-weight:700;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary::before{content:"Q";position:absolute;left:0;top:20px;color:var(--blue);font-weight:900}
.faq summary::after{content:"";position:absolute;right:8px;top:28px;width:9px;height:9px;
  border-right:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(45deg);transition:transform .25s}
.faq details[open] summary::after{transform:rotate(-135deg)}
.faq .a{padding:0 8px 22px 34px;font-size:15px;line-height:2.1;color:#333;position:relative}
.faq .a::before{content:"A";position:absolute;left:0;top:0;color:var(--gray);font-weight:900}

/* ============ CTA ============ */
.cta{background:var(--blue);color:#fff;padding:80px 0;text-align:center}
.cta h2{font-size:36px;font-weight:900;line-height:1.5;margin-bottom:14px}
.cta p{font-size:17px;color:#eaf1fb;margin-bottom:30px;line-height:2}
.cta .mail{display:inline-flex;align-items:center;gap:12px;background:#fff;color:var(--blue);
           font-size:22px;font-weight:900;padding:20px 40px;border-radius:10px;
           transition:transform .15s,box-shadow .15s}
.cta .mail:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.25)}
.cta .tel{margin-top:20px;font-size:15px;color:#dfe9f8}

/* ============ フッター ============ */
footer{background:#fff;padding:52px 0 38px;font-size:14px}
.fgrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding-bottom:34px;border-bottom:1px dotted var(--line)}
.fgrid h4{font-size:12px;font-weight:700;letter-spacing:.08em;color:#666;margin-bottom:14px}
.fgrid ul{list-style:none}
.fgrid li{padding:4px 0;font-size:13.5px;color:#444}
.fgrid a{text-underline-offset:4px}
.fgrid a:hover{color:var(--blue);text-decoration:underline}
.copy{padding-top:24px;text-align:center;color:var(--gray);font-size:12.5px}

/* ============ 動き ============ */
.rise{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.rise.on{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .rise{opacity:1;transform:none;transition:none}
  .tagrow,.d1,.d2,.d3{animation:none}
  .film *{animation:none!important}
  .film .sc,.film .cp{opacity:0}
  .film .s5,.film .c5{opacity:1}
  .film .ul{stroke-dashoffset:0}
  .film .tapring,.film .callring{opacity:0}
}

/* ============ 画面が狭いとき ============ */
@media(max-width:1439px){
  nav.gn{gap:16px;font-size:14px}
  .hd .sp .btn-line{display:none}
}
@media(max-width:1080px){
  .hero .grid{grid-template-columns:1fr}
  .circleart{width:100%;max-width:480px;height:480px;margin:0 auto}
  .circleart .photo{left:8%;width:78%;height:78%}
  .hero h1{font-size:40px}
  .genres{grid-template-columns:1fr 1fr}
  .cards{grid-template-columns:1fr}
  .issue .row{grid-template-columns:1fr;gap:18px}
  .flow{grid-template-columns:1fr;gap:34px}
  .step+.step::before{display:none}
  nav.gn,.hd .sp .btn-line{display:none}
  .fgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .hd{height:70px;gap:12px}
  .logo img{width:min(150px,40vw)}
  .logo small{display:none}
  .hd .sp .btn-fill{height:40px;padding:0 14px;font-size:13px}
  .hero h1{font-size:31px}
  .stitle h2{font-size:26px}
  .price{padding:32px 22px 28px}
  .price .amount{font-size:38px}
  .price dl div{grid-template-columns:1fr;gap:2px}
  .cta h2{font-size:24px}
  .cta .mail{font-size:16px;padding:16px 22px}
  .card ul{grid-template-columns:1fr}
  .fgrid{grid-template-columns:1fr}
}

/* ============================================================
   映像をヒーローにする（1スクロール以内に収める）
   画面の高さから逆算して映像の幅を決めるので、はみ出さない
   ============================================================ */
.herofilm{
  position:relative;overflow:hidden;
  min-height:calc(100svh - 92px);
  display:flex;flex-direction:column;justify-content:center;
  padding:26px 0 22px;
}
/* 地に写真（強くぼかしてあるので、質感だけが残る） */
.herofilm::after{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:var(--bg,none);
  background-size:cover;background-position:center 30%;
  opacity:.5;
  -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 46%,transparent 92%);
          mask-image:linear-gradient(180deg,#000 0%,#000 46%,transparent 92%);
}
/* 写真の上に白をかぶせて、見出しが浮くようにする */
.herofilm::before{content:"";position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.80) 34%, #fff 78%),
    radial-gradient(64% 54% at 10% 16%, #e9f0fb 0%, rgba(233,240,251,0) 62%),
    radial-gradient(56% 48% at 92% 76%, #eef4fd 0%, rgba(238,244,253,0) 64%),
    linear-gradient(180deg,#f6f9ff,#fff 72%);
}
/* 写真の上に薄い白をかけて、文字を読みやすくする */
.herofilm .wrap{position:relative;z-index:1}
.herofilm .head{
  position:relative;padding:20px 0 12px;
}
.herofilm .head::before{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:132%;height:190%;z-index:-1;pointer-events:none;
  background:radial-gradient(closest-side, rgba(255,255,255,.99) 0%, rgba(255,255,255,.95) 46%, rgba(255,255,255,.62) 72%, rgba(255,255,255,0) 100%);
}
.herofilm .head{text-align:center;margin-bottom:18px}
.herofilm .eyebrow{margin-bottom:12px}
.herofilm h1{
  font-size:clamp(29px,3.5vw,50px);font-weight:900;line-height:1.32;letter-spacing:.01em;
}
.herofilm h1 .sub{display:block;font-size:clamp(15px,1.35vw,18.5px);font-weight:500;color:#3a4453;
  margin-top:12px;line-height:1.95;text-shadow:0 1px 0 #fff,0 0 14px #fff,0 0 26px #fff}
.herofilm .screen{
  width:100%;
  border:1px solid rgba(65,122,216,.10);
  /* 484:296 の映像を、残りの高さに収まる幅までしか広げない */
  max-width:min(1120px, calc((100svh - 388px) * 1.92));
  margin:0 auto;
  background:#fff;border-radius:14px;overflow:hidden;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08);
  aspect-ratio:568/296;
}
.herofilm .screen svg{width:100%;height:100%;display:block}
.herofilm .foot{
  display:flex;align-items:center;justify-content:center;gap:18px 26px;
  flex-wrap:wrap;margin-top:20px;
}
.herofilm .foot .cert{display:flex;align-items:center}
.herofilm .foot .cert img{height:44px;width:auto;display:block;mix-blend-mode:multiply}
  border:1px solid #e2d6b4;background:#fdfbf4;border-radius:999px;padding:9px 18px 9px 14px}
@media(max-width:900px){
  .herofilm{min-height:0;padding:34px 0 30px}
  .herofilm .screen{max-width:1040px}
}

/* ============================================================
   下へ行くほど文字が増えて重くなる問題への手当て
   ① 01/02/03 の特長ブロック（丸い地に線画・文字は短く）
   ② 色ベタの帯（地が白ばかりにならないように）
   ============================================================ */
.feats{max-width:960px;margin:0 auto}
.feat{
  display:grid;grid-template-columns:104px 1fr 160px;gap:34px;align-items:center;
  padding:44px 0;
}
.feat+.feat{border-top:1px dotted var(--line)}
.feat .no{
  font-size:60px;font-weight:900;line-height:1;color:var(--blue);letter-spacing:-.02em;
  border-right:3px solid var(--blue);padding-right:22px;text-align:right;
}
.feat h3{font-size:25px;font-weight:900;line-height:1.55;margin-bottom:12px}
.feat p{font-size:16.5px;line-height:2.05;color:#333}
.feat .fic{
  position:relative;width:150px;height:150px;display:flex;align-items:center;justify-content:center;
}
.feat .fic::before{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:132px;height:132px;border-radius:50%;background:#e8eef8;
}
.feat .fic svg{position:relative;width:112px;height:112px}


/* ② 色ベタの帯 */
.band{
  position:relative;overflow:hidden;color:#fff;
  padding:96px 0 100px;
  background:linear-gradient(118deg,#3f77d6 0%,#5a91e0 46%,#4a83db 100%);
}
.band::before{
  content:"";position:absolute;inset:0;opacity:.5;
  background:
    radial-gradient(42% 60% at 14% 12%, rgba(255,255,255,.16), transparent 62%),
    radial-gradient(38% 52% at 88% 84%, rgba(255,255,255,.12), transparent 60%),
    repeating-linear-gradient(122deg, rgba(255,255,255,.055) 0 2px, transparent 2px 16px);
}
.band>*{position:relative}
.band .stitle h2{color:#fff}
.band .stitle .en{color:#d7e6fb}
.band .step .n{border-color:rgba(255,255,255,.85);color:#fff}
.band .step b{color:#fff}
.band .step p{color:#e6eefb}
.band .step+.step::before{border-left-color:rgba(255,255,255,.4)}

@media(max-width:900px){
  .feat{grid-template-columns:74px 1fr;gap:20px;padding:34px 0}
  .feat .no{font-size:38px;padding-right:16px;border-right-width:2px}
  .feat .fic{display:none}
  .band{padding:64px 0 68px}
}

/* ============================================================
   色のある部品（白ばかりで平坦にならないように）
   ============================================================ */
/* 料金の箱：見出しだけ色ベタ */
.pboxes{display:flex;align-items:stretch;justify-content:center;gap:18px;flex-wrap:nowrap}
.pbox{flex:1 1 0;min-width:0;max-width:330px;border:2px solid var(--blue);border-radius:10px;overflow:hidden;background:#fff}
.pbox .ph{background:var(--blue);color:#fff;font-size:17px;font-weight:700;text-align:center;padding:14px 10px}
.pbox .pb{padding:30px 20px 28px;text-align:center}
.pbox .pb .v{font-size:33px;white-space:nowrap;font-weight:900;line-height:1.25;letter-spacing:.01em}
.pbox .pb .v small{font-size:16px;font-weight:700}
.pbox .pb .s{font-size:14.5px;color:var(--gray);margin-top:8px;line-height:1.9}
.plus{display:flex;align-items:center;font-size:40px;font-weight:900;color:var(--blue);line-height:1}
.pnote{max-width:760px;margin:26px auto 0;font-size:14px;color:var(--gray);line-height:2}
.pnote p{padding-left:1.3em;text-indent:-1.3em}

/* よくある質問：Q/A をバッジで */
.qa{max-width:840px;margin:0 auto}
.qa .item+.item{margin-top:34px;padding-top:34px;border-top:1px dotted var(--line)}
.qa .q,.qa .a{display:grid;grid-template-columns:38px 1fr;gap:16px;align-items:start}
.qa .a{margin-top:14px}
.qa .badge{
  width:38px;height:38px;border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-weight:900;font-size:16px;color:#fff;flex:none;
}
.qa .q .badge{background:#e0656b}
.qa .a .badge{background:var(--blue)}
.qa .q p{font-size:18.5px;font-weight:700;line-height:1.75;padding-top:5px}
.qa .a p{font-size:16.5px;line-height:2.05;color:#333;padding-top:7px}

/* 問い合わせフォーム */
.formwrap{max-width:820px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;
          box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08)}
.frow{display:grid;grid-template-columns:230px 1fr;gap:0;border-bottom:1px solid var(--hair)}
.frow:nth-child(odd){background:#f7f9fc}
.frow:last-of-type{border-bottom:0}
.frow .fl{padding:22px 24px;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}
.frow .fl .req{background:#e0656b;color:#fff;font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:4px}
.frow .fi{padding:16px 24px;display:flex;align-items:center}
.frow input,.frow textarea,.frow select{
  width:100%;font:inherit;font-size:16px;color:#111;background:#fff;
  border:1px solid #cfd6e0;border-radius:6px;padding:11px 13px;
  transition:border-color .18s,box-shadow .18s;
}
.frow textarea{min-height:120px;resize:vertical;line-height:1.9}
.frow input:focus,.frow textarea:focus,.frow select:focus{
  outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(65,122,216,.14);
}
.frow input::placeholder,.frow textarea::placeholder{color:#a9b2bf}
.fsubmit{padding:30px 24px 34px;text-align:center;background:#fff}
.fsubmit button{
  font:inherit;font-size:17px;font-weight:900;color:#000;background:var(--accent);
  border:0;border-radius:8px;padding:18px 52px;cursor:pointer;
  transition:transform .15s,box-shadow .15s;
}
.fsubmit button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(245,166,35,.4)}
.fsubmit .note{margin-top:16px;font-size:13px;color:var(--gray);line-height:1.9}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cta .formwrap .frow .fl{color:#111}
@media(max-width:900px){
  .pboxes{flex-wrap:wrap}
  .pbox{flex:1 1 260px;max-width:none}
}
@media(max-width:700px){
  .frow{grid-template-columns:1fr}
  .frow .fl{padding:16px 18px 4px}
  .frow .fi{padding:6px 18px 18px}
  .pboxes{gap:14px}
  .plus{width:100%;justify-content:center;font-size:30px}
}

/* ============ 中間CTA（節と節のあいだに置く・行き先をはっきりさせる）============ */
.midcta{background:var(--bgsoft);padding:56px 0}
.midcta .in{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.midcta .bigbtn{
  display:inline-flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:340px;padding:22px 40px;border-radius:8px;font-weight:900;font-size:21px;
  transition:transform .15s,box-shadow .15s,background-color .15s;
}
.midcta .bigbtn small{font-size:15px;font-weight:500;margin-top:8px;opacity:.92;line-height:1.7}
.midcta .b1{background:var(--accent);color:#000;box-shadow:0 4px 0 #d18d16}
.midcta .b1:hover{transform:translateY(-2px);box-shadow:0 6px 0 #d18d16,0 12px 24px rgba(245,166,35,.35)}
.midcta .b2{background:#fff;color:var(--blue);border:2px solid var(--blue)}
.midcta .b2:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}
@media(max-width:700px){.midcta .bigbtn{min-width:0;width:100%;font-size:17px}}

/* ============ ② 共感パート（こんなお悩みはありませんか）============ */
.worry{position:relative;background:var(--bgsoft);padding:88px 0 104px}
.worry .list{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.worry .w{
  display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:center;
  background:#fff;border-radius:10px;padding:22px 26px;
  box-shadow:0 1px 2px rgba(16,32,64,.05),0 6px 18px rgba(16,32,64,.06);
}
.worry .w .ck{
  width:34px;height:34px;border-radius:50%;background:#fdeecf;flex:none;
  display:flex;align-items:center;justify-content:center;
}
.worry .w p{font-size:17.5px;font-weight:700;line-height:1.7}
/* 下向きの矢印で「解決」へ渡す */
.worry .arrow{
  position:absolute;left:50%;bottom:-1px;transform:translate(-50%,50%);
  width:0;height:0;border-left:44px solid transparent;border-right:44px solid transparent;
  border-top:30px solid var(--bgsoft);z-index:2;
}
.worry .lead{max-width:840px;margin:0 auto 40px;text-align:center;font-size:16px;line-height:2.05;color:#333}
@media(max-width:800px){
  .worry .list{grid-template-columns:1fr}
  .worry .w{padding:18px 20px}
  .worry .w p{font-size:15.5px}
}
/* 解決の節：共感の直後は上の余白を詰める */
.sec.answer{padding-top:104px}
.sec.answer .stitle h2 em{font-style:normal;color:var(--blue)}

/* 関係の開示（誰が診療し、誰が対価を受け取るか） */
.disclose{background:#fff;border-top:1px solid var(--hair);padding:34px 0 38px}
.disclose p{font-size:14px;line-height:2.1;color:#555;text-align:center;max-width:860px;margin:0 auto}

/* ============ お客様の声 ============ */
.voice{background:linear-gradient(180deg,#f2f6fb,#fff);padding:88px 0 96px}
.vcard{max-width:940px;margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;
       box-shadow:0 1px 2px rgba(16,32,64,.06),0 10px 30px rgba(16,32,64,.10)}
.vcard .vh{background:linear-gradient(135deg,#5a91e0,#3f76d4);color:#fff;padding:26px 34px;
           display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.vcard .vh b{font-size:23px;font-weight:900;line-height:1.5}
.vcard .vh span{font-size:15px;opacity:.92}
.vcard .vb{padding:34px 38px 32px}
.vcard blockquote{position:relative;padding-left:44px;margin-bottom:26px}
.vcard blockquote::before{content:"";position:absolute;left:0;top:2px;width:26px;height:22px;
  background:var(--accent);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 22'%3E%3Cpath d='M0 22V11C0 4.9 4.3 0 10.6 0v4.6C7 4.6 5 7.2 5 11h5.6v11zM15.4 22V11C15.4 4.9 19.7 0 26 0v4.6c-3.6 0-5.6 2.6-5.6 6.4H26v11z'/%3E%3C/svg%3E") no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 22'%3E%3Cpath d='M0 22V11C0 4.9 4.3 0 10.6 0v4.6C7 4.6 5 7.2 5 11h5.6v11zM15.4 22V11C15.4 4.9 19.7 0 26 0v4.6c-3.6 0-5.6 2.6-5.6 6.4H26v11z'/%3E%3C/svg%3E") no-repeat;
}
.vcard blockquote p{font-size:21px;font-weight:700;line-height:1.95;color:#111}
.vcard .vlist{display:grid;grid-template-columns:1fr 1fr;gap:14px 30px;padding-top:24px;border-top:1px dotted var(--line)}
.vcard .vlist li{list-style:none;font-size:17px;line-height:1.95;padding-left:20px;position:relative;color:#333}
.vcard .vlist li::before{content:"";position:absolute;left:2px;top:.82em;width:7px;height:7px;border-radius:50%;background:var(--blue)}
.vcard .vgo{margin-top:26px;text-align:right}
.vcard .vgo a{color:var(--blue);font-weight:700;font-size:16.5px;display:inline-flex;align-items:center;gap:8px}
.vcard .vgo a i{font-style:normal;transition:transform .2s;display:inline-block}
.vcard .vgo a:hover i{transform:translateX(6px)}
@media(max-width:800px){
  .vcard .vb{padding:26px 22px 24px}
  .vcard blockquote p{font-size:19px}
  .vcard .vlist{grid-template-columns:1fr}
}

/* ============ よくある質問（折りたたみ）============
   全開だとモバイルで3画面ぶん占め、フォームが遠くなる。1問目だけ開けておく。 */
.qa details.item{border:0;padding:0}
.qa details.item+details.item{margin-top:0;padding-top:0;border-top:1px dotted var(--line)}
.qa details.item>summary{
  list-style:none;cursor:pointer;display:grid;grid-template-columns:38px 1fr 30px;gap:16px;
  align-items:start;padding:22px 0;
}
.qa details.item>summary::-webkit-details-marker{display:none}
.qa details.item>summary .badge{margin-top:1px;background:#e0656b;color:#fff}
.qa details.item>.a .badge{background:var(--blue);color:#fff}
.qa details.item>summary p{font-size:18.5px;font-weight:700;line-height:1.75;padding-top:5px;margin:0}
.qa details.item>summary .caret{
  width:12px;height:12px;margin-top:14px;justify-self:end;
  border-right:2.4px solid var(--blue);border-bottom:2.4px solid var(--blue);
  transform:rotate(45deg);transition:transform .25s;
}
.qa details.item[open]>summary .caret{transform:rotate(-135deg)}
.qa details.item>.a{padding:0 0 24px}
.qa details.item>summary:hover p{color:var(--blue)}

/* ============================================================
   導入事例のページ（お客様の声）
   ============================================================ */
.caseHero{position:relative;overflow:hidden;padding:56px 0 44px;
  background:linear-gradient(180deg,#eef3fb,#fff 78%)}
.crumb{font-size:13.5px;color:var(--gray);margin-bottom:22px}
.crumb a{color:var(--gray)}
.crumb a:hover{color:var(--blue)}
.caseTags{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}
.caseTags span{font-size:12.5px;font-weight:700;padding:5px 14px;border-radius:999px}
.caseTags .t1{background:var(--blue);color:#fff}
.caseTags .t2{background:#fff;color:var(--blue);border:1.5px solid var(--blue)}
.caseTags .t3{background:var(--bgsoft);color:#555}
.caseHero h1{font-size:clamp(28px,3.7vw,46px);font-weight:900;line-height:1.4;letter-spacing:.01em;margin-bottom:18px}
.caseHero .sub{font-size:17.5px;font-weight:700;color:#333;margin-bottom:12px}
.caseHero .by{font-size:15px;color:var(--gray)}
.caseHero .disc{margin-top:22px;font-size:13px;color:var(--gray);line-height:1.95;max-width:760px}

.casePhoto{margin-top:34px;border-radius:14px;overflow:hidden;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 10px 30px rgba(16,32,64,.10)}
.casePhoto img{width:100%;height:auto;display:block}   /* 切らずに全部見せる */

.summary{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:1000px;margin:0 auto}
.sumbox{background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08)}
.sumbox .sh{padding:16px 24px;font-size:16.5px;font-weight:900;color:#fff}
.sumbox.before .sh{background:#8d97a6}
.sumbox.after .sh{background:linear-gradient(135deg,#5a91e0,#3f76d4)}
.sumbox ul{list-style:none;margin:0;padding:22px 26px 26px;display:flex;flex-direction:column;gap:13px}
.sumbox li{font-size:15.5px;line-height:1.95;padding-left:24px;position:relative;color:#333}
.sumbox.before li::before{content:"";position:absolute;left:3px;top:.76em;width:11px;height:11px;
  border-radius:50%;border:2.4px solid #b3bcc8}
.sumbox.after li::before{content:"";position:absolute;left:2px;top:.62em;width:13px;height:8px;
  border-left:2.8px solid var(--blue);border-bottom:2.8px solid var(--blue);transform:rotate(-45deg)}

.profile{max-width:860px;margin:0 auto;background:#fff;border-radius:12px;padding:8px 30px;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 8px 24px rgba(16,32,64,.08)}
.profile div{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:17px 0;border-bottom:1px dotted var(--line)}
.profile div:last-child{border-bottom:0}
.profile dt{font-weight:700;font-size:14.5px;color:var(--blue)}
.profile dd{margin:0;font-size:15.5px;line-height:1.9}

.story{max-width:820px;margin:0 auto}
.story h3{font-size:26px;font-weight:900;line-height:1.55;margin:0 0 10px}
.story .lead2{font-size:13px;font-weight:700;color:var(--blue);letter-spacing:.08em;margin-bottom:8px}
.story .q{font-size:16px;font-weight:700;color:#444;margin:34px 0 16px;padding-left:18px;border-left:3px solid var(--blue)}
.story p{font-size:16.5px;line-height:2.2;margin-bottom:18px}
.story .said{background:var(--bgsoft);border-radius:12px;padding:26px 30px;margin:26px 0}
.story .said .nm{font-size:13.5px;font-weight:700;color:var(--blue);margin-bottom:8px}
.story .said p:last-child{margin-bottom:0}
.story .pull{font-size:22px;font-weight:900;line-height:1.85;color:#111;margin:34px 0;padding:0 0 0 26px;
  border-left:5px solid var(--accent)}
.story .shots{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}
.story .shots img{width:100%;height:auto;border-radius:10px;display:block}   /* 切らずに全部見せる */
.story hr{border:0;border-top:1px dotted var(--line);margin:44px 0}

@media(max-width:860px){
  .summary{grid-template-columns:1fr}
  .profile div{grid-template-columns:1fr;gap:2px}
  .story .shots{grid-template-columns:1fr}
  .story .pull{font-size:19px;padding-left:18px}
}

/* お客様の声のカードに写真 */
.vcard{display:grid;grid-template-columns:300px 1fr}
.vcard .vh{grid-column:1 / -1}
.vcard .vpic{overflow:hidden;background:#eef3fb}
.vcard .vpic img{width:100%;height:100%;object-fit:cover;display:block;min-height:260px}
@media(max-width:820px){
  .vcard{grid-template-columns:1fr}
  .vcard .vpic img{min-height:0;aspect-ratio:16/9}
}

/* ============ 許認可・認定の説明 ============ */
.lic{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.licbox{background:#fff;border:1px solid var(--hair);border-radius:12px;padding:26px 28px;
        display:grid;grid-template-columns:88px 1fr;gap:22px;align-items:start;
        box-shadow:0 1px 2px rgba(16,32,64,.05),0 6px 18px rgba(16,32,64,.06)}
.licbox .mark{width:104px;display:flex;align-items:center;justify-content:center}
.licbox .mark img{width:100%;height:auto;display:block}
.licbox .mark .num{font-family:ui-monospace,Menlo,monospace;font-size:11.5px;color:var(--gray);white-space:nowrap;
                   text-align:center;line-height:1.6;border:1px solid var(--line);border-radius:6px;padding:12px 6px;width:100%}
.licbox .mark .num b{display:block;font-size:12.5px;color:var(--blue);font-weight:900;margin-bottom:4px;
                     font-family:inherit;white-space:nowrap;letter-spacing:-.02em}
.licbox h4{font-size:17px;font-weight:900;line-height:1.55;margin:0 0 8px}
.licbox .no{font-family:ui-monospace,Menlo,monospace;font-size:12.5px;color:var(--gray);margin:0 0 10px}
.licbox p{font-size:14.5px;line-height:2;color:#444;margin:0}
.licbox p b{color:#111}
@media(max-width:900px){ .lic{grid-template-columns:1fr} }

/* ============ ヒーロー右：場面が送り出されて入れ替わる（第3版）============ */
.circleart.heroseq{width:560px;height:560px;position:relative}
.circleart.heroseq .stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.circleart.heroseq .stage svg{width:112%;height:112%;overflow:visible}

/* 場面：入るときは奥から、出るときは手前へ送り出す（切れ目を感じさせない）*/
.heroseq .sc{opacity:0;transform-box:view-box;transform-origin:300px 300px;
             animation:hseq 21s cubic-bezier(.4,0,.2,1) infinite}
.heroseq .act{opacity:0;animation:hact 21s cubic-bezier(.4,0,.2,1) infinite}
.heroseq .s1,.heroseq .a1{animation-delay:0s}
.heroseq .s2,.heroseq .a2{animation-delay:-17.5s}
.heroseq .s3,.heroseq .a3{animation-delay:-14s}
.heroseq .s4,.heroseq .a4{animation-delay:-10.5s}
.heroseq .s5,.heroseq .a5{animation-delay:-11.6s}
.heroseq .s6,.heroseq .a6{animation-delay:-5.8s}
@keyframes hseq{
  0%    {opacity:0;transform:scale(.90) translateY(14px)}
  3.2%  {opacity:1;transform:scale(1) translateY(0)}
  13.4% {opacity:1;transform:scale(1) translateY(0)}
  16.6% {opacity:0;transform:scale(1.10) translateY(-16px)}
  100%  {opacity:0;transform:scale(.90) translateY(14px)}
}
@keyframes hact{
  0%{opacity:0} 2.4%{opacity:1} 14.2%{opacity:1} 16.6%{opacity:0} 100%{opacity:0}
}
/* 点灯中のアイコンは脈打つ */
.heroseq .beat{transform-origin:0 0;animation:hbeat 1.9s ease-in-out infinite}
@keyframes hbeat{0%,100%{transform:scale(1)}48%{transform:scale(1.16)}}

/* 外周アイコン */
.heroseq .ic-off{fill:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.heroseq .nnum{font-size:12px;font-weight:900;text-anchor:middle;stroke:none}
.heroseq .ic-on {fill:none;stroke:#fff;   stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.heroseq .nd>circle{filter:drop-shadow(0 2px 7px rgba(16,32,64,.10))}

/* 背景を止めない */
.heroseq .dash {transform-box:view-box;transform-origin:300px 300px;animation:hspin 90s linear infinite}
.heroseq .dash2{transform-box:view-box;transform-origin:300px 300px;animation:hspin 60s linear infinite reverse}
.heroseq .glow {transform-box:view-box;transform-origin:300px 300px;animation:hbreath 7s ease-in-out infinite}
.heroseq .fl1  {transform-box:view-box;animation:hfloat 8s ease-in-out infinite}
.heroseq .fl2  {transform-box:view-box;animation:hfloat 10s ease-in-out infinite 1.2s}
.heroseq .fl3  {transform-box:view-box;animation:hfloat 6.5s ease-in-out infinite .6s}
@keyframes hspin{to{transform:rotate(360deg)}}
@keyframes hbreath{0%,100%{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}
@keyframes hfloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}

/* 場面の部品 */
.heroseq .dev {fill:#fff;stroke:#417AD8;stroke-width:3}
.heroseq .scr {fill:#eef4fd;stroke:none}
.heroseq .ln  {stroke:#c3d4ea;stroke-width:3.4;stroke-linecap:round;fill:none}
.heroseq .card{fill:#fff;stroke:#dde7f5;stroke-width:1.6}
.heroseq .row {fill:#fff;stroke:#c9d8ee;stroke-width:2}
.heroseq .row.fill{fill:#eaf7f0;stroke:#22b573}
.heroseq .rec {fill:#e0656b}
.heroseq .blink{fill:#F5A623;animation:hblink 1.1s ease-in-out infinite}
@keyframes hblink{0%,100%{opacity:.25}50%{opacity:1}}
.heroseq .ok  {fill:none;stroke:#22b573;stroke-width:8;stroke-linecap:round;stroke-linejoin:round}
.heroseq .hl  {fill:#eaf1fc}
.heroseq .bub {fill:#fff;stroke:#22b573;stroke-width:2.4}
.heroseq .big {fill:none;stroke:#417AD8;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.heroseq .big2{fill:none;stroke:#417AD8;stroke-width:6;stroke-linecap:round;stroke-linejoin:round}
.heroseq .wave{fill:none;stroke:#417AD8;stroke-width:2.6;opacity:0;transform-box:view-box}
.heroseq .w1{transform-origin:300px 252px;animation:hwave 2.6s ease-out infinite}
.heroseq .w2{transform-origin:300px 252px;animation:hwave 2.6s ease-out infinite 1.3s}
.heroseq .w3{transform-origin:300px 262px;animation:hwave 3s ease-out infinite}
@keyframes hwave{0%{transform:scale(.58);opacity:.5}100%{transform:scale(1.08);opacity:0}}
.heroseq .t-b{fill:#1b2733;font-size:30px;font-weight:900;text-anchor:middle;stroke:none}
.heroseq .t-m{fill:#1b2733;font-size:15px;font-weight:700;text-anchor:middle;stroke:none}
.heroseq .t-s{fill:#7d93b0;font-size:14px;font-weight:500;text-anchor:middle;stroke:none}
.heroseq .t-h{fill:#417AD8;font-size:16px;font-weight:700;text-anchor:middle;stroke:none}
@media (prefers-reduced-motion:reduce){
  .heroseq .sc,.heroseq .act,.heroseq .wave,.heroseq .dash,.heroseq .dash2,
  .heroseq .glow,.heroseq .fl1,.heroseq .fl2,.heroseq .fl3,.heroseq .beat,.heroseq .blink{animation:none}
  .heroseq .s2,.heroseq .a2{opacity:1;transform:none}
}
@media(max-width:1100px){.circleart.heroseq{width:100%;max-width:520px;height:auto;aspect-ratio:1}}

/* 外周アイコン */
.heroseq .ic-off{fill:none;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.heroseq .nnum{font-size:12px;font-weight:900;text-anchor:middle;stroke:none}
.heroseq .ic-on {fill:none;stroke:#fff;   stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}
.heroseq .nd>circle{filter:drop-shadow(0 2px 7px rgba(16,32,64,.10))}
.heroseq .act{opacity:0;animation:hseq 30s linear infinite}

/* 中の場面 */
.heroseq .sc{opacity:0;animation:hseq 30s linear infinite}
.heroseq .s1,.heroseq .a1{animation-delay:0s}
.heroseq .s2,.heroseq .a2{animation-delay:-25s}
.heroseq .s3,.heroseq .a3{animation-delay:-20s}
.heroseq .s4,.heroseq .a4{animation-delay:-15s}
.heroseq .s5,.heroseq .a5{animation-delay:-10s}
.heroseq .s6,.heroseq .a6{animation-delay:-5s}
@keyframes hseq{
  0%{opacity:0} 1.4%{opacity:1} 15%{opacity:1} 16.4%{opacity:0} 100%{opacity:0}
}
.heroseq .dev {fill:#fff;stroke:#417AD8;stroke-width:3}
.heroseq .scr {fill:#eef4fd;stroke:none}
.heroseq .ln  {stroke:#c3d4ea;stroke-width:3.4;stroke-linecap:round;fill:none}
.heroseq .card{fill:#fff;stroke:#dde7f5;stroke-width:1.6}
.heroseq .row {fill:#fff;stroke:#c9d8ee;stroke-width:2}
.heroseq .tag {fill:#fff;stroke:#dde7f5;stroke-width:1.6}
.heroseq .rec {fill:#e0656b}
.heroseq .ok  {fill:none;stroke:#22b573;stroke-width:7;stroke-linecap:round;stroke-linejoin:round}
.heroseq .hl  {fill:#eaf1fc}
.heroseq .big {fill:none;stroke:#417AD8;stroke-width:3.2;stroke-linecap:round;stroke-linejoin:round}
.heroseq .wave{fill:none;stroke:#417AD8;stroke-width:2.4;opacity:0}
.heroseq .w1{animation:hwave 2.4s ease-out infinite}
.heroseq .w2{animation:hwave 2.4s ease-out infinite 1.2s}
@keyframes hwave{0%{transform:scale(.72);opacity:.55}100%{transform:scale(1.12);opacity:0}}
.heroseq .wave{transform-origin:300px 262px}
.heroseq .t-b{fill:#1b2733;font-size:30px;font-weight:900;text-anchor:middle;stroke:none}
.heroseq .t-m{fill:#1b2733;font-size:14px;font-weight:700;text-anchor:middle;stroke:none}
.heroseq .t-s{fill:#7d93b0;font-size:13px;font-weight:500;text-anchor:middle;stroke:none}
.heroseq .t-h{fill:#417AD8;font-size:15px;font-weight:700;text-anchor:middle;stroke:none}
@media (prefers-reduced-motion:reduce){
  .heroseq .sc,.heroseq .act,.heroseq .wave{animation:none}
  .heroseq .s2,.heroseq .a2{opacity:1}
}
@media(max-width:1100px){.circleart.heroseq{width:100%;max-width:520px;height:auto;aspect-ratio:1}}

/* ============================================================
   ② ヒーローの図：心配 → 笑顔 のストーリー
      ・装飾の丸がPCに被っていたので出さない
      ・「全部おなじ上下運動」をやめ、動きを6種類に分ける
        描く／鼓動／輪が広がる／浮き上がる／ふわっと出る／灯る
      ・線は 医師・病院・ご家族 の3方向へ分岐させる
   ============================================================ */
.circleart.storyart .stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.circleart.storyart .stage svg{width:118%;height:118%;overflow:visible}
.storyart .dot{display:none}          /* 被りの原因。図が主役なので装飾の丸は出さない */
.storyart{--HT:11s}

/* 夜勤者 */
.storyart .fc{fill:var(--b10);stroke:var(--blue);stroke-width:2.6}
.storyart .fe{fill:var(--blue);stroke:none}
.storyart .fm{fill:none;stroke:var(--blue);stroke-width:2.8;stroke-linecap:round}
.storyart .fw{fill:none;stroke:var(--b35);stroke-width:2.4;stroke-linecap:round}

/* スマホ */
.storyart .ph-f{fill:#fff;stroke:var(--blue);stroke-width:2.8}
.storyart .ph-s{fill:var(--b05);stroke:none}
.storyart .ph-n{fill:var(--b35);stroke:none}
.storyart .ph-r{fill:#fff;stroke:var(--b20);stroke-width:1.6}
.storyart .ph-b{fill:var(--blue);stroke:none}
.storyart .ph-t{stroke:none;fill:#8aa3c4;font-size:10.5px;font-weight:500;text-anchor:middle}
.storyart .ph-w{stroke:none;fill:#fff;font-size:12px;font-weight:700;text-anchor:middle}
.storyart .ph-c{stroke:none;fill:#8aa3c4;font-size:9.5px;font-weight:500;text-anchor:middle}
.storyart .ph-tap{fill:none;stroke:var(--warm);stroke-width:2.6;stroke-linecap:round}
.storyart .tapring{fill:none;stroke:var(--warm);stroke-width:2}

/* Anchorのハブ */
.storyart .hubc{fill:#fff;stroke:var(--blue);stroke-width:3}
.storyart .hubi{fill:none;stroke:var(--blue);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}
.storyart .hubi rect,.storyart .hubi circle{fill:var(--blue);stroke:none}
.storyart .hub-l{stroke:none;fill:var(--blue);font-size:13px;font-weight:900;text-anchor:middle}
.storyart .hub-s{stroke:none;fill:#8aa3c4;font-size:10px;font-weight:500;text-anchor:middle}

/* つながる線（3方向・色は青の明度違い／家族だけ暖色） */
.storyart .lk{fill:none;stroke-width:2.6;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1}
.storyart .l1{stroke:var(--blue)}
.storyart .l2{stroke:var(--blue)}
.storyart .l3{stroke:var(--b60)}
.storyart .l4{stroke:var(--warm40)}
.storyart .pulse{fill:var(--blue)}

/* 医師のPC */
.storyart .pc-f{fill:#fff;stroke:var(--blue);stroke-width:2.8}
.storyart .pc-b{fill:var(--b10);stroke:var(--blue);stroke-width:2.2;stroke-linejoin:round}
.storyart .pc-tag{fill:rgba(255,255,255,.94);stroke:none}
.storyart .pc-w{stroke:none;fill:var(--ink);font-size:10.5px;font-weight:700}
.storyart .pc-card{fill:rgba(255,255,255,.96);stroke:none}
.storyart .pc-t{stroke:none;fill:var(--ink);font-size:10.5px;font-weight:700}
.storyart .pc-s{stroke:none;fill:#7d93b0;font-size:9px;font-weight:500}

/* 行き先カード（病院・ご家族） */
.storyart .dst rect{fill:#fff;stroke:var(--b20);stroke-width:1.6}
.storyart .dst .di{fill:none;stroke:var(--b60);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.storyart .dst.warm rect{stroke:var(--warm40)}
.storyart .dst.warm .di{stroke:var(--warm)}
.storyart .dt{stroke:none;fill:var(--ink);font-size:12px;font-weight:900}
.storyart .ds{stroke:none;fill:#8aa3c4;font-size:9.5px;font-weight:500}

/* ラベル */
.storyart .ar-l{stroke:none;fill:var(--blue);font-size:12.5px;font-weight:900;text-anchor:middle}
.storyart .ar-s{stroke:none;fill:#8aa3c4;font-size:9.5px;font-weight:500;text-anchor:middle}

/* 下の3つ */
.storyart .oc rect{fill:#fff;stroke:var(--b20);stroke-width:1.6}
.storyart .oi{fill:none;stroke:var(--blue);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.storyart .ot{stroke:none;fill:var(--ink);font-size:11px;font-weight:700;text-anchor:middle}

/* 笑顔 */
.storyart .sm circle.sf{fill:var(--warm10);stroke:var(--warm);stroke-width:1.8}
.storyart .sm circle.se{fill:var(--warm);stroke:none}
.storyart .sm path.sp{fill:none;stroke:var(--warm);stroke-width:1.8;stroke-linecap:round}

/* --- 動き：ひとつずつ性格を変える --- */
@keyframes lkA{0%,16%{stroke-dashoffset:1}28%,100%{stroke-dashoffset:0}}
@keyframes lkB{0%,38%{stroke-dashoffset:1}48%,100%{stroke-dashoffset:0}}
@keyframes lkC{0%,50%{stroke-dashoffset:1}59%,100%{stroke-dashoffset:0}}
@keyframes lkD{0%,60%{stroke-dashoffset:1}70%,100%{stroke-dashoffset:0}}
.storyart .l1{animation:lkA var(--HT) ease-in-out infinite}
.storyart .l2{animation:lkB var(--HT) ease-in-out infinite}
.storyart .l3{animation:lkC var(--HT) ease-in-out infinite}
.storyart .l4{animation:lkD var(--HT) ease-in-out infinite}

@keyframes tapr{0%,10%{opacity:0;transform:scale(.35)}14%{opacity:.9;transform:scale(1)}22%,100%{opacity:0;transform:scale(1.9)}}
.storyart .tapring{transform-box:fill-box;transform-origin:center;animation:tapr var(--HT) ease-out infinite}

@keyframes hubbeat{0%,28%{transform:scale(1)}33%{transform:scale(1.07)}39%,100%{transform:scale(1)}}
.storyart .hubg{transform-box:fill-box;transform-origin:center;animation:hubbeat var(--HT) cubic-bezier(.34,1.6,.5,1) infinite}

@keyframes dstA{0%,44%{opacity:.5;transform:translateY(9px)}52%,100%{opacity:1;transform:none}}
@keyframes dstB{0%,56%{opacity:.5;transform:translateY(9px)}63%,100%{opacity:1;transform:none}}
@keyframes dstC{0%,66%{opacity:.5;transform:translateY(9px)}74%,100%{opacity:1;transform:none}}
.storyart .g-pc{transform-box:fill-box;transform-origin:center;animation:dstA var(--HT) cubic-bezier(.2,.8,.3,1) infinite}
.storyart .g-hp{transform-box:fill-box;transform-origin:center;animation:dstB var(--HT) cubic-bezier(.2,.8,.3,1) infinite}
.storyart .g-fm{transform-box:fill-box;transform-origin:center;animation:dstC var(--HT) cubic-bezier(.2,.8,.3,1) infinite}

@keyframes smi1{0%,72%{opacity:0;transform:translateY(12px) scale(.4)}80%{opacity:1;transform:translateY(0) scale(1)}94%{opacity:1}100%{opacity:0;transform:translateY(-14px) scale(1)}}
@keyframes smi2{0%,76%{opacity:0;transform:translateY(12px) scale(.4)}84%{opacity:1;transform:translateY(0) scale(1)}96%{opacity:1}100%{opacity:0;transform:translateY(-14px) scale(1)}}
@keyframes smi3{0%,80%{opacity:0;transform:translateY(12px) scale(.4)}88%{opacity:1;transform:translateY(0) scale(1)}97%{opacity:1}100%{opacity:0;transform:translateY(-14px) scale(1)}}
.storyart .sm{transform-box:fill-box;transform-origin:center}
.storyart .sm1{animation:smi1 var(--HT) ease-out infinite}
.storyart .sm2{animation:smi2 var(--HT) ease-out infinite}
.storyart .sm3{animation:smi3 var(--HT) ease-out infinite}
.storyart .sm4{animation:smi2 var(--HT) ease-out infinite}
.storyart .sm5{animation:smi3 var(--HT) ease-out infinite}

@keyframes ocA{0%,80%{opacity:.62}86%,100%{opacity:1}}
@keyframes ocB{0%,84%{opacity:.62}90%,100%{opacity:1}}
@keyframes ocC{0%,88%{opacity:.62}94%,100%{opacity:1}}
.storyart .oc1{animation:ocA var(--HT) ease-out infinite}
.storyart .oc2{animation:ocB var(--HT) ease-out infinite}
.storyart .oc3{animation:ocC var(--HT) ease-out infinite}

@media (prefers-reduced-motion:reduce){
  .storyart *{animation:none!important}
  .storyart .lk{stroke-dashoffset:0}
  .storyart .tapring,.storyart .sm{opacity:0}
  .storyart .pulse{display:none}
}

/* ============================================================
   ③ 施設の声：カードを並べてスライドショーにする
   ============================================================ */
.vwrap{position:relative;max-width:940px;margin:0 auto}
.vport{overflow:hidden;padding:12px 0 22px;margin:-12px 0 -22px}
.vtrack{display:flex;transition:transform .55s cubic-bezier(.4,.05,.2,1)}
.vslide{flex:0 0 100%}
.vwrap .vcard{max-width:none;margin:0}
/* ヘッダー帯：ベタ塗りをやめ、白いカードの仲間にする（左に青のアクセント） */
.vcard .vh{background:#fff;color:var(--ink);border-bottom:1px solid var(--hair);
           border-left:6px solid var(--blue);padding:24px 32px}
.vcard .vh b{color:var(--ink)}
.vcard .vh span{color:#7d93b0;opacity:1}
.vnav{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:26px}
.vdots{display:flex;gap:9px}
.vdots button{width:9px;height:9px;border-radius:50%;border:0;padding:0;cursor:pointer;
              background:var(--b35);transition:width .25s,background .25s}
.vdots button[aria-current="true"]{width:26px;border-radius:999px;background:var(--blue)}
.varr{width:38px;height:38px;border-radius:50%;border:1.6px solid var(--b20);background:#fff;
      cursor:pointer;display:grid;place-items:center;transition:border-color .2s,background .2s}
.varr:hover{border-color:var(--blue);background:var(--b05)}
.varr svg{width:16px;height:16px;stroke:var(--blue);stroke-width:2.4;fill:none;
          stroke-linecap:round;stroke-linejoin:round}
@media(max-width:700px){.vnav{gap:12px}.varr{width:34px;height:34px}}

/* ============================================================
   ④ 会社について：枠で囲う・地色を変える・代表の写真を入れる
   ============================================================ */
#about{background:linear-gradient(180deg,#fff,var(--b05))}
.aboutbox{background:#fff;border:1px solid var(--b20);border-radius:16px;
          padding:46px 50px;box-shadow:0 1px 2px rgba(16,32,64,.05),0 14px 40px rgba(16,32,64,.07)}
.aboutbox .about{gap:52px}
.ceo{display:flex;gap:20px;align-items:flex-start;margin-top:28px;padding-top:26px;
     border-top:1px dotted var(--line)}
.ceo img{width:104px;height:104px;border-radius:14px;object-fit:cover;flex:none;
         border:1px solid var(--b20)}
.ceo .cn{font-size:15px;font-weight:900;margin-bottom:2px}
.ceo .cr{font-size:12.5px;color:var(--gray);margin-bottom:10px}
.ceo p{font-size:15.5px;line-height:2.05;margin:0}
.specbox{border:1px solid var(--b20)}
.specbox h3{border-bottom-color:var(--b20)}
@media(max-width:1080px){.aboutbox{padding:32px 24px}.ceo{flex-direction:column;gap:14px}}


/* ── ヒーローの図解を「立派」に（2026-08-18） ─────────────────────
   storyart にだけ円形の下地が無く、角ばって見えていた。
   phoneart の .photo と同じ役割を .disc として持たせる。          */
.circleart.storyart{width:560px;height:560px}
.storyart .disc{
  position:absolute; left:5%; top:4%; width:90%; height:90%;
  border-radius:50%;
  background:
    radial-gradient(120% 120% at 28% 18%, #ffffff 0%, #f4f8fe 46%, #e7f0fb 100%);
  box-shadow:
    0 2px 6px rgba(16,42,90,.05),
    0 28px 70px rgba(16,42,90,.10),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.storyart .stage{z-index:2}
.storyart .ring{z-index:3; pointer-events:none}
.storyart .orb{
  position:absolute; border-radius:50%; z-index:1;
  background:linear-gradient(145deg,#5f92e2,#3d6fcb);
  box-shadow:0 10px 26px rgba(65,122,216,.28);
}
.storyart .orb.o1{ right:2%;  top:16%; width:74px; height:74px }
.storyart .orb.o2{ left:6%;  bottom:12%; width:34px; height:34px; opacity:.55 }

/* ── ヒーローのゆとりを戻す ── */
.hero{padding:78px 0 58px}
.hero .grid{grid-template-columns:1fr 560px; gap:56px}

@media(max-width:1080px){
  .hero{padding:56px 0 40px}
  .hero .grid{gap:34px}
  .circleart.storyart{width:100%; max-width:520px; height:520px; margin:0 auto}
  .storyart .orb.o1{width:56px;height:56px}
}
@media(max-width:600px){
  .circleart.storyart{height:400px}
  .storyart .orb{display:none}
}

/* ============ ヒーローの入口：オンライン座談会 ============ */
.offer{
  display:grid;grid-template-columns:1fr auto;grid-template-areas:"b g" "t g" "d g";
  align-items:center;gap:2px 20px;max-width:600px;margin:26px 0 12px;
  border:2px solid var(--blue);border-radius:12px;background:#f5f9ff;padding:20px 0 20px 22px;
  box-shadow:0 1px 2px rgba(16,32,64,.06),0 14px 34px rgba(16,32,64,.13);
  transition:box-shadow .2s,transform .2s;
}
.offer:hover{box-shadow:0 2px 4px rgba(16,32,64,.06),0 16px 34px rgba(16,32,64,.13);transform:translateY(-2px)}
.offer .badge{grid-area:b;justify-self:start;background:var(--accent);color:#3a2a00;
  font-size:11.5px;font-weight:900;letter-spacing:.04em;padding:3px 10px;border-radius:4px;margin-bottom:6px}
.offer .ttl{grid-area:t;font-size:21px;font-weight:900;line-height:1.5}
.offer .meta{grid-area:m;font-size:14.5px;color:#5b6875;line-height:1.7;margin-top:5px}
.offer .go{grid-area:g;align-self:stretch;background:var(--blue);color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;
  width:120px;margin:-18px 0;font-size:15px;font-weight:900;transition:background .2s}
.offer:hover .go{background:#5a91e0}
.offer-sub{font-size:15.5px;color:#5b6875;max-width:560px}
.offer-sub a{color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}
@media(max-width:620px){
  .offer{grid-template-columns:1fr;grid-template-areas:"b" "t" "m" "g";padding:18px 20px}
  .offer .go{width:auto;margin:14px 0 0;flex-direction:row;padding:12px;border-radius:8px}
}

.offer .docs{grid-area:d;display:flex;flex-wrap:wrap;gap:5px;margin:9px 0 0}
.offer .docs span{font-size:12px;font-weight:700;color:var(--navy,#2c5aa0);
  background:#eef3fb;border-radius:5px;padding:4px 8px;white-space:nowrap}

/* リングはゆっくり呼吸し、外の弧だけ少し回す（先進感は動きの差で出す）*/
.heroseq .ringMain{transform-box:view-box;transform-origin:300px 300px;animation:hring 12s ease-in-out infinite}
.heroseq .ringOut {transform-box:view-box;transform-origin:300px 300px;animation:hspin 120s linear infinite}
.heroseq .ringThin{transform-box:view-box;transform-origin:300px 300px;animation:hspin 150s linear infinite reverse}
@keyframes hring{0%,100%{transform:rotate(0deg)}50%{transform:rotate(6deg)}}
@media (prefers-reduced-motion:reduce){.heroseq .ringMain,.heroseq .ringOut,.heroseq .ringThin{animation:none}}

/* トップのヒーローは白地（アスピックに合わせ、写真は敷かない）*/

/* ============ サービスごとのテーマカラー（2026-08-19 決定）============ */
body[data-page="oncall"]{--svc:#417AD8}   /* 夜間オンコール代行　＝　青（基準色）*/
body[data-page="psy"]   {--svc:#7B6FE0}   /* 精神科の療養指導　　＝　藤 */
body[data-page="online"]{--svc:#2BA8C4}   /* オンライン診療　　　＝　ティール */
body[data-page="haken"] {--svc:#22B573}   /* 看護師派遣・医師紹介 ＝　緑 */

.eyebrow{background:color-mix(in srgb,var(--svc,#417AD8) 10%,#fff);
         border-color:var(--svc,#417AD8) !important;color:var(--svc,#417AD8) !important}
.stitle .en{color:var(--svc,#417AD8)}
.worry .ck svg{stroke:var(--svc,#417AD8)}

/* 開示文：全幅で中央揃えだと語の途中で割れる。幅を絞って折り返しを整える */
.disclose .inner p{max-width:860px;margin:0 auto;text-wrap:pretty}

/* ============ 各LPをテーマカラーで塗り分ける ============ */
:root{--svc:#417AD8}
body[data-page="oncall"]{--svc:#417AD8}  /* 夜間オンコール＝青（基準色）*/
body[data-page="psy"]   {--svc:#7B6FE0}  /* 精神科の療養指導＝藤 */
body[data-page="online"]{--svc:#2BA8C4}  /* オンライン診療＝ティール */
body[data-page="haken"] {--svc:#22B573}  /* 看護師派遣・医師紹介＝緑 */
body[data-page="jobs"]  {--svc:#22B573}  /* 求人サイト（求職者向け）＝同じ緑 */
body[data-page="psy"]   .btn-fill,
body[data-page="online"].btn-fill,
body[data-page="haken"] .btn-fill,
body[data-page="jobs"]  .btn-fill{background:var(--svc);border-color:var(--svc)}
body[data-page] .btn-line{color:var(--svc);border-color:var(--svc)}
body[data-page] .feat .no{color:var(--svc)}
body[data-page] .sec.band{background:var(--svc)}
body[data-page] .midcta{background:color-mix(in srgb,var(--svc) 8%,#fff)}
body[data-page] .qa .a .badge{background:var(--svc)}
body[data-page] .pbox .ph{background:var(--svc)}
body[data-page] .genre .ic{background:linear-gradient(140deg,color-mix(in srgb,var(--svc) 72%,#fff),var(--svc))}
body[data-page] .stitle h2 em{color:var(--svc)}
body[data-page] .vcard .vh{border-left-color:var(--svc)}
body[data-page] .film .ui,body[data-page] .film .uiw{}
body[data-page="psy"]   .btn-fill:hover,
body[data-page="online"].btn-fill:hover,
body[data-page="haken"] .btn-fill:hover,
body[data-page="jobs"]  .btn-fill:hover{filter:brightness(1.08)}

/* ヒーローの円：濃さではなく太さで軽くする。中の円は白いカードとして立てる */
.heroseq .ringMain path{stroke-width:11 !important}
.heroseq .ringMain path:nth-child(1){opacity:.42 !important}
.heroseq .ringMain path:nth-child(2){opacity:.62 !important}
.heroseq .ringMain path:nth-child(3){opacity:.88 !important}
.heroseq .ringMain path:nth-child(4){opacity:.72 !important}
.heroseq .ringOut{opacity:.52 !important;stroke-width:7 !important}
.heroseq .ringThin{opacity:.5 !important}
.heroseq .nd>circle{filter:drop-shadow(0 3px 10px rgba(16,32,64,.13))}
.circleart.heroseq .stage svg>circle[fill="#f7fafe"]{fill:#fff}

/* 円の背後に淡い地を1枚敷いて、白地の中で輪郭を立てる */
.circleart.heroseq::before{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:86%;height:86%;border-radius:50%;z-index:0;
  background:radial-gradient(circle at 50% 42%, #eef4fd 0%, #f6f9fe 58%, rgba(255,255,255,0) 74%);
}
.circleart.heroseq .stage{z-index:1}
