@charset "UTF-8";
/* =========================================================
   取扱サービス一覧 /service/  (2026-06-01 新設)
   サービスを集約するハブページ（カードグリッド中心）
   ブランドカラー: navy #004092 / green #2EA34D #91C67F / lime #C3FA2E
                  blue-bg #EBF7FF #F4FAFF / cream #F6F3ED / line #B3C7E0
   ========================================================= */

/* FV（共通#fv構造を流用。背景画像のみ指定） */
.service #fv .fv_top .left h2 { line-height: 1.25; }
.service #fv .fv_top .left .fv_lead {
	margin-top: 24px;
	font-size: 16px;
	line-height: 200%;
	color: #333;
	max-width: 392px;
}
.service #fv .fv_top .left .fv_lead strong { color: #004092; }
.service #fv .fv_top .fv_image {
	background: url(../images/company/fv_img01.webp) no-repeat left center /100%;
}

/* セクション共通 */
.sv-section { padding: 64px 0; }
.sv-section--tint { background: #F4FAFF; }
.sv-section .inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.sv-heading {
	font-size: 28px;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
	color: #004092;
	text-align: center;
	margin-bottom: 36px;
	line-height: 1.4;
}
.sv-heading span {
	display: block;
	font-family: "Jost", system-ui;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .15em;
	color: #2EA34D;
	margin-bottom: 8px;
}

.sv-lead { font-size: 16px; line-height: 200%; color: #333; max-width: 820px; margin: 0 auto; text-align: center; }
.sv-lead strong { color: #004092; }

/* サービスカードグリッド */
.sv-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.sv-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 16px;
	padding: 28px 24px;
	box-shadow: 0 4px 14px rgba(0,64,146,.06);
	transition: transform .15s ease, box-shadow .15s ease;
}
.sv-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,64,146,.12); }
.sv-card--accent { border-color: #2EA34D; border-top: 4px solid #2EA34D; }
.sv-card-icon {
	font-size: 38px;
	line-height: 1;
	margin-bottom: 14px;
}
.sv-card h4 {
	font-size: 18px;
	color: #004092;
	margin-bottom: 12px;
	line-height: 1.4;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
}
.sv-card p {
	font-size: 14px;
	line-height: 1.9;
	color: #555;
	flex: 1;
}
.sv-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #2EA34D;
	text-decoration: none;
	transition: color .15s ease;
}
.sv-link span { transition: transform .15s ease; }
.sv-link:hover { color: #004092; }
.sv-link:hover span { transform: translateX(4px); }

/* そのほかの取り組み */
.sv-other-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 880px;
	margin: 0 auto;
}
.sv-other-item {
	background: #EBF7FF;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 22px;
}
.sv-other-item h4 { font-size: 16px; color: #004092; margin-bottom: 10px; }
.sv-other-item p { font-size: 14px; line-height: 1.8; color: #555; }

/* CTA */
.sv-section--cta { background: #F6F3ED; text-align: center; }
.sv-cta-title { font-size: 24px; color: #004092; margin-bottom: 14px; }
.sv-cta-lead { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 28px; }
.sv-cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.sv-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.sv-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.sv-btn--line { background: #06C755; color: #fff; }
.sv-btn--tel { background: #fff; color: #004092; border: 2px solid #004092; }
.sv-cta-day { margin-top: 20px; font-size: 13px; color: #777; }

/* =========================================================
   レスポンシブ（SP）
   ========================================================= */
@media screen and (max-width: 767px) {
	.sv-section { padding: 44px 0; }
	.sv-heading { font-size: 22px; margin-bottom: 28px; }
	.sv-heading span { font-size: 12px; }
	.sv-lead { font-size: 14px; }
	.service #fv .fv_top .left .fv_lead { font-size: 14px; max-width: 100%; }

	.sv-grid { grid-template-columns: 1fr; gap: 16px; }
	.sv-card { padding: 24px 20px; }
	.sv-card h4 { font-size: 16px; }

	.sv-other-grid { grid-template-columns: 1fr; gap: 14px; }

	.sv-cta-title { font-size: 20px; }
	.sv-btn { min-width: 100%; font-size: 15px; }
}
