@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}

.spot-heading02{
	text-align: center;
	position: relative;
	top:calc((var(--v-space2) + 3em) * -1);
	display: block;
	z-index: 3;
	margin-bottom: calc((var(--v-space2) + 1em) * -1);
}
.spot-heading02 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}
.spot-heading02 p {
	position: relative;
	font-size: clamp(35px,5vw,50px);
	font-family: "Corinthia", cursive;
	line-height: 1.2;
	color: var(--accent-color1);
	font-weight: 400;
}
.spot-heading02 h2 {
	position: relative;
	top:-13px;
	font-size: clamp(25px, 2.4vw, 33px);
	line-height: 1.2;
	color: #444;
	font-weight: normal;
	margin-bottom: 25px;
}

.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #222222;
	margin: 1.1% auto;	/*今回のみ*/
}
@media only screen and (max-width: 767px) {
	.line {
		padding-top: 10%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
@media only screen and (max-width: 767px) {
	.line2 {
		padding-top: 10%;
	}
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.1em; /* 文章と横棒の間隔 */
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/*タグ*/
/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
	margin-bottom: 30px;
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	color: #FFF;
	padding: 5px;
	font-size: clamp(14px, 1.6vw, 16px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 50px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	border-radius: 20px;
	border: 1px solid #FFF;
}
.kakomi-tag01 p.end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	color:var(--txt-color);
	padding: 0px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
	border:transparent;
	display: flex;
	align-items: flex-end;
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 5vw, 50px) 0 var(--v-space2);
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}
.heading-h2-transparent {
	text-align: center;
	padding: 0 0 50px 0;
}

.heading-h2-transparent__title {
	margin: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}

.heading-h2-transparent__en-wrap {
	background-color: var(--main-color);
	color: #FFF;
	padding: 8px 20px 15px;
	margin-bottom: 10px;
	line-height: 0.7;
}

.heading-h2-transparent__en-text {
	font-size: 0.9rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.heading-h2-transparent__ja-text {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/* 誠心堂の3つの安心サービス */
.top_sec1 {
	padding: var(--v-space2) 0 var(--v-space) 0;
	background-color: #f1f1f1;

	position: relative;
	z-index: 1;
}

.top_sec1 h3 {
	font-size: 28px;
	margin-bottom: 40px;
	color: var(--main-color);
	position: relative;
	text-align: center;
}

.top_sec1 h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: var(--accent-color1);
	margin: 10px auto 0;
}

/* 親：カードの並び（Grid） */
.top_sec1__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* 子：カード（subgrid） */
.top_sec1__cards-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3; /* subgridを使うために行を共有 */
	background-color: var(--base-color);
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: var(--txt-color);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
	gap:0px;
}

.top_sec1__cards-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	border-color: var(--main-color);
}

