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

#sec01 {
	margin-top: 200vh;
	background-color: #fff;
	padding: 20vh 0 10vh;
}
#sec01 figure {
	position: relative
}
#sec01 figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 0.5em;
	color: #fff;
	font-size: 10px;
}

/*#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-bottom: 6%;
}*/
#sec02 .water {
	max-width: 830px;
	align-items: flex-end;
}

#sec02 .water .imgBox {
	width: 34%;
	max-width: 280px;
	position: relative;
}
#sec02 .water .imgBox figcaption {
	position: absolute;
	font-size: 14px;
	bottom: 5%;
	right: 25%;
	border: #777 solid 1px;
	padding: 0 1em;
}
#sec02 .water .txtBox {
	width: 63%;
	container-type: inline-size;
}
#sec02 .water .txtBox h3 {
	font-size: 3.7cqw;
	border-bottom: #000 solid 1px;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
#sec02 .water .txtBox .flex01 {
	width: 78%;
	gap:0.5em 0;
	position: relative;
	margin-top: 3%;
	
}
#sec02 .water .txtBox .flex01 .logos {
	position: absolute;
	left: 105%;
	top: 0;
	width: 22%;
	padding: 5% 0% 0;
}
#sec02 .water .txtBox .flex01 p {
	background-color: #dce8f1;
	font-size: 2.4cqw;
	padding: 0.5em 0;
	text-align: center;
}
#sec02 .water .txtBox .flex01 .p01 {
	width: 49%;
}
#sec02 .water .txtBox .flex01 .p02 {
	width: 100%;
}
#sec02 .water .txtBox .flex02 {

}
#sec02 .water .txtBox .flex02 .imgBox {
	width: 40%;
}
#sec02 .water .txtBox .flex02 .p03 {
	width: 60%;
	display: flex;
justify-content: center;
align-items: center;
	text-align: left;
}
#sec02 .water .txtBox .cap {
	font-size: 10px;
	padding-top: 0.5em;
}
#sec02 .water .txtBox.eco::after {
	width: 15%;
	top: -5%;
}

#sec02 .items {
	max-width: 830px;
	padding-top: 50px;
	
}
#sec02 .items .itemBox {
	width: 30.2%;
	max-width: 250px;
}



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

}

#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{
	}
	#sec02 .water {
		max-width: 500px;
		display: block;
	}

	#sec02 .water .imgBox {
		width: 65%;
		max-width: 280px;
		position: relative;
	}

	#sec02 .water .txtBox {
		width: 100%;
		container-type: inline-size;
		padding-bottom: 10px;
		border-bottom: #000 solid 1px;
	}
	#sec02 .items {
		max-width: 320px;
		margin: 0 auto;
		gap:30px 0;
	}
	#sec02 .items .itemBox {
    width: 100%;
    max-width: 100%;
	}
	#sec03 {
		padding: 30px 0;
	}
	#sec03 h3, #sec04 h3 {
    font-size: clamp(14px, 2vw, 16px);
		text-align: center;
		max-width: 400px;
	}
	#sec03 .flex,#sec04 .flex {
		max-width: 400px;
		margin: 0 auto;
		gap:30px 0;
	}
	#sec03 .flex .box01,#sec03 .flex .box02 {
		width: 100%;
	}
	#sec03 .flex dt {
		font-size:15px;
	}
	#sec03 .flex dd {
    font-size: 13px;
	}
	#sec04 .flex > div {
		width: 100%;
    max-width: 100%;
	}
	#sec04 .box01 .item h5 {
    font-size: 13px;
}
	#sec04 .box02 .imgBox,
	#sec04 .box03 .imgBox,#sec04 .box03 .figBox {
    max-width: 320px;
		margin: 0 auto;
}


	
}

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

	#sec01 {
    margin-top: 200vh;
    background-color: #fff;
    padding: 10vh 0 5vh;
		
	}
	#sec02 .water {
		max-width: 320px;
	}
	
	#sec02 .water .txtBox .flex01 {
    width: 100%;
    gap: 0.5em 0;
    position: relative;
    margin-top: 3%;
}
	#sec02 .water .txtBox .flex01 p {
    font-size: 3.8cqw;
}
	#sec02 .water .txtBox .flex01 .p01 {
		width: 100%;
	}

	#sec02 .water .txtBox .flex02 {

	}
	#sec02 .water .txtBox .flex02 .imgBox {
		width: 70%;
	}
	#sec02 .water .txtBox h3 {
	font-size: 4.4cqw;
}
	#sec02 .water .txtBox .flex02 .p03 {
		width: 100%;
		display: flex;
	justify-content: center;
	align-items: center;
		text-align: left;
	}
	#sec02 .water .txtBox.eco::after {
    width: 20%;
    top: -15%;
}
	
#sec03 h3, #sec04 h3 {
        font-size: clamp(15px, 4.3vw, 17px);
        max-width: 320px;
    }
#sec02 .water .txtBox .flex01 .logos {
	position: absolute;
	left: 72%;
	top: 32%;
	width: 25%;
	padding: 5% 0% 0;
}
	    #sec03 .flex, #sec04 .flex, #sec04 .box01 {
        max-width: 320px;
	}
	#sec04 .box01 .itemBox {
    width: 100%;
    max-width: 100%;
		padding-bottom: 30px;
}
	#sec04 .box01 .item {
	width: 70%;
		margin: 0 auto;
}
#sec04 .box01 .item02 {
	width: 100%;
}
	#sec04 {
		padding-bottom: 50px;
	}
	

}

