@charset "utf-8";
/* CSS Document */
.fv{
	height: 85vh;
	min-height: 750px;
}
.fv{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.fv::after{
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #525252;
    background: linear-gradient(90deg,rgba(82, 82, 82, 0.23) 0%, rgba(30, 30, 30, 0) 15%, rgba(66, 66, 66, 0.27) 29%, rgba(50, 50, 50, 0.3) 50%, rgba(66, 66, 66, 0.27) 69%, rgba(30, 30, 30, 0) 81%, rgba(82, 82, 82, 0.23) 100%);
	mix-blend-mode: multiply;
	z-index: 2;
}
body.on .fv::after{
	display: block;
}
.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%;
}
.fv .img-box .swiper-img{
	height: 100vh;
}
.fv .img-box > div .swiper{
	width: 100%;
	height: 100%;
}
.fv .txtbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	max-width: 400px;
	z-index: 4;
	gap: 20px;
	width: 100%;
}
.fv .txtbox .en1{
	font-size: 28px;
	color: #fff;
	font-family: "Libre Caslon Display", "serif";
	letter-spacing: 0.15em;
}
.fv .txtbox .en2{
	font-size: 15px;
	color: #fff;
	font-family: "Libre Caslon Display", "serif";
	letter-spacing: 0.15em;
}
.fv .txtbox .line{
	position: relative;
}
.fv .txtbox .line::before{
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #fff;
    margin: 10px auto;
}

.scrollbox{
	padding-top:30px;
}
/* ---------- cate1 ---------- */
.cate1 .title-style1{
    align-items: flex-start;
}
.cate1 .title-style1 .en_title{
    text-align: right;
}
.cate1 .topbox{
	position: relative;
	z-index: 2;
}
.cate1 .bottombox{
	gap: 70px;
	align-items: flex-end;
}
.cate1 .bottombox .leftbox{
	width: calc(40% - 35px);
	gap: 50px;
	align-items: flex-start;
}
.cate1 .bottombox .rightbox{
	position: relative;
	width: calc(60% - 35px);
	gap: 4px;
	align-items: flex-start;
	margin-top: -80px;
	z-index: 1;
}
.cate1 .bottombox .rightbox img{
	width: calc((100% - 8px)/3);
}
.cate1 .bottombox .rightbox img:nth-of-type(2){
	padding-top: 80px;
}
/* ---------- cate2 ---------- */

.cate2 .topbox,
.cate3 .topbox{
	justify-content: space-between;
}
.cate2 .topbox .line,
.cate3 .topbox .line{
	position: relative;
}
.cate2 .topbox .line,
.cate3 .topbox .line{
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    margin: 10px auto;
}
.cate2 .contents .webgene-blog {
    gap: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;   
    align-items: flex-start;
}
.cate2 .contents .webgene-blog .webgene-item {
    width: calc(100% / 4 - 60px / 4);
} 
.cate2 .contents .webgene-blog .webgene-item > a{
    display: block;
}
.cate2 .contents .webgene-blog .webgene-item .rectangle-img{
    margin-top: 10px; 
}
.cate2 .contents .webgene-blog .webgene-item .rectangle-img{
    position: relative;
    overflow: hidden;
}
.cate2 .contents .webgene-blog .webgene-item .rectangle-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cate2 .contents .webgene-blog .webgene-item a .font-libre{
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
	width: 100%;
}
.cate2 .contents .webgene-blog .webgene-item a .font-libre::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: #FFF;
    opacity: 0.7;
}

/* ---------- cate3 ---------- */

.cate3 .topbox{
	border-top: #FFFFFF 1px solid;
}
.cate3 .contents.news_list .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: center;
    align-items: flex-start;
	flex-direction: row;
	gap: 20px;
}

.cate3 .contents.news_list .webgene-blog .webgene-item{
	width: calc(100% / 3 - 60px / 3);
}

.cate3 .square-img{
    position: relative;
    overflow: hidden;
}
body.on .cate3 .square-img img{
    display: block;
    width: 100%;
    height: auto;
}
.cate3 .square-img::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.27);
    z-index: 1;
}
.cate3 .square-img::before{
    content: "";
    position: absolute;
    inset: 18px;  
    border: 1px solid #fff;
    z-index: 2;
    pointer-events: none;
}
.cate3 .square-img .cap{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    gap: 10px;
    padding: 30px;          
}
.cate3 .square-img .cap .title{
	text-align: right;
} 
.cate3 .square-img .cap_b{
    position: absolute;
    bottom: 25px; 
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
}

