@charset "UTF-8";
/* ==============================================
   外構工事プログレス滋賀 - garden.css (庭リフォームページ)
   PC first / breakpoints: 1200 / 960 / 568
============================================== */

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

/* ==============================================
   MV背景画像
============================================== */
.mv_slide-01 { background-image: url(../img/garden/mv_bg_pc.jpg); }
.mv_badge_icon {
	width: 39px;
}
.mv_sub{margin-bottom: 5px;}
.mv_heading {
	line-height: 1.4;
	margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
	.mv_slide-01 { background-image: url(../img/garden/mv_bg_sp.jpg); }
}
@media only screen and (max-width: 568px) {
	.mv_badge_item:nth-of-type(2) .mv_badge_icon img {
		width: 36px;
	}
	.mv_accent { font-size: 30px; }
}

/* ==============================================
   MVキャッチコピー（わが家に、くつろぎが増える庭時間を。）
   3行目「庭時間を。」と、2行目内の「が」だけ縮小
============================================== */
.mv_heading_line3 { display: block; font-size: 52px; letter-spacing: .08em; }
.gd_mv_accent-sm { font-size: 54px; }
.gd_mv_masu-sp { display: none; }
@media only screen and (max-width: 960px) {
	.mv_heading_line3 { font-size: 28px; }
	.gd_mv_accent-sm { font-size: 29px; }
}
@media only screen and (max-width: 568px) {
	.mv_heading_line2 { display: inline-block; }
	.mv_heading_line3 { font-size: 26px; text-align: left; }
	.gd_mv_accent-sm { font-size: 27px; }
	.gd_mv_masu-pc { display: none; }
	.gd_mv_masu-sp { display: inline; }
}

/* ==============================================
   MV追加パーツ（家族のそばに、ほっとできる空間を。バナー）
============================================== */
.gd_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;
}

@media only screen and (max-width: 568px) {
	.gd_mv_pill { font-size: 14px; padding: 8px 16px; }
	.mv_badge_item { gap: 5px; }
	.mv_badge_icon img { width: 36px; }
	.mv_badge_icon img[src*="mv_icon_green"] { width: 24px; }
	.mv_badge_icon img[src*="mv_icon_family"] { width: 38px; }
}

