body{
	height: 100vh;
	font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
	color: #0f0f0f;
}
body > .wrapper{
	padding: 0;
	position: relative;
	overflow: hidden;
}
p,b,em,li,span,h1,h2,h3,h4,h5,h6,th,td,dt,dd{
	font-size: 16px;
	line-height: 1.5;
}
a{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	color: #333;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
h1,h2,h3,h4,b,span{
	font-family: 'Noto Sans JP', sans-serif;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
}
.fw-300{
	font-weight: 300;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.fw-600{
	font-weight: 700;
}
a:hover{
	opacity: .7;
}
.pc{
}
.sp{
	display: none;
}

@media (min-width: 641px) {
	body{
		min-width: 1343px;
	}
}

@media (max-width: 1342px) {

}

@media (max-width: 640px) {
	body{
		font-size: 24px;
	}
	body > .wrapper{
		padding: 126px 0 100px;
	}
	p,b,em,li,span,h1,h2,h3,h4,h5,h6,th,td,dt,dd{
		font-size: 24px;
		line-height: 1.5;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	common

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
input[type="checkbox"]{
	display: none;
}
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
}
.clearText{
	display: inline-block;
	width: 0;
	height: 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

a.more{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 267px;
	height: 57px;
	margin: 70px auto 0;
	border-radius: 30px;
	background: #fba517;
	-webkit-box-shadow: 0 3px 0 #fa9311;
	        box-shadow: 0 3px 0 #fa9311;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
a.more:hover{
	background: #fa9311;
	-webkit-box-shadow: 0 3px 0 #f08702;
	        box-shadow: 0 3px 0 #f08702;
	opacity: 1;
}
a.more:not(.keyword):before{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	    -ms-transform: translate(0,-50%) rotate(-45deg);
	        transform: translate(0,-50%) rotate(-45deg);
}

@media (max-width: 640px) {
	a.more{
		width: 416px;
		height: 88px;
		margin: 60px auto 0;
		border-radius: 50px;
		-webkit-box-shadow: 0 5px 0 #fa9311;
		        box-shadow: 0 5px 0 #fa9311;
		font-size: 28px;
		font-weight: 600;
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	header

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
header{
	width: 100%;
	min-width: 1343px;
	border-top: 15px solid #7ab133;
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
header .top{
	border-bottom: 1px solid #ededed;
}
header .top > .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1343px;
	padding: 15px 0;
	margin: 0 auto;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
header .top .left{
	width: 630px;
}
header .top .left p{
	height: 30px;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.3px;
}
header h1{
	position: relative;
	z-index: 999;
}
header h1 a{
	display: block;
	line-height: 0;
}
header h1 img{
	height: 60px;
}
header .top .right{
	width: 713px;
}
header .top .right .btnArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 0 18px;
}
header .top .right .btnArea a:hover{
	opacity: 1;
}
header .top .right .btnArea .tel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 233px;
	height: 45px;
	border-radius: 3px;
	background: #fba517;
	-webkit-box-shadow: 0 3px 0 #fa9311;
	        box-shadow: 0 3px 0 #fa9311;
	font-size: 22px;
	letter-spacing: 0.7px;
	color: #fff;
}
header .top .right .btnArea .tel:hover{
	background: #fa9311;
	-webkit-box-shadow: 0 3px 0 #f08702;
	        box-shadow: 0 3px 0 #f08702;
}
header .top .right .btnArea .tel:not(.keyword):before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	background: url(../img/common/tel-icon.png) 50%/cover;
}
header .top .right .btnArea .mail{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 233px;
	height: 45px;
	margin: 0 0 0 10px;
	border-radius: 3px;
	background: #79b130;
	-webkit-box-shadow: 0 3px 0 #679827;
	        box-shadow: 0 3px 0 #679827;
	font-size: 22px;
	letter-spacing: 0.7px;
	color: #fff;
}
header .top .right .btnArea .mail:hover{
	background: #679827;
	-webkit-box-shadow: 0 3px 0 #538215;
	        box-shadow: 0 3px 0 #538215;
}
header .top .right .btnArea .mail:not(.keyword):before{
	content: '';
	display: block;
	width: 28px;
	height: 22px;
	margin: 0 20px 0 0;
	background: url(../img/common/mail-icon.png) 50%/cover;
}
header .top .right .infoArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header .top .right .infoArea li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 30px 0 0;
}
header .top .right .infoArea li:last-child{
	margin: 0;
}
header .top .right .infoArea li span{
	display: block;
	width: 100px;
	height: 20px;
	margin: 0 12px 0 0;
	background: #66593f;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
	text-align: center;
}
header .top .right .infoArea li b{
	font-size: 18px;
	color: #333;
	font-weight: 400;
	letter-spacing: -1px;
}
header .gnArea{
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}
header #gNav{
	width: 1343px;
	margin: 0 auto;
}
header #gNav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header #gNav li{
	border-right: 1px solid #ededed;
	line-height: 1;
}
header #gNav li:nth-child(1){
	width: 257px;
	border-left: 1px solid #ededed;
}
header #gNav li:nth-child(2){
	width: 290px;
}
header #gNav li:nth-child(3){
	width: 260px;
}
header #gNav li:nth-child(4){
	width: 258px;
}
header #gNav li:nth-child(5){
	width: 278px;
}
header #gNav li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding: 6px 0;
	font-size: 16px;
	line-height: 1;
	color: #66593f;
	position: relative;
	overflow: visible;
}
header #gNav li a:hover{
	opacity: 1;
}
header #gNav li a span{
	display: block;
	margin: 18px 0 0;
	font-size: 12px;
	line-height: 1;
	color: #79b130;
}
header #gNav li a:not(.keyword):before{
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	margin: 0 0 0 -24px;
	background: #ffd908;
	position: absolute;
	bottom: -4px;
	left: 50%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
header #gNav li a:hover:not(.keyword):before{
	opacity: 1;
	visibility: visible;
}

