/* =========================================================
佐藤浩崇税理士事務所 リニューアル
対象：固定ページ本文を .satou-renewal で囲んだページ
========================================================= */

/* =========================================================
変数・基本設定
========================================================= */

.satou-renewal {
--satou-green: #185f43;
--satou-green-dark: #0d422e;
--satou-green-soft: #eaf4ef;
--satou-green-pale: #f4f8f5;
--satou-gold: #b08a45;
--satou-gold-soft: #f4ead6;
--satou-ink: #24312c;
--satou-muted: #65716c;
--satou-line: #d9e3de;
--satou-white: #ffffff;
--satou-shadow: 0 18px 48px rgba(13, 66, 46, 0.10);
--satou-radius: 18px;
--satou-container: 1120px;
margin: 0;
color: var(--satou-ink);
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
font-size: 16px;
line-height: 1.9;
}

.satou-renewal *,
.satou-renewal *::before,
.satou-renewal *::after {
box-sizing: border-box;
}

.satou-renewal img {
display: block;
max-width: 100%;
height: auto;
}

.satou-renewal a {
color: inherit;
text-decoration: none;
}

.satou-renewal p,
.satou-renewal ul,
.satou-renewal ol,
.satou-renewal figure {
margin-top: 0;
}

.satou-renewal .satou-container {
width: min(calc(100% - 40px), var(--satou-container));
margin: 0 auto;
}

.satou-renewal .satou-fullwidth {
position: relative;
left: 50%;
width: 100vw;
margin-left: -50vw;
}

.satou-renewal .satou-section {
padding: 96px 0;
}

.satou-renewal .satou-section-soft {
background: var(--satou-green-pale);
}

.satou-renewal .satou-section-white {
background: var(--satou-white);
}

.satou-renewal .satou-section-heading {
max-width: 760px;
margin: 0 auto 48px;
text-align: center;
}

.satou-renewal .satou-kicker {
display: inline-block;
margin-bottom: 12px;
color: var(--satou-gold);
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.18em;
line-height: 1.4;
text-transform: uppercase;
}

.satou-renewal h1,
.satou-renewal h2,
.satou-renewal h3,
.satou-renewal h4 {
margin-top: 0;
border: 0;
background: transparent;
color: var(--satou-ink);
font-weight: 700;
letter-spacing: 0.02em;
line-height: 1.45;
}

.satou-renewal h2.satou-title,
.satou-renewal .satou-title {
margin: 0;
padding: 0;
border: 0;
font-size: clamp(18px, 3vw, 30px);
}

.satou-renewal .satou-section-lead {
margin: 18px auto 0;
color: var(--satou-muted);
font-size: 17px;
line-height: 1.9;
}

.satou-renewal .satou-button-row {
display: flex;
flex-wrap: wrap;
gap: 14px;
}

.satou-renewal .satou-button {
display: inline-flex;
min-height: 56px;
align-items: center;
justify-content: center;
padding: 13px 28px;
border: 1px solid transparent;
border-radius: 999px;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.satou-renewal .satou-button {
transform: translateY(-2px);
text-decoration: none;
}

.satou-renewal .satou-button-primary {
background: var(--satou-green);
box-shadow: 0 10px 24px rgba(24, 95, 67, 0.23);
color: var(--satou-white);
}

.satou-renewal .satou-button-primary {
background: var(--satou-green-dark);
color: var(--satou-white);
}

.satou-renewal .satou-button-light {
border-color: rgba(255, 255, 255, 0.64);
background: rgba(255, 255, 255, 0.10);
color: var(--satou-white);
}

.satou-renewal .satou-button-light {
background: var(--satou-white);
color: var(--satou-green-dark);
}

.satou-renewal .satou-text-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--satou-green);
font-weight: 700;
}

.satou-renewal .satou-text-link::after {
content: "→";
transition: transform 0.2s ease;
}

.satou-renewal .satou-text-link:hover::after {
transform: translateX(4px);
}

