@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(26px, 2.7vw, 35px);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	color: var(--accent-color3);
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02 + p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 2vw, 18px);
	inline-size: fit-content;
	margin-inline: auto;
	font-family: "Zen Kaku Gothic New", serif;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2.5%;
	background-color: #555;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
/**/
.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*タグ*/
.kakomi01 span {
	padding: 3px 10px 5px 10px;
	margin: 3px 4px 3px 1px;
	background-color: #d2ecf0;
	border-radius: 7px;
	/*border: 1px solid #d4c3e6;*/
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 13px);
}
.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: #023373a6;
	padding: 5px;
	font-size: clamp(13px, 1.3vw, 14px);
	/*font-family: Arial, sans-serif;*/
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	font-weight: 600;
	color: #fff;
}
.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; /* 水平方向の中央揃え */
}
/**/
.h-kakomi {
	padding: 2px 4px 1px 3px;/*フォントによる*/
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #ccc;
	border-radius: 2px;
	text-align: center;
	font-size: 85%;
}
/**/
.h-kakomi2 {
	padding: 3px 5px 4px 5px;/*フォントによる*/
	margin: 5px 7px 5px 0px;
	color: #000;
	background-color: #f2d7b9;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: 600;
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 1.5rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
}
/**/
.kukuri2 p{
	font-size: clamp(13px, 1.3vw, 15px);
	line-height: 1.4;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: var(--main-color);
}
.kbg03{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(30px, 4vw, 50px) 0 var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
	font-family: "Zen Kaku Gothic New", serif;
}
h3.subtit01 {
	font-size: clamp(18px, 2.3vw, 25px);
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	color: var(--accent-color2);
	font-family: 'Noto Serif JP', serif;
}
/**/
p.grp3{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	margin-top: 1em;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}
/*お困りごと*/
/*画面半分体裁デザインのところ*/
/**/
.sec1{
	padding: 0;
	background-image: url(../img/sec1_bg01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　隙間用*/
.sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
}
/*右カラム　文字用*/
.sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 90px 70px;
}
/*可変対応*/
@media only screen and (max-width: 1100px) {
	.sec1-container-item2 {
		background: rgba(255, 255, 255);
	}
}

