@charset "UTF-8";
/* CSS Document */
.f-In3 {
	opacity: 0;
	transition: 0.6s ease-in;
	transform: translateY(30px);
}
.f-In3.active {
	transform: translateY(0px);
	opacity: 1;
}
#captionWrap {
    background-color: #000;
    color: #fff;
    padding: 1% 0;
}
#titWrapCm {
	background-color: #307fa6;
	padding-top: 130px;
}
.sec::before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background-color: #efefee;
}
.h2Box {
	padding: 50px 0 30px;
}
.h2Box p.eng {
	text-align: center;
	font-size: 24px;
	opacity: 0;
	transform: scale(2);
	transition: 0.5s ease-out;
}
.h2Box p.eng.active {
	opacity: 1;
	transform: scale(1);
}
.h2Box h2 {
	text-align: center;
	font-size: 44px;
	color: #307fa6;
}
.h2Box .bgEng {
	position: absolute;
	width: 70%;
	max-width: 510px;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: -1;
}

#sec01 {
	padding-bottom: 6%;
}
#sec01 .box01 {
	padding: 50px;
}
#sec01 .lead {
	text-align: center;
	font-size: 20px;
	padding: 2em 0;
	line-height: 2.4;
}


#sec02 {}
.sec01 {
	padding-bottom: 6%;
}
.sec01 .flex01 {
	background-color: #307fa6;
	align-items: center;
	flex-direction: row-reverse;
}
.sec01 .flex01 .imgBox {
	width: 37%;
	max-width: 440px;
}
.sec01 .flex01 .txtBox {
	width: 60%;
	container-type: inline-size;
}
.sec01 .flex01 .txtBox p {
	color: #fff;
	text-align: center;
	font-size: 2.2cqw;
}

.btBox-e {
	max-width: 1200px;
}
.btBox-e a {
	display: block;
	margin: 0 auto;
	background: #D0C698;
background: linear-gradient(82deg, rgba(208, 198, 152, 1) 0%, rgba(231, 231, 232, 1) 50%, rgba(208, 198, 152, 1) 100%);
	padding: 20px;
	text-align: center;
}
.btBox-e a img {
	max-width: 260px;
}

#secFig {
	padding-bottom: 6%;
}
#secFig h2 {
	color: #000;
}
#secFig .box01 {
	background-color: #f9f2e7;
	padding: 50px;
}
#secFig .box01 .leftBox {
	width: 45%;
}
#secFig .box01 .leftBox .lead {
	font-size: 20px;
	line-height: 1.6;
	padding: 2em 0 0.5em;
}
#secFig .box01 .leftBox .caption {
	font-size: 15px;
}
#secFig .box01 .figBox {
	width: 53%;
	transform: rotateY(-90deg);
	transition: 1s ease-out 0.3s;
}
#secFig .box01 .figBox.active {
	transform: rotateY(0deg);
}


@media screen and (max-width : 959px ){
	#titWrapCm {
		padding-top: 30px;
	}
	.h2Box p.eng {
    font-size: clamp(18px, 2.5vw, 20px);
	}
	.h2Box h2 {
    font-size: clamp(26px, 3.5vw, 28px);
	}
	#sec01 .lead {
		font-size: clamp(14px, 2.2vw, 18px);
		padding: 2em;
		text-align: justify;
		max-width: 600px;
		margin: 0 auto;
	}
	#sec01 .lead br {
		display: none;
	}
	#sec01 .lead br.brSp {
		display: inline-block;
	}
	.sec01 .flex01 {
		flex-direction: column-reverse;
		max-width: 600px;
		margin: 0 auto;
		padding: 5%;
	}
	.sec01 .flex01 .imgBox {
		width: 100%;
		max-width: 350px;
		margin-top: 30px;
	}
	.sec01 .flex01 .txtBox {
		width: 100%;
		container-type: inline-size;
	}
	.sec01 .flex01 .txtBox p {
    font-size: 2.8cqw;
	}
	#secFig .box01 {
    padding: 25px;
	}
	#secFig .box01 .leftBox .lead {
		font-size: 16px;
		line-height: 1.6;
	}
	#secFig .box01 .leftBox .caption {
		font-size: 12px;
	}
}
@media screen and (max-width : 599px ){
	#titWrapCm {
		padding-top: 0px;
	}
	.mainImg {
		width: 100%;
	}
	.h2Box {
    padding: 30px 0;
	}
		.h2Box p.eng {
    font-size: clamp(15px, 4.3vw, 17px);
	}
	.h2Box h2 {
    font-size: clamp(21px, 5.9vw, 23px);
	}

	#secFig .box01 {
		width: 100%;
    padding: 20px;
		flex-direction: column-reverse;
	}
	#secFig .box01 .leftBox {
		width: 100%;
		padding-top: 30px;
	}
	#secFig .box01 .leftBox .lead {
		font-size: 15px;
		line-height: 2;
		padding: 2em 0 0.5em;
	}
	#secFig .box01 .leftBox .caption {
		font-size: 12px;
	}
	#secFig .box01 .figBox {
		width: 100%;
	}
	.sec01 .flex01 .txtBox p {
		font-size: 4.6cqw;
		text-align: justify;
	}
	.sec01 .flex01 .txtBox p br {
		display: none;
	}
	.btBox-e a img {
    max-width: 200px;
}
}