@charset "UTF-8";
/* CSS Document */


#sec01 {}
#sec01 .txtBox {}
#sec01 .txtBox h3 {
	font-size: 34px;
}
#sec01 .txtBox p {
	font-size: 16px;
	padding: 2em 0;
}

#sec02 {
	position: relative;
}
#sec02 #sikichi {
	position: relative;
}
#sec02 .flex {
	position: absolute;
	width: 48%;
	max-width: 550px;
	left: 48%;
	top: 5%;
}
#sec02 .flex .item {
	width: 47%;
}
#sec02 #sikichi .kigou {
	position: absolute;
	width: 50%;
	left: 10%;
	bottom: 2%;
	
}
#sec02 #sikichi h5 {
	position: absolute;
	right: 5%;
	bottom: 3%;
	font-size: 1.6vw;
}

#sec03 {
	padding: 5% 0 0;
}
#sec03 .items {
	max-width: 1000px;
}
#sec03 .items .itemBox {
	width: 23%;
}
#sec03 .items .itemBox dl {}
#sec03 .items .itemBox dt {
	border-bottom: #000 solid 1px;
	font-size: 15px;
	padding: 0.6em 0;
}
#sec03 .items .itemBox dd {
	text-align: justify;
}
#sec03 .items .itemBox dd span {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	padding: 0.3em 0;
}
#sec03 .items .itemBox dd .caption {
	font-size: 10px;
	line-height: 1.3;
}
#sec03 .items .item01 dt {
	text-align: left;
}
#sec03 .items .item01 .key {
	position: absolute;
	width: 30%;
	right: -5%;
	bottom: -25%;
}
.capImg.seko::after {
	content: "当社施工例";
}
.capImg.capL::after {
	right: auto;
	left: 0.5em;
}
#sec03 .plantBox {
	max-width: 1000px;
	background-color: #002733;
	padding: 30px 30px 10px;
	color: #fff;
	margin-top: 2%;
	border: #fff solid 1px;
	box-shadow: 2px 4px 15px rgba(0,0,0,0.8);
}
#sec03 .plantBox .leftBox {
	width: 50%;
}
#sec03 .plantBox .leftBox dt {
	text-align: center;
	border-bottom: #fff solid 1px;
	font-size: 21px;
	line-height: 1.4;
	padding-bottom: 0.3em;
}
#sec03 .plantBox .leftBox dd {
	text-align: center;
	font-size: 13px;
	padding-top: 1em;
}
#sec03 .plantBox .rightBox {
	width: 47%;
	
}
#sec03 .plantBox .rightBox .itemBox {
	width: 31%;
}
#sec03 .plantBox .rightBox .itemBox .imgBox {}
#sec03 .plantBox .rightBox .itemBox p {
	font-size: 12px;
}
#sec03 .plantBox .caption {
	width: 100%;
	text-align: right;
	font-size: 10px;
	padding: 0;
}


@media screen and (max-width: 959px){
	#sec01 .txtBox h3 {
		font-size: clamp(20px, 3.0vw, 24px);
	}
	#sec01 .txtBox p {
		font-size: clamp(12px, 1.7vw, 16px);
		padding: 2em;
	}
	#sec03 .items {
		max-width: 500px;
	}
	#sec03 .items .itemBox {
		width: 46%;
		padding-bottom: 20px;
	}
	#sec03 .items .itemBox dt {
		border-bottom: #000 solid 1px;
		font-size: 15px;
		padding: 0.6em 0;
	}
	#sec03 .items .itemBox dd {
		font-size: clamp(12px, 1.7vw, 16px);
	}
	        
}

@media screen and (max-width: 599px){
	#sec02 #sikichi h5 {
		font-size: 3vw;
		bottom: auto;
		top:30%;
		right: 20%;
	}
	#sec02 #sikichi {
		margin-bottom: 10%;
		width: 110%;
		margin-left: -4%;
	}
	#sec02 #sikichi .kigou {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: -8%;
	}
	#sec02 .flex {
    position: static;
    width: 70%;
		max-width: 280px;
		margin: 0 auto;
	}
	#sec02 .flex .item {
    width: 100%;
		padding-bottom: 20px;
	}
	#sec03 .items {
		width: 90%;
		max-width: 350px;
	}
	#sec03 .items .itemBox {
		width: 100%;
		padding-bottom: 20px;
	}
	#sec03 .items .itemBox .imgBox {
		width: 80%;
		max-width: 280px;
		margin: 0 auto;
	}
	#sec03 .items .itemBox dd {
		font-size: clamp(12px, 3.5vw, 14px);
	}
	
	#sec03 .plantBox {
		width: 100%;
		padding: 5%;
	}
	#sec03 .plantBox .leftBox {
		width: 100%;
	}
	#sec01 .txtBox p,#sec03 .entBox .rightBox dd,
	#sec03 .plantBox .leftBox dd {
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec03 .plantBox .leftBox dt {
		font-size: clamp(17px, 4.8vw, 19px);
	}
	#sec03 .plantBox .leftBox dd {
		padding-bottom: 1em;
	}
	#sec03 .plantBox .rightBox {
		width: 100%;

	}
	#sec03 .plantBox .rightBox .itemBox {
		width: 48%;
	}
	#sec03 .plantBox .rightBox .itemBox p {
		padding-bottom: 1em;
	}
	#sec03 .plantBox .caption {
		text-align: left;
	}

}

