@charset "UTF-8";
/* CSS Document */
.f-In {
    opacity: 0;
    transition: 1s ease-out;
    transform: translateY(80px);
}
.f-In.fL {
    transform: translateX(-20%);
	transition: transform 2s ease-out 1s,opacity 1.5s ease-out 1.5s;
}
.f-In.fL.active {
	transform: translateX(0%);
}
.f-In.zm {
    transform: scale(1.3);
	transition: transform 4s ease-out,opacity 1.5s ease-out 0.5s;
}
.f-In.zm.active {
	 transform: scale(1);
}

#captionBox {
	background-color: #fff;
}
#pageTit {
	background: #000;
  padding: 0;
	position: relative;
	container-type: inline-size;
}
#pageTit .h2Box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
}
#pageTit .h2Box .engTxt {
	letter-spacing: 0.2em;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	border-bottom: #fff solid 2px;
	margin-bottom: 0.5em;
	font-size: 1.4cqw;
	font-size: clamp(18px, 1.4cqw, 28px);
}
#contentsWrap {
	background-color: #f7f4eb;
}

#sec01 {
	position: relative;
	height: 40vw;
}

#sec01 .imgBox {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
}
#sec01 .txtWrap {
	height: 100%;
	align-items: center;
}
#sec01 .txtBox {
	width: 52%;
}
.boxWidth {
	container-type: inline-size;
}
.txtBox h4.engTxt {
	display: inline-block;
	color: #d8c481;
	font-size: 2.0cqw;
	padding-right: 1em;
	border-bottom: #d8c481 solid 2px;
	padding-bottom: 0.0em;
	margin-bottom: 0.5em;
}
.txtBox h3 {
	font-size: 2.4cqw;
	letter-spacing: 0.1em;
	padding: 1em 0;
}
.txtBox p {
	font-size: 1.2cqw;
	font-size: clamp(11px, 1.2cqw, 16px);
	line-height: 2.4;
	
}
#sec02, #sec03 {
	overflow: hidden;
}
#sec04 {
	position: relative;
	height: 57vw;
}

#sec04 .imgBox {
	position: absolute;
	width: 57%;
	right: 0;
	bottom: 0;
}
#sec04 .txtWrap {
	height: 100%;
	align-items: center;
}
#sec04 .txtBox {
	width: 52%;
}

#sec05 .txtBox,#sec06 .txtBox {
	padding: 3% 0 6%;
}
#sec06 .engTxt span {
	font-size: 60%;
	margin-left: 1em;
}

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

@media screen and (max-width: 599px) {
	#sec01 .imgBox,#sec04 .imgBox {
		position: static;
		width: 100%;
		right: 0;
		bottom: 0;
	}
	#sec01,#sec04 {
		height: auto;
		padding-top: 30px;
	}
	#sec01 .txtWrap,#sec04 .txtWrap {
		height: 100%;
	}
	#sec01 .txtBox,#sec04 .txtBox {
		width: 100%;
	}
	.txtBox {
		padding: 30px 5%!important;
	}
	.txtBox h4.engTxt {
		font-size: 5.4cqw;
	}
	.txtBox h3 {
		font-size: 5.4cqw;
		letter-spacing: 0.1em;
		padding: 1em 0;
		line-height: 1.8;
	}
	.txtBox p {
		font-size: 3.8cqw;
		font-size: clamp(12px, 3.8cqw, 14px);
		line-height: 2.0;

	}
	#sec06 {
		padding-bottom: 30px;
	}
	#sec06 .engTxt span {
		display: block;
	font-size: 60%;
	margin-left: 0em;
}
	
}


