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

#sec01 {
	margin-top: 200vh;
	background-color: #231815;
	position: relative;
	overflow: hidden;
	padding-bottom: 10%;
}
#sec01 .imgBox {
	transform: translate(0) scale(1.1);
	opacity: 1;
}
#sec01 .imgBox.active {
	transition: 5s 1s;
	transform: translate(0) scale(1);
}
#sec01 .h2Box {
	position: absolute;
	display: block;
	width: 35%;
	bottom: 5%;
	right: 55%;
	letter-spacing: 0.1em;
	container-type: inline-size;
	color: #fff;
}
#sec01 .h2Box h2 {
	font-size: clamp(13px, 4.6cqw, 46px);
	line-height: 2;
	letter-spacing: 0.1em;
}
#sec01 .h2Box .engTxt {
	font-size: 32px;
	font-weight: 500;
}
#sec01 .h2Box .lead {
	font-size: 14px;
	line-height: 2.0;
}
#sec01 .flwBox {
	position: absolute;
	width: 30%;
	bottom: -8%;
	right: 3%;
}

#sec02 {
	background-color: #fff;
	padding: 10% 0;
	
}
#sec02 .imgBox {
	overflow: hidden;
	position: relative;
}
#sec02 .imgBox img {
	transform: translate(0) scale(1.2);
	opacity: 1;
}
#sec02 .imgBox.active img {
	transition: 6s 1s;
	transform: translate(0) scale(1);
}
#sec02 .h3Box {
	position: absolute;
	width: 45%;
	right: 3%;
	top: 5%;
	color: #fff;
	z-index: 1;
}
#sec02 .h3Box .engTxt {
	font-size: 32px;
	font-weight: 500;
}
#sec02 .h3Box  h3 {
	font-size: clamp(13px, 1.5cqw, 46px);
	padding: 0.6em 0;
}
#sec02 .h3Box  h4 {
	font-size: 20px;
	padding: 0.6em 0;
}
#sec02 .h3Box  .lead {
	font-size: 14px;
	line-height: 2.0;
}
#sec02 .imgBox .cap {
	position: absolute;
	font-size: 28px;
	left: 3%;
	bottom: 2%;
	color: #fff;
}

#sec03 {
	background-color: #231815;
	padding-bottom: 5%;
}
#sec03 .gaikanBox {
	    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
}
#sec03 .gaikanBox .imgBox {
	width: 100%;
	height: 100%;
	 /*filter: brightness(100%) contrast(100%) saturate(100%);*/
	opacity: 0.9;
	position: relative;
	overflow: hidden;
	transform: translate(0);
}
#sec03 .gaikanBox .imgBox::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0px 100px #231815 inset;
}
#sec03 .gaikanBox .imgBox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: translate(0) scale(1.1);
}
#sec03 .gaikanBox .imgBox.active img {
	transition: 6s 1s;
	transform: translate(0) scale(1);
}
#sec03 .entBox {
	    width: 50%;
    padding: 10% 3% 5%;
    position: relative;
}
#sec03 .psBox {
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
	transform: translate(0);
}
#sec03 .psBox img {
	transform: translate(0) scale(1.2);
}
#sec03 .psBox.active img {
	transition: 6s 1s;
	transform: translate(0) scale(1);
}
#sec03 .psBox p {
	position: absolute;
	left: 3%;
	bottom: 2%;
	color: #fff;
	font-size: 28px;
}
#sec03 .planer {
	background-color: #000;
	border: #c6a100 solid 1px;
	color: #fff;
	padding: 30px;
	align-items: center;
}
#sec03 .planer .leftBox {
	width: 40%;
	container-type: inline-size;
}
#sec03 .planer .leftBox .imgBox {
	padding: 0 20%;
}
#sec03 .planer .leftBox .nameBox {
	padding-top: 20px;
}
#sec03 .planer .leftBox .nameBox p {
	font-size: 13px;
	font-size: 3.5cqw;
	font-size: clamp(11px, 3.5cqw, 14px);
}
#sec03 .planer .leftBox .nameBox p.name {
	font-size: 18px;
	letter-spacing: 0.2em;
	line-height: 1;
  padding-top: 0.4em;
	margin-right: 0.4em;
}
#sec03 .planer .leftBox .nameBox p.name span {
	font-size: 60%;
	letter-spacing: 0em
}
#sec03 .planer dl {
	width: 58%;
	container-type: inline-size;
}
#sec03 .planer dt {
	font-size: 21px;
	font-size: 4.5cqw;
	padding-bottom: 1em;
}
#sec03 .planer dt span {
	display: block;
	padding-bottom: 0.3em;
	font-weight: 500;
}
#sec03 .planer dd{
	font-size: 14px;
	font-size: 3.5cqw;
	font-size: clamp(12px, 3.0cqw, 14px);
	line-height: 2;
}