/* sp - 640px ------------------------------*/
@media screen and ( max-width:640px){
	header{
		min-width: auto;
		border-top: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	header > .top{
		border-top: 10px solid #7ab133;
		border-bottom: none;
		background: #fff;
		position: relative;
		z-index: 999;
	}
	header .top > .inner{
		width: 100%;
		padding: 33px 0 30px 20px;
	}
	header .top .left p{
		display: none;
	}
	header .top .right{
		display: none;
	}
	header h1 img{
		height: 53px;
	}
	header .gnArea{
		padding: 0;
		border-bottom: none;
	}
	header #menuBtn{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 116px;
		height: 116px;
		padding: 25px 0 15px;
		background: #fff;
		position: absolute;
		top: 10px;
		right: 0;
		z-index: 999;
	}
	header #menuBtn:after{
		content: 'メニュー';
		display: block;
		margin: 15px 0 0;
		font-size: 18px;
		color: #66593f;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	header #menuBtn.open:after{
		content: '閉じる';
	}
	header #menuBtn .barWrap{
		width: 55px;
		height: 46px;
		position: relative;
	}
	header #menuBtn .bar{
		width: 100%;
		height: 7px;
		border-radius: 3px;
		background: #66593f;
		position: absolute;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	header #menuBtn .bar.top{
		top: 0;
		left: 0;
	}
	header #menuBtn .bar.middle{
		top: 20px;
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	header #menuBtn .bar.bottom{
		top: 40px;
		left: 0;
	}
	header #menuBtn.open .bar.top{
		top: 18px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	header #menuBtn.open .bar.middle{
		opacity: 0;
		visibility: hidden;
	}
	header #menuBtn.open .bar.bottom{
		top: 18px;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	header #menuBtn .mincho{
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-align: center;
		position: absolute;
		bottom: 14px;
		left: 0;
	}
	header #gNav{
		width: 100%;
		height: 100%;
		margin: 0;
		background: rgba(255,255,255,.9);
		position: fixed;
		top: -100%;
		left: 0;
		z-index: 998;
		overflow-y: scroll;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	header #gNav.open{
		top: 0;
	}
	header #gNav ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	padding: 126px 0 0;
	}
	header #gNav li{
		width: 100%!important;
		padding: 0;
		margin: 0;
		border-right: none;
		border-bottom: 2px solid #f1f1f1;
		text-align: left;
	}
	header #gNav li:nth-child(1){
		width: 100%;
		border-top: 1px solid #ededed;
		border-left: none;
	}
	header #gNav li:last-child{
		padding: 50px 0;
		border-bottom: none;
	}
	header #gNav li a{
		display: block;
		padding: 50px 0 50px 60px;
		font-size: 30px;
		font-weight: 600;
		color: #333;
		position: relative;
	}
	header #gNav li a:not(.keyword):before{
		content: '>';
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 42px;
		font-weight: 600;
		color: #ffcc1b;
		position: absolute;
		top: 50%;
		right: 50px;
		bottom: auto;
		left: auto;
		-webkit-transform: translate(0,-50%);
		    -ms-transform: translate(0,-50%);
		        transform: translate(0,-50%);
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		background: transparent;
		opacity: 1;
		visibility: visible;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	header #gNav li.sp a:not(.keyword):before{
		content: none;
	}
	header #gNav li a span{
		margin: -10px 0 0;
		font-size: 20px;
		font-weight: 300;
		position: absolute;
		top: 50%;
		left: 295px;
	}
	header #gNav li.sp{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 30px 0 40px;
	}
	header #gNav li.sp .btnArea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 0 18px;
	}
	header #gNav li.sp .btnArea > img{
		margin: 0 0 30px;
	}
	header #gNav li.sp .btnArea a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 480px;
		height: 100px;
		padding: 0;
		margin: 0 0 30px;
		border-radius: 10px;
		font-size: 44px;
		letter-spacing: 0.7px;
		color: #fff;
	}
	header #gNav li.sp .btnArea a:hover{
		opacity: 1;
	}
	header #gNav li.sp .btnArea .tel{
		background: #fba517;
		-webkit-box-shadow: 0 5px 0 #fa9311;
		        box-shadow: 0 5px 0 #fa9311;
	}
	header #gNav li.sp .btnArea .mail{
		background: #79b130;
		-webkit-box-shadow: 0 5px 0 #679827;
		        box-shadow: 0 5px 0 #679827;
	}
	header #gNav li.sp .btnArea a img{
		margin: 0 20px 0 0;
	}
	header #closeMenu{
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,.3);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 997;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	header #closeMenu.open{
		opacity: 1;
		visibility: visible;
	}
	body.open{
		overflow: hidden;
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	footer

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
footer{
	margin: 300px 0 0;
}
footer > .inner{
	width: 1343px;
	margin: 0 auto;
}
footer .top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 30px;
}
footer .top ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
}
footer .top li{
	padding: 0 35px;
	border-right: 1px solid #cbcbcb;
	line-height: 1;
}
footer .top li:last-child{
	padding: 0 0 0 35px;
	border-right: none;
}
footer .top li a{
	font-size: 14px;
	color: #66593f;
}
footer .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
footer .bottom .left{
	margin: 25px 0 0;
}
footer .bottom .right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 0 auto;
}
footer .bottom .left p{
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 5px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #66593f;
}
footer .bottom .left .infoArea li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 7px;
	line-height: 1;
}
footer .bottom .left .infoArea li:last-child{
	margin: 0;
}
footer .bottom .left .infoArea li span{
	display: block;
	width: 100px;
	height: 20px;
	margin: 0 15px 0 0;
	background: #66593f;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: .5px;
	color: #fff;
	text-align: center;
}
footer .bottom .left .infoArea li b{
	font-size: 16px;
	line-height: 1;
	color: #66593f;
	font-weight: 300;
	letter-spacing: 1px;
}
footer .bottom .right img{
	width: 60px;
	margin: 0 50px 0 0;
}
footer .bottom .right .btnArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0 0 18px;
}
footer .bottom .right .btnArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 233px;
	height: 70px;
	border-radius: 3px;
}
footer .bottom .right .btnArea a:hover{
	opacity: 1;
}
footer .bottom .right .btnArea .tel{
	background: #fba517;
	-webkit-box-shadow: 0 3px 0 #fa9311;
	        box-shadow: 0 3px 0 #fa9311;
}
footer .bottom .right .btnArea .tel:hover{
	background: #fa9311;
	-webkit-box-shadow: 0 3px 0 #f08702;
	        box-shadow: 0 3px 0 #f08702;
}
footer .bottom .right .btnArea .mail{
	margin: 0 0 0 10px;
	background: #79b130;
	-webkit-box-shadow: 0 3px 0 #679827;
	        box-shadow: 0 3px 0 #679827;
}
footer .bottom .right .btnArea .mail:hover{
	background: #679827;
	-webkit-box-shadow: 0 3px 0 #538215;
	        box-shadow: 0 3px 0 #538215;
}
footer .bottom .right .btnArea a span{
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	color: #fff;
	position: relative;
}
footer .bottom .right .btnArea a span:before{
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 9px;
	left: -19px;
	-webkit-transform: rotate(50deg);
	    -ms-transform: rotate(50deg);
	        transform: rotate(50deg);
}
footer .bottom .right .btnArea a span:after{
	content: '';
	display: block;
	width: 18px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 9px;
	right: -19px;
	-webkit-transform: rotate(-50deg);
	    -ms-transform: rotate(-50deg);
	        transform: rotate(-50deg);
}
footer .bottom .right .btnArea a b{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.7px;
	color: #fff;
}
footer .bottom .right .btnArea .tel b:before{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	background: url(../img/common/tel-icon.png) 50%/cover;
}
footer .bottom .right .btnArea .mail b:before{
	content: '';
	display: block;
	width: 28px;
	height: 22px;
	margin: 0 20px 0 0;
	background: url(../img/common/mail-icon.png) 50%/cover;
}
footer .copyright{
	margin: 150px 0 0;
	padding: 30px 0;
	background: #79b130;
	text-align: center;
	color: #fff;
	position: relative;
}
footer .copyright:before{
	content: '';
	width: 1920px;
	height: 67px;
	background: url(../img/common/footer-illbg.png) 50%/cover;
	position: absolute;
	top: -67px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}

@media (max-width: 640px) {
	footer > .inner{
		width: 100%;
		margin: 0 auto;
	}
	footer .top{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	footer .bottom{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	footer .top ul,
	footer .bottom .right{
		display: none;
	}
	footer .bottom .left p{
		margin: 0 0 35px;
		font-size: 28px;
		line-height: 42px;
	}
	footer .bottom .left .infoArea li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 0 0 30px;
		line-height: 1;
	}
	footer .bottom .left .infoArea li span{
		width: 130px;
		height: 30px;
		margin: 0 0 15px;
		font-size: 23px;
		line-height: 30px;
	}
	footer .bottom .left .infoArea li b{
		font-size: 28px;
		line-height: 36px;
	}
	footer .copyright{
		margin: 250px 0 0;
		padding: 25px 0;
	}
	footer .copyright:before{
		content: '';
		width: 640px;
		height: 110px;
		background: url(../img/common/footer-illbg-sp.png) 50%/cover;
		position: absolute;
		top: -110px;
		left: 50%;
		-webkit-transform: translate(-320px,0);
		    -ms-transform: translate(-320px,0);
		        transform: translate(-320px,0);
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#pagetop

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#pagetop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 990;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
}
#pagetop.scrolled{
}
#pagetop.stop{
	position: absolute;
	bottom: 413px;
}
#pagetop a{
	overflow: visible;
}
#pagetop a:hover{
	opacity: 1;
}
#pagetop img{
	position: absolute;
	bottom: 50px;
	right: 150px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#pagetop.scrolled img{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 640px) {
	#pagetop.stop{
		position: absolute;
		bottom: 783px;
	}
	#pagetop a:hover{
		opacity: 1;
	}
	#pagetop a:hover img{
		opacity: 1;
	}
	#pagetop img{
		position: absolute;
		bottom: 120px;
		right: 20px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	#pagetop.scrolled img{
		opacity: 1;
		visibility: visible;
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#fixCvBtn

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#fixCvBtn{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 990;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
}
#fixCvBtn.scrolled{
}
#fixCvBtn.stop{
	position: absolute;
	bottom: 413px;
}
#fixCvBtn a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 130px;
	height: 242px;
	border-radius: 10px;
	background: #fba517;
	font-size: 42px;
	color: #fff;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#fixCvBtn a:hover{
	opacity: 1;
}
#fixCvBtn.scrolled a{
	opacity: 1;
	visibility: visible;
}
#fixCvBtn a.tel{
	background: #fba517;
	position: absolute;
	right: 0;
	bottom: 310px;
}
#fixCvBtn.stop a.tel{
	opacity: 0;
	visibility: hidden;
}
#fixCvBtn a.tel:hover{
	background: #fa9311;
}
#fixCvBtn a.mail{
	background: #79b130;
	position: absolute;
	right: 0;
	bottom: 50px;
}
#fixCvBtn.stop a.mail{
	opacity: 0;
	visibility: hidden;
}
#fixCvBtn a.mail:hover{
	background: #679827;
}
#fixCvBtn a:not(.keyword):before{
	content: '';
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 35px;
	margin: 0 0 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#fixCvBtn a.tel:not(.keyword):before{
	background: url(../img/common/fix-cv-btn-tel.png) 50% no-repeat, #fa9311;
}
#fixCvBtn a.mail:not(.keyword):before{
	background: url(../img/common/fix-cv-btn-mail.png) 50% no-repeat, #66a124;
}
#fixCvBtn a.tel:hover:not(.keyword):before{
	background: url(../img/common/fix-cv-btn-tel.png) 50% no-repeat, #f8800c;
}
#fixCvBtn a.mail:hover:not(.keyword):before{
	background: url(../img/common/fix-cv-btn-mail.png) 50% no-repeat, #55861d;
}
#fixCvBtn a:not(.keyword):after{
	content: '';
	display: block;
	width: 116px;
	height: 228px;
	border-radius: 10px;
	border: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-60px,-116px);
	    -ms-transform: translate(-60px,-116px);
	        transform: translate(-60px,-116px);
}
#fixCvBtn a span{
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 1;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media (max-width: 640px) {
	#fixCvBtn{
		height: auto;
	}
	#fixCvBtn.scrolled{
		opacity: 1;
		visibility: visible;
	}
	#fixCvBtn.stop{
		position: fixed;
		bottom: 0;
	}
	#fixCvBtn a{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 320px;
		height: 100px;
		border-radius: 10px;
		font-size: 42px;
		color: #fff;
		position: relative;
	}
	#fixCvBtn a.tel{
		background: #fba517;
		position: relative;
		bottom: auto;
		right: auto;
	}
	#fixCvBtn.stop a.tel{
		opacity: 1;
		visibility: visible;
	}
	#fixCvBtn a.mail{
		background: #79b130;
		position: relative;
		bottom: auto;
		right: auto;
	}
	#fixCvBtn.stop a.mail{
		opacity: 1;
		visibility: visible;
	}
	#fixCvBtn a:not(.keyword):before{
		content: '';
		display: block;
		width: 54px;
		height: 54px;
		margin: 0 25px 0 0;
	}
	#fixCvBtn a.tel:not(.keyword):before{
		background: url(../img/common/tel-icon-sp.jpg) 50%/cover;
	}
	#fixCvBtn a.mail:not(.keyword):before{
		background: url(../img/common/mail-icon-sp.jpg) 50%/cover;
	}
	#fixCvBtn a:not(.keyword):after{
		content: '';
		display: block;
		width: 310px;
		height: 90px;
		border-radius: 10px;
		border: 1px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-156px,-45px);
		    -ms-transform: translate(-156px,-45px);
		        transform: translate(-156px,-45px);
	}
	#fixCvBtn a span{
		font-size: 42px;
		letter-spacing: 0;
	    -webkit-writing-mode: initial;
	        -ms-writing-mode: initial;
	            writing-mode: initial;
		position: relative;
		top: -1px;
	}
}



