/* Site-wide common footer — Clean B（CTA 白ベース＋ダーク下段） */

.cn-ft-cta {
	margin: 0;
	background: #f7f3ed;
	padding: 52px 0 46px;
}

.cn-ft-cta__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

.cn-ft-cta__heading {
	margin: 0 0 24px;
	font: 700 22px/1.45 "Noto Sans JP", sans-serif;
	color: #4a443f;
	text-align: center;
}

.cn-ft-cta__br {
	display: none;
}

.cn-ft-cta__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.cn-ft-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #efe8df;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none !important;
	color: #4a443f !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cn-ft-card:link,
.cn-ft-card:visited,
.cn-ft-card:hover,
.cn-ft-card:focus,
.cn-ft-card:active {
	color: #4a443f !important;
	text-decoration: none !important;
	opacity: 1;
}

.cn-ft-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cn-ft-card__body {
	flex: 1;
	padding: 22px 22px 16px;
}

.cn-ft-card__title-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.cn-ft-card__title {
	font: 700 20px/1.35 "Noto Sans JP", sans-serif;
	color: #4a443f;
}

.cn-ft-card__arrow {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f08200;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font: 700 14px/1 Lato, "Noto Sans JP", sans-serif;
}

.cn-ft-card__desc {
	margin: 0;
	font: 400 15px/1.7 "Noto Sans JP", sans-serif;
	color: #6a625b;
}

.cn-ft-card__visual {
	aspect-ratio: 16 / 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 16px;
	box-sizing: border-box;
}

.cn-ft-card__visual--consult {
	background-color: #fff9f0;
	background-image: radial-gradient(#f6e3c8 1.5px, transparent 1.5px);
	background-size: 18px 18px;
}

.cn-ft-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f08200, #f9a03f);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(240, 130, 0, 0.35);
}

.cn-ft-card__visual-text {
	margin: 0;
	font: 900 17px/1.4 "Noto Sans JP", sans-serif;
	color: #4a443f;
	text-align: center;
}

.cn-ft-card__visual--sim {
	background: #fbf7f1;
	flex-direction: row;
}

.cn-ft-card__sim-panel {
	width: 78%;
	background: #fff;
	border: 1px solid #efe8df;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	padding: 12px 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	box-sizing: border-box;
}

.cn-ft-card__sim-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font: 700 11px/1.4 "Noto Sans JP", sans-serif;
	color: #6a625b;
}

.cn-ft-card__sim-chip {
	background: #f7f3ed;
	border: 1px solid #efe8df;
	border-radius: 4px;
	padding: 2px 8px;
}

.cn-ft-card__sim-btn {
	background: #f08200;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	font: 900 13px/1.3 "Noto Sans JP", sans-serif;
	padding: 7px;
}