.cate4 .box_wrap{
	gap: 100px;
}
.cate4 .box_wrap .leftbox{
	width: calc(50% - 50px);
}
.cate4 .box_wrap .box-item .bottombox{
	gap: 20px;
	align-items: flex-start;
}
.cate4 .box_wrap .box-item .bottombox .imgbox {
	width: 20%;
	flex: 0 0 20%;
}
.cate4 .box_wrap .box-item .bottombox .txtbox {
	flex: 1;
}
.cate4 .box_wrap .box-item .bottombox .imgbox img{
	border-radius: 200px;
}
.cate4 .box_wrap .rightbox{
	width: calc(50% - 50px);
}
.cate4 .box_wrap .rightbox .boxitem_wrap{
	gap: 20px;
}
.cate4 .box_wrap .rightbox .boxitem_wrap .box-item{
	width: calc(50% - 10px);
}
.cate4 .box_wrap .rightbox .topbox{
	margin-right: auto;
}
.cate4 .box_wrap .rightbox .topbox .title-style1{
	align-items: flex-start;
}
.cate4 .title-style1 .en_title span{
    display: inline-block;
    padding-left: 60px; 
}

.cate5 .box_wrap{
	gap: 20px;
	flex-wrap: wrap;
}
.cate5 .box_wrap .box-item{
	width: calc((100% - 80px)/5);
	height: 100px;
	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;
	overflow: hidden;
}
.cate5 .box_wrap .box-item img{
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
	.cate2 .topbox,
	.cate3 .topbox{
		flex-direction: column;
	}
	.cate2 .topbox .titlebox,
	.cate3 .topbox .titlebox{
		width: 100%;
	}
	.cate2 .topbox > p,
	.cate3 .topbox > p{
		width: 100%;
		margin-top: 30px;
	}
	.cate2 .topbox .line,
	.cate3 .topbox .line{
		display: none;
	}
	.cate3 .contents.news_list .webgene-blog .webgene-item{
		width: calc(100% / 2 - 60px / 2);
	}
	.cate4 .box_wrap{
        display: grid;
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cate4 .box_wrap .rightbox{
        display: contents; 
    }
    .cate4 .box_wrap .rightbox .topbox{
        order: 1;
    }
    .cate4 .box_wrap .leftbox{
        order: 2;
		max-width: 60%;
		margin: 0 auto;
    }
    .cate4 .box_wrap .rightbox .boxitem_wrap{
        order: 3;
    }
    .cate4 .box_wrap .rightbox .more_a{
        order: 4;
        justify-content: flex-start;
    }
    .cate4 .box_wrap .leftbox,
    .cate4 .box_wrap .rightbox .topbox,
    .cate4 .box_wrap .rightbox .boxitem_wrap{
        width: 100%;
    }
	.cate5 .box_wrap .box-item{
		width: calc((100% - 60px)/4);
	}
	.cate5 .box_wrap .box-item{
		height: 90px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .bottombox{
		flex-direction: column-reverse;
	}
	.cate1 .bottombox .leftbox{
		width: 100%;
		gap: 30px;
		align-items: flex-start;
	}
	.cate1 .bottombox .rightbox{
		width: 60%;
	}
	.cate1 .bottombox {
		gap: 0px;
	}
	.cate2 .box_wrap .boxitem{
		width: calc(100% / 3 - 60px / 3);
	}
	.cate3 .box_wrap .boxitem .default_title{
		font-size: 38px;
	}
    .cate4 .box_wrap .rightbox .boxitem_wrap {
        margin-bottom: 0;
		margin-top: 0;
    }
    .cate4 .more_a {
        margin: 0 auto;
    }
	.cate5 .box_wrap .box-item{
		width: calc((100% - 40px)/3);
	}
	.cate2 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 60px / 2);
	}
	.cate5 .box_wrap .box-item{
		height: 80px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .bottombox .rightbox{
		width: 100%;
	}
	.cate1 .bottombox {
		gap: 20px;
	}

	.cate3 .contents.news_list .webgene-blog .webgene-item{
		width: 80%;
	}
	.cate5 .box_wrap .box-item{
		width: calc((100% - 20px)/2);
	}
	.cate5 .box_wrap .box-item {
		height: 80px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv{
		min-height: 500px;
	}
	.fv .img-box > div{
		width: 100%;
		height: 50vh;
	}
	.fv .txtbox {
		gap: 10px;
	}
	.cate1 .bottombox .rightbox{
		margin-top: -60px;
	}
	.cate1 .bottombox .rightbox img:nth-of-type(2){
		padding-top: 50px;
	}
	.cate2 .contents .webgene-blog .webgene-item{
		width: 80%;
	}
    .cate3 .contents.news_list .webgene-blog .webgene-item {
        width: 100%;
    }
	.cate4 .title-style1 .en_title span {
		padding-left: 30px;
	}
    .cate4 .box_wrap .leftbox {
        max-width: 100%;
    }
	.cate4 .box_wrap .rightbox .boxitem_wrap .box-item {
		width: 100%;
	}
	.cate4 .box_wrap .box-item .bottombox {
		gap: 10px;
	}
    .cate4 .box_wrap {
        gap: 20px;
    }
	.cate5 .box_wrap .box-item{
		height: 50px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

