@charset "UTF-8";
/* CSS Document */
html {
	scroll-behavior: smooth;
}
body:before {
     opacity: 0; 
}
#pageWrap {
    padding: 0% 0;
}
.notes-area {
    margin: 0% auto 0;
}
#sec01 {
	padding: 3% 0;
	background-image: url("../images/bg01.jpg");
	background-size: cover;
	position: relative;
}
#sec01::after {
	content: "all image photo";
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 0.6em;
	bottom: 0.3em;
}
#sec01 h2 {
	font-size: 50px;
	color: #6a899b;
	padding-bottom: 1em;
	opacity: 0;
}
.start #sec01 h2 {
	opacity: 1;
	transition: 1s;
}
#sec01 h2 span {
	font-size: 130%;
}
#sec01 .imgs {
	max-width: 740px;
	margin: 0 auto;
	position: relative;
}
#sec01 .imgs .imgBox {
	width: 32%;
	opacity: 0;
}
.start #sec01 .imgs .imgBox {
	opacity: 1;
	transition-duration: 1s;
	transition-delay: calc(0.3s * var(--idx));

}
#sec01 .imgs .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	transform: translate(-45%,-55%);
	opacity: 0;
}
.start #sec01 .imgs .txt {
	opacity: 1;
	transition: 1s 1.5s;
}
#sec01 .lead {
	color: #6a899b;
	font-size: 18px;
	padding: 3em 0 1em;
	opacity: 0;
}
.start #sec01 .lead {
	opacity: 1;
	transition: 1s 2s;
}

#sec02 {
	padding: 3% 0;
}
#sec02 h3 {
	font-size: 42px;
	letter-spacing: 0.1em;
}
#sec02 h3 .num {
	font-size: 130%;
}
.dot {
	font-size: 130%;
	color: #89b2c9;
	background-image: radial-gradient(circle at center, #89b2c9 20%, transparent 20%);
  background-position: top 45%;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .15em;
}
#sec02 p.eng {
	width: 40%;
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0;
}
#sec02 .h3-02 {
	font-size: 36px;
	color: #89b2c9;
	padding: 0.3em 0;
}
#sec02 .lead {
	font-size: 16px;
	text-align: center;
	padding: 0.5em 0;
}
#sec02 .figBox {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#sec02 .figBox .figs {
}
#sec02 .figBox .figs .fig {
	width: 18.5%;
	opacity: 0;
}
#sec02 .figBox .figs.active .fig {
	opacity: 1;
	transition-duration: 0.5s;
	transition-delay: calc(0.3s * var(--idx));
}
#sec02 .figBox .arwBox {
	position: relative;
	margin-top: 15px;
}
#sec02 .figBox .arwBox .arw2l {
	width: 100%;
	padding-bottom: 10px;
transform: scaleX(0);
}
#sec02 .figBox .arwBox.active .arw2l {
	transition: 1s 1s;
	opacity: 1;
	transform: scaleX(1);
}
#sec02 .figBox .arwBox .arw1l {
	width: 18.5%;
	transform: scaleX(0);
}
#sec02 .figBox .arwBox.active .arw1l {
	transition: 1s 1.5s;
	opacity: 1;
	transform: scaleX(1);
}
#sec02 .figBox .arwBox .arw3l {
	width: 39%;
	transform: scaleX(0);
}
#sec02 .figBox .arwBox.active .arw3l {
	transition: 1s 2s;
	opacity: 1;
	transform: scaleX(1);
}

#sec03 {
	padding-bottom: 3%;
}
#sec03 .titBox {
	max-width: 550px;
	margin: 0 auto;
}
#sec03 .titBox .eng {
	padding: 20px 0;
}
#sec03 .titBox .type {
	padding: 20px 0;
}
#sec03 .zumenWrap {
	max-width: 860px;
	margin: 0 auto;
}
#sec03 .zumenWrap .zumenBox {
	width: 57%;
	max-width: 490px;
	margin: 0px auto 30px;
	position: relative;
}
#sec03 .zumenWrap .zumenBox .houi {
	position: absolute;
	width: 20%;
	left: 105%;
	bottom: 5%;
}
#sec03 .mimoBox {
	border: #1695d4 solid 3px;
	padding: 20px 30px;
}
#sec03 .mimoBox .flex01 {
	/*align-items: center;*/
	width: 100%;
}
#sec03 .mimoBox .flex01 .ytWrap {
	width: 46%;
	position: relative;
	container-type: inline-size;
}
#sec03 .mimoBox .flex01 .ytWrap .txtBox {
	padding: 1.5em 0;
}
#sec03 .mimoBox .flex01 .txtBox .bk{
	font-size: 18px;
	font-size: 4.5cqw;
}
#sec03 .mimoBox .flex01 .txtBox .bl{
	font-size: 20px;
	font-size: 5cqw;
	color: #1695d4;
}
#sec03 .mimoBox .flex01 .ytWrap .ytBox {
	position: relative;
	left: 0;
	top:0;
	width: 100%;
	height: 0;
	padding-top: 62.5%;
}
#sec03 .mimoBox .flex01 .ytWrap .ytBox iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	
}
#sec03 .mimoBox .logoBox {
	position: absolute;
	left: 50%;
	width: 12%;
	max-width: 140px;
	transform: translateX(-50%);
}



