@charset "UTF-8";

/* ==========================================
	SOKUBUZZ 共通
========================================== */

.sokubuzz-section-title {
	margin: 0 0 2rem;
	line-height: 1.55;
	text-align: center;
}

.sokubuzz-block-title {
	position: relative;
	margin: 0 0 2.2rem;
	padding-bottom: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.sokubuzz-block-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5rem;
	height: 1px;
	background: var(--tertiary);
}

.sokubuzz-list {
	margin: 2.2rem 0 0;
	padding: 0;
	list-style: none;
}

.sokubuzz-list li {
	position: relative;
	margin: 0;
	padding-left: 1.6rem;
	font-size: 1.35rem;
	line-height: 1.95;
}

.sokubuzz-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

/* ==========================================
	SOKUBUZZ01
	ファーストコンテンツ
========================================== */

.sokubuzz01-area {
	padding-top: 9rem;
	padding-bottom: 4rem;
	background: var(--white);
}

.sokubuzz01-lead {
	margin: 0 0 0.8rem;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	text-align: center;
}

.sokubuzz01-text {
	margin: 0 0 4.5rem;
	text-align: center;
}

.sokubuzz01-functions {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.8rem;
	width: 100%;
	margin: 0 auto 8rem;
}

.sokubuzz01-function {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
	padding: 2.6rem 1.6rem 2.4rem;
	background: var(--white);
	border: 1px solid var(--border-primary);
	border-radius: 1.2rem;
	text-align: center;
}

.sokubuzz01-function-icon {
	width: 5.2rem;
	height: 5.2rem;
	margin: 0 0 1.6rem;
	background: var(--secondary);
	border: 1px solid var(--border-primary);
	border-radius: 50%;
	overflow: hidden;
}

.sokubuzz01-function-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sokubuzz01-function-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.4rem;
	margin: 0 0 1.2rem;
	padding: 0.25rem 1rem;
	background: var(--tertiary);
	border-radius: 0.4rem;
	color: var(--white);
	font-family: var(--font-family-secondary);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.2;
}

.sokubuzz01-function-title {
	margin: 0 0 0.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}

.sokubuzz01-function-text {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: center;
}

.sokubuzz-market-title {
	font-weight: 500;
	margin: 0 0 4rem;
	text-align: center;
}

.sokubuzz01-market {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 3.5rem;
	align-items: center;
	width: 100%;
	margin: 0;
}

.sokubuzz01-stat-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	margin: 0;
}

.sokubuzz01-stat {
	min-width: 0;
	padding: 2.8rem 2rem 2.6rem;
	background: var(--white);
	border: 1px solid var(--border-primary);
	border-radius: 1.2rem;
	text-align: center;
}

.sokubuzz01-stat-label {
	margin: 0 0 1.2rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
}

.sokubuzz01-stat-value {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.3rem;
	margin: 0;
	font-family: var(--font-family-secondary);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.sokubuzz01-stat-number {
	font-size: 4rem;
	line-height: 1;
}

.sokubuzz01-stat-unit {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1;
}

.sokubuzz01-stat-accent {
	color: var(--tertiary);
}

.sokubuzz01-chart-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.5rem;
	margin: 0;
}

.sokubuzz01-chart-block {
	min-width: 0;
	text-align: center;
}

.sokubuzz01-chart-title {
	margin: 0 0 1.8rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.sokubuzz01-donut {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19rem;
	height: 19rem;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.55;
}

.sokubuzz01-donut-kind {
	background: radial-gradient(var(--white) 0 45%, transparent 46%), conic-gradient(var(--tertiary) 0 51%, var(--primary) 51% 100%);
}

.sokubuzz01-donut-method {
	background: radial-gradient(var(--white) 0 45%, transparent 46%), conic-gradient(var(--tertiary) 0 85%, var(--secondary) 85% 100%);
}

.sokubuzz01-donut span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12rem;
	height: 10rem;
	background: var(--white);
	border-radius: 50%;
}

.sokubuzz01-chart-note {
	margin: 0;
	color: var(--tertiary);
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7;
}

.sokubuzz01-source {
	margin: 1.2rem 0 3.2rem;
	font-size: 1.1rem;
	line-height: 1.7;
}

.sokubuzz01-summary {
	margin: 0 auto;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}

/* ==========================================
	SOKUBUZZ02
	機能紹介
========================================== */

.sokubuzz02-area {
	padding-top: 9rem;
	padding-bottom: 0;
	background: var(--white);
}

.sokubuzz02-feature {
	display: grid;
	grid-template-columns: minmax(28rem, 0.82fr) minmax(0, 1.18fr);
	gap: 7rem;
	align-items: center;
	margin: 0;
	padding: 5.8rem 0;
	border-top: 1px solid var(--border-primary);
}

.sokubuzz02-feature-main {
	border-top: 0;
	padding-top: 0;
}

.sokubuzz02-content {
	min-width: 0;
	margin: 0;
}

.sokubuzz02-text {
	margin: 0;
	font-size: 1.45rem;
	line-height: 2.05;
}

