@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
#pageWrap {
    padding: 0% 0 0;
}
.notes-area {
    margin: 0% auto 0;
}
.boxWidth {
	container-type: inline-size;
}
#sec01 {
	position: relative;
}
#sec01 h2 {
	position: absolute;
	width: 40%;
	max-width: 630px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.6);
	
}

#sec02 {
	padding: 5% 0 4%;
	background-image: url("../images/bg-02.jpg");
	background-position: center center;
	background-size: cover;
}
#sec02 .h3Box {
	padding-bottom: 3%;
}
#sec02 .h3Box h3 {
	font-size: 42px;
	font-size: clamp(13px, 5cqw, 42px);
	text-align: center;
	color: #595757;
}
#sec02 .h3Box .lead {
	font-size: 16px;
	font-size: clamp(13px, 2cqw, 16px);
	text-align: center;
	color: #595757;
	line-height: 2;
}
#sec02 .flex01 {
	position: relative;
}
#sec02 .flex01 .imgBox {
	width: calc(100% / 3);
}

#sec02 .flex01 .h4Box {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}
#sec02 .flex01 .h4Box p {
	color: #fff;
	font-size: 28px;
	font-size: clamp(13px, 3.0cqw, 28px);
}
#sec02 .flex01 .h4Box h4 {
	color: #d6ca48;
	font-size: 48px;
	font-size: clamp(13px, 5.5cqw, 48px);
	padding: 0.1em 0;
	width: 100%;
	line-height: 1;
}
#sec02 .flex01 .h4Box p.cap {
	font-size: 24px;
	font-size: clamp(13px, 2.5cqw, 24px);
}

#sec02 .flex02 {
	margin-top: 5%;
}
#sec02 .flex02 .itemBox {
	width: 22.2%;
	max-width: 266px;
}
#sec02 .flex02 .itemBox .imgBox {
}
#sec02 .flex02 .itemBox p {
	font-size: 15px;
	font-size: clamp(9px, 1.5cqw, 15px);
	padding-top: 0.5em;
}
#sec02 .flex02 .space {
	width: 4%;
	position: relative;
}
#sec02 .flex02 .space .fig01 {
	position: absolute;
	width: 300%;
	left: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(-30%);
}
.imgBox.sekou::after {
	content: "当社施工例";
}
.imgBox.capL::after {
	right: auto;
	left: 0.5em;
}

ul.btnWrap {
	padding: 3% 0;
}
ul.btnWrap li {
	width: 31%;
	container-type: inline-size;
}
ul.btnWrap a {
	background-color: #9e8b4b;
	color: #fff;
	display: flex;
justify-content: center;
align-items: center;
	height: 4em;
	padding: 1em 0;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
	
	font-size: clamp(10px, 7cqw, 16px);
	line-height: 1.2;
}
ul.btnWrap a::after {
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: #fff solid 1px;
}
ul.btnWrap a::before {
	content: "▼";
	color: #9e8b4b;
	position: absolute;
	left: calc(50% - 0.5em);
	top: 101%;
	transform: scaleX(1.5);
}
ul.btnWrap a p {
	/*font-size: 7cqw;
	font-size: clamp(10px, 7cqw, 16px);
	line-height: 1.2;*/
}
ul.btnWrap a p span {
	font-size: 70%;
	display: block;
}
ul.btnWrap a p i {
	font-size: 70%;
	font-style: normal;
}

#sec03,#sec05 {
	padding: 5% 0 4%;
	background-image: url("../images/bg-02.jpg");
	background-position: center center;
	background-size: cover;
}
#sec03 .h3Box,
#sec04 .h3Box,
#sec05 .h3Box{
	text-align: center;
	padding-bottom: 3%;
}
#sec03 .h3Box .musho,
#sec04 .h3Box .musho,
#sec05 .h3Box .musho{
	background-color: #000;
	color: #fff;
	display: flex;
justify-content: center;
align-items: center;
	width: 12em;
	height: 2.5em;
	font-size: 18px;
	font-size: clamp(13px, 2.5cqw, 18px);
	border-radius: 999px;
	margin: 0 auto;
}
#sec03 .h3Box h3,
#sec04 .h3Box h3,
#sec05 .h3Box h3{
	font-size: 32px;
	font-size: clamp(13px, 4cqw, 32px);
	line-height: 1.2;
	padding: 1em 0;
}
#sec03 .h3Box h3 span,
#sec04 .h3Box h3 span,
#sec05 .h3Box h3 span{
	display: block;
	font-size: 120%;
	
}
#sec03 .h3Box .desc,
#sec05 .h3Box .desc{
	color: #9e8b4b;
	font-size: 16px;
	font-size: clamp(12px, 2cqw, 16px);
	display: flex;
justify-content: center;
align-items: center;
	width: 38em;
	height: 6em;
	margin: 0 auto;
	border: #9e8b4b solid 2px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.3),0px 3px 10px rgba(0,0,0,0.3)inset;
	position: relative;
}
#sec03 .h3Box .desc::after,
#sec05 .h3Box .desc::after{
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	left: 3px;
	top: 3px;
	border: #9e8b4b solid 1px;
}
#sec03 .h3Box .cap,
#sec04 .h3Box .cap,
#sec05 .h3Box .cap{
	font-size: clamp(12px, 2cqw, 16px);
	padding-top: 1em;
}

