@charset "UTF-8";

/* =========================================================
   Base
========================================================= */
.service-detail-page {
	background: #f3f6fb;
	padding-top: 100px;
}

.service_detail_container {
	max-width: 1120px;
	margin: 0 auto;
}

.service_detail_main {
	padding: 22px 0 24px;
}

.service_detail_content {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

/* =========================================================
   Header
========================================================= */
.service_detail_head {
	padding: 18px 0 16px;
	background-color: #1765d0 !important;
	border-top: 1px solid #d6e2f0;
	border-bottom: 1px solid #d6e2f0;
}

.service_detail_head_en {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #f4f87b;
	text-transform: uppercase;
}

.service_detail_head_title {
	margin: 0;
	font-size: 34px;
	line-height: 1.35;
	font-weight: 700;
	color: #FFFFFF;
}

.service_detail_head_lead {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.9;
	color: #444;
}

/* =========================================================
   Main Visual
========================================================= */
.service_detail_image {
	margin: 0 0 18px;
}

.service_detail_image figure {
	margin: 0;
}

.service_detail_image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

/* =========================================================
   Body
========================================================= */
.service-detail-body {
	color: #333;
	font-size: 16px;
	line-height: 1.9;
}

.service-detail-body p {
	margin: 0 0 10px;
}

.service-detail-body .service-section {
	padding: 24px;
	border-top: 1px solid #d7e3f1;
	background: transparent;
}

.service-detail-body .service-section:first-child {
	padding-top: 10px;
	border-top: none;
}

.service-detail-body .service-section-title {
	margin: 0 0 16px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	color: #222;
}

.service-detail-body .service-section-title .mini {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #1e73be;
	text-transform: uppercase;
}

/* =========================================================
   Visual Block
========================================================= */
.service-detail-body .service-visual {
	margin: 0 0 24px;
}

.service-detail-body .service-visual__figure {
	margin: 0;
}

.service-detail-body .service-visual__figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.service-detail-body .service-visual__caption {
	margin-top: 10px;
	padding: 14px 16px;
	background: #eef4fb;
	border-radius: 8px;
}

.service-detail-body .service-visual__title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #0f56a6;
}

.service-detail-body .service-visual__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

/* =========================================================
   Generic Cards / Grid
========================================================= */
.service-detail-body .service-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.service-detail-body .service-card {
	padding: 18px 18px 16px;
	background: #eaf2fb;
	border-radius: 8px;
}

.service-detail-body .service-card__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 12px;
}

.service-detail-body .service-card__icon {
	display: flex;
	flex: 0 0 52px;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
}

.service-detail-body .service-card__icon img {
	display: block;
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.service-detail-body .service-card__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #0f56a6;
}

.service-detail-body .service-card__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

/* =========================================================
   Steps
========================================================= */
.service-detail-body .service-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.service-detail-body .service-step {
	padding: 20px 18px 18px;
	background: #fff;
	border: 1px solid #d7e3f1;
	border-radius: 8px;
}

.service-detail-body .service-step__num {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #1e73be;
}

.service-detail-body .service-step__title {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #222;
}

.service-detail-body .service-step__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

/* =========================================================
   Dashboard
========================================================= */
.service-detail-body .service-dashboard {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 24px;
	align-items: start;
}

.service-detail-body .service-dashboard__figure {
	margin: 0;
}

.service-detail-body .service-dashboard__figure img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #d7e3f1;
	border-radius: 8px;
}

.service-detail-body .service-dashboard__lead {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.9;
	color: #333;
}

.service-detail-body .service-dashboard__points {
	display: grid;
	gap: 12px;
}

.service-detail-body .service-dashboard__item {
	padding: 14px 14px 12px;
	background: #eef4fb;
	border-radius: 8px;
}

.service-detail-body .service-dashboard__head {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	color: #0f56a6;
}

.service-detail-body .service-dashboard__desc {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

/* =========================================================
   KPI
========================================================= */
.service-detail-body .service-kpi-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.service-detail-body .service-kpi {
	padding: 16px 14px;
	background: #fff;
	border: 1px solid #d7e3f1;
	border-radius: 8px;
	text-align: center;
}

.service-detail-body .service-kpi__label {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	color: #0f56a6;
}

/* =========================================================
   Note
========================================================= */
.service-detail-body .service-note {
	margin-top: 14px;
	padding: 14px 16px;
	background: #f7f9fc;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.8;
}

/* =========================================================
   Use Case
========================================================= */
.service-usecase-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.service-usecase-item {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 20px;
	align-items: start;
	padding: 28px 30px;
	background: #fff;
	border: 1px solid #d7e3f1;
	border-radius: 10px;
}

.service-usecase-item__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
}

.service-usecase-item__icon img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.service-usecase-item__content {
	min-width: 0;
	padding-top: 4px;
}

