@charset "utf-8";
/*========================================
  スポーツトレーナー(s4)専用 LP
========================================*/

.s4-lp {
	width: 100%;
	margin: 0 0 40px;
	color: #1a2332;
}

.s4-lp-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.s4-lp-heading {
	margin: 0 0 28px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a2a4a;
}

.s4-lp-section {
	padding: 56px 0;
}

/* ---- CTA共通（ヘッダと異なる角丸形状） ---- */
.s4-lp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 240px;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: opacity 0.2s ease, transform 0.2s ease;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.s4-lp-btn,
.s4-lp-btn span,
.s4-lp-btn * {
	color: #fff !important;
}
.s4-lp-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	text-decoration: none !important;
}
.s4-lp-btn img {
	width: 22px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
.s4-lp-btn--line {
	background: #06c755 !important;
}
.s4-lp-btn--consult {
	background: #0f6eaa !important;
}
.s4-lp-btn--consult::before {
	content: "";
	width: 22px;
	height: 22px;
	background: url("../images/i_contact.png") no-repeat center / contain;
	display: inline-block;
	flex-shrink: 0;
}

.s4-lp-tel {
	text-align: center;
}
.s4-lp-tel__num {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.s4-lp-tel__note {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.9;
}

/* ---- 01 ヒーロー ---- */
.s4-lp-hero {
	position: relative;
	padding: 72px 20px 56px;
	background: url("../images/s4-hero-bg.jpg") center / cover no-repeat;
	text-align: center;
	overflow: hidden;
}
.s4-lp-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 20, 40, 0.55) 0%, rgba(8, 20, 40, 0.72) 48%, rgba(8, 20, 40, 0.82) 100%),
		linear-gradient(90deg, rgba(8, 24, 48, 0.45) 0%, rgba(8, 24, 48, 0.2) 100%);
	pointer-events: none;
}
.s4-lp-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	margin: 0 auto;
}
.s4-lp-hero__panel {
	margin: 0 auto 28px;
	padding: 28px 32px 24px;
	max-width: 820px;
	border-radius: 16px;
	background: rgba(10, 28, 52, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(4px);
}
.s4-lp-hero__title,
.s4-lp-hero__lead,
.s4-lp-hero__proof,
.s4-lp-hero__sub,
.s4-lp-hero .s4-lp-tel__num,
.s4-lp-hero .s4-lp-tel__note {
	color: #fff !important;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}
.s4-lp-hero__title {
	margin: 0 0 14px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.04em;
}
.s4-lp-hero__lead {
	margin: 0 0 18px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
}
.s4-lp-hero__proof {
	display: inline-block;
	margin: 0 0 12px;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.06em;
	background: rgba(255, 255, 255, 0.16);
}
.s4-lp-hero__sub {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
.s4-lp-hero__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px 24px;
	padding: 18px 22px;
	border-radius: 14px;
	background: rgba(10, 28, 52, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
.s4-lp-hero .s4-lp-tel {
	text-align: left;
	min-width: 200px;
}

/* ---- 02 選ばれる理由 ---- */
.s4-lp-reason {
	background: #f3f4f6;
}
.s4-lp-reason__list {
	display: flex;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s4-lp-reason__item {
	flex: 1;
	min-width: 0;
}
.s4-lp-reason__img {
	margin: 0 0 16px;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4 / 3;
	background: #e5e7eb;
}
.s4-lp-reason__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.s4-lp-reason__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #1a2a4a;
}
.s4-lp-reason__title span {
	color: #5dbfb5;
	font-weight: 700;
	margin-right: 4px;
}
.s4-lp-reason__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

/* ---- 先輩の声 ---- */
.s4-lp-voice {
	background: #eef5f8;
}
.s4-lp-voice__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s4-lp-voice__item {
	padding: 22px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.s4-lp-voice__head {
	margin-bottom: 12px;
}
.s4-lp-voice__name {
	margin: 0 0 4px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a2a4a;
}
.s4-lp-voice__path {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #666;
}
.s4-lp-voice__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.75;
	color: #333;
}

/* ---- 03 4ステップ ---- */
.s4-lp-steps {
	background: #f5f5f5;
}
.s4-lp-steps__list {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s4-lp-steps__item {
	flex: 1;
	min-width: 0;
	padding: 24px 18px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.s4-lp-steps__num {
	display: block;
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #1a2a4a;
}
.s4-lp-steps__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a2a4a;
}
.s4-lp-steps__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #444;
}

/* ---- FAQ ---- */
.s4-lp-faq {
	background: #f5f5f5;
	padding-top: 0;
}
.s4-lp-faq__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.s4-lp-faq__item {
	padding: 22px 24px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.s4-lp-faq__q {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: #1a2a4a;
}
.s4-lp-faq__q span {
	margin-right: 4px;
}
.s4-lp-faq__a {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
	color: #444;
}

/* ---- 04 CTAバナー ---- */
.s4-lp-cta {
	display: block !important;
	width: 100% !important;
	margin: 8px 0 0 !important;
	padding: 60px 20px !important;
	box-sizing: border-box !important;
	background-color: #0f6eaa !important;
	background-image: linear-gradient(115deg, #0f6faa 0%, #1a8bb8 45%, #81d120 100%) !important;
	text-align: center !important;
	overflow: hidden;
}
.s4-lp-cta__inner {
	display: block !important;
	width: 100% !important;
	max-width: 1000px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	text-align: center !important;
}
.s4-lp-cta__label,
.s4-lp-cta__catch,
.s4-lp-cta__lead,
.s4-lp-cta__points li,
.s4-lp-cta__tel,
.s4-lp-cta__tel-num,
.s4-lp-cta__tel-note {
	color: #fff !important;
	text-align: center !important;
}
.s4-lp-cta__label {
	display: block !important;
	margin: 0 0 6px !important;
	font-family: "Comfortaa", "Noto Sans JP", sans-serif !important;
	font-size: 40px !important;
	font-weight: 300 !important;
	line-height: 1.1 !important;
	letter-spacing: 0.04em !important;
	opacity: 0.35 !important;
}
.s4-lp-cta__catch {
	display: block !important;
	margin: -12px 0 12px !important;
	font-size: 34px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	letter-spacing: 0.06em !important;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}
.s4-lp-cta__lead {
	display: block !important;
	margin: 0 auto 24px !important;
	max-width: 720px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.7 !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.s4-lp-cta__points {
	display: block !important;
	width: 100% !important;
	margin: 0 0 28px !important;
	padding: 0 !important;
	list-style: none !important;
	text-align: center !important;
	font-size: 0;
}
.s4-lp-cta__points li {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 6px 10px !important;
	padding: 8px 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.18) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.4 !important;
	box-sizing: border-box !important;
}
.s4-lp-cta__actions {
	display: block !important;
	width: 100% !important;
	max-width: 900px !important;
	margin: 0 auto !important;
	padding: 22px 20px !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.18) !important;
	border: 1px solid rgba(255, 255, 255, 0.3) !important;
	box-sizing: border-box !important;
	text-align: center !important;
	font-size: 0;
}
.s4-lp-cta__tel {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 8px 20px !important;
	text-align: center !important;
}
.s4-lp-cta__tel-num {
	display: block !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.03em !important;
	text-decoration: none !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.s4-lp-cta__tel-note {
	display: block !important;
	margin-top: 4px !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
	opacity: 0.95 !important;
}
.s4-lp-cta__actions .s4-lp-btn {
	display: inline-flex !important;
	vertical-align: middle !important;
	margin: 8px 8px !important;
}

/* ---- レスポンシブ ---- */
@media screen and (max-width: 960px) {
	.s4-lp-heading {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.s4-lp-hero {
		padding: 48px 16px 40px;
	}
	.s4-lp-hero__title {
		font-size: 26px;
	}
	.s4-lp-hero__lead {
		font-size: 15px;
	}
	.s4-lp-reason__list {
		flex-direction: column;
		gap: 32px;
	}
	.s4-lp-voice__list {
		grid-template-columns: 1fr 1fr;
	}
	.s4-lp-steps__list {
		flex-wrap: wrap;
	}
	.s4-lp-steps__item {
		flex: 1 1 calc(50% - 8px);
	}
	.s4-lp-cta {
		padding: 52px 16px !important;
	}
	.s4-lp-cta__label {
		font-size: 32px !important;
	}
	.s4-lp-cta__catch {
		font-size: 26px !important;
	}
	.s4-lp-cta__lead {
		font-size: 15px !important;
	}
}

@media screen and (max-width: 680px) {
	.s4-lp {
		margin-bottom: 24px;
	}
	.s4-lp-section {
		padding: 40px 0;
	}
	.s4-lp-heading {
		font-size: 20px;
	}
	.s4-lp-hero__title {
		font-size: 24px;
	}
	.s4-lp-hero__panel {
		padding: 20px 16px 18px;
		margin-bottom: 18px;
	}
	.s4-lp-hero__cta {
		padding: 16px;
	}
	.s4-lp-hero__proof {
		font-size: 14px;
	}
	.s4-lp-hero__cta {
		flex-direction: column;
	}
	.s4-lp-hero .s4-lp-tel {
		text-align: center;
		width: 100%;
	}
	.s4-lp-btn {
		width: 100%;
		max-width: 320px;
		min-width: 0;
	}
	.s4-lp-tel__num {
		font-size: 24px;
	}
	.s4-lp-voice__list {
		grid-template-columns: 1fr;
	}
	.s4-lp-steps__item {
		flex: 1 1 100%;
	}
	.s4-lp-faq__list {
		grid-template-columns: 1fr;
	}
	.s4-lp-cta {
		padding: 48px 16px !important;
	}
	.s4-lp-cta__label {
		font-size: 28px !important;
	}
	.s4-lp-cta__catch {
		margin-top: -6px !important;
		font-size: 24px !important;
	}
	.s4-lp-cta__lead {
		font-size: 14px !important;
		margin-bottom: 18px !important;
	}
	.s4-lp-cta__points {
		margin-bottom: 20px !important;
	}
	.s4-lp-cta__points li {
		margin: 0 4px 8px !important;
		padding: 7px 12px !important;
		font-size: 12px !important;
	}
	.s4-lp-cta__actions {
		padding: 16px 12px !important;
	}
	.s4-lp-cta__tel {
		display: block !important;
		width: 100% !important;
		margin: 0 0 12px !important;
	}
	.s4-lp-cta__tel-num {
		font-size: 24px !important;
	}
	.s4-lp-cta__actions .s4-lp-btn {
		display: block !important;
		width: 100% !important;
		max-width: 320px !important;
		margin: 8px auto !important;
		box-sizing: border-box !important;
	}
}
