@charset "utf-8";
/* CSS Document */
body{
	background: #DFF9EF;
	background-color: #DFF9EF;
}
.fv{
	align-items: stretch;
}
.fv a{
	width: 50%;
	height: 100vh;
	padding: 3% 5%;
	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: flex-end;
	flex-direction: row;
}

.main-wrap .section01{
	position: relative;
	padding-right: 0;
	justify-content: space-between;
}
.main-wrap .section01::after{
	content: "";
	position: absolute;
	width: 40vw;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	bottom: 10%;
	left: 10%;
	background: #EBF5C1;
	background: radial-gradient(circle, rgba(235, 245, 193, 1) 0%, rgba(235, 245, 193, 0) 80%);
	z-index: 1;
}
.main-wrap .section01 > div{
	position: relative;
	z-index: 3;
	width: 45%;
}
.main-wrap .section01 .leftbox .font-eb{
	font-size: clamp(28px,6.4vw,80px);
	letter-spacing: 1rem;
}
.main-wrap .section01 .rightbox{
	position: relative;
}
.main-wrap .section01 .rightbox > img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	transform: translate(-40%,40%);
}
.main-wrap .section01 .bottombox{
	width: 30%;
}

.main-wrap .section02 .boxwrap > a{
	border-radius: 10px;
	background-color: #fff;
	padding: 50px;
	transition: ease 0.3s;
}
.main-wrap .section02 .boxwrap > a:hover{
	background-color: rgba(255,255,255,0.50);
}
.main-wrap .section02 .boxwrap > a:not(:last-of-type){
	margin-bottom: 40px;
}
.main-wrap .section02 .boxwrap .box{
}
.main-wrap .section02 .boxwrap .box .imgbox{
	width: 40%;
}
.main-wrap .section02 .boxwrap .box .txtbox{
	width: calc(60% - 48px);
	padding-left: 50px;
	padding-right: 20px;
}
.main-wrap .section02 .boxwrap .box2 .txtbox{
	width: calc(100% - 48px);
	padding-left: 0;
	padding-right: 20px;
}

.main-wrap .section03 .tag_list{
	gap: 15px;
}
.main-wrap .section03 .tag_list p{
	padding: 15px 30px;
	background-color: #fff;
	border-radius: 200px;
	min-width: 180px;
	text-align: center;
}

.main-wrap .brand_list .webgene-blog{
	justify-content: center;
}

.main-wrap .section05{
	background-color: #EBF5C1;
}
.main-wrap .section05 .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: flex-start;
	flex-direction: row;
	gap: 30px 50px;
}
.main-wrap .section05 .webgene-blog .webgene-item{
	width: calc(50% - 50px / 2);
}
.main-wrap .section05 .webgene-blog .webgene-item a .imgbox{
	width: 180px;
}
.main-wrap .section05 .webgene-blog .webgene-item a .txtbox{
	width: calc(100% - 180px);
	padding-left: 30px;
}
.main-wrap .section05 .webgene-blog .webgene-item p{
	color: #666666;
}
.main-wrap .section05 .webgene-blog .webgene-item .cate-txt{
	padding: 3px 15px;
	border-radius: 100px;
	border: 1px solid #666666;
}
.main-wrap .section06 .txtbox .linkbox{
	max-width: 300px;
}
.main-wrap .section06 .txtbox .linkbox a{
	position: relative;
	display: block;
	padding: 10px 0;
	padding-right: 50px;
	border-bottom: 1px solid #ADAAAA;
}
.main-wrap .section06 .txtbox .linkbox a:not(:last-of-type){
	margin-bottom: 20px;
}
.main-wrap .section06 .txtbox .linkbox a::after{
	content: "";
	position: absolute;
	width: 20px;
	aspect-ratio: 4 / 1;
	background-image: url("https://s-1014774.smooooth.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-size: 100% auto;
	top: 50%;
	right: 20px;
	transform:translate(0,-50%);
	transition: ease 0.3s;
}
.main-wrap .section06 .txtbox .linkbox a:hover::after{
	transform:translate(3px,-50%);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.fv a{
		width: 100%;
		height: 50vh;
		padding: 3% 5% 10%;
		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-end;
		flex-direction: row;
		background-color: #fff;
	}
	.main-wrap .section01 .bottombox{
		width: 30%;
		padding-top: 40px;
	}
	
	.main-wrap .section05 .webgene-blog{
		gap: 30px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item{
		width: calc(50% - 30px / 2);
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .imgbox{
		width: 150px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 150px);
		padding-left: 20px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .section01 .leftbox .font-eb{
		font-size: clamp(28px,6vw,80px);
		letter-spacing: 0.5rem;
	}
	.main-wrap .section02 .boxwrap > a{
		padding: 40px;
	}
	.main-wrap .section02 .boxwrap .box .txtbox{
		width: calc(60% - 40px);
		padding-left: 40px;
		padding-right: 20px;
	}
	.main-wrap .section02 .boxwrap .box2 .txtbox{
		width: calc(100% - 40px);
		padding-left: 0;
		padding-right: 20px;
	}
	.main-wrap .section06 .txtbox .linkbox{
		max-width: 100%;
	}
	.main-wrap .section06 .txtbox .linkbox a:not(:last-of-type){
		margin-bottom: 0px;
	}
	
	.main-wrap .section05 .webgene-blog{
		gap: 20px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item{
		width: 100%;
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .imgbox{
		width: 180px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 180px);
		padding-left: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.main-wrap .section01 .leftbox{
		width: 50%;
	}
	.main-wrap .section01 .rightbox{
		width: 40%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv .arrow_link .en_title2{font-size: 24px;}
	.main-wrap .section01{
		display: block;
	}
	.main-wrap .section01::after{
		width: 70vw;
	}
	.main-wrap .section01 .leftbox{
		width: 100%;
		padding-right: 20px;
	}
	.main-wrap .section01 .rightbox{
		width: 80%;
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 50px;
	}
	.main-wrap .section01 .bottombox{
		width: 60%;
		padding-top: 40px;
		margin-left: 10%;
	}
	.main-wrap .section02 .boxwrap > a:not(:last-of-type){
		margin-bottom: 20px;
	}
	.main-wrap .section02 .boxwrap .box,.main-wrap .section02 .boxwrap .box2{
		padding: 20px;
		position: relative;
		gap: 20px;
	}
	.main-wrap .section02 .boxwrap .box .imgbox{
		width: 100%;
	}
	.main-wrap .section02 .boxwrap .box .txtbox,.main-wrap .section02 .boxwrap .box2 .txtbox{
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.main-wrap .section03 .tag_list{
		gap: 10px;
	}
	.main-wrap .section03 .tag_list p{
		padding: 10px 20px;
		min-width: 140px;
	}
	.main-wrap .section06 .txtbox .linkbox a{
		padding: 8px 0px;
		padding-right: 30px;
	}
	.main-wrap .section06 .txtbox .linkbox a::after{
		width: 16px;
		right: 5px;
	}
	.main-wrap .section05 .webgene-blog{
		gap: 15px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .imgbox{
		width: 100px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 100px);
		padding-left: 15px;
	}
	.main-wrap .section05 .webgene-blog .webgene-item .cate-txt{
		padding: 3px 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