/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#toppage

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#toppage #mv{
	width: 100%;
	min-width: 1343px;
	position: relative;
}
#toppage #mv > .inner{
	width: 1343px;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	        transform: translate(-50%,0);
}
#toppage #mv .mvSlider{
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	width: 100%;
	height: 100%;
}
#toppage #mv .slick-slide{
	width: 100%;
}
#toppage #mv .slick-slide img{
	width: 100%;
}
#toppage #mv .slide{
	width: 100%;
	height: 100%;
}
#toppage #mv .slide img{
	width: 100%;
}
.slick-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	position: absolute;
	bottom: -60px;
}
.slick-dots li{
	width: 20px;
	height: 20px;
	margin: 0 15px;
}
.slick-dots li button{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	padding: 0;
	outline: none;
	background: #eaf0e2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.slick-dots li button:hover{
	background: #7ab232;
}
.slick-dots li.slick-active button{
	background: #7ab232;
}
.slick-dots li button:before{
	content: '';
	opacity: 1;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
}
#toppage #mv > .inner > img{
	width: 35.833333vw;
	min-width: 481px;
	position: absolute;
	top: 40px;
	left: -120px;
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

@media (max-width: 1520px){
	#toppage #mv > .inner > img{
		left: -25px;
	}
}


@media (max-width: 640px){
	#toppage #mv{
		min-width: auto;
		height: 938px;
	}
	#toppage #mv > .inner{
		width: 100%;
	}
	#toppage #mv .mvSlider{
		height: 100%;
	}
	#toppage #mv .slick-slide{
		height: 100%;
	}
	#toppage #mv .slide01{
		background: url(../img/top/mv01.jpg) 71%/cover;
	}
	#toppage #mv .slide02{
		background: url(../img/top/mv02.jpg) 70%/cover;
	}
	#toppage #mv .slide03{
		background: url(../img/top/mv03.jpg) 74%/cover;
	}
	#toppage #mv .slick-slide img{
		display: none;
	}
#toppage #mv > .inner > img{
	width: auto;
	min-width: auto;
	top: 113px;
	left: 20px;
}
.slick-dots{
	bottom: -50px;
}
}



/* //////////////////////////////////////////////////

	#toppage .sec

////////////////////////////////////////////////// */
.ttl01{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    margin: 0 0 60px;
	color: #0f0f0f;
	text-align: center;
}
.ttl01:before{
	content: '';
	display: block;
	margin: 0 0 15px;
}
.ttl01 h2{
	font-size: 32px;
	letter-spacing: 1px;
	color: #66593f;
}
.ttl01 span{
	display: block;
	margin: 10px 0 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .5px;
	color: #9f9776;
}
.ttl01.white{
	color: #fff;
}
.ttl01.white span{
	color: #fff;
}

@media (max-width: 640px) {
	.ttl01 h2{
		font-size: 40px;
	}
	.ttl01 span{
		margin: 10px 0 0;
		font-size: 20px;
	}
}


/* //////////////////////////////////////////////////

	#toppage #topNews

////////////////////////////////////////////////// */
#toppage #topNews{
	padding: 150px 0 100px;
}
#toppage #topNews .ttl01:before{
	width: 48px;
	height: 33px;
	background: url(../img/common/news-icon.png) 50%/cover;
}
#toppage #topNews .newsList{
/*	width: 800px; */
	margin: 0 auto;
	display: table;
}
#toppage #topNews .news{
	margin: 0 0 20px;
}
#toppage #topNews .news:last-child{
	margin: 0;
}
#toppage #topNews .news a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#toppage #topNews .news time{
	width: 125px;
	min-width: 125px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #689c25;
}
#toppage #topNews .news h3{
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #66593f;
}

@media (max-width: 640px) {
	#toppage #topNews{
		padding: 140px 0 100px;
	}
	#toppage #topNews .ttl01:before{
		width: 83px;
		height: 57px;
		background: url(../img/common/news-icon.png) 50%/cover;
	}
	#toppage #topNews .newsList{
		width: 100%;
		padding: 0 20px;
	}
	#toppage #topNews .news{
		margin: 0 0 30px;
	}
	#toppage #topNews .news a{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#toppage #topNews .news time{
		width: 100%;
		min-width: auto;
		margin: 0 0 15px;
		font-size: 28px;
		line-height: 1;
		font-weight: 500;
	}
	#toppage #topNews .news h3{
		width: 100%;
		font-size: 28px;
		line-height: 32px;
		font-weight: 300;
	}
}


/* //////////////////////////////////////////////////

	#toppage #topAbout

////////////////////////////////////////////////// */
#toppage #topAbout{
	padding: 110px 0;
	background: #eaf0e2;
}
#toppage #topAbout .ttl01:before{
	width: 39px;
	height: 36px;
	background: url(../img/common/about-icon.png) 50%/cover;
}
#toppage #topAbout p{
	font-size: 18px;
	line-height: 42px;
	letter-spacing: 1px;
	text-align: center;
	color: #66593f;
}

@media (max-width: 640px) {
	#toppage #topAbout{
		padding: 100px 0;
	}
	#toppage #topAbout .ttl01:before{
		width: 66px;
		height: 62px;
	}
	#toppage #topAbout p{
		padding: 0 20px;
		font-size: 28px;
		line-height: 54px;
	}
}


/* //////////////////////////////////////////////////

	#toppage #topService

////////////////////////////////////////////////// */
#toppage #topService{
	padding: 110px 0 0;
}
#toppage #topService .ttl01:before{
	width: 39px;
	height: 33px;
	background: url(../img/common/wrench-icon.png) 50%/cover;
}
#toppage #topService h3{
	margin: 0 0 40px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	color: #66593f;
}
#toppage #topService ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
}
#toppage #topService li{
	width: 340px;
	padding: 40px;
	margin: 0 40px 40px 0;
	border: 1px solid #ededed;
	position: relative;
}
#toppage #topService li:nth-child(3n){
	margin: 0 0 40px 0;
}
#toppage #topService li:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #a3c379 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#toppage #topService li .imgArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 260px;
	height: 174px;
	overflow: hidden;
}
#toppage #topService li .imgArea img{
	max-width: none;
	height: 100%;
}
#toppage #topService li .txtArea h3{
	margin: 20px 0;
	font-size: 20px;
	font-weight: 600;
	color: #79b130;
	text-align: center;
}
#toppage #topService li .txtArea p{
	color: #66593f;
}

@media (max-width: 640px) {
	#toppage #topService .ttl01:before{
		width: 64px;
		height: 54px;
	}
	#toppage #topService h3{
		padding: 0 20px;
		margin: 0 0 40px;
		font-size: 28px;
		line-height: 42px;
	}
	#toppage #topService ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 0 20px;
	}
	#toppage #topService li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		padding: 30px 15px 30px 30px;
		margin: 0 0 40px;
		border: 2px solid #ededed;
	}
	#toppage #topService li:nth-child(3n){
		margin: 0 0 40px;
	}
	#toppage #topService li:last-child{
		margin: 0;
	}
	#toppage #topService li .imgArea{
		width: 220px;
		min-width: 220px;
		height: 148px;
	}
	#toppage #topService li .txtArea{
		padding: 0 0 0 15px;
	}
	#toppage #topService li .txtArea h3{
		padding: 0;
		margin: 0 0 10px;
		font-size: 32px;
		letter-spacing: -1px;
		text-align: left;
	}
	#toppage #topService li .txtArea p{
		line-height: 32px;
		-webkit-font-feature-settings: 'palt';
		        font-feature-settings: 'palt';
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	page common

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
.page #mv{
	width: 100%;
	height: 300px;
}
.page .pageTtlArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 700px;
	height: 180px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	top: 200px;
}
.page .pageTtlArea h1{
	font-size: 42px;
	color: #66593f;
	position: relative;
}
.page .pageTtlArea h1 span{
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	color: #9f9776;
}
.page .pageTtlArea h1:before{
	content: '';
	display: block;
	width: 86px;
	height: 3px;
	margin: 0 0 0 -43px;
	background: #79b130;
	position: absolute;
	bottom: -12px;
	left: 50%;
}

