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

.service_wrap{display: none;}
.main-wrap .service_wrap{display: block;}
.fv{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.header.on{
	mix-blend-mode: normal!important;
}
.header.on.indexon{
	mix-blend-mode: difference!important;
}

body.gjs-dashed .fv{
	height: auto;
}
.fv::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
	background-color: #656565;
	opacity: 0.2;
	mix-blend-mode: multiply;
}
body.gjs-dashed .fv::before,body.gjs-dashed .fv::after{
	display: none;
}


.fv .swiper{
	z-index: 1;
	position: relative;
}

@keyframes zoomUp {
	0% {
		-ms-filter: blur(6px);
		filter: blur(6px);
		transform: scale(1);
	}
	30%{
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		transform: scale(1.15);
	}
}
body:not(.gjs-dashed) .fv .swiper-slide{
	width: 100%!important;
	height:100vh;
}
body:not(.gjs-dashed) .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:not(.gjs-dashed) .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}

.fv .txtbox{
	position: absolute;
	right: 5%;
	top: 50%;
	z-index: 3;
	color: #fff;
	gap: 15px;
	flex-direction: column;
	align-items: flex-end;
}
body.gjs-dashed .fv .txtbox{
	position: static;
	transform: translateY(0);
}
.fv .txtbox h1,.fv .txtbox p{
	opacity: 0;
}
body.gjs-dashed .fv .txtbox h1,body.gjs-dashed .fv .txtbox p{
	opacity: 1;
	color: #000;
}
.fv .txtbox h1{
	animation-name: fvtxt1;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	font-size: clamp(28px, 5.2vw, 60px);
	animation-delay: 0.4s;
}
.fv .txtbox p{
	animation-name: fvtxt2;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	font-size: clamp(18px, 3.4vw, 36px);
	font-weight: 300;
	animation-delay: 1.4s;
	letter-spacing: 0.1rem;
}
@keyframes fvtxt1 {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
		letter-spacing: -0.2rem;
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
		letter-spacing: 0.1rem;
	}
}
@keyframes fvtxt2 {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
		letter-spacing: -0.1rem;
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
		letter-spacing: 0.1rem;
	}
}

