@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(45px,4vw,50px);	/*英字*/
	/*font-size: clamp(33px,3.5vw,40px);*/
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	/*font-family: "Montserrat", sans-serif;*/
}
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(19px, 2.2vw, 22px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	/*font-family: 'Noto Serif JP', serif;*/
}
.spot-heading03{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(19px, 2.2vw, 22px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #454545;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 22px;
	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: 3.8%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 3.8%;
	background-color: #FFF;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
	.line2{
		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: 30px;
	vertical-align: middle;
	margin: 0 3px 3px 0;
}
/*画像角丸*/
img.borad {
	border-radius: 7px;
}
/*文字左から中央*/
.sptx-c {
	text-align: left;
}
@media screen and (max-width: 568px) {
	.sptx-c {
		text-align: center;
	}
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 0 .8em .5em;
	position: relative;
	margin: 0 auto;
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: .5em 0 .5em 2em;
	/*padding: .1em 0 .1em 2em;*/
	color: #fff;/*今回のみ*/
	font-size: clamp(14px, 1.6vw, 17px);
}
.list-design li:before {
	color: #67bdc3;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}





/*======= TOPページ ======*/
/**/
.kakomi01 {
	padding: 4px 10px 2px 10px;
	margin: 2px 10px 2px 0;
	background-color: var(--main-color);
	border-radius: 5px;
	color: #fff;
	text-align: center;
	display: inline-block;
}


/*ご挨拶*/
.greeting {
	/*padding: clamp(40px, 6vw, 90px) 0;*/
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}
/*sec1*/
.sec1 {
	padding: var(--v-space) 0;
	background-image: url("../img/bg_03.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.sec1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(17, 57, 77, 0.6);
	/*background-color: rgba(174, 127, 36, 0.5);*/
}
/**/
.contentsbg-blue {
	background: rgba(17, 57, 77, 0.85);
	padding: 40px;
}
@media screen and (max-width: 568px) {
	.contentsbg-blue {
		padding: 30px 15px 15px 15px;
	}
}


/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 25px;
}
@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);
	}
}
/**/
.sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #fff;

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


/*section3 全幅区切り*/
.top_sec3 {
	padding: 0;
	background-color: var(--main-color);
}
.top_sec3-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.top_sec3-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top_sec3-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 40px;
	margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.top_sec3-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec3-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 768px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 200px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}

	.top_sec3-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.top_sec3-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.top_sec3-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 100px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
}
/**/
.btn08 a {
	background-color: #23516a;
	/*border: 1px solid transparent;*/
	border: 1px #999 solid;
	font-size: clamp(13px, 1.4vw, 14px);
}
.btn08 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}
.btn08 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
}
.btn08 a:hover {
	background-color: #e4c000;
}
.btn08 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn08 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0;/*フッターと別カテ*/
	/*padding: 50px 0 10px 0;*//*フッターと一体型*/
	/*background-color: #e1e1e1;*/
}
.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;
	}
}







/*======= 取扱内容ページ services======*/
/**/
.ser_sec1 {
	padding: var(--v-space) 0;
	background-color: #fff7ed;
	background-image: url("../img/bg_04.png");
	background-size: cover;
	background-position: top center;
	background-repeat: repeat-x;
}
/*4つ*/
.ser_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

/*子要素のそれぞれのdivの高さを揃える記述 gapに干渉*/
/*.ser_sec1-item-container article{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}
*/
@media (max-width: 1068px) {
	.ser_sec1-item-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 768px) {
	.ser_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.ser_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.ser_sec1-item h4{
	font-size: clamp(18px, 1.8vw, 19px);
	border-top: 3px double #999;
	border-bottom: 3px double #999;
	text-align: center;
	padding: 2px 0 1px 0;
	margin: 10px 0;

}
p.fuz2{
	font-size: clamp(14px, 1.4vw, 15px);
	text-align: justify;
	background-color: rgba(249, 239, 226, 0.9);
	padding: 10px;
	line-height: 1.5;
	mix-blend-mode: multiply;
	margin-bottom:30px;
}








/*======= 施工事例ページ cases======*/
.cases_sec1 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url("../img/bg_05.jpg");
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}

