@charset "utf-8";

/* ---------------------------------------------------------
mainVisual
--------------------------------------------------------- */

.mainVisual.bg01 {
	/*CSS Gradient*/
	background: #ecf4e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecf4e8 0%, #f4f9f0 50%, #ecf4e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ecf4e8 0%,#f4f9f0 50%,#ecf4e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ecf4e8 0%,#f4f9f0 50%,#ecf4e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf4e8', endColorstr='#ecf4e8',GradientType=0 ); /* IE6-9 */
}
.mainVisual .inner {
	position: relative;
	height: 494px;
}
.mainVisual .visualImg {
	position: absolute;
	top: 0px;
	right: -140px;
}
.mainVisual .visualTtl {
	position: absolute;
	top: 45px;
	left: 10px;
}
.mainVisual .cvBtn {
	position: absolute;
	bottom: 45px;
	left: 10px;
}

@media only screen and (max-width:767px){

	.mainVisual .inner {
		position: static;
		height: auto;
		padding: 0;
	}
	.mainVisual .visualWrap {
		position: relative;
		height: 0;
		padding-top: 65.33333333333333%;
		overflow: hidden;
	}
	.mainVisual .visualImg {
		width: 89%;
		top: 0;
		right: -26%;
	}
	.mainVisual .visualTtl {
		width: 61%;
		top: 50%;
		left: 10px;
		margin-top: -26%;
	}
	.mainVisual .cvBtn {
		position: static;
		padding: 17px 10px 23px;
		background: #eee9d3;
	}

}


/* ---------------------------------------------------------
# sec01
--------------------------------------------------------- */
#sec01 .layout {
	padding: 30px 20px 0 40px;
}

#sec01 .layout {
    margin: 20px 0 0 10px;
}

#sec01 .layout ul {
	margin-top: 60px;
	line-height: 200%;
}
#sec01 .layout ul li {
	margin-bottom: 10px;
}
#sec01 .layout ul li::before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 21px;
	background: url(../../common/img/list_icon.png) no-repeat;
	background-size: 25px auto;
	padding-right: 12px;
}
#sec01 .arrow {
	width: 100%;
	max-width: 148px;
	margin: 50px auto 15px;
}

/* ========== SP ========== */
@media only screen and (max-width:767px){
	#sec01 .layout .pic {
		display: block;
		width: 67.46268656716417%;
		margin: auto;
	}
	#sec01 .layout {
		padding: 10px 2.8169014084507045%;
	}
	#sec01 .layout ul {
		margin-top: 0;
	}
	#sec01 .layout ul li::before {
		width: 17px;
		height: 14px;
		background-size: 17px auto;
		padding-right: 4px;
	}
	#sec01 .arrow {
		width: 27.042253521126757%;
		margin: 0 auto 10px;
	}

}


/* ---------------------------------------------------------
# sec02
--------------------------------------------------------- */

#sec02 .hTtl {
	margin-bottom: 23px;
}
#sec02 .inner {
	padding-top: 55px;
}
#sec02 .inner .txt {
	line-height: 200%;
}
#sec02 .layout img {
	width: 470px;
}

#sec02 .pic02 {
	display:block;
	margin:0 auto;
}

#sec02 .commentBox {
	border: 1px dotted #7ca72a;
	background: #f2f8ea;
	padding: 30px;
	margin: 40px 0 60px;
	line-height: 200%;
}

/* ========== SP ========== */
@media only screen and (max-width:767px){

	#sec02 .inner {
		padding-top: 20px;
	}
	#sec02 .inner .txt {
		text-align: left;
		line-height: 180%;
		margin-bottom:20px;
	}
	#sec02 .inner .layout img {
		margin-bottom: 30px;
	}
	#sec02 .layout img {
		width: 100%;
	}
	#sec02 .pic02 {
	margin:0 auto 20px;
}
	#sec02 .commentBox {
		padding: 20px;
		margin: 0 0 20px;
		line-height: 140%;
	}

}


/* ---------------------------------------------------------
footer
--------------------------------------------------------- */

