/* ==========================================================
   蜂の巣駆除ナビ トップページ（front-page.php 専用）
   SP（〜1023px）を基本に、1024px以上でPCデザインに切替
   ========================================================== */
.hn{
	--navy:#04384c;--navy2:#1c5a76;--text:#333;--muted:#6b7680;--border:#d9dfe5;
	--gray:#f4f6f8;--page:#eef1f4;--cream:#fdf7e8;--orange:#ed6103;--orange-soft:#f5a052;
	--bluebox:#eef5f8;--blueth:#d6e7ee;--open:#1f7a45;--open-bg:#dff3e6;--cta:#1a9fd6;--cta2:#1477a6;
	--w:1100px;
	font-family:"Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
	color:var(--text);line-height:1.65;font-size:15px;
	/* SWELLの l-container から全幅に抜ける */
	width:100vw;margin-left:calc(50% - 50vw);background:var(--page);
	padding-bottom:74px;
}
.hn *,.hn *::before,.hn *::after{box-sizing:border-box}
.hn h1,.hn h2,.hn h3,.hn h4,.hn h5,.hn p,.hn ul,.hn dl,.hn dd{margin:0;padding:0}
.hn ul{list-style:none}
.hn a{color:inherit;text-decoration:none}
.hn svg{display:block}
.hn .pc{display:none}
.hn .hn-wrap{max-width:var(--w);margin:0 auto;padding:0 12px}
.hn .hn-num,.hn .hn-stat .v{font-family:"Roboto Condensed","Noto Sans JP",sans-serif;font-variant-numeric:tabular-nums}

/* SWELL 標準ヘッダー/フッターはトップでは隠す（独自ヘッダーを使う） */
.home .l-header,.home .l-footer,.home .p-mainVisual,.home .p-postSlider,.home .l-fixHeader,.home .p-spHeadMenu,.home .l-header__gnav{display:none!important}
.home #content.l-content{padding-top:0!important;padding-bottom:0!important;margin-bottom:0!important;max-width:none!important}
.home .l-mainContent,.home .l-mainContent__inner{padding:0!important;margin:0!important;max-width:none!important}

