@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 3.5vw, 45px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.spot-heading02{
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ffe4c3;
	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: "Sawarabi Gothic", sans-serif;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2.5%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 5%;
	}
}
/*印刷時*/
@media print{
	.line{
		width: 1px;
		height: auto;
		padding-top: 2.5%;
		background-color: #fff;
		margin: 1.1% auto;
	}
}




/**/
.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);
}
/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p.kk {
	background-color: #e677003d;
	padding: 5px;
	font-size: clamp(13px, 1.3vw, 15px);
	/*font-family: Arial, sans-serif;*/
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	font-weight: 600;
	color: #000;
	margin-top: 0.5em;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 15px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}
/**/
.h-kakomi {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}
/**/
.h-kakomi2 {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 2px 3px 2px;
	color: #000;
	background-color: #e4d8f0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: 600;
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*画像の装飾*/
.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;
}
/*印刷には表示されない*/
@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;
}
/*文字シャドウ*/
.tx-sha2 {
	text-shadow: #fff 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #164a88;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 2px dotted #2464b0;
	outline-offset: -0.4rem;
}
/**/
.kukuri2{
	border: 1px solid #d5d5d5;
	padding: 15px 20px;
	margin: 10px auto;
}

.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(255, 234, 234, 0.5);
}
.kbg03{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.kbg04{
	background-color: rgba(22, 34, 14, 0.7);
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0 clamp(30px, 4vw, 50px) 0;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
	/*background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;*/
}
/*公式ページ一文*/
p.grp{
	font-size: clamp(12px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
/*キャッチ上文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 700;
	margin: 1rem auto 5px auto;
	line-height: 1.3;
	font-family: "Sawarabi Gothic", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	background: linear-gradient(to right, #128080, #ffd531);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0 auto 1rem auto;
	max-width: fit-content;
	line-height: 1.4;
}
/*印刷用*/
@media print{
	.lead-copy {
		text-align: center;
		font-size: clamp(22px, 2vw, 30px);
		font-weight: 700;
		background: linear-gradient(to right, #128080, #ffd531);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0 auto 1rem auto;
		/*max-width: fit-content;*//*表示によっては変な線が出るので*/
		line-height: 1.4;
	}
}
/**/
p.grp3{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-top: 1em;
}


/*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;
	}
}
/*ブリッジ*/
.bridge-top1 {
	padding: clamp(20px, 4vw, 60px) 0 var(--v-space3) 0;
	/*background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;*/
	background-color: #f99c00;
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	background-color: #f7f7f7;
	background-size: 4px 4px;
	background-image: repeating-linear-gradient(0deg, #FDF5E1, #EEE1BF 1px, #fff 1px, #fffcf6);
}
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media (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;
	}
	.topbnr_sec{
		background-color: #4d4d4d30;
	}
}
/*今回のみフチ*/
.topbnr_sec img{
	border: 1px solid #ecdfc8;
}














/*======= 事業内容 welfare-services ======*/
.w-services_sec1 {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*WS MESSAGE　→　ぬるぬるverの場合*/
/*
.w-services_sec2{
	padding: var(--v-space) 0;
}
*/
.w-services_sec2 {
	padding: var(--v-space3) 0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}

/*業務内容*/
.w-services_sec3 {
	padding: var(--v-space2) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*5つ*/
.general-item-container5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
}
@media (max-width: 968px) {
	.general-item-container5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.general-item-container5 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 468px) {
	.general-item-container5 {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.general-item-container5 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 15px;
	}
}

/*改行個別指定*/
@media (max-width: 468px) {
	.bradj{
	display: none;
	}
}

/**/
.general-item5{
	border: 7px solid #e1e1e1;
	border-radius: 20px;
	padding: 10px;

	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0px;
	align-items: center;
}
@media (max-width: 568px) {
	.general-item5{
		padding: 10px;
	}
}
.general-item5 h4{
	margin: 10px auto;
	font-family: "Sawarabi Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	font-weight: 600;
	font-size: clamp(16px, 1.8vw, 18px);
}
.general-item5 p{
	margin: 0 auto 10px auto;
	font-family: "Sawarabi Gothic", sans-serif;
	line-height: 1.3;
	text-align: justify;
	font-weight: 400;
	font-size: clamp(13px, 1.4vw, 14px);
	background-color: rgba(236, 236, 236, 0.8);
	padding: 10px 10px 12px 10px;
	min-height: 4rem;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 468px) {
	.general-item5 p{
		min-height: unset;
	}
}

/**/
.w-services_sec4 {
	padding: var(--v-space2) 0;
	background-color: #fefff6;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/**/
.mtb-7{
	margin: -7px auto;
	color: var(--accent-color1);
}

/*3つ*/
.sec4-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 768px) {
	.sec4-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec4-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec4-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
/**/
.sec4-item{
	/*display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0px;
	align-items: center;*/
	padding: 15px;
	background-color: #ffffffdb;
	box-sizing: border-box;
	position: relative;
	border: 1px #ccc solid;
}

/**/
p.galname{
	padding: 5px 12px;
	background-color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-style: italic;
	font-size: clamp(23px, 2.5vw, 27px);
	font-weight: 600;
	line-height: 1;

	position: relative;
	height: 30px;
	top: -40px;/*heightにpaddingの上下分をたした分*/
	/*box-sizing: border-box;*/

	display: inline-block;
}

.s4k{
	margin-top: -35px;
}
.s4k h5{
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 3px double #ccc;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.s4k h5{
		font-size: 18px;
	}
}
.s4k p{
	font-size: clamp(14px, 1.4vw, 15px);
	text-align: justify;
	line-height: 1.5;
}






/*======= 介護住宅改修 Home Modification ======*/
.home-modi_sec1 {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*ずらし背景*/
.bg-zuras {
	position: relative;
}
.bg-zuras::before {
	position: absolute;
	display: block;
	content: '';
	background: #C7E14638;
	margin: auto;
	left: 0;
	z-index: -1;
	width: 70%;
	height: 100%;
	bottom: -35px;/*--v-space2(-90px)から少し上*/
}
@media (max-width: 968px) {
	.bg-zuras::before {
		display: none;
	}
	.bg-zuras {
		background: #C7E14638;
		padding: 30px 0;
	}
}
/*印刷用*/
@media print{
	.bg-zuras::before {
		position: absolute;
		display: block;
		content: '';
		background: #A5BB3938;
		margin: auto;
		left: 0;
		z-index: -1;
		width: 70%;
		height: 100%;
		bottom: -35px;
	}
	.bg-zuras {
		background: none;
		padding: 0;
	}
}

.bg-zuras2 {
	position: relative;
}
.bg-zuras2::before {
	position: absolute;
	display: block;
	content: '';
	background: #E1C16E2E;
	margin: auto;
	right: 0;
	z-index: -1;
	width: 70%;
	height: 100%;
	bottom: -35px;
}
@media (max-width: 968px) {
	.bg-zuras2::before {
		display: none;
	}
}
/*印刷用*/
@media print{
	.bg-zuras2::before {
		position: absolute;
		display: block;
		content: '';
		background: #E1C16E2E;
		margin: auto;
		right: 0;
		z-index: -1;
		width: 70%;
		height: 100%;
		bottom: -35px;
	}
}

/*sec2 手すりの取付 */
.home-modi_sec2{
	padding: 30px 0 var(--v-space3) 0;
}
/*sec3 床段差の解消 */
.home-modi_sec3 {
	padding: 30px 0 var(--v-space3) 0;
}
/*sec4 滑りの防止及び移動の円滑化等のための床又は通路面の材料の変更 */
.home-modi_sec4 {
	padding: 30px 0 var(--v-space3) 0;
}
/*sec5 引き戸等への扉の取替え */
.home-modi_sec5 {
	padding: 30px 0 var(--v-space3) 0;
}
/*sec6 洋式便器への交換 */
.home-modi_sec6 {
	padding: 30px 0 var(--v-space3) 0;
}

/*各項目の見出しと文章*/
.tith3 {
	font-size: clamp(22px, 2.5vw, 27px);
	line-height: 1.4;
	font-weight: 600;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-bottom: 20px;
}
.tith3 span {
	background: #fff;
	padding: 0.1rem 0.5rem;
	margin-bottom: 5px;
	display: inline-block;
}

.tith3 span.spsub {
	background: #fff;
	padding: 0.1rem 0.5rem;
	margin-bottom: 5px;
	display: inline-block;
}
@media (max-width: 668px) {
	.tith3 span.spsub {
		font-size: 18px;
	}
}
/*印刷用*/
@media print{
	.tith3 span.spsub {
		background: #fff;
		padding: 0.1rem 0.5rem;
		margin-bottom: 5px;
		display: inline-block;
	}
}


.bsl{
	border-left: 4px solid var(--accent-color1);
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
	font-family: "Sawarabi Gothic", sans-serif;
}
.bsl2{
	border-left: 4px solid var(--accent-color2);
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
	font-family: "Sawarabi Gothic", sans-serif;
}
/*画像テキストの中の画像部分*/
.phsp{
	box-sizing: border-box;
	padding: 0px;
}
@media (max-width: 968px) {
	.phsp{
		padding: 10px;
	}
}
/*印刷用*/
@media print{
	.phsp{
		box-sizing: border-box;
		padding: 0px;
	}
}


/*住宅改修のステップ*/
.flow_sec {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;

	text-align: center;
}

/*commonにあるけどこちらで*/
/*フロー横展開*/
.flow03 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
ul.flow03 {
	margin-left:0px;
}
.flow03 > li {
	list-style-type: none;
	width: 100%;
	max-width: calc( (100% - 125px) / 4 );
	display: flex;
}

.flow03 > li .icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--main-color);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
/*番号部分の吹き出し*/
.flow03 > li .icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--main-color);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow03 > li dl {
	padding: 20px;
	margin: 0;
	/*border: 1px solid #80cbd0;*/
	position: relative;
	background-color:rgba(255,255,255,0.9);
	border-radius: 7px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.flow03 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #b0bf9f;	/*右矢印*/
	border-right: 4px solid #b0bf9f;
	position: absolute;
	top: calc(50% - 10px);/*矢印の位置*/
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow03 > li dl dt {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(18px,1.8vw,19px);
	font-weight: 600;
	color: var(--main-color);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}

.flow03 > li dl dd {
	margin-left: 0;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
}

@media screen and (max-width: 768px){
	.flow03 {
		gap: 20px;
	}
	.flow03 > li {
		max-width: unset;
		display: block;
	}
	.flow03 > li:not(:first-child) dl::before {
		display: none;
	}
	.flow03 > li dl dd {
		text-align: center;
	}
}
@media screen and (max-width: 568px){
	.flow03 > li dl dd {
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	.flow03 {
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 40px;
	}
	ul.flow03 {
		margin-left:0px;
	}
	.flow03 > li {
		list-style-type: none;
		width: 100%;
		max-width: calc( (100% - 125px) / 4 );
		display: flex;
	}

	.flow03 > li .icon01 {
		line-height: 2;
		width: 2em;
		height: 2em;
		text-align: center;
		color: #fff;
		background: var(--main-color);
		margin: 0 auto 15px;
		display: block;
		border-radius: 100vh;
		position: relative;
	}
	/*番号部分の吹き出し*/
	.flow03 > li .icon01::before {
		content: "";
		border: solid transparent;
		border-width: 7px;
		border-top-color: var(--main-color);
		position: absolute;
		top: calc(100% - 2px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.flow03 > li dl {
		padding: 20px;
		margin: 0;
		/*border: 1px solid #80cbd0;*/
		position: relative;
		background-color:rgba(255,255,255,0.9);
		border-radius: 7px;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}

	.flow03 > li:not(:first-child) dl::before {
		content: "";
		width: 10px;
		height: 10px;
		margin-right: 10px;
		display: inline-block;
		border-top: 4px solid #b0bf9f;	/*右矢印*/
		border-right: 4px solid #b0bf9f;
		position: absolute;
		top: calc(50% - 10px);/*矢印の位置*/
		left: -31px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.flow03 > li dl dt {
		font-family: "Montserrat", sans-serif;
		font-size: clamp(18px,1.8vw,19px);
		font-weight: 600;
		color: var(--main-color);
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.3;
	}

	.flow03 > li dl dd {
		margin-left: 0;
		font-size: 15px;
		line-height: 1.4;
		text-align: justify;
	}
}







/*======= 介護保険のご利用について long-term-care-insurance ======*/
.l-t-c-i_sec1 {
	padding: var(--v-space3) 0 clamp(20px, 3vw, 40px) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.l-t-c-i_sec2 {
	padding: var(--v-space2) 0;
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.l-t-c-i_sec2 p{
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.7;
	font-family: "Sawarabi Gothic", sans-serif;
	margin-top: 1em;
}

/*カードレイアウト*/
.l-t-c-i_sec2__subcontainer {
	margin: 20px 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	gap: 20px;
}
@media (max-width: 568px) {
	.l-t-c-i_sec2__subcontainer {
		margin: 20px 0;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
	}
}
.l-t-c-i_sec2__card {
	background: var(--card-bg);
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px;
	transition: transform 0.3s ease-in-out;
	
	background-color: #ffffff70;
}
.l-t-c-i_sec2__card:hover {
	transform: scale(1.02);
}
/**/
.l-t-c-i_sec2__card h3 {
	font-family: "Sawarabi Gothic", sans-serif;
	font-size: clamp(18px, 2vw, 22px);
	font-weight: bold;
	border-left: 5px solid var(--accent-color1);
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: var(--accent-color3);
	background-color: rgba(236, 236, 236, 0.7);
}

/*2つ*/
.l-t-c-i_sec2_item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
@media (max-width: 868px) {
	.l-t-c-i_sec2_item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.l-t-c-i_sec2_item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
/*リスト*/
.list-design2 {
	list-style: none;
	padding: 0.7em 1.1em 1.5em 1.1em;
	position: relative;
	margin: 10px auto;
	font-family: "Sawarabi Gothic", sans-serif;
	/*border: 2px solid #ccc;*/
	background: #ffffff70;
	border-radius: 10px;
}
.list-design2 li {
	border-bottom: 1px dashed #6f6f6f;
	padding: 0.5em 0 0.5em 1.7em;
	/*padding: .1em 0 .1em 2em;*/
	font-size: clamp(15px, 1.4vw, 16px);
}
.list-design2 li:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 5px 0;
	position: absolute;
	color: #ffba09;
}
.list-design2 li span {
	font-weight: 600;
	color: #b32424;
	font-size: clamp(15px, 1.4vw, 16px);
}

/*テーブル*/
table.tbl02 {
	margin: 10px auto;
	font-size: clamp(13px, 1.5vw, 15px);
	font-family: "Sawarabi Gothic", sans-serif;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}
table.tbl02 tr th {
	line-height: 1.4;
	padding: 10px 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: fit-content;
	background: #d2d2d240;
	box-sizing: border-box;
}
table.tbl02 tr td {
	line-height: 1.4;
	padding: 10px 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff70;
	box-sizing: border-box;
}
table.tbl02 tr td:nth-of-type(1) {
	border-right: none;
	width: 1.2em;
	text-align: center;
}
table.tbl02 tr td:nth-of-type(2) {
	width: 54%;
}
/**/
.kukuri2 span{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.4;
	font-family: "Sawarabi Gothic", sans-serif;
}


/*当社のサポート*/
.bridge-sub1 {
	padding: var(--v-space3) 0;
	background-image: url(../img/bg_sub1.jpg);
	background-size: cover;
	background-position: center left;
	background-repeat: no-repeat;
}
.bridge-sub1 p{
	font-family: "Sawarabi Gothic", sans-serif;
}


/* コラムのカードデザイン */
.trivia-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	padding-top: 30px;
	margin: 0 10px 20px 10px;
}
/* モバイル対応 */
@media (max-width: 1024px) {
	.trivia-content {
		grid-template-columns: repeat(2, 1fr); /* 2カラム表示 */
	}
}

@media (max-width: 768px) {
	.trivia-content {
		grid-template-columns: 1fr; /* 1カラム表示 */
	}
}
/*印刷用*/
@media print{
	.trivia-content {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 35px;
		padding-top: 40px;
		margin: 0 10px;
	}
}

.trivia-item {
	background: #ffffffe0;
	padding: 40px;
	border-radius: 40px 10px 40px 10px;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
	overflow: hidden;
	/*border-left: 5px solid #3498db;*/ /* 左側のラインでアクセント */
}
.trivia-item:hover {
	transform: translateY(-15px);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.15);
}

/* 青い丸 */
.trivia-icon {
	position: absolute;
	top: -40px;
	left: -40px;
	width: 80px;
	height: 80px;
	background: linear-gradient(45deg, #ffb811, #ad6244);
	border-radius: 50%;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.trivia-title {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(18px, 1.8vw, 23px);
	font-weight: 700;
	color: var(--accent-color3);
	margin-bottom: 5px;
	letter-spacing: -1px;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	paint-order: stroke;
}

.bgsub1{
	background-image: url(../img/bgsub1.png);
	background-size: 37%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bgsub2{
	background-image: url(../img/bgsub2.png);
	background-size: 37%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.bgsub3{
	background-image: url(../img/bgsub3.png);
	background-size: 37%;
	background-position: right bottom;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.bgsub1{
		background-size: 25%;
	}
	.bgsub2{
		background-size: 25%;
	}
	.bgsub3{
		background-size: 25%;
	}
}
@media (max-width: 568px) {
	.bgsub1{
		background-size: 35%;
	}
	.bgsub2{
		background-size: 35%;
	}
	.bgsub3{
		background-size: 35%;
	}
}











/*======= 会社案内 info ======*/
/**/
.info_sec1 {
	padding: var(--v-space3) 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: #ffffffb2;
	padding: 50px;
	margin: 0 7%;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 30px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Sawarabi Gothic", sans-serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #c1c1c1;
	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:nth-child(2n) td:nth-of-type(1) {
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 27px;
}
/*奇数行*/
table.inftb tr:nth-child(2n+1) td:nth-of-type(1) {
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
}


table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #c1c1c1;
	padding: 15px 13px;
	box-sizing: border-box;
	width: calc((100% - 15em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@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(217, 221, 207, 0.25);*/
	}
	table.inftb tr:nth-child(2n) td:nth-of-type(1) {
		background: url(../img/icon04.png) no-repeat 7px center;
		background-size: 27px;
		background-color: rgba(201, 213, 170, 0.25);
	}
	table.inftb tr:nth-child(2n+1) td:nth-of-type(1) {
		background: url(../img/icon03.png) no-repeat 7px center;
		background-size: 27px;
		background-color: rgba(201, 213, 170, 0.25);
	}
	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);
	}
}
/*パディング狭めてLINEのアイコンのフォントを大きくする指定↓*/
table.inftb tr td.padchan {
	padding: 5px 13px;
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	table.inftb tr td.padchan {
		padding: 5px 5px;
		font-size: 30px;
	}
}
/*印刷用*/
@media print{
	table.inftb tr td.padchan {
		padding: 5px 13px;
		font-size: 30px;
	}
}


/*Access*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #f7f7f7;
	background-image: url(../img/bg_03.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	background-size: contain;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Sawarabi Gothic", sans-serif;
}
table.actab tr td:nth-of-type(1) {
	font-size: clamp(18px, 1.9vw, 20px);
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	width: 7em;
	color: #000;
	box-sizing: border-box;
	vertical-align: middle;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 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_icon04 {
	font-size: 1.3em;
	margin: 0 10px 0 4px;
	color: var(--accent-color1);
}
/*バス*/
.f-awesome_icon03 {
	font-size: 1.3em;
	margin: 0 7px 0 1px;
	color: var(--accent-color1);
}



a.linecolorp {
	color: #00b900;
}
/*--------------------------------------------------------*/

/*blog_sec1*/
.blog_sec1 {
	padding: var(--v-space3) 0;
background-color: #ffffff;
opacity: 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(#ffecd8 0.8px, transparent 0.8px) 0 -0.4px, linear-gradient(90deg, #ffecd8 0.8px, #ffffff 0.8px) -0.4px 0;
background-size: 20px 20px, 20px 20px, 10px 10px, 10px 10px;
}
