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

.notes-area {
    margin: 0% auto 0;
}
#pageWrap {
	text-align: left;
	padding: 0;
}
.sec {
	position: relative;
	color: #fff;
}
#sec01 {
}
#sec01 .txtBox {
	position: absolute;
	left: 4%;
	bottom: 10%;
	width: 50%;
}
#sec01 .txtBox h3 {
	font-size: 2.8vw;
	letter-spacing: 0.2em;
	padding-bottom: 1.2em;
	
}
#sec01 .txtBox p {
	line-height: 2.6;
	font-size: 1.1vw;
}
.sec h5 {
	position: absolute;
	font-size: 1.6vw;
	
}
#sec01 h5 {
	top: 3%;
	right: 2%;
}

#sec02 {
}
#sec02 h5 {
	bottom: 1.5%;
	left: 2%;
}
#sec03 {
	background-color: #002733;
	padding: 5% 0;
}
#sec03 .entBox {
	justify-content:flex-start;
	align-items: flex-end;
	gap:0px 3%;
}
#sec03 .entBox .leftBox {
	position: relative;
	width: 63%;
}
#sec03 .entBox .leftBox h5 {
	bottom: 1.5%;
	left: 2%;
}
#sec03 .entBox .rightBox {
	width: 28.6%;
	max-width: 400px;
	
}
#sec03 .entBox .rightBox {}
#sec03 .entBox .rightBox dl {}
#sec03 .entBox .rightBox dt {
	text-align: center;
	font-size: 24px;
	border-bottom: #fff solid 1px;
	padding-bottom: 0.3em;
	
}
#sec03 .entBox .rightBox dd {
	text-align: center;
	padding: 1em 0;
}
#sec03 .entBox .rightBox .imgBox {}

#sec03 .plantBox {
	max-width: 1000px;
	background-color: #fff;
	padding: 30px 30px 10px;
	color: #000;
	margin-top: 3%;
}
#sec03 .plantBox .leftBox {
	color: #002733;
	width: 50%;
}
#sec03 .plantBox .leftBox dt {
	text-align: center;
	border-bottom: #002733 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;
}

#sec04 {}
#sec04 .itemBox {
	width: 50%;
	position: relative;
}
#sec04 .item01 h5 {
	right: 3%;
	top: 3%;
}
#sec04 .item02 h5 {
	left: 3%;
	bottom: 2%;
}

@media screen and (max-width: 959px){
	#sec01 .txtBox {
		position: static;
		width: 100%;
		background-color: #000;
		padding: 5% ;
		
	}
	#sec01 .txtBox h3,#sec03 .entBox .rightBox dt {
		font-size: clamp(20px, 3.0vw, 24px);
		text-align: center;

	}
	#sec01 .txtBox p,#sec03 .entBox .rightBox dd {
		font-size: clamp(12px, 1.7vw, 16px);
		text-align: center;
	}
	#sec03 .entBox {
		display: block;
	}
	#sec03 .entBox .leftBox {
		position: relative;
		width: 80%;
		margin: 0 auto;
	}
	#sec03 .entBox .leftBox h5 {
		bottom: 1.5%;
		left: 2%;
	}
	#sec03 .entBox .rightBox {
		width: 80%;
		margin: 0 auto;
		max-width: 400px;

	}
	#sec03 .entBox .rightBox {}
	#sec03 .entBox .rightBox dl {
		padding: 5%;
	}


}
	
@media screen and (max-width: 599px){
	.sec h5 {
		font-size: 3vw;
	}
	#sec01 h5 {
    top: 57%;
    right: 2%;
	}
	#sec01 .txtBox,#sec03 {
		padding: 10% 5%;
	}
	#sec03 .entBox .leftBox,#sec03 .entBox .rightBox {
		width: 100%;
	}
	#sec03 .entBox .rightBox dd,#sec03 .plantBox .leftBox dd {
		text-align: justify;
	}
	#sec03 .entBox .rightBox dd br,#sec03 .plantBox .leftBox dd br {
		display: none;
	}
	#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;
	}
	#sec04 .itemBox {
		width: 100%;
	}
}
