/*common mod------------------*/
section.title{
	min-height:calc(100vh - 76px);
	padding:80px;
}
/*----------------------------*/
.services:nth-of-type(1){
	background-image:url('');
	background-repeat: no-repeat;
	background-size:100.5%;
	background-position: center;
}
.inner{
	scroll-margin-top: 120px;
}
.article p{
	margin:0 0 20px;
}
.results{
	padding:40px;
	border-radius:32px;
	background:rgba(255,255,255,0.8);
}
.results li{
	position:relative;
	padding:0 0 0 32px;
	margin:0 0 10px;
	font-size:14px;
	background:url(../assets/img/icon-check_o.svg) left center no-repeat;
}
.service > li > ul li:last-child{
	margin:0;
}
}
.results li::before{
	position:absolute;
	content:"・";
	left:0;
}

@media screen and (max-width: 960px) {
	/*common mod------------------*/
	section.title{
		min-height:calc(100vh - 48px);
		padding:10vh 6.4% 0;
	}
	section:last-of-type{
		padding: 40px 6.4% 0;
	}
	/*----------------------------*/
	.inner{
		scroll-margin-top: 60px;
	}
	.results{
		padding:7.3%;
	}
	.results li{
		padding:0 0 0 30px;
	}
	
}