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

body.on .fv{
	height: 100vh;
	min-height: 800px;
}
.fv{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fv::after{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #33270E;
	background: linear-gradient(180deg, rgba(51, 39, 14, 0.7) 0%, rgba(51, 39, 14, 0.2) 30%, rgba(51, 39, 14, 0) 50%, rgba(51, 39, 14, 0.2) 70%, rgba(51, 39, 14, 0.7) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}
body.on .fv::after{
	display: block;
}
body.on .fv .img-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	align-items: stretch;
}
.fv .img-box > div{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
body.on .fv .img-box .swiper-img{
	position: absolute;
	width: 100%;
	height: 100%;
}
.fv .img-box > div .swiper{
	width: 100%;
	height: 100%;
}
.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;
}
.fv .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	max-width: 400px;
	z-index: 4;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.top_news .titlebox{
	width: 240px;
}
.top_news .contents{
	width: calc(100% - 240px);
}
.top_news .contents .webgene-blog .webgene-item:not(:last-of-type){
	margin-bottom: 40px;
}
.top_news .contents .webgene-blog .webgene-item a{
	max-width: 100%;
}
.top_news .contents .webgene-blog .webgene-item a > div{
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap: 20px;
}
.top_news .contents .webgene-blog .webgene-item a .date{
	width: 115px;
}
.top_news .contents .webgene-blog .webgene-item a .cate{
	width: 80px;
	background-color: #937430;
	padding: 3px 5px;
	border-radius: 100px;
}
.top_news .contents .webgene-blog .webgene-item a .title{
	width: calc(100% - 195px - 40px);
      margin-bottom: 0;
}


.section01 .boxwrap .box{
	min-height: 90vh;
	position: relative;
}
.section01 .boxwrap .box .bg_item{
	position: static;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.section01 .boxwrap .box .more_wrap{
	width: 100%;
}

body.on .section01 .boxwrap .box .bg_item{
	position: absolute;
}
.section01 .boxwrap .box .bg_item::after{
	display: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: #161616;
	mix-blend-mode: multiply;
	opacity: 0.7;
}
body.on .section01 .boxwrap .box .bg_item::after{
	display: block;
}
.section01 .boxwrap .box .imgbox{
	z-index: 5;
}
.section01 .boxwrap .box .txtbox{
	z-index: 6;
}
.section01 .boxwrap .box1 .imgbox{
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 10%;
}
.section01 .boxwrap .box1 .txtbox{
	width: 45%;
	margin-left: 55%;
	gap: 50px 5%;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.section01 .boxwrap .box1 .txtbox .titleimg{
	width: 30%;
	max-width: 190px;
}
.section01 .boxwrap .box1 .txtbox h1{
	max-width: 65%;
}

.section01 .boxwrap .box2{
	justify-content: flex-start;
}
.section01 .boxwrap .box2::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: url("https://aliis7774.com/system_panel/uploads/images/top_box2-item2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}
.section01 .boxwrap .box2 .bg_item{
	background-size: auto 100%;
	background-position: center right;
	background-color: #0e0e0e;
}
.section01 .boxwrap .box2 .imgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 18%;
	height: 100%;
}
.section01 .boxwrap .box2 .txtbox{
	width: 50%;
	margin-left: 25%;
	align-items: flex-start;
	flex-direction: column;
	gap: 50px;
}
.section01 .boxwrap .box2 .txtbox .titleimg{
	width: 100%;
}

.section01 .boxwrap .box3{
	gap: 50px;
	align-content: flex-start;
}
.section01 .boxwrap .box3 .imgbox{
	position: relative;
	width: 30%;
	padding-left: 50px;
	padding-bottom: 50px;
}
.section01 .boxwrap .box3 .imgbox .item2{
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 0;
}
.section01 .boxwrap .box3 .txtbox{
	width: calc(70% - 50px);
	align-items: flex-end;
}
.section01 .boxwrap .box3 .txtbox .titleimg{
	width: 35%;
	padding-right: 50px;
}
.section01 .boxwrap .box3 .txtbox h2{
	width: 65%;
	padding-bottom: 50px;
}
.section01 .boxwrap .box3 .txtbox .more_wrap{
	width: 65%;
	margin-left: 35%;
}

.section01 .boxwrap .box4 .txtbox .titleimg{
	max-width: 250px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.top_news .titlebox{
		width: 220px;
	}
	.top_news .contents{
		width: calc(100% - 220px);
	}
	
	.section01 .boxwrap .box3{
		gap: 40px;
	}
	.section01 .boxwrap .box3 .txtbox .titleimg{
		width: 40%;
		padding-right: 40px;
	}
	.section01 .boxwrap .box3 .txtbox h2{
		width: 60%;
		padding-bottom: 50px;
	}
	.section01 .boxwrap .box3 .txtbox .more_wrap{
		width: 60%;
		margin-left: 40%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.top_news .titlebox{
		width: 200px;
	}
	.top_news .contents{
		width: calc(100% - 200px);
	}
	
	.section01 .boxwrap .box1 .txtbox{
		width: 60%;
		margin: 0 auto 40px;
		justify-content: center;
	}
	.section01 .boxwrap .box1 .imgbox{
		position: relative;
		top: auto;
		left: auto;
		width: 60%;
		margin-right: 40%;
		transform: translateX(-60px);
	}
	
	.section01 .boxwrap .box2 .txtbox{
		width: 70%;
	}
	
	.section01 .boxwrap .box3{
		gap: 50px;
	}
	.section01 .boxwrap .box3 .imgbox{
		position: relative;
		width: 50%;
		margin-left: 50%;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.section01 .boxwrap .box3 .imgbox .item2{
		position: absolute;
		width: 40%;
		bottom: 0;
		left: 0;
	}
	.section01 .boxwrap .box3 .txtbox{
		width: 90%;
		align-items: flex-end;
	}
	
	.section01 .boxwrap .box3 .txtbox .titleimg{
		width: 40%;
		padding-right: 0;
	}
	.section01 .boxwrap .box3 .txtbox h2{
		width: 80%;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section01 .boxwrap .box3 .txtbox .more_wrap{
		width: 100%;
		margin-left: 0;
	}

	.section01 .boxwrap .box4 .txtbox{
		width: 70%;
	}
	.section01 .boxwrap .box1 .txtbox .titleimg{
		width: 35%;
	}
	.section01 .boxwrap .box1 .txtbox .more2{
		width: 65%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.top_news .titlebox{
		width: 100%;
		text-align: center;
	}
	.top_news .contents{
		width: 100%;
		margin-bottom: 50px;
	}
	.section01 .boxwrap .box1 .txtbox{
		width: 80%;
		margin: 0 auto 40px;
	}
	.section01 .boxwrap .box1 .imgbox{
		width: 80%;
		margin-right: 20%;
		transform: translateX(-50px);
	}
	.section01 .boxwrap .box2 .txtbox{
		width: 80%;
		margin-left: 20%;
	}
	.section01 .boxwrap .box2 .imgbox{
		width: 15%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv{
		min-height: 500px;
	}
	.fv .img-box > div{
		width: 100%;
		height: 50vh;
	}
	.top_news .contents{
		margin-bottom: 50px;
	}
	.top_news .contents .webgene-blog .webgene-item a > div{
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.top_news .contents .webgene-blog .webgene-item a .date{
		width: auto;
	}
	.top_news .contents .webgene-blog .webgene-item a .cate{
		width: auto;
		min-width: 80px;
	}
	.top_news .contents .webgene-blog .webgene-item a .title{
		width: 100%;
	}
	.top_news .contents .webgene-blog .webgene-item:not(:last-of-type){
		margin-bottom: 30px;
	}
	
	.section01 .boxwrap .box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section01 .boxwrap .box1 .txtbox{
		width: 100%;
		flex-direction: column;
		align-content: center;
		gap: 30px;
	}
	.section01 .boxwrap .box1 .txtbox h1{
		max-width: 100%;
	}
	.section01 .boxwrap .box1 .imgbox{
		width: 90%;
		margin-right: 10%;
		transform: translateX(-20px);
	}
	.section01 .boxwrap .box2 .txtbox{
		width: 100%;
		margin-left: 0;
		gap: 30px;
	}
	.section01 .boxwrap .box2 .imgbox{
		display: none;
	}
	
	.section01 .boxwrap .box3{
		gap: 40px;
	}
	.section01 .boxwrap .box3 .txtbox{
		width: 100%;
	}
	.section01 .boxwrap .box3 .txtbox .titleimg{
		width: 50%;
		padding-right: 0;
	}
	.section01 .boxwrap .box3 .txtbox h2{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section01 .boxwrap .box3 .txtbox .more_wrap{
		width: 100%;
		margin-left: 0;
	}
	.section01 .boxwrap .box3 .imgbox{
		position: relative;
		width: 70%;
		margin-left: 30%;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	.section01 .boxwrap .box1 .txtbox .more2{
		width: auto;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

