@charset "UTF-8";
/* ==============================================
   外構工事プログレス京都 - fence.css (フェンス・目隠し工事ページ)
   PC first / breakpoints: 1200 / 960 / 568
============================================== */

.is_green { color: var(--color_green); }

/* ==============================================
   MV背景画像
============================================== */
.mv_slide-01 { background-image: url(../img/fence/mv_bg_pc.jpg); }
@media only screen and (max-width: 960px) {
	.mv_slide-01 { background-image: url(../img/fence/mv_bg_sp.jpg); }
}
@media only screen and (max-width: 568px) {
	.mv_accent { font-size: 30px; }
}

/* ==============================================
   MV追加パーツ（安心と心地よさのある住まいへ。バナー）
============================================== */
.cp_mv_pill {
	display: inline-block; background: var(--color_green); color: #fff;
	font-size: 20px; letter-spacing: .1em; padding: 11px 26px; border-radius: 2px;
}
.mv_badge_icon img { width: 60px; }
.mv_badge_item:nth-of-type(1) .mv_badge_icon img { width: 50px; }
.mv_badge_item:nth-of-type(2) .mv_badge_icon img { width: 44px; }

@media only screen and (max-width: 568px) {
	.cp_mv_pill { font-size: 14px; padding: 8px 16px; }
	.mv_badge_icon img { width: 32px; }
	.mv_badge_item:nth-of-type(1) .mv_badge_icon img { width: 28px; }
	.mv_badge_item:nth-of-type(2) .mv_badge_icon img { width: 25px; }
}

/* ==============================================
   導入セクション（3つのメリット）
============================================== */
.fc_intro { position: relative; background: var(--color_bg_alt); padding: 0 0 80px; overflow: hidden; }
.fc_intro_bg { position: absolute; top: 0; left: 0; width: 100%; height: 334px; z-index: 0; }
.fc_intro_bg img { width: 100%; height: 100%; object-fit: cover; }
.fc_intro_card {
	position: relative; z-index: 1; max-width: 1120px; margin: 0 auto;
	background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(34,34,34,.12);
	padding: 30px 0;
}
.fc_intro_head { position: relative; z-index: 1; text-align: center; padding-top: 30px; margin: 0 0 58px; }
.fc_intro_title {
	display: inline-block; white-space: nowrap;
	font-family: var(--font_serif); font-weight: 600; font-size: 40px; letter-spacing: .1em; color: var(--color_text);
}
.fc_intro_title_word { position: relative; display: inline-block; background: #fff; padding: 0px 5px 0 10px; margin-right: 5px; }
.fc_intro_check { position: absolute; z-index: 2; top: -26px; left: -30px; width: 91px; height: auto; }
.fc_intro_title .is_green { font-size: 46px; }
.fc_intro_title_br { display: none; }
.fc_merit_list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.fc_merit_item {
	position: relative;
	display: grid; grid-template-columns: 52px 1fr; column-gap: 14px; row-gap: 16px;
	grid-template-areas: "num heading" "photo photo" "text text";
	align-items: center; padding: 0 32px;
}
.fc_merit_item:not(:last-child) { border-right: 1px solid var(--color_border); }
.fc_merit_num {
	grid-area: num; display: flex; align-items: center; justify-content: center;
	width: 52px; height: 52px; border-radius: 50%; background: var(--color_green); color: #fff;
	font-family: var(--font_serif); font-weight: 600; font-size: 22px;
}
.fc_shielding_list li:nth-child(4) .fc_shielding_photo {margin-top: -5px;}
.fc_merit_row { display: contents; }
.fc_merit_heading { grid-area: heading; align-self: center; text-align: left; font-family: var(--font_sans); font-weight: 500; font-size: 23px; letter-spacing: .05em; color: var(--color_green); line-height: 1.5; }
.fc_merit_photo { grid-area: photo; align-self: start; border-radius: 6px; overflow: hidden; aspect-ratio: 318 / 197; }
.fc_merit_photo img { width: 100%; height: 100%; object-fit: cover; }
.fc_merit_text { grid-area: text; align-self: start; font-size: 15px; letter-spacing: .05em; line-height: 1.75; text-align: left; }

@media only screen and (max-width: 1200px) {
	.fc_intro_card { padding: 48px 32px 36px; }
	.fc_merit_item { padding: 0 16px; }
}
@media only screen and (max-width: 960px) {
	.fc_intro { padding: 30px 0 50px; }
	.fc_intro_card { padding: 32px 24px 28px; }
	.fc_intro_head { padding-top: 26px; margin-bottom: 40px; }
	.fc_intro_title { font-size: 22px; white-space: normal; max-width: 90%; line-height: 1.5; margin: 0 auto; }
	.fc_intro_title_br { display: block; }
	.fc_intro_check { width: 66px; top: -22px; left: -24px; }

	.fc_merit_list { grid-template-columns: 1fr; gap: 0; }
	.fc_merit_item { display: block; border-right: none !important; padding: 0; text-align: left; }
	.fc_merit_item:not(:last-child) { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--color_border); }
	.fc_merit_num {
		position: absolute; top: -15px; left: -15px; z-index: 2;
		width: 36px; height: 36px; font-size: 15px; margin-bottom: 0;
	}
	.fc_merit_row { display: flex; flex-direction: row-reverse; align-items: flex-start; gap: 14px; }
	.fc_merit_photo { flex: 0 0 145px; aspect-ratio: 145 / 96; border-radius: 6px; }
	.fc_merit_heading {
		flex: 1; font-size: 15px; text-align: center; margin-bottom: 0;
		display: flex; align-items: center; justify-content: center; min-height: 96px;
	}
	.fc_merit_text { margin-top: 12px; }
}
@media only screen and (max-width: 568px) {
	.fc_intro_bg { height: 220px; }
	.fc_intro_card { padding: 28px 20px 24px; border-radius: 6px; }
	.fc_intro_head { padding-top: 20px; margin-bottom: 28px; }
	.fc_intro_check { width: 70px; top: -20px; left: -30px; }
	.fc_intro_title { font-size: 21px; max-width: none; }
	.fc_intro_title .is_green { font-size: 25px; }
	.fc_merit_photo { flex-basis: 135px; }
	.fc_merit_heading { font-size: 18px; min-height: 90px; }
	.fc_shielding_list li:nth-child(4) .fc_shielding_photo {margin-top: 0;}
}

