@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(37px,4vw,50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Montserrat", sans-serif;
	color: #555;
}
.spot-heading02{
	/*font-size: clamp(20px, 2.5vw, 27px);*/
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #7b7b7b;
	/*font-family: 'Noto Serif JP', serif;*/
}
.spot-heading02 + p{
	line-height: 1.5em;
	font-size: clamp(20px, 2.3vw, 25px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'Noto Serif JP', serif;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 3px 2px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
img.borad2 {
	border-radius: 20px;
}
/*画像の縁：写真風*/
.pho{
	border: solid 1px #ece5dd;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/*box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.4);*/
}
/*シャドー無し*/
.pho2{
	border: solid 1px #ccc; 
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
/*文字左から中央*/
.sptx-c {
	/*text-align: left;*/
}
@media screen and (max-width: 768px) {
	.sptx-c {
		text-align: center;
		margin: 0 auto;
	}
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: 0.5em 0 0.5em 1.7em;
	/*padding: .1em 0 .1em 2em;*/
	font-size: clamp(13px, 1.4vw, 15px);
}
.list-design li:before {
	/*color: #67bdc3;*/
	color: #85c1a0;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}
.list-design li span {
	font-weight: 600;
	color: #136f3c;
	font-size: clamp(15px, 1.6vw, 17px);
}
@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}
/*見出し装飾*/
.puti{
	font-size: clamp(20px, 2.3vw, 25px);
	position: relative;
	font-family: serif, 'Noto Serif JP';
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	/*text-align: center;*/
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}
@media (max-width: 568px)  {
	.puti{
		text-align: center;
	}
}


/**/
.kukuri{
	padding: 25px 30px;
}
.kukuri h3 {
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1;
	min-height: 0vw;
	padding: 5px 0;
	border-bottom: 1px dotted #626262;
}
.kukuri p {
	font-size: clamp(12px, 1.2vw, 13px);
	margin: 10px 0;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.9);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.65);
}



/*テキスト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;
	}
}

/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #eaf4e3;
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}
.kakomi01 {
	padding: 2px 8px 1px 8px;
	margin: 5px 10px 2px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	padding: 2px 2px 2px 29px;
	border-bottom: 1px dotted #7b7b7b;
	/*background-color: #f2efdb75;*/
	background-color: #fff;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 2px solid #eaba00;
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
}





/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 0 0;
	background-color: var(--base-color);
}
/**/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto 10px auto;
	/*border: 1px solid #ccc;*/
	width: fit-content;
}

/*blog_sec1*/
.blog_sec1 {
	padding: 20px 0 var(--v-space) 0;
	background-color: var(--base-color);
}


/**/
.sec1 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_03.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}


/*タイトル*/
.spot-heading03{
	font-size: clamp(37px,4vw,50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-weight: 400;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Montserrat", sans-serif;
}
.spot-heading04{
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ddc09c;
	/*font-family: 'Noto Serif JP', serif;*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line2{
		padding-top: 7%;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}

/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
}
@media (max-width: 768px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 30px;
	}
}
/**/
.sec1-item img{
	margin-bottom: 10px;
}
/**/
.sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #ddc09c;
	font-family: 'Noto Serif JP', serif;
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	color: #fff;
	/*background-color: rgba(0, 0, 0, 0.2);
	padding: 10px 15px;*/
}



/*Message*/
.message {
	padding: clamp(40px, 6vw, 90px) 0 10px 0;
	background-color: var(--base-color);
}

/*calendar_sec*/
.calendar_sec {
	padding: var(--v-space) 0 clamp(20px, 3vw, 40px) 0;
	background-color: var(--base-color);
}
/**/
.flex-child-giji01{
	width: 49%;
}
.flex-child-giji02{
	width: 49%;
}
@media screen and (max-width: 768px) {
	.flex-child-giji01{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child-giji02{
		width: 100%;
		margin: 5px auto;
	}
}


/*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;
	}
}







/*======= 板金塗装 Body Repair & Paintingページ ======*/
/*sec1*/
.brp_sec1 {
	padding: 0px 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}

/*2つ*/
.brp_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 30px;
}
@media (max-width: 768px) {
	.brp_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.brp_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 30px;
	}
}



/*修理の流れ*/
.brp_sec2 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*今回のみ*/
.spot-heading02gr{
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #484848;
}
/**/
.dtfssmall{
	font-size: clamp(15px,1.7vw,17px);
}
/*フロー横展開*/
.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% - 120px) / 3 );
	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: 15px;
}