.sokubuzz02-text + .sokubuzz02-text {
	margin-top: 2rem;
}

.sokubuzz02-note {
	margin-top: 2.8rem;
	padding: 2.2rem 2.4rem;
	background: var(--secondary);
	border-radius: 1rem;
	font-size: 1.35rem;
	line-height: 2;
}

.sokubuzz02-note::first-line {
	font-weight: 500;
}

.sokubuzz02-strong {
	margin: 0 0 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.9;
}

.sokubuzz02-tags {
	margin: 2.4rem 0 0;
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.9;
}

.sokubuzz02-image {
	min-width: 0;
	margin: 0;
	/* background: var(--secondary); */
	/* border: 1px solid var(--border-primary); */
	border-radius: 1.2rem;
	overflow: hidden;
}

.sokubuzz02-image img {
	display: block;
	width: 100%;
	min-height: 28rem;
	height: auto;
	object-fit: cover;
}

/* ==========================================
	SOKUBUZZ03
	4ステップ
========================================== */

.sokubuzz03-area {
	padding-top: 8.5rem;
	padding-bottom: 9rem;
	background: var(--secondary);
}

.sokubuzz03-lead {
	margin: 0 auto 5.5rem;
	line-height: 2;
	text-align: center;
}

.sokubuzz03-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2.4rem;
	margin: 0;
}

.sokubuzz03-step {
	min-width: 0;
	margin: 0;
	padding: 3rem 3rem 2.8rem;
	background: var(--white);
	border: 1px solid var(--border-primary);
	border-radius: 1.2rem;
}

.sokubuzz03-step-title {
	position: relative;
	margin: 0 0 1.5rem;
	color: var(--tertiary);
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.6;
}

.sokubuzz03-step-title::before {
	content: none;
	display: none;
}

.sokubuzz03-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokubuzz03-list li {
	position: relative;
	margin: 0;
	padding-left: 1.4rem;
	font-size: 1.3rem;
	line-height: 1.9;
}

.sokubuzz03-list li::before {
	content: "・";
	position: absolute;
	left: 0;
}

/* ==========================================
	SOKUBUZZ04
	導入前後
========================================== */

.sokubuzz04-area {
	padding-top: 9rem;
	padding-bottom: 0;
	background: var(--white);
}

.sokubuzz04-lead {
	margin: 0 auto 4.5rem;
	line-height: 2;
	text-align: center;
}

.sokubuzz04-before-after {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 5rem minmax(0, 1fr);
	gap: 2.4rem;
	align-items: center;
	margin: 0 auto;
}

.sokubuzz04-box {
	min-width: 0;
	padding: 3.5rem 3rem;
	background: var(--white);
	border: 1px solid var(--border-primary);
	border-radius: 1.2rem;
}

.sokubuzz04-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 8.8rem;
	margin: 0 0 1.2rem;
	padding: 0.35rem 1.5rem;
	background: var(--primary);
	border-radius: 0.4rem;
	color: var(--white);
	font-family: var(--font-family-secondary);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}

.sokubuzz04-label-after {
	background: var(--tertiary);
}

.sokubuzz04-box-title {
	margin: 0 0 2rem;
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 1.5;
}

.sokubuzz04-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sokubuzz04-list li {
	margin: 0;
	padding: 1.1rem 0;
	border-top: 1px solid var(--border-primary);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.sokubuzz04-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: var(--tertiary);
	line-height: 1;
	text-align: center;
}

.sokubuzz04-arrow::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1;
}

/* ==========================================
	SOKUBUZZ05
	導入事例
========================================== */

.sokubuzz05-area {
	padding-top: 9rem;
	padding-bottom: 9rem;
	background: var(--white);
}

.sokubuzz05-image {
	margin: 4.5rem auto 0;
	/* background: var(--secondary); */
	/* border: 1px solid var(--border-primary); */
	border-radius: 1.2rem;
	overflow: hidden;
}

.sokubuzz05-image img {
	display: block;
	width: 100%;
	min-height: 34rem;
	height: auto;
	object-fit: cover;
}

/* ==========================================
	SOKUBUZZ06
	比較
========================================== */

.sokubuzz06-area {
	padding-top: 8.5rem;
	padding-bottom: 9rem;
	background: var(--secondary);
}

.sokubuzz06-lead {
	margin: 0 auto 4.5rem;
	line-height: 2;
	text-align: center;
}

.sokubuzz06-table {
	width: 100%;
	margin: 0;
	background: var(--white);
	border-radius: 1.2rem;
}

.sokubuzz06-image {
	width: 100%;
	margin: 0;
	/* background: var(--white); */
	/* border: 1px solid var(--border-primary); */
	border-radius: 1.2rem;
	overflow: hidden;
}

.sokubuzz06-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* ==========================================
	SOKUBUZZ07
	CTA
========================================== */

.sokubuzz07-area {
	padding-top: 9rem;
	padding-bottom: 11rem;
	background: var(--white);
}

.sokubuzz07-title {
	margin: 0 auto 4.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
}

