@charset "utf-8";
/* CSS Document */
body{
	padding-top: 0!important;
}
.fv{
	position: relative;
}
.fv .imgbox{
	position: relative;
}
.fv .imgbox .img2,.fv .imgbox .img3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
}
.fv .imgbox .img2{
	
}
body.on .fv .imgbox .img2,body.on .fv .imgbox .img3{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-duration: 6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
body.on .fv .imgbox .img2{
	animation-delay: 1.4s;
}
body.on .fv .imgbox .img3{
	animation-delay: 6s;
}

.fv .txtbox{
	position: absolute;
	left: 5%;
	top: 50%;
	z-index: 9;
}
.fv .txtbox .en{
	color: #CCC8C4;
	font-size: clamp(20px, 5vw, 40px);
	margin-bottom: 5vh;
	text-shadow: 2px 2px 2px #fff;
}
body.on .fv .txtbox .en{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1s;
}
.fv .txtbox h1{
	color: #877C72;
	text-align: center;
	text-shadow: 2px 2px 2px #fff;
}
body.on .fv .txtbox h1{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-delay: 2.0s;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.section01,.section01 > .flex{
	justify-content: space-around;
	gap: 15vh 0;
}
.section01 .img1{
	width: 30%;
}
.section01 .txtbox{
	width: 40%;
}
.section01 .img2{
	width: 40%;
}
.section01 .img3{
	width: 35%;
	margin-top: 15vh; 
}
.section01 .img4{
	width: 70%;
}

.section02,.section03,.section05{
	position: relative;
	min-height: 100vh;
}
.section02,.section05{
	background-color: #000;
}
body.on .section02::after,body.on .section03::after,body.on .section05::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section02 > div,.section03 > div{
	position: relative;
	z-index: 2;
	width: 50%;
}
.section02 > div,.section05 > div{
	color: #fff;
}
body.on .section02::after{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
body.on .section03::after{
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8015581232492998) 60%, rgba(255,255,255,1) 100%);
}
body.on .section05::after{
	background: rgb(255,255,255);
	background: linear-gradient(45deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%);
	opacity: 0.7;
}

.section02{
	justify-content: flex-start;
}
.section03{
	justify-content: flex-end;
}
.section05 > div{
	position: relative;
	z-index: 2;
	width: 100%;
}

.section04{
	overflow: hidden;
}

.section06 .leftbox{
	width: 35%;
}
.section06 .contents{
	width: 65%;
	padding: 15px 0;
	padding-left: 20px;
	margin: -15px 0;
	overflow: hidden;
}
.section06 .contents .webgene-blog .webgene-item{
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.section06 .contents .webgene-blog .webgene-item a .img-box{
	width: 170px;
}
.section06 .contents .webgene-blog .webgene-item a .img-box .square-img{
}
.section06 .contents .webgene-blog .webgene-item a .txt-box{
	width: calc(100% - 170px);
	box-sizing: border-box;
	padding: 0 50px;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section01 .img1{
		width: 40%;
	}
	.section01 .img2{
		width: 45%;
	}
	.section01 .img3{
		width: 40%;
		margin-top: 15vh; 
	}
	.section01 .img4{
		width: 70%;
	}
	.section06 .contents .webgene-blog .webgene-item a .img-box{
		width: 130px;
	}
	.section06 .contents .webgene-blog .webgene-item a .txt-box{
		width: calc(100% - 130px);
		box-sizing: border-box;
		padding: 0 50px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 .txtbox{
		width: 45%;
	}
	.section02,.section03,.section05{
		position: relative;
		min-height: 80vh;
	}
	.section06 .leftbox{
		width: 100%;
	}
	.section06 .leftbox .more{
		display: none;
	}
	.section06 .contents{
		width: 100%;
		padding: 0;
		margin: 0 0 50px;
		overflow: hidden;
	}
	.section06 .contents .webgene-blog{
		max-width: 800px;
		padding-left: 0px;
		margin: 0 auto;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv{
		padding-top: 150px;
	}
	.fv .txtbox{
		position: static;
		text-align: center;
	}
	.fv .txtbox h1{
		font-size: 14px;
	}
	.fv .txtbox .en{
		margin-bottom: 30px;
	}
	.section01,.section01 > .flex{
		gap: 10vh 0;
	}
	.section01 .img1{
		width: 45%;
	}
	.section01 .txtbox{
		width: 45%;
		margin-left: 10%;
	}
	.section01 .img2{
		width: 45%;
	}
	.section01 .img3{
		width: 40%;
		margin-top: 10vh; 
	}
	.section01 .img4{
		width: 70%;
	}
	.section02 > div,.section03 > div{
		width: 60%;
	}
	body.on .section02::after{
		background: rgb(0,0,0);
		background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.4) 90%, rgba(0,0,0,0) 100%);
	}
	body.on .section03::after{
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 10%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 100%);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv{
		padding-top: 100px;
	}
	.fv .txtbox{
		padding-top: 50px;
	}
	.section01,.section01 > .flex{
		gap: 60px 0;
	}
	.section01 .img1{
		width: 60%;
	}
	.section01 .txtbox{
		width: 100%;
		margin-left: 0;
	}
	.section01 .img2{
		width: 80%;
		margin-right: 20%;
	}
	.section01 .img3{
		width: 70%;
		margin-left: 40%;
		margin-top: 0px; 
	}
	.section01 .img4{
		width: 100%;
	}
	.section01 .img4{
		width: 100%;
	}
	.section02 > div,.section03 > div{
		width: 100%;
	}
	body.on .section02::after{
		background-color: rgba(0,0,0,0.6);
	}
	body.on .section03::after{
		background-color: rgba(255,255,255,0.8);
	}
	.section04{
		padding-left: 60px;
		padding-right: 60px;
	}
	.section06 .contents .webgene-blog{
		max-width: 800px;
		padding-left: 0px;
		margin: 0 auto;
	}
	.section06 .contents .webgene-blog .webgene-item a .img-box{
		width: 80px;
	}
	.section06 .contents .webgene-blog .webgene-item a .txt-box{
		width: calc(100% - 80px);
		box-sizing: border-box;
		padding: 0 20px;
		padding-right: 0;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

