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

/* ----- ページごとメニュースタイル ----- */
.header .head_nav > .ul > .li:nth-of-type(1) .en{
	background-color: #EF8200;
	color: #fff;
}
.header .head_nav > .ul > .li:nth-of-type(1) > a:hover > .jp{
	opacity: 0;
	top: 50%;
}
.main-wrap,.footer,.footer_contact{position: relative;z-index: 5;background-color: #fff;}
.main-wrap .swiper-slide{opacity: 1!important;}
.top_title1{
	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;
	gap: 10px;
	flex-direction: column;
}
.top_title1 .en_title{
	font-family: "Jersey 25", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;	
	font-weight: 400;
	font-size: clamp(46px,9.0vw,120px);
	letter-spacing: 0;
	line-height: 1;
}
.top_title1 .jp_title{
	font-family: "DotGothic16", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 600;
	font-size: clamp(12px,1.8vw,20px);
}
.fv_wrap{
	background-color: #007C5E;
	padding-top: 100vh;
}
.fv_wrap .fv{
	position: fixed;
	width: 100%;
	height: auto;
	max-width: 1920px;
	max-height: 100vh;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	transition: ease 0.8s;
	-ms-filter: blur(0px);
	filter: blur(0px);
}
body:not(.on) .fv_wrap .fv{
	position: relative;
}
.fv_wrap .fv.active{
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.fv_wrap .fv > div{
	width: 100%;
}
.fv_wrap .intro{
	min-height: 100vh;
	position: relative;
	z-index: 3;
}
.fv_wrap .intro::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 100, 76, 0.5) 31%, rgba(0, 124, 94, 1) 100%);
	mix-blend-mode: multiply;
}
.fv_wrap .intro .logo{
	position: absolute;
	width: 40%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	opacity: 0.5;
	mix-blend-mode: multiply;
}
.fv_wrap .intro .txtbox{
	position: relative;
	z-index: 3;
	flex-direction: column;
	color: #fff;
}

