@charset "UTF-8";
/* CSS Document */
#secFix .cap {
	position: absolute;
	right: 2em;
	bottom: 2em;
	color: #fff;
	font-size: 12px;
}
#sec01 {
	margin-top: 200vh;
	background-color: #000;
	position: relative;


padding: 6% 0;
		background-image: url("../img/bg-01.jpg");
	background-position: top right;
	background-size: 35%;
	background-repeat: no-repeat;
}
#sec01 .flex {}
#sec01 .flex .leftBox {
	width: 50%;
}
#sec01 .flex .leftBox .heimen {
	padding-bottom: 30px;
	position: sticky;
	top: 25vh;
}
#sec01 .flex .rightBox .itemBox {
	color: #fff;
	margin: 0px 0 30px 0;
	border-left: #e0bdac solid 10px;
	padding-left: 15px;
}
#sec01 .flex .rightBox .item01 {
	margin-top: 50px;
}
#sec01 .flex .rightBox .item02 {
	border-left: #c396bf solid 10px;
}
#sec01 .flex .rightBox .item03 {
	border-left: #dad373 solid 10px;
}
#sec01 .flex .rightBox .item04 {
	border-left: #bdca98 solid 10px;
}
#sec01 .flex .rightBox .itemBox dl {
	
}
#sec01 .flex .rightBox .itemBox dt {
	font-size: 18px;
	padding-bottom: 0.5em;
}
#sec01 .flex .rightBox .itemBox dd {
	font-size: 13px;
}
#sec01 .flex .leftBox .itemBox .flex-container {

}
#sec01 .flex .rightBox .itemBox.flex-container .imgBox {
width: 50%;
}
#sec01 .flex .rightBox .itemBox.flex-container dl {
width: 47%;
}

#sec01 .flex .rightBox {
	width: 42%;
	container-type: inline-size;
padding-bottom: 30px;
}
#sec01 .flex .rightBox .h2Box {
	color: #fff;
	
}
#sec01 .flex .rightBox .h2Box h2 {
	font-size: clamp(13px, 6.6cqw, 46px);
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 1em 0;
}
#sec01 .flex .rightBox .h2Box h3 {
	font-size: clamp(13px, 4.6cqw, 46px);
	padding-bottom: 1em;
}
#sec01 .flex .rightBox .h2Box .engTxt {
	font-size: 32px;
	font-weight: 500;
	padding: 2em 0;
}
#sec01 .flex .rightBox .h2Box .lead {
	font-size: 14px;
	line-height: 2.0;
}



#sec02,#sec022 {
	background-color: #fff;
	position: sticky;
	top: 0;
height: auto;
}
#sec022 {
	background-color: #000;
}
#sec02 .imgBox,#sec022 .imgBox {
	overflow: hidden;
	position: relative;
	height: 100vh;
	margin-bottom: 30vh;
}
#sec02 .imgBox img,#sec022 .imgBox img {
	object-fit: cover;
	width: 100%;

}


#sec02 .engTxt,#sec022 .engTxt {
	font-size: 32px;
	font-weight: 500;
	position: absolute;
	top: 1em;
	right: 1.5em;
	color: #fff;
}
#sec022 .engTxt {
	right: auto;
	left: 1.5em;
}
#sec02 .cap,#sec022 .cap {
	position: absolute;
	right: 2em;
	bottom: 2em;
	color: #fff;
	font-size: 12px;
}


#sec03 {
background: #FFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	padding: 6% 0;
	position: relative;
}
#sec03 .bgBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg-02.jpg");
	background-position: top right;
	background-size: 35%;
	background-repeat: no-repeat;
	mix-blend-mode:multiply;
}

#sec03 .boxWidth {
	max-width: 800px;
}
#sec03 .itemBox {
	max-width: 500px;
	padding: 0px 50px 50px;
	background-color: #fff;
}
#sec03 .itemBox h4 {
	padding: 2em 0 1em 0;
	font-size: 24px;
	text-align: center;
}

#sec03 .itemBox  dt {
	font-size: 18px;
	padding: 0.5em 0;
}
#sec03 .itemBox  dd {
	font-size: 13px;
}






@media screen and (max-width: 959px) {
	#sec01 .flex .leftBox .itemBox.flex-container dl {
    width: 100%;
	}
	#sec01 .flex .rightBox .h2Box h3 {
    font-size: clamp(13px, 5.4cqw, 46px);
	}

	#sec02,#sec022 {
	position: relative;
	top: 0;
height: auto;
}
	#sec022 {
		padding-top: 50px;
	}
	#sec02 .imgBox, #sec022 .imgBox {
    overflow: hidden;
    position: relative;
    height: auto;
    margin-bottom: 0;
}
	#sec02 .engTxt, #sec022 .engTxt {
		font-size: clamp(16px, 3vw, 32px);
    top: 3%;
    right: 3%;
	}
	#sec02 .cap, #sec022 .cap {
    right: 1em;
    bottom: 1em;
    font-size: 11px;
}

	
}

@media screen and (max-width: 599px) {
	#sec01 .flex {
		/*flex-direction: column-reverse;*/
	}
	#sec01 .flex .leftBox,
	#sec01 .flex .rightBox {
		width: 100%;
	}
	#sec01 .flex .rightBox .h2Box {
		padding-bottom: 30px;
	}
	
	#sec01 .flex .rightBox .itemBox {
    margin: 0px auto 30px;
    padding-left: 15px;
		width: 80%;
		max-width: 320px;
	}
	#sec01 .flex .rightBox .itemBox dt,
	#sec03 .itemBox dt {
    font-size: clamp(13px, 4.4cqw, 18px);
		
	}
	#sec01 .flex .rightBox .itemBox.flex-container .imgBox,
	#sec01 .flex .rightBox .itemBox.flex-container dl{
		padding-bottom: 0.5em;
		width: 100%;
	}

	#sec01 .flex .rightBox .h2Box h2,
	#sec01 .flex .rightBox .h2Box .engTxt{
    font-size: clamp(13px, 5.0cqw, 46px);
    padding: 0.6em 0;
		text-align: center;
	}
	#sec01 .flex .rightBox .h2Box h3 {
		font-size: clamp(11px, 4cqw, 16px);
		text-align: center;
		padding-top: 2em;
	}
	#sec01 .flex .rightBox .h2Box .lead {
		font-size: clamp(11px, 3.5cqw, 16px);
    padding: 0.6em 8%;
		text-align: justify;
	}
	#sec03 {
		padding: 0;
	}
	#sec03 .boxWidth {
		width: 100%;
	}
	#sec03 .itemBox dd {
		font-size: clamp(11px, 3.5cqw, 16px);
		text-align: justify;
	}


}

