@charset "UTF-8";
/*
	kv
-----------------------------------------------------------------------------------------------*/
.kv_about--full{
	position: relative;
	z-index: 1;
}
#kv{
	position: relative;
	z-index: -1;
}
.slick__list{
	height: 600px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (min-width:1600px){
	.slick01{
		position: relative;
		top: -200px;
	}
}
.slick__item{
	display: inline-block;
}
.slick-slide img{
	min-width: 1280px;
	width: 100%;
}
.kv__container{
	align-items: center;
	display: flex;
	height: 600px;
	justify-content: center;
}
.kv__container::after{
	background: url(../img/zaimu_kv_gradation_bg_pc.png) no-repeat center center/ cover;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 640px;
	z-index: 1;
}
.kv__body{
/*	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	transform: translate(0,-50%);*/
	display: inline-block;
	padding: 0 90px;
}
.kv__body--cts{
	position: relative;
	z-index: 3;
	max-width: 1865px;/*画面最大時のタイトル位置調整*/
	width: 100%;
	height: 100%;
	padding: 100px 0;
	margin: 0 auto;
}
.kv__title{
	display: block;
	font-size: 2.3rem;
	font-size: clamp(2.3rem, 1.7vw, 2.6rem);
	font-weight: var(--bold);
	margin: 25px 0 25px;
	letter-spacing: 0.2rem;
}
.kv__title--txt{
	display: block;
	line-height: 1;
	margin: 15px 0 30px;
	max-width: 900px;
	min-width: 730px;
	width: 33vw;
}
.kv__img{
	bottom: -130px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	max-width: 300px;
	z-index: -1;
}
/*
	about
-----------------------------------------------------------------------------------------------*/
#about{
	position: relative;
	z-index: -1;
}
#about::before{
	content: "";
	background: url(../img/about_decoration.png) no-repeat center center/ cover;
	position: absolute;
	width: 890px;
	height: 700px;
	bottom: -400px;
	right: -550px;
	z-index: 1;
}
/*画面最大時の位置調整*/
@media screen and (min-width:2000px){
	#about::before{
		content: "";
		background: url(../img/about_decoration.png) no-repeat center center/ cover;
		position: absolute;
		width: 890px;
		height: 700px;
		bottom: -400px;
		right: 0;
		z-index: 1;
	}
}
.about_img{
	position: relative;
	max-width: var(--maw);
	margin: 0 auto;
}
.about__img02{
	position: absolute;
	top: 50px;
	right: -50px;
	width: 443px;
	z-index: 1;
}
.about__inner{
	width: 100%;
	background-image: -webkit-linear-gradient(90deg, rgba(0, 202, 205, 1), rgba(0, 140, 220, 1));
	background-image: -o-linear-gradient(90deg, rgba(0, 202, 205, 1), rgba(0, 140, 220, 1));
	background-image: linear-gradient(90deg, rgba(0, 202, 205, 1), rgba(0, 140, 220, 1));
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
	-webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
	margin: -150px 0 0 0;
}
.about__cts{
	padding: 200px 30px;
	text-align: center;
	max-width: var(--maw);
	margin: 0 auto;
	position: relative;
}
.about__lead{
	color: #fff;
	font-size: 2.4rem;
	font-weight: var(--bold);
	line-height: 2.0;
	letter-spacing: 0.3rem;
}
/*
	point
-----------------------------------------------------------------------------------------------*/
#point{
}
#point .ctsArea{
	padding: 40px 15px 70px 15px;
	position: relative;
}
#point .ctsArea::before{
	content: "";
	background: url(../img/wrapper_decoration_bg02.png) no-repeat center center/ cover;
	position: absolute;
	width: 674px;
	height: 440px;
	top: -150px;
	left:-410px;
	z-index: -1;
	transform:rotate(120deg);
}
#point .ctsArea::after{
	content: "";
	background: url(../img/wrapper_decoration_bg01.png) no-repeat center center/ cover;
	position: absolute;
	width: 786px;
	height: 515px;
	bottom: -300px;
	right: -250px;
	z-index: -1;
	transform:rotate(-26deg);
}
.point__head{
	width: 216px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.point__lead{
	color: var(--blue);
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 1.8;
	margin: 27px 0 50px;
	text-align: center;
}
.point__list{
	display: flex;
	flex-wrap: wrap;
	gap: 60px 45px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 982px;
}
.point__item{
	max-width: calc((100% - 82px)/ 2);
}
.point__item--img{
	overflow: hidden;
	max-width: 100%;
	filter: drop-shadow(5px 5px 0 #def8f8);
}
.point__title{
	font-size: 2.4rem;
	color: var(--blue);
	font-weight: var(--medium);
	margin: 12px 0 17px;
}
.point__txt{
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: -0.01rem;
}
/*
	feature
-----------------------------------------------------------------------------------------------*/
#feature #feature_n{
	position: relative;
}
#feature .ctsArea {
	padding: 70px 15px 70px 15px;
	position: relative;
}
#feature_n .ctsArea_n{
	padding: 10px 15px 70px 90px;
	position: relative;
}
#feature .ctsArea::before{
	content: "";
	background: url(../img/wrapper_decoration_bg01.png) no-repeat center center/ cover;
	position: absolute;
	width: 964px;
	height: 629px;
	top: 600px;
	left: -430px;
	z-index: -1;
	transform:rotate(-287deg);
}
#feature .ctsArea::after{
	content: "";
	background: url(../img/wrapper_decoration_bg02.png) no-repeat center center/ cover;
	position: absolute;
	width: 700px;
	height: 522px;
	bottom: -250px;
	right: -300px;
	z-index: -1;
	transform:rotate(-140deg);
}
#feature_ex h2{
	font-size: 3rem;
    background: linear-gradient(90deg, rgba(36, 204, 214, 1), rgba(27, 162, 227, 1));
    color: #fff;
    padding: 15px;
    height: 70px;
    text-align: center;
    width: 650px;
    margin: auto;
}
.feature__head{
	width: 216px;
	text-align: center;
	margin: 0 auto;
}
.feature__lead{
	color: var(--black);
	font-size: 1.8rem;
	font-weight: var(--medium);
	line-height: 2;
	margin: 35px 0 50px;
	text-align: center;
}

