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


.fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	padding: 100px 50px 80px;
	align-items: flex-end;
	justify-content: center;
}
body.gjs-dashed .fv{
	height: auto;
}
.fv .swiper{
	z-index: 1;
	position: relative;
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
body:not(.gjs-dashed) .fv .swiper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height:100vh;
	padding: 100px 50px 80px;
}
body:not(.gjs-dashed) .fv .swiper-wrapper{
	overflow: hidden;
	border-radius: 20px;
}
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: relative;
	width: 90%;
	z-index: 99;
	padding: 50px;
	align-items: flex-start;
	gap: 20px;
}
body:not(.gjs-dashed) .fv .txtbox{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}
body:not(.gjs-dashed) .fv .txtbox h1,body:not(.gjs-dashed) .fv .txtbox p{
	color: #fff;
}

.fv .fv_menu{
	width: 100%;
	justify-content:flex-end;
	gap: 20px;
}
.fv .fv_menu a{
}

.section01 {
	padding: 5%;
	background-color: #fff;
	max-width: 1440px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section01 .contents .leftbox{
	width: 30%;
}
.section01 .contents .leftbox .more{
	justify-content: flex-start;
}
.section01 .contents .leftbox .title_item1{
	align-items: flex-start;
}
.section01 .contents .rightbox{
	width: 60%;
}
.section01 .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type){
	margin-bottom: 30px;
}
.section01 .contents .rightbox .webgene-blog .webgene-item{
	width: 100%;
}
.section01 .contents .rightbox .webgene-blog .webgene-item a{
	max-width: 100%;
}
.section01 .contents .rightbox .webgene-blog .webgene-item a h3{
	width: 100%;
}
.section01 .contents .rightbox .webgene-blog .webgene-item a .item{
	gap: 15px;
}
.section01 .contents .rightbox .webgene-blog .webgene-item a .item .cate{
	background-color: #E8417E;
	color: #fff;
	border-radius: 200px;
	padding: 3px 12px;
}