.flow03 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #80cbd0;	/*右矢印*/
	border-right: 4px solid #80cbd0;
	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: 868px){
	.flow03 {
		gap: 20px;
	}
	.flow03 > li {
		max-width: unset;
		display: block;
	}
	.flow03 > li:not(:first-child) dl::before {
		display: none;
	}
	.dtfssmall{
		font-size: clamp(18px,1.8vw,19px);
	}
}





/* よくある質問 FAQ */
.faq_sec {
	padding: clamp(40px, 6vw, 70px) 0;
	/*padding: 0px 0 100px 0;*/	/*別ページの場合*/
	/*background-color: #dce4ec;*/
	background-color: #eef5fd;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_01.png");
	background-position: top center;
	background-repeat: repeat;
}
/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 7px;
	padding: 15px 20px 20px 20px;
	margin: 20px 0;
}
.onecours:first-child{
	margin: 0px;
}
/**/
hr.faqHr2 {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}

div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1.3em;
	padding-left: 1.3em;
	display: block;
	color: #555;
	/*font-family: 'Noto Serif JP', serif;*/
	/*font-size: clamp(16px, 1.7vw, 17px);*/
}
div.faq2 p::first-letter {
	color: #c89b63;
	font-weight: 600;
	font-size: 115%;
}

/*下部配置画像部分 */
.brp_sec3 {
	padding: clamp(40px, 6vw, 70px) 0;
}
/*2つ*/
.brp_sec3-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 30px;
}
@media (max-width: 568px) {
	.brp_sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{

}









/*======= 車検・整備 Vehicle Inspection & Maintenancesページ ======*/
/*sec1*/
.vim_sec1 {
	padding: 0px 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}


/* 画像とテキスト2 →　枠背景なし（白）*/
.imgtext2 {
	padding:clamp(30px, 3vw, 40px) 0;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}
.imgtext2 + .imgtext2 {
	/*padding-top: 0;*/
}

/*車検申し込みの流れ*/
.vim_sec2 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*フロー横展開*/
.flow01 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
ul.flow01 {
	margin-left:0px;
}
.flow01 > li {
	list-style-type: none;
	width: 100%;
	max-width: calc( (100% - 125px) / 4 );
	display: flex;
}

.flow01 > 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;
}
/*番号部分の吹き出し*/
.flow01 > 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%);
}

.flow01 > li dl {
	padding: 20px;
	margin: 0;
	/*border: 1px solid #80cbd0;*/
	position: relative;
	background-color:rgba(255,255,255,0.9);
	border-radius: 15px;
}

.flow01 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #89a2bd;	/*右矢印*/
	border-right: 4px solid #89a2bd;
	position: absolute;
	top: calc(50% - 10px);/*矢印の位置*/
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow01 > 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;
}

.flow01 > li dl dd {
	margin-left: 0;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
}

@media screen and (max-width: 868px){
	.flow01 {
		gap: 20px;
	}
	.flow01 > li {
		max-width: unset;
		display: block;
	}
	.flow01 > li:not(:first-child) dl::before {
		display: none;
	}
}




/*下部配置画像部分*/
.vim_sec3 {
	padding: clamp(40px, 6vw, 70px) 0;
}
/*2つ*/
.vim_sec3-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px 30px;
}
@media (max-width: 568px) {
	.vim_sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{

}








/*======= 採用情報 recruit ======*/
/*section*/
.recruit_sec1{
	padding: 20px 0 clamp(50px, 4vw, 60px) 0;
	/*background-image: url(../img/bg_01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

/*3つ*/
.recruit_sec1-item {
	box-sizing: border-box;
}
.recruit_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}
@media (max-width: 768px) {
	.recruit_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}
}
@media (max-width: 568px) {
	.recruit_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}
/*印刷用*/
@media print{
	.recruit_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
	}
}

/**/
p.lp-h-d4 {
	color: var(--accent-color1);
	text-align: center;
	font-family: "Montserrat", sans-serif;
}

/**/
h3.recrh3{
	background: rgb(255, 255, 255);
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	top: -20px;
	display: block;
	box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);
	text-align: center;
	font-size: clamp(16px, 1.7vw, 19px);
}
p.recrp{
	padding: 10px;
	display: block;
	width: 95%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.3);
	/*border: 1px solid #D0D0D0;*/
	margin: 0 auto;
	font-size: clamp(12px, 1.3vw, 15px);
	text-align: justify;
	line-height: 1.4;
}



