@charset "utf-8";
/*------------------------------------------------------------
	rpo
------------------------------------------------------------*/
.headLine02 {
	width: 23rem;
	padding-bottom: 0;
	border: 0;
}
.pageTitle .content {
	padding-bottom: 3.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
}
.pageTitle .rText {
	flex: 1;
	line-height: 1.4;
	letter-spacing: 0.08rem;
}
#main .h_title {
	margin-bottom: 2.4rem;
	padding-left: 3.2rem;
	position: relative;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0.084rem;
}
#main .h_title::after {
	position: absolute;
	top: 1.1rem;
	left: 0;
	z-index: 1;
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background-color: #FF4D00;
}
#main .comBtn01 {
	width: 32rem;
	margin: 2.4rem 0 0 auto;
}
#main .service {
	margin-bottom: 12rem;
}
#main .service .info {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.072rem;
}
#main .service .comBtn01 {
	margin-bottom: 4rem;
}
#main .service .info01 {
	font-size: 2rem;
}
#main .case {
	margin-bottom: 18.5rem;
}
#main .case .headLine03 {
	background-image: url(../img/common/h_img02.png);
}
#main .case .h_title {
	margin-bottom: 4rem;
}
#main .case .imgBox {
	margin-bottom: 4rem;
	gap: 2.4rem;
}
#main .case .imgBox:last-child {
	margin-bottom: 0;
}
#main .case .imgBox .photoBox {
	width: 20.3rem;
	border-radius: 0.8rem;
	overflow: hidden;
}
#main .case .imgBox .textBox {
	flex: 1;
}
#main .case .imgBox .title {
	margin-bottom: 1.5rem;
	padding-left: 4.5rem;
	text-indent: -4.5rem;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 0.072rem;
}
#main .case .imgBox .infoUl {
	padding: 4rem;
	gap: 2.4rem;
	border: 1px solid #D9D9D9;
	border-radius: 0.8rem;
}
#main .case .imgBox .infoUl li {
	width: calc((100% - 7.2rem) / 4);
	letter-spacing: 0.048rem;
}
#main .case .imgBox .infoUl .num {
	margin-top: 1rem;
	display: block;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.084rem;
	color: #FF4D00;
}
#main .case .imgBox .infoUl .num span {
	font-size: 2rem;
}
@media all and (max-width: 980px) {
	.headLine02 {
		margin-bottom: 1.5rem;
		width: auto;
	}
	.pageTitle {
		padding-bottom: 5.6rem;
	}
	.pageTitle .content {
		padding-bottom: 2.4rem;
		display: block;
	}
	.pageTitle .rText {
		letter-spacing: 0.07rem;
	}
	#main .h_title {
		margin-bottom: 2.4rem;
		padding-left: 3.2rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .h_title::after {
		top: 0.8rem;
	}
	#main .service {
		margin-bottom: 11rem;
	}
	#main .service .comBtn01 {
		margin-bottom: 2.4rem;
	}
	#main .service .info01 {
		font-size: 1.8rem;
	}
	#main .case {
		margin-bottom: 9.5rem;
	}
	#main .case .h_title {
		margin-bottom: 2.4rem;
		font-size: 2.8rem;
	}
	#main .case .h_title::after {
		top: 1.1rem;
	}
	#main .case .imgBox {
		margin-bottom: 2.4rem;
		display: block;
	}
	#main .case .imgBox .photoBox {
		margin-bottom: 1.1rem;
		width: auto;
	}
	#main .case .imgBox .photoBox img {
		width: 100%;
	}
	#main .case .imgBox .title {
		margin-bottom: 1.1rem;
		padding-left: 4rem;
		text-indent: -4rem;
		font-size: 2rem;
		letter-spacing: 0.06rem;
	}
	#main .case .imgBox .infoUl {
		gap: 2rem 2.4rem;
	}
	#main .case .imgBox .infoUl li {
		width: calc((100% - 2.4rem) / 2);
		letter-spacing: 0.042rem;
	}
	#main .case .imgBox .infoUl .text {
		min-height: 4.2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#main .case .imgBox .infoUl .num {
		margin-top: 0.4rem;
		font-size: 2.4rem;
		letter-spacing: 0.072rem;
	}
	#main .case .imgBox .infoUl .num span {
		font-size: 1.6rem;
	}
	#main .case .comBtn01 a {
		font-size: 1.6rem;
	}
}