@charset "utf-8";
/* CSS Document */
body.on .fv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.fv .fv_icon{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	z-index: 5;
}
.fv .fv_icon img{
	mix-blend-mode: multiply;
	opacity: 0.4;
}
.fv .img-box{
	position: relative;
	z-index: 1;
}
body:not(.gjs-dashed) .fv::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #fff5f7;
	background: linear-gradient(90deg, rgba(255, 245, 247, 0) 0%, rgba(255, 250, 250, 1) 100%);
}
.fv .swiper{
	z-index: 2;
	position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.on .fv .swiper-slide{
	width: 100%!important;
	height:100vh;
}
body.on .fv .swiper-slide .swiper-img{
	width: 100%!important;
	height:100vh;
	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.on .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

.fv .txtbox h1{
	font-family: "Zen Old Mincho",  sans-serif;
	color: #756A6E;
}
.fv .txtbox p{
	font-family: "Jost",  sans-serif;
	color: #9B9497;
}
.fv .txtbox{
	flex-direction: column;
	color: #fff;
	position: absolute;
	bottom: 20%;
	right: 5%;
	z-index: 9;
	align-items: flex-end;
}
.fv .txtbox .logobox{
	gap: 70px;
}
.fv .txtbox .logobox .logo{
	width: 260px;
}
.fv .txtbox .badgebox{
	width: 170px;
}
/* ---------- cate1 ---------- */
.cate1{
	position: relative;
	background: #F9F9F9;
	z-index: 1;
}
.cate1::after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 220px; 
	background: #F9F9F9;
	z-index: -1;
}
.newstop_b {
	gap: 60px;
	margin: 0 auto;
	margin: 0 auto;
	align-items: stretch;
}
.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: none;
}
.newstop_b .webgene-blog .webgene-item a .catelabel {
    border: none;
    border-radius: 0px;
}
.newstop_b .webgene-blog .webgene-item a .date,
.newstop_b .webgene-blog .webgene-item a .cate_txt,
.newstop_b .webgene-blog .webgene-item a h2{
    color: #808080;
}
.newstop_b .webgene-blog .webgene-item a .date {
    width: 120px;
}
.newstop_b .titlebox{
	align-self: stretch;       
	justify-content: flex-end;
	align-items: flex-start;   
	text-align: right;
}
.newstop_b .titlebox p{
	color: #808080;
}
.newstop_b .more {
	align-self: stretch;       
	justify-content: flex-start; 
	align-items: flex-end;    
}
/* ---------- cate2 ---------- */
.cate2{
	position: relative;
	z-index: 2;
	justify-content: space-between;
	align-items: flex-start;
	gap: 3%;
	width: 100%;
	padding-left: 80px;
	box-sizing: border-box;
}
.cate2 img{
	display: block;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.cate2 .leftbox{
	width: 38%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.cate2 .leftbox .img1{
	width: 90%;
}
.cate2 .leftbox .img2{
	width: 62%;
	margin-top: 8vw;
	margin-left: 18%;
}
.cate2 .centerbox{
	width: 18%;
	padding-top: 16vw;
}
.cate2 .centerbox img{
	width: 100%;
}
.cate2 .rightbox{
	width: 38%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.cate2 .rightbox .img1{
	width: 70%;
}
.cate2 .rightbox .img2{
	width: 85%;
	margin-top: 4vw;
	margin-left: auto;
	margin-right: 0;
}
/* ---------- cate3 ---------- */
.cate3 .txtbox_wrap1{
	gap: 90px;
	align-items: stretch;
}
.cate3 .txtbox_wrap1 .more{
	gap: 90px;
	align-self: stretch;
	align-items: flex-end;
}
/* ---------- cate4 ---------- */
.cate4{
	position: relative;
	z-index: 2;
}
.cate4 .box_wrap .imgbox{
	width: 70%;
}
.cate4 .box_wrap .txtbox_wrap1{
	width: 30%;
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
}
/* ---------- cate5 ---------- */
.cate5{
	position: relative;
	z-index: 1;
	background: #F9F9F9;
}
/*
.cate5::before{
	content: "";
	position: absolute;
	left: 0;
	top: -120px; 
	width: 100%;
	height: 120px;
	background: #F9F9F9;
	z-index: -1;
}
*/
.cate5 .box_wrap{
	gap: 60px;
	max-width: 1000px;
	margin: 0 auto;
}
.cate5 .box_wrap .imgbox{
	width: calc(50% - 30px);
	border: #E0AAC3 1px solid;
	padding: 10px;
}
.cate5 .box_wrap .txtbox_wrap1{
	width: calc(50% - 30px);
	flex-direction: column;
	align-items: flex-start;
	gap: 60px;
}
/* ---------- .cate6 ---------- */
.cate6 .box_wrap{
	border-bottom: #E2DCE0 1px solid;
	padding-bottom: 40px;
	border-top: #E2DCE0 1px solid;
	padding-top: 40px;
	align-items: stretch;
	
}
.cate6 .box_wrap .line{
	width: 1px;
	height: auto;
	background: #E2DCE0;
	flex-shrink: 0;
	margin: 10px 40px;
}
.cate6 .box_wrap .box-item{ 
	width: calc((100% - 81px) / 2);
	box-sizing: border-box;
	flex-direction: column;
	gap: 50px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: auto;
}
.cate6 .box_wrap .box-item .txtbox{
	gap: 40px;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.cate6 .box_wrap .box-item .txtbox .leftbox{
	flex-direction: column;
	gap: 50px;
	flex-shrink: 0;
}
.cate6 .box_wrap .box-item .txtbox .rightbox{
	flex: 1;        
	min-width: 0;    
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.fv .txtbox .logobox .logo{
		width: 200px;
	}
	.fv .txtbox .badgebox{
		width: 130px;
	}
	.cate4 .box_wrap {
		flex-direction: column;
		gap: 50px;
	}
	.cate4 .box_wrap .imgbox {
		width: 100%;
	}
	.cate4 .box_wrap .txtbox_wrap1 {
		width: 100%;
	}
	.cate4 .txtbox_wrap1 .more {
		align-self: stretch;
		align-items: flex-end;
	}
	.cate6 .box_wrap {
		flex-direction: column;
		gap: 50px;
	}
	.cate6 .box_wrap .box-item{ 
		width: 100%;
		padding-left: 0px;
        padding-right: 0px;
	}
	.cate6 .box_wrap .line{
		width: 100%;
		height: 1px;
		margin: 0;
		background: #E2DCE0;
	}
	.cate6 .box_wrap .box-item .imgbox{ 
		width: 60%;
	}
	.cate6 .box_wrap .box-item .txtbox .rightbox {
		justify-content: flex-start;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.newstop_b .more {
		width: 100%;
		justify-content: center;
        align-items: center;
	}
	.newstop_b {
		gap: 40px;
	}
	.cate2{
		gap: 2.5%;
		padding: 6vw 3vw;
	}

	.cate2 .centerbox{
		padding-top: 12vw;
	}
	.cate3 .txtbox_wrap1 {
		flex-direction: column;
		gap: 40px;
	}
	.cate4 .box_wrap .txtbox_wrap1 {
		gap: 40px;
	}
	.cate5 .box_wrap .txtbox_wrap1 {
		gap: 40px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .txtbox .logobox .logo{
		width: 160px;
	}
	.fv .txtbox .badgebox{
		width: 100px;
	}
	.fv .txtbox .logobox {
		gap:40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.fv .txtbox {
		flex-direction: column;
		right: 50%;
		transform: translateX(50%);
		align-items: center;
		justify-content: center;
		gap: 20px;
		padding: 20px;
		width: 100%;
		text-align: center;
	}
  /*
	.fv .txtbox p,
	.fv .txtbox h1{
		color: #fff;
	}
  */
	.fv .txtbox .logobox .logo{
		width: 120px;
	}
	.fv .txtbox .badgebox{
		width: 90px;
	}
	.cate2 {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
	}
	.cate2 .leftbox{
		flex-direction: row;
		align-items: flex-start;
		width: 100%;
	}
	.cate2 .rightbox{
		flex-direction: row;
		align-items: flex-start;
		justify-content: flex-start;
		width: 100%;
	}
	.cate2 .leftbox .img1 {
		width: 50%;
	}
	.cate2 .leftbox .img2 {
		width: 30%;
		margin-top: 8vw;
		margin-left: 5%;
	}
	.cate2 .centerbox {
		width: 40%;
		padding-top: 5vw;
		margin: 0 auto;
	}
	.cate2 .centerbox img{
		width: 100%;
		display: block;
	}
	.cate2 .rightbox .img1 {
		width: 40%;
		margin-right: 5%;
	}
	.cate2 .rightbox .img2 {
		width: 40%;
		margin-top: 10vw;
		margin-left: auto;
		margin-right: 0;
		display: block;
	}
	.cate5 .box_wrap {
		gap: 40px;
		flex-direction: column;
	}
	.cate5 .box_wrap .imgbox {
		width: 60%;
	}
	.cate5 .box_wrap .txtbox_wrap1 {
		width: 100%;
	}
	.cate5 .txtbox_wrap1 .more {
		align-self: stretch;
		align-items: flex-end;
	}
	.cate6 .box_wrap .box-item .txtbox {
		flex-direction: column;
	}
	.cate6 .box_wrap .box-item .txtbox .leftbox {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		gap:20px;
	}
    .cate6 .box_wrap .box-item .imgbox {
        width: 100%;
    }

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .txtbox .logobox{
		gap: 30px;
	}
	.newstop_b .webgene-blog .webgene-item a .date {
		width: 100px;
	}
	.newstop_b .webgene-blog .webgene-item a .cate_txt {
		width: 80px;
	}
    .newstop_b {
        gap: 30px;
    }
	.cate4 .box_wrap .txtbox_wrap1 {
		gap: 30px;
	}
	.cate5 .box_wrap .txtbox_wrap1 {
		gap: 30px;
	}
    .cate6 .box_wrap .box-item {
        gap: 30px;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

