@charset "utf-8";
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#main {
	padding-bottom: 29.1rem;
}
#main .pageTitle {
	margin-bottom: 13.3rem;
	background-image: url(../img/service/page_title_bg.jpg);
}
#main .topBox {
	margin-bottom: 12.4rem;
}
#main .topBox .hTitle {
	margin-bottom: 4.7rem;
	color: #172a4f;
	font-size: 4.4rem;
	line-height: 1.72;
	letter-spacing: 0.05em;
}
#main .topBox .textBox {
	margin-bottom: 11.7rem;
}
#main .topBox .textBox .text {
	margin-bottom: 3.2rem;
	line-height: 2;
}
#main .topBox .textBox .text:last-child {
	margin-bottom: 0;
}
#main .topBox .photoUl {
	margin-bottom: 12rem;
}
#main .topBox .photoUl li {
	width: 50%;
}
#main .topBox .imgBox .textBox {
	padding: 2.3rem 0 0;
	width: calc(100% - 66rem);
}
#main .topBox .imgBox .textBox .hTitle {
	margin-bottom: 3rem;
	color: #172a4f;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}
#main .topBox .imgBox .photo {
	width: 60rem;
}
#main .serviceBox .title {
	padding: 1.6rem 7.4rem 1.7rem 3rem;
	width: fit-content;
	position: relative;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	z-index: 1;
}
#main .serviceBox .title::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -0.1rem;
	background: #172a4f;
	content: '';
	z-index: -1;
	clip-path: polygon(0% 0%,calc(100% - 4.9rem) 0%,100% 100%,0 100%);
}
#main .serviceBox .photoList li {
	padding: 7.9rem 0;
	border-top: 0.2rem solid #172a4f;
}
#main .serviceBox .photoList li .subArea {
	margin: 0 auto;
	max-width: 120rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .serviceBox .photoList li .subArea .photo {
	width: 60rem;
}
#main .serviceBox .photoList li .subArea .textBox {
	padding: 2.2rem 0 0;
	width: calc(100% - 68rem);
}
#main .serviceBox .photoList li .subArea .textBox .en {
	margin-bottom: 1.8rem;
	color: #6e7888;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .serviceBox .photoList li .subArea .textBox .en .number {
	margin-left: 1rem;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	vertical-align: -0.5rem;
}
#main .serviceBox .photoList li .subArea .textBox .innTitle {
	margin-bottom: 3.3rem;
	color: #172a4f;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .serviceBox .photoList li .subArea .textBox .innTitle small {
	font-size: 2.8rem;
}
#main .serviceBox .photoList li .subArea .textBox .text {
	line-height: 2;
	text-align: justify;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 20rem;
	}
	#main .pageTitle {
		margin-bottom: 6rem;
	}
	#main .topBox {
		margin-bottom: 6rem;
	}
	#main .topBox .hTitle {
		margin-bottom: 3.5rem;
		font-size: 2.2rem;
	}
	#main .topBox .textBox {
		margin-bottom: 5rem;
	}
	#main .topBox .textBox .text {
		margin-bottom: 2rem;
	}
	#main .topBox .photoUl {
		margin-bottom: 4rem;
	}
	#main .topBox .photoUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .topBox .photoUl li img {
		width: 100%;
	}
	#main .topBox .imgBox .textBox {
		padding: 0;
		width: auto;
	}
	#main .topBox .imgBox .textBox .hTitle {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .topBox .imgBox .photo {
		width: auto;
	}
	#main .topBox .imgBox .photo img {
		width: 100%;
	}
	#main .serviceBox .title {
		padding: 1.2rem 3rem 1.2rem 1.5rem;
		width: fit-content;
		font-size: 1.6rem;
	}
	#main .serviceBox .title::before {
		clip-path: polygon(0% 0%,calc(100% - 3rem) 0%,100% 100%,0 100%);
	}
	#main .serviceBox .photoList li {
		padding: 3rem 1.5rem;
	}
	#main .serviceBox .photoList li .subArea {
		margin: 0;
		max-width: inherit;
		display: block;
	}
	#main .serviceBox .photoList li .subArea .photo {
		width: auto;
	}
	#main .serviceBox .photoList li .subArea .photo img {
		width: 100%;
	}
	#main .serviceBox .photoList li .subArea .textBox {
		padding: 2.2rem 0 0;
		width: auto;
	}
	#main .serviceBox .photoList li .subArea .textBox .en {
		margin-bottom: 1rem;
	}
	#main .serviceBox .photoList li .subArea .textBox .en .number {
		font-size: 2rem;
		vertical-align: -0.2rem;
	}
	#main .serviceBox .photoList li .subArea .textBox .innTitle {
		margin-bottom: 1.8rem;
		font-size: 2.5rem;
	}
	#main .serviceBox .photoList li .subArea .textBox .innTitle small {
		font-size: 1.6rem;
	}
}