
  :root{
    --ink:#33303a; --rose:#ec7aa6; --rose-d:#dd5f8f; --rose-l:#f9d0e0;
    --rose-bg:#fef4f9; --muted:#6f6878; --line:#f6ebf1; --bg:#ffffff;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;color:var(--ink);line-height:1.85;background:var(--bg);-webkit-font-smoothing:antialiased;}
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1280px;margin:0 auto;padding:0 28px;}
  section{padding:96px 0;}

  .eyebrow{font-size:13px;font-weight:700;letter-spacing:1.4px;color:var(--rose);text-transform:uppercase;display:block;margin-bottom:14px;}
  .sh{font-size:38px;font-weight:900;line-height:1.4;letter-spacing:.01em;text-wrap:balance;}
  .sh .ac{color:var(--rose);}
  .lead{color:var(--muted);font-size:17px;margin-top:18px;line-height:1.9;}
  .center{text-align:center;}
  .center .lead{max-width:660px;margin-left:auto;margin-right:auto;}

  .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:700;border-radius:99px;transition:.22s;cursor:pointer;font-size:16px;}
  .btn-fill{background:var(--rose);color:#fff;padding:16px 34px;box-shadow:0 8px 22px rgba(209,106,136,.32);}
  .btn-fill:hover{background:var(--rose-d);transform:translateY(-2px);}
  .btn-white{background:#fff;color:var(--rose);border:1px solid rgba(209,106,136,.35);padding:15px 32px;box-shadow:0 8px 26px rgba(0,0,0,.08);}
  .btn-white:hover{background:var(--rose-bg);transform:translateY(-2px);}
  .btn .arw{font-size:14px;}

  /* header */
  header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);}
  .hd{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1380px;margin:0 auto;padding:12px 28px;}
  .hd-logo{display:flex;align-items:center;gap:9px;}
  .hd-logo .lg-ic{height:38px;width:auto;}
  .hd-logo .lg-txt{font-weight:800;font-size:17px;color:var(--ink);line-height:1.15;letter-spacing:.01em;}
  .hd-logo .lg-txt b{color:var(--rose);}
  .hd-nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700;}
  .hd-nav a:hover{color:var(--rose);}
  .hd-right{display:flex;align-items:center;gap:20px;}
  .hd-tel{text-align:right;line-height:1.25;}
  .hd-tel .num{font-size:19px;font-weight:800;color:var(--rose);letter-spacing:.02em;}
  .hd-tel .t{font-size:10.5px;color:var(--muted);}
  .hd .btn-fill{padding:11px 22px;font-size:13px;box-shadow:none;}

  /* hero */
  .hero{position:relative;min-height:660px;display:grid;align-items:center;
    background:url("/service/recruitment/assets-b/hero.jpg") right center/cover no-repeat, #f6eef0;}
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#fff 26%,rgba(255,255,255,.86) 46%,rgba(255,255,255,.15) 66%,transparent 82%);}
  .hero .wrap{position:relative;z-index:2;max-width:1380px;width:100%;}
  .hero-inner{max-width:680px;text-align:left;}
  .hero .eyebrow{margin-bottom:20px;}
  .hero h1{font-size:56px;font-weight:900;line-height:1.28;letter-spacing:.01em;}
  .hero h1 .ac{color:var(--rose);}
  .hero .htxt{color:#3a3a45;font-size:17.5px;margin:22px 0 30px;line-height:1.95;}
  .hero-cta{display:flex;gap:18px;flex-wrap:wrap;align-items:center;}

  /* problems */
  .problems{background:var(--rose-bg);}
  .prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px;}
  .prob-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px 26px;box-shadow:0 10px 30px rgba(180,80,111,.06);}
  .prob-card img{width:56px;height:56px;margin-bottom:16px;}
  .prob-card h3{font-size:18px;font-weight:800;margin-bottom:8px;}
  .prob-card p{font-size:15px;color:var(--muted);line-height:1.85;}
  .prob-foot{text-align:center;margin-top:48px;font-size:21px;font-weight:800;}
  .prob-foot .ac{color:var(--rose);}

  /* service steps */
  .svc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:56px;}
  .svc-step{text-align:center;padding:0 6px;position:relative;}
  .svc-step::after{content:"";position:absolute;top:44px;right:-9px;width:14px;height:14px;border-top:2px solid var(--rose-l);border-right:2px solid var(--rose-l);transform:rotate(45deg);}
  .svc-step:last-child::after{display:none;}
  .svc-step .stp{font-size:12px;font-weight:800;letter-spacing:1px;color:var(--rose);margin-bottom:14px;}
  .svc-step img{width:76px;height:76px;margin:0 auto 14px;}
  .svc-step h3{font-size:17px;font-weight:800;margin-bottom:8px;}
  .svc-step p{font-size:13.5px;color:var(--muted);line-height:1.8;}

  /* reasons */
  .reasons{background:var(--rose-bg);}
  .reason{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-top:64px;}
  .reason:first-of-type{margin-top:56px;}
  .reason.rev .rphoto{order:2;}
  .reason .rphoto img{width:100%;border-radius:18px;box-shadow:0 20px 46px rgba(180,80,111,.16);}
  .reason .rnum{font-size:14px;font-weight:800;letter-spacing:1.5px;color:var(--rose);margin-bottom:8px;}
  .reason .rtag{font-size:15px;font-weight:800;color:var(--rose-d);margin-bottom:12px;}
  .reason h3{font-size:29px;font-weight:900;line-height:1.5;margin-bottom:16px;text-wrap:balance;}
  .reason p{font-size:16px;color:var(--muted);line-height:1.95;}
  .rstats{display:flex;gap:16px;margin-top:22px;}
  .rstat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 22px;text-align:center;flex:1;box-shadow:0 8px 22px rgba(180,80,111,.06);}
  .rstat .v{font-size:27px;font-weight:900;color:var(--rose);line-height:1.2;}
  .rstat .k{font-size:12px;color:var(--muted);margin-top:4px;}
  .reasons-head{text-align:center;}
  .reasons-head .lead{max-width:720px;margin:18px auto 0;}

  /* pricing */
  .price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:56px;align-items:start;}
  .price-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:32px 26px;position:relative;box-shadow:0 12px 32px rgba(180,80,111,.07);}
  .price-card.pop{border:2px solid var(--rose);box-shadow:0 18px 44px rgba(209,106,136,.2);}
  .price-card .pop-lab{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--rose);color:#fff;font-size:12px;font-weight:800;letter-spacing:.5px;padding:5px 22px;border-radius:99px;box-shadow:0 6px 14px rgba(209,106,136,.35);}
  .price-card .pno{font-size:11px;font-weight:800;letter-spacing:1px;color:var(--rose);margin-bottom:6px;}
  .price-card .pname{font-size:22px;font-weight:900;margin-bottom:4px;}
  .price-card .pfor{font-size:13.5px;color:var(--muted);margin-bottom:16px;}
  .price-card .pprice{font-size:16px;font-weight:700;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--line);}
  .price-card .pprice b{font-size:42px;color:var(--rose-d);}
  .price-card .pmeta{font-size:13.5px;color:var(--muted);margin-bottom:16px;line-height:1.7;}
  .price-card ul{list-style:none;margin-bottom:24px;}
  .price-card li{font-size:14.5px;padding:6px 0 6px 24px;position:relative;line-height:1.6;}
  .price-card li::before{content:"✓";position:absolute;left:2px;color:var(--rose);font-weight:900;}
  .price-card li.no{color:#a7a2ad;}
  .price-card li.no::before{content:"—";color:#cfc9d1;}
  .price-card .btn{width:100%;}
  .price-note{text-align:center;color:var(--muted);font-size:12.5px;margin-top:26px;}

  /* flow */
  .flow{background:var(--rose-bg);}
  .flow-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:56px;}
  .flow-step{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 12px;text-align:center;position:relative;box-shadow:0 8px 22px rgba(180,80,111,.05);}
  .flow-step::after{content:"›";position:absolute;top:50%;right:-11px;transform:translateY(-50%);color:var(--rose);font-size:24px;font-weight:900;z-index:3;}
  .flow-step:last-child::after{display:none;}
  .flow-step .n{width:30px;height:30px;border-radius:50%;background:var(--rose);color:#fff;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;}
  .flow-step img{width:48px;height:48px;margin:0 auto 8px;}
  .flow-step h3{font-size:13.5px;font-weight:800;margin-bottom:6px;}
  .flow-step p{font-size:11.5px;color:var(--muted);line-height:1.6;}

  /* faq */
  .faq-list{max-width:820px;margin:52px auto 0;display:flex;flex-direction:column;gap:14px;}
  .faq-item{border:1px solid var(--line);border-radius:14px;padding:2px 26px;background:#fff;box-shadow:0 6px 18px rgba(180,80,111,.04);}
  .faq-item summary{list-style:none;cursor:pointer;font-weight:800;font-size:17px;padding:20px 0;display:flex;align-items:center;gap:14px;}
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-item summary .q{color:var(--rose);font-weight:900;font-size:18px;flex-shrink:0;}
  .faq-item summary .caret{margin-left:auto;color:var(--rose);transition:.2s;}
  .faq-item[open] summary .caret{transform:rotate(180deg);}
  .faq-item .a{padding:0 0 20px 34px;color:var(--muted);font-size:15px;line-height:1.9;}

  /* big cta band with photo */
  .ctaband{position:relative;color:#fff;text-align:center;padding:110px 0;
    background:linear-gradient(rgba(232,110,158,.66),rgba(221,95,143,.7)),url("/service/recruitment/assets-b/cta.jpg") center/cover no-repeat;}
  .ctaband .eyebrow{color:#ffe3ec;}
  .ctaband h2{font-size:38px;font-weight:900;line-height:1.45;margin-bottom:18px;text-wrap:balance;}
  .ctaband p{font-size:16.5px;opacity:.95;margin-bottom:32px;line-height:1.9;}
  .ctaband .btn-fill{background:#fff;color:var(--rose-d);}
  .ctaband .btn-fill:hover{background:#fff5f8;}
  .ctaband .btn-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.7);box-shadow:none;}
  .ctaband .btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;align-items:center;}

  /* footer */
  footer{background:#fff;padding:64px 0 0;border-top:1px solid var(--line);}
  .foot-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px;padding-bottom:40px;}
  .foot-logo{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;}
  .foot-logo .lg-ic{height:34px;width:auto;}
  .foot-logo .lg-txt{font-weight:800;font-size:17px;color:var(--ink);}
  .foot-logo .lg-txt b{color:var(--rose);}
  .foot-brand p{font-size:13px;color:var(--muted);line-height:1.9;}
  .foot-brand .tel{margin-top:16px;font-size:20px;font-weight:800;color:var(--rose);}
  .foot-brand .tel small{display:block;font-size:11px;color:var(--muted);font-weight:400;}
  .foot-col h4{font-size:12px;font-weight:800;letter-spacing:.5px;color:var(--rose);margin-bottom:14px;}
  .foot-col a{display:block;font-size:13.5px;color:var(--muted);padding:5px 0;}
  .foot-col a:hover{color:var(--rose);}
  .foot-bottom{border-top:1px solid var(--line);padding:20px 0;display:flex;justify-content:space-between;font-size:12px;color:var(--muted);}
  .foot-bottom a:hover{color:var(--rose);}

  /* two-tier CTA */
  .cta2{display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;position:relative;}
  .cta2 .tag{background:#fff;border:1.5px solid var(--rose-l);color:var(--rose-d);font-size:14px;font-weight:800;padding:8px 22px;border-radius:99px;position:absolute;top:-23px;left:50%;transform:translateX(-50%);z-index:2;box-shadow:0 3px 10px rgba(221,95,143,.16);white-space:nowrap;}
  .cta2 .main{display:inline-flex;align-items:center;gap:12px;background:var(--rose);color:#fff;font-weight:800;font-size:20px;padding:22px 50px 18px;border-radius:99px;margin-top:0;box-shadow:0 12px 26px rgba(236,122,166,.42);transition:.22s;white-space:nowrap;}
  .cta2:hover .main{background:var(--rose-d);transform:translateY(-2px);}
  .cta2 .main .ic{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.28);display:inline-flex;align-items:center;justify-content:center;font-size:15px;}
  .cta2.on-dark .tag{background:#fff;border-color:#fff;color:var(--rose-d);}
  .cta2.on-dark .main{background:#fff;color:var(--rose-d);}
  .cta2.on-dark .main .ic{background:var(--rose);color:#fff;}

  /* step 01-06 flow */
  .flow-head{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:60px;text-align:left;}
  .flow-badge2{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;width:74px;height:74px;border-radius:50%;background:var(--rose);color:#fff;font-weight:800;font-size:12px;line-height:1.2;box-shadow:0 6px 16px rgba(236,122,166,.4);flex-shrink:0;}
  .flow-badge2 b{font-size:18px;}
  .flow-head .eyebrow{margin-bottom:6px;}
  .flow-head h2{font-size:38px;font-weight:900;}
  .step6-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 26px;grid-auto-rows:1fr;}
  .step6{position:relative;transition:transform .22s;display:flex;flex-direction:column;}
  .step6:hover{transform:translateY(-5px);}
  .step6 .shead{position:relative;height:150px;margin-bottom:-24px;flex-shrink:0;}
  .step6 .snum{position:absolute;top:0;left:8px;font-weight:900;line-height:.82;letter-spacing:-2px;}
  .step6 .snum .s{font-size:18px;letter-spacing:3px;display:block;margin-bottom:2px;color:var(--rose-l);}
  .step6 .snum .n{font-size:98px;background:linear-gradient(155deg,#f7a9c6,#fdddec);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
  .step6 .il{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70px;height:70px;object-fit:contain;background:#fff;border:2px solid var(--rose-l);border-radius:50%;padding:15px;box-shadow:0 12px 26px rgba(221,95,143,.18);transition:.22s;}
  .step6:hover .il{border-color:var(--rose);box-shadow:0 16px 32px rgba(221,95,143,.3);}
  .offer-sub-row{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:28px;}
  .step6 .card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px 22px 24px;box-shadow:0 8px 22px rgba(221,95,143,.07);transition:.22s;flex:1;}
  .step6:hover .card{box-shadow:0 18px 38px rgba(221,95,143,.16);border-color:var(--rose-l);}
  .step6 .lab{display:block;background:linear-gradient(90deg,var(--rose),var(--rose-d));color:#fff;text-align:center;font-weight:800;font-size:19px;padding:14px 12px;border-radius:99px;margin-bottom:15px;box-shadow:0 6px 14px rgba(221,95,143,.28);}
  .step6 .card p{font-size:14.5px;color:var(--muted);line-height:1.85;}
  .flow-offer{margin-top:70px;text-align:center;}
  .flow-offer .down{color:var(--rose);font-size:30px;line-height:1;}
  .flow-offer h3{font-size:25px;font-weight:900;margin:12px 0 24px;text-wrap:balance;}
  .flow-offer h3 .ac{color:var(--rose);}
  .offer-bubbles{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;max-width:640px;margin:0 auto 24px;}
  .offer-bubbles span{background:#fff;border:1px solid var(--line);border-radius:99px;padding:12px 22px;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(221,95,143,.06);}
  .offer-bubbles span::before{content:"✓";color:var(--rose);font-weight:900;margin-right:8px;}
  .flow-offer .sub{font-size:18px;font-weight:800;margin-bottom:30px;}
  .flow-offer .sub .ac{color:var(--rose);}

  /* animations */
  .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease;}
  .reveal.in{opacity:1;transform:none;}
  .hero-inner>*{opacity:0;animation:heroUp .7s ease forwards;}
  .hero-inner .eyebrow{animation-delay:.05s}
  .hero-inner h1{animation-delay:.16s}
  .hero-inner .htxt{animation-delay:.3s}
  .hero-inner .hero-cta{animation-delay:.44s}
  @keyframes heroUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
  @media (prefers-reduced-motion: reduce){.reveal,.hero-inner>*{opacity:1!important;transform:none!important;animation:none!important;transition:none!important;}}

  @media(max-width:960px){
    .hd-nav{display:none;}
    .prob-grid,.svc-grid,.price-grid,.flow-grid{grid-template-columns:repeat(2,1fr);}
    .reason{grid-template-columns:1fr;gap:28px;}
    .reason.rev .rphoto{order:0;}
    .reason .rtext[style]{order:0 !important;}
    .reason .rphoto[style]{order:0 !important;}
    .svc-step::after,.flow-step::after{display:none;}
    .hero h1{font-size:38px;}.sh{font-size:28px;}
    .foot-top{grid-template-columns:1fr 1fr;}
    .step6-grid{grid-template-columns:repeat(2,1fr);}
    .flow-head h2{font-size:26px;}
  }
  @media(max-width:560px){
    section{padding:64px 0;}
    .prob-grid,.svc-grid,.price-grid,.flow-grid,.step6-grid{grid-template-columns:1fr;}
    .flow-head{flex-direction:column;gap:14px;text-align:center;}
    .cta2 .main{font-size:16px;padding:21px 32px;}
    .hero{min-height:560px;}
    .hero::before{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.78));}
    .hd-tel{display:none;}
    .foot-top{grid-template-columns:1fr;}
  }

  /* ===== multi-page shared ===== */
  .page-hero{background:linear-gradient(180deg,#fef4f9,#fff);padding:76px 0 60px;text-align:center;}
  .page-hero .eyebrow{margin-bottom:14px;}
  .page-hero h1{font-size:42px;font-weight:900;line-height:1.35;letter-spacing:.01em;text-wrap:balance;}
  .page-hero h1 .ac{color:var(--rose);}
  .page-hero .lead{max-width:760px;margin:20px auto 0;}
  .sec-cta{text-align:center;margin-top:56px;}
  /* flow detail */
  .flowd{display:flex;gap:34px;align-items:flex-start;padding:40px 0;border-bottom:1px dashed var(--rose-l);}
  .flowd:last-child{border-bottom:none;}
  .flowd .fd-left{flex:0 0 260px;text-align:center;}
  .flowd .fd-step{font-size:14px;font-weight:800;letter-spacing:2px;color:var(--rose);}
  .flowd .fd-num{font-size:70px;font-weight:900;line-height:.9;background:linear-gradient(155deg,#f7a9c6,#fdddec);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:2px 0 10px;}
  .flowd .fd-ic{width:96px;height:96px;object-fit:contain;margin:6px auto 0;background:#fff;border:2px solid var(--rose-l);border-radius:50%;padding:20px;box-shadow:0 12px 26px rgba(221,95,143,.14);}
  .flowd .fd-right{flex:1;}
  .flowd h2{font-size:26px;font-weight:900;margin-bottom:12px;}
  .flowd .fd-desc{color:var(--muted);font-size:15.5px;line-height:1.95;margin-bottom:18px;}
  .flowd ul{list-style:none;display:grid;gap:10px;}
  .flowd li{position:relative;padding-left:28px;font-size:14.5px;line-height:1.7;}
  .flowd li::before{content:"✓";position:absolute;left:0;top:1px;color:var(--rose);font-weight:900;}
  /* plan table */
  .cmp-wrap{overflow-x:auto;margin-top:44px;}
  .cmp-table{width:100%;border-collapse:separate;border-spacing:0;min-width:680px;}
  .cmp-table th,.cmp-table td{padding:18px 18px;text-align:center;border-bottom:1px solid var(--line);font-size:14.5px;}
  .cmp-table thead th{background:var(--rose-bg);font-size:16px;font-weight:900;border-bottom:2px solid var(--rose-l);}
  .cmp-table thead th.pop{background:var(--rose);color:#fff;position:relative;}
  .cmp-table thead th .pl{display:block;font-size:11px;font-weight:700;color:var(--rose);letter-spacing:1px;}
  .cmp-table thead th.pop .pl{color:#ffe3ee;}
  .cmp-table tbody th{text-align:left;font-weight:800;color:var(--muted);background:#fff;font-size:13.5px;}
  .cmp-table .big{font-size:22px;font-weight:900;color:var(--rose-d);}
  .cmp-table td.pop{background:#fff5f9;}
  .plan-note{color:var(--muted);font-size:13px;margin-top:14px;text-align:center;}
  /* plan detail cards */
  .pd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;align-items:stretch;}
  .pd-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px 26px;box-shadow:0 12px 32px rgba(180,80,111,.07);}
  .pd-card.pop{border:2px solid var(--rose);}
  .pd-card h3{font-size:20px;font-weight:900;margin-bottom:4px;}
  .pd-card .pm{color:var(--rose-d);font-weight:800;font-size:15px;margin-bottom:14px;}
  .pd-card ul{list-style:none;}
  .pd-card li{font-size:14px;padding:6px 0 6px 24px;position:relative;line-height:1.65;}
  .pd-card li::before{content:"✓";position:absolute;left:2px;color:var(--rose);font-weight:900;}
  /* discount / note box */
  .box{background:var(--rose-bg);border:1px solid var(--rose-l);border-radius:16px;padding:32px 34px;margin-top:44px;}
  .box h3{font-size:20px;font-weight:900;margin-bottom:12px;}
  .box ul{list-style:none;display:grid;gap:10px;}
  .box li{position:relative;padding-left:24px;font-size:14.5px;line-height:1.8;color:var(--muted);}
  .box li::before{content:"・";position:absolute;left:4px;color:var(--rose);font-weight:900;}
  .off-badge{display:inline-block;background:var(--rose);color:#fff;font-weight:900;font-size:15px;padding:6px 18px;border-radius:99px;margin-bottom:12px;}
  /* faq categories */
  .faq-cat{margin-top:44px;}
  .faq-cat h2{font-size:22px;font-weight:900;margin-bottom:18px;padding-left:14px;border-left:5px solid var(--rose);}
  /* contact */
  .contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;margin-top:52px;align-items:start;}
  .contact-info{display:grid;gap:18px;}
  .ci-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 26px;box-shadow:0 8px 22px rgba(180,80,111,.06);}
  .ci-card .lbl{font-size:12px;font-weight:800;letter-spacing:1px;color:var(--rose);margin-bottom:8px;}
  .ci-card .big{font-size:26px;font-weight:900;color:var(--ink);}
  .ci-card .sub{font-size:13px;color:var(--muted);margin-top:4px;}
  .ci-card p{font-size:14px;color:var(--muted);line-height:1.8;}
  .cform{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px 32px;box-shadow:0 12px 32px rgba(180,80,111,.08);}
  .cform .fg{margin-bottom:18px;}
  .cform label{display:block;font-weight:800;font-size:14px;margin-bottom:7px;}
  .cform label .req{color:#fff;background:var(--rose);font-size:10px;font-weight:800;padding:2px 8px;border-radius:6px;margin-left:8px;vertical-align:middle;}
  .cform input,.cform select,.cform textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:13px 14px;font-size:15px;font-family:inherit;background:#fff;}
  .cform input:focus,.cform select:focus,.cform textarea:focus{outline:none;border-color:var(--rose);box-shadow:0 0 0 3px rgba(236,122,166,.15);}
  .cform textarea{min-height:120px;resize:vertical;}
  .cform .submit{width:100%;justify-content:center;margin-top:6px;}
  .cform .note{font-size:12px;color:var(--muted);margin-top:14px;line-height:1.7;}
  .form-msg{display:none;background:var(--rose-bg);border:1px solid var(--rose-l);border-radius:12px;padding:16px;margin-bottom:18px;font-weight:700;color:var(--rose-d);font-size:14px;}
  @media(max-width:860px){
    .flowd{flex-direction:column;gap:8px;}
    .flowd .fd-left{flex:none;display:flex;align-items:center;gap:16px;}
    .flowd .fd-num{margin:0;}.flowd .fd-ic{margin:0;}
    .pd-grid{grid-template-columns:1fr;}
    .contact-grid{grid-template-columns:1fr;}
    .page-hero h1{font-size:30px;}
  }

  /* about rpo + top contact */
  .about-body{max-width:880px;margin:40px auto 0;}
  .about-body p{font-size:15.5px;line-height:2;color:#3a3a45;margin-bottom:20px;}
  .about-body p b{color:var(--ink);}
  .about-reco{max-width:880px;margin:36px auto 0;}
  .about-reco h3{color:var(--rose-d);}
  .reco-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 30px;margin-top:8px;}
  .reco-grid div{position:relative;padding-left:22px;font-size:14.5px;line-height:1.95;color:var(--muted);}
  .reco-grid div::before{content:"・";position:absolute;left:2px;color:var(--rose);font-weight:900;}
  .topform{max-width:720px;margin:52px auto 0;}
  @media(max-width:640px){.reco-grid{grid-template-columns:1fr;}}

  /* original logo image */
  .hd-logo img{height:36px;width:auto;}
  .foot-logo{display:inline-block;margin-bottom:16px;}
  .foot-logo img{height:30px;width:auto;}

  /* --- 期間限定キャンペーン（2026-08） --- */
  .camp-bar{display:inline-flex;align-items:center;gap:14px;background:var(--rose);color:#fff;border-radius:99px;padding:11px 14px 11px 12px;box-shadow:0 10px 24px rgba(209,106,136,.32);font-weight:800;font-size:15.5px;letter-spacing:.02em;margin-top:26px;max-width:100%;}
  .camp-bar .fl{flex:0 0 auto;background:#fff;color:var(--rose-d);font-size:12px;font-weight:900;letter-spacing:.08em;padding:5px 14px;border-radius:99px;}
  .camp-bar em{font-style:normal;font-size:20px;font-weight:900;letter-spacing:-.01em;}
  .camp-bar .pr{padding-right:8px;}
  .price-card .pwas{font-size:12.5px;color:var(--muted);font-weight:700;margin-bottom:2px;}
  .price-card .pwas s{font-size:15px;color:#9a94a3;text-decoration-thickness:2px;text-decoration-color:var(--rose);}
  .price-card .pprice{display:flex;align-items:baseline;flex-wrap:wrap;}
  .price-card .poff{margin-left:auto;align-self:center;background:var(--rose);color:#fff;font-size:15px;font-weight:900;line-height:1.05;text-align:center;border-radius:12px;padding:7px 12px;box-shadow:0 6px 14px rgba(209,106,136,.35);}
  .price-card .poff em{display:block;font-style:normal;font-size:9.5px;font-weight:800;letter-spacing:.14em;}
  .cmp-table .was{display:block;font-size:13.5px;font-weight:700;color:#9a94a3;line-height:1.5;}
  .cmp-table .was s{text-decoration-thickness:2px;text-decoration-color:var(--rose);}
  .cmp-table .camp{color:var(--rose-d);}
  .cmp-table td.camp-row{background:#fff5f9;}
  .pd-card .pwas{font-size:13px;color:#9a94a3;font-weight:700;margin-bottom:2px;}
  .pd-card .pwas s{text-decoration-thickness:2px;text-decoration-color:var(--rose);}
  @media(max-width:640px){
    .camp-bar{font-size:14px;gap:10px;}
    .camp-bar em{font-size:18px;}
    .price-card .poff{font-size:14px;padding:6px 11px;margin-top:6px;}
  }
