@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: #84cabf;
	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: 20px;
}
.h2Box h2 {
	text-align: center;
	font-size: 44px;
}
.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 {
	background-color: #f9f2e7;
	padding: 50px;
}
#sec01 .box01 .leftBox {
	width: 45%;
}
#sec01 .box01 .leftBox .lead {
	font-size: 20px;
	line-height: 2;
	padding: 2em 0 0.5em;
}
#sec01 .box01 .leftBox .caption {
	font-size: 15px;
}
#sec01 .box01 .figBox {
	width: 50%;
	transform: rotateY(-90deg);
	transition: 1s ease-out 0.3s;
}
#sec01 .box01 .figBox.active {
	transform: rotateY(0deg);
}

#sec02 {
	padding-bottom: 6%;
}
#sec02 .plans {}
#sec02 .plans .tit {
	background-color: #88bbd5;
	color: #fff;
}
#sec02 .plans .tit .imgBox {
	width: 52%;
	position: relative;
	opacity: 0;
	transform: translateX(15%);
	transition: 1s ease-out 0.3s;
}
#sec02 .plans .tit .imgBox.active {
	opacity: 1;
	transform: translateX(0%);
}
#sec02 .plans .tit .imgBox h3 {
	position: absolute;
	left: 5%;
	top: 15px;
	width: 70%;
}
#sec02 .plans .tit dl {
	width: 48%;
	padding: 0% 5% 0% 10%;
	display: flex;
justify-content: center;
align-items: center;
	flex-wrap: wrap;
	align-content: center;
	container-type: inline-size;
	opacity: 0;
	transform: translateX(-25%);
	transition: 1s ease-out 0.5s;;
}
#sec02 .plans .tit dl.active {
	opacity: 1;
	transform: translateX(0%);
}
#sec02 .plans .tit dt {
	width: 100%;
	font-size: 5.8cqw;
	padding-bottom: 1em;
}
#sec02 .plans .tit dd {
	width: 100%;
	font-size: 3cqw;
}

#sec02 .plans .zumenWrap {
	padding: 30px 0 120px;
}
#sec02 .plans .zumenWrap .leftBox {
	width: 57%;
	max-width: 680px;
}
#sec02 .plans .zumenWrap .leftBox .typeBox {
	max-width: 480px;
	margin: 0 auto;
	padding-bottom: 30px;
}
	#sec02 .plans .zumenWrap .rightBox {
	width: 40%;
		
	}
#sec02 .plans .zumenWrap .rightBox .itemBox {
	padding: 5% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	
}
#sec02 .plans .zumenWrap .rightBox .itemBox .txtBox {
	width: 53%;
	container-type: inline-size;
}
#sec02 .plans .zumenWrap .rightBox .itemBox .num {
	font-size: 5.8cqw;
	color: #88bbd5;
}

#sec02 .plans .zumenWrap .rightBox .itemBox .num::before {
	content: "1";
	display: inline-block;
	font-size: 140%;
	width: 1.3em;
	text-align: center;
	height: 1.3em;
	background-color: #88bbd5;
	color: #fff;
	border-radius: 999px;
	line-height: 1.3em;
	margin-right: 0.3em;
}
#sec02 .plans .zumenWrap .rightBox .itemBox .num2::before {
	content: "2";
}
#sec02 .plans .zumenWrap .rightBox .itemBox .num3::before {
	content: "3";
}
#sec02 .plans .zumenWrap .rightBox .itemBox .num4::before {
	content: "4";
}
#sec02 .plans .zumenWrap .rightBox .itemBox .num5::before {
	content: "5";
}
#sec02 .plans .zumenWrap .rightBox .itemBox dl {
	
}
#sec02 .plans .zumenWrap .rightBox .itemBox dt {
	font-size: 6.6cqw;
	padding: 0.5em 0;
	line-height: 1.3;
}
#sec02 .plans .zumenWrap .rightBox .itemBox dd {
	font-size: 5.5cqw;
	text-align: justify;
}
#sec02 .plans .zumenWrap .rightBox .itemBox .imgBox {
	width: 44%;
}

#sec02 .plans .tit.tit2 {
	background-color: #d6a761;
	
}
#sec02 .plans .zumen2 {

}
#sec02 .plans .zumen2 .rightBox .itemBox .num {
	color: #d6a761;
}
#sec02 .plans .zumen2 .rightBox .itemBox .num::before {
	background-color: #d6a761;
}

.btBox-e {
	max-width: 940px;
}
.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: 420px;
}

@media screen and (max-width : 959px ){
	#titWrapCm {
		padding-top: 30px;
	}
	#sec01 .box01 {
    padding: 25px;
	}
	#sec01 .box01 .leftBox .lead {
		font-size: 16px;
		line-height: 1.6;
	}
	#sec01 .box01 .leftBox .caption {
		font-size: 12px;
	}
	.h2Box h2 {
    font-size: 36px;
	}
	#sec02 .plans .tit dl {
		width: 48%;
		padding: 3%;
		display: flex;
	justify-content: center;
	align-items: center;
		flex-wrap: wrap;
		align-content: center;
		container-type: inline-size;
	}
	#sec02 .plans .tit dt {
		font-size: 6cqw;
		line-height: 1.6;
		padding-bottom: 0.5em;
	}
	#sec02 .plans .tit dd {
		width: 100%;
		font-size: 4cqw;
	}
	#sec02 .plans .tit .imgBox img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width : 599px ){
	#titWrapCm {
		padding-top: 0px;
	}
	.h2Box p.eng {
    font-size: clamp(15px, 4.3vw, 17px);
	}
	.h2Box h2 {
    font-size: clamp(22px, 6.4vw, 27px);
	}
	#sec01 {
    padding-bottom: 0;
}
	#sec01 .box01 {
		width: 100%;
    padding: 20px;
		flex-direction: column-reverse;
	}
	#sec01 .box01 .leftBox {
		width: 100%;
		padding-top: 30px;
	}
	#sec01 .box01 .leftBox .lead {
		font-size: 15px;
		line-height: 2;
		padding: 2em 0 0.5em;
	}
	#sec01 .box01 .leftBox .caption {
		font-size: 12px;
	}
	#sec01 .box01 .figBox {
		width: 100%;
	}
	#titWrapCm .capImg::after {
    bottom: 28%;
	}
	#sec02 .plans .tit .imgBox {
		width: 100%;
	}
	#sec02 .plans .tit .imgBox h3 {
		position: absolute;
		left: 5%;
		top: 15px;
		width: 70%;
	}
	#sec02 .plans .tit dl {
		width: 100%;
		padding: 5%;
	}
	#sec02 .plans .zumenWrap .leftBox,
	#sec02 .plans .zumenWrap .rightBox {
		width: 100%;
	}
	#sec02 .plans .zumenWrap {
    padding: 25px 0 30px;
	}
	#sec02 .plans .zumenWrap .rightBox .itemBox .txtBox {
	width: 100%;
	}
	#sec02 .plans .zumenWrap .rightBox .itemBox .imgBox {
		margin: 10px auto 0;
		width: 66%;
	}
	#sec02 .plans .zumenWrap .rightBox .itemBox .num {
	font-size: clamp(10px, 5.8cqw, 16px);
	}
	#sec02 .plans .zumenWrap .rightBox .itemBox dt {
		font-size: clamp(10px, 6.6cqw, 18px);
	}
	#sec02 .plans .zumenWrap .rightBox .itemBox dd {
		font-size: clamp(10px, 5.5cqw, 14px);
	}
	
}