/* 写真 */
.card-photo {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* タイトル */
.top_sec1__cards-item h4 {
	font-size: 20px;
	margin: 15px;
	color: var(--main-color);
	text-align: center;
}

/* 文 */
.top_sec1__cards-item p {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 15px 20px;
	text-align: left;
}


@media only screen and (max-width: 960px) {
	.top_sec1__cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}


@media only screen and (max-width: 600px) {
	.top_sec1__cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

/* 誠心堂が選ばれる理由 */
.top_sec2 {
	padding: var(--v-space2) 0 var(--v-space) 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.top_sec2 h3 {
	font-size: 28px;
	margin-bottom: 40px;
	color: var(--main-color);
	position: relative;
	text-align: center;
}

.top_sec2 h3::after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: var(--accent-color1);
	margin: 10px auto 0;
}

/* 親：カードの並び（Grid） */
.top_sec2__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* 子：カード（subgrid） */
.top_sec2__cards-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3; /* subgridを使うために行を共有 */
	background-color: var(--base-color);
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	color: var(--txt-color);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
	gap: 0;
}


/* 写真 */
.top_sec2__cards-item .card-photo {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.top_sec2__cards-item .card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* タイトル */
.top_sec2__cards-item h4 {
	font-size: 20px;
	margin: 15px;
	color: var(--main-color);
	text-align: center;
}

/* 文 */
.top_sec2__cards-item p {
	font-size: 15px;
	line-height: 1.6;
	padding: 0 15px 20px;
	text-align: left;
}

/* タブレット */
@media only screen and (max-width: 960px) {
	.top_sec2__cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

/* スマホ */
@media only screen and (max-width: 600px) {
	.top_sec2__cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}


/* お問い合わせを求めるセクション */
.lead_sec {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.lead_sec {
		background-image: url(../img/bg_01.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.lead_sec {
		background-image: url(../img/bg_01_sp.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
	}
}

/* .lead_sec h2 {
	font-size: clamp(30px, 6vw, 48px);
	margin-bottom: 10px;
	line-height: 1.3;
	color: #FFFF00; /* 黄色で最高に強調
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	text-align: center;
} */

.lead_sec h2 {
	font-size: clamp(30px, 6vw, 48px);
	margin-bottom: 10px;
	line-height: 1.3; /* 1.3 → 1.05 にしてギュッと */
	color: #FFFF00;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	text-align: center;
}

.lead_sec h2 span {
	display: block; /* ← これ必須（行として扱う） */
	font-size: clamp(20px, 2.5vw, 25px);
	margin: 0; /* 余白を完全にカット */
	line-height: 1.5;
	color: #FFFF00;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}
.lead_sec h2 span.mini {
	display: block; /* ← これ必須（行として扱う） */
	font-size: clamp(14px, 2.5vw, 16px) !important;
	margin: 0; /* 余白を完全にカット */
	line-height: 1.5;
	color: #FFFF00;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
}

.lead_sec h3 {
	font-size: clamp(18px, 3vw, 24px);
	font-weight: 500;
	color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--accent-color1);
	display: inline-block;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/*========================================================*/
/*  買取サービス（誠心堂） bu_sec1〜bu_sec7              */
/*=======================================================*/


/* bu_sec1：買取の流れ ---------------------------------- */

.bu_sec1 {
	padding: var(--v-space) 0;
	background-color: #f0f5f8;
	background-size: 7px 7px;
	background-image: repeating-linear-gradient(0deg, #4682B429, #4682B429 1px, #fff 1px, #fff);

	position: relative;
	z-index: 1;
}
.flow_design01 {
	margin: 0 auto;
}
.flow01 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto 1fr auto; /* ⭐親に行ラインを定義 */
	gap: 40px;
}

.flow01 .flow-item {
	position: relative;
	display: grid;
	grid-template-rows: subgrid; /* ⭐行を親から継承 */
	grid-row: span 4; /* 各アイテムを4行分にまたがせる */
	gap:0px;
	background-color: #17452b17;
	padding: 20px 15px;
}
/* フロー矢印（PC時） */
.flow01 > .flow-item:not(:first-child)::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 4px solid #999;   /* 右向き矢印 */
	border-right: 4px solid #999;
	position: absolute;
	top: 50%;                     /* ★カードの縦中央 */
	left: -30px;                  /* ★左に少しはみ出させる */
	transform: translateY(-50%) rotate(45deg);
	z-index: 2;
}

.flow-inner {
	display: contents; /* 子を直接 grid-line に参加させる */
}

/* タイトル・テキスト・写真が自動的に行に揃う */
.flow-item .icon01 {
	grid-row: 1;
	justify-self: center;
}
.icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--accent-color1);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
/*番号部分の吹き出し*/
.icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--accent-color1);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow-item h3 {
	grid-row: 2;
	text-align: center;
	color:var(--main-color);
}

.flow-item p {
	grid-row: 3;
	font-size: 15px;
	margin-bottom: 10px;
}

.flow-item figure {
	grid-row: 4;
	overflow: hidden;
}
.flow-item img {
	outline: 1px solid #fff;
	outline-offset: -0.4rem;
}

/*レスポンシブ*/
@media only screen and (max-width: 1200px) {
	.flow01 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto auto 1fr auto; /* ⭐親に行ラインを定義 */
		gap: 40px;
	}
}
@media only screen and (max-width: 767px) {
	.flow01 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto auto 1fr auto; /* ⭐親に行ラインを定義 */
		gap: 40px;
	}
	.flow01 > .flow-item:not(:first-child)::before {
		display: none;
	}
}

/* bu_sec2：誠心堂が選ばれる理由 ------------------------ */

/* 全体 */
.bu_sec2 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* グリッド */
.bu_sec2-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
@media only screen and (max-width: 960px) {
	.bu_sec2-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	.bu_sec2-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* カード */
.bu_sec2-item {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 32px 20px 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	border: 1px solid #e2e2e2;
	position: relative; /* ←バッジのため必須 */
	overflow: hidden;
}

/* 番号バッジ */
.bu-number {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--main-color);
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 10px;
	z-index: 2;
}

/* タイトル */
.bu_sec2-item h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--main-color);
	text-align: center;
}

