/* =========================================================================
   銀河 — Design E  =  案D layout (flat, color-blocked, organized)
                      + 案A spirit (galaxy / illustrated / sparkle)
   Loaded AFTER design-d.css to overlay the cosmic, illustrated mood
   onto the tidy recruit-site structure. Brand colors + Noto Sans JP only.
   ========================================================================= */

.d{ --gold:#FFD86B; }

/* allow soft sticker depth back (案D killed all shadows) — but keep it tidy */
.d *{box-shadow:revert;}

/* =======================================================================
   STARFIELD — faint cosmic texture on the light bands (keeps it organized)
   ======================================================================= */
.d-about,.d-work,.d-day,.d-support,.d-flow,.d-fac{position:relative;overflow:hidden;}
.d-about::before,.d-work::before,.d-day::before,.d-support::before,.d-flow::before,.d-fac::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='%235BC2D9'%3E%3Ccircle cx='28' cy='40' r='1.5' opacity='.45'/%3E%3Ccircle cx='168' cy='150' r='1.3' opacity='.4'/%3E%3Ccircle cx='100' cy='205' r='1.5' opacity='.4'/%3E%3C/g%3E%3Cg fill='%23FFD86B'%3E%3Ccircle cx='200' cy='52' r='1.9' opacity='.6'/%3E%3Ccircle cx='52' cy='176' r='1.7' opacity='.5'/%3E%3C/g%3E%3Cg fill='%2364C0AB'%3E%3Ccircle cx='130' cy='84' r='1.4' opacity='.42'/%3E%3Ccircle cx='214' cy='196' r='1.3' opacity='.4'/%3E%3C/g%3E%3Cpath d='M80 46c.5 3 2.6 5.1 6 6-3.4.9-5.5 3-6 6-.5-3-2.6-5.1-6-6 3.4-.9 5.5-3 6-6z' fill='%23FFD86B' opacity='.7'/%3E%3Cpath d='M176 108c.4 2.4 2 4 4.8 4.8-2.8.8-4.4 2.4-4.8 4.8-.4-2.4-2-4-4.8-4.8 2.8-.8 4.4-2.4 4.8-4.8z' fill='%235BC2D9' opacity='.62'/%3E%3C/svg%3E");
  background-repeat:repeat;opacity:.8;}
@media(prefers-reduced-motion:no-preference){
  .d-about::before,.d-work::before,.d-day::before,.d-support::before,.d-flow::before,.d-fac::before{
    animation:e-starpulse 5s ease-in-out infinite;}
}
@keyframes e-starpulse{0%,100%{opacity:.5;}50%{opacity:.9;}}
/* lift real content above the starfield */
.d-about>.container,.d-work>.container,.d-day>.container,
.d-support>.container,.d-flow>.container,.d-fac>.container{position:relative;z-index:1;}

/* =======================================================================
   SECTION HEADERS — sparkle accents + gentle galaxy flourish
   ======================================================================= */
