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

.f-In {
	opacity: 0;
	transform: translateY(30px);
}
.f-In.active {
	transition: 1s;
	opacity: 1;
	transform: translateY(0px);
}
.notes-area {
   margin: 0;
}
#pageWrap {
	padding: 0;
	text-align: left;
	background-color: #ded8ac;
	padding-bottom: 5%;
}

#mainWrap {


}
#mainWrap h1 {

}
.sec {
	width: 88%;
	background-color: #fff;
	padding: 3%;
	margin-top: 8%;
	position: relative;
	container-type: inline-size;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.7);
}
.sec .num {
	position: absolute;
	width: 14cqw;
	height: 14cqw;
	left: -5cqw;
	top: -7cqw;

	border-radius: 999px;
	background-color: #c80613;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.7);
	opacity: 0;
	transform: rotateY(90deg);
}
.sec.active .num {
	transition: 0.6s ease-out;
	opacity: 1;
	transform: rotateY(0deg);
}
.sec .num::after {
	content: "";
	position: absolute;
	width: 64%;
	height: 64%;
	top: 18%;
	left: 18%;
	border-radius: 999px;
	/*background-color: #d96f4b;*/
	background-color: rgba(255,255,255,0.3);
	z-index: 1;
	opacity: 0;
	transform: rotateY(-90deg) scale(0);
}
.sec.active .num::after {
	transition: 0.6s ease-out 0.4s;
	opacity: 1;
	transform: rotateY(0deg) scale(1);
}
.sec .num .numTxt,.sec .num .numRank {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	
}
.sec .num .numTxt {
	opacity: 0;
	transform: rotateZ(-90deg)
}
.sec.active .num .numTxt {
	transition: 0.6s ease-out 0.5s;
	opacity: 1;
	transform: rotateZ(0deg)
}
.sec .num .numRank {
	z-index: 2;
	opacity: 0;
	transform: scale(2)
}
.sec.active .num .numRank {
	transition: 0.6s ease-out 0.7s;
	opacity: 1;
	transform: scale(1)
}
#sec02 .num {
	background-color: #004f96;
}
#sec03 .num {
	background-color: #008545;
}
#sec04 .num {
	background-color: #783287;
}
#sec05 .num {
	background-color: #e95504;
}

#sec01 {}
.sec h3 {
	text-align: center;
	font-size: 3.0cqw;
	padding-bottom: 0.2em;
}
#sec01 h3 {
	color: #c80613;
	border-bottom: #000 solid 1px;
	
}
#sec01 .parking {
	max-width: 1000px;
	margin: 20px auto 0;
}
#sec01 .flex {
	max-width: 940px;
	margin: 30px auto 0;
	align-items: center;
}
#sec01 .flex .leftBox {
	width: 43.7%;
	max-width: 410px;
}
#sec01 .flex .rightBox {
	width: 47.1%;
	max-width: 466px;
}

#sec02 {}
#sec02 h3 {
	color: #004f96;
}
#sec02 .boxWidth {
	max-width: 1000px;
}
#sec02 dl {
	background-color: #004f96;
	color: #fff;
	padding: 3% 8%;
}
#sec02 dt {
	text-align: center;
	font-size: 2.0cqw;
	padding: 0.4em 0;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
}
#sec02 dd {
	font-size: 1.7cqw;
	padding: 1em 0 0;
}
#sec02 .items {
	margin-top: 30px;
}
#sec02 .itemBox {
	width: 18%;
}
#sec02 .itemBox p {
	
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	padding-top: 0.5em;
}
#sec02 .itemBox p span {
	font-size: 200%;
	position: relative;
}
#sec02 .item05 p {
	letter-spacing: -0.1em;
}
#sec02 .itemBox .imgBox {
	position: relative;
	container-type: inline-size;
}
#sec02 .itemBox .imgBox::before {
	content: "01";
	position: absolute;
	background-color: #8b65a8;
	color: #fff;
	text-align: center;
	width: 2em;
	height: 2em;
	display: flex;
justify-content: center;
align-items: center;
	
}
#sec02 .item01 .imgBox::before {
	content: "01";
}
#sec02 .item02 .imgBox::before {
	content: "02";
}
#sec02 .item03 .imgBox::before {
	content: "03";
}
#sec02 .item04 .imgBox::before {
	content: "04";
}
#sec02 .item05 .imgBox::before {
	content: "05";
}
#sec02 .item05 .imgBox::after {
	content: attr(data-cap);
	position: absolute;
	left: 0.5em;
	bottom: 0.3em;
	letter-spacing: -0.1em;
	color: #fff;
	font-size: 4cqw;
}

#sec03 h3 {
	color: #008545;
	border-bottom: #000 solid 1px;
	
}
#sec03 .boxWidth {}
#sec03 .madori {
	max-width: 880px;
	margin: 30px auto;
}
#sec03 .line {
	width: 100%;
	height: 1px;
	background-color: #008545;
}
#sec03 .btBox {
	position: relative;
	z-index: 1;
}
#sec03 a {
	color: #008545;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5em;
	width: 30em;
	border-radius: 15px;
	background: #006934;
background: linear-gradient(35deg, rgba(0, 105, 52, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 105, 52, 1) 100%);
	margin: 30px auto;
	border: #888 solid 1px;
}
#sec03 a::after {
	content: "▼";
	transform: rotateZ(-90deg) scalex(0.6);
	margin-left: 0.5em;
	
}