.service-usecase-item__title {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	color: #0f56a6;
}

.service-usecase-item__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.95;
	color: #333;
}

/* =========================================================
   Fit
========================================================= */
.service-detail-body .service-fit-section .service-section-title {
	margin-bottom: 24px;
}

.service-detail-body .service-fit-box {
	padding: 32px 36px;
	background: #fff;
	border: 1px solid #d7e3f1;
	border-radius: 10px;
	box-sizing: border-box;
}

.service-detail-body .service-fit-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 44px;
	row-gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-detail-body .service-fit-list li {
	position: relative;
	margin: 0;
	padding-left: 32px;
	font-size: 16px;
	line-height: 1.9;
	color: #1f2d3d;
}

.service-detail-body .service-fit-list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 16px;
	height: 16px;
	background: #0f56a6;
	border-radius: 50%;
}

.service-detail-body .service-fit-list li::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.service-detail-body .service-fit-cta {
	margin-top: 33px;
	text-align: center;
}

.service-detail-body .service-fit-cta__btn {
	display: inline-block;
	min-width: 260px;
	padding: 14px 28px;
	background: #0f56a6;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.sales-detail-link-btn {
	display: inline-block;
	margin-top: 14px;
	padding: 10px 18px;
	border: 1px solid #1e73be;
	border-radius: 999px;
	color: #1e73be;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	background: #fff;
}

.sales-detail-link-btn:hover {
	background: #f3f8fe;
}

.sales-detail-cta {
	order: 4;
	margin-top: 24px;
	text-align: center;
}

.sales-detail-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	background: #1765d0;
	box-shadow: 0 6px 16px rgba(30, 115, 190, 0.22);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sales-detail-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(30, 115, 190, 0.28);
}

.sec03_box01 {
	display: flex;
	flex-direction: column;
}

.sec03_box01 .sec03_ttl01 {
	order: 1;
}

.sec03_box01 .sec03_img01 {
	order: 2;
}

.sec03_box01 .sec03_txt01 {
	order: 3;
}

.sec03_box01 .sales-detail-cta {
	order: 4;
	margin-top: 24px;
	text-align: center;
}

.sec03_box01 .sales-detail-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	background: #1765d0;
	box-shadow: 0 6px 16px rgba(30, 115, 190, 0.22);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sec03_box01 .sales-detail-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(30, 115, 190, 0.28);
}

.function-detail-cta {
	margin-top: 18px;
	text-align: left;
}

.function-detail-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	background: #1765d0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(30, 115, 190, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.function-detail-cta__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(30, 115, 190, 0.28);
}

.faq-detail-link {
	margin-top: 14px;
}

.faq-detail-link__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 1px solid #1765d0;
	border-radius: 999px;
	background: #fff;
	color: #1765d0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

.faq-detail-link__btn:hover {
	background: #f4f8ff;
}

/* =========================================================
   Tablet
========================================================= */
@media screen and (max-width: 991px) {
	.service-detail-body .service-dashboard,
	.service-detail-body .service-grid-3,
	.service-detail-body .service-steps {
		grid-template-columns: 1fr;
	}

	.service-detail-body .service-kpi-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* =========================================================
   Mobile
========================================================= */
@media screen and (max-width: 767px) {
	.service-detail-page {
		padding-top: 50px;
	}

	.service_detail_head {
		padding: 16px 0 14px;
	}

	.service_detail_head_title {
		font-size: 28px;
	}

	.service_detail_head_lead,
	.service-detail-body,
	.service-detail-body p,
	.service-detail-body .service-card__text,
	.service-detail-body .service-step__text {
		font-size: 15px;
		line-height: 1.8;
	}

	.service-detail-body .service-section {
		padding: 18px 10px;
	}

	.service-detail-body .service-section-title {
		font-size: 24px;
	}

	.service-detail-body .service-kpi-grid,
	.service-detail-body .service-fit-list {
		grid-template-columns: 1fr;
	}

	.service-detail-body .service-fit-box {
		padding: 24px 18px;
	}

	.service-detail-body .service-fit-list {
		row-gap: 14px;
	}

	.service-detail-body .service-fit-list li {
		padding-left: 28px;
		font-size: 14px;
		line-height: 1.8;
	}

	.service-detail-body .service-fit-cta__btn {
		width: 100%;
		min-width: 0;
		padding: 13px 20px;
		font-size: 14px;
	}

	.service-usecase-item {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px 16px;
	}

	.service-usecase-item__icon {
		width: 60px;
		height: 60px;
	}

	.service-usecase-item__icon img {
		width: 60px;
		height: 60px;
	}

	.service-usecase-item__content {
		padding-top: 0;
	}

	.service-usecase-item__title {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.service-usecase-item__text {
		font-size: 14px;
		line-height: 1.85;
	}
}