.feature__lead_n{
    position: relative;
	color: var(--black);
	font-size: 1.8rem;
	font-weight: var(--medium);
	line-height: 2;
	margin: 50px 400px;
	text-align: center;
	border: solid 2px #00BFE5;
    border-radius: 30px;
    padding: 2em;
    flex-flow: column;
    max-width: 50%;
}
.feature__head_n{
	width: 180px;
	margin: 0 0 0 350px;
	position: absolute;
	z-index: 1;
}
.feature__img{
	margin: 0 0 20px 0;
}
.feature__img_ex{
	margin: 0 auto 100px;
    width: 60%;
}
.feature__scroll--sp{
	display: none;
}
.feature__item{
	display: flex;
	align-items: stretch;
}
.feature__list--title{
	background-image: -webkit-linear-gradient(bottom left, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	background-image: -o-linear-gradient(bottom left, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	background-image: linear-gradient(to top right, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	margin: 5px 10px 5px 0;
	padding: 10px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-width: 140px;
	color: #fff;
	font-size: 1.7rem;
	font-weight: var(--bold);
	letter-spacing: 0.1rem;
}
.feature__list--title--first{
	margin: 0 10px 5px 0;
}
.feature__list--title--last{
	margin: 5px 10px 0 0;
}
.feature__list--txt{
	width: 100%;
	border-bottom: 1px solid #969696;
	display: flex;
	align-items: center;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: var(--Regular);
}
.feature__list--txt--first{
	border-top: 1px solid #969696;
}
/*@media screen and (max-width:767px){
	.feature__img{
		margin: 0 auto;
		overflow: hidden;
		width: 800px;
	}
	.feature__mobile--scroll{
		width: 100%;
		height: 100%;
		overflow-x: scroll;
		margin: 0 0 20px 0;
	}
	.feature__scroll--txt{
		font-size: 1.3rem;
		color: #ff0000;
	}
	.feature__scroll--sp{
		display: block;
	}
}*/
@media screen and (max-width:1702px){
	#feature_n .ctsArea_n{
		padding: 0;
	}
	.feature__head_n {
		margin: -35px 0 0 290px;
	}
}

/*
	advantages
-----------------------------------------------------------------------------------------------*/
#advantages{
	position: relative;
}
#advantages .ctsArea::before{
	content: "";
	background: url(../img/wrapper_decoration_bg03.png) no-repeat center center/ cover;
	position: absolute;
	width: 1510px;
	height: 1038px;
	top: 600px;
	left: 0;
	z-index: -1;
}
#advantages .ctsArea::after{
	content: "";
	background: url(../img/wrapper_decoration_bg02.png) no-repeat center center/ cover;
	position: absolute;
	width: 964px;
	height: 629px;
	bottom: 50px;
	left: -350px;
	z-index: -1;
	transform:rotate(-326deg);
}
.advantages__head{
	width: 377px;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.advantages__list{
	margin: 0 auto;
	width: 100%;
}
.advantages__item{
	align-items: center;
	display: flex;
	gap: 0 50px;
	justify-content: space-between;
	margin-bottom: 45px;
}
.advantages__item:nth-child(odd){
	flex-direction: row-reverse;
}
.advantages__img--01{
	max-width: 448px;
}
.advantages__img--02{
	max-width: 318px;
}
.advantages__img--03{
	max-width: 414px;
}
.advantages__img--04{
	max-width: 455px;
}
.advantages__img--05{
	max-width: 396px;
}
.advantages__body{
	text-align: left;
	max-width: 400px;
}
.advantages__body--01{
	margin: 0 0 0 90px;
	position: relative;
}
.advantages__body--01::before{
	content: "";
	background: url(../img/advantages_number01.png) no-repeat center center/ cover;
	width: 65px;
	height: 119px;
	position: absolute;
	top:-40px;
	left: -45px;
	z-index: -1;
	opacity: 0.7;
}
.advantages__body--02{
	margin: 0 140px 0 0;
	position: relative;
}
.advantages__body--02::before{
	content: "";
	background: url(../img/advantages_number02.png) no-repeat center center/ cover;
	width: 85px;
	height: 119px;
	position: absolute;
	top:-40px;
	left: -45px;
	z-index: -1;
	opacity: 0.7;
}
.advantages__body--03{
	margin: 0 0 0 90px;
	position: relative;
}
.advantages__body--03::before{
	content: "";
	background: url(../img/advantages_number03.png) no-repeat center center/ cover;
	width: 85px;
	height: 121px;
	position: absolute;
	top:-40px;
	left: -55px;
	z-index: -1;
	opacity: 0.7;
}
.advantages__body--04{
	margin: 0 80px 0 0;
	position: relative;
}
.advantages__body--04::before{
	content: "";
	background: url(../img/advantages_number04.png) no-repeat center center/ cover;
	width: 88px;
	height: 119px;
	position: absolute;
	top:-40px;
	left: -55px;
	z-index: -1;
	opacity: 0.7;
}
.advantages__body--05{
	margin: 0 0 0 90px;
	position: relative;
}
.advantages__body--05::before{
	content: "";
	background: url(../img/advantages_number05.png) no-repeat center center/ cover;
	width: 85px;
	height: 119px;
	position: absolute;
	top:-40px;
	left: -55px;
	z-index: -1;
	opacity: 0.7;
}
.advantages__title{
	font-size: 2.4rem;
	font-weight: var(--bold);
	letter-spacing: .1rem;
	margin: 0 0 40px 0;
	position: relative;
}
.advantages__txt{
	font-size: 1.5rem;
	line-height: 1.8;
}
.advantages_Annotation{
	background-image: -webkit-linear-gradient(bottom left, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	background-image: -o-linear-gradient(bottom left, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	background-image: linear-gradient(to top right, rgba(0, 140, 220, 1), rgba(0, 202, 205, 1));
	padding: 25px;
}
.advantages_Annotation--txt{
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
}
@media screen and (max-width:812px){
	/*
		kv
	-----------------------------------------------------------------------------------------------*/
	.slick__list{
		height: auto;
		position: relative;
		right: auto;
		top: auto;
		max-width: 108%;
	}
	.slick__item{
		display: inline-block;
	}
	.slick-slide img{
		min-width: 100%;
		width: 100%;
		height: auto;
	}
	.kv__wrapper{
		position: relative;
	}
	.kv__container{
		display: block;
		height: auto;
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.kv__container::after{
		background: url(../img/zaimu_kv_gradation_bg_sp.png) no-repeat center center/ cover;
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%, 0);
		width: 100%;
		height: 80%;
		}
	.kv__body{
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 3;
		transform: translate(-50%, 0);
		padding: 10% 15px 0;
		margin: 0;
		width: 100%;
	}
	.kv__body--cts{
		padding:0;
	}
	.kv__head--copy{
		font-size: 2.2rem;
		line-height: 1.3;
	}
	.kv__title{
		font-size: 1.6rem;
		margin: 13px 0 20px;
		line-height: 1.3;
	}
	.kv__title--txt{
		margin: 10px auto 20px;
		max-width: 500px;
		min-width: auto;
		width: 100%;
	}
	.kv__img{
		bottom: -50px;
		max-width: 195px;
	}
	/*
		about
	-----------------------------------------------------------------------------------------------*/
	#about{
		position: relative;
	}
	#about > .ctsArea{
		padding-bottom: 0;
		padding-top: 50px;
	}
	#about::before{
		content: "";
		width: 460px;
		height: 280px;
		bottom: -180px;
		right: -250px;
		z-index: 11;
	}
	.about__wrapper{
		position: relative;
	}
	.about_img{
		position: static;
	}
	.about__inner{
		clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
		-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
		margin: -40px 0 0 0;
	}
	.about__cts{
		padding: 100px 30px;
	}
	.about__lead{
		font-size: 1.7rem;
		line-height: 1.6;
		letter-spacing: 0.2rem;
	}
	.about__img02{
		position: absolute;
		top:auto;
		bottom: 10px;
		right: 10px;
		width: 200px;
		z-index: 1;
	}
	/*
		point
	-----------------------------------------------------------------------------------------------*/
	#point .ctsArea{
	padding: 35px 15px 50px 15px;
	}
	.point__head{
		width: 100%;
		max-width: 150px;
		padding: 0 0 40px 0;
	}
	.point__head--txt{
		padding: 0 10px;
	}
	.point__lead{
		font-size: 1.5rem;
		line-height: 1.8;
		margin: 20px 0 35px;
		text-align: left;
	}
	.point__list{
		gap: 40px 0;
		max-width: 500px;
	}
	.point__item{
		border-radius: 18px;
		max-width: 100%;
	}
	.point__item--img{
		height: auto;
		max-width: 100%;
	}
	.point__item--body{
	}
	.point__number{
		font-size: 1.3rem;
		padding: 2px 7px;
	}
	.point__title{
		font-size: 2.0rem;
		margin: 15px 0 15px;
	}
	.point__txt{
		font-size: 1.4rem;
		line-height: 1.7;
	}