/* =========================================================
Lightningのホーム用表示調整
========================================================= */

body.home .page-header,
body.home .page-header_pageTitle,
body.home .page-header-title,
body.home .breadcrumb,
body.home .vk_breadcrumb,
body.home .entry-header,
body.home .entry-title {
display: none !important;
}

body.home .siteContent,
body.home .site-content {
padding-top: 0;
}

body.home .main-section,
body.home .siteContent-main,
body.home .site-content-main {
width: 100%;
max-width: none;
}

body.home .entry-body,
body.home .entry-content {
margin: 0;
padding: 0;
}

/* =========================================================
ヒーロー
========================================================= */

.satou-renewal .satou-hero {
overflow: hidden;
background:
radial-gradient(circle at 82% 18%, rgba(176, 138, 69, 0.22), transparent 24%),
linear-gradient(135deg, #0d422e 0%, #185f43 58%, #267a58 100%);
color: var(--satou-white);
}

.satou-renewal .satou-hero::before {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
background-size: 48px 48px;
content: "";
pointer-events: none;
}

.satou-renewal .satou-hero-inner {
position: relative;
display: grid;
min-height: 620px;
align-items: center;
grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
gap: 70px;
padding-top: 76px;
padding-bottom: 76px;
}

.satou-renewal .satou-hero-copy {
position: relative;
z-index: 2;
}

.satou-renewal .satou-hero-badge {
display: inline-flex;
align-items: center;
margin-bottom: 22px;
padding: 7px 15px;
border: 1px solid rgba(255,255,255,0.28);
border-radius: 999px;
background: rgba(255,255,255,0.08);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.08em;
}

.satou-renewal .satou-hero h1 {
margin: 0;
padding: 0;
border: 0;
color: var(--satou-white);
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
font-size: clamp(25px, 4vw, 40px);
font-weight: 700;
letter-spacing: 0.04em;
line-height: 1.35;
}

.satou-renewal .satou-hero h1 span {
display: block;
margin-top: 10px;
color: #f3dca9;
font-size: 0.72em;
}

.satou-renewal .satou-hero-lead {
max-width: 680px;
margin: 26px 0 0;
color: rgba(255,255,255,0.88);
font-size: 17px;
line-height: 2;
}

.satou-renewal .satou-hero .satou-button-row {
margin-top: 34px;
}

.satou-renewal .satou-hero-visual {
position: relative;
z-index: 2;
display: flex;
justify-content: center;
}

/*

元画像は旧サイトで約170px幅で使われていた小さな写真です。

大きく引き伸ばしたり、4:5に強制トリミングすると顔がぼやけるため、

元画像の縦横比と実寸を保って表示します。
*/
.satou-renewal .satou-hero-photo {
position: relative;
width: 300px;
max-width: 100%;
margin: 0 auto;
padding: 18px;
border: 1px solid rgba(255,255,255,0.24);
border-radius: 28px;
background: rgba(255,255,255,0.10);
box-shadow: 0 26px 70px rgba(0,0,0,0.24);
backdrop-filter: blur(8px);
}

.satou-renewal .satou-hero-photo img {
width: auto;
max-width: 100%;
height: auto;
margin: 0 auto;
border-radius: 16px;
object-fit: contain;
}

.satou-renewal .satou-hero-caption {
position: static;
width: 100%;
min-width: 0;
margin-top: 14px;
padding: 14px 12px;
border-left: 0;
border-top: 3px solid var(--satou-gold);
border-radius: 10px;
background: var(--satou-white);
box-shadow: 0 10px 28px rgba(0,0,0,0.16);
color: var(--satou-ink);
text-align: center;
}

.satou-renewal .satou-hero-caption small {
display: block;
color: var(--satou-muted);
font-size: 12px;
}

.satou-renewal .satou-hero-caption strong {
display: block;
margin-top: 2px;
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
font-size: 21px;
}

.satou-renewal .satou-trustbar {
position: relative;
z-index: 3;
border-top: 1px solid rgba(255,255,255,0.16);
background: rgba(8, 46, 32, 0.72);
}

.satou-renewal .satou-trustbar-list {
display: grid;
margin: 0;
padding: 0;
grid-template-columns: repeat(3, 1fr);
list-style: none;
}

.satou-renewal .satou-trustbar-list li {
position: relative;
padding: 19px 24px;
color: rgba(255,255,255,0.92);
font-size: 15px;
font-weight: 700;
text-align: center;
}

.satou-renewal .satou-trustbar-list li + li::before {
position: absolute;
top: 20%;
bottom: 20%;
left: 0;
width: 1px;
background: rgba(255,255,255,0.18);
content: "";
}

/* =========================================================
お知らせ
========================================================= */

.satou-renewal .satou-news-wrap {
padding: 30px 0;
border-bottom: 1px solid var(--satou-line);
background: var(--satou-white);
}

.satou-renewal .satou-news {
display: grid;
align-items: start;
grid-template-columns: 150px minmax(0, 1fr) auto;
gap: 28px;
}

.satou-renewal .satou-news-title {
margin: 0;
padding: 4px 0 0;
color: var(--satou-green-dark);
font-size: 18px;
font-weight: 700;
}

.satou-renewal .satou-news-body ul {
margin: 0;
padding: 0;
list-style: none;
}

.satou-renewal .satou-news-body li {
margin: 0;
padding: 7px 0;
border-bottom: 1px dashed var(--satou-line);
}

.satou-renewal .satou-news-body li {
border-bottom: 0;
}

.satou-renewal .satou-news-body a {
color: var(--satou-green);
text-decoration: underline;
}

/* =========================================================
導入メッセージ
========================================================= */

.satou-renewal .satou-intro-grid {
display: grid;
align-items: center;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
gap: 72px;
}

.satou-renewal .satou-intro-panel {
position: relative;
padding: 38px;
border: 1px solid var(--satou-line);
border-radius: var(--satou-radius);
background: var(--satou-white);
box-shadow: var(--satou-shadow);
}

.satou-renewal .satou-intro-panel::before {
position: absolute;
top: 22px;
left: 22px;
width: 54px;
height: 4px;
border-radius: 999px;
background: var(--satou-gold);
content: "";
}

.satou-renewal .satou-intro-panel p {
margin-top: 18px;
}

.satou-renewal .satou-feature-list {
display: grid;
margin: 30px 0 0;
padding: 0;
gap: 14px;
list-style: none;
}

.satou-renewal .satou-feature-list li {
position: relative;
padding: 16px 18px 16px 50px;
border-radius: 12px;
background: var(--satou-green-pale);
font-weight: 700;
}

.satou-renewal .satou-feature-list li::before {
position: absolute;
top: 17px;
left: 18px;
display: grid;
width: 23px;
height: 23px;
place-items: center;
border-radius: 50%;
background: var(--satou-green);
color: var(--satou-white);
content: "?";
font-size: 13px;
}

/* =========================================================
サービスカード
========================================================= */

.satou-renewal .satou-service-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}