.d-head{position:relative;}
.d-head .d-en{color:var(--turq-dd);}
.d-head .d-en::before,.d-head .d-en::after{content:"";display:inline-block;width:14px;height:14px;
  vertical-align:-2px;margin:0 10px;background-size:contain;background-repeat:no-repeat;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23FFD86B'/%3E%3C/svg%3E");}
.d-head .d-jp .mark{
  background:linear-gradient(transparent 58%, var(--gold) 58%);padding:0 .08em;border-radius:2px;}

/* =======================================================================
   HERO — galaxy streaks + orbit rings + sparkles over the photo
   (案D structure kept: bottom-aligned copy + 4-color bar)
   ======================================================================= */
.d-hero{min-height:600px;}
.d-hero-bg::after{background:
  linear-gradient(180deg,rgba(11,39,48,.14) 0%,rgba(11,39,48,0) 34%,rgba(11,39,48,.62) 100%),
  linear-gradient(95deg,rgba(11,39,48,.4),transparent 56%),
  radial-gradient(120% 80% at 90% 0%, rgba(42,103,118,.4), transparent 60%);}
.d-hero-streaks{position:absolute;inset:0;z-index:1;width:100%;height:100%;
  mix-blend-mode:screen;opacity:.82;pointer-events:none;}
@media(prefers-reduced-motion:no-preference){
  .d-hero-streaks path{stroke-dasharray:2400;stroke-dashoffset:2400;
    animation:e-draw 2.4s cubic-bezier(.4,.1,.2,1) forwards;}
  .d-hero-streaks path:nth-child(2){animation-delay:.25s;}
  .d-hero-streaks path:nth-child(3){animation-delay:.5s;}
  .d-hero-streaks path:nth-child(4){animation-delay:.75s;}
}
@keyframes e-draw{to{stroke-dashoffset:0;}}
.d-hero-inner{z-index:3;}
.d-hero-title .ribbon{background:linear-gradient(transparent 58%, var(--gold) 58%);
  padding:0 .1em;border-radius:2px;color:#fff;}
/* orbit rings */
.d-orbit{position:absolute;z-index:2;border-radius:50%;pointer-events:none;}
.d-orbit.o1{width:230px;height:230px;left:13%;top:24%;border:2px dashed rgba(255,255,255,.42);transform:rotate(-18deg);}
.d-orbit.o1::after{content:"";position:absolute;top:-7px;left:50%;width:13px;height:13px;border-radius:50%;
  background:var(--gold);box-shadow:0 0 12px var(--gold);}
.d-orbit.o2{width:120px;height:120px;left:30%;top:54%;border:2px dotted rgba(91,194,217,.6);}
.d-orbit.o2::after{content:"";position:absolute;bottom:-6px;left:30%;width:10px;height:10px;border-radius:50%;
  background:var(--turq);box-shadow:0 0 10px var(--turq);}
@media(prefers-reduced-motion:no-preference){
  .d-orbit{animation:e-spin 26s linear infinite;}
  .d-orbit.o2{animation-duration:18s;animation-direction:reverse;}
}
@keyframes e-spin{to{transform:rotate(342deg);}}
/* sparkles */
.d-spark{position:absolute;z-index:2;background-size:contain;background-repeat:no-repeat;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23FFD86B'/%3E%3C/svg%3E");}
.d-spark.b{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%235BC2D9'/%3E%3C/svg%3E");}
.d-spark.w{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23ffffff'/%3E%3C/svg%3E");}
@media(prefers-reduced-motion:no-preference){
  .d-spark{animation:e-twinkle 3.2s ease-in-out infinite;}
  .d-spark:nth-of-type(2n){animation-delay:.8s;}
  .d-spark:nth-of-type(3n){animation-delay:1.6s;}
}
@keyframes e-twinkle{0%,100%{transform:scale(1) rotate(0);opacity:.9;}50%{transform:scale(1.25) rotate(12deg);opacity:.5;}}
.d-hero-eyebrow{position:relative;}

/* =======================================================================
   COMPONENT FLOURISHES — keep 案D's flat order, add illustrated charm
   ======================================================================= */
/* sublink arrow → gradient */
.d-sublink .ar{background:linear-gradient(135deg,#5BC2D9,#64C0AB);}
.d-sublink:hover{background:var(--mist);}

/* work tag stays flat; add tiny star on hover-free corner of each photo */
.d-work-card .wph{position:relative;}
.d-work-card .wph::after{content:"";position:absolute;top:10px;right:10px;width:16px;height:16px;z-index:2;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size:contain;background-repeat:no-repeat;opacity:.9;
  filter:drop-shadow(0 1px 3px rgba(0,0,0,.25));}

/* day clock → subtle glow ring */
.d-day-time .clock{box-shadow:0 0 0 4px rgba(91,194,217,.16);}
.d-day-body{border-radius:14px;}

/* flow step icon → cosmic tint + tiny orbit dot */
.d-step .sico{background:radial-gradient(circle at 40% 35%,#eafaff,#d4f0f7);position:relative;}
.d-step .num{color:var(--turq-dd);font-weight:900;}

/* banners: add a faint star sparkle, keep solid color blocks */
.d-banner{position:relative;overflow:hidden;}
.d-banner::after{content:"";position:absolute;right:-10px;bottom:-10px;width:78px;height:78px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size:contain;background-repeat:no-repeat;opacity:.12;}

/* =======================================================================
   CTA — turn 案D's flat turquoise into 案A's cosmic night sky
   ======================================================================= */
.d-cta{position:relative;overflow:hidden;
  background:radial-gradient(130% 110% at 50% -20%, #2C8DA3 0, #1c6f86 44%, #123f52 100%);}
.d-cta::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 240 240'%3E%3Cg fill='%23ffffff'%3E%3Ccircle cx='30' cy='40' r='1.5' opacity='.7'/%3E%3Ccircle cx='170' cy='60' r='1.2' opacity='.5'/%3E%3Ccircle cx='100' cy='150' r='1.4' opacity='.6'/%3E%3Ccircle cx='210' cy='180' r='1.5' opacity='.6'/%3E%3Ccircle cx='60' cy='200' r='1.2' opacity='.5'/%3E%3C/g%3E%3Cg fill='%23FFD86B'%3E%3Ccircle cx='200' cy='44' r='2' opacity='.85'/%3E%3Ccircle cx='40' cy='120' r='1.8' opacity='.7'/%3E%3C/g%3E%3Cpath d='M132 90c.5 3.2 2.7 5.4 6.2 6.2-3.5.8-5.7 3-6.2 6.2-.5-3.2-2.7-5.4-6.2-6.2 3.5-.8 5.7-3 6.2-6.2z' fill='%23ffffff' opacity='.85'/%3E%3C/svg%3E");
  background-repeat:repeat;opacity:.9;}
@media(prefers-reduced-motion:no-preference){.d-cta::before{animation:e-starpulse 4s ease-in-out infinite;}}
.d-cta-inner{position:relative;z-index:1;}
.d-cta .d-en{color:rgba(255,255,255,.5);}
.d-cta .d-en::before,.d-cta .d-en::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23FFD86B'/%3E%3C/svg%3E");}
/* glowing planet corner */
.d-cta-inner::before{content:"";position:absolute;right:-30px;top:-34px;width:110px;height:110px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%, #8fe0ef, #3fa7bf 60%, #2c8da3);
  box-shadow:0 0 40px rgba(143,224,239,.45),inset -8px -8px 20px rgba(0,0,0,.2);opacity:.5;}
@media(max-width:760px){.d-cta-inner::before{width:74px;height:74px;right:-6px;top:-12px;}}

/* =======================================================================
   "詳しく見る" pill button — repurposed from the cute anchor-pill design
   ======================================================================= */
.e-detail{display:inline-flex;align-items:center;gap:12px;background:var(--ink-strong);color:#fff;
  border-radius:14px;padding:13px 16px 13px 22px;font-weight:800;font-size:14.5px;
  transition:transform .15s,box-shadow .15s;}
.e-detail .arw{display:flex;align-items:center;justify-content:center;width:26px;height:26px;flex:none;
  border-radius:999px;background:linear-gradient(135deg,#5BC2D9,#64C0AB);color:#fff;font-style:normal;font-size:14px;}
.e-detail:hover{transform:translateY(-3px);box-shadow:0 8px 0 #cdeef0;}
.e-detail.on-dark{background:#fff;color:var(--ink-strong);}
.e-detail.on-dark:hover{box-shadow:0 8px 0 rgba(255,255,255,.25);}

/* =======================================================================
   COMPACT REASONS BAND — 神奈川県の就労継続支援B型事業所（数字訴求）
   ======================================================================= */
.e-r2{position:relative;overflow:hidden;background:
  radial-gradient(60% 60% at 10% 12%, rgba(91,194,217,.10), transparent 60%),
  radial-gradient(55% 55% at 92% 88%, rgba(100,192,171,.10), transparent 60%),#ffffff;}
.e-r2::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.7;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='%235BC2D9'%3E%3Ccircle cx='24' cy='40' r='1.5' opacity='.45'/%3E%3Ccircle cx='150' cy='150' r='1.3' opacity='.4'/%3E%3C/g%3E%3Cg fill='%23FFD86B'%3E%3Ccircle cx='190' cy='52' r='1.9' opacity='.6'/%3E%3Ccircle cx='52' cy='176' r='1.6' opacity='.5'/%3E%3C/g%3E%3Cpath d='M120 70c.5 3 2.6 5.1 6 6-3.4.9-5.5 3-6 6-.5-3-2.6-5.1-6-6 3.4-.9 5.5-3 6-6z' fill='%23FFD86B' opacity='.7'/%3E%3C/svg%3E");background-repeat:repeat;}
@media(prefers-reduced-motion:no-preference){ .e-r2::before{animation:e-starpulse 5s ease-in-out infinite;} }
.e-r2>.container{position:relative;z-index:1;}
.e-r2-head{text-align:center;margin-bottom:34px;}
.e-r2-head .d-en{display:block;font-family:"Century Gothic","Trebuchet MS",sans-serif;font-weight:800;
  font-size:13px;letter-spacing:.24em;text-transform:uppercase;color:var(--turq-dd);margin-bottom:10px;}
.e-r2-head h2{font-size:clamp(22px,3vw,34px);font-weight:900;color:var(--ink-strong);line-height:1.4;}
.e-r2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.e-r2-cell{position:relative;background:#fff;border:3px solid #fff;border-radius:22px;
  box-shadow:0 9px 0 #e7f3f6;padding:28px 22px;text-align:center;
  transition:transform .2s,box-shadow .2s;}
.e-r2-cell:nth-child(2){box-shadow:0 9px 0 #d6efe6;}
.e-r2-cell:nth-child(3){box-shadow:0 9px 0 #dfe8f6;}
.e-r2-cell:hover{transform:translateY(-5px);}
.e-r2-cell::after{content:"";position:absolute;top:13px;right:15px;width:16px;height:16px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23FFD86B'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.85;}
.e-r2-cell .e-num{font-size:clamp(44px,6vw,62px);font-weight:900;line-height:1;color:var(--turq-dd);
  letter-spacing:.01em;}
.e-r2-cell:nth-child(2) .e-num{color:var(--emerald-d);}
.e-r2-cell:nth-child(3) .e-num{color:var(--blue);}
.e-r2-cell .e-num i{font-size:.42em;font-style:normal;font-weight:900;margin-left:3px;}
.e-r2-cell .e-num small{font-size:.4em;font-weight:900;margin-left:2px;}
.e-r2-cell h3{font-size:16px;font-weight:900;color:var(--ink-strong);margin:12px 0 6px;}
.e-r2-cell p{font-size:13px;color:var(--sub);font-weight:500;line-height:1.8;}
@media(max-width:780px){ .e-r2-grid{grid-template-columns:1fr;} }

/* =======================================================================
   利用者様の声 — voice cards
   ======================================================================= */
.e-voices{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px;}
.e-voice{position:relative;background:#fff;border:3px solid #fff;border-radius:22px;
  box-shadow:0 9px 0 #e7f3f6;padding:26px 24px;transition:transform .2s;}
.e-voice:nth-child(2){box-shadow:0 9px 0 #d6efe6;}
.e-voice:nth-child(3){box-shadow:0 9px 0 #dfe8f6;}
.e-voice:hover{transform:translateY(-5px);}
.e-voice .quote{font-size:34px;font-weight:900;color:#d4eef4;line-height:.6;font-family:Georgia,serif;}
.e-voice h4{font-size:16.5px;font-weight:900;color:var(--ink-strong);margin:8px 0 10px;line-height:1.5;}
.e-voice p{font-size:13.5px;color:var(--sub);font-weight:500;line-height:1.95;}
.e-voice .who{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:14px;border-top:1px dashed var(--line);}
.e-voice .who .av{width:40px;height:40px;border-radius:50%;flex:none;
  background:radial-gradient(circle at 40% 35%,#eafaff,#d4f0f7);display:flex;align-items:center;justify-content:center;}
.e-voice .who .av img{width:22px;height:22px;}
.e-voice .who b{font-size:13px;font-weight:800;color:var(--ink-strong);display:block;}
.e-voice .who span{font-size:11.5px;color:var(--muted);font-weight:600;}
@media(max-width:820px){ .e-voices{grid-template-columns:1fr;} }

/* small helper: center a detail button under a section */
.e-center-more{text-align:center;margin-top:36px;}

/* =======================================================================
   案A-STYLE HERO for 案E (full-bleed photo + compact right panel)
   ======================================================================= */
.e-hero{position:relative;padding:0;min-height:600px;display:flex;align-items:center;
  overflow:hidden;background:#0b2730;}
.e-hero .d-hero-bg{position:absolute;inset:0;z-index:0;}
.e-hero .d-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:30% 28%;}
.e-hero .d-hero-bg::after{content:"";position:absolute;inset:0;
  background:linear-gradient(255deg,rgba(11,39,48,.66) 0%,rgba(11,39,48,.32) 34%,rgba(11,39,48,.04) 60%,transparent 78%),
            radial-gradient(120% 90% at 100% 50%, rgba(42,103,118,.4), transparent 60%);}
.e-hero-grid{position:relative;z-index:3;width:100%;display:flex;justify-content:flex-end;}
.e-hero-col{display:flex;flex-direction:column;align-items:stretch;width:404px;max-width:100%;margin:40px 0;}
.e-hero-panel{background:rgba(255,255,255,.95);backdrop-filter:blur(6px);
  border:3px solid #fff;border-radius:26px;padding:26px 26px 24px;
  box-shadow:0 22px 50px rgba(11,39,48,.34);position:relative;}
.e-hero-eyebrow{display:inline-block;background:#fff;color:var(--turq-dd);font-weight:800;
  font-size:11.5px;padding:7px 14px;border-radius:999px;margin-bottom:14px;
  box-shadow:0 6px 16px rgba(11,39,48,.12);}
.e-hero-panel h1{font-size:clamp(25px,2.4vw,32px);line-height:1.5;font-weight:900;color:var(--ink-strong);}
.e-hero-panel h1 .mark-em{background:linear-gradient(transparent 56%, var(--gold) 56%);font-weight:900;border-radius:2px;}
.e-hero-panel .e-lead{margin-top:14px;font-size:14px;line-height:1.85;color:var(--sub);font-weight:500;}
.e-hero-cta{display:flex;flex-direction:column;gap:10px;margin-top:20px;}
.e-hero-cta .btn{width:100%;font-size:15px;padding:15px 20px;}
.e-hero-cta .btn-ghost{background:#fff;}
.e-hero-trust{display:flex;gap:7px;margin-top:14px;flex-wrap:wrap;justify-content:center;}
.e-hero-trust .chip{font-size:12px;padding:6px 12px;border-radius:999px;background:var(--mist);color:var(--turq-dd);font-weight:700;}
.e-hero-stats{display:flex;gap:10px;margin-top:16px;}
.e-hstat{flex:1;text-align:center;background:rgba(11,39,48,.52);backdrop-filter:blur(8px);
  border:1.5px solid rgba(255,255,255,.4);border-radius:16px;padding:12px 6px;}
.e-hstat b{display:block;font-size:26px;font-weight:900;color:#fff;line-height:1;text-shadow:0 1px 8px rgba(0,0,0,.25);}
.e-hstat b i{font-size:.5em;font-style:normal;}
.e-hstat span{font-size:11px;font-weight:800;color:#dff3f7;margin-top:6px;display:block;}
@media(max-width:860px){
  .e-hero{min-height:0;}
  .e-hero .d-hero-bg img{object-position:34% 24%;}
  .e-hero .d-hero-bg::after{background:linear-gradient(180deg,rgba(11,39,48,.42),rgba(11,39,48,.74));}
  .e-hero-grid{justify-content:center;}
  .e-hero-col{width:100%;margin:210px 0 26px;}
}

/* =======================================================================
   ANCHOR MENU BAR (案A style) — sits just under the FV
   ======================================================================= */
.e-anchor{position:relative;z-index:20;background:#fff;}
.e-anchor-inner{margin-top:-32px;background:#fff;border:2.5px solid var(--ink-strong);border-radius:20px;
  padding:14px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;
  box-shadow:0 16px 34px rgba(43,80,95,.14);position:relative;z-index:1;}
.e-anchor-pill{display:flex;align-items:center;justify-content:space-between;gap:8px;
  background:var(--ink-strong);color:#fff;border-radius:13px;padding:14px 14px;font-weight:800;font-size:13.5px;
  transition:transform .15s,box-shadow .15s;white-space:nowrap;}
.e-anchor-pill:hover{transform:translateY(-3px);box-shadow:0 8px 0 #cdeef0;}
.e-anchor-pill .arw{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex:none;
  border-radius:999px;background:linear-gradient(135deg,#5BC2D9,#64C0AB);color:#fff;font-style:normal;font-size:13px;}
@media(max-width:920px){ .e-anchor-inner{grid-template-columns:repeat(3,1fr);} }
@media(max-width:560px){ .e-anchor-inner{grid-template-columns:1fr 1fr;margin-top:-24px;} .e-anchor-pill{font-size:12.5px;padding:12px;} }

/* =======================================================================
   REASONS — 「選ばれて、神奈川県内No.1。」 (social proof)
   ======================================================================= */
.e-reasons{position:relative;overflow:hidden;background:
  radial-gradient(60% 50% at 8% 10%, rgba(91,194,217,.10), transparent 60%),
  radial-gradient(55% 50% at 94% 88%, rgba(100,192,171,.10), transparent 60%),#ffffff;}
.e-reasons::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.7;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='%235BC2D9'%3E%3Ccircle cx='24' cy='40' r='1.5' opacity='.45'/%3E%3Ccircle cx='150' cy='150' r='1.3' opacity='.4'/%3E%3C/g%3E%3Cg fill='%23FFD86B'%3E%3Ccircle cx='190' cy='52' r='1.9' opacity='.6'/%3E%3Ccircle cx='52' cy='176' r='1.6' opacity='.5'/%3E%3C/g%3E%3Cpath d='M120 70c.5 3 2.6 5.1 6 6-3.4.9-5.5 3-6 6-.5-3-2.6-5.1-6-6 3.4-.9 5.5-3 6-6z' fill='%23FFD86B' opacity='.7'/%3E%3C/svg%3E");background-repeat:repeat;}
@media(prefers-reduced-motion:no-preference){ .e-reasons::before{animation:e-starpulse 5s ease-in-out infinite;} }
.e-reasons>.container{position:relative;z-index:1;}
.e-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px;}
.e-reason-card{position:relative;background:#fff;border:3px solid #fff;border-radius:24px;padding:34px 26px;
  text-align:center;box-shadow:0 10px 0 #e7f3f6;transition:transform .2s,box-shadow .2s;}
.e-reason-card:hover{transform:translateY(-6px);box-shadow:0 14px 0 #d4ecf2;}
.e-reason-card::after{content:"";position:absolute;top:14px;right:16px;width:17px;height:17px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23FFD86B'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.85;}
.e-reason-ico{width:90px;height:90px;border-radius:26px;margin:0 auto 18px;
  background:radial-gradient(circle at 40% 35%,#eafaff,#d4f0f7);border:2px solid #fff;
  display:flex;align-items:center;justify-content:center;transform:rotate(-3deg);}
.e-reason-ico img{width:44px;height:44px;object-fit:contain;}
.e-reason-card:nth-child(2) .e-reason-ico{background:radial-gradient(circle at 40% 35%,#eafaf3,#d3f0e6);transform:rotate(3deg);}
.e-reason-num{font-size:12px;font-weight:800;color:var(--turq);letter-spacing:.14em;margin-bottom:6px;}
.e-reason-card h3{font-size:19px;font-weight:900;color:var(--ink-strong);margin-bottom:10px;}
.e-reason-card p{font-size:14px;color:var(--sub);font-weight:500;line-height:1.9;}
.e-stat-band{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px;}
.e-stat-cell{background:#fff;border:3px solid #fff;border-radius:22px;box-shadow:0 8px 0 #e7f3f6;
  padding:26px 16px;text-align:center;}
.e-stat-cell:nth-child(2){box-shadow:0 8px 0 #d6efe6;}
.e-stat-cell b{display:block;font-size:clamp(32px,4.4vw,44px);font-weight:900;color:var(--turq-dd);line-height:1;}
.e-stat-cell b i{font-size:.46em;font-style:normal;margin-left:2px;}
.e-stat-cell span{font-size:13px;font-weight:700;color:var(--sub);margin-top:8px;display:block;}
.e-reason-map{margin-top:24px;}
.e-reason-map .map-ph{height:300px;border-radius:24px;}
@media(max-width:780px){ .e-reason-grid{grid-template-columns:1fr;} .e-stat-band{grid-template-columns:1fr;} }

/* =======================================================================
   TEASER ROWS — short intro + link to subpage (alternating)
   ======================================================================= */
.e-teaser{display:grid;grid-template-columns:1.05fr 1fr;gap:50px;align-items:center;}
.e-teaser.rev .e-teaser-media{order:2;}
.e-teaser-body .e-eyebrow{display:flex;align-items:center;gap:9px;font-family:"Century Gothic","Trebuchet MS",sans-serif;
  font-weight:800;font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--turq-dd);margin-bottom:12px;}
.e-teaser-body .e-eyebrow::before{content:"";width:26px;height:2px;background:var(--turq);border-radius:2px;}
.e-teaser-body h2{font-size:clamp(24px,3vw,34px);font-weight:900;color:var(--ink-strong);line-height:1.45;}
.e-teaser-body h2 .mark{background:linear-gradient(transparent 58%, var(--gold) 58%);padding:0 .06em;}
.e-teaser-body p{margin-top:16px;font-size:15px;line-height:2.05;color:var(--sub);font-weight:500;}
.e-teaser-body .d-more{margin-top:24px;}
.e-teaser-dots{display:flex;gap:8px;margin-top:18px;}
.e-teaser-dots i{width:10px;height:10px;border-radius:50%;display:block;}
.e-teaser-dots i:nth-child(1){background:var(--d1);}.e-teaser-dots i:nth-child(2){background:var(--d2);}
.e-teaser-dots i:nth-child(3){background:var(--d3);}.e-teaser-dots i:nth-child(4){background:var(--d4);}
/* media variants */
.e-teaser-media .one{width:100%;border-radius:22px;object-fit:cover;aspect-ratio:4/3;display:block;
  box-shadow:0 16px 36px rgba(43,80,95,.16);border:5px solid #fff;}
.e-teaser-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.e-teaser-thumbs figure{margin:0;position:relative;border-radius:16px;overflow:hidden;border:4px solid #fff;
  box-shadow:0 10px 24px rgba(43,80,95,.12);}
.e-teaser-thumbs img{width:100%;height:130px;object-fit:cover;display:block;}
.e-teaser-thumbs figcaption{position:absolute;left:0;bottom:0;background:#fff;color:var(--turq-dd);
  font-size:11px;font-weight:800;padding:4px 10px;font-family:"Century Gothic",sans-serif;}
.e-teaser-media .map-ph{height:340px;border-radius:22px;}
@media(max-width:820px){ .e-teaser{grid-template-columns:1fr;gap:28px;} .e-teaser.rev .e-teaser-media{order:0;} }

/* alternating section tints to keep 案D's color-blocking rhythm */
.e-sec-white{background:#fff;}
.e-sec-a{background:var(--tintA);}
.e-sec-b{background:var(--tintB);}
.e-sec-c{background:var(--tintC);}

/* =======================================================================
   SCROLL-IN ANIMATIONS (nijigen-like gentle entrances)
   ======================================================================= */
html.anim .reveal{opacity:0;transform:translateY(30px);
  transition:opacity .7s ease,transform .8s cubic-bezier(.2,.7,.3,1);}
html.anim .reveal-l{opacity:0;transform:translateX(-36px);
  transition:opacity .7s ease,transform .8s cubic-bezier(.2,.7,.3,1);}
html.anim .reveal-r{opacity:0;transform:translateX(36px);
  transition:opacity .7s ease,transform .8s cubic-bezier(.2,.7,.3,1);}
html.anim .reveal-z{opacity:0;transform:scale(.94);
  transition:opacity .6s ease,transform .7s cubic-bezier(.2,.7,.3,1);}
html.anim .reveal.in,html.anim .reveal-l.in,html.anim .reveal-r.in,html.anim .reveal-z.in{
  opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  html.anim .reveal,html.anim .reveal-l,html.anim .reveal-r,html.anim .reveal-z{opacity:1;transform:none;transition:none;}
}

/* group dark block: a few stars too */
.d-group{position:relative;overflow:hidden;}

/* エフィラグループ — 4 business domain cells */
.e-domains{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid rgba(255,255,255,.18);}
.gdomain{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
  padding:26px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);}
.gdomain:nth-child(2n){border-right:none;}
.gdomain:nth-child(n+3){border-bottom:none;}
.gdomain .gd-ico{width:54px;height:54px;border-radius:50%;background:rgba(255,255,255,.1);
  display:flex;align-items:center;justify-content:center;}
.gdomain .gd-ico img{width:28px;height:28px;filter:brightness(0) invert(1);}
.gdomain b{font-size:16px;font-weight:900;color:#fff;}
.d-group::after{content:"";position:absolute;right:-20px;top:-20px;width:160px;height:160px;z-index:0;pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c1 6 5 10 12 12-7 2-11 6-12 12-1-6-5-10-12-12 7-2 11-6 12-12z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size:contain;background-repeat:no-repeat;opacity:.06;}
.d-group>*{position:relative;z-index:1;}
