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

#sec01 {
	margin-top: 200vh;
	background-color: #fff;
	padding: 20vh 0 10vh;
}
#sec01 figure {
	max-width: 1000px;
	position: relative
}

#sec01 dl {
	position: absolute;
	left: 5%;
	bottom: 3%;
	color: #000;
	font-size: 10px;
	width: 24em;
	background-color: rgba(255,255,255,0.7);
	padding: 6px 10px;
}
#sec01 dt {
	font-size: 15px;
	background-color: #ADADAD;
	color: #fff;
	display: flex;
justify-content: center;
align-items: center;
	height: 1.8em;
	line-height: 1;
}
#sec01 dd {
	font-size: 13px;
	text-align: justify;
}

/*#sec02 .h2Box {
	position: absolute;
	display: block;
	width: 30%;
	top: 10%;
	right: 55%;
	letter-spacing: 0.1em;
	container-type: inline-size;
}
#sec02 .h2Box h2 {
	font-size: clamp(13px, 5.5cqw, 46px);
	color: #000;
	line-height: 2;
	letter-spacing: 0em;
}
*/
#sec02 {
	background-color: #fff;
	padding: 5% 0;
	position: relative;
	
}
#sec02 .waterBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	transition-duration: 3s;
}
#sec02 dl {
	justify-content: center;
align-items: center;
	gap:0 30px;
	border-bottom: #000 solid 1px;
	padding-bottom: 0.3em;
	margin-bottom: 0.6em;
}
#sec02 dt {
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
}
#sec02 dt span {
	font-size: 70%;
	display: block;
}
#sec02 dd {
	font-size: 15px;
}
#sec02 .flex01 {
	align-items: flex-end;
}
#sec02 .flex01 .imgBox {
	width: 26%;
	max-width: 310px;
}
#sec02 .flex01 .box01 {
	width: 42%;
	max-width: 500px;
}
#sec02 .flex01 .box02 {
	width: 30%;
	max-width: 360px;
}
#sec02 .caption {
	padding: 1em 0;
	font-size: 10px;
}


#sec03 {
	background-color: #fff;
	padding: 0% 0 5%;

}
#sec03 .items {
	gap:50px 0;
}
#sec03 .itemBox {
	width: 22%;
	max-width: 260px;
	
}
#sec03 .itemBox .imgBox {
	position: relative;
}
#sec03 .itemBox .imgBox .ico {
	position: absolute;
	width: 36%;
	left: 5%;
	bottom: 5%;
}
#sec03 .itemBox .eco::after {
	width: 25%;
	background-position: left top;
	top: -40px;
}

#sec03 h3,#sec04 h3 {
	font-size: 24px;
	border-bottom: #000 solid 1px;
	margin-bottom: 0.6em;
}
#sec03 .flex {
	container-type: inline-size;
}
#sec03 .flex .box01 {
	width: 32%;
}
#sec03 .flex .box02 {
	width: 28%;
}
#sec03 .flex h4,
#sec03 .flex h5{
	text-align: center;
	font-size: 14px;
	background-color: #f9d3bf;
	padding: 0.2em ;
	border-radius: 999px;
}
#sec03 .flex h5 {
	background-color: #fff;
	border: #f9d3bf solid 2px;
	margin: 15px 0 5px;
}
#sec03 .flex dt {
	font-size: 1.2cqw;
	padding: 0.5em 0;
}
#sec03 .flex dd {
	font-size: 1.1cqw;
}
#sec03 .flex .box01 .imgBox {
	width: 55%;
}
#sec03 .flex .box01 p {
	width: 42%;
}
#sec03 .flex .box02 .imgBox {
	max-width: 250px;
	margin: 10px auto 0;
}
#sec03 .flex .box03 .dl01 {
	padding-bottom: 15px;
}
#sec03 .flex .box03 .dl01 dd {
	max-width: 330px;
	margin: 0 auto;
}


#sec04 {
	background-color: #fff;
	padding: 3% 0 6%;
}
#sec04 h3 {
	font-size: 21px;
}
#sec04 .box01 {
	width: 44%;
	max-width: 520px;
}
#sec04 .box02 {
	width: 27%;
	max-width: 320px;
}
#sec04 .box03 {
	width: 21%;
	max-width: 250px;
}
#sec04 .box01 h3 {
	width: 100%;
}
#sec04 .box01 .itemBox {
	width:48.1%;
	max-width: 250px;
}
#sec04 .box01 .item {
	width: 40%;
}
#sec04 .box01 .item h5 {
	font-size: 15px;
	margin: 1.5em 0 0.3em;
	border-left: #92abc3 solid 0.4em;
	padding-left: 0.4em;
}
#sec04 .box01 .item02 {
	width: 54%;
}
#sec04 .box03 .eco::after {
	width: 25%;
	background-position: right bottom;
}

#sec04 .box03 .figBox {
	padding: 15px 0;
}


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

	#sec01 .h2Box h2 {
    font-size: clamp(13px, 6.8cqw, 46px)!important;
    color: #000;
    line-height: 2;
	}
	#sec02 dt {
		font-size: clamp(18px, 2.5vw, 20px);
		text-align: center;
		line-height: 1.2;
		padding: 1em 0 0.5em;
	}
	#sec02 dd {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#sec02 .flex01 {
		display: block;
	}
	#sec02 .flex01 .imgBox {
		width: 80%;
		max-width: 310px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#sec02 .flex01 .box01 {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#sec02 .flex01 .box02 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		padding: 20px 0;
	}
	#sec03 .items {
		gap:30px 5%;
		justify-content: center;
	}
	#sec03 .itemBox {
		width: 45%;
		max-width: 300px;

	}
#sec03 .itemBox .eco::after {
    width: 20%;
    top: -25px;
	}
	#sec03 .itemBox.kirei .eco::after {
    width: 20%;
    top: -25px;
		right: auto;
		left: -3%;
	}

	
	
}

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

	#sec01 {
		
	}
	#sec01 dl {
    position: static;
    width: 100%;
		padding-top: 10px;

	}
	#sec01 dt {
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec01 dd,
	#sec02 dd {
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec02 .waterBox {
    position: absolute;
    top: -5%;
    right: 0;
    width: 70%;
    transition-duration: 3s;
}
	#sec03 .items {
		max-width: 320px;
		gap:30px 0;
	}
	#sec03 .itemBox {
		width: 100%;
		max-width: 100%;

	}
	
}

