@charset "utf-8";

/* ---------------------------------------------------------------- 共通 ---- */

.pagemain-img{
	background-color: #80c40a;
}

.pagemain-img-inner{
	background-image: url(../img/img_01.png);
}

.pagemain-img-ttl{
	background-image: url(../img/h_01.png);
	width: 239px;
	height: 71.5px;
}

/* ---------------------------------------------------------------- lead ---- */

.lcl-box-lead{
	padding: 15px 0 50px;
}

.lcl-lead-txt{
	width: 790px;
	padding: 15px 0 0;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto;
	overflow: hidden;
}

.lcl-box-lead-icon {
	margin-bottom: 15px;
}

.lcl-box-lead-icon img{
	display: block;
	margin: 0 auto;
}

.lcl-box-lead .box-title{
	font-size: 25px;
	line-height: 46px;
	letter-spacing: 0.3em;
	text-align: center;
}

.lcl-box-lead .box-title .quote_01,
.lcl-box-lead .box-title .quote_02{
	fill: #eba230;
}

.lcl-box-lead .box-title .quote_01{
	left: 0;
}

.lcl-box-lead .box-title .quote_02{
	right: 0;
	transform: -ms-rotateX(180deg);
	transform: -moz-rotateX(180deg);
	transform: -webkit-rotateX(180deg);
	transform: rotateX(180deg);
}

.lcl-lead-txt-img02{
	width: 772px;
	height: 342px;
	background: url(../img/img_02.png) center /100% no-repeat;
}

/* ---------------------------------------------------------------- box01 ---- */
.lcl-box01{
	width: 100%;
	position: relative;
	background: url(../img/bg_01.png) center /100% 381px no-repeat;
	padding: 60px 0;
	height: 381px;
	box-sizing: border-box;
	min-width: 1300px;
}

.lcl-box-block-item{
	display: inline-block;
}

.lcl-box-block-item:nth-child(1){
	width: 325px;
	float: left;
}

.lcl-box-block-item:nth-child(2){
	width: 675px;
	vertical-align: middle;
	padding-right: 30px;
	box-sizing: border-box;
}

.lcl-box-block-item h3{
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	margin: 40px 0 30px;
}

.lcl-box-block-item p{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
}

.lcl-box-block-item img{
	margin: 0 30px;
	box-sizing: border-box;
}

/* ---------------------------------------------------------------- box02 ---- */

.lcl-box02{
	width: 100%;
	position: relative;
	padding: 15px 0 100px;
}

.lcl-box-block {
	overflow: hidden;
}

.lcl-box-block02 .lcl-box-block-item:nth-child(2){
	width: 670px;
	float: left;
}

.lcl-box-block02 .lcl-box-block-item:nth-child(2) h3,
.lcl-box-block02 .lcl-box-block-item:nth-child(2) p{
	color: #333;
}

.lcl-box-block02 .lcl-box-block-item:nth-child(1){
	width: 325px;
	float: right;
	padding-left: 30px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px){

	.pagemain-img-inner {
		background-image: url(../img/sp/img_01.png);
	}

	.lcl-box-lead {
		padding: 35px 0 50px;
	}

	.lcl-box-lead .box-title {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.15em;
		text-align: center;
	}

	.lcl-box-lead .box-title .quote_01 {
		left: -25px;
	}

	.lcl-box-lead .box-title .quote_02 {
		right: -25px;
	}

	.lcl-lead-txt {
		width: 100%;
		padding: 15px 0 0;
		font-size: 16px;
		line-height: 32px;
		margin: 0 auto;
		overflow: hidden;
	}

	.lcl-box01 {
		background: url(../img/sp/bg_01.png) center /100% 530px no-repeat;
		padding: 69px 0;
		height: 528.5px;
		min-width: 100%;
		min-height: 528.5px;
	}

	.lcl-lead-txt-img02 {
		background: url(../img/sp/img_02.png) center /100% no-repeat;
		width: 100%;
		height: 0;
		padding-top: 60.3448276%;
	}

	.lcl-box-block-item img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 181.5px;
		height: auto;
	}

	.lcl-box-block-item:nth-child(2),
	.lcl-box-block02 .lcl-box-block-item:nth-child(1){
		width: 100%;
		padding-right: 0;
	}

	.lcl-box-block-item h3 {
		font-size: 20px;
		line-height: 32px;
		margin: 20px 0 10px;
		text-align: center;
	}

	.lcl-box-block-item p {
		font-size: 14px;
		line-height: 26px;
	}

	.lcl-box-block02 .lcl-box-block-item:nth-child(2){
		float: right;
	}

	.lcl-box02 {
		padding: 55px 0 45px;
	}

	.lcl-box-block02 .lcl-box-block-item:nth-child(2){
		width: 100%;
	}

	.lcl-box-block02 .lcl-box-block-item:nth-child(2) h3{
		margin-bottom: 20px;
	}
}
