@charset "UTF-8";

/*==================================================================
	Style setting
===================================================================*/
body{
	color: #252525;
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;*/
	font-family: Axis, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	line-height: 2.5;
	min-width: 1120px;
	overflow: hidden;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a{color: rgb(46, 175, 74);}
.relative{z-index: 0;}
.wrap-inner{
	margin: auto;
	width: 1100px;
}
#contents{
	position: relative;
}
.inview, .inview-left, .inview-right{
	-webkit-transition: opacity .8s .15s, transform .8s .15s, visibility .8s .25s;
	transition: opacity .8s .15s, transform .8s .15s, visibility .8s .25s;
}
.inview{
	opacity: 0;
	visibility: hidden;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.inview-left{
	opacity: 0;
	visibility: hidden;
	transform: translate(-65%px,0);
	-webkit-transform: translate(-65%,0);
}
.inview-right{
	opacity: 0;
	visibility: hidden;
	transform: translate(65%,0);
	-webkit-transform: translate(65%,0);
}
.inview-mv, .inview-left-mv, .inview-right-mv{
	opacity: 1.0;
	visibility: visible;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.loading{
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.loading img{max-width: 100%;}
.loading .loading-content{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loading .loading-logo{
	-webkit-animation : hvr-buzz-out 0.75s infinite;
	animation : hvr-buzz-out 0.75s infinite;
	text-align: center;
	margin: 0 auto 15px;
	width: 50px;
}
.loading .loading-text{
	position: relative;
	margin-left: 18px;
}
.loading .loading-text .loading-dotted:after, .loading .loading-text .loading-dotted:before{
	content: "";
}
.loading .loading-text .loading-dotted,
.loading .loading-text .loading-dotted:after, .loading .loading-text .loading-dotted:before{
	background-color: #39b54a;
	height: 5px;
	width: 5px;
	-webkit-animation: fade-loading 1s infinite;
	-o-animation: fade-loading 1s infinite;
	animation: fade-loading 1s infinite;
	position: relative;
	display: inline-block;
	margin: 0 3px;
}
.loading .loading-text .loading-dotted{
	top: -5px;
	-wekit-animation-delay : .2s;
	animation-delay : .2s;
	left: 10px;
}
.loading .loading-text .loading-dotted:before{
	-webkit-animation-delay : .1s;
	animation-delay : .1s;
	left: -12px;
}
.loading .loading-text .loading-dotted:after{
	-webkit-animation-delay : .3s;
	animation-delay : .3s;
	left: 6px;
	top: -5px;
}
.section-pattern, .section-pattern-body{
	height: 560px;
	position: absolute;
	right: 0;
	top: 0%;
	width: 560px;
	z-index: 0;
	-webkit-transform: rotate(-37deg);
	-ms-transform: rotate(-37deg);
	transform: rotate(-37deg);
	z-index: 10;
}
.section-pattern span, .section-pattern-body span{
	background-color: #81c041;
	-webkit-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
	-webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.4);
	display: block;
	position: absolute;
	transform: translate(70%, 0px);
	-webkit-transform: translate(70%, 0px);
	-ms-transform: translate(70%, 0px);
	opacity: 0;
	-webkit-transition: transform 0.5s ease, opacity 0.1s linear;
	-o-transition: transform 0.5s ease, opacity 0.1s linear;
	transition: transform 0.5s ease, opacity 0.1s linear;
	width: 600px;
	z-index: 9;
}
.section-pattern.scroll span{
	-webkit-transform: translate(0px,0);
	-ms-transform: translate(0px,0);
	-o-transform: translate(0px,0);
	transform: translate(0px,0);
	opacity: 1;
}
.section-pattern ._pattern01, .section-pattern-body ._pattern01{
	height: 150px;
	right: -60%;
	top: 15%;
	width: 115%;
}
.section-pattern ._pattern02, .section-pattern-body ._pattern02{
	height: 85px;
	right: -40%;
	top: 46%;
	width: 167%;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.section-pattern ._pattern03, .section-pattern-body ._pattern03{
	height: 50px;
	right: -67%;
	top: 63%;
	width: 166%;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.section-pattern ._pattern04, .section-pattern-body ._pattern04{
	height: 24px;
	right: -46%;
	top: 74%;
	width: 100%;
	-webkit-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.section-pattern ._pattern05, .section-pattern-body ._pattern05{
	height: 27%;
	right: -65%;
	top: 84%;
	width: 106%;
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.section-pattern-body{
	top: 10%;
}
.section-pattern-body span{
	background-color: #fccb00;
}
.section-pattern-body.scroll span{
	-webkit-transform: translate(30px,0);
	-ms-transform: translate(30px,0);
	-o-transform: translate(30px,0);
	transform: translate(30px,0);
	opacity: 1;
}
/*---------*/
.section-pattern-left, .section-pattern-right{
	position: absolute;
	left: 0;
	top: 60%;
	-webkit-transform: rotate(-37deg);
	-ms-transform: rotate(-37deg);
	transform: rotate(-37deg);
	z-index: -2;
	width: 700px;
	height: 700px;
}
.section-pattern-left span, .section-pattern-right span{
	background-color: #fccb00;
	-webkit-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
	display: block;
	position: absolute;
	transform: translate(0%, 0px);
	-webkit-transform: translate(0%, 0px);
	-ms-transform: translate(0%, 0px);
	opacity: 0;
	-webkit-transition: transform 0.5s ease, opacity 0.1s linear;
	-o-transition: transform 0.5s ease, opacity 0.1s linear;
	transition: transform 0.5s ease, opacity 0.1s linear;
	width: 600px;
	z-index: 9;
}
.section-pattern-left.scroll span{
	-webkit-transform: translate(70%,0);
	-ms-transform: translate(70%,0);
	-o-transform: translate(70%,0);
	transform: translate(70%,0);
	opacity: 1;
}
.section-pattern-left ._pattern01{
	height: 85px;
	right: 86%;
	top: 46px;
	width: 615px;
}
.section-pattern-left ._pattern02{
	height: 60px;
	right: 147%;
	top: 23%;
	width: 765px;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.section-pattern-left ._pattern03{
	height: 31px;
	right: 100%;
	top: 35%;
	width: 475px;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.section-pattern-left ._pattern04{
	height: 85px;
	right: 143%;
	top: 44%;
	width: 1500px;
	-webkit-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.section-pattern-left.pattern-green{
	top: inherit;
	bottom: 2%;
}
/******************/
.section-pattern-right{
	left: inherit;
	right: 0;
	z-index: 5;
	transform: rotate(37deg);
}
.section-pattern-right span{
	background-color: #e60012;
	-webkit-transform: translate(0px,0);
	-ms-transform: translate(0px,0);
	-o-transform: translate(0px,0);
	transform: translate(0px,0);
}
.section-pattern-right.pattern-green span{
	background-color: #2eaf4a;
}
.section-pattern-right ._pattern01{
	height: 85px;
	right: -47%;
	top: 46px;
	width: 615px;
}
.section-pattern-right ._pattern02{
	height: 35px;
	right: -74%;
	top: 23%;
	width: 765px;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.section-pattern-right ._pattern03{
	height: 60px;
	right: -18%;
	top: 32%;
	width: 570px;
	-webkit-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.section-pattern-right ._pattern04{
	height: 85px;
	right: -52%;
	top: 44%;
	width: 400px;
	-webkit-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.section-pattern-right.scroll span{
	-webkit-transform: translate(-70px,0);
	-ms-transform: translate(-70px,0);
	-o-transform: translate(-70px,0);
	transform: translate(-70px,0);
	opacity: 1;
}
/*--------*/
.page-content{
	margin: 0 -37% -70px;
}
.page-content img{width: 100%;} 
#main{
	position: relative;
}

/*==================================================================
	Headline
===================================================================*/
.headline{
	margin-bottom: 25px;
	padding-bottom: 45px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.headline:before{
	content: "";
	background-color: #2eaf4a;
	-webkit-box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 30px 2px rgba(0, 0, 0, 0.4);
	height: 243px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.headline .wrap-inner{
	position: relative;
}
.headline .wrap-icon, .headline .icon-flag{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.headline .wrap-icon{overflow: hidden;}
.headline .wrap-inner.icon-flag:after, 
.headline .wrap-inner.icon-flag:before{display: none;}
.headline .icon-flag img{
	position: absolute;
	right: 100%;
	bottom: 0;
}
.headline .tit-headline{
	position: absolute;
	top: 38px;
	left: 0;
	right: 0;
	padding: 8px 10px 7px;
	z-index: 15;
}
.headline .tit-headline:after{
	content: "";
	background-color: #2eaf4a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 22.45%;
	z-index: -1;
}
.headline .wrap-inner:before{
	content: "";
	border: 98px solid;
	border-color: transparent transparent #e60012 #e60012;
	box-shadow: -16px 25px 39px -10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: -16px 25px 39px -10px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: -16px 25px 39px -10px rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: -44px;
	z-index: 15;
}
.headline .wrap-inner:after{
	content: url(../images/common/icon_triangle02.png);
	position: absolute;
	right: -55px;
	top: 186px;
	z-index: 15;
}
.headline .img-header{
	padding: 22px 0 0;
	position: relative;
	z-index: 14;
}
.hline03{
	border-bottom: 1px solid #595656;
	color: #fff;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}
.hline03 h3{
	background-color: #595656;
	display: inline-block;
	font-size: 16.5px;
	line-height: 1.5;
	font-weight: bold;
	margin: auto;
	min-width: 300px;
	padding: 10px 0 7px;
	position: relative;
	z-index: 0;
}
.hline03 h3:after, .hline03 h3:before{
	content: "";
	background-color: #595656;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	width: 52px;
	z-index: -1;
}
.hline03 h3:after{
	border-color: transparent transparent #595656 #595656;
	right: -26px;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}
.hline03 h3:before{
	border-color: transparent #595656 #595656 transparent;
	left: -26px;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}
.hline03 h3 span{
	font-size: 8px;
	margin-top: 2px;
	display: block;
}

/*==================================================================
	Header
===================================================================*/
#header{
	background: #fff;
	position: relative;
	z-index: 100;
}
#header #logo{
	padding-top: 23px;
}
#header #logo img{max-width: 178px;}
#navi ul{
	float: left;
}
#navi li{
	float: left;
	line-height: 1;
	position: relative;
}
#navi li:before, #navi li:last-child:after{
	content: "";
	border-right: 1px solid #35ab4b;
	position: absolute;
	left: 0;
	top: 50%;
	height: 27px;
	margin-top: -14px;
}
#navi li:last-child:after{
	left: inherit;
	right: 0;
}
#navi li a{
	display: block;
	padding: 30px 0;
	text-align: center;
	width: 120px;
	-webkit-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
#navi li a:hover{
	background-color: #2bae4a;
}
#navi li a img{max-width: 120px;}
#navi .btn-header{
	float: left;
	margin-left: 20px;
	margin-top: 1px;
}
#header .btn-header{
	bottom: -40px;
	position: absolute;
	right: 0;
	z-index: 9;
}
/*==================================================================
	Footer
===================================================================*/
#footer{
	border-top: 78px solid #2eaf4a;
	background-color: #f6f7f7;
	color: #2bae4a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	z-index: 0;
}
#footer .left-footer, #footer .right-footer{
	padding: 50px 0 25px;
	position: relative;
	width: 350px;
	z-index: 0;
}
#footer .center-footer{
	background-color: #fff;
	padding: 50px 30px;
	position: relative;
	z-index: 0;
}
#footer .footer-content li{margin-bottom: 10px;}
#footer .footer-content li a{
	display: inline-block;
	color: #2bae4a;
	text-decoration: none;
}
#footer .footer-content li a:before{
	content: "";
	border-bottom: 3.5px solid transparent;
	border-left: 4px solid #2bae4a;
	border-top: 3.5px solid transparent;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#footer li a:hover{
	opacity: 0.8;
}
#footer .left-footer ul{
	float: left;
	margin-left: 40px;
}
#footer .center-footer ul{margin-left: 55px;}
#footer .center-footer .btn-footer{
	margin-top: -24px;
	position: relative;
	z-index: -1;
}
#footer .right-footer{
	text-align: center;
	height: 100%;
	position: absolute;
	right: 95px;
	bottom: 0;
	top: 0;
}
#footer .right-footer .btn-footer{
	margin-top: 10px;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
#footer .other-navi{
	background-color: #acacac;
	padding: 15px 0;
	text-align: right;
}
#footer .other-navi li{
	display: inline-block;
	margin-left: 15px;
}
#footer .other-navi li a{
	color: #fff;
	display: block;
	text-decoration: none;
}
#footer .footer-content{position: relative;}

.pageTop{
	position: absolute;
	right: -15px;
	top: -65px;
	z-index: 999;
}

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@-webkit-keyframes fade-loading{
	0%{
		background-color: transparent;
	}
	50%{
		background-color: transparent;
	}
	100%{
		background-color: #39b54a;
	}
}

@keyframes fade-loading{
	0%{
		background-color: transparent;
	}
	50%{
		background-color: transparent;
	}
	100%{
		background-color: #39b54a;
	}
}

@media (max-width: 1700px){
	.section-pattern{	
		top: 2%;
		right: -8%;
	}
	.section-pattern ._pattern02{
		width: 124%;
	}
	.section-pattern ._pattern03{
		width: 138%;
	}
}