@media (max-width: 640px) {
	.page #mv{
		height: 350px;
	}
	.page .pageTtlArea{
		width: 560px;
		height: 180px;
		top: 300px;
	}
	.page .pageTtlArea h1 span{
		font-size: 22px;
		letter-spacing: 1px;
	}
	.page .pageTtlArea h1:before{
		height: 6px;
		bottom: -14px;
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#service

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#service #mv{
	background: url(../img/service/mv.jpg) 50%/cover;
}

@media (max-width: 640px) {
	#service #mv{
		background: url(../img/service/mv-sp.jpg) 50%/cover;
	}
}

#service .pageCnt{
	margin: 100px 0 0;
}
#service .pageCntHeading{
	margin: 0 0 50px;
}
#service .pageCntHeading h2{
	line-height: 0;
	text-align: center;
}
#service .tocList{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#service .tocList li{
	margin: 0 30px 0 0;
}
#service .tocList li:last-child{
	margin: 0;
}
#service .tocList li a{
	display: block;
	width: 196px;
	height: 120px;
	padding: 58px 0 0;
}
#service .tocList li:nth-child(1) a{
	background: url(../img/service/toc_list01.png) 50%/cover;
}
#service .tocList li:nth-child(2) a{
	background: url(../img/service/toc_list02.png) 50%/cover;
}
#service .tocList li:nth-child(3) a{
	background: url(../img/service/toc_list03.png) 50%/cover;
}
#service .tocList li:nth-child(4) a{
	background: url(../img/service/toc_list04.png) 50%/cover;
}
#service .tocList li:nth-child(5) a{
	background: url(../img/service/toc_list05.png) 50%/cover;
}
#service .tocList li a span{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 35px;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: 500;
	text-align: center;
}
#service .tocList li a span span{
	font-size: 12px;
}
#service .tocList li:nth-child(1) a span{
	color: #729d16;
}
#service .tocList li:nth-child(2) a span{
	color: #7fb7d1;
}
#service .tocList li:nth-child(3) a span{
	color: #a980b8;
}
#service .tocList li:nth-child(4) a span{
	color: #cd997f;
}
#service .tocList li:nth-child(5) a span{
	color: #8690cc;
}

@media (max-width: 640px) {
	#service .pageCntHeading h2 img{
		margin: 0 0 0 20px;
	}
	#service .pageCnt{
		margin: 150px 0 0;
	}
	#service .tocList{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	#service .tocList li{
		margin: 0 6px 8px 0;
	}
	#service .tocList li:nth-child(3){
		margin: 0 0 8px;
	}
	#service .tocList li:last-child{
		margin: 0 0 8px;
	}
	#service .tocList li a{
		height: 140px;
		padding: 65px 0 0;
	}
	#service .tocList li:nth-child(1) a{
		width: 196px;
		background: url(../img/service/toc_list01-sp.png) 50%/cover;
	}
	#service .tocList li:nth-child(2) a{
		width: 196px;
		background: url(../img/service/toc_list02-sp.png) 50%/cover;
	}
	#service .tocList li:nth-child(3) a{
		width: 196px;
		background: url(../img/service/toc_list03-sp.png) 50%/cover;
	}
	#service .tocList li:nth-child(4) a{
		width: 296px;
		background: url(../img/service/toc_list04-sp.png) 50%/cover;
	}
	#service .tocList li:nth-child(5) a{
		width: 296px;
		background: url(../img/service/toc_list05-sp.png) 50%/cover;
	}
	#service .tocList li a span{
		height: 50px;
		font-size: 24px;
		line-height: 20px;
		letter-spacing: -1px;
	}
	#service .tocList li a span span{
		font-size: 20px;
	}
	#service .tocList li:nth-child(1) a span{
		color: #729d16;
	}
	#service .tocList li:nth-child(2) a span{
		color: #7fb7d1;
	}
	#service .tocList li:nth-child(3) a span{
		color: #a980b8;
	}
	#service .tocList li:nth-child(4) a span{
		color: #cd997f;
	}
	#service .tocList li:nth-child(5) a span{
		font-size: 22px;
		line-height: 24px;
		color: #8690cc;
	}
}


#service .sec{
	padding: 150px 0;
}
#service .sec:nth-child(2n){
	background: #f8f8f8;
}
#service .sec04{
	padding: 150px 0 50px;
}
#service .secHeading{
	width: 1100px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}
#service .secHeading h2{
	width: 410px;
	height: 100%;
	padding: 95px 0 0;
	font-size: 42px;
	line-height: 42px;
	color: #66593f;
	position: relative;
}
#service .sec:nth-child(1) .secHeading h2{
	background: url(../img/service/sec01-ttl-bg.png) 0% 100% no-repeat;
}
#service .sec:nth-child(2) .secHeading h2{
	padding: 55px 0 0;
	background: url(../img/service/sec02-ttl-bg.png) 100% 100% no-repeat;
}
#service .sec:nth-child(3) .secHeading h2{
	background: url(../img/service/sec03-ttl-bg.png) 0% 100% no-repeat;
}
#service .sec:nth-child(4) .secHeading h2{
	padding: 50px 0 0;
	background: url(../img/service/sec04-ttl-bg.png) 100% 100% no-repeat;
}
#service .sec:nth-child(5) .secHeading h2{
	padding: 55px 0 0;
	background: url(../img/service/sec05-ttl-bg.png) 0% 100% no-repeat;
	font-size: 30px;
}
#service .sec:nth-child(2n) .secHeading h2{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}
#service .secHeading h2 small{
	font-size: 24px;
}
#service .secHeading h2 span{
	display: block;
	margin: 20px 0 0;
	font-size: 12px;
	font-weight: 300;
	color: #9f9776;
}
#service .secHeading h2:before{
	content: '';
	display: block;
	width: 180px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
}
#service .sec:nth-child(2n) .secHeading h2:before{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}
#service .sec:nth-child(1) .secHeading h2:before{
	background: #afcc77;
}
#service .sec:nth-child(2) .secHeading h2:before{
	background: #c5dae6;
}
#service .sec:nth-child(3) .secHeading h2:before{
	background: #dac0e4;
}
#service .sec:nth-child(4) .secHeading h2:before{
	background: #efcec0;
}
#service .sec:nth-child(5) .secHeading h2:before{
	background: #c0c5f1;
}
#service .secHeading .img{
	width: 57.291667vw;
	min-width: 1100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 410px;
}
#service .sec:nth-child(2n) .secHeading .img{
	position: absolute;
	top: 0;
	right: 410px;
	left: auto;
}
#service .sec:nth-child(1) .secHeading .img{
	background: url(../img/service/sec01-ttl-img.jpg) 0% 50%/cover;
}
#service .sec:nth-child(2) .secHeading .img{
	background: url(../img/service/sec02-ttl-img.jpg) 0% 50%/cover;
}
#service .sec:nth-child(3) .secHeading .img{
	background: url(../img/service/sec03-ttl-img.jpg) 0% 50%/cover;
}
#service .sec:nth-child(4) .secHeading .img{
	background: url(../img/service/sec04-ttl-img.jpg) 0% 50%/cover;
}
#service .sec:nth-child(5) .secHeading .img{
	background: url(../img/service/sec05-ttl-img.jpg) 0% 50%/cover;
}

