@charset "UTF-8";
/* CSS Document */
#pageWrap {
	padding: 0;
}
#mainWrap {
	position: relative;
}
#mainWrap .txtBox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#sec01 {
	background-color: #f6f2d2;
	padding: 5% 0;
	
}
#sec01 h3 {
	font-size: 36px;
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
}
#sec01 .figBox {
	width: 70%;
	max-width: 810px;
}

#sec01 .graph {
	width: 95%;
	max-width: 1000px;
	background-color: #fff;
	padding: 2%;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.6);
	margin-bottom: 3%;
}
#sec01 h3.h3r {
	color: #d70c18;
	font-size: 27px;
	text-align: center;
	padding: 0.5em 0;
	font-weight: bold;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
}
#sec01 h4 {
	font-weight: bold;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-size: 21px;
	padding-bottom: 0.6em;
}
#sec01 .flex {
	width: 95%;
	max-width: 1000px;
	gap:30px 0;
}
#sec01 .flex .itemBox {
	width: 30%;
}
#sec01 .itemBox p {
	font-size: 20px;
	line-height: 1.3;
	padding: 0.3em 0;
	text-align: center;
	font-weight: bold;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
}

#sec02 {
	background-color: #00447A;
	padding: 5% 0;
}
#sec02 .imgBox {
	text-align: right;
    position: relative;
    z-index: 0;
}
#sec02 .imgBox > img {
	max-width: 1000px;
	
}
#sec02 .imgBox .libraryImg{
	max-width: 700px;
	margin: 0 10% 0 30%;
	position: relative;
	z-index: 2;
}
#sec02 .imgBox .txtBox {
    position: absolute;
    width: 35%;
    left: 5%;
    top: -5%;
    z-index: 1;
}
#sec02 .pWrap {
	padding: 2% 0;
}
#sec02 p {
	color: #fff;
	text-align: center;
	padding: 0.6em 0;
	font-size: 21px;
	line-height: 2;
}
#sec02 a {
	display: block;
	max-width: 900px;
	background-color: #fff;
	font-size: 24px;
	height: 3em;
	color: #00697e;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#sec02 a.arw::after {
	content: '　';
width: 1em;
background-image: url("../images/sankaku.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: 60%;
margin-left: 0.2em;

	
}
.info-area {
	/*margin: 0;*/
}

@media screen and (max-width: 959px) {
	#sec01 h3 {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec01 h3.h3r,#sec02 a {
		font-size: clamp(18px, 2.5vw, 20px);
	}

	#sec01 h4, #sec01 .itemBox p,#sec02 p {
		font-size: clamp(14px, 2vw, 16px);
	}
}

@media screen and (max-width: 599px) {
	#sec01 h3 {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
	}
	#sec01 h3.h3r {
		font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
		line-height: 1.4;
	}

	#sec01 h4, #sec02 p {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec01 .flex .itemBox {
		width: 48%;
	}
	#sec01 .itemBox p {
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec02 p {
		text-align: justify;
		padding: 1em;
	}
	#sec02 p br,#sec01 .itemBox p br {
		display: none;
	}
	#sec02 .imgBox .txtBox {
		position: static;
		width: 60%;
		margin: 0 auto;
		margin-top: -10%;
	}
	#sec02 a {
		height: 4em;
		font-size: 4vw;
		font-size: clamp(12px, 4vw, 16px);
		margin-bottom: 5%;
	}
	#sec02 .imgBox .libraryImg{
		margin: 0 auto;
	}
}
