@charset "UTF-8";
/* =========================================================
   初めての方へ・ご利用の流れ /first/  (2026-06-01 新設)
   ブランドカラー: navy #004092 / green #2EA34D #91C67F / lime #C3FA2E
                  blue-bg #EBF7FF #F4FAFF / cream #F6F3ED / line #B3C7E0
   ========================================================= */

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

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

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

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

/* ご注意 callout */
.fl-callout {
	margin: 0 auto;
	max-width: 760px;
	background: #EBF7FF;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 28px;
}
.fl-callout-title {
	display: inline-block;
	background: #004092;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 14px;
}
.fl-callout ul { list-style: none; padding: 0; margin: 0; }
.fl-callout li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}
.fl-callout li:last-child { margin-bottom: 0; }
.fl-callout li::before {
	content: '!';
	position: absolute;
	left: 0; top: 2px;
	width: 18px; height: 18px;
	line-height: 18px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
}
.fl-callout strong { color: #004092; }

/* お持ちいただくもの・カード */
.fl-cards { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.fl-card {
	flex: 1 1 220px;
	max-width: 230px;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 16px;
	padding: 28px 22px;
	text-align: center;
	box-shadow: 0 4px 14px rgba(0,64,146,.06);
}
.fl-card-icon { font-size: 38px; margin-bottom: 12px; }
.fl-card h4 { font-size: 16px; color: #004092; margin-bottom: 10px; line-height: 1.5; }
.fl-card p { font-size: 13.5px; line-height: 1.8; color: #555; }

/* ご利用の流れ */
.fl-steps { list-style: none; padding: 0; margin: 0 auto; max-width: 820px; }
.fl-steps li {
	position: relative;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 28px;
	margin-bottom: 20px;
}
.fl-steps li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 50%; bottom: -16px;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #91C67F;
}
.fl-step-no {
	display: inline-block;
	background: #2EA34D;
	color: #fff;
	font-family: "Jost", system-ui;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .08em;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.fl-steps h4 { font-size: 18px; color: #004092; margin-bottom: 8px; }
.fl-steps p { font-size: 14px; line-height: 1.8; color: #555; }
.fl-steps strong { color: #004092; }

/* LINE 待ち時間（feature） */
.fl-section--feature {
	background: linear-gradient(135deg, #004092 0%, #1a5bbf 100%);
}
.fl-feature-lead {
	color: #fff;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	max-width: 820px;
	margin: 0 auto 32px;
}
.fl-feature-lead strong { color: #C3FA2E; }
.fl-feature-box {
	background: #fff;
	border-radius: 16px;
	padding: 32px 28px;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.fl-feature-text { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 24px; }
.fl-feature-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* 取扱い・注意ボックス */
.fl-notice-box {
	max-width: 820px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-left: 6px solid #2EA34D;
	border-radius: 10px;
	padding: 24px 28px;
}
.fl-notice-box ul { list-style: none; padding: 0; margin: 0; }
.fl-notice-box li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
.fl-notice-box li:last-child { margin-bottom: 0; }
.fl-notice-box li::before {
	content: '';
	position: absolute;
	left: 0; top: 9px;
	width: 8px; height: 8px;
	background: #2EA34D;
	border-radius: 50%;
}
.fl-notice-box strong { color: #004092; }

/* FAQ */
.fl-faq { max-width: 820px; margin: 0 auto; }
.fl-faq-item {
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 16px;
}
.fl-faq-item dt {
	position: relative;
	padding-left: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #004092;
	margin-bottom: 10px;
}
.fl-faq-item dt::before {
	content: 'Q';
	position: absolute;
	left: 0; top: -2px;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #004092;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}
.fl-faq-item dd {
	padding-left: 32px;
	font-size: 14px;
	line-height: 1.9;
	color: #555;
	position: relative;
}
.fl-faq-item dd::before {
	content: 'A';
	position: absolute;
	left: 0; top: 0;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}

/* CTA */
.fl-section--cta { background: #F6F3ED; text-align: center; }
.fl-cta-title { font-size: 24px; color: #004092; margin-bottom: 14px; }
.fl-cta-lead { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 28px; }
.fl-cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.fl-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;
}
.fl-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.fl-btn--line { background: #06C755; color: #fff; }
.fl-btn--tel { background: #fff; color: #004092; border: 2px solid #004092; }
.fl-btn--guide { background: #C3FA2E; color: #004092; }
.fl-cta-day { margin-top: 20px; font-size: 13px; color: #777; }

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

	.fl-callout { padding: 20px; }
	.fl-callout li { font-size: 14px; }

	.fl-cards { gap: 16px; }
	.fl-card { flex: 1 1 100%; max-width: 100%; padding: 24px 20px; }

	.fl-steps li { padding: 20px; }
	.fl-steps h4 { font-size: 16px; }

	.fl-feature-box { padding: 24px 20px; }

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