/* ==============================================
   導入セクション（3つのメリット）
============================================== */
.gd_intro { position: relative; background: var(--color_bg_alt); padding: 0 0 80px; overflow: hidden; }
.gd_intro_bg { position: absolute; top: 0; left: 0; width: 100%; height: 334px; z-index: 0; }
.gd_intro_bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.gd_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;
}
.gd_intro_head { position: relative; z-index: 1; text-align: center; padding-top: 30px; margin: 0 0 58px; }
.gd_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);
}
.gd_intro_title_word { position: relative; display: inline-block; background: #fff; padding: 0px 5px 0 10px; margin-right: 5px; }
.gd_intro_check { position: absolute; z-index: 2; top: -26px; left: -30px; width: 91px; height: auto; }
.gd_intro_title .is_green { font-size: 46px; }
.gd_intro_title_br { display: none; }
.gd_merit_list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.gd_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;
}
.gd_merit_item:not(:last-child) { border-right: 1px solid var(--color_border); }
.gd_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;
}
.gd_merit_row { display: contents; }
.gd_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; }
.gd_merit_photo { grid-area: photo; align-self: start; border-radius: 6px; overflow: hidden; aspect-ratio: 318 / 197; }
.gd_merit_photo img { width: 100%; height: 100%; object-fit: cover; }
.gd_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) {
	.gd_intro_card { padding: 48px 32px 36px; }
	.gd_merit_item { padding: 0 16px; }
}
@media only screen and (max-width: 960px) {
	.gd_intro { padding: 30px 0 50px; }
	.gd_intro_card { padding: 32px 24px 28px; }
	.gd_intro_head { padding-top: 26px; margin-bottom: 40px; }
	.gd_intro_title { font-size: 22px; white-space: normal; max-width: 90%; line-height: 1.5; margin: 0 auto; }
	.gd_intro_title_br { display: block; }
	.gd_intro_check { width: 66px; top: -22px; left: -24px; }

	.gd_merit_list { grid-template-columns: 1fr; gap: 0; }
	.gd_merit_item { display: block; border-right: none !important; padding: 0; text-align: left; }
	.gd_merit_item:not(:last-child) { padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--color_border); }
	.gd_merit_num {
		position: absolute; top: -15px; left: -15px; z-index: 2;
		width: 36px; height: 36px; font-size: 15px; margin-bottom: 0;
	}
	.gd_merit_row {
		display: flex; flex-direction: row-reverse; align-items: flex-start; gap: 14px;
	}
	.gd_merit_photo { flex: 0 0 145px; aspect-ratio: 145 / 96; border-radius: 6px; }
	.gd_merit_heading {
		flex: 1; font-size: 15px; text-align: center; margin-bottom: 0;
		display: flex; align-items: center; justify-content: center; min-height: 96px;
	}
	.gd_merit_text { margin-top: 12px; }
}
@media only screen and (max-width: 568px) {
	.gd_intro_bg { height: 220px; }
	.gd_intro_card { padding: 28px 20px 24px; }
	.gd_intro_card { border-radius: 6px; }
	.gd_intro_head { padding-top: 20px; margin-bottom: 28px; }
	.gd_intro_check { width: 70px; top: -20px; left: -30px; }
	.gd_intro_title { font-size: 23px; max-width: none; }
	.gd_intro_title .is_green { font-size: 27px; }
	.gd_merit_photo { flex-basis: 135px; }
	.gd_merit_heading { font-size: 18px; min-height: 90px; }
	.gd_merit_text { font-size: 13px; }
}

/* ==============================================
   費用について
============================================== */
.gd_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;
}
.gd_cost .l_container { position: relative; z-index: 1; }

