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

.fv{
	width: 100%;
	padding-bottom: 10vw;
	position: relative;
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/fv_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fv .more{
	margin-left: 60%;
}
.fv .fv_txt{
	pointer-events: none;
	position: absolute;
	width: 50%;
	bottom: 80px;
	left: 8%;
	z-index: 2;
}
.fv .fv_item{
	position: absolute;
	bottom: 50px;
	right: 3%;
	width: 15%;
	z-index: 2;
}
.fv .fv_slider{
	position: relative;
	z-index: 1;
}
.fv .swiper-container{
	overflow: hidden;
}
.fv .swiper-container .swiper-wrapper{
	transition-timing-function: linear !important;
}
.fv .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
.fv .swiper-container .webgene-blog .webgene-item a{
	border: 3px solid;
	position: relative;
	background-color: #e63b83;
	border-color: #e63b83;
}
.fv .swiper-container .webgene-blog .webgene-item a:hover{
	opacity: 1;
}
.fv .swiper-container .webgene-blog .webgene-item a .contents{
	aspect-ratio: 1 / 1.3;
	align-items: flex-end;
	padding: 8%;
}
.fv .swiper-container .webgene-blog .webgene-item a .contents .txtbox{
	width: 100%;
	position: relative;
	z-index: 3;
	transition: ease 0.5s;
	opacity: 0;
}
.fv .swiper-container .webgene-blog .webgene-item a:hover .contents .txtbox{
	opacity: 1;
}
.fv .swiper-container .webgene-blog .webgene-item a p{
	color: #fff;
}
.fv .swiper-container .webgene-blog .webgene-item a .contents::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #e63b83;
	mix-blend-mode: multiply;
	opacity: 0;
	transition: ease 0.4s;
}
.fv .swiper-container .webgene-blog .webgene-item a.works1{
	background-color: #F08000;
	border-color: #F08000;
}
.fv .swiper-container .webgene-blog .webgene-item a.works2{
	background-color: #186FD4;
	border-color: #186FD4;
}
.fv .swiper-container .webgene-blog .webgene-item a.works3{
	background-color: #2BBFC6;
	border-color: #2BBFC6;
}
.fv .swiper-container .webgene-blog .webgene-item a.works1 .contents::after{
	background-color: #F08000;
}
.fv .swiper-container .webgene-blog .webgene-item a.works2 .contents::after{
	background-color: #186FD4;
}
.fv .swiper-container .webgene-blog .webgene-item a.works3 .contents::after{
	background-color: #2BBFC6;
}