#sec03 .flex01 {
	align-items: flex-end;
	container-type: inline-size;
	margin-bottom: 50px;
}
#sec03 .flex01 .leftBox {
	width: 49.2%;
	max-width: 590px;
}
#sec03 .flex01 .rightBox {
	width: 47%;
	text-align: left;
}
#sec03 .flex01 .rightBox h4.engTxt {
	font-size: 3.0cqw;
	
}
#sec03 .flex01 .rightBox p {
	font-size: 1.5cqw;
	font-size: clamp(12px, 1.5cqw, 16px);
	padding: 1em 0;
	
}
#sec03 .flex02 {
	container-type: inline-size;
}
#sec03 .flex02 .itemBox {
	max-width: 280px;
	width: 23.4%;
	position: relative;
}
#sec03 .flex02 .itemBox h4 {
	font-size: 2.7cqw;
	text-align: left;
	letter-spacing: 0em;
	height: 1.6em;
}
#sec03 .flex02 .itemBox .sel {
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
#sec03 .flex02 .itemBox .sel img {
	width: 50%;
}
#sec03 .flex02 .itemBox .sel p {
	padding-top: 1em;
	font-size: clamp(11px, 1.4cqw, 16px);
}

#sec03 .taiken,
#sec05 .taiken {
	color: #9e8b4b;
	font-size: 32px;
	font-size: clamp(13px, 4cqw, 32px);
	position: relative;
	margin-bottom: 1.8em;
}
#sec03 .taiken::after,
#sec05 .taiken::after {
	content: "▼";
	font-size: 0.8em;
	position: absolute;
	left: calc(50% - 0.4em);
	top: 100%;
	
}
#sec03 .bnnBox,
#sec05 .bnnBox {
	width: 80%;
	max-width: 640px;
	margin: 0 auto;
}

#sec04 {
	padding: 5% 0 4%;
}
#sec04 .h3Box .musho{
	background-color: #a20000;
}

#sec04 .flex01 {}
#sec04 .flex01 .planBox {
	width: 47%;
}
#sec04 .flex01 .planBox .type {
	background: #6A3906;
background: linear-gradient(90deg, rgba(106, 57, 6, 1) 0%, rgba(198, 185, 153, 1) 50%, rgba(106, 57, 6, 1) 100%);
}
#sec04 .flex01 .planBox p {
font-size: 15px;
	font-size: clamp(10px, 1.3cqw, 15px);
	padding: 1em 0 2em;
}

#sec05 {}
#sec05 .flex01 {
	gap:30px 2.2%;
	padding-bottom: 50px;
	justify-content: center;
}
#sec05 .flex01 .itemBox {
	width: 23.4%;
	max-width: 280px;
	container-type: inline-size;
}
#sec05 .flex01 .itemBox p {
	background-color: #9e8b4b;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 5em;
	line-height: 1.3;
	align-content: center;
	font-size: 5.8cqw;
}
#sec05 .flex01 .itemBox p span {
	display: block;
	width: 100%;
	font-size: 70%;
	position: relative;
	
}
ul.ul02.btnWrap a::before {
	top: auto;
	bottom:101%;
	transform: scaleY(-1) scaleX(1.5);
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 599px) {
	#sec01 h2 {
    position: static;
    width: 100%;
		margin-left: 0%;

    transform: translate(0%, 0%);
	}
	#sec02 .h3Box .lead {
		padding: 2em 0;
	}
	#sec02 .flex01 .h4Box {
		 position: static;
    width: 100%;
    transform: translateY(0%);
		padding-top: 1em;
	}
	#sec02 .flex01 .h4Box p {
		color: #000;
	}
	#sec02 .flex02 {
		width: 80%;
		max-width: 350px;
		margin: 0 auto;
	}
		#sec02 .flex02 .itemBox {
		width: 100%;
		max-width: 350px;
			padding: 15px 0;
	}
	#sec02 .flex02 .itemBox .imgBox {
	}
	#sec02 .flex02 .itemBox p {
		font-size: 15px;
		font-size: clamp(13px, 4.8cqw, 15px);
		letter-spacing: -0.05em;
		line-height: 1.4;
		padding-top: 0.5em;
	}
	#sec02 .flex02 .space {
		display: none;

	}
	ul.btnWrap li {
		width: 33%;
	}
	ul.btnWrap a {
		height: 5em;

		font-size: clamp(10px, 11cqw, 13px);
		line-height: 1.2;
	}
	#sec03 .flex01 .leftBox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	#sec03 .flex01 .rightBox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		text-align: left;
	}
	#sec03 .flex02 {
		max-width: 400px;
		margin: 0 auto;
	}
	#sec03 .flex02 .itemBox {
    max-width: 280px;
    width: 48%;
		
}
	#sec03 .flex02 .itemBox .sel {
    transform: translateY(-20%);
	}
	#sec03 .flex01 .rightBox p,
	#sec03 .flex02 .itemBox .sel p {
    font-size: clamp(11px, 3.4cqw, 14px);
		padding-top: 0.5em;
	}
	#sec03 .flex01 .rightBox h4.engTxt,
	#sec03 .flex02 .itemBox h4 {
    font-size: 5cqw;
	}
	#sec03 .h3Box .desc, #sec05 .h3Box .desc {
    width: 100%;
		padding: 1em;
		height: auto;
	}
	#sec03 .h3Box .cap, #sec04 .h3Box .cap, #sec05 .h3Box .cap {
    font-size: clamp(10px, 2cqw, 16px);

}
	#sec03 .bnnBox, #sec05 .bnnBox {
    width: 90%;
	}
	#sec04 .flex01 {}
	#sec04 .flex01 .planBox {
		width: 100%;
		padding-bottom: 15px;
	}
	#sec05 .flex01 .itemBox {
		width: 48%;
		max-width: 280px;
		container-type: inline-size;
	}
	
}