.sokubuzz07-buttons {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.sokubuzz07-button {
	max-width: 42rem;
	width: 100%;
	margin: 0;
}

.sokubuzz07-button .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 6.4rem;
	padding: 1.5rem 3rem;
	background: linear-gradient(
		115deg,
		var(--tertiary) 0%,
		var(--quaternary) 50%,
		var(--tertiary) 100%
	);
	border: 0;
	border-radius: 4rem;
	color: var(--white);
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 0.3rem var(--base-font-color);
	transition: filter .3s, transform .3s;
}

.sokubuzz07-button .wp-block-button__link:hover {
	filter: brightness(1.08);
	transform: translateY(-0.2rem);
}

/* ==========================================
	1024px
========================================== */

@media screen and (width <=1024px) {

	.sokubuzz01-functions {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 1.4rem;
		margin-bottom: 7rem;
	}

	.sokubuzz01-market {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.sokubuzz02-feature {
		gap: 4rem;
	}

}

/* ==========================================
	768px
========================================== */

@media screen and (width <=768px) {

	.sokubuzz-cover-title {
		padding: 1.2rem 5rem;
		font-size: 2.6rem;
	}

	.sokubuzz01-area {
		padding-top: 7rem;
		padding-bottom: 6rem;
	}

	.sokubuzz01-lead {
		font-size: 2.2rem;
	}

	.sokubuzz01-functions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.5rem;
		margin-bottom: 5rem;
	}

	.sokubuzz01-stat-value {
		gap: 0.25rem;
	}

	.sokubuzz01-stat-number {
		font-size: 3.2rem;
	}

	.sokubuzz01-stat-unit {
		font-size: 1.4rem;
	}

	.sokubuzz01-chart-list {
		gap: 1.5rem;
	}

	.sokubuzz02-area {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.sokubuzz02-feature {
		display: block;
		padding: 4rem 0;
	}

	.sokubuzz02-content {
		margin-bottom: 3rem;
	}

	.sokubuzz03-area,
	.sokubuzz04-area,
	.sokubuzz05-area,
	.sokubuzz06-area {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.sokubuzz03-steps {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.sokubuzz04-before-after {
		grid-template-columns: 1fr;
	}

	.sokubuzz04-arrow {
		transform: rotate(90deg);
	}

	.sokubuzz07-area {
		padding-top: 6rem;
		padding-bottom: 8rem;
	}

	.sokubuzz07-title {
		font-size: 2.3rem;
	}

}

/* ==========================================
	576px
========================================== */

@media screen and (width <=576px) {

	.sokubuzz-cover-title {
		padding: 1rem 3rem;
		font-size: 2rem;
	}

	.sokubuzz-section-title {
		margin-bottom: 1.2rem;
	}

	.sokubuzz-block-title {
		font-size: 1.9rem;
	}

	.sokubuzz01-lead {
		font-size: 1.8rem;
	}

	.sokubuzz01-functions {
		grid-template-columns: 1fr;
		margin-bottom: 4rem;
	}

	.sokubuzz01-stat-list,
	.sokubuzz01-chart-list {
		grid-template-columns: 1fr;
	}

	.sokubuzz01-stat {
		padding: 2rem 1.5rem;
	}

	.sokubuzz01-donut {
		width: 17rem;
		height: 17rem;
	}

	.sokubuzz02-feature {
		padding: 3rem 0;
	}

	.sokubuzz02-image img {
		min-height: 20rem;
	}

	.sokubuzz02-strong,
	.sokubuzz02-tags {
		font-size: 1.3rem;
	}

	.sokubuzz-list li {
		font-size: 1.2rem;
	}

	.sokubuzz03-lead,
	.sokubuzz04-lead,
	.sokubuzz06-lead {
		margin-bottom: 3rem;
	}

	.sokubuzz03-step-title {
		font-size: 1.45rem;
	}

	.sokubuzz04-box {
		padding: 2.2rem 1.8rem;
	}

	.sokubuzz04-list li {
		font-size: 1.25rem;
	}

	.sokubuzz05-image {
		margin-top: 3rem;
	}

	.sokubuzz05-image img {
		min-height: 22rem;
	}

	.sokubuzz07-title {
		font-size: 1.8rem;
	}

	.sokubuzz07-button .wp-block-button__link {
		min-height: 5.6rem;
		font-size: 1.5rem;
	}

}

/* ==========================================
	414px
========================================== */

@media screen and (width <=414px) {

	.sokubuzz01-stat-value {
		gap: 0.2rem;
	}

	.sokubuzz01-stat-number {
		font-size: 2.8rem;
	}

	.sokubuzz01-stat-unit {
		font-size: 1.25rem;
	}

	.sokubuzz02-feature {
		padding: 2.5rem 0;
	}

	.sokubuzz02-image img {
		min-height: 18rem;
	}

	.sokubuzz04-label {
		min-width: 7.2rem;
	}

	.sokubuzz07-button .wp-block-button__link {
		font-size: 1.35rem;
	}

}
