@charset "utf-8";

/* ==============================================
   Scania LP - Premium Style
   Scoped to .scania-page
   Base: #0F153F / Accent: #E00015 / Text: #fff
   ============================================== */

/* --- Header overlay --- */
main.scania-page .header {
	position: relative;
}
main.scania-page .header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 180, 235, 0.55);
	z-index: 0;
}
main.scania-page .header .inner {
	position: relative;
	z-index: 1;
}

/* --- Base --- */
main.scania-page {
	background: #0F153F;
}
main.scania-page h2,
main.scania-page h3,
main.scania-page h4,
main.scania-page p,
main.scania-page li,
main.scania-page figcaption,
main.scania-page dd,
main.scania-page dt,
main.scania-page cite,
main.scania-page span,
main.scania-page blockquote {
	color: #fff;
}
main.scania-page a {
	color: #fff;
}
main.scania-page > article > .section {
	background: transparent;
}
main.scania-page > article > .section.sc-section {
	border-top: none;
}

/* --- Breadcrumb --- */
main.scania-page .breadcrumblist {
	background: rgba(15, 21, 63, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
main.scania-page .breadcrumblist a { color: rgba(255,255,255,0.7); }
main.scania-page .breadcrumblist a:hover { color: #E00015; }
main.scania-page .breadcrumblist li { color: rgba(255,255,255,0.5); }

/* --- Grid figures --- */
main.scania-page figure {
	position: relative;
	overflow: hidden;
}
main.scania-page figure img {
	transition: none;
}
main.scania-page .grid figure a {
	display: block;
	border: 1px solid rgba(255,255,255,0.1);
	transition: border-color 400ms ease;
}
main.scania-page .grid figure a:hover {
	border-color: #E00015;
	text-decoration: none;
}

/* --- Scania banners (bottom links) --- */
.scania-page .sc-banners {
	margin-top: 80px;
}
.scania-page .sc-banners .grid {
	display: flex;
	align-items: stretch;
}
.scania-page .sc-banners figure {
	height: 100%;
}
.scania-page .sc-banners figure a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	background: #fff;
}
.scania-page .sc-banners figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
}

/* ========================================
   SC- Section Heading
   ======================================== */
.sc-heading {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-align: center;
	padding-bottom: 0.6em;
	border-bottom: 1px solid rgba(224,0,21,0.3);
	margin-bottom: 1.5em;
}
.sc-heading::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	margin: 0.6em auto 0;
	background: #E00015;
}
.sc-lead {
	text-align: center;
	color: rgba(255,255,255,0.85);
	line-height: 2.0;
	margin-bottom: 2em;
}

/* ========================================
   ① Hero
   ======================================== */