.main-wrap .section01{
	position: relative;
}
.main-wrap .section01 .boxwrap{
	position: relative;
	z-index: 3;
	max-width: 1400px;
	margin: 0 auto;
}
.main-wrap .section01 .boxwrap .box{
	width: 50%;
	aspect-ratio: 1 / 1;
}
.main-wrap .section01 .boxwrap .box:nth-of-type(even){
	animation-delay: 0.6s;
}
body.on .main-wrap .section01 .boxwrap .box a{
	position: relative;
	transition: ease 0s;
	width: 80%;
	max-width: 540px;
	padding: 10%;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0,0,0,0.3);
	will-change: transform;
}
body.on .main-wrap .section01 .boxwrap .box a:hover{
	opacity: 1;
}
/*
@keyframes float {
	0%   { transform: translate(0, 0); }
	10%  { transform: translate(5px, -8px); }
	20%  { transform: translate(-4px, 6px); }
	30%  { transform: translate(7px, 3px); }
	40%  { transform: translate(-6px, -4px); }
	50%  { transform: translate(3px, -10px); }
	60%  { transform: translate(-8px, 5px); }
	70%  { transform: translate(6px, -6px); }
	80%  { transform: translate(-3px, 4px); }
	90%  { transform: translate(4px, -3px); }
	100% { transform: translate(0, 0); }
}
body.on .main-wrap .section01 .boxwrap .box a:hover{
	opacity: 1;
  animation-play-state: paused;
}
*/
body.on .main-wrap .section01 .boxwrap .box a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background-color: #1A1A1A;
	mix-blend-mode: multiply;
	opacity: 0.6;
	transition: ease 0.2s;
}
body.on .main-wrap .section01 .boxwrap .box a:hover::after{
	opacity: 0.3;
}
body.on .main-wrap .section01 .boxwrap .box a .bg_item{
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	transition: ease 0.6s;
	-ms-filter: blur(5px);
	filter: blur(5px);
}
body.on .main-wrap .section01 .boxwrap .box a:hover .bg_item{
	-ms-filter: blur(0px);
	filter: blur(0px);
}
body.on .main-wrap .section01 .boxwrap .box a h2,body.on .main-wrap .section01 .boxwrap .box a p{
	color: #fff;
}
.main-wrap .section01 .boxwrap .box a .txtbox{
	position: relative;
	z-index: 3;
	flex-direction: column;
	gap: 30px;
}
.main-wrap .section01 .boxwrap .box a .txtbox h2{
	font-size: clamp(20px,3.2vw,42px);
	font-weight: 700;
	line-height: 1;
}
.main-wrap .section01 .boxwrap .box a .txtbox p{
	font-size: clamp(14px,1.6vw,20px);
}
.main-wrap .section01 .boxwrap .box a .txtbox .more .icon{background: #fff;background-color: #fff;}
.main-wrap .section01 .boxwrap .box a .txtbox .more .icon i{color: #000;}


.main-wrap .section01 .bg_contents{
	overflow: hidden;
}
body.on .main-wrap .section01 .bg_contents{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.main-wrap .section01 .bg_contents .logo{
	width: 20%;
	max-width: 300px;
}
body.on .main-wrap .section01 .bg_contents .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
body.on .main-wrap .section01 .bg_contents .txt_sc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	opacity: 0.3;
}
body.on .main-wrap .section01 .bg_contents .txt_sc .scbox{
	position: relative;
	width: 100%;
	height: 20%;
	max-height: 180px;
}
body.on .main-wrap .section01 .bg_contents .txt_sc .scbox > div{
	position: absolute;
	width: 30000px;
	height: 100%;
	animation: txt_sc 500s linear infinite;
	background-position: center left;
	background-size: auto 100%;
	background-repeat: space;
	top: 0;
}
body.on .main-wrap .section01 .bg_contents .txt_sc .scbox:nth-of-type(odd) > div{
	left: 0;
}
body.on .main-wrap .section01 .bg_contents .txt_sc .scbox:nth-of-type(even) > div{
	animation: txt_sc2 500s linear infinite;
	margin-left: auto;
	margin-right: 0;
	right: 0;
}
.main-wrap .section01 .bg_contents .txt_sc .scbox img{
	width: auto;
	height: 100%;
}
@keyframes txt_sc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes txt_sc2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}


.section02{
	position: relative;
}
body.on .section02::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #005D49;
	background: radial-gradient(circle, rgba(0, 93, 73, 1) 0%, rgba(0, 124, 94, 1) 100%);
	mix-blend-mode: multiply;
}
body.on .section02 .bg_contents{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.section02 .contents{
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.section02 .contents .top_title1{
	width: 40%;
}
body.on .section02 .contents .top_title1{
	color: #fff;
}
.section02 .contents .txtbox{
	width: 60%;
	padding: clamp(30px,5%,50px);
	border-radius: 60px;
	background-color: #fff;
}

body.on .section02 .bg_contents{
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	left: 5%;
	animation-delay: 0.8s;
}
.section02 .bg_contents .slide-wrap{
	height: 100%;
	justify-content: space-between;
}
.section02 .bg_contents .slide-wrap > .slider{
	width: 31%;
	height: 100%;
}
.section02 .bg_contents .slide-wrap > .slider .slick-list{
	height: 100%!important;
	padding: 0 10px;
}
.section02 .bg_contents .slide-wrap .slick-vertical .slick-slide{
	position: relative;
	aspect-ratio: 1.6 / 1;
	margin: 10px 0;
	overflow: hidden;
	border-radius: 20px;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
body.on .section02 .bg_contents .slide-wrap .slick-vertical .slick-slide .slide_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
}
body.on .section02 .bg_contents .slide-wrap .slick-vertical .slick-slide .slide_box.bg_img_wrap2 > img{display: block!important;opacity: 0;}
body.on .section02 .bg_contents .slide-wrap .slide2{
	transform: rotate(180deg);
}
body.on .section02 .bg_contents .slide-wrap .slide2 .item{
	transform: rotate(180deg);
}


.section03{
	background: #F5911E;
	background: linear-gradient(135deg, rgba(245, 145, 30, 1) 0%, rgba(239, 130, 0, 1) 100%);
	color: #fff;
	overflow: hidden;
}
.section03 .swiper-container .swiper-wrapper .swiper-slide{
	padding: 0 15px;
}
.section03 .swiper-container .swiper-wrapper .swiper-slide .imgbox{
	aspect-ratio: 1.6 / 1;
	border-radius: 20px;
	margin-bottom: 20px;
}
.section03 .swiper-container .swiper-wrapper .swiper-slide .cate{
	font-weight: 700;
	margin-bottom: 5px;
	padding-left: 2vw;
	position: relative;
	font-weight: 400;
}
.section03 .swiper-container .swiper-wrapper .swiper-slide .cate::before{
	content: "#";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section03 .swiper-container .swiper-wrapper .swiper-slide h2{
	font-weight: 700;
}

.section04{
	position: relative;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}
.section04 .sctxt{
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 70px;
	padding: 10px 0;
}
.section04 .sctxt.toptxt{
	top: 0;
}
.section04 .sctxt.bottomtxt{
	bottom: 0;
}
body.on .section04 .sctxt > div{
	position: absolute;
	width: 30000px;
	height: 50px;
	animation: txt_sc 500s linear infinite;
	background-position: center left;
	background-size: auto 100%;
	background-repeat: space;
	top: 10px;
}
body.on .section04 .sctxt.toptxt > div{
	left: 0;
}
body.on .section04 .sctxt.bottomtxt > div{
	animation: txt_sc2 500s linear infinite;
	margin-left: auto;
	margin-right: 0;
	right: 0;
}
.section04 .sctxt img{
	width: auto;
	height: 100%;
}
.section04 .contents h2{
	font-size: clamp(22px,5.5vw,60px);
	font-weight: 900;
	text-align: center;
}
.section04 .contents .bottombox .txtbox{
	width: 70%;
}
.section04 .contents .bottombox .more{
	width: 30%;
}
.section04 .contents .topbox{
	align-items: flex-end;
}
.section04 .contents .topbox .boxwrap{
	align-items: stretch;
	width: 50%;
	gap: 12%;
}
.section04 .contents .topbox .boxwrap:first-of-type{
	justify-content: flex-start;
}
.section04 .contents .topbox .boxwrap:last-of-type{
	justify-content: flex-end;
}
.section04 .contents .topbox .boxwrap .box{
	position: relative;
	width: 30%;
}
.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
	z-index: 3;
	align-items: flex-end;
}
.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
	align-items: flex-start;
	margin-bottom: 30%;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox{
	position: relative;
}
.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
	position: absolute;
	padding: 15px 30px;
	border-radius: 300px;
	border: 3px solid #1a1a1a;
	background-color: #fff;
}
.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt p{
	font-weight: 900;
	white-space: nowrap;
}
.section04 .contents .topbox .boxwrap:first-of-type .imgbox .comment_txt{
	top: -20px;
	left: 100%;
	border-bottom-left-radius: 0;
}
.section04 .contents .topbox .boxwrap:last-of-type .imgbox .comment_txt{
	top: -20px;
	right: 100%;
	border-bottom-right-radius: 0;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox img{
	opacity:0;
	transform: translateY(-50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
body.on .section04 .contents .topbox .boxwrap .box.sc-anime.active .imgbox img{
	animation-name: freelance1;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .imgbox img{
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .imgbox img{
	animation-delay: 0.2s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .imgbox img{
	animation-delay: 0.4s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .imgbox img{
	animation-delay: 0.6s;
}
body.on .section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
	transform: scale(0);
	opacity: 0;
}
body.on .section04 .contents .topbox .boxwrap .box.sc-anime.active .imgbox .comment_txt{
	animation-name: freecomment1;
	animation-duration: 0.2s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .comment_txt{
	animation-delay: 0.9s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .comment_txt{
	animation-delay: 1.1s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .comment_txt{
	animation-delay: 1.3s;
}
body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .comment_txt{
	animation-delay: 1.5s;
}
@keyframes freelance1 {
	0% {
		opacity:0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	80% {
		opacity:1;
		transform: translateY(-20px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes freecomment1 {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	80% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


.section05{
	background: #FFFF65;
	background: linear-gradient(45deg, rgba(255, 255, 101, 1) 0%, rgba(255, 122, 0, 1) 25%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 75%, rgba(118, 56, 250, 1) 100%); 
	padding-top: clamp(40px, 8% , 80px);
	padding-bottom: clamp(40px, 8% , 80px);
}
.section05 .titlebox{
	flex-direction: column;
	color: #fff;
}
.section05 .titlebox h2{
	font-weight: 400;
}
.section05 .more .icon i{
	transform: rotate(0deg);
}
.section05 .more a:hover .icon i{
	transform: rotate(0deg) translate(2px,-2px);
}
.section05{
	overflow: hidden;
}
.section05 .swiper_a{
	overflow: inherit;
	height: auto;
}
.section05 .swiper-container .swiper-wrapper .swiper-slide{}
.section05 .swiper-container .swiper-wrapper .swiper-slide {
	opacity: 1;
	overflow: hidden;
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 40px;
	border-radius: 20px;
}
.section05 .swiper-container .swiper-wrapper .swiper-slide a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section06,.section07{
	justify-content: space-between;
}
.section06 .titlebox .top_title1 .en_title,.section07 .titlebox .top_title1 .en_title{
	font-size: clamp(46px,7.6vw,120px);
}
.section06 .contents,.section07 .contents{
	width: 75%;
	padding-left: 5%;
}
.section06 .top_title1,.section07 .top_title1{
	max-width: 25%;
}
.section06{
	background-color: #EFEFEF;
}
.section06 .contents .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;
}
.section06 .contents .webgene-blog .webgene-item{
	width: calc(100% / 3 - 60px / 3);
}
.section06 .contents .webgene-blog .webgene-item a{
	display: block;
}
.section06 .contents .webgene-blog .webgene-item a p,.section06 .contents .webgene-blog .webgene-item a h3,.section07 .contents .webgene-blog .webgene-item a p,.section07 .contents .webgene-blog .webgene-item a h3{color: #1a1a1a;}
.section06 .contents .webgene-blog .webgene-item a .imgbox{
	width: 100%;
	aspect-ratio: 1.6 / 1;
	border-radius: 20px;
	margin-bottom: 15px;
}
.section06 .contents .webgene-blog .webgene-item a .item,.section07 .contents .webgene-blog .webgene-item a .item{
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 10px;
}
.section06 .contents .webgene-blog .webgene-item a .item .date,.section07 .contents .webgene-blog .webgene-item a .item .date{
	font-family: "Jersey 25", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;	
	font-weight: 400;
	font-size: clamp(18px,1.6vw,26px);
	line-height: 1;
}

.section07 .contents .webgene-blog .webgene-item{
	padding: 20px 0;
	border-bottom: 2px solid #1A1A1A;
}
.section07 .contents .webgene-blog .webgene-item:first-of-type{
	padding-top: 0;
}
.section07 .contents .webgene-blog .webgene-item a{
	display: block;
}
.section07 .contents .webgene-blog .webgene-item a .imgbox{
	width: 200px;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
} 
.section07 .contents .webgene-blog .webgene-item a .txtbox{
	width: calc(100% - 200px);
	padding-left: 5%;
} 
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-wrap .section01 .boxwrap .box a .txtbox{
		gap: 15px;
	}
	body.on .main-wrap .section01 .boxwrap .box a{
		width: 90%;
	}
	
	.section02 .contents{
		width: 100%;
	}
	
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 15px 20px;
	}
	
	.section07 .contents .webgene-blog .webgene-item a .imgbox{
		width: 180px;
	} 
	.section07 .contents .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 180px);
		padding-left: 5%;
	} 
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .section01{
		padding-left: 40px;
		padding-right: 40px;
	}
	.section04 .contents .topbox .boxwrap{
		width: 80%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type{
		justify-content: center;
	}
	.section04 .contents .topbox .boxwrap:last-of-type{
		justify-content: center;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
		margin-bottom: -30px;
		align-items: flex-start;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
		margin-bottom: -30px;
		align-items: flex-end;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-bottom: 0px;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .comment_txt{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(1) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(1) .box:nth-of-type(2) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(1) .imgbox img{
		animation-delay: 0s;
	}
	body.on .section04 .contents .topbox .boxwrap:nth-of-type(2) .box:nth-of-type(2) .imgbox img{
		animation-delay: 0s;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 15px 20px;
		border-radius: 300px;
		border: 3px solid #1a1a1a;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt p{
		font-weight: 900;
		white-space: nowrap;
	}
	.section04 .contents .topbox .boxwrap .box{
		width: 50%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type{
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:last-of-type{
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1){
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2){
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		z-index: 1;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		z-index: 2;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		margin-right: 40%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-left: 40%;
	}

	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1) .imgbox .comment_txt,.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1) .imgbox .comment_txt{
		top: -20px;
		left: 100%;
		right: auto;
		border-bottom-left-radius: 0;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2) .imgbox .comment_txt,.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2) .imgbox .comment_txt{
		top: -20px;
		right: 100%;
		left: auto;
		border-bottom-right-radius: 0;
	}
	
	.section06,.section07{
		justify-content: center;
	}
	.section06 .contents,.section07 .contents{
		width: 100%;
		padding-left: 0;
	}
	.section06 .top_title1,.section07 .top_title1{
		max-width: 100%;
		margin-bottom: 50px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section02 .contents .top_title1{
		width: 100%;
		margin-bottom: 50px;
	}
	.section02 .contents .txtbox{
		width: 80%;
		padding: 8%;
	}
	body.on .section02 .bg_contents{
		width: 95%;
		left: 2.5%;
	}
	.section02 .bg_contents .slide-wrap > .slider{
		width: 33%;
	}
	
	.section04 .contents .topbox .boxwrap{
		width: 100%;
	}
	.section04 .contents .bottombox .txtbox{
		width: 100%;
		margin-bottom: 50px;
	}
	.section04 .contents .bottombox .more{
		width: 100%;
	}
	
	.section04{padding: 60px 0}
	.section04 .sctxt{
		height: 60px;
	}
	body.on .section04 .sctxt > div{
		height: 40px;
	}
	.section06 .contents .webgene-blog{gap: 20px;}
	.section06 .contents .webgene-blog .webgene-item{width: calc(100% / 3 - 40px / 3)}
	.section07 .contents .webgene-blog .webgene-item a .imgbox{
		width: 150px;
	} 
	.section07 .contents .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 150px);
		padding-left: 5%;
	} 
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .section01{
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-wrap .section01 .boxwrap .box{
		width: 100%;
	}
	.main-wrap .section01 .boxwrap .box:nth-of-type(even){
		animation-delay: 0s;
	}
	body.on .main-wrap .section01 .bg_contents .logo{
		width: 50%;
	}
body.on .main-wrap .section01 .boxwrap .box a::after{
	opacity: 0.5;
}
body.on .main-wrap .section01 .boxwrap .box a:hover::after{
	opacity: 0.5;
}
body.on .main-wrap .section01 .boxwrap .box a .bg_item{
	transition: ease 0s;
	-ms-filter: blur(3px);
	filter: blur(3px);
}
body.on .main-wrap .section01 .boxwrap .box a:hover .bg_item{
	-ms-filter: blur(3px);
	filter: blur(3px);
}
	.section02 .contents .top_title1{
		width: 100%;
		margin-bottom: 30px;
	}
	.section02 .contents .txtbox{
		width: 100%;
		padding: 30px;
		border-radius: 20px;
	}
	body.on .section02 .bg_contents{
		width: 100%;
		left: 0%;
	}
	.section02 .bg_contents .slide-wrap > .slider{
		width: 50%;
	}
	.section02 .bg_contents .slide-wrap > .slider.slide3{
		display: none;
	}
	.section03 .swiper-container .swiper-wrapper .swiper-slide{
		padding: 0 10px;
	}
	.section03 .swiper-container .swiper-wrapper .swiper-slide .imgbox{
		margin-bottom: 10px;
	}
	.section03 .swiper-container .swiper-wrapper .swiper-slide .cate{
		margin-bottom: 0;
		padding-left: 4vw;
	}
	
	.section04 .contents .topbox .boxwrap .box{
		width: 30%;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(1){
		margin-bottom: 30px;
		align-items: flex-start;
	}
	.section04 .contents .topbox .boxwrap .box:nth-of-type(2){
		margin-bottom: 30px;
		align-items: flex-end;
	}
	.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-bottom: 0px;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(1),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(1){
		margin-right: 70%;
	}
	.section04 .contents .topbox .boxwrap:first-of-type .box:nth-of-type(2),.section04 .contents .topbox .boxwrap:last-of-type .box:nth-of-type(2){
		margin-left: 70%;
	}
	.section04 .contents .topbox .boxwrap .box .imgbox .comment_txt{
		padding: 8px 16px;
	}
	.section04{padding: 40px 0}
	.section04 .sctxt{
		height: 40px;
	}
	body.on .section04 .sctxt > div{
		height: 20px;
	}
	.section05 .titlebox .default_title1{font-size: clamp(30px,3.6vw,52px)}
	.section05 .swiper-container .swiper-wrapper .swiper-slide{
		width: 200px;
		height: 200px;
	}
	.section05 .swiper-container .swiper-wrapper .swiper-slide{
		margin: 0 20px;
	}
	.section06 .contents .webgene-blog{gap: 40px;}
	.section06 .contents .webgene-blog .webgene-item{width: 100%}
	.section07 .contents .webgene-blog .webgene-item a .imgbox{
		width: 80px;
	} 
	.section07 .contents .webgene-blog .webgene-item a .txtbox{
		width: calc(100% - 80px);
		padding-left: 5%;
	} 
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

