@charset "utf-8";
/* CSS Document */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body.on .fv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}

body.on .fv .swiper-slide{
	width: 100%!important;
	height:100vh;
	z-index: 1;
}
body.on .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.on .fv .swiper-slide img {
	display: block!important;
	opacity: 0;
	height: auto;
	width: 100%;
}
.fv .txtbox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}
.fv .txtbox p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(30px, 6vw, 60px);
	font-weight: 700;
}

.section01{
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/section1_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section01 .logo{
	max-width: 20%;
}
.section01 .txtbox{
	max-width: 65%;
	padding: 40px;
}
.section01 .imgbox{
	max-width: 15%;
	align-items: flex-end;
}

.section02 .box_wrap .box:not(:last-of-type){
	margin-bottom: 80px;
}
.section02 .box_wrap .box .imgbox{
	width: 60%;
}
.section02 .box_wrap .box .txtbox{
	width: 40%;
	padding-left: 5%; 
}

.section03 .imgbox{
	width: 50%;
}
.section03 .txtbox{
	width: 50%;
	padding-right: 5%;
}
.section03 .txtbox .item_wrap .item{
	padding-left: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1C81C6;
	position: relative;
}
.section03 .txtbox .item_wrap .item:not(:last-of-type){
	margin-bottom: 20px;
}
.section03 .txtbox .item_wrap .item .num{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}
body:not(.on) .main-wrap .swiper-container .swiper-wrapper{
	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: 50px;
}
body:not(.on) .main-wrap .swiper-container .swiper-wrapper .swiper-slide{
	width: calc(100% / 4 - 150px / 4);
}
.section04,.section06{
	border-bottom: 1px solid #eee;
}

.section06 .box_wrap{
	gap: 10px;
}
.section06 .box_wrap .box{
	width: calc(100% / 4 - 30px / 4);
}
.section06 .box_wrap .box h3{
	position: relative;
	padding: 15px 10px;
	font-weight: 500;
	border-bottom: 1px solid #E9EBEA;
}
.section06 .box_wrap .box h3::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 12px;
	height: 12px;
	background-image: url("https://ciel-blue.jp/system_panel/uploads/images/arrow1.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: ease 0.3s;
}
.section06 .box_wrap .box:hover h3::after{
	transform: translateY(-50%) translateX(3px);
}

.section07{
	background-color: #F3F4F8;
}
.section07 .box_wrap{
	gap: 80px;
}
.section07 .box_wrap .box{
	width: calc(100% / 2 - 80px / 2);
	align-items: flex-start;
}
.section07 .box_wrap .box .imgbox{
	width: 30%;
}
.section07 .box_wrap .box .txtbox{
	width: 70%;
	padding-left: 5%;
}
.section07 .box_wrap .box .txtbox .more_txt{
	border-bottom: 2px solid #0064A8;
	padding-right: 5px;
}
.section07 .box_wrap .box .txtbox .more_txt .flex{
	gap: 60px;
}
.section07 .box_wrap .box .txtbox .more_txt img{
	width: 8px;
	transition: ease 0.3s;
}
.section07 .box_wrap .box:hover .txtbox .more_txt img{
	transform: translateX(3px);
}

.productlist{
	overflow: hidden;
}
.productlist .swiper-container .swiper-wrapper .swiper-slide{
	opacity: 1;
}
.productlist .swiper-container .swiper-wrapper .swiper-slide .imgbox{
	margin-bottom: 10px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.section07 .box_wrap{
		gap: 50px;
	}
	.section07 .box_wrap .box{
		width: calc(100% / 2 - 50px / 2);
		align-items: flex-start;
	}
	.section07 .box_wrap .box .txtbox .more_txt .flex{
		gap: 50px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
.section01 .txtbox{
	max-width: 62%;
	padding: 40px;
}
.section01 .imgbox{
	max-width: 18%;
}
  .section02 .box_wrap .box .imgbox{
		width: 50%;
	}
	.section02 .box_wrap .box .txtbox{
		width: 50%;
	}
	.section07 .box_wrap .box .txtbox .more_txt .flex{
		gap: 40px;
	}
	.section07 .box_wrap .box .imgbox{
		width: 40%;
	}
	.section07 .box_wrap .box .txtbox{
		width: 60%;
		padding-left: 5%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
  .section01{padding-left: 20px;padding-right: 20px;}
  .section01 .txtbox{
    	max-width: 62%;
		padding: 30px 20px;
	}
  .section01 .logo{
    max-width: 18%;
  }
.section01 .imgbox{
	max-width: 20%;
}	
	.section02 .box_wrap .box .imgbox,.section03 .imgbox{
		width: 80%;
		margin-bottom: 30px;
	}
	.section02 .box_wrap .box .txtbox,.section03 .txtbox{
		width: 80%;
		padding-left: 0; 
	}
	
	.section06 .box_wrap{
		gap: 30px 20px;
	}
	.section06 .box_wrap .box{
		width: calc(100% / 2 - 20px / 2);
	}
	
	.section07 .box_wrap .box{
		width: 100%;
		align-items: center;
	}
	.section07 .box_wrap .box .txtbox .more_txt .flex{
		gap: 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body.on .fv{
		height: 80vh;
		align-content: flex-start;
		z-index: 2;
	}
	body.on .fv .swiper-slide,body.on .fv .swiper-slide .swiper-img{
		height: 80vh;
	}
	
	.section01{
		background-size: auto 50%;
		padding-bottom: 0;
	}
	.section01 > .flex{
		justify-content: flex-start;
		align-items: flex-start;
	}
	.section01 .logo{
		min-width: 80px;
		width: 80px;
	}
	.section01 .txtbox{
		max-width: 100%;
		width: calc(100% - 80px);
		padding: 0;
		padding-left: 20px;
	}
	.section01 .imgbox{
		max-width: 80px;
		align-items: flex-end;
		transform: translateY(-135%);
	}
	
	.section02 .box_wrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.section02 .box_wrap .box .imgbox,.section03 .imgbox{
		width: 100%;
	}
	.section02 .box_wrap .box .txtbox,.section03 .txtbox{
		width: 100%;
	}
	.section03 .txtbox .item_wrap .item{
		padding-left: 20px;
	}
	
	.section06 .box_wrap{
		gap: 20px 15px;
	}
	.section06 .box_wrap .box{
		width: calc(100% / 2 - 15px / 2);
	}
	.section06 .box_wrap .box h3{
		padding: 10px 5px;
	}
	.section06 .box_wrap .box h3::after{
		right: 5px;
		height: 8px;
	}
	
	.section07 .box_wrap .box .imgbox{
		width: 35%;
	}
	.section07 .box_wrap .box .txtbox{
		width: 65%;
		padding-left: 5%;
	}
  .section01 .imgbox p{
	white-space: nowrap;
}	
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