.satou-renewal .satou-service-card {
display: flex;
overflow: hidden;
min-height: 100%;
flex-direction: column;
border: 1px solid var(--satou-line);
border-radius: var(--satou-radius);
background: var(--satou-white);
box-shadow: 0 10px 30px rgba(13, 66, 46, 0.06);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.satou-renewal .satou-service-card {
transform: translateY(-5px);
box-shadow: var(--satou-shadow);
}

.satou-renewal .satou-service-image {
overflow: hidden;
aspect-ratio: 16 / 10;
background: var(--satou-green-soft);
}

.satou-renewal .satou-service-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}

.satou-renewal .satou-service-card .satou-service-image img {
transform: scale(1.03);
}

.satou-renewal .satou-service-content {
display: flex;
flex: 1;
flex-direction: column;
padding: 26px 24px 24px;
}

.satou-renewal .satou-service-number {
margin-bottom: 10px;
color: var(--satou-gold);
font-family: Georgia, "Times New Roman", serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.12em;
}

.satou-renewal .satou-service-card h3 {
margin: 0 0 12px;
padding: 0;
font-size: 21px;
}

.satou-renewal .satou-service-card p {
margin-bottom: 20px;
color: var(--satou-muted);
font-size: 14px;
line-height: 1.8;
}

