@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;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
    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;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	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;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: var(--accent-color2);
	margin: 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% 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;
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: #d2e9e7;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
.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);
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 768px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    background-color: #f3f3f3;
}

.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 ピックアップ*/
.top_sec1{
	padding: var(--v-space) 0;
	background-color: #bbddda;
}
.top_sec1-card__item{
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-template-rows: 1fr;
	gap:40px;
	
	padding: 20px 20px 15px 20px;
	align-items: center;
	border-radius: 20px;
	background-color: #FFF;	
	margin-bottom: 20px;
}
.top_sec1-card__item img{	
	padding-left: 20px;
}
.top_sec1-card__item p{
	display: inline-block;
    font-size: clamp(16px, 2.4vw, 20px);
	font-weight: bold;
    line-height: 1.5;
    margin: 0px 0px;
}
.top_sec1-card__item H4 {
	position: relative;
	font-size: clamp(16px, 2.4vw, 20px);
	color:#e7838a;
}

.top_sec1-card__item H4::before {
	content: attr(data-number);
	position: absolute;	
	padding-left: 80px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: var(--accent-color1);
	font-size: clamp(25px, 4vw, 35px);
}

@media only screen and (max-width: 633px) {
	.top_sec1-card__item{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 2fr;
		gap:2px;
		border-radius: 10px;
	}
	.top_sec1-card__item img{	
		padding-left: 0px;
	}
	.top_sec1-card__item H4::before {
		padding-left: 70px;
	}
}

/*======= 事業内容 ======*/
.be_sec1 {
	padding: var(--v-space) 0;
	background-color: #eeeeee;
    background-image: url(../img/bg_01.png);
    background-repeat: repeat;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.be_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

  /*料金表枠*/
.be_sec2-bg-01-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;
}
@media (max-width: 568px) {
	.be_sec2-bg-01-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
	}
}

.be_sec3 {
	padding: var(--v-space) 0 0;
	background-color: #bbddda;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.be_sec3_contentsbg {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}

div.be_sec3_haba2{
	margin: 0 18%;
	padding: 0;
}
@media (max-width: 1257px)  {
	div.be_sec3_haba2{
		margin: 0 5%;
		padding: 0;
	}
}
@media (max-width: 768px)  {
	div.be_sec3_haba2{
		margin: 0;
		padding: 0 1%;
	}
}

/*写真*/
.be_sec3__photo-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

@media print, screen and (min-width: 768px) {
	.be_sec3__photo-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
.be_sec3__photo-container img{
	margin: 0 auto;
}

/*カード*/
.be_sec3-card__item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap:0px;
}
@media only screen and (max-width: 768px) {
	.be_sec3-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.be_sec3-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap:20px;
	/*ここまで*/

	padding: 0px;
	/* background-color: #ffffffc5; */
	box-sizing: border-box;
}

.be_sec3-card__item .base01{
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
}
.be_sec3-card__item .base02{
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
}

.be_sec3-bg-01-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
@media (max-width: 768px) {
	.be_sec3-bg-01-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 2fr;
	}
}

.be_sec3-bg-01-container .base01{
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
}
.be_sec3-bg-01-container .base02{
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_03.jpg);
	background-size: cover;
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
	padding-right: 2px;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.45em;
	padding-left: 1.45em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 120%;
	padding-right: 2px;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 100px 0;
	/* background-color: var(--base-color); */

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	/* width: 400px; */
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}


/*会社概要*/
.bg_b{
	background: #eeeeee;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px 10px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(3, 1fr);
	}
}


.info_sec2{
	padding: var(--v-space) 0;
	background-color: #f5f5f5;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*section2*/
.info_sec3 {
	padding: 0;
	background-color: #FFF;
}

.info_sec3__photo {
	padding: 0;
}
.info_sec3__photo-container img {
	aspect-ratio: 4 / 3;
	width: 100%;
    object-fit:cover;
}

.info_sec3__photo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
}

@media print, screen and (min-width: 768px) {
	.info_sec3__photo-container {
		grid-template-columns: repeat(6, 1fr);
	}
}