#sec04 {}
#sec04 h3 {
	color: #783287;
}
#sec04 h4 {
	background-color: #877740;
	color: #fff;
	font-size: 2.4cqw;
	text-align: center;
	padding: 0.2em;
}
#sec04 .boxWidth {
	max-width: 1000px;
}
#sec04 .flex01 {
	margin-top: 30px;
	border-bottom: #555 dotted 1px;
}
#sec04 .flex01 .itemBox {
	width: 46%;
	padding-bottom: 30px;
}
#sec04 .flex01 .itemBox .imgBox {
	width: 50%;
	position: relative;
}
#sec04 .flex01 .itemBox .imgBox::after {
	content: attr(data-cap);
	position: absolute;
	left: 0.5em;
	bottom: 0.1em;
	font-size: 10px;
	color: #fff;
}
#sec04 .flex01 .itemBox dl {
	width: 50%;
}
#sec04 .flex01 .itemBox dt {
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 0.3em;
	border-bottom: #000 solid 1px;
}
#sec04 .flex01 .itemBox dd {
	padding-left: 20px;
	text-align: justify;
	line-height: 1.4;
	padding-top: 1em;
}
#sec04 .flex01 .itemBox dd .caption {
	display: block;
	font-size: 10px;
}
#sec04 .lineTate {
	width: 1px;
	border-left: #555 dotted 1px;
}
#sec04 .flex01 .itemBox dd ul {}
#sec04 .flex01 .itemBox dd li {
	background-color: #475a9f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	padding: 0.4em 0;
	margin: 6px 0 0;

	
}

#sec04 .flex02 {}
#sec04 .flex02 .leftBox {
	width: 59%;
	background-color: #fdf0e7;
	margin-top: 30px;
	padding: 25px;
	align-items: center;
}
#sec04 .flex02 .leftBox .imgBox {
	width: 43%;
	max-width: 340px;
}
#sec04 .flex02 .leftBox dl {
	width: 54%;
}

#sec04 .flex02 .leftBox dt {
	font-size: 20px;
	color: #877740;
}
#sec04 .flex02 .leftBox dt span {
	font-size: 60%;
	position: relative;
	top: -0.3em;
}
#sec04 .flex02 .leftBox dd ul {
}
#sec04 .flex02 .leftBox dd li {
	background-color: #877740;
	color: #fff;
	text-align: center;
	padding: 0.3em 0;
	margin-top: 10px;
	font-size: 18px;
}
#sec04 .flex02 .rightBox {
	width: 34%;
}
#sec04 .flex02 .rightBox h5 {
	font-size: 18px;
	text-align: center;
	padding: 0.5em 0;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	font-weight: 400;
	margin: 30px 0 0;
}
#sec04 .flex02 .rightBox .itemBox {
	margin-top: 30px;
}
#sec04 .flex02 .rightBox .itemBox .imgBox {
	width: 48.5%;
	max-width: 160px;
}
#sec04 .flex02 .rightBox .itemBox dl {
	width: 48%;
}
#sec04 .flex02 .rightBox .itemBox dt {
	font-size: 16px;
	text-align: center;
}
#sec04 .flex02 .rightBox .itemBox dd {
	padding-top: 1em;
}

#sec05 h3 {
	color: #e95504;
	padding-bottom: 1em;
}

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

@media screen and (max-width: 599px) {
	.sec {
		margin-top: 20%;
		padding-top: 10%;
	}
	.sec .num {
		position: absolute;
		width: 30cqw;
		height: 30cqw;
		left: calc(50% - 15cqw);
		top: -20cqw;
	}
	.sec h3 {
		font-size: 6.0cqw;
		line-height: 1.3;
	}
	#sec01 .parking {
		width: 80%;
    margin: 20px auto 0;
	}
	#sec01 .flex .leftBox,#sec01 .flex .rightBox {
		width: 100%;
	}
	#sec02 dl {
		margin-top: 10px;
		padding: 5%;
	}
	#sec02 dt {
		font-size: 5.2cqw;
		padding: 0.4em 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
	}
	#sec02 dd {
		font-size: 13px;
		padding: 1em 0 0;
	}
	#sec02 .items {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#sec02 .itemBox {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec02 .itemBox .imgBox::before {
		font-size: 6.2cqw;
	}
	#sec03 a {
    color: #008545;
		width: 90%;
    font-size: 14px;
	}
	#sec04 h4 {
    font-size: 4.4cqw;
		line-height: 1.3;
		padding: 0.5em;
		margin-top: 10px;
	}
	#sec04 .flex01 .itemBox {
		width: 100%;
		padding-bottom: 30px;
	}
	#sec04 .flex01 .itemBox .imgBox {
		width: 70%;
		margin: 0 auto;
	}
	#sec04 .flex01 .itemBox dl {
		width: 100%;
		padding-top: 10px;
	}
	#sec04 .flex01 .itemBox dd {
		padding-left: 0;
	}
	#sec04 .lineTate {
    width: 100%;
		border: none;
    border-top: #555 dotted 1px;
		padding-bottom: 30px;
	}
	#sec04 .flex02 .leftBox {
		width: 100%;
		background-color: #fdf0e7;
		margin-top: 30px;
		padding: 25px;
		align-items: center;
	}
	#sec04 .flex02 .leftBox .imgBox {
		width: 70%;
		max-width: 340px;
		margin: 0 auto;
	}
	#sec04 .flex02 .leftBox dl {
		width: 100%;
	}

	#sec04 .flex02 .leftBox dt {
		font-size: 20px;
		color: #877740;
		text-align: center;
	}
	#sec04 .flex02 .leftBox dt span {
		font-size: 70%;
		position: relative;
		display: block;
		top: 0.5em;
		
	}
	#sec04 .flex02 .leftBox dd ul {
	}
	#sec04 .flex02 .leftBox dd li {
		font-size: 16px;
	}
	#sec04 .flex02 .rightBox {
		width: 100%;
	}
	#sec05 {
		padding-bottom: 30px;
	}
	#pageWrap {
		padding-bottom: 10%;
	}

}





