@charset "utf-8";
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
.pageTitle:before {
    background-image: url("../img/business/page_title_bg.jpg");
}
#main .headLine01 {
    margin-bottom: 56px;
}
#main .innerBox {
	margin-bottom: 224px;
	position: relative;
}
#main .innerBox01 {
	margin-bottom: 164px;
}
#main .innerBox:before {
	position: absolute;
	left: 0;
	top: 12%;
	width: 100%;
	bottom: 7.6%;
	background: #f7f7f7;
	content: "";
	z-index: -1;
}
#main .innerBox01:before {
	top: 10.5%;
	bottom: 13.5%;
}
#main .innerBox .inner {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#main .innerBox .inner > img {
	width: 100%;
}
#main .innerBox .textBox {
	position: absolute;
	left: 40px;
	bottom: -120px;
	max-width: 668px;
	text-align: left;
}
#main .innerBox .h4Ttl {
	margin-bottom: 25px;
}
#main .innerBox .txt {
	margin-left: 5px;
	line-height: 1.88;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
#main .innerBox01 .textBox {
	bottom: auto;
	top: 28px;
	left: auto;
	right: 0;
}
#main .innerBox01 .h4Ttl {
	margin-left: 25px;
}
#main .innerBox02 {
	margin-bottom: 0;
}
#main .innerBox02::before {
	top: 12.3%;
	bottom: 7.6%;
}
#main .innerBox02 .h4Ttl {
	margin-bottom: 25px;
}
#main .innerBox02 .textBox {
	bottom: -120px;
}
#main .innerBox .textBox .btn {
	margin: 25px 4px 0;
	max-width: 653px;
}
#main .innerBox .textBox .btn a {
	padding: 18px 15px 15px;
	display: block;
	background: #EAEAEA;
	text-align: center;
}
#main .innerBox .textBox .btn a:hover {
	opacity: 0.7;
}
#main {
	margin-bottom: 238px;
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 20px;
	}
	#main .innerBox {
		margin-bottom: 60px;
		padding: 20px 0;
		background: #f7f7f7;
	}
	#main .innerBox:before {
		display: none;
	}
	#main .innerBox01:before {
		top: 11.5%;
		bottom: 13.5%;
	}
	#main .innerBox .inner {
		max-width: inherit;
		padding: 0 20px;
	}
	#main .innerBox .textBox {
		padding-top: 20px;
		position: static;
		max-width: inherit;
	}
	#main .innerBox .h4Ttl {
		margin-bottom: 20px;
	}
	#main .innerBox .h4Ttl img {
		width: 100%;
		max-width: 220px;
	}
	#main .innerBox .txt {
		margin-left: 0;
		line-height: 1.7;
		font-size: 1.4rem;
	}
	#main .innerBox01 .h4Ttl {
		margin-left: 0;
	}
	#main .innerBox01 .h4Ttl img {
		max-width: 290px;
	}
	#main .innerBox02 .h4Ttl {
		margin-bottom: 20px;
	}
	#main .innerBox .textBox .btn {
		margin: 20px auto 0;
		max-width: 320px;
	}
	#main .innerBox .textBox .btn a {
		padding: 15px 20px;
	}
	#main .innerBox .textBox .btn a img {
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 20px;
	}
	#main {
		margin-bottom: 70px;
	}
}