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


#ytWrap {
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
	padding:  0;
}
#ytWrap .ytBox {
	position: relative;
	width: 100%;
	
	height: 0;
	padding-top: 56.25%;
}
#ytWrap .ytBox iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#titWrap {
	padding-bottom: 1em;
}
#titWrap h3 {
	font-size: 21px;
}

.sec {
	max-width: 1000px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
	background-color: #fdf7fa;
	padding-bottom: 3%;
}
.sec h3 {
	background-color: #620000;
	padding: 0.3em;
	font-size: 21px;
	color: #c7bd70;
}
.sec h3 span {
	font-size: 70%;
	color: #fff;
	margin-left: 0.6em;
	position: relative;
	top: -0.1em;
	
}
#sec01 h4 {
	padding: 1em 0 0em;
	font-size: 32px;
	line-height: 1.3;
}
#sec01 h4 span {
	font-size: 120%;
	display: block;
	color: #620000;
}
#sec01 p.mov {
	font-size: 16px;
	color: #620000;
	padding: 0.5em;
}
#sec01 p.mov::before,#sec01 p.mov::after {
	content: "　▼　";
	
}

#sec01 p.desc {
	font-size: 16px;
	padding: 1.5em;
}
#sec01 .imgBox, #sec01 .figBox {
	width: 90%;
	max-width: 830px;
	margin: 0 auto;
}

#sec01 .figBox {
	margin: 30px auto;
	padding: 3%;
	background-color: #fff;
	border: #000 solid 1px;
	align-items: center;
}
#sec01 .figBox .leftBox {
	width: 42%;
	position: relative;
}
#sec01 .figBox .leftBox p.caption {
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 102%;
}
#sec01 .figBox ul {
	width: 55%;
	container-type: inline-size;
}
#sec01 .figBox ul li {
	width: 100%;
	background-color: #620000;
	color: #fff;
	font-size: 4.5cqw;
	padding: 0.3em;
	margin: 10px 0;

}
.sec02 {
	margin-top: 3%;
	background-color: #fff;
}
.sec02 h3 {
	background-color: #c7bd70;
	color: #620000;
}
.sec02 h3 span {
	color: #000;
	
}
.sec02 .flex {
	width: 90%;
	max-width: 830px;
	margin: 3% auto 0;
	align-items: center;
}
.sec02 .flex .imgBox {
	width: 46%;
	max-width: 380px;
}
.sec02 .flex .imgBox::after {
	content: "※当社施工例";
}
.sec02 .flex .txtBox {
	width: 50%;
}
.sec02 .flex .txtBox h4 {
	font-size: 28px;
	line-height: 1.3;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	padding: 10px 0;
}
.sec02 .flex .txtBox h4 span {
	display: block;
	font-size: 120%;
	color: #c7bd70;
}
.sec02 .flex .txtBox p {
	font-size: 16px;
	padding: 1em 0;
}
.sec02 .figWrap {
	border: #000 solid 1px;
	background-color: #fdf7fa;
	padding: 5%;
}
.sec02 .figWrap p.caption {
	font-size: 10px;
	text-align: left;
	padding-top: 0.3em;
}
.sec02 ul {
	width: 100%;
}
.sec02 ul li {
	width: 100%;
	background-color: #c7bd70;
	color: #620000;
	font-size: 18px;
	padding: 0.3em;
	line-height: 1.3;
	font-weight: 400;
	
}
.sec02 ul li:nth-child(2) {
	margin-top: 10px;
}

.sec02 .flex02 {
	flex-direction: row-reverse;
}


@media screen and (max-width: 959px){
	.sec {
		padding-bottom: 5%;
		}
	#titWrap h3, .sec h3 {
    font-size: 2.4vw;
	}
	#sec01 h4 {
		font-size: 3.2vw;
	}
	#sec01 p {
		font-size: 15px;
	}
	.sec02 .flex .txtBox h4 {
		font-size: 2.8vw;
		
	}
	.sec02 .flex .txtBox p {
		font-size: 1.8vw;
	}
	.sec02 .flex .txtBox p.caption {
		font-size: 10px;
	}
	.sec02 h5 {
		font-size: 2vw;
	}
	#sec01 .figBox {
		margin-bottom: 0;
	}
	.sec02 {
		margin-top: 30px;
	}


}

@media screen and (max-width: 599px){
	#titWrap {
		padding-bottom: 6%;
	}
	#titWrap h3, .sec h3 {
    font-size: 4.0vw;
	}
	#sec01 h4 {
		font-size: 5.2vw;
	}
	#sec01 p.mov {
		font-size: 12px;
	}
	#sec01 p.mov::before,#sec01 p.mov::after {
		content: "　";
		width: 14px;
		height: 12px;
		margin: 0 0.5em;
		display: inline-block;
		position: relative;
		top: 	1.5em;
		border-top: #620000 solid 12px;
		border-left: transparent solid 7px;
		border-right: transparent solid 7px;
	}

	#sec01 p.desc {
		font-size: 13px;
		text-align: justify;
	}
	.sec02 .flex .txtBox h4 {
		font-size: 4.8vw;
		
	}
	.sec02 .flex .txtBox p {
		font-size: 13px;
	}
	.sec02 .flex .txtBox p.caption {
		font-size: 10px;
		text-align: center;
	}
	.sec02 ul li {
		font-size: 4vw;
		
	}
	#sec01 .figBox .leftBox,#sec01 .figBox .leftBox .imgBox,#sec01 .figBox ul {
		width: 100%;
		position: relative;
	}
	#sec01 .figBox .leftBox p.caption {
		position: static;
		text-align: center;
	}
	#sec01 .figBox {
		padding: 5%;
	}
	#sec01 .figBox ul li {
		margin: 7px 0 0 0 ;
	}
	.sec h3 {
		font-size: 5vw;
	}
	.sec h3 span {
		display: block;
	}
	.sec02 .flex .imgBox {
		width: 70%;
		max-width: 260px;
		margin: 0 auto 5%;
	}
	.sec02 .flex .txtBox {
		width: 100%;
	}
	#sec01 .figBox .leftBox .imgBox,
	.sec02 .figBox {
		max-width: 300px;
		margin: 0 auto;
	}
	

}




