/* ============================================================
 * priceSearch.css（priceSearch.html から外だし）
 * ============================================================ */

.hero-section {
	background: linear-gradient(to bottom, #f6f8fc 0%, #f7f8fb 60%, #f6f3ee 60%, #f6f3ee 100%);
	padding: 42px 0 70px;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 24px;
	border-radius: 999px;
	background: #2563eb;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
	margin-bottom: 28px;
}

.hero-title {
	font-size: 82px;
	line-height: 1.23;
	font-weight: 800;
	color: #111827;
	margin-bottom: 26px;
}

.hero-title .text-blue {
	color: #2563eb;
}

.hero-subtitle {
	font-size: 24px;
	line-height: 1.4em;
	color: #4b5563;
	margin-bottom: 34px;
}

.price-search-box {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 20px 45px rgba(17, 24, 39, 0.12);
	padding: 28px 30px 30px;
	max-width: 930px;
	margin: 0 auto 44px;
}

.price-search-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 18px;
	color: #111827;
}

.price-search-row {
	display: flex;
	gap: 16px;
}

.search-input-wrap {
	position: relative;
	flex: 1;
}

.search-input-wrap i {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	font-size: 20px;
}

.search-input {
	width: 100%;
	height: 56px;
	border: 2px solid #cfd6df;
	border-radius: 16px;
	padding: 0 18px 0 54px;
	font-size: 18px;
	color: #111827;
	background: #ffffff;
}

.search-input::placeholder {
	color: #9ca3af;
}

.search-btn {
	min-width: 190px;
	height: 56px;
	border: none;
	border-radius: 16px;
	background: #ff7a00;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	box-shadow: 0 12px 22px rgba(255, 122, 0, 0.25);
}

.hero-stat-number {
	font-size: 64px;
	font-weight: 800;
	color: #2563eb;
	line-height: 1;
	margin-bottom: 8px;
}

.hero-stat-label {
	font-size: 22px;
	font-weight: 700;
	color: #374151;
}

.section-block {
	padding: 86px 0;
}

.section-eyebrow {
	font-size: 22px;
	font-weight: 800;
	color: #2563eb;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

.section-title {
	font-size: 62px;
	font-weight: 800;
	line-height: 1.25;
	color: #111827;
	margin-bottom: 12px;
}

.section-subtitle {
	font-size: 22px;
	color: #6b7280;
	margin-bottom: 34px;
}

.flow-tab-wrap {
	display: inline-flex;
	align-items: center;
	background: #eef1f5;
	border-radius: 16px;
	padding: 4px;
	margin-bottom: 38px;
}

.flow-tab {
	min-width: 176px;
	height: 56px;
	border: none;
	border-radius: 12px;
	background: transparent;
	color: #4b5563;
	font-size: 24px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
}

.flow-tab i {
	margin-right: 10px;
	font-size: 22px;
}

.flow-tab.active {
	background: #2563eb;
	color: #ffffff;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.flow-panel {
	display: none;
}

.flow-panel.active {
	display: block;
}

.flow-card-row {
	position: relative;
	margin-bottom: 28px;
}

.flow-card-row::before {
	content: "";
	position: absolute;
	top: 48px;
	left: 12%;
	right: 12%;
	height: 4px;
	background: #bcd7ff;
	z-index: 0;
}

.flow-card-col {
	position: relative;
	z-index: 1;
}

.flow-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	padding: 28px 20px 24px;
	text-align: center;
	min-height: 212px;
	height: 100%;
}

.flow-icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #2563eb;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	font-size: 30px;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.2);
}

.flow-step {
	font-size: 14px;
	font-weight: 800;
	color: #2563eb;
	margin-bottom: 10px;
}

.flow-card-title {
	font-size: 22px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 10px;
	line-height: 1.5;
}

.flow-card-text {
	font-size: 14px;
	line-height: 1.7;
	color: #6b7280;
}

.flow-info-box {
	max-width: 820px;
	margin: 0 auto 34px;
	padding: 22px 28px;
	border: 1px solid #c7dcff;
	border-radius: 16px;
	background: #edf4ff;
}

.flow-info-item {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 700;
	color: #111827;
}

.flow-info-item i {
	color: #2563eb;
	font-size: 22px;
	margin-right: 12px;
	margin-top: 2px;
}

.flow-info-sub {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #6b7280;
}

.outline-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 0 26px;
	border: 2px solid #2563eb;
	border-radius: 16px;
	background: #ffffff;
	color: #2563eb;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.outline-btn:hover {
	color: #ffffff;
	background: #2563eb;
	text-decoration: none;
}

.outline-btn i {
	margin-left: 10px;
}

.corporate-section {
	padding: 70px 0 90px;
}

.corporate-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
	padding: 24px;
	height: 100%;
}

.corporate-number {
	font-size: 54px;
	font-weight: 800;
	color: #2563eb;
	line-height: 1;
	margin-bottom: 18px;
}

.corporate-title {
	font-size: 28px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 14px;
	line-height: 1.4;
}

.corporate-text {
	font-size: 18px;
	line-height: 1.8;
	color: #6b7280;
}

.corporate-benefit-wrap {
	margin-top: 36px;
}

.corporate-benefit-box {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
	padding: 36px 32px 22px;
}

.corporate-benefit-title {
	font-size: 28px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 28px;
}

.corporate-benefit-item {
	text-align: center;
	margin-bottom: 24px;
}

.corporate-benefit-icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	font-size: 28px;
}

.corporate-benefit-icon.blue {
	background: #dbeafe;
	color: #2563eb;
}

.corporate-benefit-icon.orange {
	background: #ffedd5;
	color: #f97316;
}

.corporate-benefit-item-title {
	font-size: 22px;
	font-weight: 800;
	color: #111827;
	margin-bottom: 8px;
}

.corporate-benefit-item-text {
	font-size: 16px;
	line-height: 1.6;
	color: #6b7280;
}

.corporate-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 270px;
	height: 56px;
	padding: 0 28px;
	border: none;
	border-radius: 10px;
	background: #ff7a00;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22);
}

.corporate-contact-note {
	margin-top: 14px;
	font-size: 15px;
	color: #6b7280;
}

.corporate-contact-note a {
	color: #2563eb;
	font-weight: 700;
}


@media (max-width: 1199.98px) {
	.hero-title {
		font-size: 62px;
	}

	.section-title {
		font-size: 48px;
	}

	.corporate-title {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.price-search-row {
		flex-direction: column;
	}

	.search-btn {
		width: 100%;
	}

	.flow-card-row::before {
		display: none;
	}

	.corporate-benefit-box {
		padding: 28px 20px 18px;
	}

	.corporate-benefit-title {
		font-size: 24px;
	}

}

@media (max-width: 767.98px) {
	.hero-section {
		padding: 28px 0 50px;
	}

	.hero-title {
		font-size: 38px;
	}

	.hero-subtitle {
		font-size: 16px;
	}

	.price-search-box {
		padding: 20px;
	}

	.price-search-title {
		font-size: 22px;
	}

	.hero-stat-number {
		font-size: 44px;
	}

	.hero-stat-label {
		font-size: 18px;
	}

	.section-title {
		font-size: 38px;
	}

	.section-subtitle {
		font-size: 18px;
	}

	.flow-tab {
		min-width: 148px;
		font-size: 18px;
	}

	.flow-tab i {
		font-size: 18px;
	}

	.flow-card {
		min-height: auto;
	}

	.flow-info-box {
		padding: 18px;
	}

	.flow-info-item {
		margin-bottom: 14px;
	}

	.flow-info-item:last-child {
		margin-bottom: 0;
	}

}