#sec04 {
	padding: 3% 0;
	background-image: url("../images/bg01.jpg");
	background-size: cover;
}
#sec04 h3 {
	font-size: 24px;
}
#sec04 h3 span {
	display: block;
	font-size: 90%;
	padding-bottom: 1em;
}
#sec04 .flex {
	max-width: 900px;
	padding-top: 30px;
}
#sec04 .flex .item {
	background-color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	padding: 20px;
	width: 31%;
	container-type: inline-size;
}
#sec04 .flex .item.active {
	transition-delay: calc(0.3s * var(--idx));
}
#sec04 .flex .item .style {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
#sec04 .flex .item .style > img {
	width: 70%;
}
#sec04 .flex .item .style .dotLine {
line-height: 0;
}
#sec04 .flex .item h4 {
	font-size: 10cqw;
	line-height: 1.3;
	padding: 0.5em;
}
#sec04 .flex .item h4 span {
	display: block;
	font-size: 60%;
}
#sec04 .flex .item a,a.sankaku {
	display: block;
	background-color: #649dc6;
	color: #fff;
	font-size: 7cqw;
	padding: 0.3em 0;
	position: relative;
}
#sec04 .flex .item a.sankaku::after,
.sankaku::after {
	content: "▼";
	line-height: 1;
	font-size: 70%;
	position: absolute;
	right: 3%;
	top: calc(50% - 0.5em);
	transform: rotateZ(-90deg);
}

#sec04 .flex .box01 a {}
#sec04 .flex .box02 a {
	background-color: #9086a4;
}
#sec04 .flex .box03 a {
	background-color: #6cab51;
}

.step {
	padding: 3% 0;
}
.step .titBox {
	padding: 30px 0;
}
.step .titBox .style {
	width: 50%;
	max-width: 200px;
	margin: 0 auto;
}
.step .titBox h3 {
	background-color: #649dc6;
	border-bottom: #b9aa72 solid 6px;
	color: #fff;
	padding: 0.6em 0;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.step .titBox h3 span {
	font-size: 70%;
	display: block;
}
.step .titBox .fig {
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
}
.step .flex {
	max-width: 860px;
	margin: 0 auto;
}
.step .flex .zumenBox {
	width: 57%;
	max-width: 490%;
	position: relative;
}
.step .flex .zumenBox .houi {
	position: absolute;
	width: 50%;
	left: 105%;
	bottom: 5%
}
.step .flex .pointBox {
	width: 40%;
	container-type: inline-size;
}
.step .flex .pointBox .flex02 {
margin-bottom: 15px;
}
.step .flex .pointBox .flex02 .imgBox {
width: 47%;
}
.step .flex .pointBox .flex02 p {
width: 50%;
	text-align: justify;
	line-height: 1.3;
	font-size: 3.7cqw;
}
.step .flex .pointBox .point {
	background-color: #649dc6;
	color: #fff;
	padding: 10px 5px;
}
.step .flex .pointBox .point a {
	display: block;
	padding: 7px 5% 0;
}
.step .flex .pointBox .p02 {
	margin: 15px 0;
}
.step .flex .pointBox .point h5 {
	width: 36%;
	margin: 0 auto;
}
.step .flex .pointBox .point p {
	font-size: 3.5cqw;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.step a.sankaku {
	font-size: 20px;
	background-color: #a40000;
	width: 14em;
	margin: 0 auto;
	margin-top: 30px;


}
.bgc02 {
	background-color: #9086a4!important;
}

.bgc03 {
	background-color: #6cab51!important;
}
#sec06.step .flex .zumenBox,
#sec07.step .flex .zumenBox {
	padding: 2% 0 1%;
}
#sec06.step .flex .zumenBox .houi,
#sec07.step .flex .zumenBox .houi {
/*	bottom: 2%*/
}






@media screen and (max-width: 959px){
	#sec01 h2,
	#sec02 h3{
		font-size: clamp(20px, 5.5vw, 48px);
	}
	#sec02 .h3-02 {
		font-size: clamp(18px, 3.3vw, 26px);
	}
	#sec01 .imgs {
		width: 80%;
	}
	#sec01 .lead,#sec02 .lead {
    font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec04 h3 {
    font-size: clamp(20px, 2.7vw, 22px);
	}
}

@media screen and (max-width: 599px){
	#sec01 {
		padding-bottom: 6%;
	}
	#sec01::after {
		color: #6a899b;
	}

	#sec01 .lead,#sec02 .lead {
    font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec02 p.eng {
    padding: 15px 0;
	}
	#sec02 .lead {
		padding-bottom: 1em;
		
	}
	#sec02 .figBox .arwBox {
    margin-top: 5px;
	}
	#sec02 .figBox .arwBox .arw2l {
    padding-bottom: 5px;
	}
	#sec03 .titBox .type img {
		width: 120%;
		margin-left: -10%;
	}
	#sec03 .mimoBox .logoBox {
	position: static;
		width: 100px;
		max-width: 160px;
		transform: translateX(0%);
		margin: 0 auto;
	}
	#sec03 .mimoBox .flex01 .ytWrap {
		width: 100%;
	}
	#sec04 h3 {
     font-size: clamp(16px, 4.6vw, 18px);
    }
	#sec03 .zumenWrap .zumenBox {
    width: 80%;
    max-width: 400px;
    margin: 0px auto 30px;
	}
	#sec03 .zumenWrap .zumenBox .houi {
    position: static;
    width: 20%;
		margin-left: 80%;
	}
	#sec04 .flex {
		width: 60%;
		max-width: 250px;
	}
	#sec04 .flex .item {
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    padding: 20px;
    width: 	100%;
    container-type: inline-size;
	}
	.step .titBox h3 {
    font-size: clamp(18px, 5.1vw, 20px);
	}
	.step .flex {
		width: 80%;
		max-width: 400px;
		margin: 0 auto;
	}
	.step .flex .zumenBox {
		width: 100%;
	}
	.step .flex .zumenBox .houi {
		position: static;
    width: 50%;
		margin-left: 50%;
	}
	.step .flex .pointBox {
		width: 100%;
		container-type: inline-size;
		padding-top: 15px;
	}


	
}