@media (max-width: 640px) {
	#service .sec{
		padding: 100px 0;
	}
	#service .sec04{
		padding: 150px 0 50px;
	}
	#service .secHeading{
		width: 100%;
		height: auto;
	}
	#service .secHeading h2{
		width: 100%;
		height: 390px;
		padding: 90px 0 0;
		text-align: center;
	}
	#service .sec:nth-child(1) .secHeading h2{
		background: url(../img/service/sec01-ttl-bg-sp.png) 50% 30px no-repeat;
	}
	#service .sec:nth-child(2) .secHeading h2{
		padding: 50px 0 0;
		background: url(../img/service/sec02-ttl-bg-sp.png) 50% 30px no-repeat;
	}
	#service .sec:nth-child(3) .secHeading h2{
		background: url(../img/service/sec03-ttl-bg-sp.png) 50% 30px no-repeat;
	}
	#service .sec:nth-child(4) .secHeading h2{
		padding: 50px 0 0;
		background: url(../img/service/sec04-ttl-bg-sp.png) 50% 30px no-repeat;
	}
	#service .sec:nth-child(5) .secHeading h2{
		padding: 55px 0 0;
		background: url(../img/service/sec05-ttl-bg-sp.png) 50% 30px no-repeat;
		font-size: 30px;
	}
	#service .sec:nth-child(2n) .secHeading h2{
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
	}
	#service .secHeading h2 small{
		font-size: 24px;
	}
	#service .secHeading h2 span{
		margin: 20px 0 0;
		font-size: 20px;
	}
	#service .secHeading h2:before{
		width: 180px;
		height: 8px;
		left: 50%;
		margin: 0 0 0 -90px;
	}
	#service .sec:nth-child(2n) .secHeading h2:before{
		right: auto;
		left: 50%;
		margin: 0 0 0 -90px;
	}
	#service .sec:nth-child(1) .secHeading h2:before{
		background: #afcc77;
	}
	#service .sec:nth-child(2) .secHeading h2:before{
		background: #c5dae6;
	}
	#service .sec:nth-child(3) .secHeading h2:before{
		background: #dac0e4;
	}
	#service .sec:nth-child(4) .secHeading h2:before{
		background: #efcec0;
	}
	#service .sec:nth-child(5) .secHeading h2:before{
		background: #c0c5f1;
	}
	#service .secHeading .img{
		width: 100%;
		min-width: auto;
		height: 300px;
		position: relative;
		top: auto;
		left: auto;
	}
	#service .sec:nth-child(2n) .secHeading .img{
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}
	#service .sec:nth-child(1) .secHeading .img{
		background: url(../img/service/sec01-ttl-img.jpg) 50%/cover;
	}
	#service .sec:nth-child(2) .secHeading .img{
		background: url(../img/service/sec02-ttl-img.jpg) 50%/cover;
	}
	#service .sec:nth-child(3) .secHeading .img{
		background: url(../img/service/sec03-ttl-img.jpg) 50%/cover;
	}
	#service .sec:nth-child(4) .secHeading .img{
		background: url(../img/service/sec04-ttl-img.jpg) 50%/cover;
	}
	#service .sec:nth-child(5) .secHeading .img{
		background: url(../img/service/sec05-ttl-img.jpg) 50%/cover;
	}
}


#service .secCntTop{
	padding: 80px 0 0;
	text-align: center;
}
#service .secCntTop h3{
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 42px;
	color: #66a124;
}
#service .secCntTop p{
	font-size: 16px;
	line-height: 2;
	color: #66593f;
}
#service .hs_img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 70px 0 0;
}
#service .hs_img li{
	margin: 0 40px 0 0;
	line-height: 0;
}
#service .hs_img li:last-child{
	margin: 0;
}

@media (max-width: 640px) {
	#service .secCntTop{
		padding: 70px 0 0;
	}
	#service .secCntTop h3{
		padding: 0 20px;
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 48px;
	}
	#service .secCntTop p{
		padding: 0 20px;
		font-size: 28px;
		line-height: 43px;
	}
	#service .hs_img{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 30px 0 0;
	}
	#service .hs_img li{
		margin: 0 0 15px;
		line-height: 0;
	}
	#service .hs_img li:first-child{
		margin: 0 20px 15px 0;
		line-height: 0;
	}
	#service .hs_img li:last-child{
		margin: 0;
	}
}


#service .sec02 .secCntTop > ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 40px 0 0;
}
#service .sec02 .secCntTop > ul > li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 257px;
	height: 54px;
	margin: 0 30px 0 0;
	background: url(../img/service/sec02-li-bg.png) 50%/cover;
	font-size: 18px;
	letter-spacing: .5px;
	color: #fff;
}
#service .sec02 .secCntTop > ul > li:last-child{
	margin: 0;
}
#service .sec02 .secCntTop .flexWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1100px;
	margin: 100px auto 120px;
}
#service .sec02 .secCntTop .flexWrap .left{
	width: 515px;
	height: 400px;
	background: url(../img/service/sec02-fw-bg.jpg) 50%/cover;
}
#service .sec02 .secCntTop .flexWrap .left h4{
	padding: 0 0 2px;
	margin: 45px 0 45px;
	background: url(../img/service/sec02-fw-ttl-bg.png) 50% 100% no-repeat;
	font-size: 22px;
	letter-spacing: 1px;
	color: #66593f;
}
#service .sec02 .secCntTop .flexWrap .left li{
	margin: 0 0 15px 85px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #66593f;
	text-align: left;
	position: relative;
}
#service .sec02 .secCntTop .flexWrap .left li:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #79b130;
	position: absolute;
	top: 8px;
	left: -15px;
}
#service .beforeafter{
	width: 515px;
	text-align: center;
}
#service .sec02 .beforeafter{
	width: 515px;
	margin: 0 0 0 auto!important;
	text-align: center;
}
#service .sec02 .beforeafter img{
	margin: 0 auto;
}
#service .beforeafter span{
	display: block;
	width: 257px;
	padding: 12px 0;
	margin: 0 auto 30px;
	border-radius: 30px;
	border: 4px solid #79b130;
	background: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: 500;
	color: #79b130;
}
#service .beforeafter p{
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #66593f;
}
#service .sec02 .beforeafter span{
	margin: 0 auto 50px;
}

#service .sec02 article{
	width: 1343px;
	height: 406px;
	margin: 0 auto 170px;
	position: relative;
}
#service .sec02 article:last-child{
	margin: 0 auto;
}
#service .sec02 article .imgArea{
	height: 100%;
	position: relative;
	z-index: 2;
}
#service .sec02 article:nth-child(2n) .imgArea{
	position: absolute;
	top: 0;
	right: 0;
}
#service .sec02 article .txtArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 563px;
	z-index: 1;
}
#service .sec02 article:nth-child(2n) .txtArea{
	top: 70px;
	right: 563px;
	left: auto;
}
#service .sec02 article:nth-child(2n) .txtArea > .inner{
	margin: 0 0 0 auto;
}
#service .sec02 article .txtArea > .inner{
	width: 660px;
	padding: 50px 0;
}
#service .sec02 article .txtArea h3{
	padding: 0 0 10px 110px;
	margin: 0 0 20px;
	border-bottom: 6px solid #79b130;
	font-size: 28px;
	line-height: 36px;
	color: #66593f;
}
#service .sec02 article:nth-child(2n) .txtArea h3{
	padding: 0 110px 10px 0;
}
#service .sec02 article .txtArea p{
	padding: 0 0 0 110px;
	font-size: 16px;
	line-height: 36px;
	color: #66593f;
}
#service .sec02 article:nth-child(2n) .txtArea p{
	padding: 0 110px 0 0;
}

@media (max-width: 640px) {
	#service .sec02 .secCntTop > ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 40px 0 0;
	}
	#service .sec02 .secCntTop > ul > li{
		width: 386px;
		height: 81px;
		margin: 0 0 40px;
		font-size: 27px;
		font-weight: 500;
		letter-spacing: .5px;
	}
	#service .sec02 .secCntTop > ul > li:last-child{
		margin: 0;
	}
	#service .sec02 .secCntTop .flexWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin: 100px auto 120px;
	}
	#service .sec02 .secCntTop .flexWrap .left{
		width: 600px;
		height: auto;
		padding: 0 0 20px;
		background: url(../img/service/sec02-fw-bg.jpg) 50%/cover;
	}
	#service .sec02 .secCntTop .flexWrap .left h4{
		padding: 0 0 2px;
		margin: 45px 0 45px;
		background: url(../img/service/sec02-fw-ttl-bg-sp.png) 50% 40% no-repeat;
		font-size: 30px;
	}
	#service .sec02 .secCntTop .flexWrap .left li{
		margin: 0 0 20px 80px;
		font-size: 24px;
	}
	#service .sec02 .secCntTop .flexWrap .left li:before{
		width: 20px;
		height: 20px;
		top: 8px;
		left: -30px;
	}
	#service .beforeafter{
		width: 515px;
		text-align: center;
	}
	#service .sec02 .beforeafter{
		width: 100%;
		margin: 50px 0 0!important;
		text-align: center;
	}
	#service .beforeafter span{
		font-size: 28px;
	}
	#service .beforeafter p{
		font-size: 24px;
		line-height: 32px;
	}
	#service .sec02 .beforeafter span{
		margin: 0 auto 50px;
	}

	#service .sec02 article{
		width: 100%;
		height: auto;
		padding: 0 20px;
		margin: 0 auto 50px;
		position: relative;
	}
	#service .sec02 article:last-child{
		margin: 0 auto;
	}
	#service .sec02 article .imgArea{
		height: 406px;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	#service .sec02 article .imgArea img{
		max-width: none;
		height: 100%;
	}
	#service .sec02 article:nth-child(2n) .imgArea{
		position: relative;
		top: 0;
		right: 0;
	}
	#service .sec02 article .txtArea{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}
	#service .sec02 article:nth-child(2n) .txtArea{
		top: 0;
		right: 0;
		left: auto;
	}
	#service .sec02 article:nth-child(2n) .txtArea > .inner{
		margin: 0;
	}
	#service .sec02 article .txtArea > .inner{
		width: 100%;
		padding: 50px 0;
	}
	#service .sec02 article .txtArea h3{
		padding: 0 30px 15px;
		margin: 0 0 25px;
		border-bottom: 10px solid #79b130;
		font-size: 30px;
	}
	#service .sec02 article:nth-child(2n) .txtArea h3{
		padding: 0 30px 15px;
	}
	#service .sec02 article .txtArea p{
		padding: 0 30px;
		font-size: 28px;
		line-height: 42px;
	}
	#service .sec02 article:nth-child(2n) .txtArea p{
		padding: 0 30px;
	}
}