#sec04 {
background-image: url("../img/bg-04.jpg");
	background-size: cover;
	padding: 3% 0 5%;
}
#sec04 p {
	padding: 1em 0 2em;
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
#sec04 .flex{
	max-width: 1000px;
}
#sec04 .flex .leftBox {
	width: 72%;
}
#sec04 .flex .rightBox {
	width: 26%;
	align-content: center;
	gap:15px 0;
}
#sec04 .flex .rightBox > div {
	width: 48%;
}






@media screen and (max-width: 959px) {
	#sec01 .h2Box {
		width: 60%;
		bottom: 5%;
		right: auto;
		left: 5%;
	}

	#sec01 .flwBox {
		position: absolute;
		width: 80%;
		bottom: 24%;
		right: 10%;
	}
	#sec01 .h2Box .lead {
    font-size: clamp(13px, 1.7cqw, 16px);
		font-size: 2.5cqw;
	}
	#sec03 .planer {
    padding: 20px;

}
	#sec03 .planer .leftBox,
	#sec03 .planer dl {
		width: 100%;
		padding-top: 20px;
	}
	#sec03 .planer dt {
    font-size: 5.7cqw;
	}
	#sec03 .planer dd {
		text-align: justify;
	}
	#sec02 .h3Box {
		width: 55%;
		container-type: inline-size;
		
	}
	#sec02 .h3Box .engTxt {
		font-size: 32px;
		font-weight: 500;
	}
	#sec02 .h3Box  h3 {
		font-size: 4.5cqw;
	}
	#sec02 .h3Box  h4 {
		font-size: 2.5cqw;
	}
	#sec02 .h3Box  .lead {
		font-size: 3cqw;
	}
	
}

@media screen and (max-width: 599px) {
	#sec01 .h2Box,#sec02 .h3Box  {
		position: static;
		width: 90%;
		margin: 0 auto;
		padding-top: 12%;
	}
	#sec01 .h2Box .engTxt,#sec02 .h3Box .engTxt {
		font-size: clamp(15px, 7cqw, 18px);
	}
	#sec01 .h2Box h2,#sec02 .h3Box  h3 {
    font-size: clamp(15px, 6.0cqw, 18px);
		line-height: 1.3;
		padding: 0.5em 0;
	}
	#sec01 .h2Box .lead,
	#sec02 .h3Box .lead,
	#sec04 p
 {
		font-size:  clamp(13px, 3.8cqw, 15px);
		line-height: 1.6;
	}
	#sec01 .h2Box .lead br,#sec02 .h3Box .lead br {
		display: none;
	}
	#sec01 .flwBox {
		position: absolute;
		bottom: -5%;

	}
	#sec02 {
	background-color: #fff;
	}
	#sec02 .h3Box {
		width: 96%;
	}
	#sec02 .h3Box h4 {
		font-size: 3.6cqw;
		padding: 0.6em 0;
	}
	#sec02 .imgBox .img {
		position: relative;
		overflow: hidden;
	}
	#sec02 .imgBox .img .cap,#sec03 .psBox p {
		position: absolute;
		font-size: 5.2cqw;
	}
	#sec02 .h3Box {
		padding-top: 20px;
		color: #000;
	}
	#sec03 {
		display: block;
	}
	#sec03 .gaikanBox {
	    width: 100%;
    height: auto;
    position: static;
	}
	#sec03 .entBox {
		width: 100%;
	}
	#sec03 .psBox {
    margin-bottom: 15px;
	}
	#sec03 .planer {
		max-width: 350px;
		margin: 50px auto 0;
	}
	#sec03 .planer .leftBox .nameBox p {
    font-size: clamp(11px, 3.9cqw, 14px);
	}
	#sec03 .planer .leftBox .nameBox p.name {
    font-size: clamp(18px, 6.8cqw, 20px);
	}
	#sec04 .flex .leftBox {
		width: 100%;
		padding-bottom: 30px;
	}
	#sec04 .flex .rightBox {
		width: 60%;
		margin: 0 auto;
	}

	


}