/* ==============================================
   4つのポイント（概要カード）
============================================== */
/* 背景画像・半透明パネル(.fc_points_overview / .fc_points_overview .l_container)は css/underlayer.css で共通定義 */
.fc_overview_list { max-width: 1058px; margin: 44px auto 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.fc_overview_item a {
	position: relative; display: block; overflow: hidden; height: 100%;
	background: rgba(255,255,255,.8); border-radius: 10px; box-shadow: 0 0 4px rgba(34,34,34,.12);
	padding: 20px 24px; min-height: 126px; transition: box-shadow .25s ease, transform .25s ease;
}
.fc_overview_item a:hover { box-shadow: 0 0 8px rgba(34,34,34,.18); transform: translateY(-2px); }
.fc_overview_head { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; }
.fc_overview_num {
	flex-shrink: 0; font-family: var(--font_serif); font-weight: 600; font-size: 56px; color: var(--color_green); line-height: 1;
	transform: skewX(-7deg) scaleY(.99);
}
.fc_overview_title { font-family: var(--font_sans); font-weight: 500; font-size: 20px; letter-spacing: .1em; color: var(--color_green); }
.fc_overview_desc {
	position: relative; z-index: 1; display: block; margin-top: 12px;
	font-size: 15px; letter-spacing: .05em; line-height: 1.6; color: var(--color_text);
}
.fc_overview_illust {
	position: absolute; right: 44px; top: 50%; transform: translateY(-50%);
	overflow: visible; pointer-events: none;
}
.fc_overview_illust img { display: block; width: 100%; height: auto; }
.fc_overview_item:nth-child(1) .fc_overview_illust { width: 155px; }
.fc_overview_item:nth-child(2) .fc_overview_illust { width: 147px; }
.fc_overview_item:nth-child(3) .fc_overview_illust { width: 134px; }
.fc_overview_item:nth-child(4) .fc_overview_illust { width: 118px; }
.fc_overview_item a::before {
	content: ""; position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
	width: 25px; height: 25px; border-radius: 50%; border: 1px solid var(--color_green);
}
.fc_overview_item a::after {
	content: ""; position: absolute; right: 27px; top: 50%; width: 7px; height: 7px;
	border-right: 2px solid var(--color_green); border-bottom: 2px solid var(--color_green);
	transform: translate(50%, -60%) rotate(45deg);
}

@media only screen and (max-width: 960px) {
	.fc_overview_list { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; max-width: none; }
	.fc_overview_item a { padding: 20px 20px; min-height: 108px; }
	.fc_overview_num { font-size: 42px; }
	.fc_overview_title { font-size: 17px; }
	.fc_overview_illust { right: 32px; }
	.fc_overview_item:nth-child(1) .fc_overview_illust { width: 105px; }
	.fc_overview_item:nth-child(2) .fc_overview_illust { width: 100px; }
	.fc_overview_item:nth-child(3) .fc_overview_illust { width: 92px; }
	.fc_overview_item:nth-child(4) .fc_overview_illust { width: 82px; }
}
@media only screen and (max-width: 568px) {
	.fc_overview_desc { font-size: 13px; }
	.fc_overview_item a { border-radius: 6px; }
}

/* ==============================================
   4つのポイント（詳細）
============================================== */
.fc_point_section { background: var(--color_bg); padding-bottom: 80px;}
.fc_point { padding: 60px 0 0; }
.fc_point_card {
	position: relative; max-width: 1120px; margin: 0 auto; background: #f8f8f8; border-radius: 10px;
	box-shadow: 0 0 4px rgba(34,34,34,.12); padding: 40px 50px 50px;
}
.fc_point_label {
	position: absolute; left: -19px; top: -12px; z-index: 2; width: 99px; pointer-events: none;
	transform: rotate(-12deg) skewX(-5deg);
}
.fc_point_head { display: flex; align-items: baseline; gap: 16px; }
.fc_point_num {
	flex-shrink: 0; font-family: var(--font_serif); font-weight: 600; font-size: 70px; color: var(--color_green); line-height: 1;
	transform: skewX(-7deg) scaleY(.99);
}
.fc_point_title { font-family: var(--font_serif); font-weight: 600; font-size: 32px; letter-spacing: .05em; color: var(--color_green); }
.fc_point_lead { margin-top: 12px; font-size: 16px; letter-spacing: .03em; line-height: 1.75; color: var(--color_text); }
.fc_point_note { margin-top: 16px; font-size: 14px; color: var(--color_text_sub); letter-spacing: .02em; line-height: 1.6; }

/* Point01: 視線を遮りたい場所 */
.fc_sightline_panel {
	margin-top: 32px; background: #fff; border-radius: 10px;
	display: flex; align-items: center; gap: 60px; padding: 28px 40px;
}
.fc_sightline_photo { flex-shrink: 0; display: block; border-radius: 8px; overflow: hidden; }
.fc_sightline_photo img { display: block; width: 100%; height: auto; }
.fc_sightline_content { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 32px; }
.fc_sightline_checks { display: flex; flex-direction: column; gap: 10px; }
.fc_sightline_checks li {
	position: relative; padding-left: 30px; font-family: var(--font_sans); font-weight: 500; font-size: 18px; letter-spacing: .05em;
}
.fc_sightline_checks li::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px;
	background-color: var(--color_green);
	mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
	-webkit-mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
}
.fc_point_callout {
	margin-top: 24px; background: #ebf5f0; border-radius: 6px; padding: 20px 24px;
	display: flex; align-items: center; gap: 16px;
}
.fc_point_callout_icon { flex-shrink: 0; width: 60px; }
.fc_point_callout_text { font-size: 17px; letter-spacing: .03em; line-height: 1.6; }
.fc_sightline_content .fc_point_callout { margin-top: 0; }
.fc_sightline_content .fc_point_callout_icon { width: 75px; }

