@charset "utf-8";

.recommend h2 {
	font-size: 3.2rem;
	letter-spacing: 0;
	margin-bottom: 4.8rem;
}
.heading {
	margin-bottom: 4.8rem;
}

.merit {
	padding: 16.8rem 0;
}
.service {
	padding: 16.8rem 0 0;
	background: #fff;
}
.service .services {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.service .services li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 50%;
	text-align: center;
	background: #ba6e86;
	color: #fff;
	padding: 10.5rem 6.4rem;
	line-height: 2.0;
}
.service .services li:nth-child(2) {
	background: #68233b;
}
.service .services li img {
	width: 15rem;
	margin-bottom: 4.8rem;
}

.service .services li h3 {
	font-size: 3.2rem;
	margin-bottom: 4.8rem;
}
.service .services li p + p {
	margin-top: 3.2rem;
}
.service .services li p + h4 {
	margin-top: 3.2rem;
}
.service .services li:nth-child(2) p {
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.recommend h2 {
		font-size: 2.4rem;
	}
	.service .services {
		flex-direction: column;
	}
	.service .services li {
		width: 100%;
	}
}