@media only screen and (max-width: 868px) {
	.sec1{
		padding: 0;
		background-image: none;
		position: relative;
		z-index: 1;
	}
	.sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec1-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		min-height: 290px;
		background-image: url(../img/sec1_bg01s.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.sec1-container-item2 { grid-area: 2 / 1 / 3 / 2; padding: 50px 30px; }
}
/*当社の強み*/
.sec2{
	padding: 0;
	background-image: url(../img/sec2_bg01.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
}
/*右カラム　隙間用*/
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;
}

/*可変対応*/
@media only screen and (max-width: 1100px) {
	.sec2-container-item3 {
		background: rgba(0, 0, 0, 0.7);
	}
}
@media only screen and (max-width: 868px) {
	.sec2{
		padding: 0;
		background-image: none;
		position: relative;
		z-index: 1;
	}
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec2-container-item4 {
		grid-area: 1 / 1 / 2 / 2;
		min-height: 290px;
		background-image: url(../img/sec2_bg01s.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.sec2-container-item3 { grid-area: 2 / 1 / 3 / 2; background-color: rgba(0, 0, 0); padding: 50px 30px; }
}

/**/
.fa-seedling{
	color: var(--accent-color1);
	font-size: clamp(16px, 1.6vw, 18px);
	margin-right: 5px;
}
/**/
.deccheck{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px, 1.5vw, 16px);
	padding: 5px;
	margin: 10px 0;
	line-height: 1.3;
	color: #fff;
	text-indent: -0.6em;
	padding-left: 1.5em;
}
.deccheck span {
	font-weight: 600;
	color: var(--main-color);
	font-size: clamp(16px, 1.7vw, 18px);
	margin-right: 15px;
}


/* ご案内 */
.top_sec1{
	padding: 0;
}

.top_sec1__container{
	display: block;
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.top_sec1__container-div1 { grid-area: 1 / 1 / 2 / 2; background-image: url(../img/top_sec1__bg1.jpg); background-position: center;}
.top_sec1__container-div2 { grid-area: 2 / 1 / 3 / 2; background-image: url(../img/top_sec1__bg2.jpg); background-position: center;}
.top_sec1__container-div3 { grid-area: 3 / 1 / 4 / 2; background-image: url(../img/top_sec1__bg3.jpg); background-position: right;}

.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
	display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 300px;
		background-size: cover;
}
@media print, screen and (min-width: 768px) {

	.top_sec1__container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.top_sec1__container-div1, .top_sec1__container-div2, .top_sec1__container-div3 {
		display: flex;
		flex-direction: column; /* 子要素を縦方向に配置します */
		align-items: center; /* 水平方向に中央配置 */
		justify-content: center; /* 垂直方向に中央配置 */
		height: 500px;
		background-size: cover;
	}
	.top_sec1__container-div1 {
		grid-area: 1 / 1 / 2 / 2;
		background-image: url(../img/top_sec1__bg1.jpg);
		background-position: center;	
	}
	.top_sec1__container-div2 { 
		grid-area: 1 / 2 / 2 / 3;
		background-image: url(../img/top_sec1__bg2.jpg);
		background-position: center;
	}
	.top_sec1__container-div3 {
		grid-area: 1 / 3 / 2 / 4;
		background-image: url(../img/top_sec1__bg3.jpg);
		background-position: right;
	}
}

/**/
.top_sec1__txt{
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 600;
	font-size: clamp(23px, 2.5vw, 29px);
	color:#FFF;
	text-align: center;
}
/* ボタン */
.top_sec1__btn a {
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid #FFF;
	color: #FFF;
	padding: 7px 50px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 30px;
	text-decoration: none; /* テキストの下線を削除 */
	display: inline-block;
}

.top_sec1__btn a:hover {
	background-color: #574e00a3;
}








/*======= 遺品整理・生前整理 Estate Cleanup ======*/
.e-c_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--accent-color2);
	font-size: clamp(15px, 1.6vw, 18px);
	font-weight: 700;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 1268px) {
	.lead-p {
		text-align: justify;
	}
}
/*遺品整理*/
.e-c_sec2 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fbfaf4;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*リスト*/
.processing-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	counter-reset: list;
}
.processing-list li {
	font-size: clamp(14px, 1.6vw, 16px);
	line-height: 1.7;
	padding: 7px 20px 7px 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;
}

.processing-list li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.8em;
	width: 25px;
	height: 25px;
	background-color: var(--accent-color1);
	/* border: 1px solid #9c9c9c; */
	border-radius: 5px;
}

.processing-list li:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0.6em;
	left: 1.3em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.processing-list li:hover {
	background-color: var(--main-color);
}
@media only screen and (max-width: 568px) {
	.processing-list {
		gap:10px;
	}
	.processing-list li {
		font-size: 14px;
		padding: 8px 5px 8px 30px;
	}
	.processing-list li:before {
		content: "";
		position: absolute;
		top: .7em;
		left: 0.4em;
		width: 20px;
		height: 20px;
		background-color: var(--accent-color1);
		/* border: 1px solid #9c9c9c; */
		border-radius: 5px;
	}
	.processing-list li:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 10px;
		top: .8em;
		left: .9em;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
}
/*テキストcenter→justify*/
.tx-ctj2 {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 1268px) {
	.tx-ctj2 {
		text-align: justify;
	}
}