/*仕事内容*/
.recruit_sec2{
	padding: 20px 0 clamp(50px, 4vw, 60px) 0;
}

/*見出し装飾*/
h4.fuki {
	position: relative;
	padding: 0.75rem;
	font-size: clamp(18px, 1.9vw, 20px);
	border-radius: 5px;
	border: 3px solid #333;
	box-shadow: -3px 3px 0 0 #333;
	font-weight: bold;
	width: fit-content;
}
h4.fuki:before, h4.fuki:after {
	position: absolute;
	left: 30px;
	height: 0;
	width: 0;
	border: solid transparent;
	content: "";
}
h4.fuki:before {
	top: 100%;
	margin-left: -12px;
	border-color: transparent;
	border-top-color: #333;
	border-right-color: #333;
	border-width: 10px;
}
h4.fuki:after {
	top: 99%;
	margin-left: -7px;
	border-color: transparent;
	border-top-color: white;
	border-right-color: white;
	border-width: 6.5px;
}
@media screen and (max-width: 568px) {
	h4.fuki {
		margin: 10px 10px 10px 15px;
		padding: 12px;
	}
}

/*2つ*/
.recruit_sec2-item {
	box-sizing: border-box;
}
.recruit_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px 20px;
}
@media (max-width: 768px) {
	.recruit_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
/*印刷時*/
@media print{
	.recruit_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}
}
/*-------------------------------------*/
.flex-child88{
	width: 79%;
}
.flex-child89{
	width: 20%;
}
@media screen and (max-width: 968px) {
	.flex-child88{
		width: 100%;
	}
	.flex-child89 {
		display: none;
	}
}
/*印刷時*/
@media print{
	.flex-child88{
		width: 79%;
	}
	.flex-child89{
		width: 20%;
	}
}
/*-------------------------------------*/
div.recrdiv{
	padding: 10px;
	box-sizing: border-box;
	background: rgba(255, 243, 216, 0.3);
	/*border: 1px solid #D0D0D0;*/
	margin: 20px auto 0 auto;
	border-radius: 10px;
}
div.recrdiv p{
	/*font-size: clamp(12px, 1.3vw, 15px);*/
	text-align: justify;
	line-height: 1.4;
	padding: 5px;
}
/**/

div.recrdiv h5{
	font-size: clamp(14px, 1.4vw, 15px);
	margin: 5px 0;
}























/*募集要項*/
.recruit_sec3{
	padding: 20px 0 clamp(50px, 4vw, 60px) 0;
}

/*一般(usually)テーブル*/
table.u-tab2 {
	/*width: 80%;*/
	margin: 0px auto;
	box-sizing: border-box;
}
table.u-tab2 tr th{
	font-size: clamp(15px,1.5vw,16px);
	text-align:left;
	border-bottom: 1px solid #99c1d0;
	line-height: 1.6;
	padding: 20px 15px;
	font-weight: 600;
	box-sizing: border-box;
}
table.u-tab2 tr td{
	font-size: clamp(15px,1.5vw,16px);
	text-align:left;
	border-bottom: 1px solid #99c1d0;
	line-height: 1.6;
	padding: 20px 15px;
	box-sizing: border-box;
}

@media screen and (min-width: 569px) {
	table.u-tab2 tr th{
		width: 9rem;
	}
}

@media screen and (max-width: 800px) {
	table.u-tab2 {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	table.u-tab2 tr td{
		display:block;
		padding: 7px;
	}
	table.u-tab2 tr th{
		display:block;
		padding: 7px;
		width: 100%;
		background: #e3f2f9;
	}
}


/*2つ*/
.recruit_sec3-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 30px;
}
@media (max-width: 1068px) {
	.recruit_sec3-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.recruit_sec3-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 30px;
	}
}


/**/
.recruit_sec3-item h4 {
	margin: 15px 0 10px 0;;
	background: #fbf8eb;
}
/**/
.colorrecr{
	color: #bf9000;

}

