@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:var(--main-color);
}
.spot-heading02{
	font-size: clamp(25px, 2.7vw, 35px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--main-color);
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(16px,2vw,20px);
	font-weight: bold;
	text-align: center;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	color:var(--accent-color2);
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		text-align: left;
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: var(--main-color);
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}

.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(18px,5vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 1vw;
	color:rgb(104, 89, 68);
}

.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,70px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #ff7300;
	opacity: 0.3;
	transform: rotate(-10deg);
}
.spot__heading03 p {
	font-size: clamp(14px,1.4vw,16px);
	text-align: left;
	padding-left: 2px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
}

/*＼　／でタイトルを囲む*/
/*heading04の文字が小さいVer*/
.spot__heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px, 2vw, 18px);
	text-align: center;
	border: 0;
	color: #444;
	margin-bottom: 10px;
}

.spot__heading04::before,
.spot__heading04::after {
	content: '';
	width: 1px;
	height: 50px;
	background-color: #e7838a;
}

.spot__heading04::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.spot__heading04::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

@media only screen and (max-width: 568px) {
	.spot__heading04::before,.spot__heading04::after {
		content: '';
		width: 1px;
		height: 60px;
		background-color: #e7838a;
	}
}

.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--main-color);
	border-left: 2px solid var(--accent-color1);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--main-color);
	border-bottom: 2px solid var(--accent-color1);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 7px 2px 7px;
	margin: 0px 0px 5px;
	background-color: var(--main-color);
	border: 1px solid #eee;
	color:#FFF;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	background-color: var(--main-color);
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}

/*画像装飾*/
.imgdeco{
	box-shadow:10px 10px 0 var(--accent-color1);
	/*margin-bottom: 20px;*/
	max-width: 200px;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	background-size: cover;
}
.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}

/*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;
	}
}

/*創業年数テキスト*/
.founding_txt{
	display: flex;
	justify-content: center; /* 横中央 */
	align-items: center;    /* 縦中央 */
	gap: 0.2em;
	margin-bottom: 20px;
}
.founding_txt span{
	color: var(--accent-color2);
	border: 2px solid var(--accent-color2);
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-size: 1em;
	font-size:clamp(25px,4vw,35px);
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #fdfffa;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #e9f5d6, #e9f5d6 1px, #fdfffa 1px, #fdfffa);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}


/*TOP MESSAGE*/
.top_sec1{
	padding: var(--v-space) 0;
}
/* 印刷時は固定背景を出力する */
@media print{
	.top_sec1{
		background-image: url(../img/bg_01.jpg);
	}
}


/*======= 事業内容 ======*/
.se_sec1 {
	padding: 0;
	background-color: #f2f7e4;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.se_sec2 {
	padding: 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.se_heading01{
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 15px 0;
	top: 0;
	background: var(--main-color);
	color: #fff;
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
}
.se_heading01:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-left: dotted 2px var(--accent-color1);
	border-top: dotted 2px var(--accent-color1);
	border-bottom: dotted 2px var(--accent-color1);
}
.se_heading01:after{ 
	position: absolute;
	top: 0;
	right: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-right: dotted 2px var(--accent-color1);
	border-top: dotted 2px var(--accent-color1);
	border-bottom: dotted 2px var(--accent-color1);
}

.se_heading02{
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: 'Noto Serif JP', serif;
	color:var(--main-color);
	margin-bottom: 20px;
}
.se_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	min-height: 600px;
}

/* 写真が右のとき */
.se_sec1-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
}
.se_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 100px 50px;
}