/*生前整理*/
.e-c_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*特殊清掃*/
.e-c_sec4 {
	padding: var(--v-space3) 0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-color: #ffffff;
	background: repeating-linear-gradient( -45deg, #f2fbee, #f2fbee 2px, #fdfff9 2px, #fdfff9 10px );
}

/*納得・満足・安心*/
.e-c_sec5 {
	padding: var(--v-space) 0 var(--v-space2) 0;
	background-color: #fffef8;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */

	background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 10px 10px, linear-gradient(#fffab4 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #fffab4 0.8px, #ffffff 0.8px) -0.4px 0;
	background-size: auto, auto, auto, auto;
	background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}
/**/
.lead-h4 {
	text-align: center;
	color: var(--accent-color2);
	font-size: clamp(16px, 1.6vw, 19px);
	font-weight: 700;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}

/**/
div.point-p {
	position: relative;
	padding: 1rem 1.5rem;
	color: var(--accent-color3);
	border-radius: 0 10px 10px 10px;
	background-color: #f1f2f4;
	margin-bottom: 40px;
}
div.point-p:before {
	font-size: 16px;
	line-height: 1.7;
	position: absolute;
	top: -28px;
	left: 0;
	height: 28px;
	padding: 0 1em;
	content: '遺品整理士とは';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: var(--accent-color3);
}
/**/
div.point-p2 {
	position: relative;
	padding: 1rem 1.5rem;
	color: #5b7e52;
	border-radius: 0 10px 10px 10px;
	background-color: #f1f2f4;
	margin-bottom: 40px;
}
div.point-p2:before {
	font-size: 16px;
	line-height: 1.7;
	position: absolute;
	top: -28px;
	left: 0;
	height: 28px;
	padding: 0 1em;
	content: '保有資格';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: #5b7e52;
}
/**/
.mr10{
	margin-right: 10px;
}
.em1mr{
	margin-right: 1em;
}





/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 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:var(--accent-color3);
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}


/*他ページでも共通*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/**/
div.faq-in{
	padding: 10px 0 0 0;
	font-family: "Zen Kaku Gothic New", serif;
}
/*枠付きデザイン*/

.onecours{
	/*background-color: rgba(255, 255, 255, 0.85);
	padding: 12px 25px 20px 25px;
	box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 7px;*/
	margin: 25px 0;
}
.onecours:first-child{
	margin: 0px;
}

/**/
div.faq-in p {
	margin-top: 5px;
	line-height: 1.4;
	font-size: clamp(15px, 1.6vw, 17px);
	text-align: justify;
	text-indent: -1.15em;
	padding-left: 1.15em;
	display: block;
	color: #555;
}
div.faq-in p.b {
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 7px;
	border-bottom: 1px dotted #7b7b7b;
	color: #222;
}
div.faq-in p::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
	font-size: 120%;
}
div.faq-in p.b::first-letter {
	color: #ecc700;
}








/*======= 不用品処分 junk-removal ======*/
.junk-remo_sec1 {
	padding: var(--v-space3) 0 30px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.junk-remo_sec2 {
	padding: 0 0 var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

/*リスト 他ページと少しだけ変えている*/
.processing-list2 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	counter-reset: list;
}
.processing-list2 li {
	font-size: clamp(13px, 1.5vw, 14px);
	line-height: 1.5;
	padding: 10px 20px 10px 40px;
	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;
}

.processing-list2 li:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 0.8em;
	width: 25px;
	height: 25px;
	background-color: var(--accent-color1);
	/* border: 1px solid #9c9c9c; */
	border-radius: 5px;
}