/*
		feature
-----------------------------------------------------------------------------------------------*/
	#feature{
		position: relative;
	}
	#feature_ex .ctsArea_ex {
		padding: 10px 15px;
	}
	#feature .ctsArea {
		padding: 50px 15px;
	}
	.feature__head{
		width: 100%;
		max-width: 200px;
	}
	.feature__head_n{
		max-width: 100px;
		margin: -45px 0 0 110px;
	}
	#feature_ex h2{
		width: 100%;
		font-size: 2.4rem;
    	height: auto;
	}
	.feature__lead{
		font-size: 1.5rem;
		line-height: 2;
		margin: 20px 0 25px;
		text-align: center;
	}
	.feature__lead_n{
		font-size: 1.5rem;
		line-height: 2;
		margin: 50px auto 0;
		text-align: center;
		min-width: 370px;
	}
	.feature__img_ex{
		margin: 0 auto 50px;
    	width: 100%;
	}
	.feature__item{
		display: block;
		margin: 0 0 20px 0;
	}
	.feature__item:last-of-type{
		margin: 0;
	}
	.feature__list--title{
		margin: 0;
		padding: 10px;
	}
	.feature__list--title--first{
		margin: 0;
	}
	.feature__list--title--last{
		margin: 0;
	}
	.feature__list--txt{
		border-bottom: none;
		padding: 10px 0;
	}
	.feature__list--txt--first{
		border-top: none;
	}
	/*
		advantages
	-----------------------------------------------------------------------------------------------*/
	#advantages .ctsArea{
		padding: 50px 15px;
	}
	.advantages__head{
		width: 100%;
		max-width: 300px;
		padding: 0 0 40px 0;
	}
	.advantages__list{
		max-width: 500px;
	}
	.advantages__item{
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 35px;
		justify-content: center;
	}
	.advantages__img--01,
	.advantages__img--02,
	.advantages__img--03,
	.advantages__img--04,
	.advantages__img--05{
		margin-bottom: 15px;
		max-width: 55%;
	}
	.advantages__body--01,
	.advantages__body--02,
	.advantages__body--03,
	.advantages__body--04,
	.advantages__body--05{
		margin: 0;
	}
	.advantages__body--01::before{
		content: "";
		width: 46px;
		height: 83px;
		position: absolute;
		top:-30px;
		left: 0;
	}
	.advantages__body--02::before{
		content: "";
		width: 60px;
		height: 84px;
		position: absolute;
		top:-30px;
		left: 0;
	}
	.advantages__body--03::before{
		content: "";
		width: 60px;
		height: 85px;
		position: absolute;
		top:-30px;
		left: 0;
	}
	.advantages__body--04::before{
		content: "";
		width: 62px;
		height: 83px;
		position: absolute;
		top:-30px;
		left: 0;
	}
	.advantages__body--05::before{
		content: "";
		width: 60px;
		height: 83px;
		position: absolute;
		top:-30px;
		left: 0;
	}
	.advantages__body{
		max-width: 100%;
	}
	.advantages__title{
		font-size: 2.2rem;
		margin-bottom: 15px;
		padding: 0 0 15px 20px;
		text-align: left;
	}
	.advantages__txt{
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.advantages_Annotation{
		padding: 20px;
	}
	.advantages_Annotation--txt{
		font-size: 1.5rem;
		line-height: 1.7;
	}
}