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

.header,.menu-bt,.fv .imgbox{
	opacity: 0;
	animation-name: fadein;
	animation-delay: 3.6s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.fv .txtbox h1{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	text-align: center;
	font-size: clamp(24px,6.2vw,80px);
	transform: scale(0.0);
	-ms-filter: blur(15px);
	filter: blur(15px);
	opacity: 0;
	animation-name: fvtxt1;
	animation-duration: 2.4s;
	animation-delay: 0.6s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
@keyframes fvtxt1 {
	0% {
		transform: scale(0.0);
		-ms-filter: blur(15px);
		filter: blur(15px);
		opacity: 0;
	}
	70% {
		transform: scale(1.5);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
	80% {
		transform: scale(1.5);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
	100% {
		transform: scale(1.0);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}
.fv .imgbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 100vh;
	overflow: visible;
	opacity: 0;
	vertical-align: bottom;
}
body.gjs-dashed .imgbox{
	position: relative;
	opacity: 1;
}
.fv .imgbox img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: auto;
	height: 100%;
	opacity: 0.4;
}
body.gjs-dashed .fv .txtbox h1{
	font-size: clamp(24px,6.0vw,70px);
	transform: scale(1);
	-ms-filter: blur(0px);
	filter: blur(0px);
}


.section01 h2{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(28px,4.2vw,50px);
}
.section01 h2 span{
	font-size: clamp(36px,5.6vw,70px);
	padding: 0 20px;
	color: #17DD17;
}
.section01 h2 span{
	display: inline-block;
	opacity: 0;
}
.section01 .title.on h2 span{
	display: inline-block;
	opacity: 0;
	transform: translateY(50px);
}
.section01 .title.on.active h2 span{
	animation-name: txtitem1;
	animation-duration: 1.2s;
	animation-delay: 1.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
body.gjs-dashed .section01 h2 span{
	opacity: 1;
	transform: translateY(0);
}

@keyframes txtitem1 {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	70%{
		opacity:1;
		transform: translateY(-30px);
	}
	80%{
		opacity:1;
		transform: translateY(0px);
	}
	90%{
		opacity:1;
		transform: translateY(-30px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
.section01 .item_wrap{
	justify-content: space-around;
	align-items: flex-start;
	gap: 30px;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
.section01 .item_wrap .item{
	max-width: 20%;
	min-width: 250px;
	aspect-ratio: 1 / 1;
}
.section01 .item_wrap .item{
	max-width: 22%;
}
.section01 .item_wrap.on .item{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.section01 .item_wrap.on.active .item{
	animation-name: section01_item1;
	animation-duration: 8.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
@keyframes section01_item1 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	15% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	65% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	80% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
}
@keyframes section01_item2 {
	0% {
		transform: translateX(0);
	}
	40% {
		transform: translateX(0);
	}
	41% {
		transform: translateX(-4px);
	}
	42% {
		transform: translateX(4px);
	}
	43% {
		transform: translateX(-4px);
	}
	44% {
		transform: translateX(4px);
	}
	45% {
		transform: translateX(-4px);
	}
	46% {
		transform: translateX(4px);
	}
	47% {
		transform: translateX(-4px);
	}
	48% {
		transform: translateX(4px);
	}
	49% {
		transform: translateX(-4px);
	}
	50% {
		transform: translateX(4px);
	}
	51% {
		transform: translateX(-4px);
	}
	52% {
		transform: translateX(4px);
	}
	53% {
		transform: translateX(-4px);
	}
	54% {
		transform: translateX(4px);
	}
	55% {
		transform: translateX(-4px);
	}
	56% {
		transform: translateX(4px);
	}
	57% {
		transform: translateX(-4px);
	}
	58% {
		transform: translateX(4px);
	}
	59% {
		transform: translateX(-4px);
	}
	60% {
		transform: translateX(4px);
	}
	61% {
		transform: translateX(-4px);
	}
	62% {
		transform: translateX(4px);
	}
	63% {
		transform: translateX(-4px);
	}
	64% {
		transform: translateX(4px);
	}
	65% {
		transform: translateX(-4px);
	}
	66% {
		transform: translateX(4px);
	}
	67% {
		transform: translateX(-4px);
	}
	68% {
		transform: translateX(4px);
	}
	69% {
		transform: translateX(-4px);
	}
	70% {
		transform: translateX(4px);
	}
}

.section01 .item_wrap .item.item1,.section01 .item_wrap .item.item1 img{
	margin-top: 10%;
	animation-delay: 0.0s;
}
.section01 .item_wrap .item.item2,.section01 .item_wrap .item.item2 img{
	animation-delay: 3.0s;
}
.section01 .item_wrap .item.item3,.section01 .item_wrap .item.item3 img{
	margin-top: 10%;
	animation-delay: 1.8s;
}
.section01 .item_wrap .item.item4,.section01 .item_wrap .item.item4 img{
	animation-delay: 4.2s;
}
.section01 .item_wrap .item.item5,.section01 .item_wrap .item.item5 img{
	animation-delay: 3.6s;
}
.section01 .item_wrap .item.item6,.section01 .item_wrap .item.item6 img{
	margin-top: 5%;
	animation-delay: 4.8s;
}
.section01 .item_wrap .item.item7,.section01 .item_wrap .item.item7 img{
	animation-delay: 1.2s;
}
.section01 .item_wrap .item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section01 .item_wrap .item6 img{
	width: 80%;
	height: 100%;
	object-fit: contain;
}
.section01 .item_wrap.on.active .item img{
	animation-name: section01_item2;
	animation-duration: 8.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.section01 .bottomtxt p,.section02 .txtbox .txtitem p{
	text-align: center;
	font-weight: 700;
	line-height: 2.2;
	font-size: clamp(17px,1.8vw,22px);
}


.section02{
	position: relative;
	min-height: 150vh;
	overflow: hidden;
}
.section02::after{
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	background: #070C05;
	background: linear-gradient(180deg, rgba(7, 12, 5, 1) 5%, rgba(7, 12, 5, 0.3) 50%, rgba(7, 12, 5, 1) 95%);
}
body.gjs-dashed .section02::after{
	display: none;
}
.section02 .txtbox {
	position: relative;
	z-index: 3;
	gap: 80px;
}

body.on .section02 .bg_contents{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
body.on .section02 .bg_contents{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	animation-delay: 0.8s;
}
.section02 .bg_contents .slide-wrap{
	height: 100%;
	justify-content: space-between;
}
.section02 .bg_contents .slide-wrap > .slider{
	width: 48%;
	height: 100%;
}
body.gjs-dashed .section02 .bg_contents .slide-wrap,body.gjs-dashed .section02 .bg_contents .slide-wrap > .slider{
	height: auto!important;
}
.section02 .bg_contents .slide-wrap > .slider .slick-list{
	height: 100%!important;
	padding: 0 10px;
}
.section02 .bg_contents .slide-wrap .slick-vertical .slick-slide{
	position: relative;
	margin: 10px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
body:not(.gjs-dashed) .section02 .bg_contents .slide-wrap .slick-vertical .slick-slide .slide_box{
	position: absolute;
	width: 100%;
	height: 100%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
body:not(.gjs-dashed) .section02 .bg_contents .slide-wrap .slick-vertical .slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
body.on .section02 .bg_contents .slide-wrap .slick-vertical .slick-slide .slide_box.bg_img_wrap2 > img{display: block!important;opacity: 0;}
body.on .section02 .bg_contents .slide-wrap .slide2{
	transform: rotate(180deg);
}
body.on .section02 .bg_contents .slide-wrap .slide2 .item{
	transform: rotate(180deg);
}

.section03{
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}
.section03::after{
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	background-color: #070C05;
	opacity: 0.8;
}
body.gjs-dashed .section03::after{
	display: none;
}
.section03 .bg_item{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section03 .bg_item > div{
	position: absolute;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
.section03 .contents{
	position: relative;
	z-index: 4;
	width: 100%;
}
.section03 .contents h2{
	font-size: clamp(19px,4.2vw,80px);
	font-weight: 900;
}
.section03 .contents .leftbox{
	width: 35%;
}
.section03 .contents .rightbox{
	width: 65%;
	padding-left: 5%;
	gap: 4vw;
}
.section03 .contents .rightbox p{
	font-size: clamp(16px,2.4vw,36px);
	font-weight: 700;
}
.section03 .contents .rightbox p:nth-of-type(1){
	margin-right: 20%;
}
.section03 .contents .rightbox p:nth-of-type(4){
	margin-left: 20%;
}
.section03 .contents .more a p{
	font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";	
}
.section04 h2{
	line-height: 1;
	position: relative;
	z-index: 2;
	margin-bottom: -60px;
}
.section04 .contens{
	position: relative;
	z-index: 1;
}
.section04 .swiper-container{
	position: relative;
	overflow: hidden;
}
.section04 .swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.section04 .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
body.gjs-dashed .section04 .swiper-container .swiper-wrapper .swiper-slide{width: 25%;display: inline-block;}

.section04 .swiper-container .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.section04 .more2 a:hover .more_inner i:first-of-type{transform: translateX(0)}
.section04 .more2 a .more_inner{gap: 20px;}
.section04 .more2 a .more_inner p{padding-right: 10px;}

.section05 .leftbox{
	width: 25%;
}
.section05 .rightbox{
	width: 75%;
}
.section05 .rightbox .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: row;
	gap: 60px;
	padding-right: 60px;
}
.section05 .rightbox .webgene-blog .webgene-item{
	width: calc(100% / 3 - 120px / 3);
}
.section05 .rightbox .webgene-blog .webgene-item a{
	gap: 15px;
}
.section05 .rightbox .webgene-blog .webgene-item a .imgbox{
	width: 100%;
	aspect-ratio: 1 / 1;
}
.section05 .rightbox .webgene-blog .webgene-item a h3{width: 100%;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section05 .leftbox{
		width: 30%;
	}
	.section05 .rightbox{
		width: 70%;
	}
	.section05 .rightbox .webgene-blog{
		gap: 50px;
		padding-right: 50px;
	}
	.section05 .rightbox .webgene-blog .webgene-item{
		width: calc(100% / 3 - 100px / 3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 h2{
		font-size: clamp(28px,3.6vw,50px);
	}
	.section01 h2 span{
		font-size: clamp(36px,4.2vw,70px);
		padding: 0 10px;
	}
	.section05 .rightbox .webgene-blog{
		gap: 40px;
		padding-right: 40px;
	}
	.section05 .rightbox .webgene-blog .webgene-item{
		width: calc(100% / 3 - 80px / 3);
	}
	.section03 .contents{
		width: 100%;
	}
	.section03 .contents .leftbox{
		width: 45%;
	}
	.section03 .contents .rightbox{
		width: 55%;
		padding-left: 0;
		gap: 4vw;
	}
	.section03 .contents .rightbox p:nth-of-type(4){
		margin-left: 5%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section01 .item_wrap{
		gap: 20px;
	}
	.section01 .item_wrap .item{
		max-width: 45%;
		min-width: 200px;
		aspect-ratio: 1 / 1;
	}
	.section05 .leftbox{
		width: 100%;
	}
	.section05 .rightbox{
		width: 100%;
		padding: 0 50px;
	}
	.section05 .rightbox .webgene-blog{
		gap: 40px;
		padding-right: 0px;
	}
	.section05 .rightbox .webgene-blog .webgene-item{
		width: calc(100% / 3 - 80px / 3);
	}
	.section03 .contents .leftbox{
		width: 100%;
		order: 2;
	}
	.section03 .contents .rightbox{
		width: 100%;
		padding-left: 0;
		gap: 4vw;
		order: 1;
		margin-bottom: 60px;
	}
	.section03 .contents .rightbox p:nth-of-type(1){
		margin-right: 0;
	}
	.section03 .contents .rightbox p:nth-of-type(4){
		margin-left: 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.section01 h2{
		text-align: center;
		font-size: clamp(26px,3.6vw,50px);
	}
	.section01 h2 span{
		display: block;
		font-size: clamp(32px,4.2vw,70px);
		padding: 0 10px;
	}
	.section01 .item_wrap{
		gap: 0;
	}
	.section01 .item_wrap .item{
		max-width: 45%;
		min-width: 160px;
		aspect-ratio: 1 / 1;
	}
	.section01 .bottomtxt p,.section02 .txtbox .txtitem p{
		text-align: left;
	}
	.section05 .rightbox .webgene-blog .webgene-item{
		width: 100%;
	}
	.section04 h2{
		margin-bottom: -30px;
	}
	.section03 .contents .leftbox p{
		font-size: 16px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

