@charset "UTF-8";

img{max-width: 100%;}
#navi li a{width: 126px;}
#footer{
	border-top: none;
	margin-top: 0;
}
.wp-person{position: relative;}
.arrows_box{
	background-color: #2eaf4a;
	bottom: 0;
	color: #fff;
	left: 0;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 99;
	padding: 5px 0 0;
	-webkit-transition: all 0.8s 0.3s linear;
	-ms-transition: all 0.8s 0.3s linear;
	transition: all 0.8s 0.3s linear;
}
.arrows_box.close{
	opacity: 0;
	visibility: hidden;
}
.arrows_box span{
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.arrows {
	width: 40px;
	height: 45px;
	bottom: 20px;
}
.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 2px;
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite;
}
.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s;
}
.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s;
}
.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s;
}
.section-box1{
	position: relative;
	z-index: 0;
}
.person-image{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.home-contents{
	box-shadow: 0 15px 45px 6px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 45px 6px rgba(0, 0, 0, 0.7);
	-ms-box-shadow: 0 15px 45px 6px rgba(0, 0, 0, 0.7);
	margin: 0 -41%;
	position: relative;
	top: 0;
	width: 180%;
	z-index: -1;
}
.circle-img01, .circle-img02{
	position: absolute;
	z-index: 2;
}
.circle-img01{
	top: 620px;
	left: -62px;
	max-width: 303px;
}
.circle-img02{
	top: 765px;
	right: -95px;
	max-width: 357px;
}
.section-paralax{
	position: relative;
	height: 370px;
	overflow: hidden;
}
.section-paralax .leftBox, .section-paralax .rightBox{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
}
.section-paralax .leftBox{
	left: 0;
}
.section-paralax .rightBox{
	right: 0;
}
.parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.deviceIE .parallax img{
	display: block!important;
	-webkit-transform: translateX(-50%)!important;
	transform: translateX(-50%)!important;
}
.section-block3{
	background-color: #fccb00;
	height: 240px;
	position: relative;
}
.section-block3:before{
	content: "";
	background: url(../images/home/bg02.png) repeat-x;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	height: 40px;
}
/*-----------------*/

.section-bubble{
	content: "";
	background: url(../images/home/bg_bubble.png) repeat-y center 58px;
	position: absolute;
	left: 0;
	right: 0;
	top: -68.1%;
	bottom: 0;
	z-index: 1;
}
/*-----------------*/
.section-block4{
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background-color: #2eaf4a;
	height: 576px;
	position: relative;
}
.section-block5{
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background-color: #fccb00;
	height: 670px;
	position: relative;
}
.main-contents{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.title-page .title-page-txt{
	clear: both;
	z-index: 12;
	position: relative;
}
.title-page .inview-left-mv.title-page-txt:hover,
.title-page .inview-right-mv.title-page-txt:hover{
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.title-page .title01, .title-page .title03, .title-page .title05{
	float: right;
	padding-right: 56px;
}
.title-page .title02, .title-page .title04, .title-page .title06{
	float: left;
	padding-left: 56px;
}
.title-page .title01{
	margin-top: 150px;
}
.title-page .title02{
	margin-top: 80px;
}
.title-page .title03{
	margin-top: 105px;
}
.title-page .title04{
	margin-top: 62px;
}
.title-page .title05{
	margin-top: 100px;
}
.title-page .title06{
	margin-top: 85px;
}
.section-news{
	background-color: rgba(255, 255, 255, 0.84);
	font-weight: bold;
	margin: 100px auto 150px;
	padding-left: 223px;
	position: relative;
	width: 985px;
}
.section-news:before{
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 223px;
	z-index: -1;
}
.section-news .tit-new{
	left: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-news dl{
	padding: 8px;
	height: 300px;
	overflow: auto;
	font-size: 12px;
}
.section-news dt{
	clear: both;
	float: left;
	padding: 13px 10px;
	width: 160px;
}
.section-news dd{
	border-bottom: 1px solid #2eaf4a;
	padding: 13px 0;
}
.section-news dt:first-child + dd{
	border-top: 1px solid #2eaf4a;
}
.section-news dd a{
	color: #000;
	text-decoration: none;
}
.section-news dd a:hover{text-decoration: underline;}
.box-banner{
	text-align: center;
}
.box-banner .banner{
	margin: 0 35px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.box-banner .banner img{
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 0.4s ease;
	-ms-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	max-width: 715px;
}
.box-banner .banner:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}

@-webkit-keyframes arrow
{
	0% {opacity:0}
	40% {opacity:1}
	80% {opacity:0}
	100% {opacity:0}
}
