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

.fv{
	position: relative;
	width: 100%;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}
body.gjs-dashed .fv{
	height: auto;
}
.fv .swiper{
	z-index: 1;
	position: relative;
	max-width: 1540px;
	margin: 0 auto;
}

@keyframes zoomUp {
	0% {
		-ms-filter: blur(10px);
		filter: blur(10px);
		transform: scale(1.05);
	}
	30% {
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		-ms-filter: blur(0px);
		filter: blur(0px);
		transform: scale(1.15);
	}
}
body:not(.gjs-dashed) .fv .swiper{
	position: relative;
	top: 0;
	left: 0;
	width: 100%!important;
	aspect-ratio: 2 / 1;
	max-height: 100%;
}
body:not(.gjs-dashed) .fv .swiper .swiper-wrapper::after{
	content: "";
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.2;
}
body:not(.gjs-dashed) .fv .swiper-wrapper{
	overflow: hidden;
	position: relative;
	z-index: 2;
	clip-path: polygon(220px 0, 100% 0, 100% 100%, 0 100%, 0 220px);
}
body:not(.gjs-dashed) .fv .swiper-slide,body:not(.gjs-dashed) .fv .swiper-wrapper{
	width: 100%!important;
	height:100%;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img{
	width: 100%!important;
	height:100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .swiper-slide-active .swiper-img,
.fv .swiper-slide-duplicate-active .swiper-img,
.fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

.fv .txtbox{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 4;
}
body.gjs-dashed .fv .txtbox{
	position: relative;
	color: #000;
}
.fv .sc_icon{
	width: 50px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	text-align: center;
}
.fv .sc_icon p{
	padding-top: 3px;
	padding-bottom: 15px;
	color: #fff;
}
.fv .sc_icon div{
	position: relative;
	height: 80px;
	width: 14px;
	border-top: 2px solid #fff;
	margin: 0 auto;
}
.fv .sc_icon div::before{
	content: "";
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 2px;
	height: 0;
	animation-name: fvscanime1;
	animation-duration: 2.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}
.fv .sc_icon div::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #fff;
	border-bottom: 0;
	animation-name: fvscanime2;
	animation-duration: 2.0s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

@keyframes fvscanime1 {
	0% {
		height: 0;
	}
	90% {
		height: 100%;
		opacity: 1;
	}
	100% {
		height: 100%;
		opacity: 0;
	}
}
@keyframes fvscanime2 {
	0% {
		top: 0;
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	90%{
		top: 100%;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}

.fv .txtbox2{
	position: absolute;
	top: 0;
	left: 0;
	gap: 10px;
	z-index: 9;
	mix-blend-mode: difference;
}
.fv .txtbox2 img{
	width: 14px;
}

.fv .fv_insta{
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	z-index: 999;
}

.section01 .box{
	align-items: flex-start;
}
.section01 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.section01 .box > div{
	width: 50%;
}
.section01 .box:nth-of-type(odd){
	flex-direction: row-reverse;
	align-items: flex-start;
}
.section01 .box .imgbox{
	position: relative;
	padding: 10% 5% 0;
}
.section01 .box:nth-of-type(odd) .imgbox{
	margin-top: 10%;
}
.section01 .box:nth-of-type(odd) .imgbox{
	padding-top: 10%;
}
.section01 .box:nth-of-type(even) .txtbox{
	margin-top: 20%;
}
.section01 .box .imgbox .img1{
	content: "";
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: 2px dashed #323942;
	border-bottom: 2px dashed #323942;
}
.section01 .box .imgbox .img1 img{
	transform: translate(-3px,-3px);
}
.section01 .box .imgbox .num{
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	border-radius: 50%;
	border: 2px dashed #323942;
	aspect-ratio: 1 / 1;
	z-index: 2;
}
.section01 .box .imgbox .num img{
	width: 50%;
}
.section01 .box .imgbox .arrow{
	position: absolute;
	width: 15%;
	bottom: 30%;
	z-index: 2;
}
.section01 .box:nth-of-type(odd) .imgbox .arrow{
	left: 0;	
}
.section01 .box:nth-of-type(even) .imgbox .arrow{
	right: 0;
}

.section01 .box .txtbox{
	position: relative;
	padding-left: 10%;
	padding-top: 10%;
}
.section01 .box .txtbox .titlebox{
	position: absolute;
	top: 0;
	left: 0;
	gap: 10px;
}
.section01 .box .txtbox .titlebox p{
	line-height: 1;

}
.section01 .box .txtbox .titlebox h2{
	padding-left: 10px;
	border-left: 1px solid;
	line-height: 1;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
	transform: rotate(90deg) translateX(45%);
}
.section01 .box .txtbox h3{
	border-bottom: 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.section02{
	overflow: hidden;
}
.section02 .title_item1 .title{background-color: #fff;}
.section02 .swiper .swiper-wrapper .swiper-slide{
	opacity: 1;
}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a{
	position: relative;
	display: block;
	cursor: pointer;
	aspect-ratio: 1 / 1.5;
	border-radius: 300px 300px 0 0;
	overflow: hidden;
}
body.gjs-dashed .section02 .swiper .swiper-wrapper .swiper-slide a{
	background-color: #000;
}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a::after{
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
	transition: ease 0.6s;
}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a:hover::after{
	opacity: 0.1;
}
.section02 .swiper .swiper-wrapper .swiper-slide a:hover{opacity: 1;}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a .bgimg{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: ease 0.8s;
}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a:hover .bgimg{
	transform: translate(-50%,-50%) scale(1.1);
}

.section02 .swiper .swiper-wrapper .swiper-slide a .txtbox p{
	color: #fff;
	transition: ease 0.6s;
}
.section02 .swiper .swiper-wrapper .swiper-slide a:hover .txtbox p{
	letter-spacing: 0.2rem;
}
body:not(.gjs-dashed) .section02 .swiper .swiper-wrapper .swiper-slide a .txtbox{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.section02 .swiper .swiper-wrapper .swiper-slide a .txtbox{
	gap: 5px;
}
.section02 .swiper .swiper-wrapper .swiper-slide a .txtbox img{
	width: 10px;
	margin-top: 20px;
}

.section03 .boxwrap{
	gap: 80px;
	align-items: flex-start;
}
.section03 .boxwrap .box{
	width: calc(100% / 2 - 80px / 2);
}
.section03 .boxwrap .box .boxitem{
	padding: 25% 5%;
	clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
}
.section03 .boxwrap .box .txtbox{
	gap: 10px;
}
.section03 .boxwrap .box .txtbox p{color: #fff;}
.section03 .boxwrap .box .txtbox img{
	width: 20px;
}

.section04{
	overflow: hidden;
}
.section04 .swiper-container{
	position: relative;
}
.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;
	position: relative;
}
.section04 .swiper-container .swiper-wrapper .swiper-slide a:hover{
	opacity: 1;
}
.section04 .swiper-container .swiper-wrapper .swiper-slide a .bg_img_wrap2{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
}
.section04 .swiper-container .swiper-wrapper .swiper-slide a:hover .bg_img_wrap2{
	transform: translate(-50%,-50%) scale(1.1);
}

.section04 .width-1280-max a{
	gap: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #231816;
}
.section04 .width-1280-max a img{
	width: 12px;
	transition: ease 0.3s;
}
.section04 .width-1280-max a:hover img{
	transform: translate(2px,-2px);
}


.section05 .contents .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: stretch;
    flex-direction: row;
    gap: 30px 40px;
}
.section05 .contents .webgene-blog .webgene-item {
    width: 100%;
}

.section05 .contents .webgene-blog .webgene-item {
    padding: 10px 0;
}

.section05 .contents .webgene-blog .webgene-item .txtbox {
    width: 100%;
    text-align: left;
	align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.section05 .contents .webgene-blog .webgene-item .txtbox > div {
    flex-shrink: 0;
    white-space: nowrap;
}
.section05 .contents .webgene-blog .webgene-item .txtbox h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
.section05 .contents .webgene-blog .webgene-item .cate_txt{
    color: #807F7C;
    border: 1px solid #807F7C;
    border-radius: 0px;
    padding: 3px 20px;
}


.section06{
	background-color: #000;
	padding: 40px;
}
.section06 .contents{
	border: 1px solid #fff;
	padding: 10% 5%;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.fv{
		padding-left: 80px;
		padding-right: 80px
	}
	body:not(.gjs-dashed) .fv .swiper{
		aspect-ratio: 1.6 / 1;
	}
	.fv .fv_insta{
		right: 40px;
		transform: translate(50%,-50%);
	}
	.section01 .box .txtbox .titlebox{
		left: -5%;
	}
	.section03 .boxwrap{
		gap: 50px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 2 - 50px / 2);
	}
	.section03 .boxwrap .box .boxitem{
		padding: 25% 5%;
		clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	body:not(.gjs-dashed) .fv .swiper-wrapper{
		clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%, 0 160px);
	}
	body:not(.gjs-dashed) .fv .swiper{
		aspect-ratio: 1.4 / 1;
	}
	.section01 .box .txtbox .titlebox{
		left: -8%;
	}
	.section05 .contents .webgene-blog .webgene-item .cate_txt {
		padding: 2px 15px;
		margin-right: 10px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	body:not(.gjs-dashed) .fv .swiper-wrapper{
		clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%, 0 120px);
	}
	.fv .sc_icon div{
		height: 60px;
	}
	.fv .sc_icon img{
		width: 40px;
	}
	body:not(.gjs-dashed) .fv .swiper{
		aspect-ratio: 1.2 / 1;
	}
	.fv{
		padding-left: 60px;
		padding-right: 60px
	}
	.fv .fv_insta{
		right: 30px;
		transform: translate(50%,-50%);
	}
	.section01 .box .txtbox .titlebox{
		left: -12%;
	}
	.section03 .boxwrap .box .boxitem{
		padding: 25% 5%;
		clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%, 0 80px);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body:not(.gjs-dashed) .fv .swiper-wrapper{
		clip-path: polygon(100px 0, 100% 0, 100% 100%, 0 100%, 0 100px);
	}
	
	.fv .sc_icon{display: none;}
	.fv{
		padding-left: 20px;
		padding-right: 20px
	}
	.fv .fv_insta{
		display: none;
	}
	body:not(.gjs-dashed) .fv .swiper{
		aspect-ratio: 1 / 1.4;
	}
	
	.section01 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.section01 .box .txtbox{
		width: 100%;
		margin: 0!important;
		padding: 0!important;
	}
	.section01 .box .imgbox{
		width: 100%;
		margin: 0!important;
		padding: 0!important;
		padding-top: 20%!important;
		margin-bottom: 40px!important;
	}
	
	.section01 .box .txtbox .titlebox{
		position: static;
		transform: rotate(0);
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		justify-content: flex-start;
		margin-bottom: 15px;
	}
	.section01 .box .txtbox .titlebox p{
		font-size: 20px;
	}
	.section01 .box .txtbox .titlebox h2{
		transform: rotate(0);
	}
	.section01 .box .txtbox h3{
		font-size: 19px;
	}
	
	.section02 .swiper{
		padding-left: 15%;
		padding-right: 15%;
	}
	
	.section03 .boxwrap .box{
		width: 100%;
	}
	.section05 .contents .webgene-blog .webgene-item .txtbox h3 {
		width: 100%;
	}

	.section05 .contents .webgene-blog .webgene-item .txtbox {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
	}
	.section05 .contents .webgene-blog {
		gap: 10px;
	}
.section06{
	background-color: #000;
	padding: 20px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