/* リンク色の明示（.hn a のリセットとSWELLのa色に勝つ） */
.hn .hn-btn-hero,.hn .hn-btn-search,.hn .hn-gnav__cta a,.hn .hn-fixbar a,.hn .hn-bcta__box a,.hn .hn-drawer__close{color:#fff}
.hn .hn-btn-hero2,.hn .hn-hd__ib.is-o,.hn .hn-drawer__panel a.is-o{color:var(--orange)}
.hn .hn-hd__ib,.hn .hn-logo__name{color:var(--navy)}
.hn .hn-more a,.hn .hn-art h4,.hn .hn-ft__rg .pl a{color:var(--cta2)}
.hn .hn-ft__rg .pl a,.hn .hn-prefrows dd a{color:var(--navy2)}
.hn .hn-prefrows dd a{color:#222}
.hn .hn-ft__main a{color:#fff}
.hn .hn-map__rg li a,.hn .hn-areas__drop a{color:#222}
.hn .hn-map__rg li a.has-gyosha,.hn .hn-areas__drop a.has-gyosha,.hn .hn-map__rg li a:hover,.hn .hn-prefrows dd a.has-gyosha,.hn .hn-prefrows dd a:hover{color:var(--orange)}
.hn .hn-drawer__panel a{color:#222}
.hn .hn-art{color:inherit}

/* ---------- ヘッダー ---------- */
.hn .hn-hd{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}
.hn .hn-hd__top{display:flex;align-items:center;height:56px;padding:0 6px 0 12px}
.hn .hn-logo{display:flex;align-items:center;gap:8px;flex:1;min-width:0}
.hn .hn-logo__mark{width:34px;height:34px;border-radius:9px;background:var(--navy);display:grid;place-items:center;color:#f5a052;flex:0 0 auto}
.hn .hn-logo__mark svg{width:20px;height:20px}
.hn .hn-logo__name{font-size:17px;font-weight:900;color:var(--navy);line-height:1.1;white-space:nowrap}
.hn .hn-logo__name small{display:block;font-size:9px;font-weight:500;color:var(--muted);margin-top:3px}
.hn .hn-hd__pc,.hn .hn-gnav{display:none}
.hn .hn-hd__sp{display:flex;align-items:center}
.hn .hn-hd__ib{width:52px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--navy);cursor:pointer;gap:2px}
.hn .hn-hd__ib svg{width:22px;height:22px}
.hn .hn-hd__ib.is-o{color:var(--orange)}
.hn .hn-burger{width:22px;height:16px;position:relative;display:block;margin-bottom:2px}
.hn .hn-burger i,.hn .hn-burger::before,.hn .hn-burger::after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--navy);border-radius:2px}
.hn .hn-burger::before{top:0}.hn-burger i{top:7px}.hn-burger::after{bottom:0}
/* ドロワー */
.hn .hn-drawer{position:fixed;inset:0;z-index:100;visibility:hidden;pointer-events:none}
.hn .hn-drawer__bg{position:absolute;inset:0;background:rgba(4,56,76,.5);opacity:0;transition:opacity .2s}
.hn .hn-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:82%;max-width:340px;background:#fff;transform:translateX(100%);transition:transform .25s;display:flex;flex-direction:column;overflow-y:auto}
.hn .hn-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--navy);color:#fff;font-weight:900;font-size:15px}
.hn .hn-drawer__close{font-size:26px;line-height:1;cursor:pointer;color:#fff}
.hn .hn-drawer__panel a{display:block;padding:14px 16px;border-bottom:1px solid var(--border);font-weight:700;font-size:15px;color:#222}
.hn .hn-drawer__panel a.is-o{color:var(--orange)}
.hn .hn-drawer__cb:checked ~ .hn-drawer{visibility:visible;pointer-events:auto}
.hn .hn-drawer__cb:checked ~ .hn-drawer .hn-drawer__bg{opacity:1}
.hn .hn-drawer__cb:checked ~ .hn-drawer .hn-drawer__panel{transform:none}

/* ---------- ヒーロー ---------- */
.hn .hn-hero{background:linear-gradient(180deg,#f7fafc,#e3ecf1);padding:22px 0 18px;position:relative}
.hn .hn-hero__in{display:block}
.hn .hn-hero__h1{font-size:26px;font-weight:900;line-height:1.35;color:#222;letter-spacing:.01em}
.hn .hn-hero__h1 .em{color:var(--navy2)}
.hn .hn-hero__h1 .sm{font-size:18px}
.hn .hn-hero__lead{font-size:13.5px;color:#555;margin-top:8px}
.hn .hn-hero__cta{margin-top:22px;display:grid;gap:12px}
.hn .hn-btn-hero{position:relative;display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 18px;background:var(--navy2);color:#fff;font-size:17px;font-weight:900;border-radius:8px;box-shadow:0 4px 0 #0c3a4f}
.hn .hn-btn-hero .tag{position:absolute;top:-13px;left:12px;background:#fff;color:var(--navy2);font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px;border:1px solid var(--blueth)}
.hn .hn-btn-hero svg{width:20px;height:20px}
.hn .hn-btn-hero2{display:flex;align-items:center;justify-content:center;height:48px;background:#fff;color:var(--orange);border:2px solid var(--orange);border-radius:8px;font-weight:900;font-size:15px}
.hn .hn-map{display:none}
.hn .hn-stats{display:grid;grid-template-columns:1fr 1fr 1fr;background:#fff;border-radius:10px;margin:18px 12px 0;box-shadow:0 2px 10px rgba(4,56,76,.08);overflow:hidden}
.hn .hn-stat{padding:10px 6px;text-align:center;border-left:1px solid var(--border);display:flex;flex-direction:column;align-items:center}
.hn .hn-stat:first-child{border-left:0}
.hn .hn-stat .l{font-size:11px;font-weight:700;color:#555}
.hn .hn-stat .v{font-size:26px;font-weight:700;color:var(--orange);line-height:1.2}
.hn .hn-stat .v.sm{font-size:20px}
.hn .hn-stat .u{font-size:12px;font-weight:700;color:#555}
.hn .hn-stat .src{font-size:10px;color:var(--muted)}

/* ---------- 安心 ---------- */
.hn .hn-trust{background:#fff;padding:16px 0 18px}
.hn .hn-trust__icons{display:flex;justify-content:space-around;margin-bottom:12px}
.hn .hn-ti{width:100px;text-align:center;font-size:10.5px;font-weight:700;color:var(--orange);line-height:1.4}
.hn .hn-ti .ic{width:44px;height:44px;margin:0 auto 6px;border-radius:50%;background:var(--cream);display:grid;place-items:center}
.hn .hn-ti .ic svg{width:22px;height:22px;stroke:var(--orange);fill:none;stroke-width:2}
.hn .hn-trust__text h3{color:var(--orange);font-size:14px;font-weight:900;margin-bottom:4px}
.hn .hn-trust__text p{font-size:12.5px;color:#444}

/* ---------- パネル共通 ---------- */
.hn .hn-panel{margin:14px 10px 0;background:#fff;border:1px solid var(--border);border-top:4px solid var(--orange);border-radius:8px}
.hn .hn-panel__h{display:flex;align-items:center;gap:8px;padding:14px;border-bottom:1px solid var(--border);font-size:18px;font-weight:900;color:#222}
.hn .hn-panel__h svg{width:22px;height:22px;stroke:#222;fill:none;stroke-width:2}
.hn .hn-panel__b{padding:14px 12px 16px}
.hn .hn-sec-t{position:relative;padding-left:12px;font-size:15px;font-weight:900;margin-bottom:10px}
.hn .hn-sec-t::before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:4px;background:var(--orange);border-radius:2px}
.hn .hn-sec-t.mt{margin-top:22px}
.hn .hn-more{text-align:right;margin-top:10px;font-size:13.5px}
.hn .hn-more a{color:var(--cta2);text-decoration:underline;text-underline-offset:3px}
.hn .hn-note{font-size:11px;color:var(--muted);margin-top:8px}
.hn .hn-empty{font-size:13px;color:#555;background:var(--gray);border-radius:8px;padding:12px 14px}

/* ---------- 都道府県（SP アコーディオン） ---------- */
.hn .hn-areas{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.hn .hn-areas__rb{display:flex;align-items:center;justify-content:center;height:44px;background:var(--navy2);color:#fff;font-size:13px;font-weight:700;border-radius:6px;cursor:pointer;text-align:center;line-height:1.2;padding:0 4px}
.hn .hn-areas__rb::after{content:"";width:7px;height:7px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);margin:-3px 0 0 6px;flex:0 0 auto}
.hn .hn-areas__drop{display:none;grid-column:1/-1;background:#f3f1ed;border:1px solid #e3ded4;border-radius:6px;padding:10px;grid-template-columns:repeat(4,1fr);gap:6px}
.hn .hn-areas__drop a{display:block;text-align:center;background:#fff;border:1px solid #bfcdd4;border-radius:4px;font-size:13px;font-weight:700;padding:7px 2px;color:#222}
.hn .hn-areas__drop a.has-gyosha{border-color:var(--orange);color:var(--orange);background:#fff7ef}
.hn .hn-areas__cb:checked + .hn-areas__rb{background:var(--orange)}
.hn .hn-areas__cb:checked + .hn-areas__rb::after{transform:rotate(-135deg);margin-top:4px}
.hn .hn-areas__cb:checked + .hn-areas__rb + .hn-areas__drop{display:grid}
.hn .hn-areas__note{font-size:11px;color:var(--muted);margin-top:8px}
.hn .hn-prefrows{display:none}

/* ---------- こだわり条件 ---------- */
.hn .hn-acc{border:1px solid var(--border);border-radius:8px;background:#fff}
.hn .hn-acc summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;font-weight:900;font-size:14px;background:var(--gray);border-radius:8px}
.hn .hn-acc summary::-webkit-details-marker{display:none}
.hn .hn-acc summary em{font-style:normal;font-size:11px;color:var(--muted);font-weight:700;display:inline-flex;align-items:center;gap:8px}
.hn .hn-acc summary em::after{content:"";width:8px;height:8px;border-right:2px solid var(--navy2);border-bottom:2px solid var(--navy2);transform:rotate(45deg);margin:-3px 4px 0 0}
.hn .hn-acc[open] summary{border-radius:8px 8px 0 0;border-bottom:1px solid var(--border)}
.hn .hn-acc[open] summary em::after{transform:rotate(-135deg);margin-top:3px}
.hn .hn-acc__b{padding:12px 12px 14px}
.hn .hn-chips{display:flex;flex-wrap:wrap;gap:8px}
.hn .hn-chip{position:relative;display:inline-flex;cursor:pointer}
.hn .hn-chip input{position:absolute;opacity:0;width:0;height:0}
.hn .hn-chip span{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--border);border-radius:999px;font-size:13px;font-weight:700;background:#fff;transition:.15s}
.hn .hn-chip span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--orange)}
.hn .hn-chip input:checked + span{background:var(--navy2);color:#fff;border-color:var(--navy2)}
.hn .hn-chip input:checked + span::before{background:#fff}
.hn .hn-chip input:focus-visible + span{outline:2px solid var(--cta);outline-offset:2px}
.hn .hn-acc--pc{display:none}
.hn .hn-acc-sp{display:grid;gap:6px}
.hn .hn-cond__f{margin-top:10px}
.hn .hn-cond__f span{display:block;font-size:11px;color:var(--muted);margin-top:6px}
.hn .hn-btn-acc{display:flex;width:100%;align-items:center;justify-content:center;height:46px;background:var(--navy2);color:#fff;font-weight:900;border-radius:999px;font-size:15px;border:0;cursor:pointer;font-family:inherit}

/* ---------- とは？ ---------- */
.hn .hn-worry{background:#fbf6ef;border-radius:8px;padding:16px 14px;position:relative}
.hn .hn-worry__bub{display:inline-block;background:var(--navy);color:#fff;font-weight:700;padding:4px 14px;border-radius:999px;font-size:12.5px;margin-bottom:10px}
.hn .hn-worry ul{display:grid;gap:8px}
.hn .hn-worry li{font-weight:700;font-size:13.5px;padding-left:26px;position:relative;line-height:1.5}
.hn .hn-worry li::before{content:"✓";position:absolute;left:0;top:1px;width:18px;height:18px;border:2px solid var(--navy2);border-radius:3px;color:var(--navy2);font-size:12px;display:grid;place-items:center}
.hn .hn-worry::after{content:"";position:absolute;left:50%;bottom:-14px;transform:translateX(-50%);border:14px solid transparent;border-top-color:#fbf6ef;border-bottom:0}
.hn .hn-answer{text-align:center;font-size:16px;font-weight:900;color:var(--orange);margin:26px 0 20px;line-height:1.55}
.hn .hn-cols3{display:grid;gap:10px}
.hn .hn-mer{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:start;background:var(--gray);border-radius:8px;padding:14px 12px}
.hn .hn-mer .ic{width:64px;height:64px;border-radius:50%;background:#fff;display:grid;place-items:center}
.hn .hn-mer .ic svg{width:34px;height:34px;fill:none;stroke:var(--orange);stroke-width:1.8}
.hn .hn-mer.is-safe .ic svg{stroke:var(--navy2)}
.hn .hn-mer h4{font-size:15px;font-weight:900;line-height:1.4;margin-bottom:4px}
.hn .hn-mer p{font-size:12.5px;color:#444}

/* ---------- 料金相場・流れ ---------- */
.hn .hn-tw{overflow-x:auto}
.hn .hn-ptable{width:100%;border-collapse:collapse;font-size:13px}
.hn .hn-ptable th,.hn .hn-ptable td{border:1px solid var(--border);padding:9px 8px;text-align:center}
.hn .hn-ptable th{background:var(--blueth);font-weight:700;font-size:12px}
.hn .hn-ptable td:first-child{text-align:left;font-weight:700}
.hn .hn-ptable td.v{font-weight:700;color:var(--orange);font-size:14px;font-variant-numeric:tabular-nums;white-space:nowrap}
.hn .hn-flow{background:var(--bluebox);border-radius:8px;padding:12px;display:grid;gap:18px}
.hn .hn-step{background:#fff;border-radius:8px;padding:12px 14px 14px;position:relative}
.hn .hn-step .no{display:inline-block;background:var(--orange-soft);color:#fff;border-radius:999px;font-weight:700;font-size:12px;padding:1px 14px}
.hn .hn-step h4{color:var(--orange);font-size:16px;font-weight:900;margin:6px 0 4px}
.hn .hn-step p{font-size:12.5px;color:#444}
.hn .hn-step+.hn-step::before{content:"";position:absolute;left:50%;top:-18px;transform:translateX(-50%);border:9px solid transparent;border-top:10px solid #fff}

/* ---------- 記事 ---------- */
.hn .hn-cat{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:900;color:var(--orange);margin:6px 0 10px}
.hn .hn-cat.mt{margin-top:16px}
.hn .hn-cat .ic{width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:13px}
.hn .hn-arts{display:flex;gap:10px;overflow-x:auto;margin:0 -12px;padding:0 12px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.hn .hn-arts::-webkit-scrollbar{display:none}
.hn .hn-art{flex:0 0 240px;scroll-snap-align:start;border:1px solid var(--border);border-radius:8px;padding:10px;background:#fff;display:block}
.hn .hn-art__th{height:120px;border-radius:6px;background:linear-gradient(135deg,#e4ecf1,#cfdde5);display:grid;place-items:center;color:#7d8f9a;font-size:11px;font-weight:700;margin-bottom:8px;overflow:hidden}
.hn .hn-art__th img{width:100%;height:100%;object-fit:cover;display:block}
.hn .hn-art h4{font-size:13.5px;font-weight:700;color:var(--cta2);text-decoration:underline;text-underline-offset:3px;line-height:1.45}
.hn .hn-art p{font-size:11.5px;color:#555;margin-top:4px}

/* ---------- 締めCTA ---------- */
.hn .hn-bcta{margin:18px 10px 0;background:#fff;border:3px solid #e9ecef;border-radius:10px;overflow:hidden}
.hn .hn-bcta h3{font-size:18px;font-weight:900;text-align:center;padding:16px 12px 6px}
.hn .hn-bcta__in{display:grid;gap:8px;padding:8px 12px}
.hn .hn-bcta__box{border-radius:8px;padding:14px;text-align:center}
.hn .hn-bcta__box.is-a{background:var(--cream)}.hn-bcta__box.is-b{background:var(--bluebox)}
.hn .hn-bcta__box h4{font-size:15px;font-weight:900}
.hn .hn-bcta__box p{font-size:12px;color:#555;margin:4px 0 10px}
.hn .hn-bcta__box a{display:flex;align-items:center;justify-content:center;height:48px;border-radius:999px;color:#fff;font-weight:900;font-size:15px}
.hn .hn-bcta__box.is-a a{background:var(--orange);box-shadow:0 3px 0 #b84a00}
.hn .hn-bcta__box.is-b a{background:var(--cta);box-shadow:0 3px 0 var(--cta2)}
.hn .hn-bcta__foot{background:#f7f9fa;border-top:1px solid var(--border);padding:10px 12px;font-size:11px;color:#555;text-align:center;margin-top:8px}

/* ---------- フッター ---------- */
.hn .hn-ft__desc{background:#e9eef2;margin-top:24px;padding:16px 0;font-size:11.5px;color:#444;line-height:1.7}
.hn .hn-ft__pref{background:var(--gray);padding:16px 0}
.hn .hn-ft__pref h4{font-size:13px;font-weight:700;margin-bottom:8px;padding-left:8px;border-left:4px solid var(--navy)}
.hn .hn-ft__rg{border-bottom:1px solid var(--border)}
.hn .hn-ft__rg summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:10px 4px;font-size:13.5px;font-weight:700;cursor:pointer}
.hn .hn-ft__rg summary::-webkit-details-marker{display:none}
.hn .hn-ft__rg summary::after{content:"";width:8px;height:8px;border-right:2px solid var(--navy2);border-bottom:2px solid var(--navy2);transform:rotate(45deg);margin-right:6px}
.hn .hn-ft__rg[open] summary::after{transform:rotate(-135deg)}
.hn .hn-ft__rg .pl{padding:0 4px 12px;font-size:13px;line-height:2.1}
.hn .hn-ft__rg .pl a{margin-right:12px;color:var(--navy2);text-decoration:underline;text-underline-offset:3px}
.hn .hn-ft__main{background:var(--navy);color:#fff;padding:20px 0 24px}
.hn .hn-ft__nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2);margin-bottom:18px}
.hn .hn-ft__nav a{padding:11px 12px;font-size:13px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);position:relative}
.hn .hn-ft__nav a::after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#b8cad4}
.hn .hn-ft__main .hn-logo__name{color:#fff}.hn-ft__main .hn-logo__name small{color:#b8cad4}
.hn .hn-ft__main .hn-logo__mark{background:#fff;color:var(--navy)}
.hn .hn-ft__text{font-size:12px;color:#dfe8ec;margin-top:12px;line-height:1.7}
.hn .hn-ft__links{margin-top:10px;font-size:12px;line-height:2}
.hn .hn-ft__links a{margin-right:12px;text-decoration:underline;text-underline-offset:3px}
.hn .hn-ft__copy{text-align:center;font-size:11px;color:#b8cad4;margin-top:16px}

/* SWELLのページトップボタンはSPでは固定CTAと重なるので隠す */
@media (max-width:1023px){.home .p-fixBtnWrap{display:none!important}}

/* ---------- SP 固定CTA ---------- */
.hn .hn-fixbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;gap:8px;padding:8px 10px;background:rgba(255,255,255,.96);border-top:1px solid var(--border);backdrop-filter:blur(6px);padding-bottom:max(8px,env(safe-area-inset-bottom))}
.hn .hn-fixbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:52px;border-radius:8px;font-weight:900;font-size:14px;line-height:1.2;color:#fff}
.hn .hn-fixbar a small{font-size:10px;font-weight:700;opacity:.9}
.hn .hn-fixbar .f1{background:var(--navy2)}
.hn .hn-fixbar .f2{background:var(--orange)}

/* ==========================================================
   PC（1024px〜）
   ========================================================== */
@media (min-width:1024px){
.hn{padding-bottom:0;font-size:15px}
.hn .pc{display:inline}
.hn .hn-wrap{padding:0 20px}
/* ヘッダー */
.hn .hn-hd{position:static}
.hn .hn-hd__top{height:82px;padding:0 20px}
.hn .hn-logo{gap:12px;flex:0 0 auto}
.hn .hn-logo__mark{width:46px;height:46px;border-radius:12px}
.hn .hn-logo__mark svg{width:28px;height:28px}
.hn .hn-logo__name{font-size:24px;letter-spacing:.02em}
.hn .hn-logo__name small{font-size:11px;letter-spacing:.05em;margin-top:4px}
.hn .hn-hd__sp{display:none}
.hn .hn-hd__pc{display:flex;align-items:center;gap:18px;margin-left:auto}
.hn .hn-hd__note{font-size:12px;color:var(--muted);text-align:right;line-height:1.5}
.hn .hn-hd__note b{display:block;color:var(--navy);font-size:13px}
.hn .hn-btn-search{display:inline-flex;align-items:center;gap:8px;background:var(--navy);color:#fff;font-weight:700;padding:12px 20px;border-radius:8px;font-size:15px}
.hn .hn-btn-search svg{width:18px;height:18px}
.hn .hn-gnav{display:block;border-top:1px solid var(--border)}
.hn .hn-gnav ul{display:flex;align-items:center;height:56px}
.hn .hn-gnav li{padding:0 18px;font-weight:700;font-size:14px;border-left:1px solid var(--border)}
.hn .hn-gnav li:first-child{border-left:0;padding-left:0}
.hn .hn-gnav li.is-cur a{color:var(--orange)}
.hn .hn-gnav li.hn-gnav__cta{margin-left:auto;border:0;padding:0}
.hn .hn-gnav li.hn-gnav__cta a{display:inline-flex;align-items:center;height:42px;padding:0 20px;background:var(--orange);color:#fff;border-radius:6px;box-shadow:0 2px 0 #b84a00}
/* ヒーロー */
.hn .hn-hero{background:linear-gradient(90deg,#f7fafc 0%,#e9f1f5 55%,#dfe9ee 100%);padding:0;overflow:hidden}
.hn .hn-hero__in{display:grid;grid-template-columns:1fr 660px;gap:20px;align-items:center;padding:40px 20px 84px}
.hn .hn-hero__h1{font-size:34px;line-height:1.3}
.hn .hn-hero__h1 .sm{font-size:24px}
.hn .hn-hero__lead{font-size:17px;margin-top:14px}
.hn .hn-hero__cta{margin-top:28px;gap:14px;max-width:400px}
.hn .hn-btn-hero{height:64px;padding:0 24px;font-size:20px}
.hn .hn-btn-hero .tag{top:-16px;left:14px;font-size:12px;padding:3px 12px}
.hn .hn-btn-hero svg{width:22px;height:22px}
.hn .hn-btn-hero2{height:52px;font-size:16px}
/* 地図 */
.hn .hn-map{display:block;position:relative;width:660px;height:470px}
.hn .hn-map__svg{position:absolute;left:120px;top:0;width:420px;height:auto}
.hn .hn-map__svg path{fill:#e6d9bd;stroke:#fff;stroke-width:.7;transition:fill .15s}
.hn .hn-map__svg path.has-gyosha{fill:#d9c7a0}
.hn .hn-map__svg a:hover path,.hn .hn-map__svg a:focus path{fill:var(--orange)}
.hn .hn-map__rg{position:absolute;background:rgba(234,241,244,.92);border:1px solid #cbd9e0;border-radius:6px;padding:0 0 5px;box-shadow:0 2px 6px rgba(4,56,76,.08);width:126px}
.hn .hn-map__rg h4{background:var(--navy2);color:#fff;font-size:11px;text-align:center;border-radius:5px 5px 0 0;padding:3px 2px;white-space:nowrap}
.hn .hn-map__rg ul{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:5px 5px 0}
.hn .hn-map__rg.is-one ul{grid-template-columns:1fr}
.hn .hn-map__rg li a{display:block;text-align:center;background:#fff;border:1px solid #bfcdd4;border-radius:4px;font-size:11.5px;font-weight:700;padding:2px 1px;color:#222;box-shadow:0 1px 0 #bfcdd4;white-space:nowrap}
.hn .hn-map__rg li a.has-gyosha{border-color:var(--orange);color:var(--orange);background:#fff7ef}
.hn .hn-map__rg li a:hover{border-color:var(--orange);color:var(--orange);background:#fff7ef}
.hn .hn-map__rg.is-ok{left:0;top:0;width:96px}
.hn .hn-map__rg.is-cg{left:104px;top:0}
.hn .hn-map__rg.is-kk{left:238px;top:0}
.hn .hn-map__rg.is-hr{left:372px;top:0}
.hn .hn-map__rg.is-hk{right:0;top:0;width:110px}
.hn .hn-map__rg.is-th{right:0;top:118px}
.hn .hn-map__rg.is-kt{right:0;top:248px}
.hn .hn-map__rg.is-ks{left:0;top:130px}
.hn .hn-map__rg.is-sk{left:160px;bottom:0}
.hn .hn-map__rg.is-tk{left:300px;bottom:0}
.hn .hn-map__note{position:absolute;left:0;bottom:4px;width:150px;font-size:11px;line-height:1.5;color:var(--muted)}
/* 実績バー */
.hn .hn-stats{position:absolute;left:50%;bottom:-1px;transform:translateX(-50%);width:var(--w);margin:0;border-radius:12px 12px 0 0;box-shadow:0 -4px 20px rgba(4,56,76,.08);display:flex;justify-content:center;gap:64px;padding:16px 0 12px}
.hn .hn-stat{padding:0;border:0;flex-direction:row;align-items:baseline;gap:10px}
.hn .hn-stat .l{font-size:14px}
.hn .hn-stat .v{font-size:40px;line-height:1}
.hn .hn-stat .v.sm{font-size:28px}
.hn .hn-stat .u{font-size:15px}
.hn .hn-stat .src{font-size:11px;align-self:center}
/* 安心 */
.hn .hn-trust{padding:0}
.hn .hn-trust__in{display:flex;align-items:center;gap:40px;padding:26px 20px 30px}
.hn .hn-trust__icons{gap:28px;margin:0}
.hn .hn-ti{width:110px;font-size:12px}
.hn .hn-ti .ic{width:54px;height:54px;margin-bottom:8px}
.hn .hn-ti .ic svg{width:28px;height:28px}
.hn .hn-trust__text h3{font-size:17px}
.hn .hn-trust__text p{font-size:14px}
/* パネル */
.hn .hn-panel{max-width:var(--w);margin:36px auto 0;border-top-width:5px}
.hn .hn-panel__h{gap:12px;padding:20px 24px;font-size:24px}
.hn .hn-panel__h svg{width:28px;height:28px}
.hn .hn-panel__b{padding:24px}
.hn .hn-sec-t{padding-left:14px;font-size:17px;margin-bottom:14px}
.hn .hn-sec-t::before{width:5px}
.hn .hn-sec-t.mt{margin-top:28px}
.hn .hn-more{font-size:15px}
.hn .hn-note{font-size:12px}
/* 都道府県：PCは一覧表、SPアコーディオンは隠す */
.hn .hn-areas,.hn .hn-areas__note{display:none}
.hn .hn-prefrows{display:block;background:#f7f9fa;border:1px solid var(--border);border-radius:8px;padding:14px 18px}
.hn .hn-prefrows dl{display:grid;grid-template-columns:140px 1fr;row-gap:8px;font-size:14px;align-items:baseline}
.hn .hn-prefrows dt{font-weight:700;color:var(--navy2)}
.hn .hn-prefrows dd a{display:inline-block;margin:0 14px 0 0;color:#222;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#b9c6ce}
.hn .hn-prefrows dd a.has-gyosha{color:var(--orange);font-weight:700}
.hn .hn-prefrows dd a:hover{color:var(--orange)}
/* 条件：PCは1枚のアコーディオン */
.hn .hn-acc-sp{display:none}
.hn .hn-acc--pc{display:block}
.hn .hn-acc summary{padding:14px 18px;font-size:16px}
.hn .hn-acc summary em{font-size:12px}
.hn .hn-acc__b{padding:16px 18px 18px;display:grid;gap:14px}
.hn .hn-cgrp{display:grid;grid-template-columns:130px 1fr;gap:12px;align-items:start}
.hn .hn-cgrp h5{font-size:13px;font-weight:700;color:var(--navy2);padding-top:8px;margin:0}
.hn .hn-chips{gap:10px}
.hn .hn-chip span{padding:8px 14px;font-size:14px}
.hn .hn-cond__f{display:flex;align-items:center;gap:16px;margin-top:14px}
.hn .hn-cond__f span{margin:0;font-size:12px}
.hn .hn-btn-acc{width:auto;display:inline-flex;height:44px;padding:0 26px;font-size:15px}
/* とは？ */
.hn .hn-worry{padding:24px 28px}
.hn .hn-worry__bub{font-size:14px;padding:6px 18px;margin-bottom:14px}
.hn .hn-worry li{font-size:16px;padding-left:30px}
.hn .hn-worry li::before{width:22px;height:22px;font-size:14px;top:2px}
.hn .hn-worry::after{bottom:-18px;border-width:18px}
.hn .hn-answer{font-size:24px;margin:36px 0 28px;line-height:1.5}
.hn .hn-cols3{grid-template-columns:repeat(3,1fr);gap:20px}
.hn .hn-mer{display:block;padding:24px 20px}
.hn .hn-mer .ic{width:96px;height:96px;margin:0 auto 16px}
.hn .hn-mer .ic svg{width:52px;height:52px}
.hn .hn-mer h4{font-size:17px;margin-bottom:8px}
.hn .hn-mer p{font-size:14px}
/* 相場・流れ */
.hn .hn-ptable{font-size:15px}
.hn .hn-ptable th,.hn .hn-ptable td{padding:12px 16px}
.hn .hn-ptable th{font-size:14px}
.hn .hn-ptable td.v{font-size:18px}
.hn .hn-flow{grid-template-columns:repeat(3,1fr);gap:20px;padding:20px}
.hn .hn-step{padding:18px 18px 16px}
.hn .hn-step .no{display:block;text-align:center;font-size:15px;padding:2px}
.hn .hn-step h4{text-align:center;font-size:19px;margin:8px 0 6px}
.hn .hn-step p{font-size:14px}
.hn .hn-step+.hn-step::before{left:-20px;top:50%;transform:translateY(-50%);border:10px solid transparent;border-left:12px solid #fff}
/* 記事 */
.hn .hn-cat{font-size:22px;gap:10px}
.hn .hn-cat .ic{width:32px;height:32px;font-size:16px}
.hn .hn-arts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:0;padding:0;overflow:visible}
.hn .hn-art{flex:none;padding:16px}
.hn .hn-art__th{height:160px;margin-bottom:12px}
.hn .hn-art h4{font-size:16px}
.hn .hn-art p{font-size:13px;margin-top:6px}
/* 締めCTA */
.hn .hn-bcta{max-width:920px;margin:44px auto 0;border-width:4px}
.hn .hn-bcta h3{font-size:26px;padding:26px 30px 10px}
.hn .hn-bcta__in{grid-template-columns:1fr 1fr;gap:20px;padding:0 30px 16px}
.hn .hn-bcta__box{padding:18px}
.hn .hn-bcta__box h4{font-size:17px}
.hn .hn-bcta__box p{font-size:13px;margin:6px 0 12px}
.hn .hn-bcta__box a{display:inline-flex;height:50px;padding:0 28px;font-size:16px}
.hn .hn-bcta__foot{font-size:13px;padding:12px;margin:0}
/* フッター */
.hn .hn-ft__desc{margin-top:48px;padding:22px 0;font-size:12px;line-height:1.8}
.hn .hn-ft__pref{padding:22px 0}
.hn .hn-ft__pref h4{font-size:14px;margin-bottom:10px;padding-left:10px}
.hn .hn-ft__pref .hn-wrap{display:block}
.hn .hn-ft__rg{display:grid;grid-template-columns:150px 1fr;border:0;align-items:baseline}
.hn .hn-ft__rg summary{padding:3px 0;font-size:13px;color:#555;pointer-events:none}
.hn .hn-ft__rg summary::after{display:none}
.hn .hn-ft__rg .pl{padding:0;line-height:1.9}
.hn .hn-ft__rg .pl a{margin-right:10px}
.hn .hn-ft__main{padding:26px 0 30px}
.hn .hn-ft__nav{display:flex;gap:36px;border:0;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:22px}
.hn .hn-ft__nav a{padding:0;border:0;font-size:14px}
.hn .hn-ft__nav a::after{display:none}
.hn .hn-ft__body{display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:start}
.hn .hn-ft__text{margin-top:0;font-size:13px;line-height:1.8}
.hn .hn-ft__links{margin-top:12px;font-size:13px}
.hn .hn-ft__links a{margin-right:16px}
.hn .hn-ft__copy{text-align:right;font-size:12px;margin-top:22px}
.hn .hn-fixbar{display:none}
}
@media (prefers-reduced-motion:reduce){.hn *{transition:none!important}}

/* ===== よくある質問（トップ） / アンカー ===== */
.hn .hn-panel[id]{scroll-margin-top:120px}
.hn .hn-faq{display:grid;gap:8px}
.hn .hn-faq__item{border:1px solid var(--border);border-radius:8px;background:#fff;overflow:hidden}
.hn .hn-faq__item summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;padding:12px 36px 12px 12px;font-weight:900;font-size:14px;line-height:1.5;background:var(--gray);position:relative}
.hn .hn-faq__item summary::-webkit-details-marker{display:none}
.hn .hn-faq__item summary::after{content:"";position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:2px solid var(--navy2);border-bottom:2px solid var(--navy2);transform:translateY(-70%) rotate(45deg);transition:transform .2s}
.hn .hn-faq__item[open] summary{border-bottom:1px solid var(--border)}
.hn .hn-faq__item[open] summary::after{transform:translateY(-30%) rotate(225deg)}
.hn .hn-faq__item .q,.hn .hn-faq__item .a{flex:none;width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;color:#fff;line-height:1}
.hn .hn-faq__item .q{background:var(--orange)}
.hn .hn-faq__item .a{background:var(--navy2)}
.hn .hn-faq__a{display:flex;gap:10px;align-items:flex-start;padding:12px 12px 14px;font-size:14px;line-height:1.8;color:var(--text)}
.hn .hn-faq__a p{margin:0}
.hn .hn-faq__note{margin:12px 0 0;font-size:12px;color:var(--muted);line-height:1.7}
@media (min-width:1024px){
.hn .hn-panel[id]{scroll-margin-top:16px}
.hn .hn-faq{gap:10px}
.hn .hn-faq__item summary{font-size:15px;padding:14px 44px 14px 16px}
.hn .hn-faq__a{padding:14px 16px 16px;font-size:14.5px}
.hn .hn-faq__note{font-size:13px}
}
.hn .hn-logo__mark--img{background:transparent;border-radius:0;padding:0;overflow:visible}
.hn .hn-logo__mark--img img{width:100%;height:100%;display:block;object-fit:contain}
.hn .hn-ft__main .hn-logo__mark--img{background:transparent;color:inherit}
/* サブページでもSWELL標準ヘッダーを隠し、トップと同じ共通ヘッダーを使う */
body:not(.home) .l-header,body:not(.home) .l-fixHeader,body:not(.home) .p-spHeadMenu,body:not(.home) .l-header__gnav{display:none!important}
.hn--sub{background:#fff}

/* hnf */.hn{padding-bottom:0}