.satou-renewal .satou-service-card .satou-text-link {
margin-top: auto;
}

/* =========================================================
サポートメニュー
========================================================= */

.satou-renewal .satou-support-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}

.satou-renewal .satou-support-card {
position: relative;
display: grid;
align-items: start;
grid-template-columns: 58px minmax(0, 1fr);
gap: 20px;
padding: 30px;
border: 1px solid var(--satou-line);
border-radius: 16px;
background: var(--satou-white);
}

.satou-renewal .satou-support-icon {
display: grid;
width: 58px;
height: 58px;
place-items: center;
border-radius: 14px;
background: var(--satou-green-soft);
color: var(--satou-green-dark);
font-family: Georgia, "Times New Roman", serif;
font-size: 24px;
font-weight: 700;
}

.satou-renewal .satou-support-card h3 {
margin: 0 0 7px;
padding: 0;
font-size: 20px;
}

.satou-renewal .satou-support-card p {
margin: 0 0 10px;
color: var(--satou-muted);
font-size: 14px;
line-height: 1.8;
}

/* =========================================================
強み
========================================================= */

.satou-renewal .satou-strength {
background: var(--satou-green-dark);
color: var(--satou-white);
}

.satou-renewal .satou-strength .satou-title,
.satou-renewal .satou-strength .satou-section-lead {
color: var(--satou-white);
}

.satou-renewal .satou-strength .satou-section-lead {
opacity: 0.78;
}

.satou-renewal .satou-strength-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}

.satou-renewal .satou-strength-card {
padding: 34px 30px;
border: 1px solid rgba(255,255,255,0.14);
border-radius: 16px;
background: rgba(255,255,255,0.06);
}

.satou-renewal .satou-strength-card strong {
display: block;
margin-bottom: 12px;
color: #f3dca9;
font-size: 20px;
}

.satou-renewal .satou-strength-card p {
margin: 0;
color: rgba(255,255,255,0.78);
font-size: 15px;
}

.satou-renewal .satou-mission {
max-width: 860px;
margin: 48px auto 0;
padding: 34px 40px;
border-left: 4px solid var(--satou-gold);
background: rgba(255,255,255,0.08);
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
font-size: clamp(21px, 2.3vw, 28px);
line-height: 1.8;
}

/* =========================================================
プロフィール
========================================================= */

.satou-renewal .satou-profile-grid {
display: grid;
align-items: center;
grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
gap: 70px;
}

.satou-renewal .satou-profile-photo {
	position: relative;
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 12px;
}

.satou-renewal .satou-profile-photo::before {
	position: absolute;
	inset: 0;
	border: 2px solid var(--satou-gold-soft);
	border-radius: 20px;
	content: "";
	pointer-events: none;
}

.satou-renewal .satou-profile-photo img {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 520px;
	margin: 0;
	border-radius: 16px;
	box-shadow: var(--satou-shadow);
	object-fit: contain;
}

.satou-renewal .satou-profile-name {
margin: 18px 0 0;
font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
font-size: 25px;
font-weight: 700;
}

.satou-renewal .satou-profile-name small {
display: block;
margin-bottom: 4px;
color: var(--satou-muted);
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
font-size: 13px;
font-weight: 500;
}

.satou-renewal .satou-profile-points {
display: grid;
margin: 25px 0 0;
padding: 0;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
list-style: none;
}

.satou-renewal .satou-profile-points li {
padding: 13px 15px;
border-left: 3px solid var(--satou-green);
background: var(--satou-green-pale);
font-size: 14px;
font-weight: 700;
}

