@charset "utf-8";
/*------------------------------------------------------------
	business01
------------------------------------------------------------*/
#main .topBox {
	margin-bottom: 124px;
}
#main .topBox .comImgBox.imgBox01 {
	margin-bottom: 60px;
	display: block;
}
#main .topBox .comImgBox.imgBox01 .textBox {
	margin-bottom: 38px;
	width: auto;
}
#main .topBox .comImgBox.imgBox01 .textBox p {
	margin-right: 0;
}
#main .topBox .comImgBox.imgBox01 .photoBox {
	width: auto;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList li {
	width: 45.11%;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList li:nth-of-type(2n) {
	width: 49.37%;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList li.list01 img {
	width: 100%;
	max-width: 486px;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList .pho {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#main .topBox .comImgBox.imgBox01 .photoBox .photoList p {
	font-size: 1rem;
	line-height: 1.8;
}
#main .topBox .imgBox:last-of-type {
	margin-bottom: 0;
}
#main .service {
	margin: -53px 0 -65px;
	padding: 152px 0 1px;
	background-color: #FAFAFB;
}
#main .service h2 {
	margin-bottom: 69px;
}
.comContactBox::before {
	background-color: #fafafb;
}
@media all and (max-width: 896px) {
	#main .topBox {
		margin-bottom: 80px;
	}
	#main .topBox .comImgBox.imgBox01 {
		margin-bottom: 41px;
	}
	#main .topBox .comImgBox.imgBox01 .textBox {
		margin-bottom: 56px;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList {
		display: block;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList li {
		margin-bottom: 56px;
		width: auto;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList li:nth-of-type(2n) {
		width: auto;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList li.list01 img {
		max-width: 94.75%;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList .pho {
		margin-bottom: 22px;
		display: block;
		text-align: center;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList li:nth-of-type(2n) .pho {
		margin-bottom: 31px;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList .pho img {
		width: 94.75%;
	}
	#main .topBox .comImgBox.imgBox01 .photoBox .photoList p {
		font-size: 1rem;
		line-height: 1.8;
	}
	#main .topBox .imgBox:last-of-type {
		margin-bottom: 0;
	}
	#main .comBgBox {
		padding-bottom: 76px;
	}
	#main .service {
		margin-bottom: -42px;
		padding: 140px 0 0;
	}
	#main .service h2 {
		margin-bottom: 46px;
	}
}
@media all and (max-width: 374px) {
	#main .comImgBox .textBox h2 {
		font-size: 1.6rem;
	}
}