#footer .footer {
	color: #fff;
	position: relative;
	height: 500px;
}
#footer .inner {
	position: relative;
}
#footer .inner .pic {
	position: absolute;
	top: -69px;
	right: 17px;
}
#footer .inner .boxTxt {
	position: absolute;
	top: 70px;
	left: 10px;
	font-size: 138%;/*22px*/
	font-weight: bold;
	padding: 15px 26px 13px 26px;
	border-radius: 10px;
	border: 2px solid #fff;
}
#footer .inner h2 {
	position: absolute;
	top: 150px;
	left: 10px;
	font-size: 225%;/*36px*/
	font-weight: bold;
	line-height: 130%;
	letter-spacing: -0.01em;
}
#footer .inner h2 .txts {
	font-size: 83.3334%;/*30px*/
}
#footer .inner .cvBtn {
	position: absolute;
	top: 260px;
	left: 10px;
}
#footer .inner .txt {
	position: absolute;
	top: 365px;
	left: 20px;
	font-size: 100%;
}
#footer .copyright {
	position: absolute;
	width: 100%;
	height: 50px;
	z-index: 2;
	bottom: 0;
	background: #668922;
}
#footer .copyright p {
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 19px 0;
}

@media only screen and (max-width:767px){
	#footer .footer {
		height: 322px;
	}
	#footer .inner {
		position: static;
		padding: 0;
	}
	#footer .inner .footerWrap {
		position: relative;
		height: 0;
		padding-top: 51.34328358208955%;
	}
	#footer .inner .pic {
		max-width: 170px;
		top: -15px;
		right: 0;
	}
	#footer .inner .footerWrap .layout {
		position: absolute;
		top: 20px;
		left: 6.666666666666667%;
		text-align: center;
	}
	#footer .inner .boxTxt {
		width: 91.96428571428571%;
		position: static;
		text-align: center;
		font-size: 14px;
		line-height: 140%;
		padding: 7px 0;
		margin: 0 auto 8px;
		border: 1px solid #fff;
	}
	#footer .inner h2 { position: static; font-size: 18px; line-height: 144%; }
	#footer .inner h2 .txts { font-size: 18px; }
	#footer .inner h2 .txts_sp { font-size: 15px; }
	#footer .inner .txt {
		position: absolute;
		top: 365px;
		left: 20px;
		font-size: 100%;
	}
	#footer .inner .layout01 {
		height: 149px;
		position: absolute;
		top: 192px;
		left: 0;
		right: 0;
		z-index: 15;
		background: #668a22;
		padding: 20px 10px;
	}
	#footer .inner .cvBtn {
		position: static;
		margin-bottom: 10px;
	}
	#footer .inner .txt {
		position: static;
		font-size: 13px;
		line-height: 140%;
	}
	#footer .copyright {
		height: 30px;
		z-index: 20;
		bottom: -69px;
		background: #fff;
	}
	#footer .copyright p {
		color: #000;
		font-size: 11px;
		text-align: center;
		padding: 10px 0;
	}

}
/* ---------------------------------------------------------
footer.index_l
--------------------------------------------------------- */

#footer.index_l .inner .boxTxt {
	left: 209px;
	width: 569px;
    text-align: center;
	padding: 15px 18px 13px 18px;
}
#footer.index_l .inner h2 {
	left: 0;
	width: 100%;
	text-align: center;
}
#footer.index_l .inner .cvBtn {
	left: 209px;
}
#footer.index_l .inner .txt {
	width: 100%;
	left: 0;
	text-align: center;
}


@media only screen and (max-width:767px){

	#footer.index_l .inner .footerWrap > .layout { width: 100%; right: 0; left: 0; padding: 0 10px;}

	#footer.index_l .inner .boxTxt {
		width: 100%;
		left: 0;
		padding: 7px 0;
	}
	#footer.index_l .inner h2 {
		font-size: 24px;
		margin-top: 10px;
	}
	#footer.index_l .inner .txt {
		text-align: left;
	}
	#footer.index_l .inner h2 .txts_sp {
		font-size: 21px;
	}
}
@media only screen and (max-width:374px){
	#footer .inner .boxTxt { font-size: 12px; }
	#footer .inner h2 { font-size: 16px; }
	#footer .inner h2 .txts { font-size: 16px; }
	#footer .inner h2 .txts_sp { font-size: 13px; }
}

#header .inner .logo {
	padding: 8px 0;
}

#header .inner .logo img {
	width: 377px;
}

@media only screen and (max-width:767px){
	#header .inner .logo img {
		width: 300px;
	}
}