/****************************************************************************************/
#service {
	text-align: center;
}

#service .top-text {
	margin: 0 auto;
	max-width: 970px;
	font-size: 2.2rem;
	line-height: 4.1rem;
	letter-spacing: 0.11rem;
	text-align: left;
}

#service .types {
	margin-top: 79px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

#service .types > * {
	width: 46.5%;
}

#service .types .text {
	margin-top: 36px;
}
#service .types h3 {
	font-size: 2.7rem;
	line-height: 2.7rem;
}
#service .types p {
	margin-top: 28px;
	min-height: 105px;
	font-size: 1.8rem;
    line-height: 3.5rem;
	letter-spacing: -0.093rem;
}

#service .types .buttons {
	margin-top: 50px;
}
/****************************************************************************************/
#cases {
	margin-top: 179px;
	text-align: center;
}

#cases .type + .type {
	margin-top: 158px;
}

#cases h2 {
	font-size: 4.5rem;
	line-height: 4.5rem;
	letter-spacing: 0.11rem;
}

#cases .top-text {
	margin: 38px auto 0 auto;
	max-width: 726px;
	font-size: 2.2rem;
	line-height: 4.1rem;
	letter-spacing: 0.387rem;
	text-align: left;
}

#cases .cases {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}
#cases .case {
	width: 29.5%;
}
#cases .case h4 {
	margin-top: 20px;
	font-size: 2.4rem;
	line-height: 3.1rem;
	letter-spacing: 0.21rem;
}
#cases .case p {
	margin-top: 20px;
	font-size: 1.7rem;
	line-height: 3rem;
	text-align: left;
}
/****************************************************************************************/