#service .sec03 .flexWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 80px 0 0;
}
#service .sec03 .flexCnt{
	width: 390px;
	margin: 0 100px 0 0;
	text-align: center;
}
#service .sec03 .flexCnt:last-child{
	margin: 0;
}
#service .sec03 .flexCnt h3{
	margin: 0 0 30px;
	font-size: 24px;
	color: #66a124;
}
#service .sec03 .flexCnt strong{
	display: block;
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #66593f;
}
#service .sec03 .flexCnt p{
	color: #66593f;
	letter-spacing: 1px;
}

@media (max-width: 640px) {
	#service .sec03 .flexWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0 20px;
		margin: 80px 0 0;
	}
	#service .sec03 .flexCnt{
		width: 100%;
		margin: 0 0 60px;
		text-align: center;
	}
	#service .sec03 .flexCnt:last-child{
		margin: 0;
	}
	#service .sec03 .flexCnt h3{
		margin: 0 0 30px;
		font-size: 30px;
	}
	#service .sec03 .flexCnt strong{
		margin: 30px 0 20px;
		font-size: 28px;
		line-height: 36px;
	}
	#service .sec03 .flexCnt p{
		line-height: 32px;
	}
}


#service .beforeafterWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 1100px;
	margin: 90px auto 0;
}
#service .beforeafter{
	margin: 0 70px 100px 0;
}
#service .beforeafter:nth-child(2n){
	margin: 0 0 100px 0;
}

@media (max-width: 640px) {
	#service .beforeafterWrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin: 90px auto 0;
	}
	#service .beforeafter{
		margin: 0 0 50px;
	}
	#service .beforeafter:nth-child(2n){
		margin: 0 0 50px;
	}
}


#service .sec05{
	padding: 150px 0 110px;
}
#service .sec05 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 1100px;
	margin: 90px auto 0;
}
#service .sec05 li{
	width: 340px;
	margin: 0 40px 40px 0;
	text-align: center;
}
#service .sec05 li:nth-child(3n){
	margin: 0 0 40px 0;
}
#service .sec05 li h3{
	margin: 20px 0 15px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #66a124
}
#service .sec05 li p{
	letter-spacing: 1px;
	color: #66593f;
}

@media (max-width: 640px) {
	#service .sec05{
		padding: 120px 0 110px;
	}
	#service .sec05 ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 100%;
		padding: 0 19px;
		margin: 90px auto 0;
	}
	#service .sec05 li{
		width: 296px;
		margin: 0 10px 45px 0;
		text-align: center;
	}
	#service .sec05 li:nth-child(3n){
		margin: 0 10px 45px 0;
	}
	#service .sec05 li:nth-child(2n){
		margin: 0 0 45px;
	}
	#service .sec05 li img{
		width: 100%;
	}
	#service .sec05 li h3{
		margin: 20px 0 15px;
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 1px;
		color: #66a124
	}
	#service .sec05 li p{
		letter-spacing: 0;
		color: #66593f;
	}
}


#service .step{
	padding: 90px 0;
	background: url(../img/service/step-bg.jpg) 50%;
}
#service .step h2{
	text-align: center;
}
#service .step ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 70px 0 0;
}
#service .step li{
	margin: 0 85px 0 0;
	text-align: center;
	position: relative;
}
#service .step li:last-child{
	margin: 0;
}
#service .step li:before{
	content: '';
	display: block;
	width: 27px;
	height: 34px;
	background: url(../img/service/step-arrow.png) 50%/cover;
	position: absolute;
	top: 160px;
	right: -54px;
	z-index: 1;
}
#service .step li:last-child:before{
	content: none;
}
#service .step h3{
	width: 120px;
	height: 34px;
	margin: 0 auto 15px;
	line-height: 34px;
	border-radius: 20px;
	background: #79b130;
	font-size: 16px;
	color: #fff;
}
#service .step li p{
	margin: 10px 0 0;
	font-weight: 500;
	color: #66593f
}

@media (max-width: 640px) {
	#service .step{
		padding: 90px 0;
		background: url(../img/service/step-bg.jpg) 50%;
	}
	#service .step h2 img{
		margin: 0 auto;
	}
	#service .step ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 70px 0 0;
	}
	#service .step li{
		margin: 0 0 140px;
		text-align: center;
		position: relative;
	}
	#service .step li:last-child{
		margin: 0;
	}
	#service .step li:before{
		content: '';
		display: block;
		width: 59px;
		height: 46px;
		background: url(../img/service/step-arrow-sp.png) 50%/cover;
		position: absolute;
		top: auto;
		bottom: -90px;
		right: 50%;
		margin: 0 -29.5px 0 0;
		z-index: 1;
	}
	#service .step li:last-child:before{
		content: none;
	}
	#service .step h3{
		width: 144px;
		height: 40px;
		margin: 0 auto 30px;
		line-height: 40px;
		font-size: 24px;
	}
	#service .step li p{
		margin: 20px 0 0;
		font-size: 28px;
		line-height: 42px;
	}
}


#service .pr{
	margin: 120px 0 180px;
}
#service .pr h2{
	height: 118px;
	line-height: 118px;
	background: url(../img/service/pr-ttl-bg.png) 50% no-repeat;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
}
#service .pr ul{
	width: 980px;
	margin: 110px auto 0;
}
#service .pr li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 90px;
}
#service .pr li:last-child{
	margin: 0;
}
#service .pr li .imgArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 440px;
}
#service .pr li:nth-child(1) .imgArea img{
	width: 291px;
}
#service .pr li:nth-child(2) .imgArea img{
	width: 277px;
}
#service .pr li:nth-child(3) .imgArea img{
	width: 268px;
}
#service .pr li .txtArea{
	width: 540px;
}
#service .pr li h3{
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 4px solid #fba517;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #66593f;
}
#service .pr li p{
	font-size: 18px;
	line-height: 2;
	letter-spacing: .5px;
	color: #66593f;
}

@media (max-width: 640px) {
	#service .pr{
		margin: 120px 0 100px;
	}
	#service .pr h2{
		height: 118px;
		padding: 15px 0 0;
		background: url(../img/service/pr-ttl-bg-sp.png) 50% no-repeat;
		font-size: 36px;
		line-height: 42px;
	}
	#service .pr ul{
		width: 100%;
		padding: 0 20px;
		margin: 40px auto 0;
	}
	#service .pr li{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin: 0 0 70px;
	}
	#service .pr li:last-child{
		margin: 0;
	}
	#service .pr li .imgArea{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		margin: 40px 0 0;
	}
	#service .pr li:nth-child(1) .imgArea img{
		width: auto;
	}
	#service .pr li:nth-child(2) .imgArea img{
		width: auto;
	}
	#service .pr li:nth-child(3) .imgArea img{
		width: auto;
	}
	#service .pr li .txtArea{
		width: 100%;
	}
	#service .pr li h3{
		padding: 0 0 10px;
		margin: 0 0 15px;
		border-bottom: 4px solid #fba517;
		font-size: 32px;
		line-height: 48px;
		letter-spacing: 1px;
		font-weight: 500;
		color: #66593f;
	}
	#service .pr li p{
		font-size: 28px;
		line-height: 42px;
	}
}


#service .contactArea{
	padding: 0 0 60px;
	background: url(../img/service/contactArea-bg.png) 50% 100% no-repeat;
	text-align: center;
}
#service .contactArea h2{
	padding: 0 0 3px;
	margin: 0 0 100px;
	background: url(../img/service/contactArea-ttl-bg.png) 50% 100% no-repeat;
	font-size: 32px;
	line-height: 42px;
	font-weight: 500;
	color: #66593f;
	text-align: center;
}
#service .contactArea p{
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #66593f;
}
#service .contactArea a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 387px;
	height: 76px;
	padding: 26px;
	margin: 0 auto;
	border-radius: 40px;
	background: #79b130;
	-webkit-box-shadow: 0 6px 0 #679827;
	        box-shadow: 0 6px 0 #679827;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#service .contactArea a:hover{
	background: #679827;
	-webkit-box-shadow: 0 6px 0 #538215;
	        box-shadow: 0 6px 0 #538215;
	opacity: 1;
}
#service .contactArea a:not(.keyword):before{
	content: '';
	display: block;
	width: 34px;
	height: 27px;
	margin: 0 20px 0 0;
	background: url(../img/common/mail-icon.png) 50%/cover;
}
#service .contactArea a:not(.keyword):after{
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 1;
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	    -ms-transform: translate(0,-50%) rotate(-45deg);
	        transform: translate(0,-50%) rotate(-45deg);
}