.fv .swiper-container .webgene-blog .webgene-item a:hover .contents::after{
	opacity: 0.9;
}
.fv .swiper-container .webgene-blog .webgene-item a .contents .bg_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section01{
	position: relative;
}
body:not(.gjs-dashed) .section01::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
}
.section01 .contents{
	position: relative;
	z-index: 3;
	gap: 40px;
}
.section01{
	position: relative;
	animation-direction: 2.0s;
}
body:not(.gjs-dashed) .section01.on::after{
	opacity: 0;
}
body:not(.gjs-dashed) .section01.on.active::after{
	animation-name: section1_1;
	animation-delay: 1.4s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes section1_1 {
	0% {
		opacity:0;
	}
	100% {
		opacity:0.7;
	}
}

.section01.on .contents{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.section01.on.active .contents{
	animation-name: blurin2;
	animation-delay: 1.8s;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

.toptitlebox > div{
	width: 50%;
}

.section02{
	padding-left: 0;
}
.section02 .boxwrap{
	padding-top: 80px;	
}
.section02 .boxwrap .box{
	border-radius: 0 20px 20px 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	align-items: flex-start;
}
.section02 .boxwrap .box:first-of-type{
	background-color: #F08000;
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/top_service1_bg.png");
	margin-bottom: 160px;
}
.section02 .boxwrap .box:nth-of-type(2){
	background-color: #08579B;
	background-image: url("https://lavorokobe.jp/system_panel/uploads/images/top_service2_bg.png");
}
.section02 .boxwrap .box .imgbox{
	width: 40%;
	transform: translateY(-80px);
}
.section02 .boxwrap .box .txtbox{
	width: 60%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.section02 .boxwrap .box .txtbox .title{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.section02 .boxwrap .box .txtbox .title::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.section02 .boxwrap .box .circle_wrap{
	gap: 0;
}
.section02 .boxwrap .box .circle_wrap .circle_box{
	width: 40%;
	max-width: 260px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: relative;
}
.section02 .boxwrap .box .circle_wrap .circle_box:first-child{
	background-color: rgba(237,175,11,0.90);
	z-index: 1;
	transform: translateX(20px);
}
.section02 .boxwrap .box .circle_wrap .circle_box:last-child{
	background-color: rgba(42,193,198,0.90);
	z-index: 2;
	transform: translateX(-20px);
}

.section03{
	position: relative;
}
.section03 .boxwrap{
	position: relative;
	z-index: 2;
	align-items: flex-start;
	gap: 40px;
}
.section03 .boxwrap .box{
	width: calc(100% / 3 - 80px / 3);
}
.section03 .boxwrap .box:nth-of-type(2){
	animation-delay: 0.3s;
}
.section03 .boxwrap .box:nth-of-type(3){
	animation-delay: 0.6s;
}

.section03 .section03_item{
	position: absolute;
	width: clamp(120px, 25vw, 260px);
	left: 10%;
	bottom: 0;
}

.section04{
	position: relative;
	background-color: #1D1D1D;
	color: #fff;
}

.section05{
	position: relative;
	background-color: #EDEEF2;
	align-items: flex-start;
}
.section05 .leftbox{
	width: 25%;
}
.section05 .rightbox{
	width: 75%;
}
.section05 .rightbox .webgene-blog .webgene-item{
	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: center;
	flex-direction: row;
	padding: 20px 0;
	border-bottom: 1px solid #B2B2B2;
}
.section05 .rightbox .webgene-blog .webgene-item a{
	max-width: 100%;
}
.section05 .rightbox .webgene-blog .webgene-item a .flex{
	gap: 10px 20px;
}
.section05 .rightbox .webgene-blog .webgene-item a .flex .cate{
	padding: 6px 20px 5px;
	background-color: #fff;
	border-radius: 200px;
}

.section04 {
	overflow: hidden;
}
.section04 .contents .webgene-blog .webgene-item > a{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section04 .contents .webgene-blog .webgene-item > a{
  display: block;
  background-color: #e63b83;
  padding: 25px 25px;
  text-decoration: none;
}
.section04 .contents .webgene-blog .webgene-item a.works1{
	background-color: #F08000;
}
.section04 .contents .webgene-blog .webgene-item a.works2{
	background-color: #186FD4;
}
.section04 .contents .webgene-blog .webgene-item a.works3{
	background-color: #2BBFC6;
}


.section04 .contents .webgene-blog .webgene-item .imgbox img{
  width: 100%;
  height: auto;
  display: block;
}
.section04 .contents .webgene-blog .webgene-item h2,
.section04 .contents .webgene-blog .webgene-item p{
  color: #fff;
}

.section04 .contents .webgene-blog .webgene-item .default_txt2{
  line-height: 1.8;
}
.section04 .contents .webgene-blog .webgene-item .catename{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 6px 16px;
  background: #fff;
  color: #222;
  border-radius: 999px;
  font-weight: 700;
}
.section04 .swiper-slide{
	opacity: 1;
}


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.toptitlebox .titleitem1{
		width: 40%;
	}
	.toptitlebox .txt{
		width: 60%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.section03 .boxwrap{
		gap: 30px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
	}
	.section02 .boxwrap .box .circle_wrap .circle_box{
		width: 50%;
	}
	.section02 .boxwrap .box .circle_wrap .circle_box:first-child{
		transform: translateX(15px);
	}
	.section02 .boxwrap .box .circle_wrap .circle_box:last-child{
		transform: translateX(-15px);
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv{
		padding-bottom: 8vw;
	}
	.fv .fv_txt{
		left: 5%;
	}
	.section02 .boxwrap{
		padding-top: 0px;	
	}
	.section02 .boxwrap .box{
		align-items: flex-start;
	}
	.section02 .boxwrap .box:first-of-type{
		margin-bottom: 50px;
	}
	.section02 .boxwrap .box .imgbox{
		margin-top: 50px;
		transform: translateY(0px);
	}
	.section02 .boxwrap .box .circle_wrap .circle_box:first-child{
		transform: translateX(10px);
	}
	.section02 .boxwrap .box .circle_wrap .circle_box:last-child{
		transform: translateX(-10px);
	}
	.section03 .boxwrap{
		gap: 20px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
	}
	.section05 .leftbox{
		width: 30%;
	}
	.section05 .rightbox{
		width: 70%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv{
		padding-bottom: 8vw;
	}
	.fv .fv_txt{
		position: relative;
		bottom: 50px;
		width: 80%;
	}
	.fv .more{
		margin: 0;
		margin-bottom: 30px;
	}
	.fv .fv_item{
		position: relative;
		width: 30%;
		right: 0;
		bottom: 0;
		margin-left: 65%;
	}
	.toptitlebox .titleitem1{
		width: 100%;
		margin-bottom: 20px;
	}
	.toptitlebox .txt{
		width: 100%;
	}
	.section02 .boxwrap .box{
		border-radius: 0 20px 20px 0;
		align-items: flex-start;
		padding-left: 0;
	}
	.section02 .boxwrap .box:first-of-type{
		margin-bottom: 50px;
	}
	.section02 .boxwrap .box .imgbox{
		width: 70%;
		margin-top: 30px;
	}
	.section02 .boxwrap .box .txtbox{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.section02 .boxwrap .box .txtbox .title{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.section02 .boxwrap .box .txtbox .more{
		justify-content: center;
	}
	.section03 .boxwrap{
		gap: 30px 20px;
	}
	.section03 .boxwrap .box{
		width: calc(100% / 2 - 20px / 2);
		text-align: center;
	}
	.section03 .boxwrap .box:nth-of-type(2){
		animation-delay: 0.3s;
	}
	.section03 .boxwrap .box:nth-of-type(3){
		animation-delay: 0s;
	}
	.section03 .more{
		justify-content: center;
		margin-bottom: 30px;
	}
	.section04 .more{
		justify-content: center;
	}
	.section05 .leftbox{
		width: 100%;
	}
	.section05 .rightbox{
		width: 100%;
	}
	.section05 .rightbox .webgene-blog .webgene-item a .flex{
		gap: 8px 10px;
	}
	.section05 .rightbox .webgene-blog .webgene-item a .flex .cate{
		padding: 3px 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