.gd_cost_card {
	position: relative; max-width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px;
	box-shadow: 0 0 4px rgba(34,34,34,.1); padding: 40px 50px 40px;
}
.gd_cost_group { display: grid; grid-template-columns: 3fr 2fr; gap: 24px; align-items: center; }
.gd_cost_box { border: 1px solid var(--color_green); border-radius: 6px; padding: 13px 15px 26px; }
.gd_cost_box-extra { border-color: #e0deda; }
.gd_cost_box_label {
	background: var(--color_green); color: #fff; text-align: center; border-radius: 4px;
	padding: 10px 12px; margin: 0 0 20px; font-family: var(--font_sans); font-weight: 500; font-size: 22px; letter-spacing: .05em;
}
.gd_cost_box-extra .gd_cost_box_label { background: var(--color_green_light); color: #222; font-size: 18px; }
.gd_cost_box_label small { display: block; font-size: 14px; color: #f3fe55; font-weight: 400; margin-top: 2px; }
.gd_cost_box-extra .gd_cost_box_label small { color: #404040; font-size: 13px; }
.gd_cost_box_items { display: flex; align-items: center; justify-content: center; gap: 28px; }
.gd_cost_box_item { text-align: center; }
.gd_cost_box_item_title { font-family: var(--font_sans); font-weight: 700; font-size: 20px; color: var(--color_green); margin-bottom: 8px; }
.gd_cost_box-extra .gd_cost_box_item_title { color: #5e943a; font-size: 18px; }
.gd_cost_box_icon {
	display: flex; align-items: center; justify-content: center; width: 128px; height: 128px; border-radius: 50%;
	background: var(--color_green_light); margin: 0 auto;
}
.gd_cost_box_icon img { width: 60px; height: 60px; object-fit: contain; }
.gd_cost_box-extra .gd_cost_box_icon { width: 100px; height: 100px; }
.gd_cost_box-extra .gd_cost_box_icon img { width: 44px; height: 44px; }
.gd_cost_plus { font-size: 36px; color: var(--color_green); font-weight: 700; }

.gd_cost_summary { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 32px; }
.gd_cost_summary_arrow { flex-shrink: 0; width: 135px; }
.gd_cost_summary_box { display: flex; flex-direction: column; align-items: center; }
.gd_cost_formula { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.gd_cost_formula_row { display: contents; }
.gd_cost_formula_tag {
	display: inline-block; color: #fff; border-radius: 3px; font-size: 20px; letter-spacing: .05em; padding: 0 20px;
}
.gd_cost_formula_tag-base { background: var(--color_green); }
.gd_cost_formula_tag-extra { background: var(--color_green_light); color: #5e943a; font-size: 18px; }
.gd_cost_formula_op { color: var(--color_green_sub); font-weight: 700; }
.gd_cost_result {
	display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 12px;
	font-family: var(--font_serif); font-weight: 600; font-size: 36px; letter-spacing: .05em; color: var(--color_text); text-align: center;
}
.gd_cost_result_text { white-space: nowrap; }
.gd_cost_result_accent {
	color: var(--color_green); font-size: 45px; letter-spacing: .05em;
	background: linear-gradient(transparent 60%, #fdfd76 60%); padding: 0 4px;
}
.gd_cost_result_icon { width: 59px; }
.gd_cost_note { margin: 20px 0 0; font-size: 14px; color: var(--color_text_sub); letter-spacing: .02em; }

.gd_budget_list { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gd_budget_card { background: #fff; border-radius: 10px; padding: 16px; text-align: center; }
.gd_budget_amount {
	background: var(--color_green); color: #fff; border-radius: 4px; padding: 0 10px; margin-bottom: 16px;
	font-family: var(--font_serif); font-weight: 600; font-size: 20px; letter-spacing: .05em;
}
.gd_budget_amount em { font-style: normal; font-size: 26px; }
.gd_budget_photo { border-radius: 6px; overflow: hidden; aspect-ratio: 324 / 154; }
.gd_budget_photo img { width: 100%; height: 100%; object-fit: cover; }
.gd_budget_text { margin-top: 10px; font-size: 16px; letter-spacing: .02em; line-height: 1.7; text-align: left; }

.gd_price_table { max-width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; padding: 16px; }
.gd_price_table_frame { border: 1px solid var(--color_border); border-radius: 8px; overflow: hidden; }
.gd_price_table_head {
	display: grid; grid-template-columns: 1fr 1fr; background: var(--color_green_light);
	font-family: var(--font_sans); font-weight: 500; font-size: 22px; letter-spacing: .05em; color: var(--color_text);
	border-bottom: 1px solid var(--color_border);
}
.gd_price_table_head span { text-align: center; padding: 20px 0; }
.gd_price_table_head span:first-child { border-right: 1px solid var(--color_border); }
.gd_price_table_body li {
	display: grid; grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--color_border);
}
.gd_price_table_body li:first-child { border-top: none; }
.gd_price_table_left {
	display: flex; align-items: center; justify-content: flex-start; gap: 14px;
	padding: 20px 0 20px 130px; border-right: 1px solid var(--color_border);
}
.gd_price_box { display: flex; align-items: center; justify-content: center; }
.gd_price_table_icon { flex-shrink: 0; width: 46px; display: flex; align-items: center; justify-content: center; }
.gd_price_table_icon img { max-width: 100%; max-height: 41px; }
.gd_price_table_name { font-size: 18px; font-weight: 500; letter-spacing: .03em; color: var(--color_text); text-align: left; }
.gd_price_table_amount {
	display: flex; align-items: flex-end; justify-content: center; flex-wrap: wrap;
	font-size: 18px; letter-spacing: .02em; color: var(--color_green); font-weight: 500; text-align: center; line-height: 1; gap:2px;
}
.gd_price_table_amount em { font-style: normal; font-size: 28px; font-weight: 500; }
.gd_price_table_unit { font-size: 18px; }
.info_callout_text{font-size: 16px; margin-top: 10px;}
@media only screen and (max-width: 1200px) {
	.gd_cost_card { padding: 32px 24px 28px; }
	.gd_cost_box { padding: 10px 12px 20px; }
	.gd_cost_box_items { gap: 16px; }
	.gd_cost_box_icon { width: 90px; height: 90px; }
	.gd_cost_box_icon img { width: 46px; height: 46px; }
	.gd_cost_box-extra .gd_cost_box_icon { width: 67px; height: 67px; }
	.gd_cost_box-extra .gd_cost_box_icon img { width: 34px; height: 34px; }
}
@media only screen and (max-width: 960px) {
	.gd_cost { padding: 40px 0; background-image: url(../img/common/cost_bg_blur_sp.png); }
	.gd_cost_group { grid-template-columns: 1fr; gap: 16px; }
	.gd_cost_box_label { font-size: 18px; }
	.gd_cost_box_label small { font-size: 13px; }
	.gd_cost_summary { flex-direction: column; margin-top: 10px; gap: 0; }
	.gd_cost_formula { display: flex; flex-direction: column; align-items: center; gap: 5px; }
	.gd_cost_formula_row { display: flex; align-items: center; justify-content: center; gap: 5px; }
	.gd_cost_formula_row-base .gd_cost_formula_tag-base { flex: 1; }
	.gd_cost_formula_tag { font-size: 14px; padding: 2px 12px; text-align: center; }
	.gd_cost_result { font-size: 20px; }
	.gd_cost_result_accent { font-size: 26px; }
	.gd_cost_summary_arrow { display: none; }
	.gd_cost_summary::before {
		content: ""; width: 0; height: 0;
		border-left: 20px solid transparent; border-right: 20px solid transparent;
		border-top: 20px solid #f3fe55; margin-bottom: 10px;
	}
	.gd_budget_list { grid-template-columns: 1fr; gap: 16px; }
	.gd_price_table_head span { font-size: 18px; padding: 16px 0; }
	.gd_price_table_left { padding: 16px; gap: 10px; }
	.gd_price_table_name { font-size: 16px; }
	.gd_price_table_amount { padding: 16px; font-size: 16px; }
	.gd_price_table_amount em { font-size: 24px; }
	.gd_price_table_unit { font-size: 16px; }
}
@media only screen and (max-width: 568px) {
	.gd_cost_card { border-radius: 6px; }
	.gd_cost_box-extra .gd_cost_box_label { font-size: 16px; }
	.gd_cost_box { border-radius: 4px; padding: 8px 10px 16px; }
	.gd_cost_box_label { border-radius: 3px; font-size: 15px; padding: 8px 10px; }
	.gd_cost_box_label small { font-size: 12px; }
	.gd_cost_box_items { gap: 10px; }
	.gd_cost_box_icon { width: 76px; height: 76px; }
	.gd_cost_box_icon img { width: 38px; height: 38px; }
	.gd_cost_box-extra .gd_cost_box_icon { width: 70px; height: 70px; }
	.gd_cost_box-extra .gd_cost_box_icon img { width: 35px; height: 35px; }
	.gd_cost_box_item_title { font-size: 15px; }
	.gd_cost_summary_arrow { width: 26px; transform: rotate(15deg); }
	.gd_cost_result_icon { gap: 5px; width: 35px; }
	.gd_cost_formula { width: 100%; }
	.gd_cost_formula_row-base .gd_cost_formula_tag { padding: 2px 20px; }
	.gd_cost_formula_row-extra .gd_cost_formula_tag { padding: 2px 10px; }
	.gd_cost_formula_tag-base { font-size: 15px; }
	.gd_cost_formula_tag-extra { font-size: 13px; }
	.gd_cost_box-extra .gd_cost_box_item_title { font-size: 14px; }
	/* 予算カード：SPは写真(左)+テキスト(右)の横並びに変化 */
	.gd_budget_card { text-align: left; padding: 14px; }
	.gd_budget_card { border-radius: 6px; }
	.gd_budget_amount { display: block; width: 100%; text-align: center; box-sizing: border-box; font-size: 17px; margin-bottom: 10px; padding: 0; }
	.gd_budget_amount em { font-size: 22px; }
	.gd_budget_card_row { display: flex; align-items: flex-start; gap: 14px; }
	.gd_budget_photo { flex: 0 0 45%; }
	.gd_budget_text { flex: 1; margin-top: 0; font-size: 15px; line-height: 1.6; }
	/* 費用テーブル：SPも2カラム(工事内容/費用)を維持し、名称・金額単位は2行に折返し */
	.gd_price_table { padding: 10px; }
	.gd_price_table { border-radius: 6px; }
	.gd_price_table_head span { font-size: 17px; padding: 13px 0; }
	.gd_price_table_left { padding: 16px 8px; gap: 8px; justify-content: center; }
	.gd_price_table_icon { width: 30px; justify-content: flex-start; }
	.gd_price_table_icon img { max-height: 24px; }
	.gd_price_table_name { font-size: 16px; line-height: 1.5; }
	.gd_price_table_amount { padding: 16px 8px; font-size: 15px; line-height: 1.5; display: block; }
	.gd_price_table_amount em { font-size: 23px; }
	.gd_price_table_unit { font-size: 15px; }
	.info_callout_pill {margin-bottom: 0;	}
	.info_callout_text{font-size: 14px; }
}

/* ==============================================
   3つのポイント
============================================== */
/* 背景画像・半透明パネル(.gd_points / .gd_points .l_container)は css/underlayer.css で共通定義 */
.gd_points_title_num { font-size: 55px; }
.gd_points_title_unit { font-size: 46px; }
.gd_points_nav { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gd_points_nav_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: 32px 28px 50px; min-height: 168px; transition: box-shadow .25s ease, transform .25s ease;
}
.gd_points_nav_item a:hover { box-shadow: 0 0 8px rgba(34,34,34,.18); transform: translateY(-2px); }
.gd_points_nav_head { display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.gd_points_nav_num {
	flex-shrink: 0; font-family: var(--font_serif); font-weight: 600; font-size: 60px; color: var(--color_green); line-height: 1;
	transform: skewX(-7deg) scaleY(.99);
}
.gd_points_nav_title { font-family: var(--font_sans); font-weight: 500; font-size: 19px; letter-spacing: .08em; color: var(--color_green); line-height: 1.4; }
.gd_points_nav_body {
	position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px;
}
.gd_points_nav_desc {
	font-family: var(--font_sans); font-weight: 500; font-size: 15px; letter-spacing: .075em; color: var(--color_text); line-height: 1.75;
}
.gd_points_nav_illust { flex-shrink: 0; height: 85px; overflow: visible; pointer-events: none; display: flex; align-items: flex-end; }
.gd_points_nav_illust img { width: auto; height: 100%; max-width: 100%; object-fit: contain; }
.gd_points_nav_item a::before {
	content: ""; position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
	width: 35px; height: 35px; border-radius: 50%; border: 1px solid var(--color_green);
}
.gd_points_nav_item a::after {
	content: ""; position: absolute; left: 50%; bottom: 38px; width: 7px; height: 7px;
	border-right: 2px solid var(--color_green); border-bottom: 2px solid var(--color_green);
	transform: translate(-50%, 50%) rotate(45deg);
}

.gd_point_block { padding: 70px 0 0; }
.gd_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: 22px 52px 60px;
}
.gd_point_label {
	position: absolute; left: -19px; top: -12px; z-index: 2; width: 99px; pointer-events: none;
	transform: rotate(-12deg) skewX(-5deg);
}
.gd_point_label img { width: 100%; display: block; }
.gd_point_head { display: flex; align-items: center; gap: 20px; }
.gd_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);
}
.gd_point_title { font-family: var(--font_serif); font-weight: 600; font-size: 32px; letter-spacing: .05em; color: var(--color_green); }
.gd_point_lead { margin-top: 24px; font-size: 16px; letter-spacing: .03em; line-height: 1.75; color: var(--color_text); }

/* --- Point01 どのような庭にしたいか (3col: カラーヘッダー→写真→説明→チェックリスト) --- */
.gd_type_list { margin-top: 32px; display: grid; gap: 20px; grid-auto-rows: 1fr; }
.gd_type_list-3col { grid-template-columns: repeat(3, 1fr); }
.gd_type_card { background: #fff; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.gd_type_card_head {
	background: var(--color_green); color: #fff; text-align: center; padding: 0; height: 48px;
	display: flex; align-items: center; justify-content: center;
	font-family: var(--font_sans); font-weight: 500; font-size: 20px; letter-spacing: .03em; line-height: 1.35;
}
.gd_type_card_photo { aspect-ratio: 325 / 164; }
.gd_type_card_photo img { width: 100%; height: 100%; object-fit: cover; }
.gd_type_card_desc { padding: 16px 20px 0; font-size: 17px; font-weight: 500; letter-spacing: .1em; line-height: 1.5; color: #23794f; }
.gd_check_list { padding: 12px 20px 20px; display: flex; flex-direction: column; gap: 6px; }
.gd_check_list li { position: relative; padding-left: 22px; font-size: 14px; letter-spacing: .02em; line-height: 1.5; }
.gd_check_list li::before {
	content: ""; position: absolute; left: 0; top: 2px; width: 16px; height: 16px;
	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;
}

/* --- Point02 庭の仕上げを選ぶ (4col: 写真→スペック表) --- */
.gd_finish_list { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gd_finish_card { background: #fff; border-radius: 6px; overflow: hidden; }
.gd_finish_card_head {
	text-align: center; padding: 16px 12px 0;
	font-weight: 500; font-size: 18px; letter-spacing: .05em; color: var(--color_green);
}
.gd_finish_card_photo { margin: 14px 18px 0; }
.gd_finish_card_photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.gd_finish_spec {
	margin: 16px 18px 20px; border: 1px solid var(--color_border); border-radius: 4px; overflow: hidden;
}
.gd_finish_spec > div { display: grid; grid-template-columns: 74px 1fr; align-items: center; }
.gd_finish_spec > div:not(:first-child) { border-top: 1px solid var(--color_border); }
.gd_finish_spec dt {
	margin: 0; background: var(--color_green_light); align-self: stretch; display: flex; align-items: center;
	font-size: 14px; font-weight: 400; color: var(--color_text); letter-spacing: .03em; padding: 10px 5px;
}
.gd_finish_spec dd { margin: 0; font-size: 14px; font-weight: 400; color: var(--color_text); letter-spacing: .03em; padding: 10px 5px; }

/* --- Point03 必要な設備を組み合わせる (4col: 見出し→写真→説明) --- */
.gd_equip_list { margin-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gd_equip_card { background: #fff; border-radius: 6px; overflow: hidden; }
.gd_equip_head {
	text-align: center; padding: 19px 16px 0;
	font-family: var(--font_sans); font-weight: 500; font-size: 18px; letter-spacing: .03em; color: var(--color_green);
}
.gd_equip_photo { margin: 14px 18px 0; border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 2.5; }
.gd_equip_photo img { width: 100%; height: 100%; object-fit: cover; }
.gd_equip_row { display: flex; align-items: flex-start; gap: 14px; padding: 12px 18px 18px; }
.gd_equip_icon { flex-shrink: 0; width: 40px; display: flex; align-items: flex-start; justify-content: center; padding-top: 2px; }
.gd_equip_icon img { max-width: 100%; height: auto; }
.gd_equip_text { flex: 1; font-size: 14px; letter-spacing: .03em; line-height: 1.35; color: var(--color_text); text-align: left; }

@media only screen and (max-width: 1200px) {
	.gd_finish_list, .gd_equip_list { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 1fr; }
}
@media only screen and (max-width: 960px) {
	.gd_points_nav { grid-template-columns: 1fr; gap: 14px; }
	.gd_points_nav_item a { border-radius: 6px; padding: 20px 24px 24px; min-height: 122px; }
	.gd_points_nav_num { font-size: 45px; }
	.gd_points_nav_title { font-size: 17px; }
	.gd_points_nav_desc { margin-top: 10px; font-size: 14px; }
	.gd_points_nav_illust { position: absolute; top: 0; right: 20px; height: 65px; width: auto; }
	.gd_points_nav_item a::before {
		left: auto; right: 12px; bottom: auto; top: 50%; transform: translateY(-50%);
		width: 25px; height: 25px;
	}
	.gd_points_nav_item a::after {
		left: auto; right: 25px; bottom: auto; top: 50%; transform: translate(50%, -60%) rotate(45deg);
	}
	.gd_point_block { padding: 0; margin-bottom: 40px; }
	.gd_point_card {
		width: calc(100% + 40px); margin: 0 -20px; border-radius: 0; padding: 20px 20px 50px;
	}
	.gd_point_label { width: 64px; left: 4px; top: -6px; }
	.gd_point_head { gap: 12px; }
	.gd_point_num { font-size: 50px; }
	.gd_point_title { font-size: 22px; }
	.gd_point_lead { margin-top: 14px; font-size: 15px; }
	.gd_type_list, .gd_finish_list, .gd_equip_list { margin-top: 22px; gap: 16px; }
	.gd_type_list-3col { grid-template-columns: 1fr; }
	.gd_finish_list, .gd_equip_list { grid-template-columns: repeat(2, 1fr); }
	.gd_type_card_head { height: 40px; font-size: 17px; }
}
@media only screen and (max-width: 568px) {
	.gd_points_title_num { font-size: 40px; }
	.gd_points_title_unit { font-size: 30px; }
	.gd_point_title { font-size: 21px; }
	.gd_finish_list, .gd_equip_list { grid-template-columns: 1fr; gap: 20px; }
	.gd_type_card_head { font-size: 18px; }
	.gd_type_card_desc { font-size: 16px; }
	.gd_points_nav_body { margin-top: 0; }
	.gd_check_list li { font-size: 14px; }
	.gd_finish_spec dt { font-size: 15px; text-align: center; display: block;}
	.gd_finish_spec dd { font-size: 15px; padding: 10px;}

	/* Point03 必要な設備：SPは写真(左)+アイコン・説明(右)の横並びに変化 */
	.gd_equip_card { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 14px; align-items: start; padding: 16px; }
	.gd_equip_head { grid-column: 1 / -1; padding: 0 0 5px; text-align: center; }
	.gd_equip_photo { grid-column: 1; margin: 0; aspect-ratio: 4 / 2.5; }
	.gd_equip_row { grid-column: 2; padding: 0; flex-direction: column; align-items: flex-start; gap: 6px; align-self: center; }
	.gd_equip_icon { padding-top: 0; margin: 0 auto; }
	.gd_equip_text { text-align: left; }
}

/* ==============================================
   庭リフォームの前に確認しておきたいこと
============================================== */
.gd_law {
	position: relative; background: var(--color_bg) url(../img/garden/law_main_pc.png) top right no-repeat;
	padding: 70px 0; overflow: hidden;
}
.gd_law .l_container { position: relative; z-index: 1; }
.gd_law_head { max-width: 700px; text-align: center; }
.gd_law_contents { width: 70%; }
.gd_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;
}
.gd_law_title {
	position: relative; display: inline-block; padding-left: 104px; text-align: left;
	font-family: var(--font_serif); font-weight: 600; font-size: 33px; letter-spacing: .05em; line-height: 1.4; color: var(--color_text);
}
.gd_law_title span { font-size: 40px; }
.gd_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;
}
.gd_law_lead { margin-top: 20px; font-size: 16px; letter-spacing: .03em; line-height: 1.75; text-align: left; }

.gd_law_card { max-width: 1120px; margin: 44px auto 0; background: #fff; border-radius: 10px; box-shadow: 0 0 4px rgba(34,34,34,.12); padding: 30px; }
.gd_law_list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.gd_law_item {
	position: relative;
	display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; row-gap: 16px;
	grid-template-areas: "num heading" "photo photo" "text text" "tags tags";
	align-items: center; padding: 0 24px;
}
.gd_law_item:not(:last-child) { border-right: 1px solid var(--color_border); }
.gd_law_num {
	grid-area: num; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%;
	background: var(--color_green); color: #fff; font-family: var(--font_serif); font-weight: 600; font-size: 20px;
}
.gd_law_heading { grid-area: heading; font-family: var(--font_sans); font-weight: 500; font-size: 23px; color: var(--color_green); letter-spacing: .05em; line-height: 1.4; }
.gd_law_photo { grid-area: photo; border-radius: 6px; overflow: hidden; aspect-ratio: 318 / 132; }
.gd_law_photo img { width: 100%; height: 100%; object-fit: cover; }
.gd_law_text { grid-area: text; align-self: start; font-size: 16px; letter-spacing: .02em; line-height: 1.7; min-height: 5.4em; }
.gd_law_tags { grid-area: tags; align-self: start; display: flex; flex-wrap: wrap; gap: 8px; }
.gd_law_tags li { position: relative; background: var(--color_green_light); color: var(--color_green); border-radius: 2px; padding: 5px 10px 5px 22px; font-size: 14px; letter-spacing: .02em; }
.gd_law_tags li::before {
	content: ""; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 12px; height: 12px;
	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;
}
.gd_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) {
	.gd_law_card { padding: 32px 24px 28px; }
}
@media only screen and (max-width: 960px) {
	.gd_law {
		padding: 70px 0; background-image: url(../img/garden/law_main_sp.png);
		background-position: top right; background-size: 284px auto;
	}
	.gd_law_head { max-width: none; }
	.gd_law_contents { width: 100%; }
	.gd_law_title { display: block; padding-left: 0; text-align: left; }
	.gd_law_list { grid-template-columns: 1fr; gap: 32px; }
	.gd_law_item {
		grid-template-columns: 1fr 1fr; column-gap: 10px; row-gap: 5px;
		grid-template-areas: "photo heading" "text text" "tags tags";
		align-items: center;
		border-right: none !important; padding: 0;
	}
	.gd_law_item:not(:last-child) { padding-bottom: 32px; border-bottom: 1px solid var(--color_border); }
	.gd_law_photo { height: 96px; aspect-ratio: auto; }
	.gd_law_text { min-height: 0; }
	.gd_law_num {
		position: absolute; left: 0; top: 0; transform: translate(-25%, -25%); z-index: 2;
		width: 36px; height: 36px; font-size: 15px;
	}
	.gd_law_heading { text-align: center; font-size: 18px; }
}
@media only screen and (max-width: 568px) {
	.gd_law { padding: 40px 0; }
	.gd_law_eyebrow { background: rgba(255,255,255,.7); font-size: 16px; }
	.gd_law_lead { margin-top: 60px; }
	.gd_law_title { font-size: 20px; padding-left: 0; }
	.gd_law_title span { font-size: 24px; }
	.gd_law_card { padding: 24px 20px; }
	.gd_law_card { border-radius: 6px; }
	.gd_law_tags { margin-top: 10px; }
	.gd_law_title::before {
		left: -40px;
		bottom: -40px;
		top: unset;
		transform: none;
		width: 83px;
		background: url(../img/top/point_bg_heading.svg) bottom / contain no-repeat;
		opacity: 0.5;
	}
}

/* ==============================================
   工事の流れ
============================================== */
.flow_banner_text {
	font-size: 16px;
}
@media only screen and (max-width: 568px) {
	.flow .section_title { font-size: 29px; }
}
