@charset "UTF-8";
/* ============================================================
   株式会社明成興産 トップページ  style.css
   ------------------------------------------------------------
   1. reset
   2. base
   3. 共通パーツ（ボタン / セクションタイトル / ユーティリティ）
   4. 各セクション
   5. レスポンシブ
   ============================================================ */

/*reset----------------------------------------------------------*/
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { list-style:none; margin:0; padding:0; border:0; outline:0;font-size:100%; vertical-align:baseline; background:transparent;}
body { line-height:1;}
article, aside, dialog, figure, footer, header,hgroup, nav, section { display:block;}
nav ul { list-style:none;}
li { margin:0; padding:0;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none;}
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins { background-color:#ff9; color:#423a2b; text-decoration:none;}
mark { background-color:#ff9; color:#423a2b; font-style:italic; font-weight:bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #423a2b; cursor:help;}
table { border-collapse:collapse; border-spacing:0;}
hr {display:block;height:1px;border:0;border-top: 1px solid #e5dcc8;margin:1em 0;padding:0;}
input, select { vertical-align:middle;}
input[type="submit"], input[type="button"],input[type="checkbox"],input[type="radio"],input[type="text"] { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}


/* ============================================================
   2. base
   ============================================================ */
body {font-family: 'Noto Sans JP', sans-serif;font-weight: 400;font-size: 16px;line-height: 1.8;color: #464646;background: #ffffff;-webkit-font-smoothing: antialiased;}
a { color: #249D57; text-decoration: none; transition: background 0.2s ease, color 0.2s ease; }
img { max-width: 100%; }
.svg-defs { display: none; }

@keyframes fvB { 0% { opacity: 0; } 33.3% { opacity: 0; } 38.9% { opacity: 1; } 66.7% { opacity: 1; } 72.2% { opacity: 0; } 100% { opacity: 0; } }
@keyframes fvC { 0% { opacity: 0; } 66.7% { opacity: 0; } 72.2% { opacity: 1; } 94.4% { opacity: 1; } 100% { opacity: 0; } }


/* ============================================================
   3. 共通パーツ
   ============================================================ */

/* ---------- ボタン ---------- */
.btn { display: flex; align-items: center; gap: 10px; font-weight: 700; padding: 12px 16px; border-radius: 4px; box-sizing: border-box; }
.btn__icon { flex: none; width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.btn__icon svg { width: 9px; height: 9px; }

/* 緑ボタン */
.btn--green { background: #249D57; color: #ffffff; }
.btn--green .btn__icon { background: #ffffff; color: #249D57; }
.btn--green:hover { background: #1f8449; }

/* 青ボタン */
.btn--blue { background: #244aad; color: #ffffff; gap: 11px; }
.btn--blue .btn__icon { background: #ffffff; color: #244aad; }
.btn--blue:hover { background: #1c3c8f; }

/* グレーボタン */
.btn--gray { background: #f3f3f3; color: #464646; }
.btn--gray .btn__icon { background: #249D57; color: #ffffff; }
.btn--gray:hover { background: #e6e6e6; }
.btn--sm { font-size: 14.5px; padding: 11px 14px; }

/* もっと見る（色は --green / --blue を併用） */
.btn--more { display: inline-flex; margin-top: 30px; padding: 14px 22px; }

/* 複数行になる外部リンク */
.btn--multi { align-items: flex-start; font-size: 14.5px; line-height: 1.6; }
.btn--multi .btn__icon { margin-top: 1px; }

/* 強調CTA（影付き） */
.btn--cta { display: inline-flex; padding: 13px 24px; box-shadow: 0 2px 8px rgba(36, 157, 87, 0.35); }
.btn--blue.btn--cta {padding: 14px 20px;box-shadow: 0 2px 8px rgba(36, 74, 173, 0.35);}
.btn--mail { display: inline-flex; padding: 14px 26px; box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25); }

/* ---------- セクションタイトル ---------- */
.sec-title {display: flex;align-items: flex-start;gap: .5em;margin-bottom: 1.5em;}
.sec-title--faq { margin-bottom: 30px; }
.sec-title__mark {flex: none;width: 5em;height: 5em;margin-top: .8em;}
.sec-title__text {font-size: clamp(24px, 2.6vw, 42px);font-weight: 700;color: #000000;line-height: 1.6;}
.sec-title__en {display: block;font-size: 41%;font-weight: 700;color: #244aad;}

/* ---------- 電話番号（ヘッダー / CTA / フッター共通） ---------- */
.tel {display: inline-flex;align-items: center;font-size: 210%;font-weight: 900;color: #000000;letter-spacing: 0.02em;line-height: 1;}
.tel__icon { width: .66em; height: .66em; flex: none; }

/* ---------- SNSリンク（ヘッダーパネル / フッター共通） ---------- */
.sns { display: flex; align-items: center; gap: 14px; }
.sns a { display: block; }
.sns img { display: block; width: 30px; height: 30px; }

/* ---------- ユーティリティ ---------- */
.u-mt-auto { margin-top: auto; }
.u-self-start { align-self: flex-start; }
.ja {font-family: "Noto Sans JP", sans-serif;font-weight: 400;}
.en {font-family: "Mukta Mahee", sans-serif;font-weight: 700;}

/* ============================================================
   4. 各セクション
   ============================================================ */

/* ---------- ヘッダー ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background 0.3s ease, box-shadow 0.3s ease; }
.header__bar { position: relative; display: flex; align-items: stretch; height: 76px; }
.header__logo { display: flex; align-items: center; padding: 0 22px; }
.header__logo img {height: 48px;width: auto;}

.gnav { display: flex; align-items: center; gap: 26px; margin-left: 6px; }
.gnav a { position: relative; font-size: 15px; font-weight: 500; color: #464646; white-space: nowrap; }
.gnav a:hover { color: #244aad; }
/* オンマウスで下線が左から右へ */
.gnav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease; }
.gnav a:hover::after { transform: scaleX(1); }

.header__tel { margin-left: auto; display: flex; align-items: center; gap: .5em; padding: 0 18px; cursor: pointer; }
.header__caret { display: inline-flex; color: #999999; transition: transform 0.3s ease; }
.header__caret svg { width: 12px; height: 8px; }

.header__contact { display: flex; align-items: center; gap: 9px; padding: 0 30px; background: #249D57; color: #ffffff; font-size: 16px; font-weight: 700; }
.header__contact svg { width: 18px; height: 18px; }
.header__contact:hover { background: #1f8449; }

/* 店舗情報パネル */
.header__panel { position: absolute; top: 100%; left: 0; right: 0; max-height: 0; overflow: hidden; background: #ffffff; transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1); }
.header__panel-inner { display: flex; align-items: flex-start; gap: 44px; padding: 30px 5vw 32px; }
.header__panel-info { flex: 1 1 0; min-width: 0; display: flex; align-items: flex-start; gap: 24px; }
.shop-info { flex: none; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.shop-info__grid { display: grid; grid-template-columns: auto 1fr; gap: 10px 22px; font-size: 15px; line-height: 1.7; }
.shop-info__label { font-weight: 700; color: #000000; }
.header__map { flex: 1 1 0; min-width: 0; height: 240px; }

/* パネル左：目的別メニュー（2カラム×2段） */
.panel-menu { flex: 1 1 0; min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.panel-menu__item { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 2px; min-height: 104px; padding: 16px 52px 16px 22px; border-radius: 6px; color: #ffffff; box-sizing: border-box; }
.panel-menu__item--blue { background: #244aad; }
.panel-menu__item--blue:hover { background: #1c3c8f; }
.panel-menu__item--green { background: #249D57; }
.panel-menu__item--green:hover { background: #1f8449; }
.panel-menu__lead { font-size: 13px; font-weight: 500; line-height: 1.4; opacity: .9; }
.panel-menu__main { font-size: 180%; font-weight: 900; line-height: 1.2; }
.panel-menu__arrow { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); width: 26px; height: 26px; border-radius: 50%; background: #ffffff; display: inline-flex; align-items: center; justify-content: center; }
.panel-menu__item--blue .panel-menu__arrow { color: #244aad; }
.panel-menu__item--green .panel-menu__arrow { color: #249D57; }
.panel-menu__arrow svg { width: 10px; height: 10px; }

/* 状態：FV上（透過）/ スクロール後（白） */
.header[data-solid="1"] { background: #ffffff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
.header:not([data-solid="1"]) .gnav a,
.header:not([data-solid="1"]) .header__tel .tel { color: #ffffff; text-shadow: 0 1px 10px rgba(0, 10, 40, 0.5); }
.header:not([data-solid="1"]) .header__caret { color: #ffffff; }
.header:not([data-solid="1"]) .header__logo img { filter: brightness(0) invert(1); }
.header[data-open="1"] .header__panel { max-height: 520px; }
.header[data-open="1"] .header__caret { transform: rotate(180deg); }

/* ---------- ファーストビュー ---------- */
/* 高さ：直後のティッカー（56px・上に28pxかぶせ）が初期画面内に必ず収まるよう確保 */
.fv { position: relative; height: calc(100svh - 40px); min-height: 660px; overflow: hidden; background: #1a2b52; }
.fv__slide { position: absolute; inset: 0; }
.fv__slide--b { opacity: 0; animation: fvB 18s linear infinite; }
.fv__slide--c { opacity: 0; animation: fvC 18s linear infinite; }
.fv__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fv__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 18, 44, 0.32) 0%, rgba(8, 18, 44, 0.06) 45%, rgba(8, 18, 44, 0.38) 100%); }
.fv__catch {position: absolute;left: 6vw;top: clamp(56px, 15vh, 150px);color: #ffffff;font-size: clamp(42px, 5.6vw, 96px);font-weight: 900;line-height: 1.3;letter-spacing: 0;text-shadow: 0 3px 28px rgba(0, 10, 40, 0.5);}
.fv__catch span {font-size:150%; line-height:1;}
.fv__sub {position: absolute;right: 44px;bottom: 72px;max-width: 468px;}
.fv__glow { position: absolute; right: -80px; bottom: -110px; width: 860px; max-width: none; mix-blend-mode: multiply; pointer-events: none; }
.fv__lead {position: relative;color: #ffffff;font-weight: 500;line-height: 2.15;letter-spacing: 0.04em;text-shadow: 0 1px 16px rgba(0, 15, 50, 0.55);padding-bottom: 3em;transition: padding-bottom 0.6s ease;}
/* スクロール開始後は追従CTAとかぶらなくなるため、確保していた余白をスムーズに解除（JSが .fv--scrolled を付与） */
.fv--scrolled .fv__lead { padding-bottom: 0; }

/* ---------- 成約ティッカー（FV直下・FVに28pxかぶせて配置） ---------- */
.ticker { position: relative; z-index: 6; display: flex; align-items: stretch; width: min(980px, 88vw); margin: -28px 0 0 6vw; background: #ffffff; border-radius: 4px; box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18); overflow: hidden; }
.ticker__label { display: flex; align-items: center; padding: 0 20px; background: #244aad; color: #ffffff; font-size: 14px; font-weight: 700; white-space: nowrap; }
.ticker__view { flex: 1; min-width: 0; height: 56px; padding: 0 22px; overflow: hidden; }
.ticker__col { transform: translateY(0); transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
.ticker__col.no-anim { transition: none; }
.ticker__line { height: 56px; min-width: 320px; display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #464646; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- サービス ---------- */
.services { margin-top: -28px; padding: 104px 5vw 100px; background: #f3f3f3; }
.services__inner { max-width: 1240px; margin: 0 auto; }
.svc-grid { display: grid; grid-template-columns: repeat(2, 1fr); background: #ffffff; border: 1px solid #dddddd; }
.svc-grid--3 { grid-template-columns: repeat(3, 1fr); margin-top: -1px; }
.svc { display: flex; flex-direction: column; padding: 34px 30px 30px; background: #ffffff; }
.svc + .svc { border-left: 1px solid #dddddd; }
.svc__photo { margin: -34px -30px 24px; }
.svc__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.svc__head { display: flex; align-items: center; gap: 14px; }
.svc__icon { flex: none; }
.svc__title { font-size: 148%; font-weight: 700; color: #000000; line-height: 1.5; }
.svc__title-sub { display: block; font-size: 70%; color: #244aad; }
.svc__lead { margin-bottom: 1em; font-size: 120%; font-weight: 700; line-height: 1.7; }
.svc__text { margin-bottom: 18px; line-height: 1.95; }
.svc__text--last { margin-bottom: 22px; }
.svc__list { display: grid; gap: 6px; margin: 14px 0 18px; padding: 14px 18px; background: #f3f3f3; border-radius: 4px; font-size: 14px; line-height: 1.7; }
.svc__list li { position: relative; padding-left: 1.1em; }
.svc__list li::before { content: ''; position: absolute; left: 0; top: .65em; width: .45em; height: .45em; border-radius: 50%; background: #244aad; }  /* 中黒をCSSで表現 */
.svc__list--last { margin-bottom: 22px; }
.svc__actions { margin-top: auto; display: flex; flex-wrap: wrap; align-items: center; gap: .5em; }
.svc .btn {width:100%;}

/* 借りたい・買いたい：リスト＋ボタンの2カラム */
.svc__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc__col { display: flex; flex-direction: column; }
.svc__col .svc__list { margin-bottom: 26px; }

/* 吹き出し付きボタン（吹き出しはボタン上端に少しかぶせる） */
.balloon-set { margin-top: auto; display: flex; flex-direction: column; align-items: flex-start; }
.balloon { position: relative; z-index: 1; margin: 0 0 -8px 10px; padding: 5px 13px 6px; background: #ffffff; border: 2px solid #249D57; border-radius: 8px; color: #249D57; font-size: 12px; font-weight: 700; line-height: 1.5; }
.balloon::after { content: ''; position: absolute; left: 22px; bottom: -7px; width: 10px; height: 10px; background: #ffffff; border-right: 2px solid #249D57; border-bottom: 2px solid #249D57; transform: rotate(45deg); }
.balloon-set .btn { padding-top: 16px; }

/* ---------- 選ばれる理由 ---------- */
.reasons { height: 340vh; background: #ffffff; }
.reasons__head { max-width: 1060px; padding: 100px 6vw 0; }   /* 見出しは固定せず通常スクロール */
.reasons__sticky { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; justify-content: center; padding: 90px 0 120px; box-sizing: border-box; overflow: hidden; }
.reasons__lead { max-width: 500px; font-size: 15px; line-height: 2; }
/* 背景画像：横スクロール欄の直前からフェードイン（opacity は JS がスクロール量に応じて 0→1 に制御） */
.reasons__bg { position: absolute; inset: 0; background: url(../img/point_bg.jpg) center / cover no-repeat; opacity: 0; }
.reasons__bg::before {content: '';position: absolute;inset: 0;background: linear-gradient(160deg, rgba(214, 232, 255, 0.75) 0%, rgba(120, 170, 255, 0.70) 45%, rgba(36, 74, 173, 0.52) 100%);}  /* 青系のやわらかいトーン */
.reasons__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 34%); }  /* 上部：白→透明でなじませる */
.reasons__viewport { position: relative; z-index: 1; width: 100%; }
.reasons__track { display: flex; align-items: stretch; gap: 32px; width: max-content; padding: 8px 6vw 24px; will-change: transform; }
.reason { flex: none; display: flex; flex-direction: column; width: min(520px, 84vw); background: #ffffff; border-radius: 8px; overflow: hidden; }
.reason__photo { flex: none; height: 225px; }
.reason__photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.reason__body {padding: 0 30px 2em;}
.reason__num {font-weight: 900;color: #244aad;font-size: 320%;line-height: 1;margin-top: -.7em;padding-left: .1em;letter-spacing: -.04em;margin-bottom: .2em;}
.reason__num span {font-size: 120%;line-height: 1;}
.reason__title {margin-bottom: 1em;font-size: 120%;font-weight: 700;color: #000000;line-height: 1.6;}
.reason__text {}
.reason__btn {margin-top: 1.5em;}

/* ---------- よくあるご質問 ---------- */
.faq { padding: 96px 5vw 100px; background: #f3f3f3; }
.faq__inner { max-width: 980px; margin: 0 auto; }
.faq__list { display: grid; gap: 16px; }
.faq__item { padding: 24px 28px; background: #ffffff; border-radius: .5em; }
.faq__q { display: flex; gap: 14px; font-size: 16px; font-weight: 700; color: #000000; line-height: 1.7; }
.faq__a { display: flex; gap: 14px; margin-top: 12px; font-size: 15px; line-height: 1.9; }
.faq__mark { flex: none; font-weight: 900; }
.faq__mark--q { color: #244aad; }
.faq__mark--a { color: #249D57; }

/* ---------- お知らせ・コラム ---------- */
.news { padding: 96px 5vw 100px; background: #ffffff; }
.news__inner { max-width: 1100px; margin: 0 auto; }
.news__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.news__col { display: flex; flex-direction: column; align-items: flex-start; }
.news__col-title { display: inline-block; padding: 4px 16px; border-radius: 2px; font-size: 14px; font-weight: 700; color: #ffffff; line-height: 1.6; }
.news__col-title--info { background: #244aad; }
.news__col-title--column { background: #249D57; }
.news__list { width: 100%; margin-top: 6px; }
.news__item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 6px; border-bottom: 1px solid #e3e3e3; color: #464646; }
.news__item:hover { color: #249D57; }
.news__date { flex: none; font-size: 14px; color: #888888; line-height: 1.7; }
.news__title { font-size: 15px; font-weight: 500; line-height: 1.7; }
.news__col .btn--more { margin-top: 24px; }

/* ---------- お問い合わせCTA ---------- */
.cta { padding: 90px 5vw 0; background: #244aad; color: #ffffff; }
.cta__inner { max-width: 1100px; margin: 0 auto; text-align: center; margin-bottom: -5em; position: relative; }
.cta__title {margin-bottom: 1em;font-size: clamp(22px, 2.6vw, 40px);font-weight: 800;color: #ffffff;line-height: 1.7;}
.cta__lead { margin-bottom: 2em; color: rgba(255, 255, 255, 0.92); }
.cta__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; background: #FFF; border-radius: 1em; color: #464646; padding: 30px 0; }
.cta__col { padding: 6px 24px; }
.cta__col--bordered {border-left: 1px solid rgb(0 0 0 / 30%);}
.cta__label {margin-bottom: .5em;font-size: 160%;font-weight: 800;}
.cta__hours {display: flex;flex-direction: column;align-items: center;gap: .5em;margin-top: 1em;line-height: 1.6;}
.cta__hours span { display: inline-block; margin-right: 10px; padding: 2px 10px; border-radius: 3px; background: #eeeeee; color: #464646; font-size: 13px; font-weight: 700; }
.cta__fax { font-size: 30px; font-weight: 900; letter-spacing: 0.02em; line-height: 1; }
.cta__note { margin-top: 1em; font-size: 13px; color: #888888; line-height: 1.8; }
.cta__text { color: #464646; margin-bottom: 1em; word-break: auto-phrase; }
.cta__map { margin: 0 -5vw; }
.cta__map-frame { display: block; width: 100%; height: 440px; }

/* ---------- フッター（3カラム：会社情報 / ボタン / ロゴ・SNS） ---------- */
.footer { padding: 64px 5vw 0; background: #ffffff; }
.footer__main { max-width: 1240px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 48px; }
.footer__info { flex: 1 1 0; min-width: 280px; }
.footer__logo {height: 52px;width: auto;}
.footer__addr { margin: 20px 0 8px; }
.footer__tel { margin-bottom: 8px; }
.footer__tel .tel {font-size: 245%;}
.footer__license { color: #777777; }
.footer__links { flex: none; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__side { flex: 1 1 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 20px; }
.footer__badge { flex: none; height: 96px; width: auto; }
.footer__sns { margin-left: 26px; }
.footer__nav { max-width: 1240px; margin: 48px auto 0; padding: 22px 0; border-top: 1px solid #e6e6e6; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; }
.footer__nav a { color: #464646; font-size: 14px; font-weight: 500; }
.footer__nav a:hover { color: #249D57; }
.footer__copy { max-width: 1240px; margin: 0 auto; padding: 20px 0; border-top: 1px solid #e6e6e6; font-size: 12px; color: #888888; text-align: center; }

/* ---------- 追従CTA ---------- */
.float-cta { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; flex-direction: column; gap: 0; }
.float-cta__btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 22px; color: #ffffff; font-weight: 700; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3); }
.float-cta__btn .btn__icon { background: #ffffff; }
.float-cta__btn--green { background: #249D57; border-radius: 4px 4px 0 0; }
.float-cta__btn--green .btn__icon { color: #249D57; }
.float-cta__btn--green:hover { background: #1f8449; }
.float-cta__btn--blue { background: #244aad; border-radius: 0 0 4px 4px; }
.float-cta__btn--blue .btn__icon { color: #244aad; }
.float-cta__btn--blue:hover { background: #1c3c8f; }


/* ============================================================
   5. レスポンシブ
   ============================================================ */
@media (max-width: 960px) {
body { padding-bottom: 56px; }

  /* ヘッダー */
.gnav { display: none; }
.header__bar { height: 62px; }
.header__logo img { height: 24px; }
.header__tel { padding: 0 10px; gap: 6px; }
.header__tel .tel { font-size: 17px; }
.header__contact { padding: 0 14px; font-size: 13px; }
.header[data-open="1"] .header__panel { max-height: calc(100svh - 62px); overflow-y: auto; }
.header__panel-inner { flex-direction: column; gap: 22px; padding: 22px 20px 26px; }
.panel-menu { width: 100%; gap: 10px; }
.panel-menu__item { min-height: 88px; padding: 12px 36px 12px 14px; }
.panel-menu__lead { font-size: 12px; }
.panel-menu__main { font-size: 150%; }
.panel-menu__arrow { right: 12px; }
.header__panel-info { width: 100%; flex-direction: column; }
.header__map { width: 100%; height: 200px; }

  /* ファーストビュー */
.fv { height: calc(100svh - 96px); }  /* 下部固定CTAバー(56px)分も差し引き、ティッカーが隠れないように */
.fv__catch { left: 24px; }
.fv__sub { left: 20px; right: 20px; bottom: 120px; max-width: none; }
.fv__glow { display: none; }

  /* ティッカー */
.ticker { width: auto; max-width: none; margin: -28px 14px 0; }
.ticker__label { padding: 0 14px; font-size: 12px; }
.ticker__view { padding: 0 12px; }
.ticker__line { display: block; min-width: 0; line-height: 56px; font-size: 14px; }

  /* サービス */
.svc-grid { grid-template-columns: 1fr; }
.svc + .svc { border-left: none; border-top: 1px solid #dddddd; }
.svc__cols { grid-template-columns: 1fr; }

  /* 選ばれる理由（横スクロール → スワイプ） */
.reasons { height: auto; }
.reasons__head { padding-top: 64px; }
.reasons__sticky { position: relative; height: auto; padding: 24px 0 64px; overflow: visible; }  /* relative: .reasons__bg の基準を維持 */
.reasons__track { width: auto; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; transform: none; }

  /* お知らせ・コラム */
.news__cols { grid-template-columns: 1fr; gap: 48px; }

  /* CTA */
.cta__grid { grid-template-columns: 1fr; gap: 36px; }
.cta__col--bordered { border-left: none; border-top: 1px solid rgb(0 0 0 / 15%); padding-top: 34px; }

  /* フッター */
.footer__main { flex-direction: column; }
.footer__side { justify-content: flex-start; }
.footer__nav { gap: 10px 24px; }

  /* 追従CTA */
.float-cta { left: 0; right: 0; bottom: 0; flex-direction: row; }
.float-cta__btn { flex: 1; justify-content: center; padding: 15px 6px; border-radius: 0; font-size: 13.5px; }
}

@media (max-width: 480px) {
.header__logo { padding: 0 12px; }
.header__logo img { height: 20px; }
.header__tel { padding: 0 8px; gap: 4px; }
.header__tel .tel { font-size: 15px; white-space: nowrap; }
.header__caret { display: none; }
.header__contact { padding: 0 12px; gap: 5px; font-size: 12px; white-space: nowrap; }
.header__contact svg { width: 16px; height: 16px; }
.header__panel-inner { padding: 18px 16px 22px; }
}

@media (max-width: 400px) {
.header__contact svg { display: none; }
}