/* Point02: 必要な高さ */
.fc_height_block { margin-top: 32px; }
.fc_height_block:not(:first-of-type) { margin-top: 32px; }
.fc_height_panel { background: #fff; border-radius: 10px; padding: 28px 40px 30px; }
.fc_height_bar {
	background: var(--color_green); color: #fff; border-radius: 4px; padding: 10px 24px;
	font-family: var(--font_sans); font-weight: 500; font-size: 20px; letter-spacing: .05em; text-align: center;
}
.fc_height_block-sitting .fc_height_bar { background: #5e943a; }
.fc_height_photo { display: block; margin-top: 0; border-radius: 0 0 6px 6px; overflow: hidden; }
.fc_height_photo img { display: block; width: 100%; }
.fc_height_checks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 20px auto 0; width: 80%; }
.fc_height_checks li {
	position: relative; padding-left: 26px; font-family: var(--font_sans); font-weight: 500; font-size: 17px; letter-spacing: .04em;
}
.fc_height_checks li::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 18px;
	background-color: var(--color_green);
	mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
	-webkit-mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
}
.fc_height_panel .fc_point_callout { margin-top: 24px; background: #ebf5f0; }
.fc_height_panel .fc_point_callout_icon {
	width: 70px; height: 70px; border-radius: 50%; background: #d9e9e1;
	display: flex; align-items: center; justify-content: center;
}
.fc_height_panel .fc_point_callout_icon img{max-width: 25px;}
.fc_height_block-sitting .fc_point_callout { background: #edf5e7; }
.fc_height_block-sitting .fc_point_callout_icon { width: 75px; height: 75px; background: #dae8cf; }
.fc_point_note-sm { max-width: 1020px; margin: 16px auto 0; }

/* Point03: 目隠し率 */
.fc_shielding_wrap { margin-top: 32px; display: flex; flex-direction: column; gap: 32px; }
.fc_shielding_bar { display: block; }
.fc_shielding_bar img { max-width: 998px; margin: 0 auto; }
.fc_shielding_panel { background: #fff; border-radius: 6px; padding: 30px 24px; }
.fc_shielding_intro {
	margin-top: 0; background: #ebf5f0; border-radius: 6px; padding: 20px 24px;
	display: flex; align-items: center; gap: 16px;
}
.fc_shielding_intro_icon { flex-shrink: 0; width: 88px; }
.fc_shielding_intro_text { font-size: 17px; letter-spacing: .03em; line-height: 1.6; }
.fc_shielding_list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.fc_shielding_item { text-align: center; }
.fc_shielding_head { display: flex; align-items: center; gap: 5px; margin-bottom: 10px; }
.fc_shielding_num {
	flex-shrink: 0; width: 25px; height: 25px; border-radius: 50%; background: var(--color_green); color: #fff;
	font-family: var(--font_serif); font-weight: 500; font-size: 13px; display: flex; align-items: center; justify-content: center;
}
.fc_shielding_name { font-family: var(--font_serif); font-weight: 600; font-size: 18px; color: var(--color_green); line-height: 1.4; text-align: left; }
.fc_shielding_name small { display: block; font-weight: 600; font-size: 13px; }
.fc_shielding_body { display: block; }
.fc_shielding_photo { position: relative; border-radius: 6px; max-width: 177px; overflow: hidden; }
.fc_shielding_desc { margin-top: 12px; font-size: 14px; letter-spacing: .02em; line-height: 1.5; text-align: left; }

/* Point04: 仕上がりとデザイン */
.fc_finish_list { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fc_finish_item { border: 1px solid var(--color_border); border-radius: 6px; overflow: hidden; background: #fff; padding: 20px;}
.fc_finish_photo { aspect-ratio: 297 / 193; overflow: hidden; }
.fc_finish_photo img { width: 100%; height: 100%; object-fit: cover; }
.fc_finish_name { text-align: center; padding: 14px 12px 0; font-family: var(--font_sans); font-weight: 500; font-size: 18px; color: var(--color_green); letter-spacing: .03em; margin-bottom: 10px;}
.fc_finish_desc { text-align: center; font-size: 15px; letter-spacing: .02em; line-height: 1.6; }
.fc_finish_checks { margin-top: 24px; display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.fc_finish_checks li {
	position: relative; padding-left: 26px; font-family: var(--font_sans); font-weight: 500; font-size: 18px; letter-spacing: .03em;
}
.fc_finish_checks li::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);  width: 18px; height: 18px;
	background-color: var(--color_green);
	mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
	-webkit-mask: url(../img/common/icon_circle_chk.svg) center / contain no-repeat;
}
.fc_point_callout-wide { margin-top: 20px; }

@media only screen and (max-width: 1200px) {
	.fc_point_card { padding: 32px 28px 36px; }
}
@media only screen and (max-width: 960px) {
	.fc_point_section { padding-bottom: 60px;}
	.fc_point { padding: 0; margin-bottom: 40px; }
	.fc_point_card { width: calc(100% + 40px); margin: 0 -20px; border-radius: 0; padding: 24px 20px 36px; }
	.fc_point_label { width: 64px; left: 4px; top: -6px; }
	.fc_point_head { gap: 12px; }
	.fc_point_num { font-size: 50px; }
	.fc_point_title { font-size: 22px; }
	.fc_point_lead { margin-top: 10px; font-size: 15px; }

	.fc_sightline_panel { flex-direction: column; align-items: stretch; gap: 20px; padding: 20px; }
	.fc_sightline_photo { width: 100%; }
	.fc_sightline_content { gap: 20px; }
	.fc_sightline_checks { gap: 10px; }
	.fc_sightline_content .fc_point_callout_icon { width: 60px; }
	.fc_height_panel { padding: 20px; }
	.fc_height_checks { grid-template-columns: 1fr; gap: 10px; width: 100%; }

	.fc_shielding_wrap { flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: 0 12px; margin-top: 24px; }
	.fc_shielding_bar { flex: 0 0 32px; }
	.fc_shielding_bar img { width: 100%; height: 100%; }
	.fc_shielding_panel { flex: 1 1 0%; min-width: 0; padding: 10px; }
	.fc_shielding_intro { flex: 1 1 100%; margin-top: 20px; padding: 15px; }
	.fc_shielding_list { grid-template-columns: 1fr; }
	.fc_shielding_item { text-align: left; }
	.fc_shielding_head { justify-content: flex-start; margin-bottom: 5px; }
	.fc_shielding_name { font-size: 17px; }
	.fc_shielding_body { display: flex; gap: 10px; align-items: flex-start; }
	.fc_shielding_photo { flex-shrink: 0; width: 110px; }
	.fc_shielding_desc { flex: 1; margin-top: 0; }

	.fc_finish_list { grid-template-columns: 1fr; gap: 16px; }
	.fc_finish_checks { flex-direction: column; gap: 10px; }
	.fc_shielding_intro_text { font-size: 15px; }

}
@media only screen and (max-width: 568px) {
	.fc_point_section { padding-bottom: 0;}
	.fc_shielding_bar { flex: 0 0 40px; }
	.fc_shielding_name small { display: inline; font-size: 12px; }
	.fc_point_title { font-size: 21px; }
	.fc_point_callout { display: block; overflow: hidden; text-align: left; padding: 16px; }
	.fc_point_callout_icon { float: left; margin: 0 12px 8px 0; }
	.fc_sightline_panel { border-radius: 6px; margin-top: 20px; }
	.fc_height_panel { border-radius: 6px; }
	.fc_height_bar { font-size: 16px; padding: 8px 16px; }
	.fc_sightline_checks li,.fc_height_checks li,.fc_finish_checks li {
		font-size: 15px;
	}
	.fc_point_callout_text{font-size: 15px;}
}

/* ==============================================
   目隠しフェンスの工事費用について
============================================== */
.fc_cost {
	position: relative; overflow: hidden; padding: 100px 0;
	background: #e2efd9 url(../img/common/cost_bg_blur_pc.png) top center no-repeat;
	background-size: 100% auto;
}
.fc_cost .l_container { position: relative; z-index: 1; }

.fc_cost_card { max-width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(34,34,34,.1); padding: 40px 50px; }
.fc_cost_bar { background: var(--color_green); color: #fff; text-align: center; border-radius: 4px; padding: 16px; font-family: var(--font_sans); font-weight: 500; font-size: 26px; letter-spacing: .05em; }
.fc_cost_formula { margin-top: 32px; display: flex; align-items: stretch; justify-content: center; gap: 16px; }
.fc_cost_formula_box {
	position: relative; flex: 1; max-width: 220px; border: 1px solid #eae9e7; border-radius: 6px;
	padding: 20px; text-align: center;
}
.fc_cost_formula_box-accent { border-color: var(--color_green); }
.fc_cost_formula_icon, .fc_cost_formula_result_icon { display: block; width: 134px; margin: 16px auto 0; }
.fc_cost_formula_title {
	font-family: var(--font_sans); font-weight: 700; font-size: 20px; letter-spacing: .05em; color: var(--color_green);
}
.fc_cost_formula_title_unit { font-size: 26px; }
.fc_cost_formula_note { margin-top: 8px; font-size: 16px; letter-spacing: .02em; line-height: 1.5; color: var(--color_text); }
.fc_cost_formula_op {
	flex-shrink: 0; align-self: center; font-size: 32px; color: var(--color_green); font-weight: 700;
}
.fc_cost_formula_result {
	font-family: var(--font_sans); font-weight: 700; font-size: 20px; line-height: 1.2; color: var(--color_green); text-align: center;
}
.fc_cost_formula_result strong { display: inline-block; margin-top: 2px; font-size: 28px; font-weight: bold; }
.fc_cost_formula_highlight { background: linear-gradient(to bottom, transparent 70%, #fdfd76 70%); }

.fc_cost_note {
	margin-top: 24px; background: #ebf5f0; border-radius: 6px; padding: 20px 24px; display: flex; align-items: center; gap: 16px;
}
.fc_cost_note_icon { flex-shrink: 0; width: 82px; }
.fc_cost_note_text { font-size: 18px; letter-spacing: .03em; line-height: 1.6; }

.fc_cost_type_card { max-width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; padding: 30px 40px 40px; }
.fc_cost_type_bar { background: #5e943a; color: #fff; text-align: center; border-radius: 4px; padding: 12px; font-family: var(--font_sans); font-weight: 500; font-size: 22px; letter-spacing: .03em; }
.fc_cost_type_list { margin-top: 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.fc_cost_type_item { flex: 0 0 240px; border: 1px solid #eae9e7; border-radius: 6px; text-align: center; padding: 16px 12px; }
.fc_cost_type_head { font-family: var(--font_sans); font-weight: 500; font-size: 18px; }
.fc_cost_type_head small { display: block; font-weight: 400; font-size: 13px; }
.fc_cost_type_body { display: block; }
.fc_cost_type_photo { margin-top: 12px; border-radius: 4px; overflow: hidden; aspect-ratio: 204 / 111; }
.fc_cost_type_photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.fc_cost_type_price { margin-top: 10px; font-family: var(--font_sans); font-weight: 500; font-size: 20px; color: var(--color_green); }
.fc_cost_type_price small { font-size: 14px; }
.fc_cost_type_example { margin-top: 4px; font-size: 13px; color: var(--color_text_sub); }
.fc_cost_type_more_btn {
	display: none; width: fit-content; margin: 24px auto 0; background: none; cursor: pointer;
	border: 1px solid var(--color_green_sub); border-radius: 4px; color: var(--color_green_sub);
	font-family: var(--font_sans); font-weight: 500; font-size: 15px; letter-spacing: .1em; padding: 10px 44px 10px 24px;
	position: relative;
}
.fc_cost_type_more_btn::after {
	content: ""; position: absolute; right: 20px; top: 50%; width: 7px; height: 7px;
	border-right: 2px solid var(--color_green_sub); border-bottom: 2px solid var(--color_green_sub);
	transform: translateY(-70%) rotate(-45deg);
}

.fc_cost_length_card { max-width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; padding: 24px; }
.fc_cost_length_bar { background: #5e943a; color: #fff; text-align: center; border-radius: 4px; padding: 12px; font-family: var(--font_sans); font-weight: 500; font-size: 20px; letter-spacing: .03em; }
.fc_cost_length_image { display: block; margin-top: 24px; }
.fc_cost_length_image img { display: block; width: 100%; height: auto; }
.fc_cost_length_note { margin-top: 20px; font-size: 15px; letter-spacing: .02em; line-height: 1.6; text-align: center; }

@media only screen and (max-width: 1200px) {
	.fc_cost_card, .fc_cost_type_card, .fc_cost_length_card { padding: 28px 24px; }
}
@media only screen and (max-width: 960px) {
	.fc_cost { padding: 40px 0; background-image: url(../img/common/cost_bg_blur_sp.png); }
	.fc_cost_formula { flex-direction: column; gap: 14px; }
	.fc_cost_formula_box {
		max-width: none; display: flex; flex-direction: column; justify-content: center;
		text-align: left; padding: 16px 90px 16px 20px;
	}
	.fc_cost_formula_title { font-size: 16px; }
	.fc_cost_formula_title_unit { font-size: 20px; }
	.fc_cost_formula_icon, .fc_cost_formula_result_icon {
		position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 70px; margin: 0;
	}
	.fc_cost_formula_op { display: flex; align-items: center; justify-content: center; transform: rotate(90deg); }

	.fc_cost_type_bar { font-size: 16px; }
	.fc_cost_type_list { flex-direction: column; gap: 14px; }
	.fc_cost_type_item { flex-basis: auto; padding: 10px; }
	.fc_cost_type_item-more { display: none; }
	.fc_cost_type_card.is_open .fc_cost_type_item-more { display: block; }
	.fc_cost_type_body { display: flex; flex-direction: row-reverse; align-items: center; gap: 10px; }
	.fc_cost_type_photo { flex-shrink: 0; width: 100px; margin-top: 0; }
	.fc_cost_type_info { flex: 1; min-width: 0; text-align: left; }
	.fc_cost_type_price { margin-top: 0; }
	.fc_cost_type_more_btn { display: block; }
	.fc_cost_type_card.is_open .fc_cost_type_more_btn { display: none; }
}
@media only screen and (max-width: 568px) {
	.fc_cost_length_bar{font-size: 17px;}
	.fc_cost_card, .fc_cost_type_card, .fc_cost_length_card { border-radius: 6px; padding: 20px; }
	.fc_cost_bar { font-size: 20px; padding: 5px 10px; }
	.fc_cost_formula { gap: 0; margin-top: 20px; }
	.fc_cost_note { display: block; overflow: hidden; text-align: left; padding: 15px; }
	.fc_cost_note_icon { float: left; margin: 0 12px 8px 0; width: 60px;}
	.fc_cost_type_head { font-size: 15px; }
	.fc_cost_type_price { font-size: 17px; }
	.fc_cost_type_photo { width: 96px; }
	.fc_cost_note_text { font-size: 15px; }
	.fc_cost_formula_note { font-size: 14px; }

}

/* ==============================================
   フェンス設置前に確認したい、ルールと安全性
============================================== */
.fc_law {
	position: relative; background: var(--color_bg) url(../img/fence/law_main_pc.png) top right no-repeat;
	padding: 70px 0; overflow: hidden;
}
.fc_law .l_container { position: relative; z-index: 1; }
.fc_law_head { max-width: 700px; text-align: center; }
.fc_law_contents { position: relative; }
.fc_law_eyebrow {
	display: inline-block;
	border: 1px solid var(--color_green);
	color: var(--color_green);
	padding: 8px 24px;
	font-family: var(--font_serif);
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.fc_law_title {
	position: relative; display: inline-block; padding-left: 104px; text-align: left;
	font-family: var(--font_serif); font-weight: 600; font-size: 35px; letter-spacing: .05em; line-height: 1.4; color: var(--color_text);
}
.fc_law_title span { font-size: 40px; }
.fc_law_title::before {
	content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
	width: 83px; aspect-ratio: 83 / 103;
	background: url(../img/top/point_bg_heading.svg) center / contain no-repeat;
}
.fc_law_lead { margin-top: 20px; font-size: 16px; letter-spacing: .03em; line-height: 1.75; text-align: left; }

.fc_law_card { max-width: 1120px; margin: 44px 0 0 0; background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(34,34,34,.12); padding: 20px 40px; }
.fc_law_item { padding: 30px 0; }
.fc_law_item:has(~ .fc_law_item){ border-bottom: 1px solid var(--color_border); }
.fc_law_num_head { display: flex; align-items: center; gap: 14px; }
.fc_law_num {
	flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 61px; height: 61px; border-radius: 50%;
	background: var(--color_green); color: #fff; font-family: var(--font_serif); font-weight: 600; font-size: 26px;
}
.fc_law_heading { font-family: var(--font_sans); font-weight: 500; font-size: 23px; color: var(--color_green); letter-spacing: .1em; line-height: 1.4; }
.fc_law_item_body { display: flex; align-items: flex-start; gap: 28px; margin-top: 10px; }
.fc_law_photo { display: block; flex-shrink: 0; width: 308px; border-radius: 6px; overflow: hidden; }
.fc_law_photo img { display: block; width: 100%; }
.fc_law_photo-fit { aspect-ratio: 308 / 231; }
.fc_law_photo-fit img { height: 100%; object-fit: cover; }
.fc_law_text { flex: 1; font-size: 16px; letter-spacing: .02em; line-height: 1.75; }

.fc_law_ref { background: var(--color_cream); border-radius: 6px; padding: 24px 32px; display: flex; align-items: center; gap: 40px; }
.fc_law_ref_head { flex-shrink: 0; display: flex; align-items: center; gap: 16px; }
.fc_law_ref_icon { width: 57px; height: 57px; flex-shrink: 0; }
.fc_law_ref_label { font-family: var(--font_sans); font-weight: 500; font-size: 21px; letter-spacing: .1em; color: var(--color_green); }
.fc_law_ref_links { flex: 1; display: flex; flex-direction: column; gap: 10px; border-left: 1px solid var(--color_border); padding-left: 40px; }
.fc_law_ref_link {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	background: #fff; border-radius: 4px; padding: 14px 20px; font-size: 16px; letter-spacing: .1em; color: var(--color_text);
	transition: opacity .25s ease;
}
.fc_law_ref_link:hover { opacity: .7; text-decoration: none; }
.fc_law_ref_link_icon { width: 15px; flex-shrink: 0; }
.fc_law_note { max-width: 1120px; margin: 20px auto 0; font-size: 13px; color: var(--color_text_sub); letter-spacing: .02em; }

@media only screen and (max-width: 1200px) {
	.fc_law_card { padding: 16px 24px; }
	.fc_law_item_body { gap: 24px; }
	.fc_law_photo { width: 220px; }
}
@media only screen and (max-width: 960px) {
	.fc_law {
		padding: 70px 0; background-image: url(../img/fence/law_main_sp.png);
		background-position: top right; background-size: 284px auto;
	}
	.fc_law_head { max-width: none; }
	.fc_law_title { display: block; padding-left: 0; text-align: left; }
	.fc_law_item { padding: 24px 0; }
	.fc_law_item_body { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 14px; }
	.fc_law_photo { width: 100%; aspect-ratio: unset; }
	.fc_law_ref { flex-direction: column; align-items: stretch; gap: 20px; }
	.fc_law_ref_head { justify-content: center; }
	.fc_law_ref_links { border-top: 1px solid var(--color_border); border-left: none; padding: 20px 0 0 0; }
}
@media only screen and (max-width: 568px) {
	.fc_law { padding: 40px 0; }
	.fc_law_eyebrow { background:rgba(255,255,255,.7);	font-size: 16px; }
	.fc_law_lead { margin-top: 30px; }
	.fc_law_title::before {
		left: -40px;
    bottom: 0;
    top: unset;
    transform:none;
    width: 83px;
    background: url(../img/top/point_bg_heading.svg) bottom / contain no-repeat;
    opacity: 0.5;
	}
	.fc_law_num_head { gap: 10px; }
	.fc_law_text { font-size: 15px; }
	.fc_law_title { font-size: 20px; }
	.fc_law_title span { font-size: 24px; }
	.fc_law_card { padding: 0 20px 20px; border-radius: 6px; margin: 20px 0 0 0; }
	.fc_law_num { width: 44px; height: 44px; font-size: 19px; }
	.fc_law_heading { font-size: 18px; }
	.fc_law_ref { padding: 16px; gap: 10px; }
	.fc_law_ref_icon { width: 46px; height: 46px; }
	.fc_law_ref_label { font-size: 18px; }
	.fc_law_ref_link { font-size: 13px; padding: 12px 14px; }
	.fc_law_ref_links { padding: 12px 0 0 0; }
}