.fv_menu{
	position: absolute;
	top: 15%;
	left: 5%;
	z-index: 99;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.fv_menu a{
	position: relative;
}
.fv_menu a p{
	color: #fff;
	letter-spacing: 0.1rem;
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(15px,1.6vw,18px);
}
.fv_menu a p.jp{
	position: absolute;
	top: 50%;
	left: 100%;
	pointer-events: none;
	opacity: 0;
	transform: translate(-20px,-50%);
	transition: ease 0.3s;
	white-space: nowrap;
	font-size: clamp(14px,1.4vw,16px);
	padding-left: 10px;
}
.fv_menu a:hover p.jp{
	transform: translate(0px,-50%);
	opacity: 1;
	pointer-events: all;
}

.section01{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.section01::before,.section01::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.section01::before{
	background-image: url("https://flat-works.com/system_panel/uploads/images/top_bg1.png");
	background-position: top 10% left 0;
	background-size: 60% auto;
}
.section01::after{
	background-image: url("https://flat-works.com/system_panel/uploads/images/top_bg2.png");
	background-position: top 70% right 0;
	background-size: 60% auto;
}
.section01 > div{
	position: relative;
	z-index: 2;
}
.section01 .top_con{
	justify-content: space-around;
}
.section01 .top_con .img1{
	width: 25%;
	margin-left: 60%;
}
.section01 .top_con .img2{
	width: 40%;
}
.section01 .top_con .txtbox1{
	width: 45%;
	padding: 20px 50px;
}
.section01 .top_con .img3{
	width: 15%;
}
.section01 .top_con .txtbox2{
	padding: 50px;
}
.section01 .top_con .img4{
	width: 25%;
}
.section01 .top_con .img5{
	width: 50%;
	margin: 10% 25% -50px;
}
.section01 .top_con .img6{
	width: 20%;
	margin-left: 10%;
	margin-right: 70%;
}
.section01 .bottom_con{
	flex-direction: column;
	gap: 20px;
}


.section02{
	position: relative;
}
body.gjs-dashed .section02{
	background-color: #000;
}
.section02::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414141;
	mix-blend-mode: multiply;
	opacity: 0.6;
}
body.gjs-dashed .section02::after{
	display: none;
}
.section02 .contents{
	position: relative;
	z-index: 2;
	color: #FAF5F3;
}
.section02 .contents .titlebox{
	text-align: right;
}
.section02 .contents .titlebox p{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(30px,4.0vw,60px);
	letter-spacing: 0.4rem;
}


.section03 .leftbox{
	width: 30%;
	padding-right: 5%;
}
.section03 .rightbox{
	width: 70%;
}


.section04{
	padding-right: 0;
	background-color: #DFE4E6;
	align-items: stretch;
}
.section04 .imgwrap{
	width: 40%;
	justify-content: flex-start;
}
.section04 .imgwrap .img{
	width: 50%;
	margin-right: -50px
}
.section04 .imgwrap .img2{
	position: relative;
	z-index: 2;
	margin-top: 50%;
}
.section04 .txtbox{
	width: 45%;
	padding: 20px 50px;
	flex-direction: column;
	align-items: flex-start;
}
.section04 .img3{
	width: 15%;
}

.section05{
	padding-top: 0!important;
}
.section05 > div{
	border-bottom: 1px solid #D8D7D6;
}
.section05 .contents{
	gap: 50px;
	align-items: flex-start;
}
.section05 .contents > div{
	width: calc(100% / 2 - 50px / 2);
}
.section05 .contents .webgene-blog .webgene-item a .imgbox{
	position: relative;
	width: 100%;
	aspect-ratio: 1.6 / 1;
	overflow: hidden;
}
.section05 .contents .webgene-blog .webgene-item a .imgbox > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 1.0s;
}
.section05 .contents .webgene-blog .webgene-item a:hover .imgbox > div{
	transform: translate(-50%,-50%) scale(1.1);
}
.section05 .contents .webgene-blog .webgene-item a .txtbox{
	justify-content: flex-start;
	gap: 15px 15px;
}
.section05 .contents .webgene-blog .webgene-item a .txtbox{
	width: 100%;
	justify-content: flex-start;
	gap: 15px 15px;
}
.section05 .contents .webgene-blog .webgene-item a .txtbox .date{
	padding-right: 15px;
	border-right: 1px solid #D2D1CB;
}
.section05 .contents .webgene-blog .webgene-item a .txtbox .cate{
	padding: 2px 10px;
	border-radius: 2px;
	border: 1px solid #373B3E;
	font-weight: 500;
}
.section05 .contents .webgene-blog .webgene-item a .txtbox h3{
	width: 100%;
}
.section05 .contents .rightbox .webgene-blog .webgene-item:first-of-type{display: none;}
.section05 .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type){
	border-bottom: 1px solid #D8D7D6;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.section05 .contents .rightbox .webgene-blog .webgene-item a .imgbox{
	width: 40%;
}
.section05 .contents .rightbox .webgene-blog .webgene-item a .txtbox{
	width: 60%;
	padding-left: 30px;
}