@media (max-width: 640px) {
	#service .contactArea{
		padding: 0 0 60px;
		background: none;
	}
	#service .contactArea h2{
		padding: 0;
		margin: 0 0 40px;
		background: url(../img/service/contactArea-ttl-bg-sp.png) 50% 100% no-repeat;
		font-size: 36px;
		line-height: 48px;
	}
	#service .contactArea p{
		margin: 0 0 5px;
		font-size: 24px;
		line-height: 42px;
		font-weight: 600;
	}
	#service .contactArea a{
		width: 416px;
		height: 88px;
		padding: 30px 0;
		margin: 50px auto 0;
		border-radius: 50px;
		font-size: 28px;
	}
	#service .contactArea a:hover{
		background: #79b130;
		-webkit-box-shadow: 0 6px 0 #679827;
		        box-shadow: 0 6px 0 #679827;
	}
	#service .contactArea a:not(.keyword):before{
		content: '';
		display: block;
		width: 35px;
		height: 27px;
		margin: 0 20px 0 0;
		background: url(../img/common/mail-icon.png) 50%/cover;
	}
	#service .contactArea a:not(.keyword):after{
		content: '';
		display: block;
		width: 9px;
		height: 9px;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		top: 50%;
		right: 40px;
		z-index: 1;
		-webkit-transform: translate(0,-50%) rotate(-45deg);
		    -ms-transform: translate(0,-50%) rotate(-45deg);
		        transform: translate(0,-50%) rotate(-45deg);
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#company

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#company #mv{
	background: url(../img/company/mv.jpg) 50%/cover;
}

@media (max-width: 640px) {
	#company #mv{
		background: url(../img/company/mv-sp.jpg) 50%/cover;
	}
}

#company .pageCnt{
	margin: 200px 0 0;
}

#company .sec{
	margin: 0 0 100px;
}
#company .sec h2{
	margin: 0 0 50px;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #66593f;
}
#company .sec h2 span{
	display: block;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #9f9776;
}
#company .sec table{
	display: block;
	width: 1100px;
	padding: 70px 160px;
	margin: 0 auto;
	background: #fafafa;
}
#company .sec tbody{
	display: block;
}
#company .sec tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}
#company .sec th,
#company .sec td{
	display: block;
}
#company .sec th{
	width: 180px;
	min-width: 180px;
	font-weight: 600;
	color: #66593f;
}
#company .sec td{
	color: #66593f;
}

@media (max-width: 640px) {
	#company .sec{
		margin: 0 0 80px;
	}
	#company .sec h2{
		margin: 0 0 50px;
		font-size: 40px;
	}
	#company .sec h2 span{
		margin: 7px 0 0;
		font-size: 20px;
	}
	#company .sec table{
		width: 100%;
		padding: 70px 40px;
	}
	#company .sec tr{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#company .sec th{
		width: 100%;
		min-width: auto;
		font-size: 28px;
	}
	#company .sec td{
		font-size: 28px;
		font-weight: 600;
	}
}


#company .sec03{
	height: 700px;
	padding: 150px 0 0;
	background: url(../img/company/gr-bg.jpg) 50%/cover;
}
#company .sec03 > .inner{
	width: 1100px;
	padding: 0 40px;
	margin: 0 auto;
}
#company .sec03 p{
	margin: 0 0 50px;
	font-size: 18px;
	line-height: 42px;
	color: #66593f;
	text-align: center;
}
#company .sec03 .sign{
	display: block;
	font-size: 24px;
	text-align: right;
	color: #66593f;
}
#company .sec03 .sign span{
	display: block;
	font-size: 16px;
}

@media (max-width: 640px) {
	#company .sec03{
		height: 949px;
		padding: 140px 0 0;
		background: url(../img/company/gr-bg-sp.jpg) 50%/cover;
	}
	#company .sec03 h2{
		margin: 0 0 60px;
	}
	#company .sec03 p{
		margin: 0 0 70px;
		font-size: 28px;
		line-height: 42px;
		font-weight: 600;
	}
	#company .sec03 > .inner{
		width: 100%;
	}
	#company .sec03 .sign{
		font-size: 30px;
		font-weight: 500;
	}
	#company .sec03 .sign span{
		font-size: 24px;
		font-weight: 500;
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#access

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#access #mv{
	background: url(../img/access/mv.jpg) 50%/cover;
}

@media (max-width: 640px) {
	#access #mv{
		background: url(../img/access/mv-sp.jpg) 50%/cover;
	}
}

#access .pageCnt{
	margin: 200px 0 0;
}

#access .sec01{
	margin: 0 0 120px;
}

#access .sec table{
	display: block;
	width: 1100px;
	padding: 0 160px;
	margin: 0 auto;
}
#access .sec tbody{
	display: block;
}
#access .sec tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}
#access .sec th,
#access .sec td{
	display: block;
}
#access .sec th{
	width: 180px;
	min-width: 180px;
	font-weight: 600;
	color: #66593f;
}
#access .sec td{
	color: #66593f;
}
#access .sec iframe{
	width: 100%;
	height: 700px;
}

@media (max-width: 640px) {
	#access .pageCnt{
		margin: 100px 0 0;
	}
	#access .sec01{
		margin: 0 0 70px;
	}
	#access .sec table{
		width: 100%;
		padding: 70px 40px;
	}
	#access .sec tr{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#access .sec th{
		width: 100%;
		min-width: auto;
		font-size: 28px;
	}
	#access .sec td{
		font-size: 28px;
		font-weight: 600;
	}
	#access .sec iframe{
		width: 100%;
		height: 600px;
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#contact

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#contact #mv{
	background: url(../img/contact/mv.jpg) 50%/cover;
}

@media (max-width: 640px) {
	#contact #mv{
		background: url(../img/contact/mv-sp.jpg) 50%/cover;
	}
}

#contact .pageCnt{
	margin: 200px 0 0;
}
#contact .sec h2{
	margin: 0 0 50px;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #66593f;
}
#contact .sec h2 span{
	display: block;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #9f9776;
}

@media (max-width: 640px) {
	#contact .pageCnt{
		margin: 200px 0 0;
	}
	#contact .sec h2{
		margin: 0 0 40px;
		font-size: 32px;
		line-height: 1;
		font-weight: 500;
		text-align: center;
		color: #66593f;
	}
	#contact .sec h2 span{
		display: block;
		margin: 10px 0 0;
		font-size: 16px;
		line-height: 1;
		font-weight: 300;
		color: #9f9776;
	}
}


#contact .sec01 > .inner{
	width: 1100px;
	margin: 0 auto;
}
#contact .sec01{
	margin: 0 0 120px;
}
#contact .sec01 h3{
	margin: 70px 0 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #79b130;
}
#contact .sec01 p{
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #66593f;
}
#contact .sec01 ul{
	margin: 20px 0 0;
}
#contact .sec01 li{
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #66593f;
	position: relative;
}
#contact .sec01 li:before{
	content: '・';
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #66593f;
	position: absolute;
	left: 0;
}
#contact .contactInfo{
	width: 800px;
	padding: 50px 0 20px;
	margin: 80px auto 0;
	border-top: 1px solid #7e735e;
	border-bottom: 1px solid #7e735e;
}
#contact .contactInfo h3{
	margin: 0;
	font-size: 20px;
	color: #66593f;
	text-align: center;
}
#contact .contactInfo p{
	font-size: 16px;
	color: #66593f;
	text-align: center;
}
#contact .contactInfo table{
	display: block;
	width: 600px;
	padding: 70px 0 0;
	margin: 0 auto;
}
#contact .contactInfo tbody{
	display: block;
}
#contact .contactInfo tr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
}
#contact .contactInfo th,
#contact .contactInfo td{
	display: block;
}
#contact .contactInfo th{
	width: 180px;
	min-width: 180px;
	font-weight: 600;
	color: #66593f;
}
#contact .contactInfo td{
	color: #66593f;
}

@media (max-width: 640px) {
	#contact .sec01 > .inner{
		width: 100%;
		padding: 0 20px;
	}
	#contact .sec01{
		margin: 0 0 100px;
	}
	#contact .sec01 h3{
		margin: 40px 0 0;
		font-size: 28px;
		line-height: 32px;
	}
	#contact .sec01 p{
		margin: 20px 0 0;
		font-size: 24px;
		line-height: 42px;
	}
	#contact .sec01 li {
		padding: 0 0 0 20px;
		margin: 0 0 10px;
		font-size: 24px;
	}
	#contact .sec01 li:before{
		font-size: 24px;
		top: 1px;
	}
	#contact .contactInfo{
		width: 100%;
		padding: 50px 0 20px;
		margin: 80px auto 0;
		border-top: 1px solid #7e735e;
		border-bottom: 1px solid #7e735e;
	}
	#contact .contactInfo h3{
		margin: 0;
		font-size: 30px;
	}
	#contact .contactInfo p{
		font-size: 24px;
		line-height: 42px;
	}
	#contact .contactInfo table{
		display: block;
		width: 100%;
		padding: 30px 40px 0;
		margin: 0 auto;
	}
	#contact .contactInfo tbody{
		display: block;
	}
	#contact .contactInfo tr{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#contact .contactInfo th{
		width: 100%;
		min-width: auto;
		font-size: 28px;
	}
	#contact .contactInfo td{
		font-size: 28px;
	}
}