/* =========================================================
ご相談の流れ
========================================================= */

.satou-renewal .satou-flow-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}

.satou-renewal .satou-flow-card {
position: relative;
padding: 34px 28px 30px;
border: 1px solid var(--satou-line);
border-radius: 16px;
background: var(--satou-white);
text-align: center;
}

.satou-renewal .satou-flow-step {
display: grid;
width: 54px;
height: 54px;
margin: 0 auto 18px;
place-items: center;
border-radius: 50%;
background: var(--satou-green);
color: var(--satou-white);
font-family: Georgia, "Times New Roman", serif;
font-size: 21px;
font-weight: 700;
}

.satou-renewal .satou-flow-card h3 {
margin: 0 0 10px;
padding: 0;
font-size: 20px;
}

.satou-renewal .satou-flow-card p {
margin: 0;
color: var(--satou-muted);
font-size: 14px;
}

.satou-renewal .satou-flow-note {
margin: 30px auto 0;
padding: 18px 24px;
border-radius: 12px;
background: var(--satou-gold-soft);
font-weight: 700;
text-align: center;
}

/* =========================================================
コラム
PCは5枚を必ず横一列に固定します。
GridではなくFlexboxで固定し、他CSSのgrid配置・order・marginを無効化します。
========================================================= */

.satou-renewal .satou-column-grid {
display: flex !important;
flex-flow: row nowrap !important;
align-items: stretch !important;
justify-content: flex-start !important;
align-content: stretch !important;
gap: 14px !important;
grid-template-columns: none !important;
grid-auto-flow: initial !important;
}

/* 直接aタグが入っている通常構造 */
.satou-renewal .satou-column-grid > .satou-column-link {
position: static !important;
inset: auto !important;
display: flex !important;
float: none !important;
flex: 0 0 calc((100% - 56px) / 5) !important;
order: 0 !important;
grid-column: auto !important;
grid-row: auto !important;
width: calc((100% - 56px) / 5) !important;
max-width: calc((100% - 56px) / 5) !important;
min-width: 0 !important;
min-height: 132px;
margin: 0 !important;
align-self: stretch !important;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
padding: 22px;
border: 1px solid var(--satou-line);
border-radius: 14px;
background: var(--satou-white);
font-weight: 700;
line-height: 1.65;
transform: none;
transition: border-color 0.2s ease, transform 0.2s ease;
}

/* WordPressがpタグで包んだ場合にも同じ5列にします */
.satou-renewal .satou-column-grid > p {
position: static !important;
inset: auto !important;
display: flex !important;
float: none !important;
flex: 0 0 calc((100% - 56px) / 5) !important;
order: 0 !important;
grid-column: auto !important;
grid-row: auto !important;
width: calc((100% - 56px) / 5) !important;
max-width: calc((100% - 56px) / 5) !important;
min-width: 0 !important;
margin: 0 !important;
}

.satou-renewal .satou-column-grid > p > .satou-column-link {
display: flex !important;
width: 100% !important;
max-width: none !important;
min-height: 132px;
margin: 0 !important;
align-items: flex-start;
justify-content: space-between;
flex-direction: column;
padding: 22px;
border: 1px solid var(--satou-line);
border-radius: 14px;
background: var(--satou-white);
font-weight: 700;
line-height: 1.65;
}

.satou-renewal .satou-column-link::after {
content: "→";
color: var(--satou-green);
}

.satou-renewal .satou-column-link {
transform: translateY(-3px);
border-color: var(--satou-green);
}

/* =========================================================
事務所情報・CTA
========================================================= */

.satou-renewal .satou-office-grid {
display: grid;
align-items: stretch;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 24px;
}

.satou-renewal .satou-office-card {
padding: 34px;
border: 1px solid var(--satou-line);
border-radius: var(--satou-radius);
background: var(--satou-white);
}

