@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#main p:not(.comContactBox .inner .rBox .telBox .tel) {
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .topText {
	margin-bottom: 9.9rem;
}
#main .headLine01 {
	margin-bottom: 7.5rem;
}
#main .imgBox {
	margin-bottom: 8rem;
}
#main .imgBox .photoBox {
	width: 56rem;
}
#main .imgBox:nth-child(2n+1) .photoBox {
	order: 1;
}
#main .imgBox .photoBox img {
	border-radius: 3.8rem;
}
#main .imgBox .textBox {
	margin-top: 6rem;
	width: 56rem;
}
#main .imgBox .textBox h3 {
	margin-bottom: 3.1rem;
	display: flex;
	flex: 1;
	align-items: center;
	color : #E05916;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#main .imgBox .textBox h3 .num {
	margin-right: 2rem;
	width: 6rem;
	height: 6rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 2.4rem;
	border-radius: 50%;
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Quicksand", sans-serif;
	background-color: #e05916;
}
#main .imgBox .textBox h3 .jp {
	padding-bottom: 0.4rem;
	display: block;
}
#main .imgBox .textBox p {
	text-align: justify;
}
#main .imgBox:last-child {
	margin-bottom: 0;
}
#main .comContactBox {
	margin-top: 26rem;
}
@media all and (max-width: 896px) {
	#main .topText {
		margin-bottom: 5rem;
	}
	#main .headLine01 {
		margin-bottom: 4rem;
	}
	#main .imgBox {
		margin-bottom: 5rem;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
	}
	#main .imgBox .photoBox img {
		width: 100%;
		border-radius: 2rem;
	}
	#main .imgBox .textBox {
		margin-top: 3rem;
		width: auto;
	}
	#main .imgBox .textBox h3 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .imgBox .textBox h3 .num {
		margin-right: 2rem;
		width: 4rem;
		height: 4rem;
		font-size: 1.8rem;
	}
	#main .imgBox .textBox h3 .jp {
		padding-bottom: 0;
	}
	#main .comContactBox {
		margin-top: 10rem;
	}
}