#contact .contactformArea{
	padding: 150px 0 90px;
	background: url(../img/contact/contact-form-bg.jpg) 50%/cover;
}
#contact .contactformArea > p{
	text-align: center;
	line-height: 2;
	color: #66593f;
}
#contact form{
	width: 1100px;
	margin: 60px auto 0;
}
#contact form tbody{
	display: block;
}
#contact form dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 30px 0;
	background: #e9f3de;
}
#contact form dl:nth-child(2n){
	background: #fdfefc;
}
#contact form dl.privacyporicy{
	background: transparent;
}
#contact form dt,
#contact form dd{
	display: block;
	width: 100%;
}
#contact form dt{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 360px;
	min-width: 360px;
	padding: 0 35px 0 55px;
	line-height: 2;
	font-weight: 600;
	color: #66593f;
	position: relative;
}
#contact form dl.required dt:after{
	content: '必須';
	display: block;
	width: 51px;
	height: 20px;
	margin: 0 0 0 auto;
	line-height: 20px;
	background: #fa9311;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
#contact form dd{
	color: #66593f;
}
form input[type='text'],
form input[type='email'],
form input[type='tel']{
	height: 50px;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
form input[type='text'],
form input[type='tel']{
	width: 375px;
}
form .address input:nth-child(1){
	width: 176px;
	margin: 0 0 20px;
}
form input[type='email'],
form .address input:nth-child(2){
	width: 646px;
}
form textarea{
	width: 646px;
	min-height: 200px;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.privacyporicy{
	padding: 0;
	margin: 40px 0 65px;
}
.privacyporicy label{
	display: block;
	margin: 0 auto;
	padding-left: 60px;
	color: #66593f;
	position:relative;
	cursor: pointer;
}
.privacyporicy label::before{
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #999;
	border-radius: 4px;
	background: #fff;
}
#check:checked ~ label::after{
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 11px;
	width: 7px;
	height: 14px;
	-webkit-transform: rotate(40deg);
	    -ms-transform: rotate(40deg);
	        transform: rotate(40deg);
	border-bottom: 3px solid #009a9a;
	border-right: 3px solid #009a9a;
}
input#submit,
input[type="submit"]{
	display: block;
	width: 267px;
	height: 57px;
	border-radius: 30px;
	margin: 0 auto;
	background: #fba517 url(../img/contact/submi-arrow.png) 240px 24px no-repeat;
	-webkit-box-shadow: 0 3px 0 #fa9311;
	        box-shadow: 0 3px 0 #fa9311;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 57px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
input[type="submit"][disabled="disabled"],
input#submit[disabled="disabled"]{
	background: #b7b7b7 url(../img/contact/submi-arrow.png) 240px 24px no-repeat;
	-webkit-box-shadow: 0 3px 0 #787878;
	        box-shadow: 0 3px 0 #787878;
	cursor: auto;
}

@media (max-width: 640px) {
	#contact .contactformArea{
		padding: 150px 0 90px;
		background: url(../img/contact/contact-form-bg.jpg) 50%/cover;
	}
	#contact .contactformArea > p{
		font-size: 24px;
		line-height: 42px;
	}
	#contact form{
		width: 100%;
		margin: 60px auto 0;
	}
	#contact form tbody{
		display: block;
	}
	#contact form dl{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 40px 0;
	}
	#contact form dt,
	#contact form dd{
		display: block;
		width: 100%;
		padding: 0 20px;
		font-size: 28px;
	}
	#contact form dt{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		min-width: auto;
		padding: 0 20px;
		margin: 0 0 10px;
	}
	#contact form dl.required dt:after{
		content: '必須';
		display: block;
		width: 70px;
		height: 30px;
		margin: 0 0 0 20px;
		line-height: 30px;
		background: #fa9311;
		font-size: 22px;
		text-align: center;
		color: #fff;
	}
	#contact form dd{
		color: #66593f;
	}
	form input[type='text'],
	form input[type='email'],
	form input[type='tel']{
		height: 70px;
		padding: 8px;
		border-radius: 3px;
		border: 2px solid #e6e6e6;
		background: #fff;
	}
	form input[type='text'],
	form input[type='tel']{
		width: 100%;
	}
	form .address input:nth-child(1){
		width: 353px;
		margin: 0 0 20px;
	}
	form input[type='email'],
	form .address input:nth-child(2){
		width: 100%;
	}
	form textarea{
		width: 100%;
		border: 2px solid #e6e6e6;
	}
	.privacyporicy{
		padding: 0;
		margin: 40px 0 65px;
	}
	.privacyporicy label{
		display: block;
		margin: 0 auto;
		padding-left: 60px;
		color: #66593f;
		position:relative;
		cursor: pointer;
	}
	.privacyporicy label::before{
		content: "";
		display: block;
		position: absolute;
		top: -8px;
		left: 0;
		width: 30px;
		height: 30px;
		border: 1px solid #999;
		border-radius: 4px;
		background: #fff;
	}
	#check:checked ~ label::after{
		content: "";
		display: block;
		position: absolute;
		top: -3px;
		left: 11px;
		width: 7px;
		height: 14px;
		-webkit-transform: rotate(40deg);
		    -ms-transform: rotate(40deg);
		        transform: rotate(40deg);
		border-bottom: 3px solid #009a9a;
		border-right: 3px solid #009a9a;
	}
	input#submit,
	input[type="submit"]{
		display: block;
		width: 416px;
		height: 88px;
		border-radius: 50px;
		background: #fba517 url(../img/contact/submi-arrow-sp.png) 370px 36px no-repeat;
		-webkit-box-shadow: 0 6px 0 #fa9311;
		        box-shadow: 0 6px 0 #fa9311;
		font-size: 28px;
		line-height: 88px;
	}
	input#submit[disabled="disabled"],
	input[type="submit"][disabled="disabled"]{
		background: #b7b7b7 url(../img/contact/submi-arrow-sp.png) 370px 36px no-repeat;
		-webkit-box-shadow: 0 6px 0 #787878;
		        box-shadow: 0 6px 0 #787878;
		cursor: auto;
	}
}





/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■

	#news

 ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
#news #mv{
	background: url(../img/news/mv.jpg) 50%/cover;
}

@media (max-width: 640px) {
	#news #mv{
		background: url(../img/news/mv-sp.jpg) 50%/cover;
	}
}

#news .pageCnt{
	margin: 200px 0 0;
}
#news .sec h2{
	margin: 0 0 50px;
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	color: #66593f;
}
#news .sec h2 span{
	display: block;
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #9f9776;
}

#news .newsList{
	width: 1100px;
	margin: 0 auto 70px;
}
#news .newsList li{
	padding: 70px 0 90px;
	border-bottom: 1px solid #ededed;
}
#news .newsList li:first-child{
	padding: 0 0 90px;
}
#news .newsList time{
	display: block;
	margin: 0 0 10px;
	font-weight: 500;
	color: #689c25;
}
#news .newsList h2{
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #66593f;
}
#news .newsList p{
	line-height: 2;
	color: #66593f
}

@media (max-width: 640px) {
	#news .newsList li{
		padding: 70px 0 70px;
		border-bottom: 2px solid #ededed;
	}
	#news .newsList li:first-child{
		padding: 0 0 70px;
	}
	#news .newsList{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 70px;
	}
	#news .newsList time{
		margin: 0 0 15px;
		font-size: 22px;
	}
	#news .newsList h2{
		margin: 0 0 20px;
		font-size: 36px;
		line-height: 48px;
	}
	#news .newsList p{
		font-size: 28px;
		line-height: 42px;
	}
}


.wp-pagenavi{
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	    -ms-flex-align: center!important;
	        align-items: center!important;
	-webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	        justify-content: center!important;
	margin: 70px 0 0!important;
}
.wp-pagenavi .pages{
	display: none!important;
}
.wp-pagenavi a:hover{
	opacity: 1;
}
.wp-pagenavi span,.wp-pagenavi a{
	min-width: 30px;
	height: 30px;
	line-height: 1;
	margin: 0 8px!important;
	padding: 7px 10px 0!important;
	color: #66593f!important;
	font-size: 14px!important;
	text-align: center;
	text-decoration: none!important;
	background: #fff!important;
	border: 1px solid #66593f!important;
	border-radius: 3px;
}
.wp-pagenavi span.current, .wp-pagenavi a.current, .wp-pagenavi span:hover, .wp-pagenavi a:hover{
	color: #fff!important;
	background: #66593f!important;
}

@media (max-width: 640px) {
	.wp-pagenavi span,.wp-pagenavi a{
		min-width: 51px;
		height: 51px;
		line-height: 1;
		margin: 0 15px!important;
		padding: 8px 10px 0!important;
		font-size: 28px!important;
		text-align: center;
		text-decoration: none!important;
		background: #fff!important;
		border: 2px solid #66593f!important;
		border-radius: 3px;
	}
	.wp-pagenavi span.current, .wp-pagenavi a.current, .wp-pagenavi span:hover, .wp-pagenavi a:hover{
		color: #fff!important;
		background: #66593f!important;
	}
}