.satou-renewal .satou-office-card h3 {
margin: 0 0 20px;
padding: 0;
font-size: 22px;
}

.satou-renewal .satou-office-list {
margin: 0;
}

.satou-renewal .satou-office-list > div {
display: grid;
grid-template-columns: 110px minmax(0, 1fr);
padding: 13px 0;
border-bottom: 1px solid var(--satou-line);
gap: 16px;
}

.satou-renewal .satou-office-list > div {
border-bottom: 0;
}

.satou-renewal .satou-office-list dt {
font-weight: 700;
}

.satou-renewal .satou-office-list dd {
margin: 0;
}

.satou-renewal .satou-contact-panel {
display: flex;
min-height: 100%;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 40px;
border-radius: var(--satou-radius);
background: linear-gradient(145deg, var(--satou-green-dark), var(--satou-green));
color: var(--satou-white);
text-align: center;
}

.satou-renewal .satou-contact-panel h3 {
margin: 0 0 12px;
padding: 0;
color: var(--satou-white);
font-size: 26px;
}

.satou-renewal .satou-contact-panel p {
margin-bottom: 20px;
color: rgba(255,255,255,0.8);
text-align: left;
}

.satou-renewal .satou-phone {
display: block;
margin: 4px 0 6px;
color: var(--satou-white);
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(32px, 4vw, 45px);
font-weight: 700;
letter-spacing: 0.03em;
line-height: 1.2;
}

.satou-renewal .satou-phone {
color: #f3dca9;
}

.satou-renewal .satou-contact-hours {
display: block;
margin-bottom: 24px;
font-size: 13px;
}

.satou-renewal .satou-bottom-cta {
background: #082f21;
color: var(--satou-white);
}

.satou-renewal .satou-bottom-cta-inner {
display: grid;
align-items: center;
grid-template-columns: minmax(0, 1fr) auto;
gap: 36px;
padding-top: 60px;
padding-bottom: 60px;
}

.satou-renewal .satou-bottom-cta h2 {
margin: 0 0 10px;
padding: 0;
color: var(--satou-white);
font-size: clamp(22px, 3vw, 32px);
}

.satou-renewal .satou-bottom-cta p {
margin: 0;
color: rgba(255,255,255,0.74);
}

/* =========================================================
スマホ固定ボタン
========================================================= */

.satou-renewal .satou-mobile-fixed {
display: none;
}

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

@media (max-width: 1100px) {
.satou-renewal .satou-hero-inner {
gap: 44px;
}

.satou-renewal .satou-service-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 860px) {
.satou-renewal .satou-section {
padding: 74px 0;
}

.satou-renewal .satou-hero-inner,
.satou-renewal .satou-intro-grid,
.satou-renewal .satou-profile-grid,
.satou-renewal .satou-office-grid {
	grid-template-columns: 1fr;
}

.satou-renewal .satou-hero-inner {
	min-height: 0;
	gap: 46px;
	padding-top: 64px;
	padding-bottom: 64px;
}

.satou-renewal .satou-hero-copy {
	text-align: center;
}

.satou-renewal .satou-hero-lead {
	margin-right: auto;
	margin-left: auto;
}

.satou-renewal .satou-hero .satou-button-row {
	justify-content: center;
}

.satou-renewal .satou-hero-photo {
	max-width: 360px;
	margin-right: auto;
	margin-left: auto;
}

.satou-renewal .satou-strength-grid,
.satou-renewal .satou-flow-grid {
	grid-template-columns: 1fr;
}

.satou-renewal .satou-column-grid {
	flex-wrap: wrap !important;
}

.satou-renewal .satou-column-grid > .satou-column-link,
.satou-renewal .satou-column-grid > p {
	flex-basis: calc((100% - 14px) / 2) !important;
	width: calc((100% - 14px) / 2) !important;
	max-width: calc((100% - 14px) / 2) !important;
}

.satou-renewal .satou-bottom-cta-inner {
	grid-template-columns: 1fr;
	text-align: center;
}

.satou-renewal .satou-bottom-cta .satou-button-row {
	justify-content: center;
}
}