@media only screen and (max-width: 1100px) {
	.se_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.se_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.se_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.se_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.se_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.se_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .se_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

/* 写真が左のとき */
.se_sec1-container-item3 { 	
	grid-area: 1 / 1 / 2 / 2;	
	padding: 100px 50px;
}
.se_sec1-container-item4 { 	
	grid-area: 1 / 2 / 2 / 3;	
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1100px) {
	.se_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.se_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.se_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.se_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.se_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.se_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .se_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

.se_sec1-bg01{
	background-image: url(../img/bg_02.jpg);	
	background-position: bottom left;
}
.se_sec1-bg02{
	background-image: url(../img/bg_03.jpg);
	background-position: top right;
}
.se_sec1-bg03{
	background-image: url(../img/bg_04.jpg);
	background-position: top left;
}
.se_sec1-bg04{
	background-image: url(../img/bg_08.jpg);
	background-position: top left;
}


/*======= 解体工事 ======*/

.de_sec1 {
	padding: var(--v-space2) 0 var(--v-space);
	background-color: #fcfff3;
	background-image: url(../img/bg_stripe01.png);
	background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.de_sec1-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	counter-reset: list;
}

.de_sec1-list li {
	font-size: 16px;
	line-height: 1.8;
	padding: 14px 20px 14px 50px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
	position: relative;
	transition: background 0.3s;
	display: flex;
	align-items: flex-start;
}

.de_sec1-list li:before {
	content: "";
	position: absolute;
	top: 1em;
	left: 0.8em;
	width: 25px;
	height: 25px;
	background-color: var(--accent-color2);
	/* border: 1px solid #9c9c9c; */
	border-radius: 15px;
}

.de_sec1-list li:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 1.1em;
	left: 1.3em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.de_sec1-list li:hover {
	background-color: #e6eaf7;
}
@media only screen and (max-width: 568px) {

	.de_sec1-list {
		gap:10px;
	}

	.de_sec1-list li {
		font-size: 14px;
		padding: 8px 5px 8px 30px;
	}
	
	.de_sec1-list li:before {
		content: "";
		position: absolute;
		top: .7em;
		left: 0.4em;
		width: 20px;
		height: 20px;
		background-color: var(--accent-color2);
		/* border: 1px solid #9c9c9c; */
		border-radius: 15px;
	}
	
	.de_sec1-list li:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 10px;
		top: .8em;
		left: .8em;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}

}

/*下矢印*/
.arrow-down {
	position: absolute;
	top: calc((var(--v-space2) + 4em) * -1);
	left:50%;
	width: 80px;
	height: 80px;
	transform: translateX(-50%) rotate(-45deg);
}

.arrow-down::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	border-left: 4px solid;
	border-bottom: 4px solid;
	border-image: linear-gradient(90deg, #758ccc, #2D3F6F);
	border-image-slice: 1;
}

.de_btm{
	margin: 0 auto;
	margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.de_btm{
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
.de_sec2 {
	padding: var(--v-space2) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.de_sec2__catch01 {
	font-size: clamp(18px,5vw,22px);
	text-align: center;
	width: 240px;
	margin-inline: auto;
	border: 1.5px solid var(--main-color);
	font-weight: 700;
	margin-bottom: 10px;
}

.de_sec2__catch02 {
	text-align: center;
	font-size: clamp(20px, 2vw, 23px);
	font-weight: 700;
	background: linear-gradient(to right, #4763b1, #758ccc);
	background-clip: text;
	-webkit-background-clip: text; /* WebKit用 */
	-webkit-text-fill-color: transparent; /* Safari, Chrome対策 */
	color: transparent; /* 保険として明示 */
	margin: 0 auto 1rem auto;
	max-width: fit-content;
	line-height: 1.4;
}

/*冒頭文章*/
.de_sec2__tx-c {
	text-align: center;
}
@media only screen and (max-width: 1100px) {
	.de_sec2__tx-c {
		text-align: left;
	}
}


.de_sec3 {
	padding: var(--v-space) 0;
	background-color: #aadffd;
	background-image: url(../img/bg_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 567px) {
	.de_sec3 {
	background-image: url(../img/bg_05_sp.jpg);
}
}

.de_sec4 {
	padding: var(--v-space) 0 var(--v-space2);
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= 事業内容 ======*/

.wa_sec1 {
	padding: var(--v-space) 0 var(--v-space);
	background-color: #FFF;
	background-image: url(../img/bg_06.jpg);
	background-position: center;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 567px) {
	.wa_sec1 {
		background-image: url(../img/bg_06_sp.jpg);
	}

}

.wa_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap:20px;
	max-width: 1000px;
	margin: 0 auto;
}
.wa_sec1-card__item div.frame {
	display: flex;
	flex-direction: row; /* 子要素を横並びにする */
	background-color: #f2f7e4;
	box-sizing: border-box;
	border: solid 1px #a8a8a8;
}
.wa_sec1-card__features {
	display: flex;
	align-items: center; /* 子要素の垂直方向の配置を中央揃え */
	padding: 10px 17px;
	text-align: center;
	position: relative;
	flex: 0.3; /* 横幅を均等にする */
}
.wa_sec1-card__features i{
	font-size: 25px;
	width: 30px;
	color: var(--main-color);
	display: inline-block;
}
@media only screen and (max-width: 768px) {

	.wa_sec1-card__features {
		display: flex;
		align-items: center; /* 子要素の垂直方向の配置を中央揃え */
		padding: 2px 5px;
		text-align: center;
		position: relative;
		flex: 0.7; /* 横幅を均等にする */
	}
	
	.wa_sec1-card__features img{
		display: inline-block;
		width: 30px;
		vertical-align: middle;
		margin: 0 2px 1px 0;
	}
}

.wa_sec1-card__features h5{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 10px 5px;
	margin: 0; /* デフォルトの余白を削除 */
}
.wa_sec1-card__txt {
	background-color: #FFF;
	padding: 10px 17px;
	flex: 1; /* 横幅を均等にする */
	display: flex; /* フレックスボックスを有効にする */
	/*justify-content: center;*/ /* 水平方向の中央揃え */
	align-items: center; /* 垂直方向の中央揃え */
	font-size: clamp(14px, 1.6vw, 16px);
}

.wa_sec2 {
	padding: var(--v-space) 0 var(--v-space);
	background-color: #FFF;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.wa_sec2-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:30px;
	align-items: start;
}
@media only screen and (max-width: 778px) {
	.wa_sec2-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}

.wa_sec2-card__item div.waku{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap:0px;
	/*ここまで*/

	background: #ffffff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wa_sec2-card__item H3{
	padding: 0 10px;
	font-size: clamp(25px,2vw,28px);
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: var(--accent-color2);
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	font-family: 'Kiwi Maru';
}
.wa_sec2-card__item p.price{
	padding: 0 5px 5px;
	text-align: right;
	font-size: 16px;
}
.wa_sec2-card__item p.notes{
	padding: 0 5px 5px;
	text-align: left;
	font-size: 12px;
	color:var(--main-color);
}
.wa_sec2-card__item p{
	padding: 0 10px 5px;
	font-size: clamp(14px,1.4vw,16px);
	text-align: justify;
}

/* TABLE（処理能力） */
.wa_sec2-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}
.wa_sec2-table tr {
	height: 20px !important;
}
.wa_sec2-table th, .wa_sec2-table td {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	text-align: left;
}

.wa_sec2-table th {
	background-color: #f4f4f4;
	font-weight: bold;
}

/* 列幅の調整 */
.wa_sec2-table td:first-child {
	width: 60%;
}

.wa_sec2-table td:last-child {
	width: 40%;
	font-weight: bold;
}
.wa_sec2-thr{
	text-align: right;
}
.wa_sec2-sub-row td {
	padding-left: 20px;
	font-size: 0.9em;
	color: #888; 
}

.wa_sec3 {
	padding: var(--v-space) 0 var(--v-space);
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.wa_sec3__catch01 {
	text-align: center;
	font-size: clamp(16px, 2vw, 23px);
	font-weight: 700;
	background: linear-gradient(to right, #339999, #A7D129);
	background-clip: text;
	-webkit-background-clip: text; /* WebKit用 */
	-webkit-text-fill-color: transparent; /* Safari, Chrome対策 */
	color: transparent; /* 保険として明示 */
	margin: 0 auto 1rem auto;
	max-width: fit-content;
	line-height: 1.4;
}
/*768以下のみ表示*/
@media screen and (min-width: 768px) {
	.sp768 {
		display: none;
	}
}

.wa_sec4 {
	padding: var(--v-space) 0 var(--v-space);
	background-color: #F4F8E9;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
}

.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;
}

hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}

/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 var(--v-space2) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 800px;
	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: 180px 1fr;
	align-items: stretch;
	gap: 20px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--main-color);
	white-space: nowrap;
	background-color: #F4F8E9;
	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;
	}
}


.info_sec2{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_stripe01.png);

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.info_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	min-height: 600px;
}

/* 写真が右のとき */
.info_sec2-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
}
.info_sec2-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 100px 50px;
	background-color: #F4F8E9;
}

@media only screen and (max-width: 1100px) {
	.info_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.info_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.info_sec2-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.info_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.info_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.info_sec2-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .info_sec2-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

.info_sec2-bg01{
	background-image: url(../img/bg_07.jpg);	
	background-position: center;
}

/* 業務実績一覧 */
.works-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
.works-list li {
	padding: 12px 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.location {
	display: inline-block;
	min-width: 60px;
	font-weight: bold;
	color: #555;
	flex-shrink: 0;
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	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%;
	}
}