/*入れ子の中のテーブル*/
table.tblin {
	margin: 3px auto 10px auto;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #d4dfe3;
	border-right: 1px solid #d4dfe3;
	border-left: 1px solid #d4dfe3;
}
table.tblin tr td {
	line-height: 1.4;
	padding: 10px;
	border-bottom: 1px solid #d4dfe3;
	box-sizing: border-box;
}
table.tblin tr:nth-child(1) td {/*1行目*/
	text-align: center;
	background: #f4f4f4;
	font-size: 110%;
}
table.tblin tr td:nth-of-type(2) {
	text-align: right;
}

@media screen and (max-width: 568px) {
	table.tblin tr td {
		display: revert;/*元に戻す*/
	}
}


/*下部ボタン*/
/* solid011 */
.button_solid011 a {
	background: #e8a300;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 33%;
	padding: 20px 25px 10px;
	color: #fff;
	transition: 0.3s ease-in-out;
	font-weight: 400;
	font-size: 1.3rem;
	flex-direction: column;
	border-radius: 8px;
	font-family: Century Gothic, Arial, "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
.button_solid011 a span.xxz {
	background: var(--main-color);
	width: 70%;
	text-align: center;
	position: absolute;
	top: -15px;
	filter: drop-shadow(0px 1px 2px #aaa);
	padding: 3px 0;
	font-size: 0.8rem;
	color: #fff;
	border-radius: 5px;
}
.button_solid011 a span.xxz:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid var(--main-color);
}
.button_solid011 a:hover {
	transform: translateY(3px);
}
@media (max-width: 768px) {
	.button_solid011 a {
		max-width: 70%;
	}
}
@media (max-width: 568px) {
	.button_solid011 a {
		max-width: 98%;
	}
}






/*======= 会社概要ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
	background-image: url("../img/bg_05.png");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
	/*border: 1px solid #e1e1e1;*/
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 10px;
	}
}

/* 概要部分のテーブル */
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid var(--main-color);
	padding: 20px 15px;
	width: 12em;
	/*background-color: #a4d38912;*/
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #cacaca;
	padding: 20px 15px;
	/*background-color: #aeaeae0f;*/
	box-sizing: border-box;
	width: calc((100% - 12em) / 1);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		font-weight: 600;
		color: var(--main-color);
		padding: 10px 5px 0px 5px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(255, 255, 255, 0.2);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		padding: 5px 5px 10px 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
	}
}





/*Access*/
.access_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	/*margin-bottom: 0px;*//*地図全幅の時*/
	background-color: #f7f7f7;
	background-size: 4px 4px;
	background-image: repeating-linear-gradient(0deg, #ececec, #ececec 1px, #f7f7f7 1px, #f7f7f7);
}

/**/
.flex-child01ac{
	width: 47%;
}
.flex-child02ac{
	width: 51%;
}
@media screen and (max-width: 968px) {
	.flex-child01ac{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child02ac {
		width: 100%;
		margin: 5px auto;
	}
}
/*印刷時*/
@media print{
	.flex-child01ac{
		width: 47%;
	}
	.flex-child02ac{
		width: 51%;
	}
}

/*地図比率*/
.inmap {
	aspect-ratio: 16 / 9;
}
/*2つ*/
.access_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

/**/
h3.acc01{
	font-size: clamp(16px, 1.7vw, 19px);
	border-bottom: 1px solid rgb(119, 119, 119);
	margin-bottom: 10px;
	padding: 3px 0px 3px 10px;
	border-left: 6px double #000;
}





/*Staff*/
.staff_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;

}

/*3つ*/
.staff-sec1-item {
	box-sizing: border-box;
}
.staff-sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 20px;
}
@media screen and (max-width: 968px) {
	.staff-sec1-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 20px;
	}
}
@media screen and (max-width: 568px) {
	.staff-sec1-item-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 50px 20px;
	}
}
/*印刷時*/
@media print{
	.staff-sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 50px 20px;
	}
}

/**/
h3.stinfo{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
	padding: 3px 0;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
}
p.stinp{
	padding: 5px 10px;
	background-color: #f7f7f7;
}
.staff-sec1-item h3{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	margin-bottom: 10px;
	padding: 3px 0;
	color: var(--main-color);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
@media screen and (max-width: 868px) {
	h3.stinfo{
		text-align: center;
	}
}
.staff-sec1-item p{
	font-size: clamp(14px, 1.4vw, 15px);
	padding: 5px 10px;
	text-align: justify;
	line-height: 1.5;
	background-color: #f7f7f7;
}











/*-----------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*======= お問い合わせページ ======*/
::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}