/* 本文 */
.bu_sec2-item p {
	font-size: 15px;
	line-height: 1.8;
	color: var(--txt-color);
}



/* bu_sec3：買取対象品目 -------------------------------- */

.bu_sec3 {
	padding: var(--v-space) 0;
	background-color: #f7f7f7;

	position: relative;
	z-index: 1;
}


/* カード外側レイアウト */
.bu_sec3-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}

@media only screen and (max-width:960px) {
	.bu_sec3-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 567px) {
	.bu_sec3-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 各カード（高さ揃え subgrid） */
.bu_sec3-card__item div{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap:0px;

	background-color: #ffffffd7;
	border-radius: 15px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}

/* タイトル */
.bu_sec3-card__item h4{
	font-size: clamp(17px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 10px;
	position: relative;
	padding: 15px 15px 15px 35px ;
	background-image: linear-gradient(135deg,var(--main-color) 12%,transparent 12%);
	z-index: 3;
	text-align: center;
}

.bu_sec3-card__item h4::before{
	content: attr(data-en);
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 1%;
	color: #fff;
	font-size: clamp(17px,2vw,18px);
	font-family: "Montserrat", sans-serif;
}

/* 画像 */
.bu_sec3-card__item img{
	border-radius: 15px 15px 0px 0px;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 説明文 */
.bu_sec3-card__item p{
	position: relative;
	top:-20px;
	padding: 0 20px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}


/*======= 遺品整理ページ ======*/
.cl_sec1{
	padding: var(--v-space) 0;
	background-color: #f1f1f1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* グリッドレイアウト (親) */
.cl_sec1__features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 30px;
	grid-auto-rows: auto;
}

/* カードデザイン (子) */
.cl_sec1__feature-card {
	background: #fff;
	border: 1px solid #eef1f0;
	border-radius: 12px;
	padding: 30px;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;

	/* Subgridの設定 */
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	gap: 15px;
}

.cl_sec1__feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(44, 74, 69, 0.1);
}

/* 数字のバッジ (グリッドフローから除外) */
.cl_sec1__card-number {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #2c4a45;
	color: #fff;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.2rem;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 12px;
	z-index: 1;
}

/* アイコンエリア (Grid Item 1) */
.cl_sec1__icon-area {
	display: flex;
	justify-content: center;
	align-items: flex-end; /* 下揃え */
}

.cl_sec1__icon-area img {
	width: 64px;
	height: 64px;
}

/* 見出し (Grid Item 2) */
.cl_sec1__feature-card h3 {
	position: relative;
	font-size: 1.25rem;
	color: #2c4a45;
	text-align: center;
	font-weight: 700;
	padding: 10px 0 5px;
	margin: 0;
	align-self: start;
}

/* 本文直上の下線 */
.cl_sec1__text-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

/* 本文エリア (Grid Item 3) */
.cl_sec1__text-area {
	position: relative;
	padding-top: 20px;
	font-size: 0.95rem;
	color: #555;
	text-align: left;
}

.cl_sec1__text-area p {
	margin-bottom: 10px;
}

.cl_sec1__text-area p:last-child {
	margin-bottom: 0;
}

/* スマホ対応 */
@media (max-width: 768px) {

	.cl_sec1__features-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.cl_sec1__feature-card {
		/* subgrid解除 */
		display: block;
		grid-row: auto;
		grid-template-rows: none;
	}

	.cl_sec1__feature-card h3 {
		margin-bottom: 15px;
	}

	.cl_sec1__icon-area {
		margin-bottom: 20px;
		margin-top: 10px;
	}
}

/* サービス内容一覧 */
.cl_sec2{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* cl_sec2 サービス内容一覧：カード外側レイアウト */
.cl_sec2-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}

@media only screen and (max-width:960px) {
	.cl_sec2-card__item{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 567px) {
	.cl_sec2-card__item{
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 各カード（高さ揃え subgrid） */
.cl_sec2-card__item .cl_sec2-card{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap:0px;

	background-color: #ffffffd7;
	border-radius: 15px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}

/* タイトル */
.cl_sec2-card__item h4{
	font-size: clamp(17px,2vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 10px;
	position: relative;
	padding: 15px 15px 15px 35px;
	background-image: linear-gradient(135deg,var(--main-color) 12%,transparent 12%);
	z-index: 3;
}

.cl_sec2-card__item h4::before{
	content: attr(data-en);
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 1%;
	color: #fff;
	font-size: clamp(17px,2vw,18px);
	font-family: "Montserrat", sans-serif;
}

/* 画像 */
.cl_sec2-card__item img{
	border-radius: 15px 15px 0 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 説明文 */
.cl_sec2-card__item p{
	position: relative;
	top:-20px;
	padding: 0 20px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}


/* フロー */
.cl_sec3{
	padding: var(--v-space) 0;
	background-color: #f1f1f1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* サービス案内 */
/* サービス内容一覧 */
.ct_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* ct_sec2 サービス内容一覧：カード外側レイアウト */
.ct_sec2-card__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 960px) {
	.ct_sec2-card__item {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 567px) {
	.ct_sec2-card__item {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 各カード（高さ揃え subgrid） */
.ct_sec2-card__item .ct_sec2-card {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0px;

	background-color: #ffffffd7;
	border-radius: 15px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}

/* タイトル */
.ct_sec2-card__item h4 {
	font-size: clamp(17px, 2vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 10px;
	position: relative;
	padding: 15px 15px 15px 35px;
	background-image: linear-gradient(135deg, var(--main-color) 12%, transparent 12%);
	z-index: 3;
}

.ct_sec2-card__item h4::before {
	content: attr(data-en);
	position: absolute;
	z-index: 2;
	top: 2%;
	left: 1%;
	color: #fff;
	font-size: clamp(17px, 2vw, 18px);
	font-family: "Montserrat", sans-serif;
}

/* 画像 */
.ct_sec2-card__item img {
	border-radius: 15px 15px 0 0;
	width: 100%;
	height: auto;
	object-fit: cover;
}

/* 説明文 */
.ct_sec2-card__item p {
	position: relative;
	top: -20px;
	padding: 0 20px;
	font-size: clamp(14px, 1.4vw, 16px);
	text-align: justify;
}


/* 料金案内セクション */
.ct_sec3 {
	padding: var(--v-space) 0;
	background-color: #edf5e6;
	position: relative;
	z-index: 1;
}

/* テーブル外側 */
.ct_sec3-tablewrap {
	margin-top: 0px;
}

/* テーブル */
.ct_sec3-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.ct_sec3-table thead th {
	background-color: var(--main-color);
	color: #fff;
	text-align: left;
	padding: 14px 12px;
	font-weight: 600;
}

.ct_sec3-table tbody td {
	padding: 14px 12px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.ct_sec3-table tbody tr:last-child td {
	border-bottom: none;
}

/* 備考 */
.ct_sec3-note {
	margin-top: 12px;
	font-size: 14px;
	color: var(--txt-color);
	line-height: 1.7;
	text-align: left;
}

/* スマホ対応 */
@media only screen and (max-width: 600px) {
	.ct_sec3-table {
		font-size: 14px;
		border: transparent;
		border-radius: 0px;
	}

	.ct_sec3-table thead {
		display: none;
	}
	

	.ct_sec3-table tr {
		display: block;
		margin-bottom: 15px;
		border: transparent;
		border-radius: 0px;
		padding: 0px;
	}

	.ct_sec3-table tbody td {
		padding: 0;
		padding-bottom: 5px;
		border-bottom: transparent;
		background: #fff;
	}

	.ct_sec3-indent {
		display: inline-block;
		margin-left: 8px;
	}

	.ct_sec3-table td {
		display: block;
		border: none;
		padding: 15px 0;
	}

	.ct_sec3-table td::before {
		content: attr(data-label);
		font-weight: 600;
		color: #FFF;
		display: block;
		margin-bottom: 3px;
		font-size: 14px;
		background-color: var(--main-color);
		padding: 5px 8px;
	}
}

/* Flow */
.ct_sec4 {
	padding: var(--v-space) 0;
	background-color: #f1f1f1;
	position: relative;
	z-index: 1;
}


/*======= 草刈り・伐採 ======*/

.ct_sec1 {
	padding: var(--v-space) 0;
	background-color: #f1f1f1;
	position: relative;
	z-index: 1;
}

/* グリッド */
.ct_sec1-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media only screen and (max-width: 960px) {
	.ct_sec1-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ct_sec1-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* カード */
.ct_sec1-item {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 32px 20px 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	border: 1px solid #e2e2e2;
	position: relative;
	overflow: hidden;
}

/* 番号バッジ */
.ct-number {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--main-color);
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 10px;
}

/* タイトル */
.ct_sec1-item h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: var(--main-color);
	text-align: center;
}

/* 本文 */
.ct_sec1-item p {
	font-size: 15px;
	line-height: 1.8;
	color: var(--txt-color);
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: clamp(70px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 700px;
	margin: 0 auto;
}
.info_sec1_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Arial', sans-serif;
}

.info_sec1_container .item {
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #fff;
	padding: 12px 16px;
	display: grid;
	grid-template-columns: 160px 1fr;
	align-items: stretch;
	gap: 20px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--txt-color);
	white-space: nowrap;
	background-color: #f1f1f1;
	padding: 5px 7px;
}

.info_sec1_container .content {
	/* display: flex; */
	align-items: center;
	color: #333;
	padding: 5px 7px;
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_sec1_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 10px 14px;
	}

	.info_sec1_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.info_sec1_container .content {
		font-size: 14px;
	}
}


.access_sec1{
	padding: var(--v-space) 0;	
	background-color: #f1f1f1;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/* 各都道府県 エリアセクション */
.area-title {
	font-size: clamp(27px,3.2vw,32px);
	font-weight: bold;
	color: var(--accent-color3);
	margin-bottom: 80px;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}

.area-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%); /* 中央に寄せる */
	bottom: -20px;
	width: 80%; /* ← テキスト幅の80% */
	height: 8px;
	background-color: #ff8c00b0;
	border-radius: 2px;
}

/* 選ばれる理由 */
.area_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	text-align: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */
}
@media print, screen and (min-width: 768px) {
	.area_sec1 {
		background-image: url(../img/bg_02.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.area_sec1 {
		background-image: url(../img/bg_02_sp.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}
.reason-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	text-align: left;
}

.reason-card {
	background-color: #ffffffe5;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-top: 5px solid var(--accent-color1);
	transition: transform 0.3s;
}

.reason-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.reason-card h3 {
	font-size: 22px;
	color: #2E8B57;
	margin-bottom: 15px;
	position: relative;
	text-align: center;/* ← タイトル中央寄せ */
	padding-left: 0;
	/* ← 余白をリセット */
}

.reason-card h3::before {
	content: attr(data-number);
	position: static; /* ← これが重要：絶対配置を解除 */
	display: block;
	margin: 0 auto 8px; /* ← 中央配置＆下に少し余白 */
	background-color: #2E8B57;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	font-weight: bold;
}

.reason-card p {
	font-size: 16px;
	color: var(--txt-color);
}

/* こんなお悩みありませんか？ */
/*section1*/
.area_sec2 {
	padding: var(--v-space2) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */
}


.area_sec2__title {
	font-size: clamp(30px, 5vw, 40px);
	font-weight: 700;
	text-align: center;
}

.area_sec2__title span {
	font-size: clamp(40px, 5vw, 60px);
}


ul.area_sec2__list {
	margin-top: 10px;
	font-size: clamp(16px, 2.5vw, 25px);
	line-height: 1.7;
	list-style-type: none;
	column-count: 1;	/*リスト横並び数を指定*/
	max-width: 850px;
	margin: 0 auto;
}

.area_sec2__list li+li {
	margin-top: 5px;
}

.area_sec2__list li {
	position: relative;
	padding-left: 35px;
	border-bottom: 1px solid #ccc;
}

.area_sec2__list li:before {
	content: "";
	position: absolute;
	width: clamp(2px, 2vw, 14px);
	height: clamp(15px, 3vw, 25px);
	top: 0em;
	left: 4px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid var(--accent-color1);
	border-bottom: 3px solid var(--accent-color1);
}

.area_sec2__list li:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: clamp(16px, 2.5vw, 25px);
	height: clamp(16px, 2.5vw, 25px);
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}

/* お任せください */
.area_sec3::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #FFF;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.area_sec3 {
	padding: var(--v-a-space) 0;
	background-color: #f2f4ef;

	padding-top: 100px;
	padding-bottom: 88px;
	position: relative;
}

.area_sec3__catch01 {
	font-size: clamp(18px, 5vw, 25px);
	text-align: center;
	width: 160px;
	margin-inline: auto;
	border: 1.5px solid var(--accent-color1);
	font-weight: 700;
	font-family: 'Kiwi Maru';
}

.area_sec3__title {
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	margin-top: 20px;
	position: relative;
	font-size: clamp(25px, 5vw, 40px);
	font-family: 'Kiwi Maru';
	background-image: url(../img/a_sec2__title.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.area_sec3__title span {
	font-size: clamp(35px, 5vw, 60px);
	color: var(--accent-color1);
}

/* サービス カード */
.service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	column-gap: 30px;
	row-gap: 0;
}

.service-card {
	/* グリッド設定 */
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	/* 親の行定義を引き継ぐ */

	/* 見た目の設定 */
	background-color: #FFF;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	text-align: left;
	border-top: 5px solid var(--accent-color1);

	/* 縦に並ぶカード同士の余白 */
	margin-bottom: 30px;
}

.service-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
}

.service-content {
	display: grid;
	grid-row: span 2;
	grid-template-rows: subgrid;
	padding: 20px;
}

.service-content h4 {
	font-size: 20px;
	color: var(--main-color);
	margin: 0 0 10px 0;
	text-align: center;
	padding-bottom: 5px;
	align-self: start;
}

.service-content p {
	font-size: 15px;
	margin: 0;
	color: #555;
	align-self: start;
}

/* 料金体系 */
.area_sec4 {
	padding: var(--v-space2) 0;
	background-color: #FFF;
	text-align: center;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */
}
@media print, screen and (min-width: 768px) {
	.area_sec4 {
		background-image: url(../img/bg_03.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.area_sec4 {
		background-image: url(../img/bg_03_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}

.price-list {
	list-style: none;
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 20px;
	border: 3px solid var(--accent-color3);
	border-radius: 8px;
	text-align: left;
	background-color: #ffffffaf;
}

.price-list li {
	font-size: 18px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
	/* チェックマーク分の余白 */
	font-weight: 500;
}

/* チェックの枠（薄い四角） */
.price-list li::after {
	content: "";
	position: absolute;
	top: 0.2em;
	left: 0;
	width: clamp(15px, 2vw, 18px);
	height: clamp(15px, 2vw, 18px);
	border: 2px solid #9c9c9c;
	border-radius: 3px;
}

/* チェックの線（✓ の形） */
.price-list li::before {
	content: "";
	position: absolute;
	width: clamp(3px, 0.8vw, 5px);
	height: clamp(10px, 2vw, 14px);
	top: 0.3em;
	left: 7px;
	transform: rotate(45deg);
	border-right: 3px solid var(--accent-color1);
	border-bottom: 3px solid var(--accent-color1);
}

/* 誠心堂について */
.area_sec5 {
	padding: var(--v-space2) 0;
	background-color: #FFF;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #9fc4a54f, #9fc4a54f 1px, #fff 1px, #fff);
	text-align: center;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */
}

/*中黒点*/
ul.list05 {
	list-style: none;
	padding-left: 2.5em;
	text-align: left;
	margin-top: 0.5em;
}

ul.list05 li {
  position: relative;
}

ul.list05 li::before {
	content: "•"; /* 好きな記号に変更OK */
	position: absolute;
	left: -0.5em;  /* 横位置 */
	top: -0.35em;     /* ← これで下げられる */
	font-size: 300%;
	font-weight: bold;
	color: var(--accent-color3);
	line-height: 1;
}

/* よくある質問 */
.area_sec6 {
	padding: var(--v-space2) 0;
	background-color: #f3e6e6;
	text-align: center;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */
}
@media print, screen and (min-width: 768px) {
	.area_sec6 {
		background-image: url(../img/bg_04.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.area_sec6 {
		background-image: url(../img/bg_04_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}


.faq-item {
	display: grid;
	position: relative;
	grid-template-columns: 1em 1fr;
	column-gap: 10px;
	row-gap: 2px;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #ffffffb7;
	padding: 20px;
	margin-bottom: 1em;
	border-radius: 8px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding-bottom: 2px;
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
