@charset "UTF-8";
/* =========================================================
   TrustFarm 法人サイト — main.css
   デザイン基準幅 1440px / コンテンツ 1080px
   ========================================================= */
/* 見出し用：A1ゴシック(モリサワ)の無料代替＝Zen Kaku Gothic Antique（self-host） */
@font-face { font-family:'Zen Kaku Gothic Antique'; font-style:normal; font-weight:500; font-display:swap; src:url('../fonts/ZenKakuGothicAntique-500.ttf') format('truetype'); }
@font-face { font-family:'Zen Kaku Gothic Antique'; font-style:normal; font-weight:700; font-display:swap; src:url('../fonts/ZenKakuGothicAntique-700.ttf') format('truetype'); }
@font-face { font-family:'Zen Kaku Gothic Antique'; font-style:normal; font-weight:900; font-display:swap; src:url('../fonts/ZenKakuGothicAntique-900.ttf') format('truetype'); }

:root {
	/* Brand palette (.ai から抽出) */
	--orange: #fb830d;
	--orange-dark: #e2700a;
	--orange-red: #e8531c;
	--navy: #0c2d4e;
	--navy-2: #13335a;
	--blue: #1671da;
	--blue-dark: #0f5fbe;
	--yellow: #faee00;
	--red: #e60012;
	--cream: #f7f4ed;
	--gray-bg: #f0efe9;
	--line: #d8d4ca;
	--text: #2a2a2a;
	--text-soft: #555;
	--white: #fff;

	--wrap: 1080px;
	--radius: 8px;
	--shadow: 0 4px 18px rgba(12, 45, 78, 0.10);
	--ff-sans: "Noto Sans JP", system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--ff-serif: "Noto Serif JP", "Yu Mincho", serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--ff-sans);
	color: var(--text);
	background: var(--cream);
	line-height: 1.8;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; vertical-align: bottom; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font-family: inherit; cursor: pointer; }

/* ---------- layout helpers ---------- */
.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }
.section { padding: 60px 0; }
.tac { text-align: center; }

/* 共通セクション見出し */
.sec-head { text-align: center; margin-bottom: 44px; }
.sec-head__en { display: block; color: var(--orange); font-weight: 700; letter-spacing: .12em; font-size: 14px; }
.sec-head__ja { font-size: clamp(24px, 3vw, 34px); font-weight: 900; color: var(--navy); letter-spacing: .04em; }

