@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(50px,6vw,70px);
	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: 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: #2d2d2d;
	margin: 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}

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

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
}

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

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

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

/*section2*/
.top_sec1 {
	padding: 0;
	background-color: #5188b116;
}
.top_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
	
.top_sec1-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-image: url(../img/bg_01.jpg);
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.top_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 40px;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.top_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.top_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.top_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.top_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .top_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

/*======= ガソリンスタンド ======*/

/*section1*/
.ga_sec1 {
	padding: var(--v-space) 0;
	background-color: #f1f1f1;
	background-image: linear-gradient(to right, #e4e4e4, #e4e4e4 5px, #f1f1f1 5px, #f1f1f1 );
	background-size: 10px 100%;
}


/*======= ニコニコレンタカー ======*/

/*section1*/
.re_sec1 {
	padding: var(--v-space) 0;
	background-color: #fafac7;
	background-image: linear-gradient(to right, #f4f4ad, #f4f4ad 5px, #fafac7 5px, #fafac7 );
	background-size: 10px 100%;
}

.re_sec1__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin-top: 10px;
}

/*section1*/
.re_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;
}

.re_sec2__container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-rows: 1fr; */
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
@media only screen and (max-width: 1182px) {
	.re_sec2__container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* grid-template-rows: 1fr; */
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}
@media only screen and (max-width: 720px) {
	.re_sec2__container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		/* grid-template-rows: 1fr; */
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}
}

/*タイトル*/
.re_sec2__container h3 {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 5px 5px 5px 10px;
	font-size: 17px;
}
/*タイトルカラー*/
.k-price {
	background-color: #B4AB33;
}
.s-price {
	background-color: #EE7688;
}
.sp-price {
	background-color: #A864A8;
}
.g-price {
	background-color: #6F89C2;
}
.gp-price {
	background-color: #475d8e;
}
.suv-price {
	background-color: #00A73C;
}
.f-price {
	background-color: #F39B33;
}
.f2-price {
	background-color: #d48123;
}
.t1-price {
	background-color: #00A0E9;
}
.t2-price {
	background-color: #3391C7;
}
.t3-price {
	background-color: #1e6e99;
}
.v-price {
	background-color: #fcb8a6;
}
.hybrid-price {
	background-color: #0033FF;
}
.caution-title {
	background-color: #909090;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 5px 5px 5px 10px;
}

/*テーブルレイアウト*/
.price-table table {
	border-collapse: separate;
	width: 100%;
}
.price-table th {
	font-size: 13px;
	border-top: 1px solid var(--accent-color2);
	border-right: 1px solid var(--accent-color2);
	padding: 2px;
	background-color: #18004d9c;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
}
.price-table th:first-child {
	border-left: 1px solid var(--accent-color2);
	/* border-radius: 3px 0 0 0; */
}
.price-table td {
	font-size: 14px;
	border-right: 1px solid var(--accent-color2);
	border-bottom: 1px solid var(--accent-color2);
	padding: 2px 5px 2px 2px;
	text-align: right;
}
.price-table td:first-child {
	border-left: 1px solid var(--accent-color2);
}
/* .price-table th:last-child {
	border-radius: 0 3px 0 0;
}
.price-table tr:last-child td:first-child {
	border-radius: 0 0 0 3px;
}
.price-table tr:last-child td:last-child {
	border-radius: 0 0 3px 0;
} */
.price-table th.nicopass {
	letter-spacing: 0em;
}
.price-table td.nicopass {
	background-color: #ff010e23;
	font-weight: bold;
}
.price-table td.nicomate {
	background-color: #19004d23;
}
.price-table .hour {
	font-size: 14px;
	line-height: 1;
	padding: 2px;
	font-weight: 600;
	text-align: center;
}
.price-table .hour span {
	display: inline-block;
	font-size: 12px;
	margin-left: 3px;
	font-weight: 400;
}

/*車についての備考*/
.car-detail ul {
	padding: 0 0 0 3.8em;
	margin: 2px 5px 0;
}
.car-detail li {
	position: relative;
	margin-bottom: 2px;
	line-height: 1.4em;
	font-size: 13px;
}
.car-detail li:last-child {
	margin-bottom: 0;
}
.car-detail li:nth-child(1)::before {
	content: '乗車定員：';
	position: absolute;
	left: -5em; 
	top: 0;
}
.car-detail li:nth-child(2)::before {
	content: '車両条件：';
	position: absolute;
	 left: -5em; 
	top: 0;
}
.car-detail li:nth-child(3)::before {
	content: '代表車種：';
	position: absolute;
	 left: -5em; 
	top: 0;
}

/*========= 住宅インフラ =========*/

/*section1*/
.ho_sec1 {
    padding: var(--v-space) 0;
	background-color: #f1f1f1;
	background-image: linear-gradient(to right, #e4e4e4, #e4e4e4 5px, #f1f1f1 5px, #f1f1f1 );
	background-size: 10px 100%;
}

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

	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid var(--accent-color2);
	/*box-shadow: 5px 5px 0 var(--accent-color2);*/
	box-shadow: 0 1px 4px rgba(0, 0, 0, .6);

}
.ho_sec1-card__item H3{
	font-size: 17px;
	font-weight: normal;
	line-height: 1.3;
	border-bottom: 1px dashed var(--accent-color2);
	text-align: center;
	color:var(--accent-color2);
}
.ho_sec1-card__item p{
	display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px 0px;
}

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

.ho_sec3 {
    padding: var(--v-space) 0;
	background-image:url(../img/bg_02.jpg);
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: clamp(40px, 3vw, 40px) 0;
	background-color: #f1f1f1;
}
div.faq2 p.b {
	font-weight: bold;
	color: var(--main-color);
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 0px 0 100px 0;
	background-color: #FFF;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.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%;
	}
}

/*フレームデザイン*/

.info_sec1-frame01{
	padding: 40px;
	background-image: url(../img/bg_frame01.jpg);
	background-size: cover;
	background-position: bottom;
}
@media screen and (max-width: 568px) {
	.info_sec1-frame01 {
		padding: 15px 15px 15px 15px;
	}
}

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


.info_sec2{
	padding: var(--v-space) 0 50px;
	background-color: #fafac7;
	background-image: linear-gradient(to right, #f4f4ad, #f4f4ad 5px, #fafac7 5px, #fafac7 );
	background-size: 10px 100%;
}




/*======= 求人情報 ======*/

.recruit_sec1{
	padding: 0px 0 100px 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}


/*アイコンサイズ*/
.recruit_sec1-pcspwid{
	width: 65%;
	margin: 0 auto 10px auto;
}
@media (max-width: 568px) {
	.recruit_sec1-pcspwid{
		width: 55%;
		margin: 0 auto;
	}
}
.recruit_sec1-item{
	background: rgba(241, 248, 249, 0.9);
	padding: 20px 20px 15px;
	border-radius: 20px;
}


/*section2*/
.recruit_sec2 {
	padding: var(--v-space) 0;
	/*background-image: url(../img/bg_02.jpg);
	background-size: cover;*/
}

/*section3*/
.recruit_sec3 {
    padding: var(--v-space) 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

/*section4*/
.recruit_sec4 {
	padding: var(--v-space) 0;
	background-color: #e4f4e6;
	background-image: url(../img/bg_04a.png),url(../img/bg_04b.png);
	background-size: 100%,100%;
	background-position: top,bottom;
	background-repeat: no-repeat,no-repeat;
	position: relative;
	z-index: 1;
}