.section06 .titlebox{
	flex-direction: column;
}
.section06 .titlebox i{
	font-size: clamp(22px,2.8vw,34px);
}
.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: stretch;
	flex-direction: row;
	gap: 10px;
}
.section06 .contents .webgene-blog .webgene-item{
	width: calc(100% / 5 - 40px / 5);
}
.section06 .contents .webgene-blog .webgene-item a{
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.section06 .contents .webgene-blog .webgene-item a > div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 1.0s;
}
.section06 .contents .webgene-blog .webgene-item a:hover > div{
	transform: translate(-50%,-50%) scale(1.1);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section04 .txtbox{
		padding-left: 30px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section01 .top_con .img1{
		width: 30%;
		margin-left: 50%;
		margin-bottom: 30px;
	}
	.section01 .top_con .img2{
		width: 40%;
		margin-bottom: 50px;
	}
	.section01 .top_con .txtbox1{
		width: 60%;
		padding: 20px 50px;
	}
	.section01 .top_con .img3{
		width: 20%;
	}
	.section01 .top_con .txtbox2{
		padding: 50px;
	}
	.section01 .top_con .img4{
		width: 30%;
	}
	.section01 .top_con .img6{
		width: 30%;
		margin-left: 10%;
		margin-right: 60%;
	}
	.section05 .contents{
		gap: 30px;
	}
	.section05 .contents > div{
		width: calc(100% / 2 - 30px / 2);
	}
	.section05 .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type){
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.section05 .contents .rightbox .webgene-blog .webgene-item a .txtbox{
		padding-left: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.section03 .leftbox{
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.section03 .leftbox .title{margin-bottom: 20px;}
	.section03 .leftbox > p{margin-bottom: 0px;}
	.section03 .rightbox{
		width: 100%;
	}
	.section04{
		padding-left: 20px;
	}
	.section04 .imgwrap{
		width: 40%;
		justify-content: flex-start;
	}
	.section04 .imgwrap .img2{
		transform: translateX(-20px);
	}
	.section04 .txtbox{
		padding: 0px 10px;
	}
	
	.section05 .contents{
		gap: 50px;
	}
	.section05 .contents .leftbox{
		width: 80%;
	}
	.section05 .contents .rightbox{
		width: 100%;
	}
	.section06 .contents .webgene-blog{
		gap: 6px;
	}
	.section06 .contents .webgene-blog .webgene-item{
		width: calc(100% / 5 - 24px / 5);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv_menu{
		display: none;
	}
	.section01 .top_con{
		justify-content: space-around;
		align-items: flex-start;
	}
	.section01 .top_con .img1{
		width: 40%;
		margin-left: 0;
		order: 2;
	}
	.section01 .top_con .img2{
		width: 50%;
		order: 1;
		margin-top: 15%;
	}
	.section01 .top_con .txtbox1{
		width: 100%;
		padding: 0px 20px 50px;
		order: 3;
	}
	.section01 .top_con .img3{
		width: 30%;
		order: 4;
	}
	.section01 .top_con .txtbox2{
		padding: 50px 20px 0;
		order: 6;
	}
	.section01 .top_con .img4{
		width: 50%;
		order: 5;
		margin-top: 10%;
	}
	.section01 .top_con .img5{
		width: 60%;
		margin: 10% 20% -20px;
		order: 7;
	}
	.section01 .top_con .img6{
		width: 40%;
		margin-left: 10%;
		margin-right: 50%;
		order: 8;
	}
	.section01 .bottom_con{
		flex-direction: column;
		gap: 20px;
	}
	.section01 .bottom_con .logo{
		width: 40%;
		max-width: 200px;
	}
	
	.section02 .contents .titlebox{
		text-align: center;
		margin-bottom: 50px;
	}

	.section04{
		padding-left: 20px;
		padding-right: 20px;
		align-items: flex-start;
	}
	.section04 .imgwrap{
		width: 100%;
	}
	.section04 .imgwrap .img{
		width: 50%;
		transform: translateX(10px);
	}
	.section04 .imgwrap .img2{
		margin-top: 30%;
		transform: translateX(-10px);
	}
	.section04 .txtbox{
		width: 100%;
		padding: 30px 0px;
		display: block;
	}
	.section04 .img3{
		width: 40%;
		margin-left: 60%;
	}
	
	.section05 .contents{
		gap: 40px;
	}
	.section05 .contents .leftbox{
		width: 100%;
	}	
	.section05 .contents .webgene-blog .webgene-item a .txtbox{
		gap: 10px 10px;
	}
	.section05 .contents .webgene-blog .webgene-item a .txtbox .date{
		padding-right: 10px;
	}
	.section05 .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type){
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.section05 .contents .rightbox .webgene-blog .webgene-item a .imgbox{
		width: 30%;
	}
	.section05 .contents .rightbox .webgene-blog .webgene-item a .txtbox{
		width: 70%;
		padding-left: 15px;
	}
	
	.section06 .contents .webgene-blog{
		gap: 8px;
	}
	.section06 .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 8px / 2);
	}
	.section06 .titlebox .default_txt1{font-size: 13px;}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

