@charset "utf-8";
/* CSS Document */

#main_bg{
	top: 0px;
	height: 85%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index:0;
}

.main_frame{
	position:absolute;
	left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
	width: 480px;
 height: 271px;
	z-index:10;
}


.bunner_inner > div {
    position: relative;
    text-align: center;
    left: 39%;
    top: 0%;
    border: 1px solid #fff;
    width: 290px;
    margin-left: -80px;
    background: (0,0,0,0.6);
				margin-bottom:20px
}

.index_arrow{
	position:absolute;
	bottom:200px;
	z-index:100;
	width:60px;
	left:50%;
	margin-left:-30px;
}

.discription{
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	width:100%;
	height:100%;
	margin:0 auto;
	background-size:cover;
}

article{
margin: 0 auto;
width: 100%;
z-index: 1;
}

.bg_bunner .banner_img{
	position:relative;
	width:100%;
	display:block;
	height:300px;
	overflow:hidden;
}
.bunner_inner{
	position:absolute;
	text-align:center;
	height:300px;
	top: 40px;
	left:0;
	right:0;
	bottom:0;
	vertical-align:middle;
}

section.bg_bunner .container {
    padding: 40px 0 0px;
}

.bg_intro{
	background: url(../images/top/bg_intro.jpg) no-repeat center top;
	background-size:cover;
}

.bg-recruit{
	background: url(../images/top/bg_recruit.jpg) no-repeat center top;
	background-size:cover;
}

#voice p.hito{
	text-align:center;
}

.square-frame{
	height: 0;
 width: 100%;
 padding-bottom: 80%;
	overflow:hidden;
	background-color:#000;
	margin-bottom: 30px;
 border-radius: 10px;
	margin-top:40px;
}

.square-content{
	display: block;
 height: 0;
 width: 100%;
 padding-bottom: 100%;
	position:relative;
	overflow:hidden;
}

.square-content h3{
	text-align:center;
	padding-top:35%;
	display:block;
	width:100%;
	color:#fff;
	line-height:60px;
	font-weight:700;
	font-size:30px;
	text-shadow: #0000009c 2px 2px 6px, #000 0px 0px 6px;
}


.bg_appeal01{
	background: url(../images/top/ban01.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.bg_appeal02{
	background: url(../images/top/ban02.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.bg_appeal03{
	background: url(../images/top/ban03.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.square-content:hover{
	background-size: auto 110%;
	transition: all 0.5s ease-in;
}

.top_appeal{
	text-align:center;
}

.top_appeal p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:400;
}

.top_appeal02{
	text-align:left;
}

.top_appeal02 p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:400;
}

.top_appeal02 p span{
	font-size:20px;
	font-weight:500;
	display:block;
	margin-bottom:20px;
}


.top_appeal02 .tit1{
	padding-top:80px;
	padding-bottom: 12px;
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 letter-spacing: .2rem;
	font-size:36px;
	font-weight:bold;
	color:#96ca3b;
}
.top_appeal02 .tit1:first-letter{
	color:#1d7c39;
}


@media (max-width:767px){
.square-content_c h3{
 margin: 10% auto 20px;
	vertical-align:middle;
	text-align:center;
	z-index: 1;
	position: relative;
}

.square-content_c p{
	margin-bottom:20px;
	text-align:center;
	color:#fff;
}

.square-frame{
	height: 0;
 width: 100%;
 padding-bottom: 60%;
	overflow:hidden;
	background-color:#000;
 margin-bottom: 0px;
}

.square-content_c{
	margin-bottom:0px;
	padding-bottom:60%;
}

.bg_contents01,.bg_contents02,.bg_contents03,.bg_contents04{
	background-size: cover;
}

.bg_contents01:hover,.bg_contents02:hover,.bg_contents03:hover,.bg_contents04:hover{
	background-size: cover;
}

.main_frame {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
    bottom: 0px;
    margin: auto;
    width: 250px;
    height: 271px;
    z-index: 10;
}

#main_bg{
	height: 60%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index:0;
}

.index_arrow {
    bottom: 30px;
}

#wrapper {
    top: 60%;
}	

.flexslider .slides img {
    height: auto;
    max-width: 100%;
}

section.bg_bunner .container {
    padding: 10px 0 0px;
}

.top_appeal02 img{
	margin-top:10px !important;
}

.square-content h3 {
    padding-top: 25%;
    font-size: 30px;
}

.top_appeal02 .tit1{
	padding-top:40px;
	font-size:28px;
	font-weight:bold;
	color:#96ca3b;
}

}

@media (min-width:768px) and (max-width:991px){/*sm*/

.square-content h3 {
    padding-top: 31%;
    font-size: 20px;
}

}

@media (min-width:1400px){/*lg*/

.square-content_c h3 {
    margin: 16% auto 10%;
}
.square-content_c p {
    margin-bottom: 60px;
}
}

@media (max-width:1200px){/*md*/
.top_appeal02 img{
	margin-top:100px;
}
}

@media (max-width:460px){


.top_appeal {
	text-align:left;
}

.btn-more{
	margin:0 auto;}
}

@media (min-width:992px) and (max-width:1399px){/*md*/
.square-content h3 {
    padding-top: 31%;
    font-size: 25px;
}
}