.processing-list2 li:after {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0.6em;
	left: 1.3em;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.processing-list2 li:hover {
	background-color: var(--main-color);
}
.processing-list2 li span{
	display: contents;
	font-weight: 600;
	font-size: clamp(16px, 1.6vw, 18px);
}


@media only screen and (max-width: 568px) {
	.processing-list2 {
		gap:10px;
	}
	.processing-list2 li {
		font-size: 14px;
		padding: 10px 5px 10px 30px;
	}
	.processing-list2 li:before {
		content: "";
		position: absolute;
		top: .7em;
		left: 0.4em;
		width: 20px;
		height: 20px;
		background-color: var(--accent-color1);
		/* border: 1px solid #9c9c9c; */
		border-radius: 5px;
	}
	.processing-list2 li:after {
		content: "";
		position: absolute;
		width: 5px;
		height: 10px;
		top: .8em;
		left: .9em;
		-webkit-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
}


/*処分以外のお困りごとにも対応*/
.junk-remo_sec3 {
	padding: var(--v-space2) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background: repeating-linear-gradient( -45deg, #fffbae, #fffbae 2px, #fffef4 2px, #fffef4 10px );
}
/*4つ*/
.jr-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
@media (max-width: 868px) {
	.jr-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.jr-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.jr-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
}
/**/
.jr-item{
	box-sizing: border-box;
	margin-bottom: -3em;
}
/**/
.jr-item img{
	/*border: 1px #0c4d9c7d solid;*/
	border-radius: 10px
}
.txbox {
	box-sizing: border-box;
	background: #262626c7;
	height: 5em;
	margin: 0 auto;
	position: relative;
	top: -5em;
	display: block;
	/*box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);*/
	padding: 3px 10px;
	border-radius: 0 0 10px 10px;
}

/**/
.txbox h4{
	font-size: clamp(15px, 1.7vw, 19px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.4;
	padding: 2px 5px;
	color: var(--main-color);
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}
@media (max-width: 868px) {
	.txbox h4{
		font-size: 18px;
	}
	.txbox {
		height: 4em;
		top: -4em;
	}
}
.txbox p{
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.4vw, 15px);
	text-align: justify;
	line-height: 1.3;
	color: #fff;
}
/*念のため*/
.zind3{
	z-index: 3;
	position: relative;
}






/*======= その他のサービス Home Services ======*/
.home-services_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*引越しのお手伝い*/
.home-services_sec2 {
	padding: var(--v-space3) 0;
	background-color: #fbfaf4;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*リフォーム・修繕・営繕工事*/
.home-services_sec3 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*清掃サービス*/
.home-services_sec4 {
	padding: var(--v-space3) 0;
	background-color: #fbfaf4;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*家具・大型荷物の移動・修理*/
.home-services_sec5 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*シロアリ駆除・害虫対策*/
.home-services_sec6 {
	padding: var(--v-space3) 0;
	background-color: #fbfaf4;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}








/*======= 事業案内 about info ======*/
/**/
.info_sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: #daeab140;
	padding: 50px;
	margin: 0 7%;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 25px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #8c8c8c;
	padding: 15px 13px 15px 41px;
	width: 13em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #8c8c8c;
	padding: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 15em) / 1);
	font-size: clamp(15px, 1.6vw, 18px);
}

@media screen and (max-width: 768px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(255, 255, 255, 0.8);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	table.inftb tr td:nth-of-type(1) {
		font-weight: 600;
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px 15px 41px;
		width: 13em;
		box-sizing: border-box;
		background: url(../img/icon01.png) no-repeat 7px center;
		background-size: 27px;
		font-size: clamp(17px, 1.8vw, 18px);
		line-height: 1.2;
	}
	table.inftb tr td:nth-of-type(2)  {
		border-bottom: 1px solid #d7d7d7;
		padding: 15px 13px;
		box-sizing: border-box;
		width: calc((100% - 15em) / 1);
		font-size: clamp(15px, 1.6vw, 17px);
	}
}

/*2つ*/
.info_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 568px) {
	.info_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

/*Access*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fbfbfb;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
}
table.actab tr td:nth-of-type(1) {
	font-size: clamp(19px, 1.9vw, 20px);
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
	vertical-align: middle;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.1em;
	color: var(--accent-color1);
	margin: 0 10px 0 4px;
	display: inline-block;
}
.f-awesome_icon02 {
	font-size: 1.1em;
	color: var(--accent-color1);
	margin: 0 12px 0 4px;
	display: inline-block;
}