.cn-ft-card__visual--excel {
	background-color: #fff;
	background-image:
		linear-gradient(#f0eae0 1px, transparent 1px),
		linear-gradient(90deg, #f0eae0 1px, transparent 1px);
	background-size: 34px 26px;
	gap: 7px;
}

.cn-ft-card__excel-sub {
	margin: 0;
	font: 700 15px/1.4 "Noto Sans JP", sans-serif;
	color: #8a8078;
}

.cn-ft-card__excel-sub span {
	text-decoration: line-through 2px #d32f2f;
}

.cn-ft-card__excel-badge {
	margin: 0;
	font: 900 19px/1.3 "Noto Sans JP", sans-serif;
	color: #f08200;
	background: #fff6eb;
	padding: 4px 14px;
	border: 1.5px solid #f08200;
	border-radius: 6px;
}

/* ===== footer main（ダーク） ===== */
.cn-site-footer {
	background: #211b17;
}

.cn-site-footer__main {
	background: #211b17;
	padding: 46px 0 40px;
}

.cn-site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-areas:
		"brand nav"
		"brand sns";
	align-items: start;
	gap: 20px 60px;
}

.cn-site-footer__brand {
	grid-area: brand;
}

.cn-site-footer__brand-row {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

.cn-site-footer__logo,
.cn-site-footer__logo:link,
.cn-site-footer__logo:visited,
.cn-site-footer__logo:hover,
.cn-site-footer__logo:focus {
	display: inline-block;
	font: 800 24px/1.2 Lato, "Noto Sans JP", sans-serif;
	color: #fff !important;
	text-decoration: none !important;
	letter-spacing: 0.01em;
	opacity: 1;
}

.cn-site-footer__company {
	font: 700 14px/1.5 "Noto Sans JP", sans-serif;
	color: #fff;
}

.cn-site-footer__address {
	margin: 6px 0 0;
	font: 400 12px/1.7 "Noto Sans JP", sans-serif;
	color: #c9c0b6;
}

.cn-site-footer__tel,
.cn-site-footer__tel:link,
.cn-site-footer__tel:visited,
.cn-site-footer__tel:hover,
.cn-site-footer__tel:focus {
	display: inline-block;
	margin-top: 14px;
	font: 800 24px/1 Lato, "Noto Sans JP", sans-serif;
	color: #f08200 !important;
	text-decoration: none !important;
	opacity: 1;
}

.cn-site-footer__hours {
	margin: 4px 0 0;
	font: 400 12px/1.5 "Noto Sans JP", sans-serif;
	color: #c9c0b6;
}

.cn-site-footer__nav {
	grid-area: nav;
	justify-self: end;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 14px 26px;
	font: 700 14px/1.4 "Noto Sans JP", sans-serif;
}

.cn-site-footer__nav a,
.cn-site-footer__nav a:link,
.cn-site-footer__nav a:visited,
.cn-site-footer__nav a:focus {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 1;
}

.cn-site-footer__nav a:hover {
	color: #f08200 !important;
	text-decoration: none !important;
	opacity: 1;
}

.cn-site-footer__sns {
	grid-area: sns;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 14px;
}

.cn-site-footer__sns-link,
.cn-site-footer__sns-link:link,
.cn-site-footer__sns-link:visited,
.cn-site-footer__sns-link:hover,
.cn-site-footer__sns-link:focus {
	display: block;
	text-decoration: none !important;
	opacity: 1;
}

.cn-site-footer__sns-youtube {
	height: 26px;
	width: auto;
	display: block;
}

.cn-site-footer__sns-note {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	display: block;
}

.cn-site-footer__bottom {
	background: #f88529;
	color: #fff;
}

.cn-site-footer__bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	font: 400 13px/1.5 "Noto Sans JP", sans-serif;
}

.cn-site-footer__legal {
	display: flex;
	align-items: center;
	gap: 20px;
}

.cn-site-footer__legal a,
.cn-site-footer__legal a:link,
.cn-site-footer__legal a:visited,
.cn-site-footer__legal a:hover,
.cn-site-footer__legal a:focus {
	color: #fff !important;
	opacity: 1;
	text-decoration: none !important;
}

.cn-site-footer__legal a:hover {
	text-decoration: underline !important;
}

.cn-site-footer__copy {
	margin: 0;
	color: #fff;
}

/* ===== SP（仕様書 1d 準拠 / 下段はダーク） ===== */
@media screen and (max-width: 960px) {
	.cn-ft-cta {
		margin: 0;
		padding: 36px 0 30px;
	}

	.cn-ft-cta__inner,
	.cn-site-footer__inner,
	.cn-site-footer__bottom-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.cn-ft-cta__heading {
		margin-bottom: 18px;
		font-size: 18px;
	}

	.cn-ft-cta__br {
		display: inline;
	}

	.cn-ft-cta__cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.cn-ft-card__body {
		padding: 18px 18px 12px;
	}

	.cn-ft-card__title-row {
		gap: 10px;
		margin-bottom: 6px;
	}

	.cn-ft-card__title {
		font-size: 18px;
	}

	.cn-ft-card__arrow {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}

	.cn-ft-card__desc {
		font-size: 14px;
		line-height: 1.6;
	}

	.cn-ft-card__visual {
		aspect-ratio: auto;
		height: 140px;
		gap: 7px;
		padding: 14px;
	}

	.cn-ft-card__visual--consult {
		background-size: 17px 17px;
	}

	.cn-ft-card__icon {
		width: 42px;
		height: 42px;
		box-shadow: 0 2px 9px rgba(240, 130, 0, 0.35);
	}

	.cn-ft-card__icon svg {
		width: 23px;
		height: 23px;
	}

	.cn-ft-card__visual-text {
		font-size: 15px;
	}

	.cn-ft-card__visual--sim {
		padding: 12px;
	}

	.cn-ft-card__sim-panel {
		width: 75%;
		padding: 10px 12px;
		gap: 7px;
	}

	.cn-ft-card__sim-chip {
		padding: 1px 8px;
	}

	.cn-ft-card__sim-btn {
		border-radius: 5px;
		font-size: 12px;
		padding: 6px;
	}

	.cn-ft-card__visual--excel {
		background-size: 32px 24px;
		gap: 6px;
	}

	.cn-ft-card__excel-sub {
		font-size: 14px;
	}

	.cn-ft-card__excel-badge {
		font-size: 16px;
		padding: 3px 13px;
	}

	.cn-site-footer__main {
		padding: 30px 0;
	}

	.cn-site-footer__inner {
		grid-template-columns: 1fr;
		grid-template-areas:
			"nav"
			"brand"
			"sns";
		gap: 22px;
	}

	.cn-site-footer__nav {
		justify-self: stretch;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px 14px;
	}

	.cn-site-footer__brand {
		text-align: center;
	}

	.cn-site-footer__brand-row {
		justify-content: center;
		gap: 8px;
	}

	.cn-site-footer__logo,
	.cn-site-footer__logo:link,
	.cn-site-footer__logo:visited {
		font-size: 22px;
	}

	.cn-site-footer__company {
		font-size: 13px;
	}

	.cn-site-footer__address {
		margin-top: 4px;
		font-size: 11px;
	}

	.cn-site-footer__tel,
	.cn-site-footer__tel:link,
	.cn-site-footer__tel:visited {
		margin-top: 12px;
	}

	.cn-site-footer__sns {
		justify-self: center;
		gap: 16px;
	}

	.cn-site-footer__sns-note {
		border: 1px solid #efe8df;
		box-sizing: border-box;
	}

	.cn-site-footer__bottom-inner {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 8px;
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 12px;
	}

	.cn-site-footer__legal {
		gap: 18px;
	}
}
