/*
Theme Name: PC Kaishu Clear
Description: PC回収クリアのオリジナルテーマ
Version: 1.0
Author: Manus
*/

/* index.html の <style> タグ内のCSSを以下に移動 */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans JP','Hiragino Kaku Gothic ProN','Meiryo',sans-serif;color:#2c3e50;background:#fff;font-size:14px;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{max-width:960px;margin:0 auto;padding:0 20px}
.sec-label{display:inline-block;background:#1a6fc4;color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:99px;margin-bottom:10px;letter-spacing:.06em}
.sec-title{font-size:clamp(18px,3.5vw,24px);font-weight:700;line-height:1.4;margin-bottom:8px;color:#2c3e50}
.sec-title span{color:#1a6fc4}
.sec-sub{font-size:13px;color:#777;margin-bottom:32px}
.text-center{text-align:center}

/* HEADER */
.site-header{background:#fff;border-bottom:1px solid #e8edf2;padding:0 20px;height:64px;display:flex;align-items:center;gap:16px;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.hdr-logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;color:#2c3e50}
.logo-icon{width:34px;height:34px;background:#1a6fc4;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hdr-spacer{flex:1}
.hdr-tel{display:flex;align-items:center;gap:6px;color:#1a6fc4;font-weight:700;font-size:16px}
.hdr-tel .tel-sub{font-size:11px;color:#888;background:#f0f7ff;padding:2px 7px;border-radius:3px}
.hdr-cta{background:#e74c3c;color:#fff;padding:10px 18px;border-radius:99px;font-size:12px;font-weight:700;white-space:nowrap}
.hdr-cta:hover{background:#c0392b}

/* HERO */
.hero{background:#0d3b6e;padding:60px 20px 0;position:relative;overflow:hidden}
.hero::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 0,transparent 50%);background-size:20px 20px;pointer-events:none}
.hero-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:40px;align-items:end;position:relative;z-index:1}
.hero-content{padding-bottom:52px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:11px;font-weight:700;padding:5px 14px;border-radius:99px;margin-bottom:18px}
.hero-h1{font-size:clamp(26px,5vw,40px);font-weight:700;color:#fff;line-height:1.3;margin-bottom:14px}
.hero-h1 .hl{color:#ffd700}
.hero-h1 .fb{background:#e74c3c;color:#fff;font-size:.5em;padding:4px 12px;border-radius:6px;margin-left:8px;vertical-align:middle;display:inline-block;line-height:1.4;font-weight:900;letter-spacing:.02em}
.hero-desc{font-size:13px;color:rgba(255,255,255,.85);margin-bottom:22px;line-height:1.9}
.hero-free{display:flex;gap:8px;margin-bottom:26px}
.fi{flex:1;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 8px;text-align:center}
.fi .fl{font-size:10px;color:rgba(255,255,255,.7);margin-bottom:3px}
.fi .fv{font-size:20px;font-weight:700;color:#ffd700}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.btn-red{background:#e74c3c;color:#fff;padding:14px 26px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-red:hover{background:#c0392b;transform:translateY(-1px)}
.btn-border{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:14px 22px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-border:hover{background:rgba(255,255,255,.12)}
.hero-note{font-size:11px;color:rgba(255,255,255,.6);margin-top:12px}
.hero-photo{align-self:end;overflow:hidden;border-radius:12px 12px 0 0}
.hero-photo img{width:100%;height:420px;object-fit:cover;object-position:center top;display:block;border-radius:12px 12px 0 0}

/* TRUST BAR */
.trust-bar{background:#fff;border-bottom:1px solid #e8edf2;padding:16px 20px}
.trust-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:14px}
@media(max-width:640px){
  .trust-inner{justify-content:center;gap:10px 20px}
  .ti{width:calc(50% - 10px);justify-content:flex-start;font-size:11px}
  .ti-div{display:none}
}
.ti{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#2c3e50}
.ti-ic{width:32px;height:32px;background:#1a6fc4;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ti-div{width:1px;height:28px;background:#e8edf2}

/* SECTIONS */
.sec{padding:64px 20px}
.sec-alt{background:#f4f8fc}

/* FEATURES */
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fc{background:#fff;border:1px solid #e8edf2;border-radius:12px;overflow:hidden;position:relative;transition:.2s}
.fc:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.1)}
.fc-img{
  width:100%;
  height:180px;
  overflow:hidden;
  position:relative;
  display:block;
  background:#f4f6f8;
}
.fc-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  transition:transform .3s ease;
}
.fc:hover .fc-img img{transform:scale(1.04)}
.fc-img::after{
  content:'';
  position:absolute;
  bottom:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,#1a6fc4,#27ae60);
  z-index:1;
}
.fc-body{padding:22px 20px}
.fc-num{width:30px;height:30px;background:#1a6fc4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;margin-bottom:12px}
.fc h3{font-size:13px;font-weight:700;margin-bottom:8px;line-height:1.5}
.fc p{font-size:12px;color:#777;line-height:1.8}

/* STATS */
.stats-sec{background:#1a2a4a;padding:52px 20px}
.stats-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}
.si{text-align:center;padding:16px;border-right:1px solid rgba(255,255,255,.1)}
.si:last-child{border-right:none}
.si-num{font-size:clamp(28px,4vw,40px);font-weight:700;color:#ffd700;line-height:1;margin-bottom:6px}
.si-unit{font-size:14px;color:#ffd700}
.si-lbl{font-size:12px;color:rgba(255,255,255,.6)}

/* ITEMS SECTION BANNER */
.items-banner{width:100%;height:220px;overflow:hidden;border-radius:12px;margin-bottom:32px;position:relative}
.items-banner img{width:100%;height:100%;object-fit:cover;object-position:center 40%}
.items-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(10,40,80,.6) 0%,rgba(0,0,0,.2) 100%);display:flex;align-items:center;padding:0 32px}
.items-banner-text{color:#fff}
.items-banner-text h3{font-size:22px;font-weight:700;margin-bottom:4px}
.items-banner-text p{font-size:13px;opacity:.85}

/* ITEMS TABS */
.tabs-row{display:flex;justify-content:center;gap:8px;margin-bottom:26px;flex-wrap:wrap}
.tab-btn{padding:10px 22px;border-radius:99px;border:1px solid #d0dae6;background:#fff;color:#555;font-size:12px;font-weight:700;cursor:pointer;transition:.2s;font-family:inherit}
.tab-btn:hover{border-color:#1a6fc4;color:#1a6fc4}
.tab-btn.active{background:#1a6fc4;border-color:#1a6fc4;color:#fff}
.tab-content{display:none}
.tab-content.active{display:block}
.items-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.item-card{
  background:#fff;
  border:2px solid #c8e6c9;
  border-radius:10px;
  padding:12px 6px 12px;
  text-align:center;
  transition:.2s;
  overflow:hidden;
}
.item-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.item-card.ng{border-color:#ffcdd2;background:#fff9f9}
.ic-icon{
  width:100px;
  height:100px;
  margin:0 auto 10px;
  border-radius:10px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8f8f8;
  flex-shrink:0;
}
.ic-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.ic-icon.ng-ic{background:#fff5f5}
.item-card h4{font-size:11px;font-weight:700;margin-bottom:4px}
.item-card p{font-size:10px;color:#888;line-height:1.5}
.item-bdg{display:inline-block;font-size:10px;font-weight:700;padding:2px 8px;border-radius:3px;margin-top:6px}
.ok-bdg{background:#eafaf1;color:#1e8449}
.ng-bdg{background:#fdf2f0;color:#c0392b}
.note-box{background:#fffbee;border:1px solid #f0d060;border-left:4px solid #e67e22;border-radius:0;padding:12px 18px;margin-top:16px;font-size:12px;line-height:1.8}

/* FLOW */
.flow-row{display:grid;grid-template-columns:1fr 32px 1fr 32px 1fr;gap:0;align-items:start;margin-bottom:24px}
.flow-arrow{display:flex;align-items:center;justify-content:center;padding-top:44px;color:#1a6fc4;opacity:.5}
.flow-step{background:#fff;border:1px solid #e8edf2;border-radius:12px;overflow:hidden}
.flow-step-body{padding:26px 20px}
.flow-step-img{width:100%;height:160px;overflow:hidden}
.flow-step-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:.3s}
.flow-step:hover .flow-step-img img{transform:scale(1.04)}
.fs-num{width:38px;height:38px;background:#1a6fc4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;margin-bottom:14px}
.flow-step h3{font-size:14px;font-weight:700;margin-bottom:8px}
.flow-step p{font-size:12px;color:#777;line-height:1.8}
.addr-box{background:#fff;border:2px solid #b8d4f0;border-radius:10px;padding:16px 24px;display:flex;align-items:center;gap:16px;max-width:520px;margin:0 auto}
.addr-icon{width:44px;height:44px;background:#e8f4fd;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.addr-main{font-size:13px;font-weight:700;line-height:1.8}
.addr-main span{color:#1a6fc4}

/* SHIPPING */
.ship-step{background:#fff;border:1px solid #e8edf2;border-radius:12px;margin-bottom:8px;position:relative}
.ship-step::after{content:'';position:absolute;left:50px;top:100%;width:2px;height:8px;background:#b8d4f0}
.ship-step:last-child::after{display:none}
.ship-step-inner{padding:24px 28px;display:grid;grid-template-columns:56px 1fr;gap:20px;align-items:start}
.step-circ{width:46px;height:46px;background:#1a6fc4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}
.ship-step h3{font-size:14px;font-weight:700;margin-bottom:8px;color:#2c3e50}
.ship-step p{font-size:12px;color:#666;line-height:1.9}
.ship-tip{background:#f0f7ff;border-left:3px solid #1a6fc4;border-radius:0;padding:9px 14px;margin-top:10px;font-size:12px;color:#185fa5;line-height:1.7}
.addr-highlight{background:#f0f7ff;border:2px solid #1a6fc4;border-radius:8px;padding:14px 18px;margin-top:10px;font-size:13px;font-weight:700;line-height:1.9}
.ship-options{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.sopt{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:99px;font-size:11px;font-weight:700;border:1.5px solid #d0dae6;background:#fff;text-decoration:none;color:#2c3e50}
.sopt:hover{border-color:#1a6fc4;color:#1a6fc4}
.sopt.hl{border-color:#27ae60;background:#eafaf1;color:#1e8449}
.opt-logo{width:14px;height:auto;vertical-align:middle;flex-shrink:0}
/* 発送ステップ写真 */
.ship-photo{width:100%;height:180px;overflow:hidden;border-radius:0 0 12px 12px}
.ship-photo img{width:100%;height:100%;object-fit:cover;object-position:center}

/* DATA ERASE */
.de-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}
.de-left h3{font-size:17px;font-weight:700;margin-bottom:12px}
.de-left>p{font-size:12px;color:#777;line-height:1.9;margin-bottom:22px}
.method-card{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:20px;display:flex;gap:14px;align-items:flex-start;margin-bottom:12px}
.mc-icon{width:46px;height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mc-icon.sw{background:#e8f4fd}
.mc-icon.ph{background:#fdf2f0}
.mc-body h4{font-size:13px;font-weight:700;margin-bottom:6px}
.mc-body p{font-size:12px;color:#777;line-height:1.8}
.dod-badge{display:inline-flex;align-items:center;gap:5px;background:#1a3a6c;color:#b8d4f0;font-size:11px;font-weight:700;padding:4px 10px;border-radius:5px;margin-top:8px}
.de-right{border-radius:14px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.12)}
.de-photo{width:100%;height:200px;overflow:hidden}
.de-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.de-panel{background:#0d3b6e;padding:24px;color:#fff}
.de-panel h3{font-size:15px;font-weight:700;margin-bottom:14px}
.sec-pts{display:flex;flex-direction:column;gap:8px}
.sec-pt{background:rgba(255,255,255,.07);border-radius:5px;padding:9px 12px;display:flex;align-items:center;gap:10px}
.chk-c{width:22px;height:22px;background:#27ae60;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sec-pt span{font-size:12px;color:rgba(255,255,255,.85)}
.de-note{background:rgba(255,255,255,.06);border-radius:6px;padding:12px;margin-top:12px;font-size:11px;color:rgba(255,255,255,.6);line-height:1.8}

/* VOICES */
.voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.vc{background:#fff;border:1px solid #e8edf2;border-radius:12px;padding:22px;position:relative}
.vc::after{content:'"';position:absolute;top:12px;right:18px;font-size:52px;font-family:Georgia,serif;color:#1a6fc4;opacity:.07;line-height:1}
/* .stars は .vc-stars に統合済み */

.vc-text{font-size:12px;line-height:1.9;color:#555;margin-bottom:16px}
.vc-author{display:flex;align-items:center;gap:12px;border-top:1px solid #f0f4f8;padding-top:14px}
.av-photo{width:42px;height:42px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #e8f4fd}
.av-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.av-name{font-size:12px;font-weight:700;margin-bottom:2px}
.av-meta{font-size:11px;color:#aaa}

/* CTA BANNER */
.cta-ban{padding:56px 20px;text-align:center}
.cta-ban.red{background:#c0392b}
.cta-ban.blue{background:#0d3b6e}
.cta-ban h2{font-size:clamp(18px,3vw,24px);font-weight:700;color:#fff;margin-bottom:10px;line-height:1.5}
.cta-ban p{font-size:13px;color:rgba(255,255,255,.8);margin-bottom:26px}
.cta-btns-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-wht{background:#fff;color:#c0392b;padding:15px 34px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-wht:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}
.btn-wht.blue-v{color:#0d3b6e}
.btn-bdr{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:15px 30px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-bdr:hover{background:rgba(255,255,255,.12)}

/* FAQ */
.faq-wrap{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.faq-item{background:#fff;border:1px solid #e8edf2;border-radius:8px;overflow:hidden}
.faq-q{display:flex;align-items:center;gap:12px;padding:17px 20px;cursor:pointer;user-select:none}
.faq-q:hover{background:#f8fafd}
.faq-q-ic{width:28px;height:28px;background:#1a6fc4;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.faq-q h4{font-size:13px;font-weight:700;flex:1;line-height:1.5}
.faq-tog{width:24px;height:24px;background:#f0f4f8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.25s}
.faq-item.open .faq-tog{background:#1a6fc4;color:#fff;transform:rotate(180deg)}
.faq-a{display:none;padding:0 20px 18px 60px;font-size:12px;color:#666;line-height:1.9}
.faq-item.open .faq-a{display:block}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:36px;align-items:start}
.c-info h3{font-size:17px;font-weight:700;margin-bottom:10px}
.c-info>p{font-size:12px;color:#777;line-height:1.9;margin-bottom:20px}
.tel-big{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:18px 20px;margin-bottom:14px}
.tel-big .lbl{font-size:11px;color:#aaa;margin-bottom:6px}
.tel-big .num{font-size:24px;font-weight:700;color:#1a6fc4;display:flex;align-items:center;gap:8px}
.tel-big .hrs{font-size:11px;color:#aaa;margin-top:5px}
.addr-inf{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:18px 20px;font-size:12px;line-height:1.9}
.addr-inf h4{font-size:11px;font-weight:700;color:#aaa;letter-spacing:.08em;margin-bottom:10px}
.form-box{background:#fff;border:1px solid #e8edf2;border-radius:14px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}
.form-box h3{font-size:16px;font-weight:700;margin-bottom:5px}
.form-box .fsub{font-size:11px;color:#aaa;margin-bottom:22px}
.form-row{margin-bottom:14px}
.form-row label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
.req{color:#e74c3c;font-size:11px;margin-left:3px}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:11px 14px;border:1.5px solid #d0dae6;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#2c3e50;outline:none;transition:.2s}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#1a6fc4;box-shadow:0 0 0 3px rgba(26,111,196,.1)}
.form-row textarea{height:110px;resize:vertical}
.form-submit{width:100%;padding:16px;background:#e74c3c;color:#fff;border:none;border-radius:99px;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px;font-family:inherit;transition:.2s}
.form-submit:hover{background:#c0392b;transform:translateY(-1px)}
.form-priv{background:#f0f7ff;border-radius:6px;padding:11px 14px;font-size:11px;color:#777;margin-top:14px;line-height:1.8}

/* COMPANY */
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.co-table-wrap{border:1px solid #e8edf2;border-radius:12px;overflow:hidden}
.co-table{width:100%;border-collapse:collapse}
.co-table tr{border-bottom:1px solid #e8edf2}
.co-table tr:last-child{border-bottom:none}
.co-table th{background:#f4f8fc;padding:14px 18px;font-size:12px;font-weight:700;color:#185fa5;text-align:left;width:32%;vertical-align:top}
.co-table td{padding:14px 18px;font-size:13px;line-height:1.8;vertical-align:top}
.free-lbl{color:#27ae60;font-weight:700;font-size:16px}
.company-photo{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.company-photo img{width:100%;height:100%;object-fit:cover;display:block}

/* FOOTER */
.site-footer{background:#1a2236;color:rgba(255,255,255,.75);padding:52px 20px 18px}
.footer-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:36px;margin-bottom:40px}
.fg-logo{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:15px;margin-bottom:10px}
.fg-logo-ic{width:30px;height:30px;background:#4a9eff;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fg-tagline{font-size:12px;opacity:.5;margin-bottom:18px}
.fg-tel{font-size:22px;font-weight:700;color:#4a9eff;margin-bottom:4px;display:block}
.fg-hrs{font-size:11px;opacity:.5}
.fg h4{color:#fff;font-size:12px;font-weight:700;margin-bottom:14px;letter-spacing:.08em;opacity:.7}
.fg ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.fg ul li a{font-size:12px;color:rgba(255,255,255,.55);transition:.2s}
.fg ul li a:hover{color:#fff}
.fg-addr{font-size:12px;line-height:2}
.lic-badge{background:rgba(255,255,255,.05);border-radius:5px;padding:9px 13px;margin-top:12px;font-size:11px;display:inline-flex;flex-direction:column;gap:3px;color:rgba(255,255,255,.55)}
.footer-btm{max-width:960px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.copy{font-size:11px;opacity:.4}
.ftlinks{display:flex;gap:18px}
.ftlinks a{font-size:11px;color:rgba(255,255,255,.4);transition:.2s}
.ftlinks a:hover{color:rgba(255,255,255,.75)}

/* SCROLL TOP */
.scroll-top{position:fixed;bottom:28px;right:24px;width:44px;height:44px;background:#1a6fc4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(26,111,196,.35);opacity:0;pointer-events:none;transition:.3s;z-index:200}
@media(max-width:640px){
  .scroll-top{bottom:80px;right:20px;width:40px;height:40px}
}
.scroll-top.show{opacity:1;pointer-events:auto}
.scroll-top:hover{background:#0f5096;transform:translateY(-2px)}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .hero-photo{display:block;width:100%;margin-top:20px}
  .hero-photo img{border-radius:12px}
  .hero-content{padding-bottom:52px}
  .feat-grid{grid-template-columns:repeat(2,1fr)}
  .voices-grid{grid-template-columns:repeat(2,1fr)}
  .de-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .company-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .flow-row{grid-template-columns:1fr;gap:12px}
  .flow-arrow{display:none}
}
@media(max-width:640px){
  .hdr-tel{display:none}
  .hdr-cta{display:block;padding:8px 12px;font-size:11px}
  .feat-grid{grid-template-columns:1fr}
  .items-grid{grid-template-columns:repeat(2,1fr)}
  .voices-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust-inner{gap:10px}
  .ti-div{display:none}
  .hero-free{flex-wrap:wrap}
  .fi{min-width:calc(50% - 4px)}
  .items-banner{height:140px}
}

/* ========================================
   日本向けデザイン強化 CSS
   ======================================== */

/* --- 1. マーカーペン風アンダーライン --- */
.marker {
  background: linear-gradient(transparent 55%, rgba(255,234,0,.75) 55%);
  display: inline;
  padding:0 2px;
}
.marker-red {
  background: linear-gradient(transparent 55%, rgba(255,102,102,.65) 55%);
  display: inline;
  padding:0 2px;
}
.marker-blue {
  background: linear-gradient(transparent 55%, rgba(100,180,255,.6) 55%);
  display: inline;
  padding:0 2px;
}

/* --- 2. ステッカー風丸バッジ（ヒーロー） --- */
.hero-title-block {
  position:relative;
  display:inline-block;
  padding-right:80px;
}
/* ステッカー：タイトル右上に独立配置 */
.hero-sticker-float {
  position:absolute;
  top:-8px;
  right:-4px;
  width:72px;
  height:72px;
  background: radial-gradient(circle, #ff6b00 0%, #e53935 100%);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
  font-size:10px;
  line-height:1.25;
  text-align:center;
  box-shadow:0 4px 14px rgba(229,57,53,.55), inset 0 1px 2px rgba(255,255,255,.3);
  border:2.5px dashed rgba(255,255,255,.7);
  z-index:10;
  animation:stickerPop .5s ease 1s both;
  transform-origin:center;
  pointer-events:none;
}
.hero-sticker-float .s-num {font-size:21px;font-weight:900;line-height:1}
.hero-sticker-float .s-lbl {font-size:9px;opacity:.9}
/* featureリボン用ステッカークラスは残す */
.sticker {display:none}
.sticker.green {display:none}
.sticker.blue {display:none}
@keyframes stickerPop {
  0%{transform:scale(0) rotate(-15deg);opacity:0}
  70%{transform:scale(1.12) rotate(4deg)}
  100%{transform:scale(1) rotate(0);opacity:1}
}

/* --- 3. ヒーローFreeアイテム 強化 --- */
.hero-free {
  display:flex;
  gap:10px;
  margin-bottom:26px;
  flex-wrap:wrap;
}
.fi {
  flex:1;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  padding:12px 8px;
  text-align:center;
  position:relative;
  overflow:visible;
  min-width:80px;
  transition:.2s;
}
.fi:hover{transform:translateY(-3px);background:rgba(255,255,255,.18)}
.fi .fl{font-size:10px;color:rgba(255,255,255,.7);margin-bottom:3px}
.fi .fv{font-size:22px;font-weight:900;color:#ffd700}
.fi.fi-free::after {
  content:'無料';
  position:absolute;
  top:-10px;
  right:-6px;
  background:#ff6b00;
  color:#fff;
  font-size:9px;
  font-weight:900;
  padding:2px 6px;
  border-radius:99px;
  white-space:nowrap;
  box-shadow:0 2px 6px rgba(255,107,0,.4);
}

/* --- 4. リボン装飾（featureカード） --- */
.fc {position:relative;overflow:hidden}
.fc-ribbon {
  position:absolute;
  top:16px;
  right:-24px;
  width:100px;
  background:linear-gradient(135deg,#ff6b00,#e53935);
  color:#fff;
  font-size:10px;
  font-weight:900;
  padding:5px 0;
  text-align:center;
  transform:rotate(35deg);
  box-shadow:0 2px 8px rgba(229,57,53,.4);
  z-index:3;
  letter-spacing:.04em;
}
.fc-ribbon.green {
  background:linear-gradient(135deg,#43a047,#2e7d32);
  box-shadow:0 2px 8px rgba(43,160,47,.4);
}
.fc-ribbon.blue {
  background:linear-gradient(135deg,#1e88e5,#1565c0);
  box-shadow:0 2px 8px rgba(30,136,229,.4);
}

/* --- 5. CTAボタン 日本風3D --- */
.btn-red, .btn-cta-jp {
  background:linear-gradient(180deg,#ff7043 0%,#e53935 45%,#b71c1c 100%);
  color:#fff;
  padding:16px 30px;
  border-radius:99px;
  font-weight:900;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 6px 0 #7f0000, 0 8px 20px rgba(183,28,28,.4);
  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:.15s;
  position:relative;
  top:0;
  letter-spacing:.03em;
}
.btn-red:hover, .btn-cta-jp:hover {
  box-shadow:0 3px 0 #7f0000, 0 5px 14px rgba(183,28,28,.4);
  top:3px;
  background:linear-gradient(180deg,#ff5722 0%,#d32f2f 45%,#b71c1c 100%);
  color:#fff;
  opacity:1;
}
.btn-red:active, .btn-cta-jp:active {
  box-shadow:0 1px 0 #7f0000;
  top:5px;
}

/* マイクロコピー */
.micro-copy {
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:#e57373;
  margin-bottom:6px;
  letter-spacing:.04em;
}
.micro-copy-white {
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:rgba(255,200,200,.9);
  margin-bottom:8px;
  letter-spacing:.04em;
}

/* フォームsubmitボタン */
.form-submit {
  width:100%;
  padding:18px;
  background:linear-gradient(180deg,#ff7043 0%,#e53935 45%,#b71c1c 100%);
  color:#fff;
  border:none;
  border-radius:99px;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  margin-top:6px;
  font-family:inherit;
  box-shadow:0 6px 0 #7f0000, 0 8px 20px rgba(183,28,28,.35);
  position:relative;
  top:0;
  transition:.15s;
  letter-spacing:.03em;
}
.form-submit:hover {
  box-shadow:0 3px 0 #7f0000, 0 5px 12px rgba(183,28,28,.35);
  top:3px;
  background:linear-gradient(180deg,#ff5722 0%,#d32f2f 45%,#b71c1c 100%);
}
.form-submit:active{box-shadow:0 1px 0 #7f0000;top:5px}

/* フォームMicrocopy */
.form-microcopy {
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:#e53935;
  margin-bottom:8px;
  letter-spacing:.04em;
}

/* CTAバナーボタン */
.btn-wht {
  background:linear-gradient(180deg,#fff 0%,#f5f5f5 100%);
  color:#c0392b;
  padding:16px 32px;
  border-radius:99px;
  font-weight:900;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 6px 0 rgba(0,0,0,.15), 0 8px 20px rgba(0,0,0,.12);
  transition:.15s;
  text-decoration:none;
  position:relative;
  top:0;
}
.btn-wht:hover {
  box-shadow:0 3px 0 rgba(0,0,0,.15), 0 5px 12px rgba(0,0,0,.12);
  top:3px;
  opacity:1;
  color:#c0392b;
}
.btn-wht.blue-v{color:#0d3b6e}

/* --- 6. お客様の声 吹き出しデザイン --- */
.voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}

/* カード外枠 */
.vc{
  background:#fff;
  border-radius:16px;
  border:1.5px solid #dce8f5;
  padding:20px;
  box-shadow:0 4px 16px rgba(26,111,196,.07);
  transition:.2s;
  text-align:left;
}
.vc:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(26,111,196,.14)}

/* 星エリア */
.vc-stars{display:flex;gap:4px;margin-bottom:12px}
.star-ic{
  width:16px;height:16px;
  background:#f39c12;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  flex-shrink:0;
}

/* 吹き出し本体（テキストを囲む） */
.vc-balloon{
  background:#f0f7ff;
  border:1.5px solid #b8d4f0;
  border-radius:12px;
  padding:14px 16px;
  margin-bottom:24px;
  position:relative;
}
/* しっぽ（枠線・外側） */
.vc-balloon::before{
  content:'';
  position:absolute;
  bottom:-17px;
  left:28px;
  width:0;height:0;
  border-style:solid;
  border-width:16px 12px 0 12px;
  border-color:#b8d4f0 transparent transparent transparent;
}
/* しっぽ（塗り・内側） */
.vc-balloon::after{
  content:'';
  position:absolute;
  bottom:-13px;
  left:30px;
  width:0;height:0;
  border-style:solid;
  border-width:13px 10px 0 10px;
  border-color:#f0f7ff transparent transparent transparent;
}

/* レビューテキスト */
.vc-text{
  font-size:12px;
  line-height:1.9;
  color:#444;
  margin:0;
}

/* 著者エリア */
.vc-author{
  display:flex;
  align-items:center;
  gap:12px;
  padding-left:4px;
}
.av-photo{
  width:46px;height:46px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  border:2.5px solid #1a6fc4;
  box-shadow:0 2px 8px rgba(26,111,196,.2);
}
.av-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.av-initial{
  width:46px;height:46px;
  border-radius:50%;
  background:#1a6fc4;
  color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-weight:700;font-size:16px;
  flex-shrink:0;
  box-shadow:0 2px 8px rgba(26,111,196,.2);
}
.av-info{}
.av-name{font-size:13px;font-weight:700;color:#2c3e50;margin-bottom:2px}
.av-meta{font-size:11px;color:#aaa}
.av-name{font-size:12px;font-weight:700;margin-bottom:2px}
.av-meta{font-size:11px;color:#aaa}

/* CTA BANNER */
.cta-ban{padding:56px 20px;text-align:center}
.cta-ban.red{background:#c0392b}
.cta-ban.blue{background:#0d3b6e}
.cta-ban h2{font-size:clamp(18px,3vw,24px);font-weight:700;color:#fff;margin-bottom:10px;line-height:1.5}
.cta-ban p{font-size:13px;color:rgba(255,255,255,.8);margin-bottom:26px}
.cta-btns-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-wht{background:#fff;color:#c0392b;padding:15px 34px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-wht:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}
.btn-wht.blue-v{color:#0d3b6e}
.btn-bdr{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:15px 30px;border-radius:99px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;gap:7px;transition:.2s}
.btn-bdr:hover{background:rgba(255,255,255,.12)}

/* FAQ */
.faq-wrap{max-width:740px;margin:0 auto;display:flex;flex-direction:column;gap:8px}
.faq-item{background:#fff;border:1px solid #e8edf2;border-radius:8px;overflow:hidden}
.faq-q{display:flex;align-items:center;gap:12px;padding:17px 20px;cursor:pointer;user-select:none}
.faq-q:hover{background:#f8fafd}
.faq-q-ic{width:28px;height:28px;background:#1a6fc4;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.faq-q h4{font-size:13px;font-weight:700;flex:1;line-height:1.5}
.faq-tog{width:24px;height:24px;background:#f0f4f8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:.25s}
.faq-item.open .faq-tog{background:#1a6fc4;color:#fff;transform:rotate(180deg)}
.faq-a{display:none;padding:0 20px 18px 60px;font-size:12px;color:#666;line-height:1.9}
.faq-item.open .faq-a{display:block}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:36px;align-items:start}
.c-info h3{font-size:17px;font-weight:700;margin-bottom:10px}
.c-info>p{font-size:12px;color:#777;line-height:1.9;margin-bottom:20px}
.tel-big{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:18px 20px;margin-bottom:14px}
.tel-big .lbl{font-size:11px;color:#aaa;margin-bottom:6px}
.tel-big .num{font-size:24px;font-weight:700;color:#1a6fc4;display:flex;align-items:center;gap:8px}
.tel-big .hrs{font-size:11px;color:#aaa;margin-top:5px}
.addr-inf{background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:18px 20px;font-size:12px;line-height:1.9}
.addr-inf h4{font-size:11px;font-weight:700;color:#aaa;letter-spacing:.08em;margin-bottom:10px}
.form-box{background:#fff;border:1px solid #e8edf2;border-radius:14px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}
.form-box h3{font-size:16px;font-weight:700;margin-bottom:5px}
.form-box .fsub{font-size:11px;color:#aaa;margin-bottom:22px}
.form-row{margin-bottom:14px}
.form-row label{display:block;font-size:12px;font-weight:700;margin-bottom:6px}
.req{color:#e74c3c;font-size:11px;margin-left:3px}
.form-row input,.form-row select,.form-row textarea{width:100%;padding:11px 14px;border:1.5px solid #d0dae6;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;color:#2c3e50;outline:none;transition:.2s}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#1a6fc4;box-shadow:0 0 0 3px rgba(26,111,196,.1)}
.form-row textarea{height:110px;resize:vertical}
.form-submit{width:100%;padding:16px;background:#e74c3c;color:#fff;border:none;border-radius:99px;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px;font-family:inherit;transition:.2s}
.form-submit:hover{background:#c0392b;transform:translateY(-1px)}
.form-priv{background:#f0f7ff;border-radius:6px;padding:11px 14px;font-size:11px;color:#777;margin-top:14px;line-height:1.8}

/* COMPANY */
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.co-table-wrap{border:1px solid #e8edf2;border-radius:12px;overflow:hidden}
.co-table{width:100%;border-collapse:collapse}
.co-table tr{border-bottom:1px solid #e8edf2}
.co-table tr:last-child{border-bottom:none}
.co-table th{background:#f4f8fc;padding:14px 18px;font-size:12px;font-weight:700;color:#185fa5;text-align:left;width:32%;vertical-align:top}
.co-table td{padding:14px 18px;font-size:13px;line-height:1.8;vertical-align:top}
.free-lbl{color:#27ae60;font-weight:700;font-size:16px}
.company-photo{border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1)}
.company-photo img{width:100%;height:100%;object-fit:cover;display:block}

/* FOOTER */
.site-footer{background:#1a2236;color:rgba(255,255,255,.75);padding:52px 20px 18px}
.footer-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:36px;margin-bottom:40px}
.fg-logo{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:15px;margin-bottom:10px}
.fg-logo-ic{width:30px;height:30px;background:#4a9eff;border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.fg-tagline{font-size:12px;opacity:.5;margin-bottom:18px}
.fg-tel{font-size:22px;font-weight:700;color:#4a9eff;margin-bottom:4px;display:block}
.fg-hrs{font-size:11px;opacity:.5}
.fg h4{color:#fff;font-size:12px;font-weight:700;margin-bottom:14px;letter-spacing:.08em;opacity:.7}
.fg ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.fg ul li a{font-size:12px;color:rgba(255,255,255,.55);transition:.2s}
.fg ul li a:hover{color:#fff}
.fg-addr{font-size:12px;line-height:2}
.lic-badge{background:rgba(255,255,255,.05);border-radius:5px;padding:9px 13px;margin-top:12px;font-size:11px;display:inline-flex;flex-direction:column;gap:3px;color:rgba(255,255,255,.55)}
.footer-btm{max-width:960px;margin:0 auto;border-top:1px solid rgba(255,255,255,.08);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.copy{font-size:11px;opacity:.4}
.ftlinks{display:flex;gap:18px}
.ftlinks a{font-size:11px;color:rgba(255,255,255,.4);transition:.2s}
.ftlinks a:hover{color:rgba(255,255,255,.75)}

/* SCROLL TOP */
.scroll-top{position:fixed;bottom:28px;right:24px;width:44px;height:44px;background:#1a6fc4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(26,111,196,.35);opacity:0;pointer-events:none;transition:.3s;z-index:200}
@media(max-width:640px){
  .scroll-top{bottom:80px;right:20px;width:40px;height:40px}
}
.scroll-top.show{opacity:1;pointer-events:auto}
.scroll-top:hover{background:#0f5096;transform:translateY(-2px)}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr}
  .hero-photo{display:block;width:100%;margin-top:20px}
  .hero-photo img{border-radius:12px}
  .hero-content{padding-bottom:52px}
  .feat-grid{grid-template-columns:repeat(2,1fr)}
  .voices-grid{grid-template-columns:repeat(2,1fr)}
  .de-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .company-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .flow-row{grid-template-columns:1fr;gap:12px}
  .flow-arrow{display:none}
}
@media(max-width:640px){
  .hdr-tel{display:none}
  .hdr-cta{display:block;padding:8px 12px;font-size:11px}
  .feat-grid{grid-template-columns:1fr}
  .items-grid{grid-template-columns:repeat(2,1fr)}
  .voices-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust-inner{gap:10px}
  .ti-div{display:none}
  .hero-free{flex-wrap:wrap}
  .fi{min-width:calc(50% - 4px)}
  .items-banner{height:140px}
}

/* ========================================
   日本向けデザイン強化 CSS
   ======================================== */

/* --- 1. マーカーペン風アンダーライン --- */
.marker {
  background: linear-gradient(transparent 55%, rgba(255,234,0,.75) 55%);
  display: inline;
  padding:0 2px;
}
.marker-red {
  background: linear-gradient(transparent 55%, rgba(255,102,102,.65) 55%);
  display: inline;
  padding:0 2px;
}
.marker-blue {
  background: linear-gradient(transparent 55%, rgba(100,180,255,.6) 55%);
  display: inline;
  padding:0 2px;
}

/* --- 2. ステッカー風丸バッジ（ヒーロー） --- */
.hero-title-block {
  position:relative;
  display:inline-block;
  padding-right:80px;
}
/* ステッカー：タイトル右上に独立配置 */
.hero-sticker-float {
  position:absolute;
  top:-8px;
  right:-4px;
  width:72px;
  height:72px;
  background: radial-gradient(circle, #ff6b00 0%, #e53935 100%);
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:900;
  font-size:10px;
  line-height:1.25;
  text-align:center;
  box-shadow:0 4px 14px rgba(229,57,53,.55), inset 0 1px 2px rgba(255,255,255,.3);
  border:2.5px dashed rgba(255,255,255,.7);
  z-index:10;
  animation:stickerPop .5s ease 1s both;
  transform-origin:center;
  pointer-events:none;
}
.hero-sticker-float .s-num {font-size:21px;font-weight:900;line-height:1}
.hero-sticker-float .s-lbl {font-size:9px;opacity:.9}
/* featureリボン用ステッカークラスは残す */
.sticker {display:none}
.sticker.green {display:none}
.sticker.blue {display:none}
@keyframes stickerPop {
  0%{transform:scale(0) rotate(-15deg);opacity:0}
  70%{transform:scale(1.12) rotate(4deg)}
  100%{transform:scale(1) rotate(0);opacity:1}
}

/* --- 3. ヒーローFreeアイテム 強化 --- */
.hero-free {
  display:flex;
  gap:10px;
  margin-bottom:26px;
  flex-wrap:wrap;
}
.fi {
  flex:1;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  border-radius:12px;
  padding:12px 8px;
  text-align:center;
  position:relative;
  overflow:visible;
  min-width:80px;
  transition:.2s;
}
.fi:hover{transform:translateY(-3px);background:rgba(255,255,255,.18)}
.fi .fl{font-size:10px;color:rgba(255,255,255,.7);margin-bottom:3px}
.fi .fv{font-size:22px;font-weight:900;color:#ffd700}
.fi.fi-free::after {
  content:'無料';
  position:absolute;
  top:-10px;
  right:-6px;
  background:#ff6b00;
  color:#fff;
  font-size:9px;
  font-weight:900;
  padding:2px 6px;
  border-radius:99px;
  white-space:nowrap;
  box-shadow:0 2px 6px rgba(255,107,0,.4);
}

/* --- 4. リボン装飾（featureカード） --- */
.fc {position:relative;overflow:hidden}
.fc-ribbon {
  position:absolute;
  top:16px;
  right:-24px;
  width:100px;
  background:linear-gradient(135deg,#ff6b00,#e53935);
  color:#fff;
  font-size:10px;
  font-weight:900;
  padding:5px 0;
  text-align:center;
  transform:rotate(35deg);
  box-shadow:0 2px 8px rgba(229,57,53,.4);
  z-index:3;
  letter-spacing:.04em;
}
.fc-ribbon.green {
  background:linear-gradient(135deg,#43a047,#2e7d32);
  box-shadow:0 2px 8px rgba(43,160,47,.4);
}
.fc-ribbon.blue {
  background:linear-gradient(135deg,#1e88e5,#1565c0);
  box-shadow:0 2px 8px rgba(30,136,229,.4);
}

/* --- 5. CTAボタン 日本風3D --- */
.btn-red, .btn-cta-jp {
  background:linear-gradient(180deg,#ff7043 0%,#e53935 45%,#b71c1c 100%);
  color:#fff;
  padding:16px 30px;
  border-radius:99px;
  font-weight:900;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 6px 0 #7f0000, 0 8px 20px rgba(183,28,28,.4);
  border:none;
  cursor:pointer;
  text-decoration:none;
  transition:.15s;
  position:relative;
  top:0;
  letter-spacing:.03em;
}
.btn-red:hover, .btn-cta-jp:hover {
  box-shadow:0 3px 0 #7f0000, 0 5px 14px rgba(183,28,28,.4);
  top:3px;
  background:linear-gradient(180deg,#ff5722 0%,#d32f2f 45%,#b71c1c 100%);
  color:#fff;
  opacity:1;
}
.btn-red:active, .btn-cta-jp:active {
  box-shadow:0 1px 0 #7f0000;
  top:5px;
}

/* マイクロコピー */
.micro-copy {
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:#e57373;
  margin-bottom:6px;
  letter-spacing:.04em;
}
.micro-copy-white {
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:rgba(255,200,200,.9);
  margin-bottom:8px;
  letter-spacing:.04em;
}

/* フォームsubmitボタン */
.form-submit {
  width:100%;
  padding:18px;
  background:linear-gradient(180deg,#ff7043 0%,#e53935 45%,#b71c1c 100%);
  color:#fff;
  border:none;
  border-radius:99px;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  margin-top:6px;
  font-family:inherit;
  box-shadow:0 6px 0 #7f0000, 0 8px 20px rgba(183,28,28,.35);
  position:relative;
  top:0;
  transition:.15s;
  letter-spacing:.03em;
}
.form-submit:hover {
  box-shadow:0 3px 0 #7f0000, 0 5px 12px rgba(183,28,28,.35);
  top:3px;
  background:linear-gradient(180deg,#ff5722 0%,#d32f2f 45%,#b71c1c 100%);
}
.form-submit:active{box-shadow:0 1px 0 #7f0000;top:5px}

/* フォームMicrocopy */
.form-microcopy {
  text-align:center;
  font-size:12px;
  font-weight:700;
  color:#e53935;
  margin-bottom:8px;
  letter-spacing:.04em;
}

/* CTAバナーボタン */
.btn-wht {
  background:linear-gradient(180deg,#fff 0%,#f5f5f5 100%);
  color:#c0392b;
  padding:16px 32px;
  border-radius:99px;
  font-weight:900;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 6px 0 rgba(0,0,0,.15), 0 8px 20px rgba(0,0,0,.12);
  transition:.15s;
  text-decoration:none;
  position:relative;
  top:0;
}
.btn-wht:hover {
  box-shadow:0 3px 0 rgba(0,0,0,.15), 0 5px 12px rgba(0,0,0,.12);
  top:3px;
  opacity:1;
  color:#c0392b;
}
.btn-wht.blue-v{color:#0d3b6e}

/* --- 6. お客様の声 吹き出しデザイン --- */
.voices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.vc {
  background:#fff;
  border-radius:18px;
  border:2px solid #e8f4fd;
  padding:20px;
  position:relative;
  box-shadow:0 4px 16px rgba(26,111,196,.08);
  transition:.2s;
}
.vc:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(26,111,196,.15)}

/* 吹き出しテキストエリア */
.vc-balloon {
  background:#f0f7ff;
  border-radius:14px 14px 14px 14px;
  padding:14px 16px;
  margin-bottom:24px;
  position:relative;
  border:1.5px solid #c8e0f4;
}
/* 吹き出しのしっぽ（ボーダー＝外枠） */
.vc-balloon::before {
  content:'';
  position:absolute;
  bottom:-18px;
  left:20px;
  width:0;
  height:0;
  border-style:solid;
  border-width:16px 12px 0 12px;
  border-color:#c8e0f4 transparent transparent transparent;
}
/* 吹き出しのしっぽ（塗り＝内側） */
.vc-balloon::after {
  content:'';
  position:absolute;
  bottom:-14px;
  left:22px;
  width:0;
  height:0;
  border-style:solid;
  border-width:13px 10px 0 10px;
  border-color:#f0f7ff transparent transparent transparent;
}

.vc-balloon 
.vc-text {
  font-size:12px;
  line-height:1.85;
  color:#444;
  font-style:italic;
}

.vc-author {
  display:flex;
  align-items:center;
  gap:12px;
  padding-top:8px;
  padding-left:4px;
  margin-top:4px;
}
.av-photo {
  width:46px;
  height:46px;
  border-radius:50%;
  overflow:hidden;
  flex-shrink:0;
  border:3px solid #1a6fc4;
  box-shadow:0 2px 8px rgba(26,111,196,.25);
}
.av-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.av-name{font-size:13px;font-weight:700;color:#2c3e50;margin-bottom:2px}
.av-meta{font-size:11px;color:#aaa}

/* --- 7. ヘッダーCTAボタン強化 --- */
.hdr-cta {
  background:linear-gradient(180deg,#ff7043 0%,#e53935 60%,#b71c1c 100%);
  color:#fff;
  padding:10px 18px;
  border-radius:99px;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
  box-shadow:0 4px 0 #7f0000, 0 6px 14px rgba(183,28,28,.35);
  position:relative;
  top:0;
  transition:.15s;
  text-decoration:none;
}
.hdr-cta:hover{top:2px;box-shadow:0 2px 0 #7f0000, 0 4px 10px rgba(183,28,28,.3);opacity:1}

/* --- 8. セクションタイトル強化 --- */
.sec-title .marker,
.sec-title span.marked {
  background:linear-gradient(transparent 55%,rgba(255,234,0,.75) 55%);
  display:inline;
  padding:0 2px;
}

/* --- 9. 申込不要バッジ (hero-free 申込エリア) --- */
.fi-noapply .fv {
  font-size:13px !important;
  padding-top:5px;
  color:#a8e063 !important;
}
.fi-noapply::after {
  content:'手続きゼロ';
  position:absolute;
  top:-10px;
  right:-6px;
  background:#2e7d32;
  color:#fff;
  font-size:9px;
  font-weight:900;
  padding:2px 6px;
  border-radius:99px;
  white-space:nowrap;
}

/* --- 10. Stats セクション強化 --- */
.stats-sec{background:linear-gradient(135deg,#0a2a50 0%,#1a3a6e 100%);padding:52px 20px;position:relative;overflow:hidden}
.stats-sec::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.si-num{font-size:clamp(32px,5vw,44px);font-weight:900;color:#ffd700;line-height:1;margin-bottom:8px;text-shadow:0 2px 12px rgba(255,215,0,.3)}

/* --- 11. CTA バナー マイクロコピー --- */
.cta-ban-micro {
  display:block;
  font-size:13px;
  font-weight:700;
  color:rgba(255,200,180,.9);
  margin-bottom:10px;
  letter-spacing:.06em;
}

/* --- 12. レスポンシブ追加 --- */
@media(max-width:900px){
  .hero-sticker-float{width:58px;height:58px;top:-4px;right:-4px}
  .hero-sticker-float .s-num{font-size:17px}
  .hero-title-block{padding-right:64px}
}
@media(max-width:640px){
  .voices-grid{grid-template-columns:1fr}
  .hero-sticker-float{display:none}
  .fc-ribbon{display:none}
}
/* ヒーロー フラットバッジ */
.hero-badge-flat{
  display:inline-block;
  background:#e74c3c;
  color:#fff;
  font-size:12px;
  font-weight:900;
  padding:5px 16px;
  border-radius:99px;
  margin-bottom:14px;
  letter-spacing:.06em;
  border:2px solid rgba(255,255,255,.4);
}
/* ヒーロー チェックリスト */
.hero-checklist{
  list-style:none;
  margin:0 0 24px 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.hero-checklist li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:500;
  color:#fff;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  padding:10px 16px;
  line-height:1.5;
}
.hero-checklist li strong{
  color:#ffd700;
  font-weight:900;
}
.hc-icon{
  font-size:16px;
  flex-shrink:0;
}

/* --- 13. 離脱防止ポップアップ --- */
.exit-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.exit-popup-overlay.show {
  display: flex;
  opacity: 1;
}
.exit-popup-content {
  position: relative;
  max-width: 600px;
  width: 90%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.exit-popup-content a {
  display: block;
  line-height: 0;
}
.exit-popup-content img {
  width: 100%;
  height: auto;
  display: block;
}
.exit-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  transition: background 0.2s;
  border: none;
}
.exit-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 640px) {
  .exit-popup-content {
    width: 92%;
  }
  .exit-popup-close {
    width: 32px;
    height: 32px;
    font-size: 20px;
    top: 8px;
    right: 8px;
  }
}

/* --- 14. 発送方法ガイド v2 --- */
.ship-options-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.sopt-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 8px;
  border-radius: 10px;
  border: 1.5px solid #e8edf2;
  background: #fff;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #2c3e50;
}
.sopt-v2:hover {
  border-color: #1a6fc4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.sopt-v2.border-orange {
  border-color: #f2803c;
  border-width: 2px;
}
.sopt-v2.border-orange:hover {
  background: #fff9f5;
}
.opt-logo-v2 {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}
.sopt-v2 span {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .ship-options-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .sopt-v2 {
    padding: 10px 5px;
  }
  .opt-logo-v2 {
    width: 40px;
    height: 40px;
  }
}

/* --- 15. 発送方法ガイド スマホ最適化 & アニメーション v6 --- */
.check-items-btn-wrap {
  text-align: center;
  margin: 24px 0 16px;
}
.check-items-btn {
  display: inline-block;
  background: #f2803c;
  color: #fff;
  padding: 14px 32px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(242, 128, 60, 0.3);
  transition: all 0.3s ease;
}
.check-items-btn:hover {
  background: #e67e22;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 128, 60, 0.4);
  color: #fff;
}

/* パルスアニメーション */
.pulse-animation {
  animation: pulse-orange 2s infinite;
}
@keyframes pulse-orange {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(242, 128, 60, 0.7); }
  70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(242, 128, 60, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(242, 128, 60, 0); }
}

/* スマホ表示の発送方法ガイド調整 */
@media (max-width: 768px) {
  #shipping .ship-step {
    margin-bottom: 24px; /* ステップ間の余白を拡大 */
    padding-bottom: 16px;
  }
  #shipping .ship-step-inner {
    padding: 20px 15px;
    gap: 15px;
  }
  #shipping .ship-step h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #shipping .ship-step p {
    font-size: 13px;
    line-height: 1.7;
  }
  .ship-options-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .sopt-v2 {
    padding: 12px 5px;
  }
  .opt-logo-v2 {
    width: 44px;
    height: 44px;
  }
  .sopt-v2 span {
    font-size: 12px;
  }
  .check-items-btn {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* --- 16. 会社情報セクション レスポンシブ対応 v10 --- */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .about-table-wrap th {
    width: 100px !important;
    padding: 15px 10px !important;
    font-size: 13px;
  }
  .about-table-wrap td {
    padding: 15px 10px !important;
    font-size: 13px;
  }
}

/* ============================================================
   スマートフォン向けレスポンシブ改善 v17
   @media (max-width: 768px) のみ。PC（769px以上）は変更なし。
   ============================================================ */

/* 【共通】デフォルト非表示クラス */
.hdr-tel-sp { display: none; }
.hero-checklist-sp { display: none; }

/* ============================================================
   768px以下：スマホ全体の崩れ修正
   ============================================================ */
@media (max-width: 768px) {

  /* 【改善1】ヘッダー：電話アイコン丸ボタン */
  .hdr-tel { display: none !important; }
  .hdr-cta { display: none !important; }
  .hdr-tel-sp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #1a6fc4;
    border-radius: 50%;
    flex-shrink: 0;
    text-decoration: none;
  }

  /* 【改善2】ヒーロー：縦積み・ステッカー非表示・チェックリスト表示 */
  .hero { padding: 40px 16px 0; }
  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .hero-photo {
    display: none;
  }
  .hero-title-block {
    padding-right: 0 !important;
    display: block;
  }
  .hero-sticker-float { display: none !important; }
  .hero-h1 { font-size: clamp(22px, 6vw, 30px); }
  .hero-free { display: none !important; }
  /* PC用チェックリストを非表示（スマホ用.hero-checklist-spに切り替え） */
  .hero-checklist {
    display: none !important;
  }
  .hero-checklist-sp {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
    list-style: none;
    padding: 0;
  }
  .hero-checklist-sp li {
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 8px 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }
  .hero-checklist-sp li strong { color: #ffd700; font-weight: 900; }
  .hero-btns {
    flex-direction: column;
    gap: 10px;
  }
  .hero-btns .btn-red,
  .hero-btns .btn-border {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 14px 20px;
  }
  .hero-content { padding-bottom: 32px; }

  /* 信頼バー：スマホ2列グリッド（全4項目を一画面に） */
  .trust-bar { padding: 10px 12px; }
  .trust-inner {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    flex-wrap: unset !important;
    overflow-x: visible !important;
    justify-content: unset !important;
  }
  .ti {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #f0f5ff;
    border-radius: 8px;
    padding: 8px 10px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    white-space: normal !important;
    width: auto !important;
    flex-shrink: unset !important;
    line-height: 1.3;
    color: #1e3a5f !important;
  }
  .ti-ic {
    width: 24px !important;
    height: 24px !important;
    flex-shrink: 0 !important;
  }
  .ti-div { display: none !important; }

  /* 【改善4】特徴カード：1列表示 */
  .feat-grid {
    grid-template-columns: 1fr !important;
  }
  .fc-img { height: 180px; }
  .fc-ribbon { display: none; }

  /* 【改善5】実績数字：2×2グリッド */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .si {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 20px 10px;
  }
  .si:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1) !important; }
  .si:nth-last-child(-n+2) { border-bottom: none !important; }
  .si-num { font-size: 30px !important; }

  /* 【改善6】回収品目：タブ横スクロール＋3列グリッド */
  .tabs-row {
    overflow-x: auto !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px;
    padding-bottom: 4px;
  }
  .tabs-row::-webkit-scrollbar { display: none; }
  .tab-btn { flex-shrink: 0; font-size: 11px; padding: 12px 14px; min-height: 44px; }
  .items-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px;
  }
  .ic-icon { width: 64px !important; height: 64px !important; }
  .item-card { padding: 10px 4px; }
  .item-card h4 { font-size: 10px; }
  .item-card p { font-size: 9px; }
  .items-banner { height: 140px; }

  /* 【改善7】ご利用の流れ：縦積み・矢印を下向きに */
  .flow-row {
    grid-template-columns: 1fr !important;
    gap: 0;
  }
  .flow-arrow {
    display: flex !important;
    transform: rotate(90deg);
    padding-top: 0;
    justify-content: center;
    height: 32px;
    align-items: center;
  }
  .flow-step { width: 100%; }
  .flow-step-img { height: 140px; }

  /* 【改善8】発送ガイド：余白調整 */
  .sec { padding: 48px 16px; }
  #shipping .ship-step {
    margin-bottom: 20px;
  }
  #shipping .ship-step-inner {
    padding: 18px 14px;
    gap: 12px;
    grid-template-columns: 46px 1fr;
  }
  #shipping .ship-step h3 { font-size: 15px; }
  #shipping .ship-step p { font-size: 12px; line-height: 1.8; }
  /* 運送会社ボタン：3列グリッドでコンパクトに収める */
  .ship-options-v2 {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px;
  }
  .sopt-v2 {
    padding: 10px 4px 8px !important;
    min-height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .opt-logo-v2 { width: 36px !important; height: 36px !important; }
  .sopt-v2 span { font-size: 10px !important; text-align: center; line-height: 1.3; white-space: nowrap; }
  .addr-box {
    flex-direction: column;
    text-align: center;
    padding: 14px 16px;
  }

  /* 【改善9】データ消去：縦積み */
  .de-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  /* 【改善10】お客様の声：横スワイプカルーセル */
  .voices-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 4px 16px 16px;
    scrollbar-width: none;
    grid-template-columns: unset !important;
  }
  .voices-grid::-webkit-scrollbar { display: none; }
  .vc {
    flex: 0 0 85vw !important;
    max-width: 320px;
    scroll-snap-align: start;
  }

  /* 【改善11】FAQ：カテゴリタブ・タップ領域拡大 */
  .faq-q { min-height: 52px; align-items: flex-start; padding: 14px; }
  .faq-q h4 { font-size: 13px; }

  /* 【改善12】会社情報：縦積み */
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .about-table-wrap th {
    width: 90px !important;
    padding: 12px 8px !important;
    font-size: 12px;
  }
  .about-table-wrap td {
    padding: 12px 8px !important;
    font-size: 12px;
  }

  /* 【改善13】お問い合わせ：縦積み */
  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
  .form-box { padding: 20px 16px; }

  /* 【改善14】固定CTAバー */
  body { padding-bottom: 72px; }
  .sp-fixed-bar { display: flex !important; }

  /* 【改善15】ヘッダーCTAボタン（スマホ用） */
  .hdr-cta { display: none !important; }

}

/* ============================================================
   固定CTAバー・FAQタブ・カルーセルドット（全幅共通CSS）
   ============================================================ */

/* FAQカテゴリタブ */
.faq-cat-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.faq-cat-btn {
  padding: 10px 14px;
  min-height: 44px;
  border-radius: 99px;
  border: 1px solid #d0dae6;
  background: #fff;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.faq-cat-btn.active {
  background: #1a6fc4;
  border-color: #1a6fc4;
  color: #fff;
}
.faq-hot {
  display: inline-block;
  background: #fff3cd;
  color: #856404;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 4px;
  vertical-align: middle;
}

/* カルーセルドット */
.vc-dots-sp {
  display: none;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .vc-dots-sp { display: flex; }
}
.vc-dot-sp {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #d0dae6;
  transition: .2s;
  cursor: pointer;
  border: none;
  padding: 0;
}
.vc-dot-sp.active {
  background: #1a6fc4;
  width: 18px;
  border-radius: 99px;
}
.vc-swipe-hint {
  display: none;
  text-align: center;
  font-size: 10px;
  color: #aaa;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .vc-swipe-hint { display: block; }
}

/* 固定CTAバー */
.sp-fixed-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #fff;
  border-top: 2px solid #e8edf2;
  padding: 10px 16px;
  z-index: 9999;
  gap: 8px;
  align-items: center;
  box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
}
.sp-fixed-main-btn {
  flex: 1;
  background: linear-gradient(180deg,#ff7043 0%,#e53935 45%,#b71c1c 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 13px 16px;
  border-radius: 99px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 0 #7f0000;
  display: block;
}
.sp-fixed-tel-btn {
  width: 48px; height: 48px;
  flex-shrink: 0;
  background: #1a6fc4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ポップアップ非表示 */
.exit-intent-popup { display: none !important; }

/* AI Judge Tool Styles */

    100% { transform: rotate(360deg); }
}

/* Responsive adjustments for AI Judge */
@media (max-width: 768px) {
    

    

    

    

    

    

    

    

    
}

/* AI Judge Tool Styles */

    100% { transform: rotate(360deg); }
}

/* Responsive adjustments for AI Judge */
@media (max-width: 768px) {
    

    

    

    

    

    

    

    

    
}

/* ===== ヒーロー AIクイック判定バナー（スマホ専用） ===== */
.hero-ai-quick {
  display: none;
}
@media (max-width: 768px) {
  .hero-ai-quick {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.15);
    border: 1.5px solid rgba(255,224,110,0.7);
    border-radius: 10px;
    padding: 12px 14px;
    margin: 14px 0 4px;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
  }
  .hero-ai-quick:active {
    background: rgba(255,255,255,0.25);
  }
  .hero-ai-quick-icon {
    font-size: 26px;
    flex-shrink: 0;
  }
  .hero-ai-quick-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .hero-ai-quick-body strong {
    font-size: 14px;
    font-weight: 800;
    color: #ffe06e;
    display: block;
  }
  .hero-ai-quick-body span {
    font-size: 12px;
    opacity: 0.9;
  }
}

/* ===================================================
   優先度1: AI判定進捗アニメーション
=================================================== */


 }

/* ===================================================
   優先度2: デッドクリック解消 - バッジ・タグ類
=================================================== */
.ok-bdg, .ng-bdg, .item-bdg,
.fc-ribbon, .hc-icon,
.trust-bar .ti, .trust-bar .ti-ic {
    cursor: default !important;
    user-select: none;
    pointer-events: none;
}
/* FEATURES カードはhover効果を削除 */
.fc:hover {
    box-shadow: none !important;
    transform: none !important;
}
.fc:hover .fc-img img {
    transform: none !important;
}

/* ===================================================
   優先度4: フローティングCTA（追従型ボタン）
=================================================== */
    #floating-cta.is-visible {
        transform: translateX(-50%) translateY(0);
    }
}

/* ===================================================
   優先度5: FVバッジ（スマホ専用の追加バッジ）
=================================================== */

@media (max-width: 768px) {
    
    
}