/*2つ*/
.cases_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
@media (max-width: 768px) {
	.cases_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.cases_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/**/
.cases_sec1-item h4{
	font-size: clamp(20px, 2vw, 23px);
	/*border-bottom: 1px solid #777;*/
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	font-family: 'Noto Serif JP', serif;
}
/**/
p.comment{
	font-size: clamp(12px, 1.5vw, 14px);
}
/**/
.kakomi02 {
	padding: 3px 10px 2px 10px;
	margin: 2px 10px 5px 0;
	background-color: #f78400;
	color: #fff;
	/*border: 1px solid #aeaeae;*/
	border-radius: 5px;
	text-align: center;
	display: inline-block;
}



/* よくある質問 FAQ */
.faq_sec1 {
	padding: var(--v-space) 0 50px 0;
	background-color: #fff7ed;

background-image:  linear-gradient(#ffeac0 0.6000000000000001px, transparent 0.6000000000000001px), linear-gradient(to right, #ffeac0 0.6000000000000001px, #fff7ed 0.6000000000000001px);
background-size: 12px 12px;

	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 10px 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-size: 110%;*/
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
	color: #23516a;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
	/*font-size: 110%;*/
}







/*======= 悪徳業者の見分け方Distinguish ======*/
/**/
h3 {
	font-size: clamp(20px, 2.3vw, 25px);
}

/*sec1*/
.distinguish_sec1{
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: rgba(0, 0, 0, 0.1);
}

/*見出し装飾*/
.puti{
	font-size: clamp(21px, 2.5vw, 27px);
	position: relative;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	text-align: center;
	margin: 0 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';
}

/**/
p.kukuri {
	padding: 15px 20px 14px 20px;
	margin: 0px auto 10px auto;
	background-color: var(--accent-color1);
	border-radius: 30px;
	font-size: clamp(16px, 1.7vw, 21px);
	font-weight: 600;
	line-height: 1.4;
	width: fit-content;
	color: #fff;
}
/**/
.pfemp{
	font-weight: 600;
	font-size: clamp(21px, 1.9vw, 26px);
	color: #eb6100;
}
/*特別仕様*/
.tx-c4 {
	text-align: center;
}
@media screen and (max-width: 1168px) {
	.tx-c4 {
		text-align: left;
	}
}
/**/
p.fuz3{
	font-size: clamp(14px, 1.4vw, 15px);
	background-color: rgba(249, 239, 226, 0.9);
	padding: 10px;
	line-height: 1.5;
	mix-blend-mode: multiply;
	margin-bottom: 20px;
}
/*矢印*/
.arrow_bottom {
	/*display: inline-block;*/
	width: 70px;
	height: 70px;
	background: #000000;
	clip-path: polygon(0 48.2%, 31% 48.2%, 31% 0, 69% 0, 69% 48.2%, 100% 48.2%, 50% 100%);
	margin: 25px auto;
}
/**/
.bg_b2{
	background-color: rgba(0, 0, 0, 0.9);
	padding: 40px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.bg_b2{
		padding: 15px 5px 25px 5px;
	}
}


/*sec2*/
.distinguish_sec2{
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-image: url("../img/bg_07.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
/**/
.mtb15{
	margin: 15px 0;
}













/*======= 会社概要ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 150px 0;

	background-image: url("../img/bg_01.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.8);
	padding: 60px 50px 30px 50px;
	/*border: 1px solid #e1e1e1;*/
}
@media screen and (max-width: 768px) {
	.info_sec1{
		background-position: 15% 100%;
	}
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 17% 100%;
	}
	.bg_b {
		padding: 23px;
		background: rgba(255, 255, 255, 0.9);
	}
}

/**/
.l-float{
	float:left;
	margin-right:10px;
}
.r-float{
	float:right;
	margin-left:10px;
}
.mawa{
	display: block;
	width: 100%;
}
@media (max-width: 568px) {
	.l-float{
		clear:both;
	}
}

/**/
.memobox {
    position: relative;
    padding: 0.5rem;
    background-color: #23516a;
    box-shadow: 0 0 0 0.5rem #23516a;
    border-left: 10px dotted white;
}

.memobox::before {
    position: absolute;
    top: 2.5rem;
    left: 0.5rem;
    width: calc(100% - 1rem);
    height: calc(100% - 2rem);
    background-image: repeating-linear-gradient(#bcbcbc 0 1px, transparent 1px 37px);
    content: '';
}
.memobox p {
    color: #fff;
    line-height: 2.3;
}

/**/
.oribox {
    position: relative;
    padding: 1rem;
    outline: 2px solid #f78400;
    outline-offset: 2px;
    background-image: linear-gradient(-45deg, transparent 10px, #f78400 10px);
    color: #212121;
    overflow: hidden;
}

.oribox::before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    border-width: 0px 0px 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #f78400;
    box-shadow: 0 0 5px #000;
}

.oribox p {
    color: #fff;
    line-height: 1.5;
}

/**/
.circlewaku{
	width: fit-content;/*幅*/
	height: auto;/*高さ*/
	border-radius: 50%;/*角丸*/
	border: solid 3px #f78400;
	padding: 30px 50px;
	box-sizing: border-box;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 568px) {
	.circlewaku{
		padding: 30px 30px;
	}
}

h4.infoh4{
	text-align: center;
	color: #fff;
	font-size: clamp(15px, 1.7vw, 18px);
}
p.nak{
	width: fit-content;
	margin: 5px auto;
	color: #fff;
	font-size: clamp(13px, 1.6vw, 17px);
}








/**/
.info_sec3{
	padding: var(--v-space) 0;
}
/*装飾*/
.kakomi {
	padding: 3px 15px 2px 15px;
	margin: 2px 0;
	background-color: var(--main-color);
	border-radius: 20px;
	color: #fff;
	font-size: 0.85em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.1em;
	/*display: inline-block;*/
	display: block;	/*紙媒体でも使えるデザインにするための囲み*/
}

/**/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	background-color: #9d9d9d17;
	position: relative;
	z-index: 1;
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 5px;
	width: 7.25em;
}
.info2 {
	font-size: clamp(15px, 1.3vw, 16px);
	border-bottom: 1px dashed #5e5e5e;
	padding: 10px 10px 10px 20px;
	width: 400px;
}
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@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: 10px 2px 10px 2px;
		width: 99%;
	}
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/*info_sec4*/
.info_sec4{
	padding: clamp(150px, 6vw, 300px) 0;

	background-image: url("../img/bg_06.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/*======= お問い合わせページ ======*/

::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}