.sc-hero {
	position: relative;
	overflow: hidden;
}
.sc-hero__bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center center;
}
.sc-hero__overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg,
		rgba(15,21,63,0.3) 0%,
		rgba(15,21,63,0.7) 60%,
		rgba(15,21,63,0.95) 100%);
}
.sc-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
}
.sc-hero__sub {
	color: rgba(255,255,255,0.8);
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}
.sc-hero__title {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.sc-hero__lead {
	color: rgba(255,255,255,0.85);
	line-height: 1.8;
}
.sc-hero__note {
	color: rgba(255,255,255,0.5);
	margin-top: 0.5em;
}

/* CTA Buttons */
.sc-hero__cta {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.sc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: all 300ms ease;
	border: none;
	cursor: pointer;
}
.sc-btn:hover {
	text-decoration: none;
	opacity: 0.9;
	transform: translateY(-2px);
}
.sc-btn--primary {
	background: #E00015;
	color: #fff;
}
.sc-btn--primary span { color: #fff; }
.sc-btn--secondary {
	background: transparent;
	border: 2px solid rgba(255,255,255,0.6);
	color: #fff;
}
.sc-btn--secondary:hover {
	border-color: #fff;
}
.sc-btn--secondary span { color: #fff; }

/* ========================================
   ② Problems
   ======================================== */
.sc-problems {
	list-style: none;
	margin: 0 auto 2em;
}
.sc-problems li {
	position: relative;
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.sc-problems li i {
	color: #E00015;
	margin-right: 0.7em;
}
.sc-transition {
	text-align: center;
	padding: 2em;
	background: rgba(224,0,21,0.08);
	border: 1px solid rgba(224,0,21,0.2);
	border-radius: 4px;
}
.sc-transition p {
	color: #fff;
	margin-bottom: 0.5em;
	line-height: 1.8;
}
.sc-transition p:last-child {
	margin-bottom: 0;
	font-weight: bold;
}

/* ========================================
   ③ Brand / Stats
   ======================================== */
.sc-brand-visual {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2em;
}
.sc-brand-visual img {
	width: 100%;
	height: auto;
	display: block;
}
.sc-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 3em;
}
.sc-stats__item {
	text-align: center;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.sc-stats__num {
	font-family: "Times New Roman", serif;
	color: #E00015;
	font-weight: bold;
	line-height: 1;
}
.sc-stats__unit {
	color: rgba(255,255,255,0.7);
}
.sc-stats__desc {
	color: rgba(255,255,255,0.6);
	display: block;
}
.sc-brand-msg {
	text-align: center;
	padding: 2em;
	border-top: 1px solid rgba(224,0,21,0.3);
}
.sc-brand-msg h3 {
	color: #E00015;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin-bottom: 1em;
}
.sc-brand-msg p {
	color: rgba(255,255,255,0.85);
	line-height: 2.0;
}

/* ========================================
   Mid CTA
   ======================================== */
.sc-mid-cta {
	padding: 40px 0;
	text-align: center;
	background: rgba(224,0,21,0.06);
	border-top: 1px solid rgba(224,0,21,0.15);
	border-bottom: 1px solid rgba(224,0,21,0.15);
}
.sc-mid-cta .inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}

/* ========================================
   ④ Merit
   ======================================== */
.sc-merit {
	display: flex;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sc-merit:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sc-merit__num {
	font-family: "Times New Roman", serif;
	color: #E00015;
	font-weight: bold;
	line-height: 1;
	flex-shrink: 0;
}
.sc-merit__body {
	flex: 1;
}
.sc-merit__title {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.sc-merit__body p {
	color: rgba(255,255,255,0.85);
	line-height: 1.9;
}
.sc-merit__highlight {
	padding: 1em 1.2em;
	background: rgba(224,0,21,0.08);
	border-left: 3px solid #E00015;
	margin-top: 1em;
}
.sc-merit__highlight strong {
	color: #E00015;
}
.sc-check-list {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
.sc-check-list li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
	color: rgba(255,255,255,0.9);
}
.sc-check-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #E00015;
}

/* ========================================
   ⑤ Tech
   ======================================== */
.sc-tech-section {
	background: rgba(255,255,255,0.02);
}
.sc-tech-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.sc-tech-card {
	background: rgba(15,21,63,0.8);
	border: 1px solid rgba(255,255,255,0.08);
	overflow: hidden;
}
.sc-tech-card__img {
	overflow: hidden;
}
.sc-tech-card__img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 600ms ease;
}
.sc-tech-card__body h3 {
	color: #E00015;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid rgba(224,0,21,0.3);
}
.sc-tech-dl {
	margin: 0;
}
.sc-tech-dl dt {
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
	padding-left: 0.8em;
	border-left: 2px solid #E00015;
}
.sc-tech-dl dt:first-child {
	margin-top: 0;
}
.sc-tech-dl dd {
	color: rgba(255,255,255,0.8);
	margin: 0.3em 0 0 0;
	line-height: 1.7;
}

/* Engine Lineup (C4) */
.sc-engine-lineup {
	margin-top: 1.5em;
	padding: 1.2em 1.5em;
	background: rgba(224,0,21,0.06);
	border: 1px solid rgba(224,0,21,0.15);
	border-radius: 4px;
}
.sc-engine-lineup p {
	color: rgba(255,255,255,0.9);
	line-height: 1.8;
	margin-bottom: 0.5em;
}
.sc-engine-lineup p:last-child {
	margin-bottom: 0;
	margin-top: 0.5em;
}
.sc-engine-lineup ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sc-engine-lineup li {
	color: rgba(255,255,255,0.9);
	padding: 0.3em 0;
	padding-left: 1.2em;
	position: relative;
}
.sc-engine-lineup li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.9em;
	width: 6px;
	height: 6px;
	background: #E00015;
	border-radius: 50%;
}

/* ========================================
   ⑥ Emotion
   ======================================== */
.sc-emotion-hero {
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.sc-emotion-hero::after {
	content: "";
	position: absolute;
	bottom: 0; left: 0; width: 100%; height: 50%;
	background: linear-gradient(transparent, #0F153F);
}
.sc-emotion-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.sc-emotion-card {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	overflow: hidden;
}
.sc-emotion-card__img {
	overflow: hidden;
}
.sc-emotion-card__img img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 600ms ease;
}
.sc-emotion-card__body h3 {
	color: #E00015;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin-bottom: 0.6em;
}
.sc-emotion-card__body p {
	color: rgba(255,255,255,0.85);
	line-height: 1.8;
}

/* ========================================
   ⑦ Cases
   ======================================== */
.sc-cases-section {
	background: rgba(255,255,255,0.02);
}
.sc-case {
	margin-bottom: 2em;
	border: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
.sc-case:last-child {
	margin-bottom: 0;
}
.sc-case__header {
	background: rgba(224,0,21,0.08);
	border-bottom: 1px solid rgba(224,0,21,0.2);
}
.sc-case__label {
	display: inline-block;
	background: #E00015;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.sc-case__header h3 {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin: 0;
}
.sc-case__header h3 span {
	color: rgba(255,255,255,0.6);
	font-weight: normal;
}
.sc-case__quote {
	margin: 0;
}
.sc-case__quote p {
	color: rgba(255,255,255,0.9);
	line-height: 1.9;
	font-style: italic;
}
.sc-case__quote p::before {
	content: "\201C";
	color: #E00015;
	font-size: 2em;
	line-height: 0;
	vertical-align: -0.2em;
	margin-right: 0.1em;
}
.sc-case__quote cite {
	display: block;
	text-align: right;
	color: rgba(255,255,255,0.6);
	font-style: normal;
}

/* ========================================
   ⑧ Strength
   ======================================== */
.sc-strength-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 2.5em;
}
.scania-page .sc-dealer-photos .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: flex-start;
	min-width: 0;
}
.scania-page .sc-dealer-photos .grid > div {
	width: calc((100% - 50px) / 2);
	margin-bottom: 0;
}
.sc-strength-card {
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.08);
	text-align: center;
}
.sc-strength-card__icon {
	margin-bottom: 0.8em;
}
.sc-strength-card__icon i {
	color: #E00015;
}
.sc-strength-card h3 {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	margin-bottom: 0.6em;
}
.sc-strength-card p {
	color: rgba(255,255,255,0.8);
	text-align: left;
	line-height: 1.8;
}

/* ========================================
   ⑨ FAQ
   ======================================== */
.sc-faq-section {
	background: rgba(255,255,255,0.02);
}
.sc-faq__item {
	border-bottom: 1px solid rgba(255,255,255,0.08);
	overflow: hidden;
}
.sc-faq__q {
	padding: 1.2em 2.5em 1.2em 1.2em;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	transition: background 200ms ease;
}
.sc-faq__q:hover {
	background: rgba(255,255,255,0.03);
}
.sc-faq__q::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1.2em;
	top: 50%;
	transform: translateY(-50%);
	color: #E00015;
	transition: transform 300ms ease;
	font-size: 0.8em;
}
.sc-faq__item.open .sc-faq__q::after {
	transform: translateY(-50%) rotate(180deg);
}
.sc-faq__a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 400ms ease, padding 400ms ease;
	padding: 0 1.2em;
}
.sc-faq__item.open .sc-faq__a {
	max-height: 500px;
	padding: 0 1.2em 1.5em;
}
.sc-faq__a p {
	color: rgba(255,255,255,0.8);
	line-height: 1.8;
	margin: 0;
}

