/*
 * Flow Tech Lab 公式トップ：SBAC構成 セクション2〜15
 * 本文は .ftl-home-sections--sbac-v1 以下、フッターは .l-footer 以下へ限定。
 * 色は既存のSWELL／ヘッダー用カスタマイザー変数へ追従する。
 */

.post_content:has(> .ftl-home-sections--sbac-v1) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.post_content > .ftl-home-sections--sbac-v1:first-child {
	margin-top: 0 !important;
}

.ftl-home-sections--sbac-v1 {
	--ftl-home-navy: var(--ftl-header-top-bg, #183443);
	--ftl-home-navy-soft: var(--ftl-header-top-bg2, #6f8992);
	--ftl-home-ink: var(--ftl-header-fixed-text, #0e1a36);
	--ftl-home-blue: var(--ftl-header-accent, #075ec9);
	--ftl-home-lime: var(--ftl-header-cta-bg, #ddfc54);
	--ftl-home-line: var(--ftl-header-line, #d8dde5);
	--ftl-home-pale: var(--ftl-header-notice-bg, #e8eaee);
	--ftl-home-on-dark: var(--ftl-header-top-text, #ffffff);
	--ftl-home-muted: color-mix(in srgb, var(--ftl-home-ink) 66%, #ffffff);
	--ftl-home-container: 1160px;
	--ftl-home-section-space: clamp(88px, 9vw, 144px);
	--ftl-home-side-space: clamp(20px, 4vw, 40px);
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 !important;
	padding: 0;
	color: var(--ftl-home-ink);
	background: #ffffff;
	font-family: "Meiryo", "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.9;
}

.ftl-home-sections--sbac-v1.ftl-home-sections {
	isolation: isolate;
}

.ftl-home-sections--sbac-v1 > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ftl-home-sections--sbac-v1,
.ftl-home-sections--sbac-v1 *,
.ftl-home-sections--sbac-v1 *::before,
.ftl-home-sections--sbac-v1 *::after {
	box-sizing: border-box;
}

.ftl-home-sections--sbac-v1 > *,
.ftl-home-sections--sbac-v1 .wp-block-group,
.ftl-home-sections--sbac-v1 .wp-block-columns,
.ftl-home-sections--sbac-v1 .wp-block-column,
.ftl-home-sections--sbac-v1 .wp-block-image,
.ftl-home-sections--sbac-v1 .wp-block-buttons,
.ftl-home-sections--sbac-v1 .wp-block-button {
	margin-top: 0;
	margin-bottom: 0;
}

.ftl-home-sections--sbac-v1 h2,
.ftl-home-sections--sbac-v1 h3,
.ftl-home-sections--sbac-v1 p {
	margin-top: 0;
	padding: 0;
	border: 0;
	color: inherit;
	background: transparent;
	font-family: "Meiryo", "メイリオ", sans-serif;
}

.ftl-home-sections--sbac-v1 h2::before,
.ftl-home-sections--sbac-v1 h2::after,
.ftl-home-sections--sbac-v1 h3::before,
.ftl-home-sections--sbac-v1 h3::after {
	display: none;
}

.ftl-home-sections--sbac-v1 img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ftl-home-sections--sbac-v1 :where(a, button, summary):focus-visible {
	outline: 3px solid var(--ftl-home-lime);
	outline-offset: 4px;
}

.ftl-home-sections--sbac-v1 .ftl-home-section {
	position: relative;
	right: auto !important;
	left: 0 !important;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: var(--ftl-home-section-space) var(--ftl-home-side-space);
	overflow: clip;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__inner {
	position: relative;
	width: min(100%, var(--ftl-home-container));
	max-width: var(--ftl-home-container) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__heading {
	max-width: 860px;
	margin-bottom: clamp(44px, 5vw, 72px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__heading--center {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px !important;
	color: var(--ftl-home-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.5;
	text-transform: uppercase;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__eyebrow::before {
	flex: 0 0 34px;
	width: 34px;
	height: 2px;
	background: currentColor;
	content: "";
}

.ftl-home-sections--sbac-v1 .ftl-home-section__heading--center .ftl-home-section__eyebrow,
.ftl-home-sections--sbac-v1 .has-text-align-center.ftl-home-section__eyebrow {
	justify-content: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__label {
	margin-bottom: 18px !important;
	color: var(--ftl-home-muted);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.6;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__title {
	margin-bottom: 24px !important;
	font-size: clamp(44px, 4.1vw, 50px) !important;
	font-weight: 700 !important;
	letter-spacing: -.045em !important;
	line-height: 1.38 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__lead {
	max-width: 760px;
	margin-bottom: 14px !important;
	color: var(--ftl-home-muted);
	font-size: clamp(16px, 1.4vw, 17px);
	line-height: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__heading--center .ftl-home-section__lead {
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 32px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: var(--ftl-home-ink);
	background: var(--ftl-home-lime);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	transition:
		transform .2s ease,
		filter .2s ease,
		border-color .2s ease,
		color .2s ease,
		background-color .2s ease;
}

.ftl-home-sections--sbac-v1 .ftl-home-button--primary .wp-block-button__link {
	color: var(--ftl-home-ink);
	background: var(--ftl-home-lime);
}

.ftl-home-sections--sbac-v1 .ftl-home-button .wp-block-button__link::after {
	margin-left: 14px;
	content: "→";
	font-size: 17px;
	line-height: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-button .wp-block-button__link:hover {
	filter: brightness(.96);
	transform: translateY(-2px);
}

.ftl-home-sections--sbac-v1 .ftl-home-button--secondary .wp-block-button__link {
	border-color: color-mix(in srgb, var(--ftl-home-ink) 30%, transparent);
	color: var(--ftl-home-ink);
	background: transparent;
}

.ftl-home-sections--sbac-v1 .ftl-home-button--secondary .wp-block-button__link:hover {
	border-color: var(--ftl-home-blue);
	color: var(--ftl-home-blue);
	background: color-mix(in srgb, var(--ftl-home-blue) 5%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-button--text .wp-block-button__link {
	min-height: 0;
	padding: 4px 0 7px;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: var(--ftl-home-blue);
	background: transparent;
}

/* 2. 支援方針バー */
.ftl-home-sections--sbac-v1 .ftl-home-policy {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 5.2vw, 68px) var(--ftl-home-side-space) clamp(62px, 5.8vw, 74px);
	color: var(--ftl-home-ink);
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__inner {
	width: min(100%, var(--ftl-home-container));
	position: relative;
	z-index: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy > .wp-block-group__inner-container,
.ftl-home-sections--sbac-v1 .ftl-home-policy__inner > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__heading > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 32px;
	align-items: end;
	width: 100%;
	max-width: none !important;
	margin-bottom: 34px;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__heading--center {
	max-width: 900px;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__heading--center:not(:has(> .wp-block-group__inner-container)),
.ftl-home-sections--sbac-v1 .ftl-home-policy__heading--center > .wp-block-group__inner-container {
	display: block;
	width: 100%;
	max-width: 900px !important;
	margin-right: auto !important;
	margin-bottom: 34px;
	margin-left: auto !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__heading--center .ftl-home-policy__eyebrow {
	justify-content: center;
	margin-bottom: 8px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__heading--center .ftl-home-policy__title {
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px !important;
	color: var(--ftl-home-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.4;
	white-space: nowrap;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__eyebrow::before {
	width: 30px;
	height: 1px;
	background: currentColor;
	content: "";
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__title {
	max-width: 780px;
	margin-bottom: 0 !important;
	color: var(--ftl-home-ink) !important;
	font-size: clamp(30px, 3.05vw, 38px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.45 !important;
	text-wrap: balance;
	word-break: auto-phrase;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 1.5vw, 20px);
	align-items: stretch;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
	--ftl-policy-card-inline: clamp(20px, 1.8vw, 25px);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	min-height: 0;
	padding: 0 0 25px;
	border: 1px solid #dbe3e8;
	border-radius: 10px;
	overflow: hidden;
	color: var(--ftl-home-ink);
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(24, 52, 67, .08);
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__visual {
	width: 100%;
	aspect-ratio: 3 / 2;
	margin: 0 !important;
	overflow: hidden;
	border-bottom: 1px solid color-mix(in srgb, var(--ftl-home-line) 68%, transparent);
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__item--focus .ftl-home-policy__visual img {
	object-position: 56% 50%;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__item--online .ftl-home-policy__visual img {
	object-position: 52% 50%;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__kicker {
	margin: 20px var(--ftl-policy-card-inline) 0 !important;
	color: var(--ftl-home-blue);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 1.4;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
	margin: 8px var(--ftl-policy-card-inline) 0 !important;
	font-size: clamp(16px, 1.38vw, 18px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.5;
	line-break: strict;
	text-wrap: balance;
	word-break: auto-phrase;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__note {
	margin: 9px var(--ftl-policy-card-inline) 0 !important;
	color: color-mix(in srgb, var(--ftl-home-ink) 72%, #ffffff);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.72;
	line-break: strict;
	overflow-wrap: break-word;
	text-wrap: pretty;
	word-break: auto-phrase;
}

/* 3. ブランドステートメント */
.ftl-home-sections--sbac-v1 .ftl-home-statement {
	display: grid;
	min-height: clamp(460px, 52vw, 650px);
	align-items: center;
	background: #ffffff;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__inner {
	width: min(100%, 920px);
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
	margin-bottom: 42px !important;
	font-size: clamp(40px, 4.8vw, 60px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.38 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__title strong {
	color: var(--ftl-home-blue);
	font-weight: inherit;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__body,
.ftl-home-sections--sbac-v1 .ftl-home-statement__closing {
	max-width: 720px;
	margin-right: auto !important;
	margin-bottom: 22px !important;
	margin-left: auto !important;
	color: var(--ftl-home-muted);
	font-size: clamp(16px, 1.45vw, 18px);
	line-height: 2.1;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__closing {
	margin-top: 34px !important;
	margin-bottom: 0 !important;
	color: var(--ftl-home-ink);
	font-weight: 700;
}

/* 4. 中小企業が抱える課題 */
.ftl-home-sections--sbac-v1 .ftl-home-problem {
	background: color-mix(in srgb, var(--ftl-home-pale) 42%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-problem > .wp-block-group__inner-container {
	width: 100%;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem__grid {
	width: 100%;
	max-width: none !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-card,
.ftl-home-sections--sbac-v1 .ftl-home-problem__grid,
.ftl-home-sections--sbac-v1 .ftl-home-audience__grid {
	min-width: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card,
.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
	position: relative;
	min-width: 0;
	padding: clamp(34px, 3vw, 46px);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	color: var(--ftl-home-on-dark);
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 94%, #000000),
			color-mix(in srgb, var(--ftl-home-navy-soft) 48%, var(--ftl-home-navy))
		);
	box-shadow: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card {
	min-height: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card--people {
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 94%, #000000),
			color-mix(in srgb, var(--ftl-home-navy-soft) 48%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card--repeat,
.ftl-home-sections--sbac-v1 .ftl-home-audience-card--office {
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 84%, var(--ftl-home-blue)),
			color-mix(in srgb, var(--ftl-home-navy-soft) 36%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card--tool,
.ftl-home-sections--sbac-v1 .ftl-home-audience-card--manager {
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 89%, #00334a),
			color-mix(in srgb, var(--ftl-home-navy-soft) 54%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-card__index {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px !important;
	color: var(--ftl-home-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-card__index::before {
	width: 28px;
	border-top: 1px solid currentColor;
	content: "";
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card__visual {
	width: 100%;
	margin: 0 0 26px !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 7px;
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-card__title {
	margin-bottom: 22px !important;
	color: inherit;
	font-size: clamp(25px, 2.4vw, 30px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.5 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-card__body {
	margin-bottom: 12px !important;
	color: rgba(255, 255, 255, .74);
	font-size: 15px;
	line-height: 1.9;
}

/* 5. 支援の考え方 */
.ftl-home-sections--sbac-v1 .ftl-home-approach {
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow {
	margin-top: clamp(54px, 7vw, 86px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(40px, 5vw, 64px);
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__columns > .wp-block-column {
	width: auto;
	min-width: 0;
	flex-basis: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__copy {
	width: 100%;
	max-width: 520px;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-item {
	padding-bottom: 30px;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-item + .ftl-home-approach-item {
	padding-top: 30px;
	border-top: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-item:last-child {
	padding-bottom: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__index {
	margin-bottom: 10px !important;
	color: var(--ftl-home-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .15em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__title {
	margin-bottom: 14px !important;
	font-size: clamp(23px, 2.1vw, 28px) !important;
	font-weight: 700 !important;
	letter-spacing: -.04em !important;
	line-height: 1.48 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__body {
	margin-bottom: 8px !important;
	color: var(--ftl-home-muted);
	font-size: 15px;
	line-height: 1.9;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__visual {
	position: relative;
	min-width: 0;
	width: 100%;
	padding: clamp(18px, 2.2vw, 28px);
	border: 1px solid color-mix(in srgb, var(--ftl-home-line) 75%, transparent);
	border-radius: 16px;
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-pale) 44%, #ffffff),
			#ffffff 72%
		);
	box-shadow: 0 24px 64px rgba(14, 26, 54, .1);
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__image {
	margin: 0 !important;
	overflow: hidden;
	border: 0;
	border-radius: 12px;
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach__note {
	max-width: 880px;
	margin: 56px auto 0 !important;
	padding-top: 22px;
	border-top: 1px solid var(--ftl-home-line);
	color: var(--ftl-home-ink);
	font-size: clamp(17px, 1.55vw, 18px);
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
}

/* 6. 対象となる企業・担当者 */
.ftl-home-sections--sbac-v1 .ftl-home-audience {
	background: color-mix(in srgb, var(--ftl-home-pale) 32%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-audience__grid {
	grid-template-columns: 1fr;
	gap: clamp(22px, 3vw, 30px);
	max-width: 1000px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
	display: grid;
	grid-template-columns: minmax(300px, .42fr) minmax(0, .58fr);
	grid-template-rows: min-content min-content auto;
	column-gap: clamp(36px, 5vw, 64px);
	align-content: center;
	min-height: 360px;
	padding: clamp(30px, 4vw, 46px);
	row-gap: 0;
	text-align: left;
	text-align: start;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
	grid-column: 1;
	grid-row: 1 / span 3;
	align-self: center;
	margin: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role,
.ftl-home-sections--sbac-v1 .ftl-home-audience-card > .ftl-home-card__title,
.ftl-home-sections--sbac-v1 .ftl-home-audience-card > .ftl-home-card__body {
	grid-column: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role {
	grid-row: 1;
	justify-self: start;
	margin-bottom: 14px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card > .ftl-home-card__title {
	grid-row: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card > .ftl-home-card__body {
	grid-row: auto;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card--owner {
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 94%, #000000),
			color-mix(in srgb, var(--ftl-home-navy-soft) 48%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	margin-bottom: 14px !important;
	padding: 7px 12px;
	border: 1px solid color-mix(in srgb, var(--ftl-footer-color) 34%, transparent);
	border-radius: 4px;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(15px, 1.35vw, 17px);
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
	width: 100%;
	margin: 0 !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* 7. 3つの約束 */
.ftl-home-sections--sbac-v1 .ftl-home-commitment {
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border-top: 1px solid var(--ftl-home-line);
	border-bottom: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__item {
	display: grid;
	grid-template-columns: minmax(260px, .42fr) minmax(0, .58fr);
	align-items: center;
	gap: clamp(36px, 6vw, 72px);
	min-height: 0;
	padding: clamp(46px, 6vw, 72px) 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__item + .ftl-home-commitment__item {
	border-top: 1px solid var(--ftl-home-line);
	border-left: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__visual {
	width: 100%;
	margin: 0 !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid var(--ftl-home-line);
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 22px 54px rgba(14, 26, 54, .09);
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__copy {
	min-width: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__label {
	margin-bottom: 14px !important;
	color: var(--ftl-home-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__title {
	margin-bottom: 20px !important;
	font-size: clamp(32px, 4vw, 44px) !important;
	font-weight: 700 !important;
	letter-spacing: -.055em !important;
	line-height: 1.35 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-commitment__body {
	margin-bottom: 12px !important;
	color: var(--ftl-home-muted);
	font-size: 15px;
	line-height: 1.9;
}

/* 8. 現在提供中のサービス */
.ftl-home-sections--sbac-v1 .ftl-home-service {
	background: color-mix(in srgb, var(--ftl-home-pale) 36%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__list {
	width: 100%;
	max-width: none !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__list:not(:has(> .wp-block-group__inner-container)),
.ftl-home-sections--sbac-v1 .ftl-home-service__list > .wp-block-group__inner-container {
	display: grid;
	gap: clamp(88px, 9vw, 112px);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-card {
	width: 100%;
	max-width: none !important;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--ftl-home-line) 88%, transparent);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 22px 58px rgba(14, 26, 54, .08);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-card > * {
	width: 100%;
	max-width: none !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__columns {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
	align-items: stretch;
	gap: 0;
	min-height: 480px;
	margin: 0 !important;
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__columns > .wp-block-column {
	width: auto;
	min-width: 0;
	flex-basis: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 4vw, 48px);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__name {
	margin: 0 !important;
	padding: clamp(24px, 3vw, 34px) clamp(24px, 4vw, 48px);
	border-bottom: 1px solid var(--ftl-home-line);
	font-size: clamp(26px, 3.1vw, 42px) !important;
	font-weight: 700 !important;
	letter-spacing: -.045em !important;
	line-height: 1.35 !important;
	text-align: center;
	white-space: nowrap;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__name .swl-marker {
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__body {
	margin-bottom: 0 !important;
	color: var(--ftl-home-muted);
	font-size: 16px;
	line-height: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__body + .ftl-home-buttons {
	margin-top: 30px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__visual {
	display: grid;
	align-content: center;
	min-width: 0;
	padding: clamp(32px, 5vw, 70px) clamp(24px, 4vw, 56px);
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 94%, #000000),
			color-mix(in srgb, var(--ftl-home-navy-soft) 50%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__image {
	width: 100%;
	margin: 0 !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 28px 72px rgba(0, 0, 0, .25);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__caption {
	margin-top: 14px !important;
	margin-bottom: 0 !important;
	color: rgba(255, 255, 255, .84);
	font-size: 14px;
	line-height: 1.7;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo {
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	color: var(--ftl-home-ink);
	background: #ffffff;
	box-shadow: 0 28px 72px rgba(0, 0, 0, .25);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 58px;
	padding: 13px 16px;
	border-bottom: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__title,
.ftl-home-sections--sbac-v1 .ftl-home-service-demo__badge,
.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step,
.ftl-home-sections--sbac-v1 .ftl-home-service-demo__arrow,
.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row p {
	margin-bottom: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__title {
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__badge {
	flex: 0 0 auto;
	padding: 4px 8px;
	border-radius: 999px;
	color: var(--ftl-home-blue);
	background: color-mix(in srgb, var(--ftl-home-blue) 8%, #ffffff);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__pipeline {
	display: grid;
	grid-template-columns: repeat(7, auto);
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 20px 12px;
	background: color-mix(in srgb, var(--ftl-home-pale) 42%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step {
	display: grid;
	min-width: 70px;
	min-height: 58px;
	align-content: center;
	justify-items: center;
	padding: 8px 6px;
	border: 1px solid color-mix(in srgb, var(--ftl-home-blue) 24%, var(--ftl-home-line));
	border-radius: 5px;
	background: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step span {
	display: block;
	margin-bottom: 3px;
	color: var(--ftl-home-blue);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: .08em;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step--alert {
	border-color: color-mix(in srgb, #c86e3a 50%, var(--ftl-home-line));
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step--alert span {
	color: #a84f1f;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__arrow {
	color: var(--ftl-home-blue);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__list {
	padding: 6px 14px 14px;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(70px, .8fr) minmax(72px, .7fr);
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 8px 10px;
	border-bottom: 1px solid color-mix(in srgb, var(--ftl-home-line) 70%, transparent);
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row:last-child {
	border-bottom: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row p {
	min-width: 0;
	font-size: 10px;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row--head p {
	color: var(--ftl-home-muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .04em;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__status {
	justify-self: start;
	padding: 3px 7px !important;
	border-radius: 999px;
	font-size: 8px !important;
	font-weight: 800;
	white-space: nowrap;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__status--working {
	color: #075ec9;
	background: #edf5ff;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-demo__status--open {
	color: #9d4519;
	background: #fff1e9;
}

/* 9. 支援の進め方 */
.ftl-home-sections--sbac-v1 .ftl-home-flow {
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__steps {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	width: 100%;
	max-width: 900px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__steps::before {
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 35px;
	border-left: 1px solid color-mix(in srgb, var(--ftl-home-blue) 45%, var(--ftl-home-line));
	content: "";
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step {
	position: relative;
	display: grid;
	grid-template-columns: 70px minmax(0, 1fr);
	grid-template-rows: min-content auto;
	column-gap: clamp(26px, 4vw, 44px);
	min-height: 150px;
	padding: 0 0 46px;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step + .ftl-home-flow-step {
	border-left: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step:last-child {
	min-height: 0;
	padding-bottom: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__number {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column: 1;
	grid-row: 1 / span 2;
	width: 70px;
	height: 70px;
	margin: 0 !important;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--ftl-home-blue) 55%, var(--ftl-home-line));
	border-radius: 50%;
	color: var(--ftl-home-blue);
	background: #ffffff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	line-height: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__title {
	grid-column: 2;
	grid-row: 1;
	margin-bottom: 16px !important;
	font-size: clamp(22px, 2vw, 27px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.5 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__body {
	grid-column: 2;
	grid-row: 2;
	margin-bottom: 0 !important;
	color: var(--ftl-home-muted);
	font-size: 14px;
	line-height: 1.85;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__buttons {
	justify-content: center;
	margin-top: 48px !important;
}

/* 10. セキュリティ・データ取扱 */
.ftl-home-sections--sbac-v1 .ftl-home-security {
	color: var(--ftl-home-on-dark);
	background:
		linear-gradient(
			145deg,
			color-mix(in srgb, var(--ftl-home-navy) 96%, #000000),
			color-mix(in srgb, var(--ftl-home-navy-soft) 40%, var(--ftl-home-navy))
		);
}

.ftl-home-sections--sbac-v1 .ftl-home-security .ftl-home-section__eyebrow {
	color: var(--ftl-home-lime);
}

.ftl-home-sections--sbac-v1 .ftl-home-security .ftl-home-section__label,
.ftl-home-sections--sbac-v1 .ftl-home-security .ftl-home-section__lead {
	color: rgba(255, 255, 255, .72);
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro {
	max-width: 920px;
	margin-right: auto !important;
	margin-bottom: clamp(44px, 5vw, 72px) !important;
	margin-left: auto !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__eyebrow {
	justify-content: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__lead {
	max-width: 860px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, .22);
	border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card {
	min-height: 250px;
	padding: clamp(34px, 4vw, 50px);
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card:nth-child(even) {
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card:nth-child(n + 3) {
	border-top: 1px solid rgba(255, 255, 255, .22);
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card__number {
	margin-bottom: 28px !important;
	color: var(--ftl-home-lime);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card__title {
	margin-bottom: 16px !important;
	font-size: clamp(22px, 2.2vw, 28px) !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card__body {
	margin-bottom: 0 !important;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 1.9;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__buttons .ftl-home-button--secondary .wp-block-button__link {
	border-color: rgba(255, 255, 255, .5);
	color: #ffffff;
	background: transparent;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__buttons .ftl-home-button--secondary .wp-block-button__link:hover {
	border-color: var(--ftl-home-lime);
	color: var(--ftl-home-lime);
	background: rgba(255, 255, 255, .05);
}

/* 11. Flow Tech Labが目指す未来 */
.ftl-home-sections--sbac-v1 .ftl-home-vision {
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__columns {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
	gap: clamp(50px, 6vw, 76px);
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__columns > .wp-block-column {
	width: auto;
	min-width: 0;
	flex-basis: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy,
.ftl-home-sections--sbac-v1 .ftl-home-vision__roadmap {
	width: 100%;
	min-width: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy .ftl-home-section__eyebrow {
	justify-content: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy .ftl-home-section__lead {
	max-width: 820px;
	margin-right: auto !important;
	margin-left: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__note {
	max-width: 820px;
	margin-top: 26px !important;
	margin-right: auto !important;
	margin-bottom: 0 !important;
	margin-left: auto !important;
	padding-top: 20px;
	border-top: 1px solid var(--ftl-home-line);
	color: var(--ftl-home-muted);
	font-size: 12px;
	line-height: 1.8;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap {
	position: relative;
	border-left: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap:not(:has(> .wp-block-group__inner-container)),
.ftl-home-sections--sbac-v1 .ftl-home-roadmap > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid color-mix(in srgb, var(--ftl-home-blue) 45%, var(--ftl-home-line));
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	align-content: start;
	justify-items: center;
	min-height: 132px;
	padding: 30px 10px 18px;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item + .ftl-home-roadmap__item {
	border-left: 1px solid color-mix(in srgb, var(--ftl-home-line) 80%, transparent);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item::before {
	position: absolute;
	top: -6px;
	left: 50%;
	width: 11px;
	height: 11px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	background: var(--ftl-home-blue);
	box-shadow: 0 0 0 1px var(--ftl-home-blue);
	content: "";
	transform: translateX(-50%);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item--current::before {
	background: var(--ftl-home-lime);
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--ftl-home-lime) 70%, var(--ftl-home-ink));
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__number,
.ftl-home-sections--sbac-v1 .ftl-home-roadmap__label {
	margin-bottom: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__number {
	margin-bottom: 10px !important;
	color: var(--ftl-home-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__label {
	font-size: clamp(14px, 1.35vw, 17px);
	font-weight: 700;
	line-height: 1.55;
	word-break: auto-phrase;
}

/* 12. 運営者 */
.ftl-home-sections--sbac-v1 .ftl-home-about {
	background: color-mix(in srgb, var(--ftl-home-pale) 34%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-about__columns {
	display: grid;
	grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(52px, 8vw, 112px);
}

.ftl-home-sections--sbac-v1 .ftl-home-about__columns > .wp-block-column {
	width: auto;
	min-width: 0;
	flex-basis: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__identity,
.ftl-home-sections--sbac-v1 .ftl-home-about__copy {
	min-width: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card {
	min-height: 0;
	padding: 0 0 30px;
	overflow: hidden;
	border: 1px solid var(--ftl-home-line);
	border-radius: 10px;
	color: var(--ftl-home-ink);
	background: #ffffff;
	box-shadow: 0 20px 52px rgba(12, 46, 67, .08);
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__visual {
	width: 100%;
	margin: 0 0 30px !important;
	overflow: hidden;
	border-bottom: 1px solid var(--ftl-home-line);
	background: var(--ftl-home-pale);
	aspect-ratio: 3 / 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__brand {
	margin-right: clamp(26px, 3vw, 38px) !important;
	margin-bottom: 10px !important;
	margin-left: clamp(26px, 3vw, 38px) !important;
	color: var(--ftl-home-ink);
	font-size: clamp(29px, 3.2vw, 40px) !important;
	font-weight: 700 !important;
	letter-spacing: -.045em !important;
	line-height: 1.4 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__tagline {
	margin-right: clamp(26px, 3vw, 38px) !important;
	margin-bottom: 0 !important;
	margin-left: clamp(26px, 3vw, 38px) !important;
	color: var(--ftl-home-muted);
	font-size: 15px;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__divider {
	margin: 28px clamp(26px, 3vw, 38px) !important;
	border-color: var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__meta {
	margin-right: clamp(26px, 3vw, 38px) !important;
	margin-bottom: 8px !important;
	margin-left: clamp(26px, 3vw, 38px) !important;
	color: var(--ftl-home-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.75;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__profile {
	margin-top: 22px !important;
	margin-bottom: 0 !important;
	color: var(--ftl-home-muted);
	font-size: 16px;
	line-height: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 34px !important;
	border-top: 1px solid var(--ftl-home-line);
	border-bottom: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-about__fact {
	min-width: 0;
	padding: 22px 18px 20px;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__fact + .ftl-home-about__fact {
	border-left: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-about__fact-value {
	margin-bottom: 8px !important;
	color: var(--ftl-home-blue);
	font-size: clamp(24px, 2.6vw, 33px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.25;
	white-space: nowrap;
	word-break: keep-all;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__fact-label {
	margin-bottom: 0 !important;
	color: var(--ftl-home-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.7;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__disclaimer {
	margin-top: 13px !important;
	margin-bottom: 0 !important;
	color: color-mix(in srgb, var(--ftl-home-muted) 88%, var(--ftl-home-ink));
	font-size: 12px;
	line-height: 1.8;
}

/* 13. よくある質問 */
.ftl-home-sections--sbac-v1 .ftl-home-faq {
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__list {
	max-width: 980px;
	margin-right: auto !important;
	margin-left: auto !important;
	border-top: 1px solid var(--ftl-home-line);
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item {
	margin: 0 !important;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--ftl-home-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary {
	position: relative;
	display: block;
	padding: 27px 54px 27px 42px;
	color: var(--ftl-home-ink);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	cursor: pointer;
	list-style: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary::-webkit-details-marker {
	display: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary::before {
	position: absolute;
	top: 29px;
	left: 0;
	color: var(--ftl-home-blue);
	content: "Q";
	font-size: 13px;
	font-weight: 800;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary::after {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 26px;
	height: 26px;
	border: 1px solid color-mix(in srgb, var(--ftl-home-blue) 40%, var(--ftl-home-line));
	border-radius: 50%;
	color: var(--ftl-home-blue);
	content: "+";
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	transform: translateY(-50%);
	transition: transform .2s ease;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item > :not(summary) {
	margin: 0 0 28px 42px !important;
	padding-right: 44px;
	color: var(--ftl-home-muted);
	font-size: 14px;
	line-height: 1.95;
}

/* 14. 最終CTA */
.ftl-home-sections--sbac-v1 .ftl-home-fit-check {
	padding-top: clamp(94px, 10vw, 154px);
	padding-bottom: clamp(94px, 10vw, 154px);
	border-top: 1px solid var(--ftl-home-line);
	color: var(--ftl-home-ink);
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__inner {
	width: min(100%, 1040px);
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check .ftl-home-section__eyebrow {
	justify-content: center;
	color: var(--ftl-home-blue);
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title {
	margin-bottom: 30px !important;
	font-size: clamp(44px, 5.6vw, 70px) !important;
	font-weight: 700 !important;
	letter-spacing: -.055em !important;
	line-height: 1.38 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__body {
	max-width: 720px;
	margin-right: auto !important;
	margin-bottom: 12px !important;
	margin-left: auto !important;
	color: var(--ftl-home-muted);
	font-size: 16px;
	line-height: 2;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__buttons {
	justify-content: center;
	margin-top: 38px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check .ftl-home-button--secondary .wp-block-button__link {
	border-color: color-mix(in srgb, var(--ftl-home-blue) 34%, var(--ftl-home-line));
	color: var(--ftl-home-blue);
	background: transparent;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check .ftl-home-button--secondary .wp-block-button__link:hover {
	border-color: var(--ftl-home-blue);
	color: #ffffff;
	background: var(--ftl-home-blue);
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__notes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 26px;
	margin-top: 28px !important;
	color: var(--ftl-home-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__notes p {
	margin-bottom: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__notes p::before {
	margin-right: 8px;
	color: var(--ftl-home-blue);
	content: "✓";
}

/* 15. SWELL標準フッター */
.l-footer {
	--ftl-footer-bg: var(--color_footer_bg, #183443);
	--ftl-footer-color: var(--color_footer_text, #ffffff);
	--ftl-footer-text: color-mix(in srgb, var(--ftl-footer-color) 74%, transparent);
	--ftl-footer-line: color-mix(in srgb, var(--ftl-footer-color) 16%, transparent);
	position: relative;
	margin-top: 0;
	color: var(--ftl-footer-text);
	background: var(--ftl-footer-bg);
	font-family: "Meiryo", "メイリオ", sans-serif;
}

.l-footer,
.l-footer * {
	box-sizing: border-box;
}

.l-footer a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: .2em;
	transition:
		color .2s ease,
		opacity .2s ease;
}

.l-footer a:hover {
	color: var(--ftl-header-cta-bg, #ddfc54);
}

.l-footer a:focus-visible {
	outline: 3px solid var(--ftl-header-cta-bg, #ddfc54);
	outline-offset: 4px;
}

.l-footer__widgetArea {
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
	padding: clamp(72px, 8vw, 112px) clamp(20px, 4vw, 40px) 64px;
}

.l-footer__widgetArea .w-footer {
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) repeat(2, minmax(180px, 1fr));
	gap: 52px clamp(26px, 4vw, 58px);
}

.l-footer__widgetArea .w-footer__box {
	width: auto;
	margin: 0;
	padding: 0;
}

.l-footer__widgetArea .c-widget {
	margin: 0;
}

.l-footer__widgetArea .c-widget + .c-widget {
	margin-top: 32px;
}

.l-footer .c-widget__title,
.l-footer .wp-block-heading {
	margin: 0 0 22px;
	padding: 0 0 14px;
	border: 0;
	border-bottom: 1px solid var(--ftl-footer-line);
	color: var(--ftl-footer-color);
	background: transparent;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: 1.6;
}

.l-footer .c-widget__title::before,
.l-footer .c-widget__title::after,
.l-footer .wp-block-heading::before,
.l-footer .wp-block-heading::after {
	display: none;
}

.l-footer .menu,
.l-footer .wp-block-navigation__container {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.l-footer .menu a,
.l-footer .wp-block-navigation-item__content,
.l-footer .wp-block-list a {
	display: inline-flex;
	padding: 2px 0;
	font-size: 13px;
	line-height: 1.7;
}

.l-footer .menu a::before {
	display: none;
}

.l-footer .ftl-footer-brand {
	display: block;
	margin-bottom: 20px;
	color: var(--ftl-footer-color);
}

.l-footer .ftl-footer-brand > .wp-block-heading {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	color: var(--ftl-footer-color);
	font-size: clamp(25px, 2.4vw, 34px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.35;
}

.l-footer .ftl-footer-tagline {
	margin: 0;
	color: var(--ftl-footer-color);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.l-footer .ftl-footer-description {
	max-width: 34em;
	margin: 12px 0 0;
	color: var(--ftl-footer-text);
	font-size: 12px;
	line-height: 1.9;
}

.l-footer .ftl-footer-contact {
	display: inline-block;
	margin-top: 26px;
	font-size: 13px;
	font-weight: 700;
}

.l-footer .ftl-footer-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 999px;
	color: var(--ftl-footer-color);
	line-height: 1.4;
}

.l-footer__nav {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	padding: 24px clamp(20px, 4vw, 40px);
	border-top: 1px solid var(--ftl-footer-line);
}

.l-footer__nav .c-listMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 9px 28px;
}

.l-footer__nav .c-listMenu a {
	padding: 0;
	border: 0;
	font-size: 11px;
}

.l-footer__foot,
.l-footer .copyright {
	border-top: 1px solid var(--ftl-footer-line);
	color: color-mix(in srgb, var(--ftl-footer-color) 52%, transparent);
	background: transparent;
}

.l-footer__foot {
	padding: 20px clamp(20px, 4vw, 40px);
}

.l-footer .copyright {
	margin: 0;
	padding: 20px clamp(20px, 4vw, 40px);
	font-size: 10px;
	letter-spacing: .04em;
	text-align: left;
}

@media (max-width: 1099px) {
	.ftl-home-sections--sbac-v1 .ftl-home-vision__columns {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}

@media (max-width: 959px) {
	.ftl-home-sections--sbac-v1 {
		--ftl-home-section-space: clamp(76px, 11vw, 106px);
		--ftl-home-side-space: clamp(18px, 4.5vw, 32px);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		min-height: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-problem-card,
	.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
		padding-right: 26px;
		padding-left: 26px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__columns {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__copy {
		max-width: none;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__visual {
		max-width: 640px;
		margin-right: auto;
		margin-left: auto;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__columns {
		grid-template-columns: minmax(0, .88fr) minmax(400px, 1.12fr);
	}

	.l-footer__widgetArea .w-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.ftl-home-sections--sbac-v1 {
		--ftl-home-section-space: 80px;
		--ftl-home-side-space: 20px;
		font-size: 15px;
		line-height: 1.85;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__heading {
		margin-bottom: 38px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__eyebrow {
		gap: 9px;
		margin-bottom: 10px !important;
		font-size: 10px;
		letter-spacing: .13em;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__eyebrow::before {
		flex-basis: 24px;
		width: 24px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__title {
		margin-bottom: 18px !important;
		font-size: clamp(30px, 8.5vw, 34px) !important;
		line-height: 1.42 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__lead {
		font-size: 15px;
		line-height: 1.9;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-buttons {
		align-items: stretch;
		gap: 10px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-button,
	.ftl-home-sections--sbac-v1 .ftl-home-button .wp-block-button__link {
		width: 100%;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy {
		padding-top: 50px;
		padding-bottom: 62px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__heading > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 30px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__eyebrow {
		margin-bottom: 0 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__title {
		font-size: clamp(28px, 7.7vw, 34px) !important;
		line-height: 1.48 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
		gap: 12px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		min-height: 0;
		padding: 0 0 21px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__kicker {
		margin-top: 18px !important;
		font-size: 9px;
		letter-spacing: .08em;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		margin-top: 7px !important;
		font-size: clamp(14px, 3.9vw, 16px);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__note {
		margin-top: 8px !important;
		font-size: 12.5px;
		line-height: 1.7;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement {
		min-height: 480px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
		margin-bottom: 30px !important;
		font-size: clamp(32px, 8.8vw, 40px) !important;
		line-height: 1.42 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement__body,
	.ftl-home-sections--sbac-v1 .ftl-home-statement__closing {
		font-size: 15px;
		line-height: 2;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-card-grid,
	.ftl-home-sections--sbac-v1 .ftl-home-commitment__grid,
	.ftl-home-sections--sbac-v1 .ftl-home-security__grid,
	.ftl-home-sections--sbac-v1 .ftl-home-vision__columns,
	.ftl-home-sections--sbac-v1 .ftl-home-about__columns {
		grid-template-columns: 1fr;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-problem-card {
		min-height: 0;
		padding: 30px 26px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-card__index {
		margin-bottom: 20px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow {
		margin-top: 82px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__columns {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__copy {
		order: initial;
		max-width: none;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__visual {
		order: initial;
		padding: 17px;
		box-shadow: 0 18px 48px rgba(14, 26, 54, .11);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__title {
		font-size: clamp(23px, 6.8vw, 28px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach__note {
		font-size: 16px;
		line-height: 1.85;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		column-gap: 0;
		min-height: 0;
		padding: 32px 26px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card > * {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role {
		margin-bottom: 18px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
		margin-bottom: 24px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-commitment__item {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 42px 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-commitment__item + .ftl-home-commitment__item {
		border-top: 1px solid var(--ftl-home-line);
		border-left: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-commitment__title {
		font-size: clamp(31px, 9vw, 38px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__columns {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__name {
		padding: 24px 20px;
		font-size: clamp(27px, 8vw, 36px) !important;
		line-height: 1.45 !important;
		white-space: normal;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__list:not(:has(> .wp-block-group__inner-container)),
	.ftl-home-sections--sbac-v1 .ftl-home-service__list > .wp-block-group__inner-container {
		gap: 56px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__copy {
		padding: 40px 24px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__visual {
		min-height: 360px;
		padding: 34px 20px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service-demo__pipeline {
		grid-template-columns: 1fr;
		gap: 7px;
		padding: 14px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service-demo__step {
		width: 100%;
		min-height: 50px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service-demo__arrow {
		transform: rotate(90deg);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow__steps::before {
		top: 31px;
		bottom: 31px;
		left: 31px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step {
		grid-template-columns: 62px minmax(0, 1fr);
		column-gap: 20px;
		min-height: 144px;
		padding-bottom: 38px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step__number {
		width: 62px;
		height: 62px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security-card {
		min-height: 0;
		padding: 38px 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__title {
		font-size: 26px !important;
		line-height: 1.62 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__title > br {
		display: none;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security__title-line {
		display: block;
		white-space: nowrap;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security-card:nth-child(even) {
		border-left: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security-card + .ftl-home-security-card,
	.ftl-home-sections--sbac-v1 .ftl-home-security-card:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, .22);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-vision__columns {
		gap: 50px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-vision__roadmap {
		width: 100%;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		padding-top: 8px;
		padding-bottom: 12px;
		scrollbar-width: thin;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-roadmap {
		min-width: 680px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-about__columns {
		gap: 44px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-operator-card {
		min-height: 0;
		padding: 0 0 26px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-about__facts {
		grid-template-columns: 1fr;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-about__fact {
		padding-right: 0;
		padding-left: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-about__fact + .ftl-home-about__fact {
		border-top: 1px solid var(--ftl-home-line);
		border-left: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary {
		padding: 23px 44px 23px 30px;
		font-size: 15px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary::before {
		top: 25px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-faq__item > :not(summary) {
		margin-left: 30px !important;
		padding-right: 14px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title {
		font-size: clamp(34px, 9.5vw, 46px) !important;
		line-height: 1.48 !important;
	}

	.l-footer__widgetArea {
		padding-top: 70px;
		padding-bottom: 48px;
	}

	.l-footer__widgetArea .w-footer {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.l-footer__nav .c-listMenu {
		gap: 8px 18px;
	}
}

@media (max-width: 599px) {
	.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		--ftl-policy-card-inline: 20px;
		padding-bottom: 22px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__visual {
		aspect-ratio: 16 / 9;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__kicker {
		font-size: 9px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		font-size: 17px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__note {
		font-size: 13px;
	}
}

@media (max-width: 390px) {
	.ftl-home-sections--sbac-v1 {
		--ftl-home-section-space: 72px;
		--ftl-home-side-space: 17px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy {
		padding-top: 46px;
		padding-right: 12px;
		padding-bottom: 56px;
		padding-left: 12px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
		gap: 14px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		--ftl-policy-card-inline: 17px;
		padding: 0 0 20px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__title {
		font-size: clamp(27px, 7.6vw, 30px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		font-size: 16px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__note {
		font-size: 12.5px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
		font-size: clamp(30px, 8.4vw, 35px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-problem-card,
	.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
		padding-right: 22px;
		padding-left: 22px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__visual {
		margin-right: -3px;
		margin-left: -3px;
		padding: 12px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__copy {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service-demo__row {
		grid-template-columns: minmax(0, 1.3fr) minmax(56px, .7fr) minmax(58px, .7fr);
		gap: 6px;
		padding-right: 7px;
		padding-left: 7px;
	}

}

@media (max-width: 359px) {
	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		font-size: 16px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__note {
		font-size: 12.5px;
	}
}

@media (max-width: 339px) {
	.ftl-home-sections--sbac-v1 {
		--ftl-home-side-space: 14px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy {
		padding-right: 10px;
		padding-left: 10px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
		font-size: 30px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__title {
		font-size: 29px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title {
		font-size: 32px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ftl-home-sections--sbac-v1 *,
	.ftl-home-sections--sbac-v1 *::before,
	.ftl-home-sections--sbac-v1 *::after,
	.l-footer *,
	.l-footer *::before,
	.l-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* 第1段階レビュー：支援方針・現在サービス・将来領域・最終CTA */
.ftl-home-sections--sbac-v1 .ftl-home-policy {
	padding: clamp(22px, 2.4vw, 30px) var(--ftl-home-side-space);
	border-top: 1px solid var(--ftl-home-line);
	border-bottom: 1px solid var(--ftl-home-line);
	background: #ffffff;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	width: 100%;
	margin: 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: clamp(11px, 1.15vw, 16px);
	min-width: 0;
	min-height: 72px;
	padding: 12px clamp(14px, 1.7vw, 24px);
	border: 0;
	border-left: 1px solid color-mix(in srgb, var(--ftl-home-line) 88%, transparent);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__item:first-child {
	border-left: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	color: var(--ftl-home-blue);
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
	margin: 0 !important;
	color: var(--ftl-home-ink);
	font-size: clamp(14px, 1.18vw, 16px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.55;
	text-align: left;
	text-wrap: balance;
	word-break: keep-all;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-card--current {
	border-color: color-mix(in srgb, var(--ftl-home-blue) 24%, var(--ftl-home-line));
	box-shadow: 0 24px 64px rgba(14, 26, 54, .1);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__state {
	display: table;
	width: auto;
	margin: 28px auto 0 !important;
	padding: 7px 13px;
	border: 1px solid color-mix(in srgb, var(--ftl-home-blue) 22%, var(--ftl-home-line));
	border-radius: 999px;
	color: color-mix(in srgb, var(--ftl-home-ink) 70%, #ffffff);
	background: color-mix(in srgb, var(--ftl-home-pale) 58%, #ffffff);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.4;
}

.ftl-home-sections--sbac-v1 .ftl-home-service-card--current .ftl-home-service__name {
	padding-top: 13px;
	font-size: clamp(28px, 3vw, 40px) !important;
	white-space: normal;
	word-break: keep-all;
}

.ftl-home-sections--sbac-v1 .ftl-home-service__availability-note {
	margin-top: 18px !important;
	margin-bottom: 0 !important;
	color: var(--ftl-home-muted);
	font-size: 12px;
	line-height: 1.7;
}

.ftl-home-sections--sbac-v1 .ftl-home-future {
	width: 100%;
	max-width: none !important;
	padding-top: clamp(54px, 6vw, 78px);
	border-top: 1px solid color-mix(in srgb, var(--ftl-home-line) 82%, transparent);
}

.ftl-home-sections--sbac-v1 .ftl-home-future__title {
	margin: 0 0 14px !important;
	color: var(--ftl-home-ink) !important;
	font-size: clamp(25px, 2.7vw, 34px) !important;
	font-weight: 700 !important;
	letter-spacing: -.035em !important;
	line-height: 1.45 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__lead {
	max-width: 760px;
	margin: 0 auto !important;
	color: var(--ftl-home-muted);
	font-size: 14px;
	line-height: 1.9;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 32px 0 0 !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__item {
	display: flex;
	min-width: 0;
	min-height: 132px;
	flex-direction: column;
	justify-content: center;
	padding: 24px 22px;
	border: 1px solid color-mix(in srgb, var(--ftl-home-line) 88%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--ftl-home-pale) 46%, #ffffff);
	box-shadow: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__label {
	margin: 0 0 10px !important;
	color: color-mix(in srgb, var(--ftl-home-ink) 78%, #ffffff);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__name {
	margin: 0 !important;
	padding: 0;
	border: 0;
	color: color-mix(in srgb, var(--ftl-home-ink) 82%, #ffffff) !important;
	background: transparent;
	font-family: "Meiryo", "メイリオ", sans-serif;
	font-size: 17px !important;
	font-weight: 700 !important;
	letter-spacing: -.02em !important;
	line-height: 1.55 !important;
	word-break: keep-all;
}

.ftl-home-sections--sbac-v1 .ftl-home-future__name::before,
.ftl-home-sections--sbac-v1 .ftl-home-future__name::after {
	display: none;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title {
	font-size: clamp(40px, 4.8vw, 60px) !important;
	line-height: 1.42 !important;
	word-break: keep-all;
	overflow-wrap: normal;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title span {
	display: block;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__body {
	text-wrap: pretty;
	word-break: auto-phrase;
}

.ftl-home-sections--sbac-v1 .ftl-home-fit-check__buttons .wp-block-button__link {
	min-height: 52px;
}

@media (max-width: 960px) {
	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		flex-direction: column;
		gap: 8px;
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		text-align: center;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 781px) {
	.ftl-home-sections--sbac-v1 .ftl-home-policy {
		padding: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item {
		min-height: 118px;
		padding: 18px 10px;
		border-top: 1px solid color-mix(in srgb, var(--ftl-home-line) 88%, transparent);
		border-left: 1px solid color-mix(in srgb, var(--ftl-home-line) 88%, transparent);
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item:nth-child(-n + 2) {
		border-top: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__item:nth-child(odd) {
		border-left: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__icon {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		font-size: 14px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service__state {
		margin-top: 22px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-service-card--current .ftl-home-service__name {
		padding: 12px 20px 22px;
		font-size: clamp(26px, 7.2vw, 32px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future {
		padding-top: 52px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__grid {
		gap: 10px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__item {
		min-height: 122px;
		padding: 19px 17px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__name {
		font-size: 15px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-fit-check__title {
		font-size: clamp(30px, 8.4vw, 36px) !important;
		letter-spacing: -.045em !important;
		line-height: 1.5 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-fit-check__body {
		font-size: 14px;
		line-height: 1.9;
	}
}

@media (max-width: 359px) {
	.ftl-home-sections--sbac-v1 .ftl-home-policy__label {
		font-size: 13px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__item {
		padding-right: 13px;
		padding-left: 13px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-future__name {
		font-size: 14px !important;
	}
}

/* 総合改修 Phase 2：残セクションの情報密度・可読性・現在地を統一 */
.ftl-home-sections--sbac-v1 {
	--ftl-home-section-space: clamp(72px, 7vw, 112px);
	font-size: 16px;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__heading {
	margin-bottom: clamp(36px, 4vw, 56px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-section__label {
	font-size: 14px;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement {
	min-height: 0;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__inner {
	width: min(100%, 720px);
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
	margin-bottom: 32px !important;
	color: var(--ftl-home-ink);
	font-size: clamp(38px, 4.1vw, 52px) !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__title strong {
	color: var(--ftl-home-ink);
	font-size: 1.08em;
	font-weight: 800;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__body,
.ftl-home-sections--sbac-v1 .ftl-home-statement__closing {
	max-width: 700px;
	margin-bottom: 17px !important;
	font-size: clamp(16px, 1.35vw, 18px);
	line-height: 1.9;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-statement__closing {
	margin-top: 24px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem .ftl-home-section__lead {
	max-width: 720px;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-problem__grid {
	gap: 16px;
}

.ftl-home-sections--sbac-v1 .ftl-home-card__index {
	color: #9dc9ff;
}

.ftl-home-sections--sbac-v1 .ftl-home-card__body {
	color: rgba(255, 255, 255, .88);
	font-size: 16px;
	line-height: 1.85;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow {
	margin-top: clamp(40px, 5vw, 62px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-item {
	padding-bottom: 24px;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-item + .ftl-home-approach-item {
	padding-top: 24px;
}

.ftl-home-sections--sbac-v1 .ftl-home-approach-flow__body {
	font-size: 16px;
	line-height: 1.85;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: none !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
	display: flex;
	min-height: 0;
	flex-direction: column;
	padding: clamp(26px, 2.6vw, 34px);
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card > * {
	grid-column: auto !important;
	grid-row: auto !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role {
	align-self: flex-start;
	margin-bottom: 20px !important;
	font-size: 15px;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
	width: 100%;
	margin-bottom: 24px !important;
	aspect-ratio: 16 / 10;
}

.ftl-home-sections--sbac-v1 .ftl-home-audience-card .ftl-home-card__title {
	font-size: clamp(23px, 2vw, 28px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	max-width: none !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__steps::before {
	top: 35px;
	right: 10%;
	bottom: auto;
	left: 10%;
	border-top: 1px solid color-mix(in srgb, var(--ftl-home-blue) 45%, var(--ftl-home-line));
	border-left: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 70px min-content auto;
	justify-items: center;
	min-height: 0;
	padding: 0 clamp(14px, 1.8vw, 24px);
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__number {
	grid-column: 1;
	grid-row: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__title {
	grid-column: 1;
	grid-row: 2;
	margin-top: 22px !important;
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow-step__body {
	grid-column: 1;
	grid-row: 3;
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-flow__buttons {
	margin-top: 38px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-security .ftl-home-section__eyebrow,
.ftl-home-sections--sbac-v1 .ftl-home-security-card__number {
	color: #9dc9ff;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro {
	max-width: 820px;
	margin-bottom: clamp(38px, 4vw, 56px) !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__title {
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-security__intro .ftl-home-section__lead {
	max-width: 720px;
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card {
	min-height: 222px;
	padding: clamp(30px, 3.4vw, 42px);
}

.ftl-home-sections--sbac-v1 .ftl-home-security-card__body {
	color: rgba(255, 255, 255, .86);
	font-size: 16px;
	line-height: 1.85;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy {
	max-width: 820px;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy .ftl-home-section__label,
.ftl-home-sections--sbac-v1 .ftl-home-vision__copy .ftl-home-section__title {
	text-align: center;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__copy .ftl-home-section__lead {
	max-width: 720px;
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__legend {
	display: flex;
	justify-content: center;
	gap: 10px 18px;
	margin: 34px 0 26px !important;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__legend p {
	margin: 0 !important;
	padding: 6px 11px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__legend-current {
	color: var(--ftl-home-ink);
	background: var(--ftl-home-lime);
}

.ftl-home-sections--sbac-v1 .ftl-home-vision__legend-future {
	color: color-mix(in srgb, var(--ftl-home-ink) 68%, #ffffff);
	background: color-mix(in srgb, var(--ftl-home-pale) 64%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item {
	min-height: 170px;
	padding: 30px 14px 22px;
	color: color-mix(in srgb, var(--ftl-home-ink) 68%, #ffffff);
	background: color-mix(in srgb, var(--ftl-home-pale) 42%, #ffffff);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item--current {
	color: #ffffff;
	background: var(--ftl-home-navy);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item--current .ftl-home-roadmap__number {
	color: var(--ftl-home-lime);
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__status {
	margin: 12px 0 0 !important;
	color: currentColor;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.55;
}

.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item--current .ftl-home-roadmap__status {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	color: var(--ftl-home-ink);
	background: var(--ftl-home-lime);
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card {
	padding-bottom: 28px;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__monogram {
	display: grid;
	min-height: 250px;
	margin-bottom: 30px;
	place-items: center;
	border-bottom: 1px solid var(--ftl-home-line);
	color: #ffffff;
	background:
		linear-gradient(145deg, var(--ftl-home-navy), color-mix(in srgb, var(--ftl-home-blue) 48%, var(--ftl-home-navy)));
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__monogram span {
	font-size: clamp(58px, 6vw, 86px);
	font-weight: 800;
	letter-spacing: -.08em;
	line-height: 1;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__brand span {
	font-size: .48em;
	font-weight: 500;
	letter-spacing: 0;
}

.ftl-home-sections--sbac-v1 .ftl-home-operator-card__meta,
.ftl-home-sections--sbac-v1 .ftl-home-about__fact-label,
.ftl-home-sections--sbac-v1 .ftl-home-about__disclaimer {
	font-size: 14px;
}

.ftl-home-sections--sbac-v1 .ftl-home-about__buttons {
	align-items: stretch;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary,
.ftl-home-sections--sbac-v1 .ftl-home-faq__item > :not(summary) {
	font-size: 16px;
}

.ftl-home-sections--sbac-v1 .ftl-home-faq__item[open] summary::after {
	content: "−";
	transform: translateY(-50%);
}

.ftl-home-sections--sbac-v1 .ftl-home-service__availability-note,
.ftl-home-sections--sbac-v1 .ftl-home-fit-check__notes {
	font-size: 14px;
}

.l-footer .ftl-footer-description,
.l-footer .menu a,
.l-footer .wp-block-navigation-item__content,
.l-footer .wp-block-list a,
.l-footer .ftl-footer-contact {
	font-size: 14px;
}

@media (max-width: 959px) {
	.ftl-home-sections--sbac-v1 .ftl-home-audience__grid {
		grid-template-columns: 1fr;
		max-width: 720px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
		display: grid;
		grid-template-columns: minmax(220px, .4fr) minmax(0, .6fr);
		column-gap: 32px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
		grid-column: 1 !important;
		grid-row: 1 / span 4 !important;
		align-self: center;
		margin-bottom: 0 !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card__role,
	.ftl-home-sections--sbac-v1 .ftl-home-audience-card .ftl-home-card__title,
	.ftl-home-sections--sbac-v1 .ftl-home-audience-card .ftl-home-card__body {
		grid-column: 2 !important;
	}
}

@media (max-width: 767px) {
	.ftl-home-sections--sbac-v1 {
		--ftl-home-section-space: clamp(56px, 16vw, 72px);
		font-size: 16px;
		line-height: 1.85;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-section__lead,
	.ftl-home-sections--sbac-v1 .ftl-home-statement__body,
	.ftl-home-sections--sbac-v1 .ftl-home-statement__closing,
	.ftl-home-sections--sbac-v1 .ftl-home-fit-check__body {
		font-size: 16px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement {
		min-height: 0;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-statement__title {
		margin-bottom: 26px !important;
		font-size: clamp(31px, 8.6vw, 38px) !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-approach-flow {
		margin-top: 44px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card {
		display: flex;
		flex-direction: column;
		padding: 30px 24px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-audience-card__visual {
		margin-bottom: 24px !important;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow__steps {
		grid-template-columns: 1fr;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow__steps::before {
		top: 31px;
		right: auto;
		bottom: 31px;
		left: 31px;
		border-top: 0;
		border-left: 1px solid color-mix(in srgb, var(--ftl-home-blue) 45%, var(--ftl-home-line));
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step {
		grid-template-columns: 62px minmax(0, 1fr);
		grid-template-rows: min-content auto;
		justify-items: stretch;
		column-gap: 20px;
		min-height: 144px;
		padding: 0 0 38px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step__number {
		grid-column: 1;
		grid-row: 1 / span 2;
		width: 62px;
		height: 62px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step__title {
		grid-column: 2;
		grid-row: 1;
		margin-top: 0 !important;
		text-align: left;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-flow-step__body {
		grid-column: 2;
		grid-row: 2;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-security__title-line {
		white-space: normal;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-roadmap,
	.ftl-home-sections--sbac-v1 .ftl-home-roadmap > .wp-block-group__inner-container {
		min-width: 0;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftl-home-sections--sbac-v1 .ftl-home-vision__roadmap {
		overflow-x: visible;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item {
		min-height: 158px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-about__facts {
		grid-template-columns: 1fr;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-faq__item summary {
		padding-top: 23px;
		padding-bottom: 23px;
		font-size: 16px;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-faq__item > :not(summary) {
		font-size: 16px;
	}
}

@media (max-width: 430px) {
	.ftl-home-sections--sbac-v1 .ftl-home-roadmap,
	.ftl-home-sections--sbac-v1 .ftl-home-roadmap > .wp-block-group__inner-container {
		grid-template-columns: 1fr;
	}

	.ftl-home-sections--sbac-v1 .ftl-home-roadmap__item {
		min-height: 136px;
	}
}
