/* ── Hero ── */
.hero { position: relative; width: 100%; }
.hero-bg { position: relative; z-index: 1; }
.hero-bg img { width: 100%; height: auto; display: none; }
.hero-bg .hero_sm { display: block; }
.hero-bg .hero_md { display: none; }
.hero-bg .hero_lg { display: none; }
.hero-staff-left { position: absolute; bottom: 0; }
.hero-staff-left img { width: auto; display: block; vertical-align: bottom; object-fit: cover; object-position: bottom; }
.hero-staff-right { position: absolute; bottom: 0; }
.hero-staff-right img { width: auto; display: block; vertical-align: bottom; object-fit: cover; object-position: bottom; }
.hero-catch { position: absolute; }
.hero-catch img { height: auto; }

/* ── 最新のブログ ── */
.latest-blog-section { position: relative; }
.latest-blog-inner { display: flex; background-color: var(--theme-color-blue); border-radius: 16px; position: relative; z-index: 3; }
.latest-blog-header { display: flex; align-items: center; }
.latest-blog-icon { background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--theme-color-blue); }
.latest-blog-title-area { display: flex; flex-direction: column; gap: 5px; }
.latest-blog-title { font-weight: 700; color: var(--theme-color-yellow); margin: 0; line-height: 1.2; }
.latest-blog-subtitle { color: #fff; margin: 0; line-height: 1.2; }
.latest-blog-list { flex: 1; min-width: 0; background: var(--theme-color-blue-shallow); border-radius: 16px; }
.latest-blog-list ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.latest-blog-list li { position: relative; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; }
.latest-blog-list li::before { content: "•"; position: absolute; left: 0; color: #fff; font-size: 20px; line-height: 1.6; }
.latest-blog-list a { color: #fff; text-decoration: none; line-height: 1.6; }
.latest-blog-list a:hover { text-decoration: underline; }

/* ── 初めての方へ ── */
.guide-list { display: grid; list-style: none; padding: 0; margin: 0; }
.guide-item { background: #fff; border-radius: 10px; position: relative; text-align: center; display: flex; flex-direction: column; border: 1px solid var(--theme-color-grey); }
.guide-num { position: absolute; background: url("../img/material_paintsplash_yellow.png") center/cover no-repeat; color: var(--theme-color-blue); font-weight: 700; display: flex; align-items: center; justify-content: center; }
.guide-title { color: var(--theme-color-blue); font-weight: 900; }
.guide-img { overflow: hidden; border-radius: 10px; }
.guide-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.guide-text { line-height: 1.7; text-align: left; }
.guide-btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; background: var(--theme-color-blue); color: #fff; text-decoration: none; font-weight: 900; margin-top: auto; }
.guide-btn:hover { opacity: 0.92; }

/* ── 選ばれる理由 ── */
.reason-section { position: relative; }
.reason-inner { position: relative; }
.reason-subtitle img { width: 100%; display: block; }
.reason-lead { font-weight: 700; color: var(--theme-color-blue); }
.reason-deco { position: absolute; width: auto; pointer-events: none; display: none; }
.reason-list { position: relative; z-index: 1; display: flex; flex-direction: column; }
.reason-item { display: flex; flex-direction: column; position: relative; }
.reason-title { display: flex; margin: 0; color: var(--theme-color-blue); font-weight: 800; line-height: 1.6; }
.reason-title span { display: block; flex: 1; min-width: 0; }
.reason-title strong { display: block; }
.reason-badge { width: auto; object-fit: contain; flex: 0 0 auto; z-index: 3; }
.reason-body { position: relative; }
.reason-card { display: block; position: relative; }
.reason-card img { width: 100%; height: auto; display: block; }
.reason-item:nth-child(even) .reason-card { margin-left: auto; }
.reason-card::after { content: "→"; position: absolute; right: 16px; bottom: 16px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--theme-color-blue); font-weight: 900; }
.reason-item:nth-child(even) .reason-title { justify-content: space-between; }
.reason-item:nth-child(even) .reason-title span { text-align: right; }
.reason-body::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); background: var(--dash-url) no-repeat center / contain; }
.reason-item:nth-child(even) .reason-body::after { right: auto; transform: translateY(-50%) scaleX(-1); }
.reason-item:nth-child(4) .reason-body::after { display: none; }

/* ── 料金とプラン ── */
.price-section { position: relative; overflow: hidden; }
.price-subtitle { text-align: center; color: var(--theme-color-blue); font-weight: 900; position: relative; font-family: "A-OTF Shin Go Pro", "Noto Sans JP", sans-serif; }
.price-subtitle::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--theme-color-blue); opacity: .9; border-radius: 2px; }
.price-subtitle::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--theme-color-blue); opacity: .9; border-radius: 2px; }
.price-grid { display: grid; }
.plan-card { background: #fff; border-radius: 10px; position: relative; border: 1px solid var(--theme-color-grey); }
.plan-badge { position: absolute; height: auto; z-index: 3; }
.plan-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 10px 10px 0 0; }
.plan-catch { position: relative; text-align: center; }
.plan-catch-text { display: inline; font-weight: 900; border-bottom: 6px solid var(--theme-color-yellow); padding-bottom: 2px; line-height: 1.7; }
.plan-catch::after { content: ""; position: absolute; right: -24px; top: 50%; transform: translateY(-50%); width: 72px; height: 72px; background: url("../img/material_pentan_suggest.png") center/contain no-repeat; }
.plan-spec { margin: 0; border-top: 1px solid rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); }
.plan-row { display: flex; justify-content: center; align-items: baseline; }
.plan-row + .plan-row { border-top: 1px solid rgba(0,0,0,.1); }
.plan-row dt { font-weight: 900; color: #000; }
.plan-row dd { margin: 0; color: #000; font-weight: 800; }
.plan-row--price { flex-wrap: wrap; }
.yen { font-weight: 900; color: var(--theme-color-blue); line-height: 1; }
.year { font-weight: 900; color: var(--theme-color-blue); line-height: 1; }
.unit { font-weight: 900; color: var(--theme-color-blue); }
.note { display: block; width: 100%; text-align: center; font-size: 12px; font-weight: 700; color: rgba(0,0,0,.65); }
.plan-cta { display: block; background-color: var(--theme-color-orange); color: #fff; text-align: center; font-weight: 900; border-radius: 8px; text-decoration: none; }
.plan-cta:hover { filter: brightness(1.05); }
.plan-brush { position: absolute; height: auto; pointer-events: none; z-index: 3; }
.price-bottom { display: flex; justify-content: center; }
.price-more { background: var(--theme-color-blue); color: #fff; text-decoration: none; border-radius: 8px; font-weight: 900; text-align: center; }
.price-more:hover { opacity: 0.92; }

/* ── バナー ── */
.banner-message { margin: 0 auto; }
.banner-message img { width: 100%; height: auto; display: block; }

/* ── 施工事例 ── */
.works-list { display: grid; }
.works-images { display: grid; align-items: center; }
.works-image { position: relative; width: 100%; aspect-ratio: 4 / 3; background: url("../img/frame.svg") no-repeat center / 100% 100%; }
.works-photo { width: 100%; height: 100%; }
.works-photo img { width: 100%; height: 100%; object-fit: cover; display: block; -webkit-mask-image: url("../img/frame_mask.svg"); mask-image: url("../img/frame_mask.svg"); -webkit-mask-size: 100% 100%; mask-size: 100% 100%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.works-badge { position: absolute; top: 10px; left: 0; background-repeat: no-repeat; background-position: center; background-size: contain; pointer-events: none; display: flex; align-items: center; justify-content: center; line-height: 1; }
.works-badge--before { background-image: url("../img/material_label_grey.png"); color: #ffffff; }
.works-badge--after { background-image: url("../img/material_label_blue.png"); color: #ffffff; }
.works-info { display: grid; justify-items: start; }
.works-area { display: inline-flex; align-items: center; }
.works-area::before { content: ""; background: url("../img/works_home_icon.png") no-repeat center / contain; flex: 0 0 auto; }
.works-area-text { margin: 0; font-weight: 900; color: var(--theme-color-blue); letter-spacing: .02em; }
.works-summery-title { font-weight: 900; color: var(--theme-color-blue); margin: 0 0 6px; }
.works-summery-list { margin: 0; padding: 0; list-style: none; }
.works-summery-list li { position: relative; padding-left: 1.2em; }
.works-summery-list li::before { content: "・"; position: absolute; left: 0; top: 0; }
.works-link { display: inline-flex; align-items: center; justify-content: center; background: var(--theme-color-blue); color: #ffffff; text-decoration: none; border-radius: 10px; font-weight: 900; }
.works-link:hover { opacity: 0.92; }

/* ── お客様の声 ── */
.voice-section { position: relative; }
.voice-inner { position: relative; }
.voice-subtitle img { width: 100%; display: block; }
.voice-lead { font-weight: 700; color: var(--theme-color-blue); margin: 0; }
#customer-voice .ti-load-more-reviews-button { background-color: var(--theme-color-blue) !important; color: #fff !important; border: 0 !important; border-radius: 8px !important; font-weight: 800 !important; font-size: 16px !important; }
#customer-voice .ti-load-more-reviews-button:hover { opacity: .92; }

/* ── バナー（Google） ── */
.banner-google img { width: 100%; height: auto; display: block; }

/* ── よくある質問 ── */
.faq-category { margin: 0 0 48px; }
.faq-cat-head { display: grid; align-items: center; }
.faq-cat-title { color: var(--theme-color-blue); font-weight: 800; margin: 0; }
.faq-cat-badge { width: auto; display: grid; place-items: center; position: relative; }
.faq-cat-badge-label { font-weight: 700; color: #fff; position: absolute; }
.faq-cat-badge-num { font-weight: 900; color: #fff; line-height: 1; position: absolute; }
.faq-accordion { display: grid; gap: 16px; margin-top: 16px; }
.faq-item { background: #fff; border-radius: 10px; border: 1px solid rgba(0,0,0,.12); }
.faq-q { list-style: none; display: grid; align-items: center; cursor: pointer; }
.faq-q::-webkit-details-marker { display: none; }
.faq-q:focus-visible { outline: 3px solid rgba(11,74,166,.35); outline-offset: 2px; }
.faq-q-text { font-weight: 800; color: var(--theme-color-blue); }
.faq-icon { display: grid; place-items: center; position: relative; justify-self: end; }
.faq-icon::before { content: ""; border-right: 3px solid var(--theme-color-blue); border-bottom: 3px solid var(--theme-color-blue); transform: rotate(45deg); }
.faq-item[open] .faq-icon::before { transform: rotate(-135deg); margin-top: 4px; }
.faq-a-text { margin: 0; color: #000; }
.faq-button { display: flex; justify-content: center; margin-top: 18px; }
.faq-more { display: inline-flex; justify-content: center; align-items: center; border-radius: 6px; background: var(--theme-color-blue); color: #fff; text-decoration: none; font-weight: 800; }
.faq-more:hover { opacity: .92; }
.faq-more:focus-visible { outline: 3px solid rgba(11,74,166,.35); outline-offset: 3px; }

/* ── 会社概要 ── */
.company-inner { display: flex; flex-direction: column; }
.company-inner > .subtitle { margin-bottom: 0; }
.company-grid { display: flex; }
.company-box { background: #fff; border-radius: 16px; border: 1px solid var(--theme-color-grey); position: relative; }
.company-box-title { position: absolute; }
.company-box-title-bg { display: block; width: 100%; height: 48px; }
.company-box-title-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; color: #fff; font-weight: 700; letter-spacing: .1em; line-height: 1; white-space: nowrap; }
.company-profile,
.company-access { display: flex; flex-direction: column; }
.company-logo img { width: 100%; height: auto; display: block; margin: 0 auto; }
.company-photo { position: relative; margin: 0 auto; }
.company-photo-img { width: 100%; height: auto; display: block; }
.company-photo-brush { position: absolute; bottom: -8px; right: -6px; height: auto; rotate: 10deg; }
.company-address p { margin: 0 0 6px; }
.access-transport-title { display: inline-flex; align-items: center; gap: 8px; border-bottom: 6px solid var(--theme-color-yellow); font-weight: 900; margin-bottom: 12px; }
.access-steps { counter-reset: step; }
.access-steps li { position: relative; counter-increment: step; }
.access-steps li::before { content: counter(step) "."; position: absolute; left: 0; top: 0; }
.company-map { width: 100%; }
.company-map iframe { width: 100%; border: 0; display: block; }
.company-button { text-align: center; }
.company-button a { display: inline-block; background: var(--theme-color-blue); color: #fff; padding: 12px 32px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.company-button a:hover { opacity: 0.92; }

/* ── 背景装飾（Homeのみ個別仕様） ── */
.content { position: relative; margin: 0 auto; }
.bg-wave { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: repeat-y; background-position: left top; z-index: 0; pointer-events: none; }
.bg-icons { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: repeat-y; background-position: center top; background-size: 100% auto; z-index: 0; pointer-events: none; }
.content > *:not(.bg-wave):not(.bg-icons) { position: relative; z-index: 3; }

/* ========================================
   2. レスポンシブ
   ======================================== */

/* ── スマートフォン（〜639px） ── */
@media (width < 640px) {
/* ヒーロー */
.hero { overflow: hidden; }
.hero-catch { top: 16px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; pointer-events: none; }
.hero-catch img { width: min(100%, 760px); display: block; }
.hero-staff-left { left: -12px; z-index: 3; display: flex; align-items: flex-end; }
.hero-staff-right { right: -18px; z-index: 3; display: flex; align-items: flex-end; }
.hero-staff-left img { height: min(59vw, 220px); max-height: 220px; }
.hero-staff-right img { height: min(59vw, 220px); max-height: 220px; }

/* 最新のブログ */
.latest-blog-inner { max-width: calc(100% - 24px); margin: 0 12px; margin-top: -20px; padding: 16px; flex-direction: column; align-items: stretch; gap: 12px; }
.latest-blog-header { min-width: 0; width: 100%; gap: 12px; justify-content: center; }
.latest-blog-icon { width: 48px; height: 48px; }
.latest-blog-icon i { font-size: 28px; }
.latest-blog-title { font-size: 21px; text-align: center; }
.latest-blog-subtitle { font-size: 13px; text-align: center; }
.latest-blog-list { width: 100%; padding: 16px; }
.latest-blog-list a { font-size: 14px; }

/* 初めての方へ */
.guide-section { padding: 48px 16px; }
.guide-inner { max-width: 100%; }
.guide-list { grid-template-columns: 1fr; gap: 16px; }
.guide-item { padding: 22px 16px; }
.guide-num { top: -18px; left: -10px; width: 92px; height: 72px; font-size: 26px; }
.guide-title { font-size: 21px; margin: 0 0 10px; }
.guide-img { height: 160px; }
.guide-text { font-size: 18px; margin: 0 0 16px; }
.guide-btn { margin: 0 16px; padding: 12px 18px; }

/* 選ばれる理由 */
.reason-section { padding: 48px 16px; }
.reason-inner { max-width: 100%; }
.reason-lead { margin: 0; font-size: 18px; padding: 0 4px; line-height: 1.6; }
.reason-list { padding: 28px 0 0; gap: 40px; max-width: 100%; margin: 0; }
.reason-title { gap: 12px; align-items: flex-end; font-size: 20px; }
.reason-title strong { font-size: 20px; }
.reason-badge { height: 96px; margin-bottom: -10px; }
.reason-card { width: 100%; }
.reason-body::after { display: none; }

/* 料金とプラン */
.price-section { padding: 48px 16px 0; }
.price-inner { max-width: 100%; margin: 0 auto; }
.price-subtitle { font-size: 20px; margin: 0 auto 18px; padding: 18px 0; }
.price-grid { grid-template-columns: 1fr; gap: 18px; }
.plan-badge { left: -12px; top: -28px; width: 136px; }
.plan-body { padding: 20px 18px 18px; }
.plan-catch { margin: 0 24px 24px 0; padding-right: 72px; }
.plan-row { gap: 10px; padding: 10px 0; }
.yen { font-size: 44px; }
.year { font-size: 38px; }
.unit { font-size: 14px; margin-left: 6px; }
.plan-brush { right: -10px; bottom: -16px; width: 80px; }
.plan-cta { margin: 16px; padding: 16px; }

/* 施工事例 */
.works-section { padding: 48px 16px; }
.works-inner { max-width: 100%; }
.works-images { grid-template-columns: 1fr; gap: 14px; }
.works-badge { width: 140px; height: 40px; }
.works-area::before { width: 56px; height: 56px; }
.works-area-text { font-size: 18px; }
.works-list { gap: 64px; }
.works-link { width: 343px; justify-self: center; height: 48px; padding: 0 18px; }
.works-info { display: contents; gap: 21px; }
.works-area { order: -1; gap: 8px; }

/* お客様の声 */
.voice-section { padding: 48px 16px; }
.voice-content-group { margin-top: 24px; }
.voice-inner { max-width: 100%; }
.voice-lead { padding: 0 4px; font-size: 18px; line-height: 1.6; }
#customer-voice .ti-load-more-reviews-button { width: 343px !important; padding: 14px 24px !important; }

/* よくある質問 */
.faq-section { padding: 48px 0; }
.faq-inner { padding: 0 16px; }
.faq-cat-head { grid-template-columns: 86px 1fr; gap: 14px; margin-bottom: -16px; }
.faq-cat-title { font-size: 20px; }
.faq-cat-badge { height: 92px; }
.faq-cat-badge-label { top: 30px; right: 16px; font-size: 9px; }
.faq-cat-badge-num { top: 45px; right: 27px; font-size: 20px; }
.faq-q { padding: 14px; grid-template-columns: 1fr 36px; gap: 12px; }
.faq-q-text { font-size: 16px; }
.faq-icon { width: 34px; height: 34px; }
.faq-icon::before { width: 10px; height: 10px; margin-top: -2px; }
.faq-a { padding: 0 18px 18px; }
.faq-a-text { font-size: 14px; line-height: 1.8; }
.faq-more { width: 100%; min-width: 320px; padding: 14px 24px; }

/* 会社概要 */
.company-section { padding: 48px 16px; }
.company-inner { max-width: 100%; margin: 0 auto; gap: 24px; }
.company-grid { flex-direction: column; gap: 16px; align-items: center; }
.company-box { width: 100%; max-width: 720px; margin: 0 auto; padding: 56px 18px 18px; }
.company-box-title { left: -12px; width: 220px; top: 16px; }
.company-box-title-text { font-size: 18px; }
.company-profile,
.company-access { gap: 18px; margin: 42px auto 12px; }
.company-logo img { max-width: 220px; }
.company-photo { max-width: 360px; }
.company-photo-brush { width: 96px; }
.company-address { padding: 0 12px; }
.company-address p { font-size: 14px; line-height: 1.8; }
.access-steps-label { font-size: 14px; }
.access-block p { font-size: 14px; line-height: 1.7; padding-left: 20px; }
.access-steps { font-size: 14px; padding-left: 34px; line-height: 1.7; }
.access-steps li { padding-left: 20px; }
.access-note { padding-left: 20px; }
.company-map iframe { height: 320px; border-radius: 12px; }
.company-button { display: flex; justify-content: center; }
.company-button a { width: 343px; }

/* 背景 */
.bg-icons { display: none; }
.bg-wave { background-size: 520px auto; }
}

/* ── sm（≧ 640px）── */
@media (width >= 640px) {
/* ヒーロー */
.hero { overflow: hidden; }
.hero-catch { top: 16px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; align-items: center; justify-content: center; width: 100%; pointer-events: none; }
.hero-catch img { width: min(100%, 760px); display: block; }
.hero-staff-left { left: -12px; z-index: 3; display: flex; align-items: flex-end; }
.hero-staff-right { right: -18px; z-index: 3; display: flex; align-items: flex-end; }
.hero-staff-left img { height: min(59vw, 220px); max-height: 220px; }
.hero-staff-right img { height: min(59vw, 220px); max-height: 220px; }

/* 最新のブログ */
.latest-blog-inner { max-width: calc(100% - 48px); margin: 0 24px; margin-top: -20px; padding: 18px 24px; flex-direction: column; align-items: stretch; gap: 12px; }
.latest-blog-header { min-width: 0; width: 100%; gap: 12px; justify-content: center; }
.latest-blog-icon { width: 48px; height: 48px; }
.latest-blog-icon i { font-size: 28px; }
.latest-blog-title { font-size: 24px; text-align: center; }
.latest-blog-subtitle { font-size: 13px; text-align: center; }
.latest-blog-list { width: 100%; padding: 16px; }
.latest-blog-list a { font-size: 15px; }

/* 初めての方へ */
.guide-section { padding: 48px 16px; }
.guide-inner { max-width: 100%; }
.guide-list { grid-template-columns: repeat(2, 1fr); gap: 20px; }
.guide-item { padding: 22px 16px; }
.guide-num { top: -20px; left: -12px; width: 96px; height: 74px; font-size: 27px; }
.guide-title { font-size: 21px; margin: 0 0 10px; }
.guide-img { height: 140px; }
.guide-text { font-size: 18px; margin: 0 0 16px; }
.guide-btn { margin: 0 16px; padding: 12px 18px; }

/* 選ばれる理由 */
.reason-section { padding: 48px 16px; }
.reason-inner { max-width: 100%; }
.reason-lead { margin: 0; font-size: 20px; padding: 0 4px; line-height: 1.6; }
.reason-list { padding: 28px 0 0; gap: 40px; max-width: 100%; margin: 0; }
.reason-title { gap: 12px; align-items: flex-end; font-size: 20px; }
.reason-title strong { font-size: 22px; }
.reason-badge { height: 108px; margin-bottom: -10px; }
.reason-card { width: 100%; }
.reason-body::after { display: none; }

/* 料金とプラン */
.price-section { padding: 48px 16px 0; }
.price-inner { max-width: 100%; margin: 0 auto; }
.price-subtitle { font-size: 24px; margin: 0 auto 18px; padding: 18px 0; }
.price-grid { grid-template-columns: 1fr; gap: 18px; }
.plan-badge { left: -24px; top: -32px; width: 148px; }
.plan-body { padding: 20px 18px 18px; }
.plan-catch { margin: 0 24px 24px 0; padding-right: 72px; }
.plan-row { gap: 10px; padding: 10px 0; }
.yen { font-size: 48px; }
.year { font-size: 40px; }
.unit { font-size: 14px; margin-left: 6px; }
.plan-brush { right: -10px; bottom: -16px; width: 80px; }
.plan-cta { margin: 16px; padding: 16px; }

/* 施工事例 */
.works-section { padding: 48px 16px; }
.works-inner { max-width: 100%; }
.works-images { grid-template-columns: repeat(2, 1fr); gap: 18px; }
.works-badge { width: 140px; height: 40px; }
.works-area::before { width: 56px; height: 56px; }
.works-area-text { font-size: 18px; }
.works-list { gap: 64px; }
.works-info { grid-column: 1 / -1; justify-items: center; text-align: center; gap: 21px; }
.works-link { width: 100%; max-width: 400px; justify-self: center; height: 48px; padding: 0 18px; }
.works-area { gap: 8px; }

/* お客様の声 */
.voice-section { padding: 48px 16px; }
.voice-content-group { margin-top: 24px; }
.voice-inner { max-width: 100%; }
.voice-lead { padding: 0 4px; font-size: 20px; line-height: 1.6; }
#customer-voice .ti-load-more-reviews-button { width: 400px !important; padding: 14px 24px !important; }

/* よくある質問 */
.faq-section { padding: 48px 0; }
.faq-inner { padding: 0 16px; }
.faq-cat-head { grid-template-columns: 96px 1fr; gap: 14px; margin-bottom: -16px; }
.faq-cat-title { font-size: 22px; }
.faq-cat-badge { height: 92px; }
.faq-cat-badge-label { top: 30px; right: 16px; font-size: 9px; }
.faq-cat-badge-num { top: 45px; right: 27px; font-size: 20px; }
.faq-q { padding: 14px; grid-template-columns: 1fr 36px; gap: 12px; }
.faq-q-text { font-size: 17px; }
.faq-icon { width: 34px; height: 34px; }
.faq-icon::before { width: 10px; height: 10px; margin-top: -2px; }
.faq-a { padding: 0 18px 18px; }
.faq-a-text { font-size: 14px; line-height: 1.8; }
.faq-more { width: 100%; min-width: 320px; padding: 14px 24px; }

/* 会社概要 */
.company-section { padding: 48px 16px; }
.company-inner { max-width: 100%; margin: 0 auto; gap: 24px; }
.company-grid { flex-direction: column; gap: 16px; align-items: center; }
.company-box { width: 100%; max-width: 720px; margin: 0 auto; padding: 56px 24px 18px; }
.company-box-title { left: -12px; width: 220px; top: 16px; }
.company-box-title-text { font-size: 18px; }
.company-profile,
.company-access { gap: 18px; margin: 42px auto 12px; }
.company-logo img { max-width: 220px; }
.company-photo { max-width: 360px; }
.company-photo-brush { width: 96px; }
.company-address { padding: 0 24px; }
.company-address p { font-size: 15px; line-height: 1.8; }
.access-block p { font-size: 15px; line-height: 1.7; padding-left: 20px; }
.access-steps { font-size: 15px; padding-left: 34px; line-height: 1.7; }
.access-steps li { padding-left: 20px; }
.access-note { padding-left: 20px; }
.company-map iframe { height: 320px; border-radius: 12px; }
.company-button { display: flex; justify-content: center; }
.company-button a { width: 400px; }

/* 背景 */
.bg-icons { display: none; }
.bg-wave { background-size: 520px auto; }
}

/* ── md（≧ 768px）── */
@media (width >= 768px) {
/* ヒーロー（smのモバイル値をリセット） */
.hero { overflow: visible; }
.hero-bg .hero_sm { display: none; }
.hero-bg .hero_md { display: block; }
.hero-bg .hero_lg { display: none; }
.hero-staff-left { left: 0; z-index: 1; }
.hero-staff-left img { height: 100%; max-height: clamp(240px, 35vw, 448px); }
.hero-staff-right { right: 0; z-index: 1; }
.hero-staff-right img { height: 100%; max-height: clamp(240px, 35vw, 448px); }
.hero-catch { top: 15%; left: 50%; transform: translateX(-50%); z-index: 3; text-align: center; width: 40%; pointer-events: auto; }
.hero-catch img { width: 100%; }

/* 最新のブログ */
.latest-blog-inner { max-width: calc(100% - 48px); margin: 0 24px; margin-top: -18px; padding: 18px 24px; flex-direction: row; align-items: center; gap: 14px; }
.latest-blog-header { min-width: 240px; width: auto; gap: 14px; justify-content: flex-start; }
.latest-blog-icon { width: 64px; height: 64px; }
.latest-blog-icon i { font-size: 32px; }
.latest-blog-title { font-size: 24px; text-align: left; }
.latest-blog-subtitle { font-size: 14px; text-align: left; }
.latest-blog-list { width: auto; padding: 18px; }
.latest-blog-list a { font-size: 15px; }

/* 初めての方へ */
.guide-section { padding: 56px 24px; }
.guide-inner { max-width: calc(100% - 48px); }
.guide-list { grid-template-columns: repeat(2, 1fr); gap: 24px; }
.guide-item { padding: 26px 18px; }
.guide-num { top: -22px; left: -14px; width: 100px; height: 78px; font-size: 28px; }
.guide-title { font-size: 20px; margin: 0 0 15px; }
.guide-img { height: 150px; }
.guide-text { font-size: 17px; margin: 0 0 20px; }
.guide-btn { margin: 0; padding: 12px 18px; }

/* 選ばれる理由 */
.reason-section { padding: 56px 24px; }
.reason-inner { max-width: calc(100% - 48px); }
.reason-subtitle img { display: block; max-width: calc(100% - 48px); }
.reason-lead { margin: 24px 0; font-size: 20px; padding: 0; line-height: 1.6; }
.reason-list { padding: 0; gap: 64px; max-width: calc(100% - 48px); margin: 0 auto; }
.reason-title { gap: 18px; align-items: flex-end; font-size: 20px; }
.reason-title strong { font-size: 22px; }
.reason-badge { height: 120px; margin-bottom: -14px; }
.reason-card { width: 86%; }
.reason-body::after { display: block; width: 200px; height: 200px; right: 24px; rotate: 15deg; }
.reason-item:nth-child(even) .reason-body::after { left: 24px; rotate: -15deg; }

/* 料金とプラン */
.price-section { padding: 56px 24px; }
.price-inner { max-width: calc(100% - 48px); margin: 0 auto 96px; }
.price-subtitle { font-size: 26px; margin: 32px auto; padding: 18px 0; }
.price-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
.plan-badge { left: -44px; top: -40px; width: 160px; }
.plan-body { padding: 22px 28px; }
.plan-catch { margin: 0 24px 24px 0; padding-right: 72px; }
.plan-row { gap: 10px; padding: 24px 0; }
.yen { font-size: 50px; }
.year { font-size: 40px; }
.unit { font-size: 15px; margin-left: 6px; }
.plan-brush { right: -18px; bottom: -18px; width: 96px; }
.plan-cta { margin: 16px 0px; padding: 16px; }
.price-bottom { margin-top: 34px; }
.price-more { padding: 14px 26px; margin-top: 32px; }

/* バナー（Google） */
.banner-google { max-width: calc(100% - 48px); margin: 0 24px; }
.banner-google img { padding-bottom: 72px; }

/* 施工事例 */
.works-section { padding: 56px 24px; }
.works-inner { max-width: calc(100% - 48px); }
.works-images { grid-template-columns: repeat(2, 1fr); gap: 18px; }
.works-badge { width: 160px; height: 44px; }
.works-area::before { width: 68px; height: 68px; }
.works-area-text { font-size: 22px; }
.works-list { gap: 56px; }
.works-info { display: grid; grid-column: 1 / -1; justify-items: center; text-align: center; gap: 21px; }
.works-link { min-width: 320px; width: auto; max-width: none; height: 48px; padding: 0 18px; }
.works-area { order: 0; gap: 8px; }

/* お客様の声 */
.voice-section { padding: 56px 24px; }
.voice-inner { max-width: calc(100% - 48px); }
.voice-subtitle img { display: block; max-width: calc(100% - 48px); }
.voice-lead { padding: 24px 0; font-size: 20px; line-height: 1.6; }
#customer-voice .ti-load-more-reviews-button { width: auto !important; padding: 14px 24px !important; }

/* よくある質問 */
.faq-section { padding: 56px 0; }
.faq-inner { padding: 0 24px; }
.faq-cat-head { grid-template-columns: 96px 1fr; gap: 16px; margin-bottom: -16px; }
.faq-cat-title { font-size: 22px; }
.faq-cat-badge { height: 112px; }
.faq-cat-badge-label { top: 30px; right: 20px; font-size: 12px; }
.faq-cat-badge-num { top: 50px; right: 32px; font-size: 30px; }
.faq-q { padding: 18px; grid-template-columns: 1fr 44px; gap: 12px; }
.faq-q-text { font-size: 17px; }
.faq-icon { width: 34px; height: 34px; }
.faq-icon::before { width: 10px; height: 10px; margin-top: -2px; }
.faq-a { padding: 0 18px 18px; }
.faq-a-text { font-size: 14px; line-height: 1.8; }
.faq-more { width: auto; min-width: 320px; padding: 14px 24px; }

/* 会社概要 */
.company-section { padding: 56px 24px; }
.company-inner { max-width: calc(100% - 48px); gap: 40px; }
.company-grid { flex-direction: column; gap: 24px; align-items: stretch; }
.company-box { width: 100%; max-width: none; margin: 0; padding: 56px 24px 16px; }
.company-box-title { left: -16px; width: 256px; top: 16px; }
.company-box-title-text { font-size: 22px; }
.company-profile,
.company-access { gap: 18px; margin: 42px auto 12px; }
.company-logo img { max-width: 220px; }
.company-photo { max-width: 360px; }
.company-photo-brush { width: 96px; }
.company-address { padding: 0 36px; }
.company-address p { font-size: 16px; line-height: 1.8; }
.access-block p { font-size: 16px; line-height: 1.7; padding-left: 20px; }
.access-steps { font-size: 16px; padding-left: 20px; line-height: 1.7; }
.access-steps li { padding-left: 20px; }
.access-note { padding-left: 20px; }
.company-map iframe { height: 380px; border-radius: 16px; }
.company-button { text-align: center; }
.company-button a { width: auto; }

/* 背景 */
.bg-icons { display: block; }
.bg-wave { background-size: auto; }
}

/* ── lg（≧ 1024px）── */
@media (width >= 1024px) {
.hero-bg .hero_sm { display: none; }
.hero-bg .hero_md { display: none; }
.hero-bg .hero_lg { display: block; }

/* 最新のブログ */
.latest-blog-inner { max-width: 1006px; margin: 0 auto; margin-top: -1%; padding: 20px 40px; align-items: center; gap: 16px; }
.latest-blog-header { min-width: 280px; gap: 20px; }
.latest-blog-icon { width: 80px; height: 80px; }
.latest-blog-icon i { font-size: 36px; }
.latest-blog-title { font-size: 28px; }
.latest-blog-subtitle { font-size: 14px; }
.latest-blog-list { padding: 24px; }
.latest-blog-list a { font-size: 16px; }

/* 初めての方へ */
.guide-section { padding: 72px 0; }
.guide-inner { max-width: 896px; margin: 0 auto; }
.guide-list { grid-template-columns: repeat(3, 1fr); gap: 40px; }
.guide-item { padding: 30px 20px; }
.guide-num { top: -30px; left: -30px; width: 116px; height: 90px; font-size: 32px; }
.guide-title { font-size: 20px; margin: 0 0 15px; z-index: 4; }
.guide-img { height: 160px; margin-bottom: 15px; }
.guide-text { font-size: 18px; margin: 0 0 20px; }
.guide-btn { padding: 12px 18px; }

/* 選ばれる理由 */
.reason-section { padding: 72px 0; }
.reason-inner { max-width: 896px; margin: 0 auto; }
.reason-subtitle img { max-width: 896px; }
.reason-lead { margin: 36px; font-size: 24px; line-height: 1.6; }
.reason-list { gap: 90px; max-width: 896px; margin: 0 auto; }
.reason-title { gap: 24px; font-size: 20px; }
.reason-title strong { font-size: 24px; }
.reason-badge { height: 144px; margin-bottom: -20px; }
.reason-card { width: 75%; }
.reason-body::after { width: 240px; height: 240px; right: 48px; }
.reason-item:nth-child(even) .reason-body::after { left: 48px; }

/* デコレーション表示（lg以上のみ） */
.reason-deco { display: block; }
.reason-item:nth-child(1) .reason-deco-can { height: 86px; top: 28%; right: 2%; }
.reason-item:nth-child(1) .reason-deco-brush01 { height: 112px; top: 52%; right: -1%; rotate: 63deg; }
.reason-deco-brush02 { height: 116px; top: 34%; left: 1%; rotate: -3deg; }
.reason-deco-brush03 { height: 103px; top: 43%; left: 7%; rotate: -9deg; }
.reason-deco-spray { height: 132px; top: 34%; right: -1%; rotate: -4deg; }
.reason-item:nth-child(4) .reason-deco-can { height: 86px; top: 30%; left: 1%; }
.reason-item:nth-child(4) .reason-deco-brush01 { height: 112px; top: 53%; left: 8%; rotate: 66deg; }

/* 料金とプラン */
.price-section { padding: 72px 0; }
.price-inner { max-width: 896px; margin: 0 auto 120px; }
.price-subtitle { font-size: 32px; }
.price-grid { gap: 32px; }
.plan-badge { left: -80px; top: -48px; width: 176px; }
.plan-body { padding: 24px 48px; }
.plan-row { padding: 24px 0; }
.yen { font-size: 56px; }
.year { font-size: 46px; }
.unit { font-size: 16px; }
.plan-brush { right: -32px; bottom: -32px; width: 112px; }
.plan-cta { margin: 16px 0px; }

/* バナー（Google） */
.banner-google { max-width: 896px; margin: 0 auto; }

/* 施工事例 */
.works-section { padding: 72px 0; }
.works-inner { max-width: 896px; margin: 0 auto; }
.works-images { grid-template-columns: repeat(2, 1fr) 1fr; gap: 28px; }
.works-info { display: grid; grid-column: auto; justify-items: start; text-align: left; }
.works-link { min-width: 260px; }

/* お客様の声 */
.voice-section { padding: 72px 0; }
.voice-inner { max-width: 896px; margin: 0 auto; }
.voice-subtitle img { max-width: 896px; }
.voice-lead { padding: 36px; font-size: 24px; }

/* よくある質問 */
.faq-section { padding: 72px 0; }
.faq-inner { max-width: 896px; margin: 0 auto; padding: 0; }
.faq-cat-head { grid-template-columns: 110px 1fr; gap: 18px; }
.faq-cat-title { font-size: 26px; }
.faq-q { padding: 18px; }
.faq-q-text { font-size: 18px; }
.faq-a-text { font-size: 15px; }

/* 会社概要 */
.company-section { padding: 72px 0; }
.company-inner { max-width: 896px; margin: 0 auto; gap: 40px; }
.company-grid { flex-direction: row; gap: 24px; }
.company-box { width: 50%; }
.company-map iframe { height: 450px; }
}

/* ── xl（≧ 1280px）── */
@media (width >= 1280px) {
/* 最新のブログ */
.latest-blog-inner { max-width: 1006px; padding: 24px 48px; }
.latest-blog-header { min-width: 300px; }
.latest-blog-title { font-size: 30px; }

/* 初めての方へ */
.guide-inner { max-width: 896px; }
.guide-list { gap: 48px; }
.guide-item { padding: 36px 24px; }

/* 選ばれる理由 */
.reason-inner { max-width: 896px; }
.reason-list { max-width: 896px; }
.reason-lead { font-size: 26px; }
.reason-badge { height: 160px; }
.reason-body::after { width: 280px; height: 280px; }

/* 料金とプラン */
.price-inner { max-width: 896px; }
.price-grid { gap: 40px; }
.plan-body { padding: 28px 56px; }
.yen { font-size: 60px; }
.year { font-size: 50px; }

/* 施工事例 */
.works-inner { max-width: 896px; }
.works-images { gap: 32px; }

/* お客様の声 */
.voice-inner { max-width: 896px; }
.voice-lead { font-size: 26px; }

/* よくある質問 */
.faq-inner { max-width: 896px; }

/* 会社概要 */
.company-inner { max-width: 896px; }
.company-map iframe { height: 500px; }
}
