*{margin:0;padding:0;box-sizing:border-box}
body{background:#10241b;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif}
/* PC表示：左右の余白に背景画像（スマホ幅では中央カラムが覆う） */
@media (min-width:601px){
  body{background:#10241b url("../img/pc_bg.webp") no-repeat center top;background-size:cover;background-attachment:fixed}
}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70)"}
/* スマホ専用：440px基準で中央寄せ */
.lp{position:relative;width:100%;max-width:600px;margin:0 auto;background:#fff;
    padding-bottom:calc(min(600px,100vw) * 0.307 + 20px); /* フローティングCTAぶんの余白 */}
.sec{display:block;width:100%;height:auto}
/* ===== 緊急CTA（背景＋個別ボタン） ===== */
.emg{position:relative;line-height:0}
.emg__bg{display:block;width:100%;height:auto}
.emg__btn{position:absolute;display:block;width:86.36%;left:6.82%;overflow:visible}
.emg__btn img{display:block;width:100%;height:auto}
.emg__tel{top:36%}
.emg__line{top:58%}
/* 指アイコンをボタン右上に重ねる */
.emg__tel::after{content:"";position:absolute;left:87.6%;top:17.5%;width:15%;aspect-ratio:57/74;
                 background:url("../img/icon_finger.png") center/contain no-repeat;pointer-events:none}
/* ===== フローティングCTA（背景＋個別ボタン） ===== */
.fixcta{position:fixed;left:50%;transform:translateX(-50%);bottom:0;z-index:50;
        width:100%;max-width:600px;line-height:0}
.fixcta__bg{display:block;width:100%;height:auto}
.fixcta a{position:absolute;display:block}
.fixcta a img{display:block;width:100%;height:auto}
.fixcta__tel{left:3.86%;top:38.5%;width:71%}
.fixcta__line{left:77.5%;top:38.5%;width:20%}
/* ===== 会社概要（テキスト） ===== */
.footer{background:#1c1c1c;color:#dcdcdc;padding:28px 26px 34px;font-size:15px;line-height:1.9}
.footer__name{color:#fff;font-size:22px;font-weight:700;margin-bottom:14px}
.footer p{margin:0}
.footer a{color:#dcdcdc;text-decoration:none}
.footer__note{color:#9a9a9a;font-size:12.5px;line-height:1.7;margin-top:16px}
.footer__cp{color:#7a7a7a;font-size:12px;margin-top:16px}