/* CTAボタン */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5em;
	padding: 16px 34px; border-radius: 999px; font-weight: 700; font-size: 17px;
	border: none; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--orange { background: var(--orange); color: #fff; box-shadow: 0 6px 0 var(--orange-dark); }
.btn--orange:hover { transform: translateY(2px); box-shadow: 0 4px 0 var(--orange-dark); }
.btn--navy { background: var(--navy); color: #fff; }
.btn--lg { padding: 20px 48px; font-size: 19px; }

/* =========================================================
   Header
   ========================================================= */
.site-header { background: var(--white); position: sticky; top: 0; z-index: 50; box-shadow: 0 1px 6px rgba(0,0,0,.06); }
.header-top { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 12px 22px 2px 30px; gap: 20px; }
.header-brand { display: flex; flex-direction: row; align-items: center; gap: 14px; }
.header-brand__tagline { font-size: 12px; color: #000; line-height: 1.5; }
.header-brand__logo img { height: 52px; width: auto; }
.header-contact { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.header-tel { text-align: right; line-height: 1.25; white-space: nowrap; }
.header-tel__label { font-size: 18px; font-weight: 600; color: #000; margin-right: 8px; vertical-align: middle; }
.header-tel__num { font-size: 26px; font-weight: 900; color: var(--navy); letter-spacing: .02em; vertical-align: middle; }
.header-tel__hours { display: block; font-size: 12px; color: #000; }
.header-cta { background: #bb3f00; color: #fff; font-weight: 600; padding: 14px 26px; border-radius: 999px; font-size: 20px; line-height: 1.2; white-space: nowrap; }

/* グローバルナビ */
.gnav { background: #f5f1eb; border-top: 1px solid var(--line); }
.gnav__list { padding: 22px 0 6px; }
.gnav__list { display: flex; justify-content: center; }
.gnav__list li { position: relative; }
.gnav__list li + li::before { content: ""; position: absolute; left: 0; top: 50%; height: 20px; width: 1px; background: var(--navy); transform: translateY(-50%); }
.gnav__list a { display: block; padding: 2px 16px; font-weight: 400; font-size: 22px; color: var(--navy); transition: color .15s; }
.gnav__list a:hover { color: var(--orange); }

/* ハンバーガー（SP） */
.nav-toggle { display: none; }

/* 固定サイドボタン */
.side-cta { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 40; display: flex; flex-direction: column; gap: 6px; }
.side-cta a {
	writing-mode: vertical-rl; padding: 18px 12px; color: #fff; font-weight: 700; font-size: 15px;
	border-radius: 8px 0 0 8px; letter-spacing: .12em;
}
.side-cta a.is-orange { background: #bb3f00; }
.side-cta a.is-navy { background: var(--navy); }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; background: #d9dde2; overflow: hidden; }
.hero__city { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__city img { position: absolute; left: calc(50% - 948px); top: -670px; width: 1891px; opacity: .5; }
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__media img { position: absolute; left: calc(50% - 1143px); top: 34px; width: 1216px; height: auto; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(247,244,237,.30) 0%, rgba(247,244,237,.46) 30%, rgba(247,244,237,.72) 50%, rgba(247,244,237,.90) 72%); }
.hero__person { position: absolute; left: calc(50% - 743px); top: 57px; width: 560px; height: 590px; z-index: 2; }
.hero__person img { width: 100%; height: 100%; object-fit: contain; object-position: left bottom; }
.hero__copyimg { position: absolute; z-index: 4; top: 41px; left: calc(50% - 142px); width: 742px; pointer-events: none; }
.hero__copyimg img { width: 100%; display: block; }
.hero__inner { position: relative; z-index: 3; max-width: 1440px; margin: 0 auto; min-height: 548px; padding: 41px 24px 14px 556px; }
.hero__badge { display: inline-block; background: #fff; border: 2px solid var(--navy); color: var(--navy); font-weight: 700; padding: 4px 22px; border-radius: 999px; font-size: 25px; margin-bottom: 12px; }
.hero__badge-em { color: #bb3f00; border-bottom: 4px solid var(--yellow); padding-bottom: 1px; }
.hero__copy { font-weight: 900; color: var(--navy); line-height: 1.12; letter-spacing: 0; }
.hero__l1 { font-size: clamp(34px, 4.6vw, 67px); }
.hero__l1 .hl { color: #bb3f00; }
.hero__l2 { display: flex; align-items: flex-end; gap: 16px; margin-top: 4px; }
.hero__marks { display: flex; flex-direction: column; gap: 10px; }
.hero__mark { background: var(--yellow); color: var(--navy); font-size: clamp(26px,2.8vw,40px); font-weight: 500; padding: 2px 16px; border-radius: 4px; white-space: nowrap; line-height: 1.35; }
.hero__big { font-size: clamp(60px, 8.2vw, 118px); font-weight: 900; color: var(--navy); line-height: .95; white-space: nowrap; letter-spacing: -.03em; -webkit-text-stroke: 7px #fff; paint-order: stroke fill; text-shadow: 0 2px 3px rgba(0,0,0,.14); }
.hero__lead { margin-top: 20px; font-size: 22px; font-weight: 500; color: #000; line-height: 1.5; }

/* ヒーロー信頼バッジ3つ */
.hero__trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 16px; max-width: 800px; }
.trust-card { position: relative; background: #fff; border: 1px solid #c65f2b; border-radius: 3px; overflow: hidden; text-align: center; }
.trust-card__label { display: block; background: #c65f2b; color: #fff; font-size: 18px; font-weight: 700; padding: 3px 0; letter-spacing: .02em; }
.trust-card__main { display: block; font-size: 25px; font-weight: 900; color: var(--navy); padding: 8px 4px; line-height: 1.1; }
.trust-card__main em { color: var(--navy); font-style: normal; font-size: 30px; }

/* =========================================================
   すいけい連携バンド
   ========================================================= */
.suikei { background: var(--blue); padding: 30px 0 16px; }
.suikei__arw { display: inline-block; font-size: 0; width: 0; height: 0; border-left: 18px solid #231815; border-top: 11px solid transparent; border-bottom: 11px solid transparent; margin-left: 8px; vertical-align: middle; }
.suikei__inner { display: flex; align-items: center; justify-content: center; gap: 26px; width: 712px; max-width: 92%; height: 98px; margin-inline: auto; transform: translateX(-18px); padding: 0 28px; background: #fff; border-radius: 12px; color: #231815; }
.suikei__txt { line-height: 1.15; white-space: nowrap; }
.suikei__logo { background: #fff; border-radius: 8px; display: flex; align-items: center; }
.suikei__logo img { height: 58px; }
.suikei__txt { font-weight: 350; font-size: 29px; color: #231815; line-height: 1.2; }
.suikei__txt strong { color: #231815; font-weight: 650; }
.suikei__txt small { display: block; font-size: 20px; font-weight: 350; color: #231815; margin-bottom: 2px; }

/* =========================================================
   コラム配信中
   ========================================================= */
.column-feed { background-color: #fff; background-image: repeating-linear-gradient(-45deg, #e9f5fd 0 11px, transparent 11px 30px); padding-top: 49px; padding-bottom: 56px; }
.column-feed .wrap { width: min(1208px, 92%); }
.column-feed__title { text-align: center; font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 40px; font-weight: 700; color: var(--navy); margin-bottom: 22px; }
.column-feed__title .sm { font-size: 32px; }
.column-feed__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 42px; }
.column-card { display: flex; flex-direction: column; }
.column-card__thumb { aspect-ratio: 5/3; overflow: hidden; border-radius: 0; }
.column-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.column-card__ttl { padding: 10px 2px 0; font-size: 18px; line-height: 24px; color: #000; font-weight: 300; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; letter-spacing: -0.061em; text-align: justify; text-justify: inter-character; max-height: 58px; overflow: hidden; }

/* =========================================================
   お悩み導入「初めての不動産相続」
   ========================================================= */
.intro-worry { background: #f2f4f6; padding: 44px 0 0; position: relative; }
.intro-worry::after { content: ""; position: absolute; left: 0; right: 0; bottom: -176px; height: 176px; background: #f2f4f6; clip-path: polygon(0 0, 100% 0, 50% 100%); z-index: 1; }
.intro-worry__inner { padding-bottom: 28px; }
.intro-worry__head { text-align: center; font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 40px; font-weight: 700; color: var(--navy); line-height: 1.35; }
.intro-worry__stage { position: relative; max-width: 1010px; margin: 26px auto 22px; min-height: 240px; display: flex; align-items: flex-end; justify-content: center; }
.intro-worry__people { margin: 0; position: relative; transform: translateY(-20px); }
.intro-worry__people img { height: 200px; width: auto; }
.bubble { position: absolute; width: 400px; background: #fff; border-radius: 6px; padding: 12px 20px; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-weight: 600; color: #000; font-size: 22px; line-height: 1.32; text-align: center; box-shadow: 0 3px 10px rgba(12,45,78,.12); white-space: nowrap; }
.bubble b { font-weight: 600; font-size: 31px; }
.bubble--tl { top: 0; left: 0; }
.bubble--tr { top: 0; right: 0; }
.bubble--bl { bottom: 0; left: 0; }
.bubble--br { bottom: 0; right: 0; }
.bubble--tl::after, .bubble--bl::after { left: 40px; }
.bubble--tr::after, .bubble--br::after { right: 40px; }
.intro-worry__lead { text-align: center; margin: 0; }
.intro-worry__cta { display: block; font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN',sans-serif; font-size: 30px; font-weight: 700; color: #bb3f00; margin-bottom: 14px; }
.intro-worry__body { display: block; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size: 20px; font-weight: 300; color: #000; line-height: 1.6; }
.intro-worry__body mark { background: linear-gradient(transparent 10%, #faee00 10%); color: #000; font-weight: 600; padding: 0 1px; }

/* =========================================================
   このようなお悩み（6カード）
   ========================================================= */
.worries { background: #e6eaed; padding-top: 204px; padding-bottom: 56px; }
.worries__head { text-align: center; font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 40px; font-weight: 700; color: var(--navy); margin-bottom: 40px; line-height: 1.2; }
.worries__head .big { font-size: 52px; }
.worries__grid { display: grid; grid-template-columns: repeat(3, 318px); justify-content: center; column-gap: 29px; row-gap: 20px; }
.worry-card { width: 318px; height: 318px; border-radius: 50%; background: #fff; box-shadow: 0 5px 18px rgba(12,45,78,.10); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 30px; text-align: center; }
.worry-card__house { width: 92px; height: 72px; margin-bottom: 16px; color: var(--navy); }
.worry-card__house svg { width: 100%; height: 100%; display: block; }
.worry-card--g  .worry-card__house { color: #05a73d; }
.worry-card--b  .worry-card__house { color: var(--blue); }
.worry-card--n  .worry-card__house { color: var(--navy); }
.worry-card--gr .worry-card__house { color: #888888; }
.worry-card--o  .worry-card__house { color: #b83800; }
.worry-card__text { font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-weight: 600; font-size: 23px; line-height: 1.34; color: var(--navy); }
.worry-card__text b { font-weight: 700; font-size: 31px; }

/* =========================================================
   共通CTAバンド
   ========================================================= */
.cta-band { background: #fff; padding: 167px 0 52px; text-align: center; }
.cta-band__note { font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-weight: 600; font-size: 26px; color: #000; margin-bottom: 22px; }
.cta-band__card { position: relative; display: flex; align-items: center; justify-content: center; width: 810px; max-width: 92%; min-height: 118px; margin: 0 auto; background: #b93d00; border-radius: 14px; color: #fff; text-decoration: none; transition: transform .15s; }
.cta-band__card:hover { transform: translateY(2px); }
.cta-band__photo { position: absolute; left: 4px; bottom: -28px; width: 178px; height: 201px; pointer-events: none; }
.cta-band__photo img { width: 100%; height: 100%; object-fit: contain; object-position: bottom center; }
.cta-band__title { font-family: 'Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 40px; font-weight: 700; line-height: 1.08; letter-spacing: .01em; }
.cta-band__l1, .cta-band__l2 { display: block; }
.cta-band__p { font-size: 32px; }
.cta-band__arrow { position: absolute; right: 37px; top: 50%; transform: translateY(-50%); margin-top: 7px; width: 0; height: 0; font-size: 0; line-height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 43px solid #fff; }
.cta-band__sub { font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size: 18px; color: #000; margin-top: 8px; }

/* =========================================================
   4つの理由
   ========================================================= */
.reasons { background: var(--cream); }
.reasons__head { text-align: center; margin-bottom: 63px; }
.reasons__head-img { display: block; width: 582px; max-width: 92%; height: auto; margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.reasons__list { display: flex; flex-direction: column; gap: 14px; width: 1012px; max-width: 100%; margin: 0 auto; }
.reason { position: relative; width: 100%; min-height: 300px; }
.reason__body { position: relative; z-index: 1; width: 614px; min-height: 300px; box-sizing: border-box; background: #fff; border-radius: 16px; padding: 14px 41px 18px 58px; box-shadow: 0 6px 20px rgba(12,45,78,.08); overflow: hidden; }
.reason__body::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 0; border-top: 67px solid #ffad2b; border-right: 67px solid transparent; }
.reason__hgroup { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.reason__num { flex-shrink: 0; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size: 74px; font-weight: 600; color: #000; line-height: .9; }
.reason__heading { min-width: 0; }
.reason__label { font-family: 'Zen Kaku Gothic Antique','Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 32px; font-weight: 700; color: #000; line-height: 1.12; }
.reason__ttl { font-family: 'Zen Kaku Gothic Antique','Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif; font-size: 38.4px; font-weight: 700; color: #000; line-height: 1.16; white-space: nowrap; }
.reason__ttl .hl { color: #ffae2b; }
.reason__ttl .sm { font-size: 32px; }
.reason__text { font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size: 18px; font-weight: 300; color: #000; line-height: 1.78; }
.reason__fig { position: absolute; right: 0; top: 50%; transform: translateY(-52%); width: 416px; margin: 0; box-sizing: border-box; background: #fff; border-radius: 16px; box-shadow: 0 14px 16px -10px rgba(12,45,78,.16); overflow: hidden; z-index: 2; }
.reason__fig img { display: block; width: 100%; height: auto; }

/* =========================================================
   解決した事例
   ========================================================= */
.cases { background: var(--gray-bg); }
.hl-o { color: var(--orange); }
.cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { position: relative; background: #fff; border-radius: 12px; padding: 28px 20px 24px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.case-card__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; font-weight: 700; font-size: 13px; padding: 5px 22px; border-radius: 999px; }
.case-card__thumb { aspect-ratio: 16/10; border-radius: 8px; overflow: hidden; margin-bottom: 14px; }
.case-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.case-card__cat { font-weight: 900; color: var(--orange); font-size: 17px; }
.case-card__desc { font-size: 14px; line-height: 1.7; color: var(--navy); font-weight: 500; margin: 6px 0 16px; flex-grow: 1; }
.case-card__ba { display: flex; align-items: stretch; gap: 8px; margin-bottom: 18px; }
.ba { flex: 1; text-align: center; border-radius: 8px; padding: 10px 6px; font-size: 13px; font-weight: 700; line-height: 1.4; }
.ba em { display: block; font-style: normal; font-size: 11px; opacity: .8; margin-bottom: 2px; }
.ba--before { background: #eceff2; color: var(--text-soft); }
.ba--after { background: #fff3e6; color: var(--orange-dark); }
.ba__arrow { display: flex; align-items: center; color: var(--orange); font-weight: 900; }
.case-card__btn { display: block; text-align: center; background: var(--orange); color: #fff; font-weight: 700; padding: 12px; border-radius: 8px; box-shadow: 0 4px 0 var(--orange-dark); transition: transform .15s; }
.case-card__btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--orange-dark); }

/* =========================================================
   私たちからのメッセージ
   ========================================================= */
.message { background: var(--cream); }
.message__card { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: center; background: #fff; border-radius: 16px; padding: 40px; box-shadow: var(--shadow); }
.message__photo { margin: 0; align-self: end; }
.message__photo img { width: 100%; border-radius: 12px; }
.message__headline { font-size: clamp(20px,2.4vw,28px); font-weight: 900; color: var(--navy); line-height: 1.5; margin-bottom: 16px; }
.message__headline span { color: var(--orange); background: linear-gradient(transparent 60%, #ffe9cf 60%); }
.message__name { font-weight: 700; color: var(--navy); margin-bottom: 16px; font-size: 15px; }
.message__text { font-size: 15px; line-height: 2; margin-bottom: 24px; }

/* =========================================================
   料金について
   ========================================================= */
.price { background: var(--gray-bg); }
.price__lead { font-weight: 500; color: var(--text); margin-bottom: 36px; line-height: 1.9; }
.price__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #fff; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.price-card__price { display: block; font-size: 38px; font-weight: 900; color: var(--orange); line-height: 1.1; }
.price-card__title { display: block; font-weight: 700; color: var(--navy); font-size: 18px; margin: 8px 0 12px; padding-bottom: 12px; border-bottom: 1px dashed var(--line); }
.price-card__desc { font-size: 14px; line-height: 1.8; color: var(--text-soft); }

/* =========================================================
   ご利用の流れ
   ========================================================= */
.flow { background: var(--cream); }
.flow__list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.flow-step { position: relative; background: #fff; border-radius: 10px; padding: 28px 12px 20px; text-align: center; box-shadow: var(--shadow); }
.flow-step:not(:last-child)::after { content: "›"; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); color: var(--orange); font-size: 28px; font-weight: 900; z-index: 2; }
.flow-step__num { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); width: 36px; height: 36px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 17px; }
.flow-step__title { display: block; font-weight: 900; color: var(--navy); font-size: 16px; line-height: 1.4; margin-bottom: 8px; }
.flow-step__desc { display: block; font-size: 13px; line-height: 1.7; color: var(--text-soft); }

/* =========================================================
   よくある質問
   ========================================================= */
.wrap--narrow { width: min(840px, 92%); }
.faq { background: var(--gray-bg); }
.faq__list { display: flex; flex-direction: column; gap: 14px; }
.faq__item { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); }
.faq__q { width: 100%; text-align: left; background: var(--navy); color: #fff; border: none; padding: 18px 54px 18px 20px; font-weight: 700; font-size: 16px; position: relative; line-height: 1.5; display: flex; gap: 10px; align-items: flex-start; }
.faq__qmark { color: var(--orange); font-weight: 900; flex-shrink: 0; }
.faq__toggle { position: absolute; right: 20px; top: 18px; transition: transform .25s; }
.faq__item.is-open .faq__toggle { transform: rotate(180deg); }
.faq__a { max-height: 0; overflow: hidden; padding: 0 20px; font-size: 15px; line-height: 1.9; color: var(--text); transition: max-height .3s ease, padding .3s ease; }
.faq__item.is-open .faq__a { max-height: 400px; padding: 18px 20px; }
.faq__amark { color: var(--orange); font-weight: 900; margin-right: 8px; }

/* =========================================================
   最終CTA
   ========================================================= */
.final-cta { background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); padding-top: 40px; }
.final-cta__inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 20px; align-items: end; }
.final-cta__title { font-size: clamp(22px,3vw,34px); font-weight: 900; color: var(--navy); line-height: 1.5; }
.final-cta__lead { font-size: clamp(15px,1.8vw,18px); line-height: 1.9; margin: 16px 0 22px; color: var(--text); }
.final-cta__lead strong { color: var(--orange); font-size: 1.15em; }
.final-cta__badges { display: flex; gap: 14px; flex-wrap: wrap; }
.final-cta__badges li { display: flex; align-items: center; gap: 6px; font-weight: 700; color: var(--navy); }
.final-cta__badges li::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 14px; }
.final-cta__photo { margin: 0; text-align: right; }
.final-cta__photo img { max-height: 280px; width: auto; }

/* =========================================================
   お客様の声
   ========================================================= */
.voice { background: var(--cream); }
.voice__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.voice-card { margin: 0; background: #fff; border-radius: 10px; padding: 28px 24px; box-shadow: var(--shadow); background-image: repeating-linear-gradient(transparent, transparent 35px, #eef0f2 35px, #eef0f2 36px); }
.voice-card__text { margin: 0 0 16px; font-size: 15px; line-height: 2.4; color: var(--navy); font-weight: 500; }
.voice-card__more { color: var(--orange); font-weight: 700; font-size: 14px; }

/* =========================================================
   お問い合わせ
   ========================================================= */
.contact { background: var(--gray-bg); }
.contact-tel, .contact-web { max-width: 720px; margin-inline: auto; }
.contact-tel { background: #fff; border-radius: 14px; text-align: center; padding: 32px; box-shadow: var(--shadow); margin-bottom: 32px; border: 2px solid var(--orange); }
.contact-tel__label { font-weight: 900; color: var(--navy); font-size: 20px; position: relative; display: inline-block; padding: 0 40px; }
.contact-tel__label::before, .contact-tel__label::after { content: ""; position: absolute; top: 50%; width: 28px; height: 2px; background: var(--navy); }
.contact-tel__label::before { left: 0; transform: rotate(60deg); }
.contact-tel__label::after { right: 0; transform: rotate(-60deg); }
.contact-tel__num { display: block; font-size: clamp(36px,5vw,52px); font-weight: 900; color: var(--orange); line-height: 1.2; letter-spacing: .02em; }
.contact-tel__note { font-weight: 700; color: var(--navy); font-size: 15px; }
.contact-tel__hours { font-size: 13px; color: var(--text-soft); }

.contact-web { background: #fff; border-radius: 14px; padding: 0 0 40px; box-shadow: var(--shadow); overflow: hidden; }
.contact-web__head { background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 16px; flex-wrap: wrap; }
.contact-web__title { font-size: clamp(20px,2.4vw,26px); font-weight: 900; }
.contact-web__badge { font-size: 13px; font-weight: 700; background: rgba(255,255,255,.22); padding: 4px 12px; border-radius: 999px; }
.contact-web__lead { text-align: center; padding: 28px 20px 8px; line-height: 1.9; color: var(--text); }

/* CF7 フォーム */
.contact-form { width: min(620px, 92%); margin: 12px auto 0; }
.contact-form__placeholder { text-align: center; color: var(--text-soft); padding: 24px; }
.tf-form .tf-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.tf-form .tf-row:first-of-type { border-top: 1px solid var(--line); }
.tf-form .tf-label { font-weight: 700; color: var(--navy); display: flex; align-items: center; gap: 8px; }
.tf-req { background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 3px; }
.tf-form input[type="text"], .tf-form input[type="email"], .tf-form input[type="tel"], .tf-form textarea {
	width: 100%; border: 1px solid #c9c9c9; border-radius: 6px; padding: 12px 14px; font-size: 16px; font-family: inherit; background: #fff;
}
.tf-form input[name="zip"] { max-width: 180px; }
.tf-form textarea { min-height: 130px; resize: vertical; }
.tf-form input:focus, .tf-form textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(251,131,13,.15); }
.tf-form .tf-submit { text-align: center; padding-top: 32px; }
.tf-form .wpcf7-submit, .tf-form .wpcf7-previous, .tf-form .wpcf7-confirm {
	background: var(--orange); color: #fff; border: none; font-weight: 900; font-size: 20px; padding: 18px 80px; border-radius: 999px; box-shadow: 0 5px 0 var(--orange-dark); cursor: pointer; transition: transform .15s;
}
.tf-form .wpcf7-submit:hover, .tf-form .wpcf7-confirm:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--orange-dark); }
.tf-form .wpcf7-previous { background: #888; box-shadow: 0 5px 0 #666; margin-right: 12px; font-size: 16px; padding: 18px 40px; }
.wpcf7 .wpcf7-not-valid-tip { color: var(--red); font-size: 13px; }
.wpcf7-response-output { border-radius: 8px; margin: 20px 0 0 !important; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer { background: var(--cream); color: var(--text); margin-top: 0; border-top: 4px solid var(--navy); }
.site-footer__inner { display: grid; grid-template-columns: 1.4fr 2fr; gap: 40px; padding: 56px 0 40px; }
.site-footer__logo { height: 44px; width: auto; }
.site-footer__tagline { font-size: 13px; line-height: 1.8; margin-top: 16px; color: var(--text-soft); }
.site-footer__meta { margin: 18px 0 0; font-size: 13px; line-height: 1.9; color: var(--text-soft); }
.site-footer__meta dd { margin: 0; }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.site-footer__nav ul li { margin-bottom: 7px; }
.site-footer__nav a { font-size: 14px; color: var(--navy); transition: color .15s; }
.site-footer__nav a:hover { color: var(--orange); }
.site-footer__nav-head { font-weight: 700; color: var(--navy); margin-bottom: 14px; }
.site-footer__copy { text-align: center; font-size: 12px; padding: 16px; background: transparent; margin: 0; color: var(--text-soft); border-top: 1px solid var(--line); }

.sp-only { display: none; }

/* =========================================================
   レスポンシブ
   ========================================================= */
@media (max-width: 1024px) {
	.column-feed__grid { grid-template-columns: repeat(3, 1fr); }
	.reason { grid-template-columns: 1fr; }
	.reason__fig { max-width: 360px; margin-inline: auto; }
}

@media (max-width: 820px) {
	body { font-size: 15px; }
	.section { padding: 52px 0; }

	/* ヘッダー */
	.header-top { flex-wrap: wrap; gap: 12px; }
	.header-brand__tagline { display: none; }
	.header-brand__logo img { height: 32px; }
	.header-tel, .header-cta { display: none; }
	.nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: var(--navy); border: none; border-radius: 6px; padding: 0 11px; }
	.nav-toggle span { display: block; height: 2px; background: #fff; transition: .25s; }
	body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
	body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.gnav { border-top: none; }
	.gnav__list { flex-direction: column; max-height: 0; overflow: hidden; transition: max-height .3s ease; background: var(--navy); }
	body.nav-open .gnav__list { max-height: 560px; }
	.gnav__list li + li::before { display: none; }
	.gnav__list a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); padding: 16px 20px; }

	/* 固定サイドCTA → 下部固定バー */
	.side-cta { top: auto; bottom: 0; left: 0; right: 0; transform: none; flex-direction: row; gap: 0; }
	.side-cta a { writing-mode: horizontal-tb; flex: 1; text-align: center; border-radius: 0; padding: 14px 8px; font-size: 14px; }
	body { padding-bottom: 56px; }

	/* ヒーロー */
	.hero__inner { min-height: 0; padding: 40px 0; max-width: none; margin-left: 0; }
	.hero__person { display: none; }
	.hero__media img { opacity: .3; }
	.hero__big { font-size: clamp(40px,11vw,64px); }
	.hero__trust { grid-template-columns: 1fr; max-width: 320px; gap: 8px; }
	.hero__lead { font-size: 14px; }

	/* すいけい */
	.suikei__inner { flex-direction: column; gap: 10px; text-align: center; }

	/* コラム */
	.column-feed__grid { grid-template-columns: repeat(2, 1fr); }

	/* お悩み導入：吹き出しを縦並びに */
	.intro-worry__stage { flex-direction: column; align-items: center; min-height: 0; gap: 12px; }
	.bubble { position: static; width: 100%; max-width: 420px; }
	.bubble::after { display: none; }
	.intro-worry__people { order: 5; }
	.intro-worry__people img { height: 240px; }

	/* お悩み6カード */
	.worries__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
	.worry-card__icon { width: 120px; height: 120px; }

	/* CTAバンド */
	.cta-band__title { font-size: 26px; }

	/* 4つの理由 */
	.reason { padding: 26px 22px; }
	.reasons__title { font-size: 40px; }

	/* 事例 / 料金 / 声 を1カラム */
	.cases__grid, .price__grid, .voice__grid { grid-template-columns: 1fr; gap: 28px; }
	.case-card__tag { position: static; transform: none; display: inline-block; margin-bottom: 10px; }

	/* メッセージ */
	.message__card { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px; text-align: center; }
	.message__photo img { max-width: 280px; }

	/* 流れ：2列で折返し、矢印は非表示 */
	.flow__list { grid-template-columns: repeat(2, 1fr); gap: 24px 10px; }
	.flow-step:not(:last-child)::after { display: none; }
	.flow-step:last-child { grid-column: 1 / -1; }

	/* 最終CTA */
	.final-cta__inner { grid-template-columns: 1fr; }
	.final-cta__photo { display: none; }

	/* 電話 */
	.contact-tel__num { letter-spacing: 0; }

	/* フォーム：ラベルを上に */
	.tf-form .tf-row { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
	.contact-web__head { flex-direction: column; gap: 8px; }

	/* フッター */
	.site-footer__inner { grid-template-columns: 1fr; gap: 28px; }
	.site-footer__nav { grid-template-columns: repeat(2, 1fr); }

	.sp-only { display: inline; }
}

@media (max-width: 460px) {
	.column-feed__grid { grid-template-columns: 1fr 1fr; }
	.worries__grid { grid-template-columns: 1fr; }
	.flow__list { grid-template-columns: 1fr; }
	.hero__l2 { flex-direction: column; align-items: flex-start; gap: 4px; }
}

/* =========================================================
   FV大見出し 画像化オーバーレイ（手順書STEP5）
   PC限定でlive文字を透明化＝画像が見え、SEO/SPはlive維持
   ※必ずCSS末尾＋@media(min-width:769px)（カスケード勝ち）
   ========================================================= */
@media (min-width: 769px) {
	.hero__badge { color: transparent; border-color: transparent; background: transparent; }
	.hero__badge-em { color: transparent; border-bottom-color: transparent; }
	.hero__copy, .hero__l1, .hero__l1 .hl, .hero__big { color: transparent; -webkit-text-stroke-color: transparent; text-shadow: none; }
	.hero__mark { color: transparent; background: transparent; }
}
@media (max-width: 768px) {
	.hero__copyimg { display: none; }
}

/* =========================================================
   AI分離 front-page: お問い合わせフォームカード
   設計どおり作り込み（不透明カードで bg焼込み絵 + 重複.t を上から被覆）。
   位置/幅は設計カンプ実測：top 83.1% / 幅54.3%(max781px) 中央。
   ========================================================= */
.live-wrap .ai-formcard {
	position: absolute; top: 85.655%; left: 50%; transform: translateX(-50%);
	width: 54.3%; box-sizing: border-box; /* 2026-07-09: max-width:781px撤去。広幅(>1440)で焼込みカードは%で拡大するのにliveだけ781px固定→ズレ(乱れ)ていた。%幅で追従させ一致 */
	background: #fff; border-radius: 14px; padding: 1.8cqw 4.2cqw 3cqw; min-height: 10.3%;
	box-shadow: 0 8px 24px rgba(12,45,78,.10); z-index: 5;
}
/* タイトル：オレンジ文字＋中央の部分下線（電話カードと同意匠） */
.live-wrap .ai-formcard .contact-web__title {
	width: fit-content; margin: 0 auto 1.5cqw; padding-bottom: 8px;
	font-family: 'Zen Kaku Gothic Antique','Hiragino Sans',sans-serif; font-weight: 700;
	font-size: clamp(26px, 3.3cqw, 47px); letter-spacing: .02em; color: #ba3e00;
	border-bottom: 2px solid #ba3e00;
}
/* オレンジ帯：単一・中央・丸角・影 */
.live-wrap .ai-formcard .contact-web__pill {
	display: block; text-align: center; background: var(--orange, #fb830d); color: #fff;
	font-weight: 700; font-size: clamp(18px, 2.0cqw, 27px); letter-spacing: .03em;
	border-radius: 10px; padding: 0.95cqw 1cqw; margin: 0 0 0.9cqw;
	box-shadow: 0 6px 14px rgba(251,131,13,.28);
}
.live-wrap .ai-formcard .contact-web__lead { font-size: clamp(13px,1.15cqw,17px); line-height: 1.7; color: #000; text-align: center; margin: 0 0 0.2cqw; }
/* CF7行：<p>を grid 化して label左 / input右、行間に下罫線
   （汎用 .tf-form .tf-row の display:grid を block に戻し、grid は内側<p>へ） */
.live-wrap .ai-formcard .tf-form .tf-row { display: block; border-bottom: 1px solid var(--line); }
.live-wrap .ai-formcard .tf-form .tf-row:first-of-type { border-top: 1px solid var(--line); }
.live-wrap .ai-formcard .tf-form .tf-row > p {
	display: grid; grid-template-columns: 13cqw 1fr; gap: 1cqw; align-items: center;
	margin: 0; padding: 0.34cqw 0;
}
.live-wrap .ai-formcard .tf-form .tf-row br { display: none; }
.live-wrap .ai-formcard .tf-label {
	font-weight: 700; color: var(--navy); font-size: clamp(13px,1.35cqw,18px); white-space: nowrap;
	display: inline-flex; align-items: center; gap: 6px;
}
.live-wrap .ai-formcard .tf-req { background: #ba3e00; color: #fff; font-size: clamp(10px,0.9cqw,13px); font-weight: 700; border-radius: 3px; padding: 2px 7px; line-height: 1.4; white-space: nowrap; }
.live-wrap .ai-formcard .tf-field { display: block; width: 100%; }
.live-wrap .ai-formcard .tf-field .wpcf7-form-control-wrap { display: block; width: 100%; }
.live-wrap .ai-formcard .tf-form input[type="text"],
.live-wrap .ai-formcard .tf-form input[type="email"],
.live-wrap .ai-formcard .tf-form input[type="tel"],
.live-wrap .ai-formcard .tf-form textarea {
	width: 100%; box-sizing: border-box; border: 1px solid #c9c9c9; border-radius: 5px;
	padding: 0.45cqw 0.9cqw; font-size: clamp(13px,1.1cqw,16px); font-family: inherit; background: #fff;
}
/* 郵便番号だけ短い入力欄（設計どおり） */
.live-wrap .ai-formcard .tf-form .wpcf7-form-control-wrap[data-name="zip"] input { width: 36%; min-width: 130px; }
/* 相談内容：上揃え＋複数行 */
.live-wrap .ai-formcard .tf-form .tf-row--msg > p { align-items: start; }
.live-wrap .ai-formcard .tf-form textarea { height: 7cqw; min-height: 92px; resize: vertical; }
/* 送信（=入力内容の確認画面へ）：濃オレンジ・丸角・中央 */
.live-wrap .ai-formcard .tf-submit { border: 0; }
.live-wrap .ai-formcard .tf-submit p { margin: 0.35cqw 0 0; text-align: center; }
.live-wrap .ai-formcard .wpcf7-submit, .live-wrap .ai-formcard input[type="submit"] {
	display: flex; align-items: center; justify-content: center; box-sizing: border-box;
	width: 20.8cqw; max-width: 300px; min-width: 220px;   /* 設計=幅299px@1440 */
	height: 5.07cqw; min-height: 58px;                    /* 設計=高さ73px@1440 */
	margin: 0 auto;                                       /* 左右ガチ中央（CF7構造の余白を無効化） */
	background: #ba3e00; color: #fff; font-weight: 700;
	font-size: clamp(15px,1.4cqw,19px); border: 0; border-radius: 999px;
	padding: 0; cursor: pointer; box-shadow: 0 6px 14px rgba(186,62,0,.25);
}

/* =========================================================
   2026-07-09 追加調整（PC TOP）
   ========================================================= */
/* 焼き込みCTAの透明クリック領域（効かなかったボタンを機能化） */
.live-wrap .cta-hit { position: absolute; display: block; z-index: 8; border-radius: 12px; }
.live-wrap .cta-hit:focus-visible { outline: 3px solid rgba(22,113,218,.9); outline-offset: 2px; }


/* =========================================================
   よくある質問：実HTMLアコーディオン（AI分離の固定キャンバス用）
   設計が確保した予約スペース内で開閉＝item高さ固定でレイアウト押し下げなし
   ========================================================= */
.ai-faq{position:absolute;left:20.3%;width:59.4%;top:68.824%;z-index:5;
  font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;}
.ai-faq .faq-item{position:relative;height:11.25cqw;}
.ai-faq .faq-q{position:absolute;top:0;left:0;width:100%;height:4.6cqw;box-sizing:border-box;
  display:flex;align-items:center;gap:1cqw;background:#0b2c4e;color:#fff;border:0;border-radius:6px;
  cursor:pointer;text-align:left;font-weight:600;font-size:1.5cqw;line-height:1.3;padding:0 1.4cqw;
  white-space:nowrap;}
.ai-faq .faq-q__t{flex:1;overflow:hidden;text-overflow:ellipsis;}
.ai-faq .faq-ar{flex:none;font-size:1.3cqw;transition:transform .3s;}
.ai-faq .faq-item.is-open .faq-ar{transform:rotate(180deg);}
.ai-faq .faq-a{position:absolute;top:5.0cqw;left:0;width:100%;overflow:hidden;
  max-height:0;opacity:0;transition:max-height .35s ease,opacity .3s ease;}
.ai-faq .faq-item.is-open .faq-a{max-height:7cqw;opacity:1;}
.ai-faq .faq-a p{margin:0;padding:.3cqw 1.6cqw;color:#111;font-size:1.667cqw;line-height:1.5;}


/* =========================================================
   お客様の声「続きを読む」ボタン＋モーダル（bg声カードに設置）
   ========================================================= */
.voice-more{position:absolute;top:80.908%;transform:translate(-50%,-50%);z-index:6;
  background:none;border:0;cursor:pointer;color:#0c2d4e;white-space:nowrap;
  font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif;
  font-weight:600;font-size:1.25cqw;letter-spacing:.02em;padding:.3cqw .6cqw;}
.voice-more:hover{opacity:.7;}
.voice-more[data-vmore="v1"]{left:25.9%;}
.voice-more[data-vmore="v2"]{left:49.9%;}
.voice-more[data-vmore="v3"]{left:74.0%;}
/* メッセージの続きを読む(live .t303)もクリック可能に */
.t303{cursor:pointer;}

.voice-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;}
.voice-modal[hidden]{display:none;}
.voice-modal__overlay{position:absolute;inset:0;background:rgba(10,20,35,.55);}
.voice-modal__panel{position:relative;background:#fff;width:min(600px,92vw);max-height:82vh;overflow:auto;
  border-radius:12px;padding:40px 32px 32px;box-shadow:0 16px 48px rgba(0,0,0,.32);}
.voice-modal__close{position:absolute;top:8px;right:14px;background:none;border:0;cursor:pointer;
  font-size:30px;line-height:1;color:#0c2d4e;}
.voice-modal__body{font-size:16px;line-height:1.9;color:#222;}
.voice-modal__ph{color:#888;}


/* =========================================================
   下層②：相談事例・お客様の声（/case/）— 通常レスポンシブ
   ========================================================= */
.case-page { background: var(--cream); }
.case-page .wrap { width: min(1080px, 92%); margin-inline: auto; }

/* A. リード */
.case-hero { padding: 56px 0 36px; text-align: center; }
.case-hero__en { color: var(--orange); font-weight: 700; letter-spacing: .14em; font-size: 14px; margin-bottom: 6px; }
.case-hero__h1 { font-size: clamp(24px, 3.4vw, 38px); font-weight: 900; color: var(--navy); line-height: 1.4; letter-spacing: .02em; }
.case-hero__lead { margin-top: 20px; color: var(--text); font-size: clamp(14px,1.1vw,16px); line-height: 2; }

/* B. 料金の考え方 */
.case-fee { padding: 0 0 40px; }
.case-fee__inner { background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--orange); border-radius: 10px; padding: 24px 28px; box-shadow: var(--shadow); }
.case-fee__lead { font-size: clamp(15px,1.2vw,18px); color: var(--navy); }
.case-fee__lead strong { color: #bb3f00; }
.case-fee__sub { margin-top: 10px; color: var(--text-soft); font-size: 14px; line-height: 1.9; }

/* C. 相談事例カード */
.case-list { padding: 12px 0 24px; }
.case-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 28px 30px 30px; margin-bottom: 32px; border: 1px solid #ece8df; }
.case-card__head { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 18px; }
.case-card__no { font-weight: 900; color: var(--orange); font-size: 20px; letter-spacing: .06em; }
.case-card__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.case-card__tags li { background: #f0efe9; color: var(--navy); font-size: 13px; font-weight: 700; padding: 4px 12px; border-radius: 999px; }
.case-card__body { margin: 0; }
.case-card__label { font-weight: 700; color: #fff; background: var(--navy); display: inline-block; font-size: 15px; padding: 5px 16px; border-radius: 4px; margin: 18px 0 8px; }
.case-card__label:first-child { margin-top: 0; }
.case-card__body dd { margin: 0 0 4px; color: var(--text); line-height: 1.95; font-size: clamp(14px,1.05vw,16px); }
/* お客様の声＝手紙/吹き出し質感で差別化 */
.case-card__label--voice { background: #bb3f00; }
.case-card__voice { background: #fff7f0; border: 1px dashed #e0a877; border-radius: 10px; padding: 14px 18px; color: #6b3a16; font-style: normal; position: relative; }
.case-card__note { display: inline-block; margin-left: 8px; font-size: 11px; color: #b89; font-style: normal; }
/* 費用目安＝丸枠で軽く強調（赤入れ：①〜のように枠で囲む） */
.case-card__label--fee { background: var(--navy); }
.case-card__fee { }
.case-card__fee-box { display: inline-block; border: 2px solid var(--orange); color: #bb3f00; font-weight: 700; border-radius: 999px; padding: 8px 20px; background: #fff; font-size: clamp(14px,1.05vw,16px); }

/* D. お客様の声グリッド（PC2-3列／SP1列） */
.voice-section { padding: 40px 0 8px; }
.voice-section__en { text-align: center; color: var(--orange); font-weight: 700; letter-spacing: .14em; font-size: 14px; }
.voice-section__h2 { text-align: center; font-size: clamp(20px,2.6vw,30px); font-weight: 900; color: var(--navy); line-height: 1.5; margin: 6px 0 28px; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.voice-card { margin: 0; background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 22px 22px; border: 1px solid #ece8df; position: relative; }
.voice-card::before { content: "“"; position: absolute; top: 4px; left: 14px; font-size: 44px; color: #e8d9c4; font-family: Georgia, serif; line-height: 1; }
.voice-card__text { margin: 16px 0 0; color: var(--navy); line-height: 1.9; font-size: 15px; }
.voice-card--ph { background: #faf8f3; border-style: dashed; }
.voice-card--ph .voice-card__text { color: #aaa; }

/* E. CTA帯＋お問い合わせ */
.case-cta { margin-top: 48px; background: linear-gradient(180deg,#fbf4ec, #f7f0e6); padding: 48px 0 64px; }
.case-cta__catch { text-align: center; font-size: clamp(18px,2vw,24px); font-weight: 900; color: var(--navy); line-height: 1.6; }
.case-cta__promise { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 22px; margin: 18px 0 30px; }
.case-cta__promise li { position: relative; padding-left: 26px; font-weight: 700; color: var(--navy); }
.case-cta__promise li::before { content: "✓"; position: absolute; left: 0; color: #bb3f00; font-weight: 900; }
.case-cta__contact { display: grid; grid-template-columns: 1fr 1.3fr; gap: 24px; align-items: start; }
.contact-tel { background: #fff; border-radius: 14px; box-shadow: var(--shadow); padding: 28px 24px; text-align: center; }
.contact-tel__label { font-weight: 700; color: #bb3f00; font-size: 17px; }
.contact-tel__num { display: block; font-size: clamp(28px,3vw,40px); font-weight: 900; color: var(--navy); letter-spacing: .02em; margin: 8px 0; }
.contact-tel__note { color: var(--text-soft); font-size: 13px; line-height: 1.8; }
.case-cta__back { text-align: center; margin-top: 28px; }
.case-cta__back a { color: var(--navy); font-weight: 700; border-bottom: 2px solid var(--orange); padding-bottom: 2px; }

/* レスポンシブ */
@media (max-width: 900px) {
	.voice-grid { grid-template-columns: repeat(2, 1fr); }
	.case-cta__contact { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.case-hero { padding: 36px 0 24px; }
	.case-card { padding: 22px 18px 24px; }
	.case-card__no { font-size: 18px; }
	.voice-grid { grid-template-columns: 1fr; }
	.case-card__label { font-size: 14px; }
}


/* =========================================================
   下層①：取扱内容（/tor.atsukai/）— 通常レスポンシブ
   赤入れ：色付けは「お悩み」「取扱内容」等の語(.hl)のみ／▼なし／お悩みカード四角枠／級数統一
   ========================================================= */
.tor-page { background: var(--cream); }
.tor-page .wrap { width: min(1080px, 92%); margin-inline: auto; }
.tor-sec-head { text-align: center; font-size: clamp(22px,2.6vw,30px); font-weight: 900; color: var(--navy); letter-spacing: .03em; margin: 0 0 28px; }
.tor-sec-head .hl { color: #bb3f00; }

/* ヒーロー：グレー帯タイトル＋代表写真左＋見出し/リード右（.ai忠実） */
.tor-hero__band { background: #ececec; text-align: center; padding: 30px 0 26px; }
.tor-hero__title { font-size: clamp(26px,3.4vw,40px); font-weight: 900; color: var(--navy); letter-spacing: .08em; margin: 0; }
.tor-hero__en { color: var(--orange); font-weight: 700; letter-spacing: .22em; font-size: clamp(12px,1vw,14px); margin: 4px 0 0; }
.tor-hero__body { background: #fff; padding: 46px 0 42px; }
.tor-hero__inner { display: flex; align-items: center; gap: 42px; }
.tor-hero__photo { flex: none; width: clamp(200px,24vw,280px); }
.tor-hero__photo img { width: 100%; height: auto; display: block; border-radius: 4px; }
.tor-hero__text { flex: 1; min-width: 0; }
.tor-hero__catch { font-size: clamp(20px,2.4vw,29px); font-weight: 900; color: var(--navy); line-height: 1.5; margin: 0 0 18px; }
.tor-hero__lead { color: var(--text); font-size: clamp(14px,1.05vw,16px); line-height: 2; margin: 0; }

/* 当てはまるお悩みから探す（白枠・▼なし） */
.tor-worry { padding: 42px 0 38px; }
.tor-worry__list { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 720px; margin: 0 auto; }
.tor-worry__list a { display: flex; align-items: center; min-height: 62px; background: #fff; color: var(--navy); border: 1px solid var(--line); border-radius: 8px; padding: 14px 22px; font-weight: 700; font-size: clamp(14px,1.15vw,16px); line-height: 1.5; box-shadow: var(--shadow); transition: border-color .15s; }
.tor-worry__list a:hover { border-color: var(--orange); }

/* 取扱内容から探す（カテゴリー：紺の四角バッジ・白カードは廃止） */
.tor-cats { padding: 8px 0 24px; }
.tor-cat { margin-bottom: 46px; scroll-margin-top: 90px; }
.tor-cat__head { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; }
.tor-cat__no { flex: none; width: 46px; height: 46px; border-radius: 6px; background: var(--navy); color: #fff; font-weight: 900; font-size: 24px; display: flex; align-items: center; justify-content: center; }
.tor-cat__title { font-size: clamp(19px,2vw,26px); font-weight: 900; color: var(--navy); }
.tor-cat__lead { margin: 0; color: var(--text); line-height: 1.95; font-size: clamp(14px,1.05vw,16px); border-left: 4px solid var(--navy); padding: 12px 0 12px 18px; background: #fff; border-radius: 0 4px 4px 0; }
.tor-cat__lead strong { color: var(--navy); }
.tor-cat__eg { margin: 26px 0 14px; font-weight: 700; color: #bb3f00; font-size: clamp(14px,1.1vw,16px); display: flex; align-items: center; gap: 14px; }
.tor-cat__eg::after { content: ""; flex: 1; height: 1px; background: var(--line); }
/* お悩みカード（白・オレンジpill・点線セパレータ） */
.tor-worrycards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tor-worrycard { border: 1px solid #e7e2d6; border-radius: 8px; padding: 18px 20px 20px; background: #fff; box-shadow: var(--shadow); }
.tor-worrycard__tag { font-size: 12px; font-weight: 700; color: #fff; background: var(--orange); display: inline-block; padding: 3px 12px; border-radius: 999px; margin: 0 0 12px; }
.tor-worrycard__h { font-weight: 900; color: var(--navy); font-size: clamp(15px,1.3vw,18px); margin: 0 0 12px; text-align: center; }
.tor-worrycard__b { color: var(--text-soft); font-size: 14px; line-height: 1.85; margin: 0; padding-top: 12px; border-top: 1px dashed var(--line); }

/* 締め */
.tor-close { text-align: center; padding: 18px 0 8px; }
.tor-close p { color: var(--navy); font-size: clamp(15px,1.3vw,18px); line-height: 1.9; font-weight: 700; }
.tor-close__link { margin-top: 18px; }
.tor-close__link a { color: var(--navy); font-weight: 700; border-bottom: 2px solid var(--orange); padding-bottom: 2px; }

/* CTA（.ai忠実：代表写真入りオレンジボタン＋電話/フォーム縦積み） */
.tor-cta { background: var(--cream); }
.tor-cta__head { background: #fff; padding: 42px 0 46px; text-align: center; }
.tor-cta__catch { font-weight: 900; color: var(--navy); font-size: clamp(17px,1.9vw,23px); margin: 0 0 22px; }
.tor-cta__btn { display: inline-flex; align-items: stretch; max-width: 560px; width: 92%; min-height: 96px; background: #ba3e00; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 0 #8f3000; color: #fff; transition: transform .12s, box-shadow .12s; }
.tor-cta__btn:hover { transform: translateY(2px); box-shadow: 0 4px 0 #8f3000; }
.tor-cta__btn-ph { flex: none; width: 30%; }
.tor-cta__btn-ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tor-cta__btn-tx { flex: 1; display: flex; align-items: center; justify-content: center; font-size: clamp(17px,2.1vw,26px); font-weight: 900; line-height: 1.35; letter-spacing: .04em; padding: 10px 6px; }
.tor-cta__btn-ar { flex: none; display: flex; align-items: center; padding-right: 24px; font-size: clamp(18px,2.2vw,28px); }
.tor-cta__note { margin: 16px 0 0; font-size: 13px; color: var(--text-soft); }
.tor-cta__contact { padding: 46px 0 58px; }
.tor-cta__contact .wrap { max-width: 780px; }
.tor-cta__contact .contact-tel { margin: 0 0 26px; }

@media (max-width: 900px) {
	.tor-worrycards { grid-template-columns: 1fr; }
	.tor-hero__inner { flex-direction: column; text-align: center; gap: 26px; }
	.tor-hero__photo { width: clamp(160px,42vw,220px); }
	.tor-worrycard__h, .tor-worrycard__b { text-align: left; }
}
@media (max-width: 600px) {
	.tor-worry__list { grid-template-columns: 1fr; }
	.tor-cta__btn { min-height: 80px; }
	.tor-cta__btn-tx { font-size: 18px; }
}


/* /case/ 実コピー版の追加：小見出し・声カードのタイトル/氏名 */
.case-sec-head { text-align: center; font-size: clamp(20px,2.4vw,28px); font-weight: 900; color: var(--navy); margin: 0 0 26px; letter-spacing: .04em; }
.case-card__sub { font-weight: 900; color: var(--navy); font-size: clamp(15px,1.3vw,18px); line-height: 1.6; margin: 0 0 8px; }
.case-card__sub--orange { color: #bb3f00; }
.voice-card { display: flex; flex-direction: column; }
.voice-card__title { font-weight: 900; color: #bb3f00; font-size: clamp(15px,1.2vw,17px); line-height: 1.5; margin: 18px 0 8px; }
.voice-card__text { margin: 0 0 14px; color: var(--text); line-height: 1.9; font-size: 14px; flex: 1; }
.voice-card__who { text-align: right; color: var(--navy); font-weight: 700; font-size: 13px; }
.voice-card::before { color: #efe2d0; }


/* =========================================================
   /case/ .ai忠実版（番号丸①〜⑤＋写真／声=全幅手紙カード）— 上書き
   ========================================================= */
.case-pagehead { background: #ececec; text-align: center; padding: 26px 0 22px; border-top: 5px solid var(--red); }
.case-pagehead__ja { font-size: clamp(22px,2.6vw,30px); font-weight: 900; color: var(--navy); letter-spacing: .06em; }
.case-pagehead__en { font-size: 12px; letter-spacing: .22em; color: var(--navy); font-weight: 700; margin-top: 2px; }

.case-hero { padding: 44px 0 36px; text-align: center; }
.case-hero__h1 { font-size: clamp(24px,3.4vw,38px); font-weight: 900; color: var(--navy); line-height: 1.45; }
.case-hero__lead { margin: 22px 0 0; color: var(--text); font-size: clamp(14px,1.1vw,16px); line-height: 2.1; }
.case-hero__flow { color: #bb3f00; font-weight: 700; }
.case-fee__inner { max-width: 720px; margin: 28px auto 0; background: #fff; border: 2px solid var(--orange); border-radius: 12px; padding: 20px 28px; box-shadow: var(--shadow); }
.case-fee__lead { text-align: center; color: #bb3f00; font-weight: 900; font-size: clamp(16px,1.4vw,19px); }
.case-fee__sub { text-align: center; margin-top: 8px; color: var(--text-soft); font-size: 14px; line-height: 1.9; }

.case-sec-head { text-align: center; font-size: clamp(20px,2.4vw,28px); font-weight: 900; color: var(--navy); margin: 0 0 26px; letter-spacing: .04em; }

/* 事例カード */
.case-card { background: #fff; border-radius: 14px; box-shadow: var(--shadow); border: 1px solid #ece8df; padding: 28px 30px 30px; margin-bottom: 30px; }
.case-card__head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; padding-bottom: 14px; border-bottom: 1px dashed var(--line); }
.case-card__no { font-weight: 900; color: var(--navy); font-size: 22px; background: #eef1f5; border-radius: 6px; padding: 4px 16px; letter-spacing: .04em; }
.case-card__tag { background: var(--orange); color: #fff; font-size: 13px; font-weight: 700; padding: 5px 16px; border-radius: 999px; }

.case-el { margin-top: 18px; }
.case-el__label { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); font-size: clamp(15px,1.3vw,18px); margin: 0 0 10px; }
.case-el__no { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.case-el__label--voice .case-el__no { background: #bb3f00; }
.case-el p { line-height: 1.95; color: var(--text); font-size: clamp(14px,1.05vw,16px); margin: 0 0 4px; }
.case-card__sub { font-weight: 900; color: var(--navy); font-size: clamp(15px,1.3vw,18px); line-height: 1.6; }
.case-card__sub--orange { color: #bb3f00; }
/* 相談内容＝本文＋写真（右） */
.case-el__soudan { display: flex; gap: 24px; align-items: flex-start; }
.case-el__txt { flex: 1; }
.case-el__photo { margin: 0; flex: none; width: 38%; max-width: 320px; }
.case-el__photo img { width: 100%; border-radius: 10px; display: block; }
/* お客様の声＝枠 */
.case-el__voicebox { background: #fff7f0; border: 1px dashed #e0a877; border-radius: 10px; padding: 14px 18px; color: #6b3a16; }
/* 費用目安＝枠 */
.case-el__fee-box { display: inline-block; border: 2px solid var(--orange); color: #bb3f00; font-weight: 700; border-radius: 999px; padding: 8px 22px; background: #fff; font-size: clamp(14px,1.05vw,16px); }

/* お客さまの声：全幅手紙カード縦積み */
.voice-section { padding: 44px 0 8px; }
.voice-section__h2 { text-align: center; font-size: clamp(22px,2.6vw,30px); font-weight: 900; color: var(--navy); margin: 0 0 28px; }
.voice-letter { margin: 0 0 22px; background: #fff; border: 1px solid #ece8df; border-radius: 12px; box-shadow: var(--shadow); padding: 26px 30px; }
.voice-letter__title { font-weight: 900; color: #bb3f00; font-size: clamp(16px,1.5vw,20px); line-height: 1.5; margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.voice-letter__text { margin: 0; color: var(--text); line-height: 2; font-size: clamp(14px,1.05vw,16px); }
.voice-letter__who { text-align: right; margin-top: 14px; color: var(--navy); font-weight: 700; }

@media (max-width: 700px) {
	.case-card { padding: 22px 18px 24px; }
	.case-el__soudan { flex-direction: column; }
	.case-el__photo { width: 100%; max-width: none; }
	.voice-letter { padding: 20px 18px; }
}

/* ナビ直下の赤い区切りバー（.ai忠実・全幅） */
.site-header .header-rule { height: 18px; background: #e60012; width: 100%; }

/* ===== 会社情報 /company/（暫定・設計未着のため自前。意匠は他下層に統一） ===== */
.company-page { background: #fff; }
.company-hero__title,
.company-sec-head { color: var(--navy); }
/* ヒーロー：グレー帯 */
.company-hero { background: #ececec; text-align: center; padding: 30px 0 26px; }
.company-hero__title { font-size: clamp(26px,3.4vw,40px); font-weight: 900; letter-spacing: .08em; margin: 0; }
.company-hero__en { color: var(--orange); font-weight: 700; letter-spacing: .22em; font-size: clamp(12px,1vw,14px); margin: 4px 0 0; }
/* 共通：セクション見出し */
.company-sec-head { font-size: clamp(20px,2.4vw,28px); font-weight: 900; text-align: center; margin: 0 0 28px; }
.company-sec-head .hl { color: var(--orange); }
/* 会社概要 */
.company-outline { padding: 48px 0 44px; }
.company-brand { text-align: center; margin: 0 0 40px; }
.company-brand__logo { height: 52px; width: auto; }
.company-brand__tagline { font-size: clamp(13px,1.05vw,15px); line-height: 1.9; color: var(--text-soft); margin: 16px 0 0; }
.company-table { max-width: 760px; margin: 0 auto; border-top: 1px solid var(--line); }
.company-table__row { display: grid; grid-template-columns: 200px 1fr; border-bottom: 1px solid var(--line); }
.company-table dt { padding: 18px 20px; font-weight: 700; color: var(--navy); background: #f7f5f1; }
.company-table dd { padding: 18px 20px; margin: 0; color: var(--text); line-height: 1.8; }
.company-table dd a { color: var(--navy); font-weight: 700; }
/* アクセス */
.company-access { padding: 8px 0 64px; }
.company-access__addr { text-align: center; color: var(--text); font-size: clamp(14px,1.1vw,16px); margin: 0 0 18px; }
.company-map { max-width: 980px; margin: 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(12,45,78,.10); line-height: 0; }
.company-map iframe { display: block; }
.company-access__tel { text-align: center; margin: 22px 0 0; color: var(--text); }
.company-access__tel a { color: var(--navy); font-weight: 700; }
@media (max-width: 768px) {
	.company-table__row { grid-template-columns: 1fr; }
	.company-table dt { background: #f7f5f1; }
}
/* 会社情報：沿革・最寄駅 */
.company-sec-head--mt { margin-top: 54px; }
.company-history dt { white-space: nowrap; }
.company-access__station { text-align: center; color: var(--text-soft); font-size: clamp(13px,1vw,15px); margin: 0 0 20px; }

/* ===== 代表挨拶：続きを読むトリガー＋モーダル（TOP） ===== */
.live-wrap .msg-more { position: absolute; transform: translateY(-50%); height: 2.6cqw; z-index: 7; display: block; background: transparent; border: 0; padding: 0; font-size: 0; color: transparent; cursor: pointer; }
.msg-modal[hidden] { display: none; }
.msg-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.msg-modal__overlay { position: absolute; inset: 0; background: rgba(12,45,78,.55); }
.msg-modal__panel { position: relative; background: #fff; box-sizing: border-box; width: 100%; max-width: min(720px, calc(100vw - 40px)); max-height: 86vh; overflow: auto; border-radius: 14px; padding: 50px 46px 42px; box-shadow: 0 24px 64px rgba(0,0,0,.32); }
.msg-modal__close { position: absolute; top: 12px; right: 16px; width: 42px; height: 42px; border: 0; background: transparent; font-size: 30px; line-height: 1; color: var(--navy); cursor: pointer; }
.msg-modal__eyebrow { color: var(--orange); font-weight: 700; letter-spacing: .12em; font-size: 13px; text-align: center; margin: 0 0 10px; }
.msg-modal__title { color: var(--navy); font-size: clamp(19px,2.3vw,26px); font-weight: 900; line-height: 1.55; text-align: center; margin: 0 0 26px; }
.msg-modal__body p { color: var(--text); font-size: clamp(14px,1.05vw,16px); line-height: 2.0; margin: 0 0 18px; }
.msg-modal__sign { margin: 24px 0 0; text-align: right; color: var(--navy); font-weight: 700; line-height: 1.8; }
body.msg-open { overflow: hidden; }
@media (max-width: 768px) { .msg-modal__panel { padding: 44px 22px 32px; } }

/* ============================================================
   SP出し分け：PC(>=769px)=絵層(.live-wrap) / SP(<=768px)=要素版(.sp-view)
   PC版(絵層)には一切影響させない（要素版CSSは元から温存・ここは表示切替のみ）
   ============================================================ */
.sp-view { display: none; }                       /* 既定(=PC)では要素版を隠す */

@media (min-width: 769px) {
	/* front-pageの実ヘッダー/フッターはPCでは絵層bgに内包済み→隠す */
	.site-header--frontsp,
	.site-footer--frontsp { display: none !important; }
}

@media (max-width: 768px) {
	/* SPでは絵層を畳んで要素版を出す（front/下層 共通） */
	.live-wrap { display: none !important; }
	.sp-view { display: block; }
}

/* ============================================================
   SP仕上げ（<=768px）：要素版(.sp-view)の固定幅を流体化・hero/お悩み等を最適化
   ※末尾配置でカスケード勝ち。PC(絵層)は @media で無関係
   ============================================================ */
@media (max-width: 768px) {
	.sp-view { overflow-x: clip; }                 /* 横はみ出しの保険 */

	/* ---- hero ---- */
	.sp-view .hero__inner { padding: 32px 18px 22px; }
	.sp-view .hero__copyimg { display: none; }      /* PC用見出し画像はSP不要 */
	.sp-view .hero__badge { font-size: 15px; padding: 3px 15px; margin-bottom: 10px; }
	.sp-view .hero__l1 { font-size: clamp(24px, 7vw, 34px); }
	.sp-view .hero__l2 { flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 6px; }
	.sp-view .hero__marks { flex-direction: row; gap: 8px; }
	.sp-view .hero__mark { font-size: 17px; padding: 2px 12px; }
	.sp-view .hero__big { font-size: clamp(42px, 13vw, 58px); -webkit-text-stroke-width: 4px; }
	.sp-view .hero__lead { font-size: 13.5px; margin-top: 16px; }
	.sp-view .hero__trust { grid-template-columns: repeat(3, 1fr); max-width: none; gap: 6px; margin-top: 16px; }
	.sp-view .trust-card__label { font-size: 11px; }
	.sp-view .trust-card__main { font-size: 14px; padding: 6px 2px; }
	.sp-view .trust-card__main em { font-size: 17px; }

	/* ---- すいけい ---- */
	.sp-view .suikei__inner { width: auto; max-width: 92%; transform: none; height: auto; padding: 14px 16px; gap: 8px; }
	.sp-view .suikei__txt { white-space: normal; font-size: 16px; line-height: 1.45; }
	.sp-view .suikei__txt small { font-size: 12.5px; }
	.sp-view .suikei__logo img { height: 40px; }

	/* ---- お悩み導入 ---- */
	.sp-view .intro-worry__head { font-size: 23px; }
	.sp-view .intro-worry__cta { font-size: 18px; }
	.sp-view .intro-worry__body { font-size: 14px; }
	.sp-view .bubble { font-size: 14px; white-space: normal; padding: 12px 16px; }
	.sp-view .bubble b { font-size: 16px; }
	.sp-view .intro-worry__people img { height: 200px; }

	/* ---- お悩み6カード：1カラム・カード可変 ---- */
	.sp-view .worries { padding-top: 130px; padding-bottom: 48px; }
	.sp-view .worries__head { font-size: 23px; margin-bottom: 28px; }
	.sp-view .worries__head .big { font-size: 30px; }
	.sp-view .worries__grid { grid-template-columns: 1fr; justify-items: center; gap: 16px; }
	.sp-view .worry-card { width: min(300px, 84vw); height: min(300px, 84vw); padding-top: 9%; }
	.sp-view .worry-card__house { width: 76px; height: 60px; margin-bottom: 10px; }
	.sp-view .worry-card__text { font-size: 16px; }
	.sp-view .worry-card__text b { font-size: 21px; }

	/* ---- 共通CTAバンド ---- */
	.sp-view .cta-band { padding: 80px 0 40px; }
	.sp-view .cta-band__note { font-size: 16px; }
	.sp-view .cta-band__card { width: auto; max-width: 92%; min-height: 0; flex-direction: column; gap: 4px; padding: 18px 40px 18px 18px; }
	.sp-view .cta-band__photo { display: none; }
	.sp-view .cta-band__title { font-size: 21px; }
	.sp-view .cta-band__p { font-size: 17px; }
	.sp-view .cta-band__arrow { right: 16px; }
	.sp-view .cta-band__sub { font-size: 12px; }

	/* ---- 4つの理由：1カラム・図を下へ ---- */
	.sp-view .reasons__head { margin-bottom: 28px; }
	.sp-view .reasons__list { width: 100%; gap: 18px; }
	.sp-view .reason { min-height: 0; }
	.sp-view .reason__body { width: 100%; min-height: 0; padding: 18px 18px 16px; }
	.sp-view .reason__body::before { border-top-width: 54px; border-right-width: 54px; }
	.sp-view .reason__num { font-size: 46px; }
	.sp-view .reason__label { font-size: 17px; }
	.sp-view .reason__ttl { font-size: 20px; white-space: normal; }
	.sp-view .reason__ttl .sm { font-size: 16px; }
	.sp-view .reason__text { font-size: 14px; line-height: 1.8; }
	.sp-view .reason__fig { position: static; transform: none; width: fit-content; max-width: 86%; margin: 12px auto 0; }

	/* ---- 見出し共通 ---- */
	.sp-view .sec-head__ja { font-size: 22px; }

	/* ---- メッセージ ---- */
	.sp-view .message__headline { font-size: 19px; }
	.sp-view .message__text { font-size: 14px; }

	/* ---- 料金 ---- */
	.sp-view .price-card__price { font-size: 30px; }

	/* ---- 流れ：1カラム ---- */
	.sp-view .flow__list { grid-template-columns: 1fr; gap: 22px; }
	.sp-view .flow-step:last-child { grid-column: auto; }

	/* ---- 事例/声 1カラム（820で対応済だが念のため） ---- */
	.sp-view .cases__grid, .sp-view .price__grid, .sp-view .voice__grid { grid-template-columns: 1fr; }

	/* ---- 電話 ---- */
	.sp-view .contact-tel__num { font-size: 32px; letter-spacing: 0; }
}

/* ---- SP仕上げ 追補：フォーム入力のフィット / フッター / 余白圧縮 ---- */
@media (max-width: 768px) {
	/* CF7 入力欄を画面幅に収める（size=40 由来のはみ出し対策） */
	.contact-form .wpcf7-form-control-wrap { display: block; width: 100%; }
	.contact-form input[type="text"],
	.contact-form input[type="email"],
	.contact-form input[type="tel"],
	.contact-form textarea { width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
	.contact-form input[name="zip"] { max-width: 200px !important; }
	.contact-web { padding-left: 0; padding-right: 0; }
	.tf-form .wpcf7-submit, .tf-form .wpcf7-confirm { padding: 16px 48px; font-size: 18px; }

	/* フッター：はみ出し防止＋余白調整 */
	.site-footer__inner { padding: 36px 0 28px; }
	.site-footer__tagline, .site-footer__meta { overflow-wrap: anywhere; }

	/* SP全体の縦長を圧縮（PC絵層には無関係） */
	.sp-view .section { padding: 44px 0; }
	.sp-view .reason__fig img { width: auto; height: 168px; max-height: none; margin: 0 auto; display: block; }
}

/* SPナビ崩れ修正：縦並び時はflex-start（中央寄せ由来の項目はみ出しを解消） */
@media (max-width: 820px) {
	.gnav__list { justify-content: flex-start; padding: 0; }
	body.nav-open .gnav__list { padding: 8px 0; }
}

/* ============================================================
   下層SP共通 + 取り扱い内容(toriatsukai) SP要素版（<=768px）
   .sp-view 内のみ・@mediaでPC(絵層)に無関係
   ============================================================ */
@media (max-width: 768px) {
	.lp-sp { overflow-x: clip; }

	/* 下層タイトル帯 */
	.lp-title { background: var(--navy); color: #fff; text-align: center; padding: 22px 16px; }
	.lp-title__en { display: block; font-size: 12px; letter-spacing: .22em; color: #9fb3cc; font-weight: 700; }
	.lp-title__ja { font-size: 24px; font-weight: 900; margin: 4px 0 0; letter-spacing: .04em; }

	/* 導入 */
	.lp-intro { background: #fff; padding: 34px 18px 30px; text-align: center; }
	.lp-intro__photo { margin: 0 auto 16px; width: 96px; height: 96px; border-radius: 50%; overflow: hidden; border: 3px solid var(--cream); box-shadow: var(--shadow); }
	.lp-intro__photo img { width: 100%; height: 100%; object-fit: cover; }
	.lp-intro__head { font-size: 19px; font-weight: 900; color: var(--navy); line-height: 1.5; margin: 0 0 14px; }
	.lp-intro__text { font-size: 14px; line-height: 1.95; color: var(--text); text-align: left; }

	/* 当てはまるお悩みから探す */
	.tor-search { background: var(--cream); padding: 30px 18px; }
	.tor-search__head { text-align: center; font-size: 20px; font-weight: 900; color: var(--navy); margin: 0 0 18px; }
	.tor-search__list { display: flex; flex-direction: column; gap: 10px; }
	.tor-search__list a { display: flex; align-items: center; gap: 10px; background: #eaf4fc; border: 1px solid #cfe3f3; border-radius: 8px; padding: 14px 16px; color: var(--navy); font-weight: 700; font-size: 14.5px; line-height: 1.45; }
	.tor-search__mark { color: var(--orange); font-size: 12px; flex-shrink: 0; }

	/* 取扱内容から探す（区切りバー） */
	.tor-catnav { background: var(--navy); color: #fff; text-align: center; font-size: 19px; font-weight: 900; padding: 16px; margin: 0; }
	.tor-catnav .hl-o { color: var(--yellow); }

	/* カテゴリ */
	.tor-cat { background: #fff; padding: 30px 18px; border-bottom: 8px solid var(--cream); scroll-margin-top: 10px; }
	.tor-cat__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
	.tor-cat__num { flex-shrink: 0; width: 42px; height: 42px; background: var(--navy); color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; font-style: italic; }
	.tor-cat__ttl { font-size: 19px; font-weight: 900; color: var(--navy); line-height: 1.35; margin: 0; }
	.tor-cat__desc { font-size: 14px; line-height: 1.9; color: var(--text); background: var(--gray-bg); border-radius: 8px; padding: 14px 16px; margin: 0 0 18px; }
	.tor-cat__desc b { color: var(--orange-dark); font-weight: 700; }
	.tor-cat__eg { text-align: center; font-weight: 900; color: var(--navy); font-size: 15px; margin: 0 0 14px; position: relative; }
	.tor-cards { display: flex; flex-direction: column; gap: 12px; }
	.tor-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 30px 16px 16px; box-shadow: var(--shadow); }
	.tor-card__badge { position: absolute; top: -11px; left: 14px; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; padding: 3px 14px; border-radius: 999px; }
	.tor-card__ttl { font-size: 16px; font-weight: 900; color: var(--navy); margin: 0 0 6px; }
	.tor-card__body { font-size: 13.5px; line-height: 1.75; color: var(--text-soft); margin: 0; }
}

/* ============================================================
   相談事例(case) SP要素版（<=768px）
   ============================================================ */
@media (max-width: 768px) {
	.case-intro__note { font-size: 13px; line-height: 1.85; color: var(--text-soft); background: var(--cream); border-radius: 8px; padding: 12px 14px; margin: 14px 0 0; text-align: left; }

	/* 事例カード */
	.case-item { background: #fff; margin: 0 14px 22px; border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); }
	.case-item:first-of-type { margin-top: 22px; }
	.case-item__photo { aspect-ratio: 16/10; overflow: hidden; background: var(--gray-bg); }
	.case-item__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
	.case-item__cat { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--orange); font-size: 14px; padding: 16px 16px 0; }
	.case-item__tag { background: var(--orange); color: #fff; font-size: 12px; padding: 3px 12px; border-radius: 999px; }
	.case-item__title { font-size: 18px; font-weight: 900; color: var(--navy); line-height: 1.45; margin: 8px 16px 4px; }

	.case-step { padding: 16px; border-top: 1px solid var(--line); }
	.case-step:first-of-type { border-top: none; margin-top: 8px; }
	.case-step__head { display: flex; align-items: center; gap: 10px; font-weight: 900; color: var(--navy); font-size: 15px; margin-bottom: 8px; }
	.case-step__num { flex-shrink: 0; width: 26px; height: 26px; background: var(--navy); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; }
	.case-step__lead { font-size: 15px; font-weight: 700; color: var(--orange-dark); line-height: 1.6; margin: 0 0 8px; }
	.case-step__body { font-size: 13.5px; line-height: 1.85; color: var(--text); margin: 0; }
	.case-step__voice { background: var(--cream); border-radius: 8px; padding: 12px 14px; color: var(--text-soft); }
	.case-step__hiyou { font-size: 15px; font-weight: 900; color: var(--navy); margin: 0; }

	/* お客さまの声 */
	.voice-sp { background: var(--cream); padding: 36px 16px; }
	.voice-sp__list { display: flex; flex-direction: column; gap: 16px; }
	.voice-sp__card { margin: 0; background: #fff; border-radius: 10px; padding: 20px 18px; box-shadow: var(--shadow); }
	.voice-sp__head { font-size: 16px; font-weight: 900; color: var(--navy); line-height: 1.5; margin: 0 0 10px; padding-bottom: 10px; border-bottom: 2px solid var(--cream); }
	.voice-sp__body { font-size: 13.5px; line-height: 1.95; color: var(--text); margin: 0 0 10px; }
	.voice-sp__name { text-align: right; font-size: 13px; font-weight: 700; color: var(--text-soft); }
}

/* SP FV：代表を背景・左／テキスト群を右（左右入替・縦幅は増やさない） */
@media (max-width: 768px) {
	.sp-view .hero { position: relative; overflow: hidden; }
	.sp-view .hero__inner { position: relative; z-index: 3; padding: 30px 18px 22px; text-align: right; }
	.sp-view .hero__media img { opacity: .42; }
	.sp-view .hero__copy { align-items: flex-end; }
	.sp-view .hero__l2 { align-items: flex-end; }
	.sp-view .hero__marks { flex-direction: row; justify-content: flex-end; align-self: flex-end; }
	.sp-view .hero__person { display: block; position: absolute; left: -12%; bottom: 0; top: auto; right: auto; width: 66%; max-width: 300px; height: 94%; z-index: 1; margin: 0; }
	.sp-view .hero__person img { position: static; width: 100%; height: 100%; object-fit: contain; object-position: left bottom; }
	/* 可読性スクリム（右=濃い→左=透ける／テキストが右） */
	.sp-view .hero::after { background: linear-gradient(260deg, rgba(247,244,237,.94) 0%, rgba(247,244,237,.84) 36%, rgba(247,244,237,.42) 64%, rgba(247,244,237,.04) 100%); }
	/* リード文：人物の服と被って読みづらいので地色の下敷きを敷く */
	.sp-view .hero__lead { display: inline-block; background: rgba(247,244,237,.86); padding: 8px 12px; border-radius: 8px; box-shadow: 0 0 0 4px rgba(247,244,237,.86); }
}

/* SP お悩み導入：吹き出しを2列×2段／夫婦イラストは全身で小さめ（中尾指示） */
@media (max-width: 768px) {
	.sp-view .intro-worry__stage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: stretch; max-width: 460px; min-height: 0; margin: 22px auto 16px; }
	.sp-view .bubble { position: static; width: auto; max-width: none; margin: 0; font-size: 12.5px; line-height: 1.5; padding: 14px 10px; display: block; text-align: center; box-shadow: 0 3px 10px rgba(12,45,78,.10); }
	.sp-view .bubble b { font-size: 14px; }
	.sp-view .bubble::after { display: none; }
	.sp-view .intro-worry__people { grid-column: 1 / -1; order: 9; margin: 8px 0 0; text-align: center; transform: none; }
	.sp-view .intro-worry__people img { height: auto; width: min(58%, 220px); max-width: 100%; }
}

/* SP お悩み導入：見出しの両脇に男女イラスト（正本から抽出・切れなし／中尾指示） */
@media (max-width: 768px) {
	.sp-view .intro-worry__headrow { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 0 0 6px; width: 100vw; margin-left: 50%; transform: translateX(-50%); padding: 0 8px; box-sizing: border-box; }
	.sp-view .intro-worry__fig { flex-shrink: 0; height: auto; }
	.sp-view .intro-worry__fig--man { width: 70px; }
	.sp-view .intro-worry__fig--woman { width: 60px; }
	.sp-view .intro-worry__head { font-size: 18px; margin: 0; line-height: 1.45; flex-shrink: 1; white-space: nowrap; }
}

/* SP: お悩み導入の三角(下向き誘導)を緩やかに＋次セクション見出しと被らせない（中尾指示） */
@media (max-width: 768px) {
	.sp-view .intro-worry::after { height: 64px; bottom: -64px; }
	.sp-view .worries { padding-top: 100px; }
}

/* SP: お悩み6カードを2列×3段に（縦6連を解消・中尾指示） */
@media (max-width: 768px) {
	.sp-view .worries__grid { grid-template-columns: 1fr 1fr; gap: 12px; justify-items: center; }
	.sp-view .worry-card { width: 100%; max-width: 178px; height: auto; aspect-ratio: 1 / 1; padding-top: 13%; }
	.sp-view .worry-card__house { width: 50px; height: 40px; margin-bottom: 7px; }
	.sp-view .worry-card__text { font-size: 12px; line-height: 1.45; }
	.sp-view .worry-card__text b { font-size: 14.5px; }
}

/* SP: 4つの理由の図版＝イラストのみ透過PNG。箱はCSSで白角丸1個を付与（中尾指示・正本の後ろレイヤー白箱は除去済） */
@media (max-width: 768px) {
	.sp-view .reason__fig { background: #fff; border-radius: 14px; box-shadow: 0 6px 18px rgba(12,45,78,.12); overflow: hidden; padding: 16px; }
}

/* SP: 私たちからのメッセージ 余白を詰めて間延び解消（中尾指示） */
@media (max-width: 768px) {
	.sp-view .message { padding: 30px 0 34px; }
	.sp-view .message .sec-head { margin-bottom: 12px; }
	.sp-view .message__card { padding: 8px 18px 24px; gap: 0; }
	.sp-view .message__photo { margin-bottom: -10px; }
	.sp-view .message__photo img { max-width: 200px; }
	.sp-view .message__headline { margin-bottom: 10px; }
	.sp-view .message__name { margin-bottom: 12px; }
	.sp-view .message__text { margin-bottom: 18px; line-height: 1.85; }
}

/* SP: 取り扱い内容 導入の代表写真、顔全体が円に収まるよう上寄りに（中尾指示） */
@media (max-width: 768px) {
	.sp-view .lp-intro__photo img { object-position: center 14%; }
}

/* ============================================================
   CTA インタラクション：タップ/ホバー時の反応（中尾指示）
   CTAは .sp-view 内のみ＝SPで表示（PC絵層は別オーバーレイなので無関係）
   ============================================================ */
.sp-view .cta-band__card { position: relative; overflow: hidden; transition: transform .22s cubic-bezier(.2,.8,.3,1), box-shadow .22s ease; will-change: transform; }
.sp-view .cta-band__card::before { content: ""; position: absolute; top: -10%; left: -160%; width: 55%; height: 120%; background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,.5) 50%, transparent 100%); transform: skewX(-18deg); transition: left .6s ease; pointer-events: none; z-index: 2; }
.sp-view .cta-band__card:hover, .sp-view .cta-band__card:active { transform: translateY(-3px) scale(1.015); box-shadow: 0 14px 28px rgba(185,61,0,.38); }
.sp-view .cta-band__card:hover::before, .sp-view .cta-band__card:active::before { left: 170%; }
/* 矢印▼が軽く弾む（中央寄せtranslateY(-50%)を保持） */
.sp-view .cta-band__card:hover .cta-band__arrow, .sp-view .cta-band__card:active .cta-band__arrow { animation: tf-cta-arrow .6s ease; }
@keyframes tf-cta-arrow { 0%,100% { transform: translateY(-50%); } 50% { transform: translateY(-25%); } }

/* 主要ボタン（btn系）も持ち上がりで統一 */
.sp-view .btn { transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.sp-view .btn:hover, .sp-view .btn:active { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 9px 20px rgba(0,0,0,.2); }

/* 事例カードボタン・電話など */
.sp-view .case-card__btn, .sp-view .tor-card { transition: transform .18s ease, box-shadow .18s ease; }
.sp-view .case-card__btn:hover, .sp-view .case-card__btn:active { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(251,131,13,.35); }

/* ============================================================
   TOP 3ボタン：正本画像オーバーレイ＋ホバーアニメ（中尾指示）
   live文字には触れず、正本のボタン画像を重ねる（z-indexで上）
   ============================================================ */
.live-wrap .ai-btn { position: absolute; z-index: 9; display: block; transition: transform .2s ease, filter .2s ease; }
.live-wrap .ai-btn img { width: 100%; height: auto; display: block; }
.live-wrap .ai-btn--hdr:hover { transform: translateY(-2px) scale(1.03); filter: brightness(1.06) drop-shadow(0 6px 14px rgba(0,0,0,.28)); }
.live-wrap .ai-btn--side:hover { transform: translateX(-4px) scale(1.04); filter: brightness(1.06) drop-shadow(-4px 6px 14px rgba(0,0,0,.28)); }

/* コラム 準備中ページ */
.column-soon { background: #fff; text-align: center; padding: 64px 0 84px; }
.column-soon__badge { display: inline-block; background: var(--orange); color: #fff; font-weight: 700; font-size: 13px; letter-spacing: .08em; padding: 5px 20px; border-radius: 999px; }
.column-soon__lead { font-size: clamp(22px,3vw,30px); font-weight: 900; color: var(--navy); margin: 18px 0 14px; }
.column-soon__text { font-size: 15px; line-height: 1.95; color: var(--text); margin: 0 0 30px; }
@media (max-width: 768px) { .column-soon { padding: 44px 0 56px; } .column-soon__text { font-size: 14px; } }

/* ============================================================
   採用情報：PC=ヘッダー右ボタン(.header-recruit) / SP=ハンバーガー(.gnav__recruit)
   ============================================================ */
.header-recruit { background: var(--navy); color: #fff; font-weight: 600; padding: 14px 22px; border-radius: 999px; font-size: 18px; line-height: 1.2; white-space: nowrap; transition: filter .15s ease, transform .15s ease; }
.header-recruit:hover { filter: brightness(1.14); transform: translateY(-1px); }
.gnav__recruit { display: none; } /* PCはヘッダー右ボタンで出すのでgnavには出さない */
@media (max-width: 820px) {
	.header-recruit { display: none; }     /* SPはヘッダー右ボタンを隠す */
	.gnav__recruit { display: list-item; } /* SPはハンバーガーメニューに採用情報を出す */
}

/* TOP絵層：採用情報ボタン（ナビ行右の空きに配置・テキストボタン） */
.live-wrap .ai-btn--recruit { display: flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; font-weight: 700; border-radius: 6px; font-size: 1.35cqw; letter-spacing: .05em; text-decoration: none; }
.live-wrap .ai-btn--recruit:hover { filter: brightness(1.15); transform: translateY(-1px); }

/* TOP：右サイドボタンは固定.side-ctaへ一本化。絵層のlive側文字(t365=無料相談/t366=事例を見る)を隠す */
.live-wrap .t365, .live-wrap .t366 { display: none !important; }
