@charset "UTF-8";
/*
	smartcity
-----------------------------------------------------------------------------------------------*/
#smartcity .ctsArea{
	text-align: center;
}
.smartcity__head{
	color: var(--blue);
	font-size: 5.5rem;
	font-weight: var(--black);
	text-align: center;
}
.smartcity__head--txt{
	font-size: 3.5rem;
}
.smartcity__lead{
	color: var(--blue);
	font-size: 1.8rem;
	font-weight: var(--bold);
	margin: 23px 0 30px;
	text-align: center;
}
.smartcity__lead--para + .smartcity__lead--para{
	margin-top: 18px;
}
.smartcity__img{
	position: relative;
}
.smartcity__img--txt{
	bottom: 0;
	color: #307fc9;
	font-size: 3.0rem;
	font-weight: var(--bold);
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0);
}
.smartcity__txt{
	align-items: center;
	background: linear-gradient(150deg, rgba(63, 136, 205, 1) 10%,
				rgba(106, 220, 219, 1) 90%);
	border-radius: 30px;
	color: #fff;
	display: inline-flex;
	font-size: 2.5rem;
	font-weight: var(--bold);
	height: 60px;
	justify-content: center;
	margin-top: 40px;
	padding: 0 35px;
}
.smartcity__note{
	background: #f3f3f3;
	color: #575757;
	font-size: 1.3rem;
	margin-top: 40px;
	padding: 35px 40px;
	text-align: left;
}
.smartcity__note--tit{
	display: block;
	font-weight: var(--bold);
	margin-bottom: 5px;
}
/*
	everyone
-----------------------------------------------------------------------------------------------*/
#everyone{
	background: #e8f1ff;
	position: relative;
	text-align: center;
}
#everyone::before{
	background: #e8f1ff;
	bottom: -60px;
	content: '';
	height: 70px;
	left: 50%;
	position: absolute;
	transform: rotate(45deg) translate(-50%, 0);
	width: 70px;
}
.everyone__head{
	color: var(--blue);
	font-size: 4.0rem;
	font-weight: var(--bold);
}
.everyone__lead{
	color: var(--blue);
	font-size: 2.3rem;
	font-weight: var(--bold);
	margin: 20px 0 38px;
}
.everyone__container{
	display: flex;
	justify-content: space-between;
}
.everyone__box{
	margin: 0 auto;
	text-align: center;
	width: calc((100% - 120px)/4);
}
.everyone__img{
	margin: 0 auto;
	width: 186px;
}
.everyone__txt{
	font-size: 1.5rem;
	line-height: 1.7;
	margin-top: 15px;
	text-align: left;
}
/*
	service
-----------------------------------------------------------------------------------------------*/
#service .ctsArea{
	padding: 100px 30px 70px;
	text-align: center;
}
.service__head{
	color: var(--blue);
	font-size: 4.0rem;
	font-weight: var(--bold);
}
.service__head--sub{
	font-size: 3.0rem;
	margin-left: 3px;
}
.service__lead{
	color: var(--blue);
	font-size: 2.3rem;
	font-weight: var(--bold);
	margin: 16px 0 35px;
}
.service__img{
	margin: 0 auto;
	width: 505px;
}
#service a.button-arrow{
	margin-top: 30px;
}
.service__list{
	margin-top: 50px;
}
[class^="service__item--0"]{
	align-items: center;
	display: flex;
	margin: 8px 0;
	text-align: left;
}
.service__item--02{
	flex-direction: row-reverse;
}
.sservice__item--tit{
	align-items: center;
	color: #fbad4b;
	display: flex;
	font-size: 3.0rem;
	font-weight: var(--bold);
	line-height: 1.3;
	margin-bottom: 25px;
}
.sservice__item--num{
	align-items: center;
	background: #fbad4b;
	color: #fff;
	display: flex;
	font-size: 3.9rem;
	font-weight: var(--bold);
	height: 72px;
	justify-content: center;
	line-height: 1;
	margin-right: 23px;
	position: relative;
	width: 72px;
}
.sservice__item--num::before{
	border-bottom: 36px solid rgba(255, 255, 255, .15);
	border-left: 36px solid transparent;
	border-right: 36px solid rgba(255, 255, 255, .15);
	border-top: 36px solid transparent;
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
}
.service__item--txt{
	font-size: 1.7rem;
}
.service__item--01 .service__item--img{
	margin-left: 17px;
	min-width: 324px;
}
.service__item--02 .service__item--img{
	margin: 0 17px 0 0;
	min-width: 327px;
}
.service__item--03 .service__item--img{
	margin-left: 17px;
	min-width: 368px;
}
@media screen and (max-width:897px){
	/*
		smartcity
	-----------------------------------------------------------------------------------------------*/
	#smartcity::before{
		bottom: -40px;
		height: 50px;
		width: 50px;
	}
	.smartcity__head{
		font-size: 4.0rem;
	}
	.smartcity__lead{
		font-size: 1.5rem;
		line-height: 1.5;
		margin: 20px auto 25px;
		max-width: 500px;
		text-align: left;
	}
	.smartcity__lead--para{
		line-height: 1.8;
	}
	.smartcity__lead--para + .smartcity__lead--para{
		margin-top: 15px;
	}
	.smartcity__img{
		margin: 0 auto;
		max-width: 500px;
	}
	.smartcity__img--txt{
		font-size: 2.0rem;
		margin-top: 12px;
		position: static;
		transform: none;
	}
	.smartcity__txt{
		border-radius: 15px;
		font-size: 1.7rem;
		height: 70px;
		margin-top: 20px;
		padding: 0 8px;
	}
	.smartcity__note{
		margin: 35px auto 0;
		max-width: 500px;
		padding: 15px;
	}
	/*
		everyone
	-----------------------------------------------------------------------------------------------*/
	#everyone::before{
		bottom: -40px;
		height: 50px;
		width: 50px;
	}
	.everyone__head{
		font-size: 2.5rem;
	}
	.everyone__lead{
		font-size: 1.6rem;
		margin: 18px 0 10px;
	}
	.everyone__container{
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 500px;
	}
	.everyone__box{
		margin: 20px 0 0;
		width: calc((100% - 15px)/2);
	}
	.everyone__img{
		width: 80%;
	}
	.everyone__txt{
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	/*
		service
	-----------------------------------------------------------------------------------------------*/
	#service .ctsArea{
		padding: 80px 15px 70px;
		text-align: center;
	}
	.service__head{
		font-size: 2.5rem;
	}
	.service__head--sub{
		font-size: 1.8rem;
	}
	.service__lead{
		font-size: 1.8rem;
		line-height: 1.6;
		margin: 25px 0 35px;
	}
	.service__img{
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 500px;
		width: 90%;
	}
	#service a.button-arrow{
		border-radius: 10px;
		height: 70px;
		margin-top: 10px;
		max-width: 500px;
		min-width: auto;
		width: 100%;
	}
	.service__list{
		margin: 40px auto 0;
		max-width: 500px;
	}
	[class^="service__item--0"]{
		display: block;
		margin: 30px 0;
	}
	.service__item--03{
		margin-bottom: 0;
	}
	.sservice__item--tit{
		font-size: 2.3rem;
		margin-bottom: 16px;
	}
	.sservice__item--num{
		font-size: 3.0rem;
		max-height: 50px;
		margin-right: 15px;
		min-width: 50px;
	}
	.sservice__item--num::before{
		border-bottom: 25px solid rgba(255, 255, 255, .15);
		border-left: 25px solid transparent;
		border-right: 25px solid rgba(255, 255, 255, .15);
		border-top: 25px solid transparent;
	}
	.service__item--txt{
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.service__item--01 .service__item--img,
	.service__item--02 .service__item--img,
	.service__item--03 .service__item--img{
		margin: 0 auto;
		min-width: auto;
		width: 60%;
	}
}