/* ========================================
   ⑩ Final CTA
   ======================================== */
.sc-final-cta {
	position: relative;
	overflow: hidden;
}
.sc-final-cta__bg {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-size: cover;
	background-position: center center;
}
.sc-final-cta__overlay {
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: rgba(15,21,63,0.85);
}
.sc-final-cta__content {
	position: relative;
	z-index: 1;
	text-align: center;
}
.sc-final-cta__content h2 {
	color: #fff;
	font-family: "Times New Roman", "游明朝", YuMincho, serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
.sc-final-cta__sub {
	color: rgba(255,255,255,0.85);
	line-height: 1.8;
}
.sc-final-cta__tel {
	margin-top: 2em;
	padding-top: 2em;
	border-top: 1px solid rgba(255,255,255,0.15);
}
.sc-final-cta__tel p {
	color: rgba(255,255,255,0.6);
	margin-bottom: 0.3em;
}
.sc-final-cta__tel a {
	color: #fff;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.sc-final-cta__tel span {
	display: block;
	color: rgba(255,255,255,0.5);
	margin-top: 0.3em;
}


/* ========================================
   PC (min-width: 768px)
   ======================================== */
@media screen and (min-width: 768px) {
	/* Hero */
	.sc-hero {
		height: 600px;
	}
	.sc-hero__content {
		padding: 180px 40px 60px;
	}
	.sc-hero__sub {
		font-size: 1.6rem;
	}
	.sc-hero__title {
		font-size: 4.8rem;
		margin-bottom: 0.4em;
	}
	.sc-hero__lead {
		font-size: 1.8rem;
		margin-bottom: 2em;
	}
	.sc-hero__note {
		font-size: 1.2rem;
	}
	.sc-btn {
		padding: 16px 40px;
		font-size: 1.6rem;
		border-radius: 4px;
	}
	.sc-btn--primary {
		min-width: 280px;
	}

	/* Heading */
	.sc-heading {
		font-size: 3.6rem;
	}
	.sc-lead {
		font-size: 1.6rem;
	}

	/* Problems */
	.sc-problems {
		max-width: 700px;
	}
	.sc-problems li {
		padding: 1em 0;
		font-size: 1.7rem;
	}

	/* Stats */
	.sc-stats__item {
		width: calc((100% - 40px) / 3);
		padding: 25px 15px;
	}
	.sc-stats__num {
		font-size: 4.2rem;
	}
	.sc-stats__unit {
		font-size: 1.4rem;
		margin-top: 0.2em;
	}
	.sc-stats__desc {
		font-size: 1.2rem;
		margin-top: 0.5em;
	}

	/* Merit */
	.sc-merit__num {
		font-size: 6rem;
		width: 100px;
		text-align: center;
		margin-right: 30px;
	}
	.sc-merit__title {
		font-size: 2.4rem;
	}
	.sc-merit__body p {
		font-size: 1.6rem;
	}

	/* Tech */
	.sc-tech-card {
		width: calc((100% - 25px) / 2);
	}
	.sc-tech-card--wide {
		width: 100%;
		display: flex;
	}
	.sc-tech-card--wide .sc-tech-card__img {
		width: 45%;
		flex-shrink: 0;
	}
	.sc-tech-card--wide .sc-tech-card__img img {
		height: 100%;
		object-fit: cover;
	}
	.sc-tech-card--wide .sc-tech-card__body {
		width: 55%;
	}
	.sc-tech-card__body {
		padding: 25px;
	}
	.sc-tech-card__body h3 {
		font-size: 2.2rem;
	}
	.sc-tech-dl dt {
		font-size: 1.5rem;
	}
	.sc-tech-dl dd {
		font-size: 1.4rem;
	}

	/* Emotion */
	.sc-emotion-hero {
		height: 400px;
		margin-bottom: 0;
	}
	.sc-emotion-grid {
		margin-top: 0;
	}
	.sc-emotion-card {
		width: calc((100% - 25px) / 2);
	}
	.sc-emotion-card__img img {
		height: 250px;
		object-fit: cover;
	}
	.sc-emotion-card__body {
		padding: 25px;
	}
	.sc-emotion-card__body h3 {
		font-size: 2.2rem;
	}
	.sc-emotion-card__body p {
		font-size: 1.5rem;
	}

	/* Cases */
	.sc-case__header {
		display: flex;
		align-items: center;
		gap: 1.5em;
		padding: 1.2em 2em;
	}
	.sc-case__label {
		padding: 0.3em 1em;
		font-size: 1.3rem;
		white-space: nowrap;
	}
	.sc-case__header h3 {
		font-size: 2.2rem;
	}
	.sc-case__header h3 span {
		margin-left: 1em;
		font-size: 1.4rem;
	}
	.sc-case__quote {
		padding: 2em 2.5em;
	}
	.sc-case__quote p {
		font-size: 1.6rem;
	}
	.sc-case__quote cite {
		font-size: 1.4rem;
		margin-top: 1em;
	}

	/* Strength */
	.sc-strength-card {
		width: calc((100% - 50px) / 2);
		padding: 35px 30px;
	}
	.sc-strength-card__icon i {
		font-size: 3.2rem;
	}
	.sc-strength-card h3 {
		font-size: 2.0rem;
	}
	.sc-strength-card p {
		font-size: 1.4rem;
	}

	/* FAQ */
	.sc-faq {
		max-width: 900px;
		margin: 0 auto;
	}
	.sc-faq__q {
		font-size: 1.7rem;
	}
	.sc-faq__a p {
		font-size: 1.5rem;
	}

	/* Final CTA */
	.sc-final-cta__content {
		padding: 100px 40px;
	}
	.sc-final-cta__content h2 {
		font-size: 4.0rem;
		margin-bottom: 0.5em;
	}
	.sc-final-cta__sub {
		font-size: 1.7rem;
		margin-bottom: 2em;
	}
	.sc-final-cta__tel a {
		font-size: 3.6rem;
	}
	.sc-final-cta__tel span {
		font-size: 1.3rem;
	}
	.sc-final-cta__tel p {
		font-size: 1.4rem;
	}
}

/* ========================================
   SP (max-width: 767px)
   ======================================== */
@media screen and (max-width: 767px) {
	/* Hero */
	.sc-hero {
		height: auto;
		min-height: 500px;
	}
	.sc-hero__content {
		padding: 120px 20px 50px;
	}
	.sc-hero__sub {
		font-size: 1.2rem;
	}
	.sc-hero__title {
		font-size: 2.8rem;
		margin-bottom: 0.5em;
	}
	.sc-hero__lead {
		font-size: 1.4rem;
		margin-bottom: 1.5em;
	}
	.sc-hero__note {
		font-size: 1.1rem;
	}
	.sc-btn {
		padding: 14px 25px;
		font-size: 1.4rem;
		border-radius: 4px;
		width: 100%;
		max-width: 320px;
	}
	.sc-hero__cta {
		flex-direction: column;
		align-items: center;
	}

	/* Heading */
	.sc-heading {
		font-size: 2.2rem;
	}
	.sc-lead {
		font-size: 1.4rem;
		text-align: left;
	}

	/* Problems */
	.sc-problems li {
		padding: 0.8em 0;
		font-size: 1.4rem;
	}

	/* Stats */
	.sc-stats {
		gap: 10px;
	}
	.sc-stats__item {
		width: calc((100% - 10px) / 2);
		padding: 15px 10px;
	}
	.sc-stats__num {
		font-size: 2.8rem;
	}
	.sc-stats__unit {
		font-size: 1.2rem;
	}
	.sc-stats__desc {
		font-size: 1.1rem;
	}

	/* Mid CTA */
	.sc-mid-cta {
		padding: 30px 20px;
	}
	.sc-mid-cta .inner {
		flex-direction: column;
		align-items: center;
	}
	.sc-mid-cta .sc-btn {
		max-width: 320px;
	}

	/* Merit */
	.sc-merit {
		flex-direction: column;
	}
	.sc-merit__num {
		font-size: 4rem;
		margin-bottom: 0.3em;
	}
	.sc-merit__title {
		font-size: 1.8rem;
	}
	.sc-merit__body p {
		font-size: 1.4rem;
	}

	/* Tech */
	.sc-tech-card {
		width: 100%;
	}
	.sc-tech-card--wide {
		flex-direction: column;
	}
	.sc-tech-card--wide .sc-tech-card__img {
		width: 100%;
	}
	.sc-tech-card--wide .sc-tech-card__body {
		width: 100%;
	}
	.sc-tech-card__body {
		padding: 20px;
	}
	.sc-tech-card__body h3 {
		font-size: 1.8rem;
	}
	.sc-tech-dl dt {
		font-size: 1.4rem;
	}
	.sc-tech-dl dd {
		font-size: 1.3rem;
	}

	/* Emotion */
	.sc-emotion-hero {
		height: 200px;
	}
	.sc-emotion-card {
		width: 100%;
	}
	.sc-emotion-card__body {
		padding: 20px;
	}
	.sc-emotion-card__body h3 {
		font-size: 1.8rem;
	}
	.sc-emotion-card__body p {
		font-size: 1.4rem;
	}

	/* Cases */
	.sc-case__header {
		padding: 1em 1.2em;
	}
	.sc-case__label {
		padding: 0.2em 0.7em;
		font-size: 1.1rem;
		margin-bottom: 0.5em;
	}
	.sc-case__header h3 {
		font-size: 1.6rem;
	}
	.sc-case__header h3 span {
		display: block;
		font-size: 1.2rem;
		margin-top: 0.2em;
	}
	.sc-case__quote {
		padding: 1.2em;
	}
	.sc-case__quote p {
		font-size: 1.4rem;
	}
	.sc-case__quote cite {
		font-size: 1.2rem;
	}

	/* Strength */
	.sc-strength-card {
		width: 100%;
		padding: 25px 20px;
	}
	.sc-strength-card__icon i {
		font-size: 2.4rem;
	}
	.sc-strength-card h3 {
		font-size: 1.8rem;
	}
	.sc-strength-card p {
		font-size: 1.3rem;
	}

	/* FAQ */
	.sc-faq__q {
		font-size: 1.4rem;
	}
	.sc-faq__a p {
		font-size: 1.3rem;
	}

	/* Final CTA */
	.sc-final-cta__content {
		padding: 60px 20px;
	}
	.sc-final-cta__content h2 {
		font-size: 2.4rem;
		margin-bottom: 0.5em;
	}
	.sc-final-cta__sub {
		font-size: 1.4rem;
		margin-bottom: 1.5em;
	}
	.sc-final-cta__tel a {
		font-size: 2.8rem;
	}
	.sc-final-cta__tel span {
		font-size: 1.2rem;
	}
	.sc-final-cta__tel p {
		font-size: 1.3rem;
	}

	/* Brand msg */
	.sc-brand-msg h3 {
		font-size: 1.8rem;
	}
	.sc-brand-msg p {
		font-size: 1.4rem;
		text-align: left;
	}
	.sc-brand-msg p br {
		display: none;
	}
}


/* ========================================
   Form Section
   ======================================== */
.sc-form-section {
	position: relative;
	background: rgba(255,255,255,0.02);
	margin-top: 60px;
}
.sc-form-deco {
	height: 4px;
	background: linear-gradient(90deg, #0F153F, #E00015, #0F153F);
	margin-bottom: 40px;
}
.sc-form-wrap {
	max-width: 700px;
	margin: 0 auto;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 4px;
}
.sc-form__group {
	margin-bottom: 1.5em;
}
.sc-form__label {
	display: block;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.sc-form__req {
	display: inline-block;
	background: #E00015;
	color: #fff;
	font-size: 0.75em;
	padding: 0.1em 0.5em;
	margin-left: 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: normal;
}
.sc-form__opt {
	display: inline-block;
	background: rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.7);
	font-size: 0.75em;
	padding: 0.1em 0.5em;
	margin-left: 0.5em;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: normal;
}
.sc-form__input,
.sc-form__textarea {
	display: block;
	width: 100%;
	padding: 12px 15px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	color: #fff;
	font-size: 1.6rem;
	font-family: inherit;
	transition: border-color 300ms ease, background 300ms ease;
	outline: none;
	box-sizing: border-box;
}
.sc-form__input:focus,
.sc-form__textarea:focus {
	border-color: #E00015;
	background: rgba(255,255,255,0.12);
}
.sc-form__input::placeholder,
.sc-form__textarea::placeholder {
	color: rgba(255,255,255,0.3);
}
.sc-form__input--error {
	border-color: #E00015;
	background: rgba(224,0,21,0.08);
}
.sc-form__error-msg {
	display: block;
	margin-top: 6px;
	color: #ff3333 !important;
	font-size: 13px;
	font-weight: bold;
}
.sc-form__textarea {
	resize: vertical;
	min-height: 120px;
}
.sc-form__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.sc-form__radio {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.sc-form__radio input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	margin-right: 0.4em;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	transition: border-color 200ms ease;
}
.sc-form__radio input[type="radio"]:checked {
	border-color: #E00015;
}
.sc-form__radio input[type="radio"]:checked::after {
	content: "";
	position: absolute;
	top: 3px; left: 3px;
	width: 8px; height: 8px;
	background: #E00015;
	border-radius: 50%;
}
.sc-form__radio span {
	color: rgba(255,255,255,0.9);
}
.sc-form__submit {
	text-align: center;
	margin-top: 2em;
}
.sc-btn--submit {
	min-width: 300px;
	padding: 18px 40px;
	font-size: 1.8rem;
	border-radius: 4px;
	border: none;
}
.sc-form__privacy {
	text-align: center;
	margin-top: 1.2em;
	color: rgba(255,255,255,0.5);
}
.sc-form__privacy a {
	color: rgba(255,255,255,0.7);
	text-decoration: underline;
}
.sc-form__privacy a:hover {
	color: #E00015;
}

/* Form hotline */
.sc-form-hotline {
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.sc-form-hotline p {
	color: #E00015;
	font-weight: bold;
}
.sc-form-hotline span {
	font-size: 1.3rem;
	line-height: 1.7;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/* Form tel */
.sc-form-tel {
	text-align: center;
	margin-top: 2.5em;
	margin-bottom: 3em;
	padding-top: 2em;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.sc-form-tel p {
	color: rgba(255,255,255,0.6);
	margin-bottom: 0.3em;
}
.sc-form-tel a {
	color: #fff;
	font-family: "Times New Roman", serif;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.sc-form-tel span {
	display: block;
	color: rgba(255,255,255,0.5);
	margin-top: 0.3em;
}

@media screen and (min-width: 768px) {
	.sc-form-wrap {
		padding: 50px 60px;
	}
	.sc-form__label {
		font-size: 1.6rem;
	}
	.sc-form__radios {
		gap: 20px;
	}
	.sc-form__radio span {
		font-size: 1.5rem;
	}
	.sc-form__privacy {
		font-size: 1.3rem;
	}
	.sc-form-tel a {
		font-size: 3.6rem;
	}
	.sc-form-tel p {
		font-size: 1.4rem;
	}
	.sc-form-tel span {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 767px) {
	.sc-form-wrap {
		padding: 30px 20px;
	}
	.sc-form__label {
		font-size: 1.4rem;
	}
	.sc-form__input,
	.sc-form__textarea {
		font-size: 1.6rem;
	}
	.sc-form__radio span {
		font-size: 1.4rem;
	}
	.sc-btn--submit {
		width: 100%;
		max-width: 320px;
		font-size: 1.6rem;
	}
	.sc-form__privacy {
		font-size: 1.2rem;
	}
	.sc-form-tel a {
		font-size: 2.8rem;
	}
	.sc-form-tel p {
		font-size: 1.3rem;
	}
	.sc-form-tel span {
		font-size: 1.2rem;
	}
}

/* --- Page Navigation --- */
.sc-page-nav {
	background: rgba(15, 21, 63, 0.85);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 24px 0;
}
.sc-page-nav .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
.sc-page-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc-page-nav__list li a {
	display: block;
	padding: 10px 18px;
	font-size: 1.4rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.3s, border-color 0.3s;
	white-space: nowrap;
}
.sc-page-nav__list li a i {
	margin-left: 6px;
	font-size: 1.1rem;
}
.sc-page-nav__list li a:hover {
	background: rgba(224, 0, 21, 0.7);
	border-color: #E00015;
}
@media screen and (max-width: 767px) {
	.sc-page-nav {
		padding: 16px 0;
	}
	.sc-page-nav__list {
		gap: 8px;
	}
	.sc-page-nav__list li a {
		padding: 8px 12px;
		font-size: 1.2rem;
	}
}