@media (max-width: 680px) {
.satou-renewal {
font-size: 15px;
}

.satou-renewal .satou-container {
	width: min(calc(100% - 30px), var(--satou-container));
}

.satou-renewal .satou-section {
	padding: 62px 0;
}

.satou-renewal .satou-section-heading {
	margin-bottom: 34px;
}

.satou-renewal .satou-hero-inner {
	padding-top: 48px;
	padding-bottom: 52px;
}

.satou-renewal .satou-hero h1 {
	font-size: clamp(24px, 8vw, 32px);
	line-height: 1.38;
}

.satou-renewal .satou-hero h1 span {
	font-size: 0.7em;
}

.satou-renewal .satou-hero-lead {
	font-size: 15px;
	line-height: 1.9;
}

.satou-renewal .satou-hero .satou-button-row,
.satou-renewal .satou-bottom-cta .satou-button-row {
	flex-direction: column;
}

.satou-renewal .satou-button {
	width: 100%;
}

.satou-renewal .satou-hero-caption {
	right: -5px;
	bottom: 20px;
	min-width: 200px;
	padding: 13px 16px;
}

.satou-renewal .satou-trustbar-list {
	grid-template-columns: 1fr;
}

.satou-renewal .satou-trustbar-list li {
	padding: 13px 15px;
	font-size: 13px;
}

.satou-renewal .satou-trustbar-list li + li::before {
	top: 0;
	right: 15%;
	bottom: auto;
	left: 15%;
	width: auto;
	height: 1px;
}

.satou-renewal .satou-news {
	grid-template-columns: 1fr;
	gap: 10px;
}

.satou-renewal .satou-news .satou-text-link {
	margin-top: 5px;
}

.satou-renewal .satou-intro-grid,
.satou-renewal .satou-profile-grid {
	gap: 42px;
}

.satou-renewal .satou-intro-panel {
	padding: 30px 24px;
}

.satou-renewal .satou-service-grid,
.satou-renewal .satou-support-grid,
.satou-renewal .satou-profile-points {
	grid-template-columns: 1fr;
}

.satou-renewal .satou-column-grid {
	flex-direction: column !important;
	flex-wrap: nowrap !important;
}

.satou-renewal .satou-column-grid > .satou-column-link,
.satou-renewal .satou-column-grid > p {
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: none !important;
}

.satou-renewal .satou-support-card {
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 16px;
	padding: 24px 20px;
}

.satou-renewal .satou-support-icon {
	width: 48px;
	height: 48px;
	font-size: 20px;
}

.satou-renewal .satou-strength-card,
.satou-renewal .satou-flow-card,
.satou-renewal .satou-office-card,
.satou-renewal .satou-contact-panel {
	padding: 28px 22px;
}

.satou-renewal .satou-mission {
	padding: 26px 22px;
	text-align: left;
}

.satou-renewal .satou-profile-photo {
	max-width: 370px;
	margin-right: auto;
	margin-left: auto;
}

.satou-renewal .satou-office-list > div {
	grid-template-columns: 1fr;
	gap: 3px;
}

.satou-renewal .satou-bottom-cta-inner {
	padding-top: 48px;
	padding-bottom: 90px;
}

.satou-renewal .satou-mobile-fixed {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 0 -6px 22px rgba(0,0,0,0.15);
}

.satou-renewal .satou-mobile-fixed a {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
}

.satou-renewal .satou-mobile-fixed-phone {
	background: var(--satou-gold);
	color: var(--satou-white);
}

.satou-renewal .satou-mobile-fixed-contact {
	background: var(--satou-green);
	color: var(--satou-white);
}
}

@media (prefers-reduced-motion: reduce) {
.satou-renewal *,
.satou-renewal *::before,
.satou-renewal *::after {
scroll-behavior: auto !important;
transition: none !important;
}
}