.section02{
	justify-content: space-between;
}
.section02 .txtbox{
	width: 40%;
	align-items: flex-start;
	gap: 30px;
}
.section02 .imgbox{
	width: 25%;
	align-items: flex-end;
}
.section02 .imgbox1 img:nth-of-type(1){
	width: 70%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.section02 .imgbox1 img:nth-of-type(2){
	width: 50%;
	margin-left: 50%;
	transform: translateY(-30px);
}
.section02 .imgbox1 img:nth-of-type(3){
	width: 40%;
	margin-left: 5%;
}
.section02 .imgbox1 img:nth-of-type(4){
	width: 35%;
	margin-left: 10%;
	border-radius: 0;
	margin-bottom: 10%;
}
.section02 .imgbox2 img:nth-of-type(1){
	width: 50%;
	margin-left: 10%;
	margin-right: 10%;
}
.section02 .imgbox2 img:nth-of-type(2){
	width: 40%;
	border-radius: 0;
}
.section02 .imgbox2 img:nth-of-type(3){
	width: 55%;
	margin-left: 5%;
	transform: translateY(-30px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.section02 .imgbox2 img:nth-of-type(4){
	width: 60%;
}
.section02 .imgbox2 img:nth-of-type(5){
	width: 25%;
	border-radius: 0;
	margin-top: 15px;
	margin-bottom: 15%;
	margin-left: 3%;
}

.section03 .contents{
	background-color: #fff;
}
.section03 .contents .boxwrap .box{
	border-radius: 40px;
	overflow: hidden;
	align-items: stretch;
	margin-bottom: 50px;
}
.section03 .contents .boxwrap .box:not(:last-of-type){
}
.section03 .contents .boxwrap .box:nth-of-type(1){
	background-color: #F2FAED;
}
.section03 .contents .boxwrap .box:nth-of-type(2){
	background-color: #FFF5E5;
	flex-direction: row-reverse;
}
.section03 .contents .boxwrap .box:nth-of-type(3){
	background-color: #FDEBF2;
}
.section03 .contents .boxwrap .box:nth-of-type(1) .imgbox p{
	color: #63C326;
	background-image: radial-gradient(circle, #63C326 1px, transparent 1px);
}
.section03 .contents .boxwrap .box:nth-of-type(2) .imgbox p{
	color: #F79800;
	background-image: radial-gradient(circle, #F79800 1px, transparent 1px);
}
.section03 .contents .boxwrap .box:nth-of-type(3) .imgbox p{
	color: #E8417E;
	background-image: radial-gradient(circle, #E8417E 1px, transparent 1px);
}
.section03 .contents .boxwrap .box > div{
	width: 50%;
	position: relative;
}
.section03 .contents .boxwrap .box .imgbox p{
	position: absolute;
	left: 40px;
	bottom: 40px;
	font-size: clamp(26px,4.0vw,40px);
	font-weight: 700;
	font-family: "Jost", "Noto Sans", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	display: inline;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
	letter-spacing: 0.1rem;
	line-height: 1.2;
}
.section03 .contents .boxwrap .box:nth-of-type(2) .imgbox p{
	left: auto;
	right: 40px;
}
.section03 .contents .boxwrap .box .txtbox{
	padding: 5%;
	gap: 30px;
}
.section03 .contents .boxwrap .box .txtbox .en_title1{
	line-height: 1;
}
.section03 .contents .boxwrap .box .txtbox img{
	width: 110px;
}
.section03 .contents .boxwrap .box .txtbox .title h3{
	position: relative;
	padding: 0 20px;
}
.section03 .contents .boxwrap .box .txtbox .title h3::before,.section03 .contents .boxwrap .box .txtbox .title h3::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #6B4726;
	transform: translateY(-50%);
}
.section03 .contents .boxwrap .box .txtbox .title h3::before{
	left: 0;
}
.section03 .contents .boxwrap .box .txtbox .title h3::after{
	right: 0;
}

body.gjs-dashed{}
body:not(.gjs-dashed){}

body:not(.gjs-dashed) .section04{
	position: relative;
}
body:not(.gjs-dashed) .section04 .txtbox{
	color: #fff;
}
.main-wrap .section04 > div{position: relative;z-index: 3;}
body:not(.gjs-dashed) .section04 .bgimg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body:not(.gjs-dashed) .section04 .bgimg > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}
body:not(.gjs-dashed) .section04.on.active .bgimg > div{
	animation-name: section04bgimg;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 1.0s;
}
@keyframes section04bgimg {
  0% {
	-ms-filter: blur(0px);
	filter: blur(0px);
  }
  100% {
	-ms-filter: blur(10px);
	filter: blur(10px);
  }
}
body:not(.gjs-dashed) .section04 .bgimg::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #654F3B;
	mix-blend-mode: multiply;
	opacity: 0.5;
}

body:not(.gjs-dashed) .main-wrap .section04 .imgbox1,body:not(.gjs-dashed) .main-wrap .section04 .imgbox2{
	position: absolute;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 3px solid #fff;
}
body:not(.gjs-dashed) .main-wrap .section04 .imgbox1{
	width: 25%;
	left: 5%;
	top: 0;
	transform: translateY(-50px);
}
body:not(.gjs-dashed) .main-wrap .section04 .imgbox2{
	width: 15%;
	right: 5%;
	top: 10%;
}

.section04 .imgbox3{
	position: absolute;
	width: 15%;
	bottom: 100%;
	right: 5%;
	transform: translateY(20px);
}

body:not(.gjs-dashed) .main-wrap .section04 .sctxt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	max-height: 180px;
	z-index: 2;
	overflow: hidden;
}
body:not(.gjs-dashed) .main-wrap .section04 .sctxt > div{
	position: absolute;
	width: 30000px;
	height: 150px;
	animation: txt_sc 500s linear infinite;
	background-position: center left;
	background-size: auto 100%;
	background-repeat: space;
	left: 0;
	bottom: 0;
}
body:not(.gjs-dashed) .section04 .sctxt > div{
}

.section04 .txtbox h2{
	display: inline;
	background-image: radial-gradient(circle, #fff 1px, transparent 1px);
	background-size: 6px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
}

@keyframes txt_sc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

body.gjs-dashed{}
body:not(.gjs-dashed) .section05{}
.section05 .boxwrap{
	gap: 50px;
}
.section05 .boxwrap a{
	width: calc(100% / 3 - 100px / 3);
	gap: 15px;
}
.section05 .boxwrap a > p{
	padding: 6px 20px;
	border-radius: 200px;
	background-color: #fff;
	border: 2px solid #6B4726;
	color: #6B4726;
	position: relative;
	z-index: 2;
}
.section05 .boxwrap a > div{
	position: relative;
	z-index: 2;
}
body:not(.gjs-dashed) .section05 .boxwrap a{
	aspect-ratio: 1 / 1;
	position: relative;
}
body:not(.gjs-dashed) .section05 .boxwrap a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #363636;
	mix-blend-mode: multiply;
	opacity: 0.6;
	z-index: 1;
}
body.gjs-dashed .section05 .boxwrap a{
	background-color: #6B4726;
}
@media (orientation: portrait){
	body:not(.gjs-dashed) .fv .swiper{
		position: relative;
		height: auto;
		aspect-ratio: 1.4 / 1;
		padding: 0;
	}
	.fv{
		height: auto;
	}
	.fv .txtbox{
		position: absolute;
		top: 20%;
		left: 5%;
	}
	.fv .txtbox{}
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 .contents{
		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: column;
		text-align: center;
	}
	.section01 .contents .leftbox{
		width: 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: column;
	}
	.section01 .contents .leftbox .more{display: none;}
	.section01 .contents .rightbox{
		width: auto;
		max-width: 100%;
	}
.section01 .contents .leftbox .title_item1{
	align-items: center;
}
	body:not(.gjs-dashed) .main-wrap .section04 .imgbox2{
		width: 20%;
	}
	.section05 .boxwrap{
		gap: 30px;
	}
	.section05 .boxwrap a{
		width: calc(100% / 3 - 60px / 3);
		gap: 15px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .txtbox{
		top: 15%;
	}
	.fv .txtbox .logo{
		width: 50%;
	}
	.fv .fv_menu a{
		width: 25%;
	}
	.fv .txtbox{
		width: 100%;
		position: relative;
		padding: 0;
		left: 0;
		padding-top: 30px;
		gap: 20px;
	}
	.fv .txtbox h1{
		font-size: 18px;
	}
	body:not(.gjs-dashed) .fv .txtbox h1, body:not(.gjs-dashed) .fv .txtbox p{
		color: #333;
	}
	.fv .txtbox .logo{
		margin-bottom: 0;
		filter: contrast(0.2);
	}
	.fv .fv_menu{
		gap: 15px;
	}
	.fv .fv_menu a{
		width: calc(100% / 3 - 30px / 3);
	}
	
	.section03 .contents .boxwrap .box .txtbox{
		gap: 20px;
		width: 90%;
	}
	.section03 .contents .boxwrap .box .txtbox img{
		width: 100px;
	}
	.section03 .contents .boxwrap .box .imgbox{
		width: 100%;
		aspect-ratio: 2 / 1;
	}
	body:not(.gjs-dashed) .main-wrap .section04 .sctxt > div{
		height: 120px;
	}
	.section05 .boxwrap{
		gap: 20px;
	}
	.section05 .boxwrap a{
		width: calc(100% / 3 - 40px / 3);
		gap: 15px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv{
		padding: 40px 20px 40px;
	}
	.section01 .contents .rightbox .webgene-blog .webgene-item a .item{
		gap: 10px;
	}
	.section01 .contents .rightbox .webgene-blog .webgene-item a .item .cate{
		padding: 2px 10px;
	}
	.section02 {
		gap: 30px;
	}	
	.section02 .imgbox{
		width: 100%;
	}
	.section02 .txtbox{
		width: 100%;
		padding: 30px 20px;
		gap: 20px;
	}
	.section02 .imgbox1 img:nth-of-type(1){
		width: 30%;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		order: 1;
	}
	.section02 .imgbox1 img:nth-of-type(2){
		width: 30%;
		margin-left: 0;
		transform: translate(-15px,10px);
		order: 2;
	}
	.section02 .imgbox1 img:nth-of-type(3){
		width: 20%;
		margin-left: 0;
		order: 4;
		position: relative;
		z-index: 1;
		transform: translate(-10px,10px);
	}
	.section02 .imgbox1 img:nth-of-type(4){
		width: 20%;
		margin-left: 0;
		border-radius: 0;
		margin-bottom: 0;
		order: 3;
		position: relative;
		z-index: 2;
	}
	.section02 .imgbox2 img:nth-of-type(1){
		width: 30%;
		margin-left: 0;
		margin-right: 0;
		order: 1;
		transform: translate(10px,10px);
	}
	.section02 .imgbox2 img:nth-of-type(2){
		width: 30%;
		border-radius: 0;
		order: 2;
		position: relative;
		z-index: 2;
	}
	.section02 .imgbox2 img:nth-of-type(3){
		width: 40%;
		margin-left: 0;
		transform: translateY(-15px);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		order: 3;
	}
	.section02 .imgbox2 img:nth-of-type(4){
		width:40%;
		order: 5;
	}
	.section02 .imgbox2 img:nth-of-type(5){
		width: 15%;
		border-radius: 0;
		margin-top: 25px;
		margin-bottom: 5%;
		margin-right: 15px;
		order: 4;
	}
	
	.section03 .contents .boxwrap .box{
		border-radius: 20px;
		margin-bottom: 40px;
	}
	.section03 .contents .boxwrap .box .txtbox{
		gap: 20px;
		width: 100%;
		padding: 20px;
	}
	.section03 .contents .boxwrap .box .txtbox img{
		width: 90px;
	}
	.section03 .contents .boxwrap .box .imgbox{
		width: 100%;
		aspect-ratio: 1.5 / 1;
	}
	body:not(.gjs-dashed) .section04 .txtbox{
		padding-top: 15%;
	}
	body:not(.gjs-dashed) .main-wrap .section04 .imgbox1{
		width: 35%;
	}
	body:not(.gjs-dashed) .main-wrap .section04 .imgbox2{
		width: 27%;
		right: 2%;
		top: 3%;
	}
	.section04 .imgbox3{
		width: 25%;
	}
	.section05 .boxwrap{
		gap: 10px;
	}
	.section05 .boxwrap a{
		width: calc(100% / 2 - 10px / 2);
		gap: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

