@charset "utf-8";

.home-seo-bottom {
	margin-top: 28px;
}

.home-seo-bottom.main-contentbox-wrap {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.home-seo-section {
	margin-bottom: 46px;
}

.home-seo-section:last-child {
	margin-bottom: 0;
}

.home-seo-section__title-wrap {
	margin-top: 0;
	margin-bottom: 18px;
	text-align: center;
}

.home-seo-section__title-wrap .main_explain_title {
	margin: 0;
}

.home-seo-section__title-wrap .main_explain_title h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
	word-break: keep-all;
}

.home-seo-section__eyebrow {
	color: var(--home-seo-accent);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-seo-section__panel {
	position: relative;
	padding: 34px 36px 32px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, var(--home-seo-accent-soft) 100%);
	border: 1px solid rgba(17, 24, 39, 0.06);
	overflow: hidden;
}

.home-seo-section__panel::after {
	content: "";
	position: absolute;
	inset: auto -80px -120px auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, var(--home-seo-accent-soft) 0%, rgba(255, 255, 255, 0) 68%);
	pointer-events: none;
}

.home-seo-section__hero {
	align-items: center;
	row-gap: 18px;
	margin-bottom: 20px;
}

.home-seo-section__accent {
	background: var(--home-seo-accent);
	padding: 12px 24px;
	margin-bottom: 24px;
	max-width: 100%;
	border-radius: 999px;
	display: inline-flex;
}

.home-seo-section__accent h3 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	margin: 0;
	word-break: keep-all;
}

.home-seo-section__lead-copy.is-with-visual {
	background: rgba(255, 255, 255, 0.76);
}

.home-seo-section.is-text-only .home-seo-section__lead-copy {
	margin-bottom: 18px;
}

.home-seo-section__body {
	padding: 0;
}

.home-seo-section__grid {
	row-gap: 18px;
}

.home-seo-section__card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(17, 24, 39, 0.05);
	border-radius: 20px;
	padding: 24px 22px;
	height: 100%;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-seo-section__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	height: 100%;
	margin: 0;
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(17, 24, 39, 0.05);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-seo-section__image {
	display: block;
	max-width: 100%;
	max-height: 240px;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 14px 22px rgba(15, 23, 42, 0.18));
}

.home-seo-section.is-text-only .home-seo-section__accent {
	margin-bottom: 16px;
}

.home-seo-section.is-text-only .home-seo-section__summary {
	background: rgba(15, 23, 42, 0.88);
}

.home-seo-section__lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: 0;
	color: #1b2431;
	margin-bottom: 14px;
	word-break: keep-all;
}

.home-seo-section__lead:last-child {
	margin-bottom: 0;
}

.home-seo-section__checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-seo-section .home-seo-section__checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0;
	color: #283242;
	margin-top: 12px;
	word-break: keep-all;
}

.home-seo-section__checklist li:first-child {
	margin-top: 0;
}

.home-seo-section__num {
	background: var(--home-seo-accent);
	counter-increment: home-seo-step;
	flex: 0 0 24px;
}

.home-seo-section__checklist {
	counter-reset: home-seo-step;
}

.home-seo-section__num::before {
	content: counter(home-seo-step, decimal-leading-zero);
}

.home-seo-section__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.home-seo-section__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 11px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 24, 39, 0.08);
	color: #1e293b;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.home-seo-section__link::after {
	content: "→";
	color: var(--home-seo-accent);
	font-weight: 700;
}

.home-seo-section__summary {
	margin: 24px 0 0;
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(15, 23, 42, 0.92);
	color: #f8fafc;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0;
	word-break: keep-all;
}

@media (max-width: 991px) {
	.home-seo-section__title-wrap .main_explain_title h2 {
		font-size: 30px;
	}

	.home-seo-section__panel {
		padding: 24px 20px 22px;
		border-radius: 20px;
	}

	.home-seo-section__links {
		gap: 8px;
	}

	.home-seo-section__visual {
		min-height: 180px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.home-seo-bottom {
		margin-top: 24px;
	}

	.home-seo-section {
		margin-bottom: 28px;
	}

	.home-seo-section__eyebrow {
		font-size: 11px;
		letter-spacing: 0.16em;
	}

	.home-seo-section__title-wrap {
		margin-bottom: 14px;
	}

	.home-seo-section__title-wrap .main_explain_title h2 {
		font-size: 26px;
		line-height: 1.2;
	}

	.home-seo-section__panel {
		padding: 12px 12px 14px;
		border-radius: 18px;
	}

	.home-seo-section__accent {
		padding: 10px 18px;
		margin-bottom: 18px;
		max-width: 100%;
	}

	.home-seo-section__accent h3 {
		font-size: 18px;
		line-height: 1.35;
	}

	.home-seo-section__card {
		padding: 14px;
		border-radius: 16px;
	}

	.home-seo-section__hero {
		margin-bottom: 14px;
	}

	.home-seo-section__visual {
		min-height: 160px;
		padding: 16px;
		border-radius: 18px;
	}

	.home-seo-section__image {
		max-height: 180px;
	}

	.home-seo-section__lead {
		font-size: 15px;
		line-height: 1.75;
	}

	.home-seo-section__checklist li {
		font-size: 14px;
		line-height: 1.65;
		margin-top: 8px;
	}

	.home-seo-section__links {
		gap: 8px;
		margin-top: 16px;
		flex-direction: column;
	}

	.home-seo-section__link {
		width: 100%;
		justify-content: space-between;
		padding: 12px 14px;
	}

	.home-seo-section__summary {
		margin-top: 16px;
		padding: 16px 14px;
		font-size: 14px;
		line-height: 1.65;
	}
}
