@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 14rem;
	background-image: url(../img/business/page_title_bg.jpg);
}
#main .headLine02 {
	margin-bottom: 4.5rem;
	font-size: 3.6rem;
	line-height: 2;
}
#main .headLine02 + p {
	line-height: 2.25;
	margin-bottom: 18.7rem;
}
#main .imgBox:not(:last-child) {
	margin-bottom: 12rem;
}
#main .imgBox .phoBox {
	width: 46.65%;
}
#main .imgBox .phoBox img {
	width: 100%;
}
#main .imgBox .txtBox {
	margin: 9.5rem 0 0 12rem;
	flex: 1;
}
#main .imgBox .txtBox h4 {
	margin-bottom: 4.7rem;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .imgBox .txtBox h4 .en {
	display: block;
	font-size: 1.8rem;
	letter-spacing: 0;
	font-family: "Cormorant Garamond", serif;
}
#main .imgBox .txtBox p {
	margin-bottom: 7.5rem;
	line-height: 2;
	text-align: justify;
}
#main .imgBox .txtBox .comLink {
	text-align: right;
}
#main .imgBox02 {
	flex-direction: row-reverse;
}
#main .imgBox02 .txtBox {
	margin-left: 0;
	margin-right: 12rem;
}
@media all and (max-width: 896px) {
	#main .headLine02 {
		margin-bottom: 2.5rem;
		font-size: 2.4rem;
		line-height: 1.75;
	}
	#main .headLine02 + p {
		line-height: 1.75;
		margin-bottom: 6rem;
	}
	#main .imgBox {
		display: block;
	}
	#main .imgBox:not(:last-child) {
		margin-bottom: 6rem;
	}
	#main .imgBox .phoBox {
		width: auto;
	}
	#main .imgBox .txtBox {
		margin: 3rem 0 0 !important;
		flex: 1;
	}
	#main .imgBox .txtBox h4 {
		margin-bottom: 2rem;
		font-size: 2.4rem;
	}
	#main .imgBox .txtBox h4 .en {
		font-size: 1.6rem;
	}
	#main .imgBox .txtBox p {
		margin-bottom: 4rem;
		line-height: 1.75;
	}
	#main .imgBox .txtBox .comLink {
		text-align: left;
	}
}