@charset "utf-8";




/*-------------------------------
	サービス
-------------------------------*/

.Service{
	padding-top: 10rem;
	padding-bottom: 4.5rem;
}
.Service:first-child{
	padding-top: 0;
}
.Service:last-child{
	padding-bottom: 4.5rem;
}
.Service__title{
	font-family: var(--en);
	font-size: 1.2rem;
	margin-bottom: 4.5rem;
	font-weight: 700;
	line-height: 1;
}

/* 奇数レイアウト */
.Service:nth-of-type(2n){
	background: #f7f8f8;
}
.Service:nth-of-type(2n) .C-service-block::before{
	background: #f7f8f8;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Service{
		padding-top: 7rem;
		padding-bottom: 1.5rem;
	}
	.Service:last-child{
		padding-bottom: 4.5rem;
	}
	.Service__title{
		font-size: 2.4rem;
		margin-bottom: 6.5rem;
	}

}