.inner{
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.nav-inner{
	width: 90%;
	margin: 0 auto;
}
.wrapper{
	overflow: hidden;
}
section{
	position: relative;
}
span.carning{
	letter-spacing: 0;
}
.link a{
	position: absolute;
	color: #b3891d;
	padding: 12px 25px 12px 30px;
	text-align: center;
	z-index: 1;
	font-size: .9rem;
	letter-spacing: .3rem;
	z-index: 2;
}
.link a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	z-index: -1;
	top: 0;
	left: 0;
}
.link a:after{
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	background-color: #000;
	z-index: -1;
	top: 0;
	left: 0;
}
.link a:hover:after{
	width: 100%;
}


@media only screen and (max-width: 1199px) {

.inner{
    width: 800px;
}

}


@media only screen and (max-width: 1023px) {

.inner{
    width: 90%;
}

}

@media only screen and (max-width: 639px) {

.inner{
    width: 90%;
}

}

/* -------------------------------- 

header

-------------------------------- */

header{
	width: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	z-index: 3;
}
header .logo{
	float: left;
}
header .logo img{
	height: 14px;
	width: auto;
	margin-top: 32px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    height: 1px!important;
    background-color: #f2f2f2!important;
}
.drawer-hamburger-icon {
    margin-top: 10px!important;
}
.drawer-hamburger-icon:after {
    top: 8px!important;
}
.drawer-hamburger-icon:before {
    top: -8px!important;
}
.drawer-hamburger {
    position: relative!important;
    top: 0!important;
    right: 0px!important;
    padding: 20px 0px 20px!important;
    z-index: 20!important;
    float: right;
    width: 30px;
    height: 30px;

}
.drawer-nav {
    z-index: 5!important;
}
.drawer-nav{
	width: 100%;
	background-color: #000;
	color: #f2f2f2;
}
.drawer--right .drawer-nav {
    right: 100%;
}
.drawer-menu{
	padding-top: 10%;
    height: 100%;
}
.drawer-menu li{
	text-align: center;
	height: 13%;
}
.drawer-menu li a{
	letter-spacing: .2rem;
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    top: 0px!important;
}


@media only screen and (max-width: 1023px) {

.drawer-menu{
	padding-top: 22%;
    height: 100%;
}

}

@media only screen and (max-width: 639px) {



}


/* -------------------------------- 

fv

-------------------------------- */

.top-fv{
	height: 100vh;
	background-image: url(../img/fv.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.top-fv .inner{
	height: 100%;
}
.top-fv .catchcopy{
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 150px; 
}
.top-fv .catchcopy h2 img{
	height: 80px;
	margin-bottom: 0px;
	padding-right: 0px;
}
.top-fv .catchcopy h3{
	font-size: 1.35rem;
	line-height: 2rem;
	letter-spacing: .5rem;
}


@media only screen and (max-width: 1023px) {

.top-fv .catchcopy h2 img {
    height: 60px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.top-fv .catchcopy h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.top-fv .catchcopy {
    height: 105px;
}

}

@media only screen and (max-width: 639px) {

.top-fv {
	background-size: 170%;
}

}



/* -------------------------------- 

concept

-------------------------------- */

.top-concept{
	
}
.top-concept .inner > img{
	display: block;
	width: 260px;
	height: auto;
	margin: 200px auto 0;
}
.top-concept .parallax{
	margin-top: 200px;
	height: 800px;
	position: relative;
}
.top-concept .parallax .bg{
	position: absolute;
	width: 420px;
	height: 200px;
	background-color: #4e3c0e;
	right: 150px;
	top: 0;
}
.top-concept .parallax .text{
	position: absolute;
	width: 500px;
	right: 0px;
	top: 50px;
}
.top-concept .parallax .text h2{
	font-size: 1.2rem;
	letter-spacing: .3rem;
	margin-bottom: 30px;
}
.top-concept .parallax .text p{
	font-size: .8rem;
	letter-spacing: .2rem;
	margin-bottom: 15px;
	line-height: 1.5rem;
}
.top-concept .link a{
	top: 180px;
	right: 540px;
}


@media only screen and (max-width: 1023px) {

.top-concept .parallax{
	height: auto;
}
.top-concept .inner > img {
    margin: 100px auto 0;
}
.top-concept .parallax .bg {
    width: 75%;
    height: 124%;
    right: auto;
    top: -30px;
    left: 12.5%;
}
.top-concept .parallax .text h2 {
    font-size: 1rem;
    line-height: 2.4rem;
    margin-bottom: 40px;
}
.top-concept .parallax .text h2 span {
	font-size: 1.5rem;
}
.top-concept .parallax .text {
    position: relative;
    width: 100%;
    right: 0px;
    top: 0px;
}
.top-concept .parallax .text p {
    font-size: .8rem;
    letter-spacing: .2rem;
    margin-bottom: 25px;
    line-height: 1.4rem;
}
.top-concept .link a{
	top: auto;
	left: 0;
	right: 0;
	bottom: -17.5%;
	margin: auto;
	display: block;
	width: 200px;
	height: 40px;
}

}

@media only screen and (max-width: 639px) {

.top-concept .inner > img {
    width: 200px;
}
.top-concept .parallax .bg {
    height: 109%;
}
.top-concept .link a{
	bottom: -7.5%;
}

}



/* -------------------------------- 

service

-------------------------------- */

.top-service .parallax{
	margin-top: 200px;
	height: 500px;
	position: relative;
}
.top-service .parallax .img{
	position: absolute;
	width: 400px;
	height: 250px;
	right: 0px;
	top: 0;
	background-image: url(../img/service-fv.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 1;
}
.top-service .parallax .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	margin: auto;
}
.top-service .parallax .text{
	position: absolute;
	width: 400px;
	left: 0px;
	top: 150px;
	background-color: #4e3c0e;
}
.top-service .parallax .text h2{
	font-size: 1rem;
    letter-spacing: .3rem;
    line-height: 1.5rem;
    margin: 30px;
}
.top-service .parallax .text h2 span{
	font-size: 1.2rem;
}
.top-service .parallax .text p{
	font-size: .8rem;
	letter-spacing: .2rem;
	line-height: 1.3rem;
	margin: 0px 30px 45px 30px;
}
.top-service .link a{
	top: 347px;
	right: 240px;
}


@media only screen and (max-width: 1023px) {

.top-service .parallax{
	margin-top: 200px;
	height: auto;
	position: relative;
}
.top-service .parallax .img {
    position: relative;
    width: 100%;
    height: 250px;
}
.top-service .parallax .text {
    position: relative;
    width: 100%;
    left: 0px;
    top: 10px;
    padding: 25px 18px 55px;
    /*background-color: rgba(78,60,14,0.7);*/
}
.top-service .parallax .text h2 {
    font-size: .9rem;
    letter-spacing: .2rem;
    line-height: 1.4rem;
    margin: 0px;
}
.top-service .parallax .text p {
    font-size: .75rem;
    letter-spacing: .1rem;
    line-height: 1.3rem;
    margin: 15px 0px 0px 0px;
}
.top-service .link a{
	top: auto;
	right: 0;
	left: 0;
	bottom: -30px;
	width: 200px;
	height: 40px;
	margin: auto;
	display: block;

}

}

@media only screen and (max-width: 639px) {



}


/* -------------------------------- 

recruit

-------------------------------- */

.top-recruit .parallax{
	margin-top: 200px;
	height: 500px;
	position: relative;
}
.top-recruit .parallax .img{
	position: absolute;
	width: 400px;
	height: 250px;
	left: 0px;
	top: 0;
	background-image: url(../img/recruit-fv.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}
.top-recruit .parallax .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	margin: auto;
}
.top-recruit .parallax > img{
	position: absolute;
	width: 120px;
	height: auto;
	top: 300px;
	right: 50px;
	z-index: 2;
}
.top-recruit .parallax .text{
	position: absolute;
	width: 400px;
	right: 0px;
	top: 150px;
	background-color: #4e3c0e;
	z-index: 1;
}
.top-recruit .parallax .text h2{
	font-size: 1rem;
    letter-spacing: .3rem;
    line-height: 1.5rem;
    margin: 30px;
}
.top-recruit .parallax .text p{
	font-size: .8rem;
	letter-spacing: .2rem;
	line-height: 1.3rem;
	margin: 0px 30px 45px 30px;
}
.top-recruit .link a{
	top: 332px;
	right: 370px;
}


@media only screen and (max-width: 1023px) {


.top-recruit .parallax{
	margin-top: 150px;
	height: auto;
	position: relative;
}
.top-recruit .parallax .img {
    position: relative;
    width: 100%;
    height: 250px;
}
.top-recruit .parallax .text {
    position: relative;
    width: 100%;
    left: 0px;
    top: 10px;
    padding: 25px 18px 55px;
    /*background-color: rgba(78,60,14,0.7);*/
}
.top-recruit .parallax .text h2 {
    font-size: .9rem;
    letter-spacing: .2rem;
    line-height: 1.4rem;
    margin: 0px;
}
.top-recruit .parallax .text p {
    font-size: .75rem;
    letter-spacing: .1rem;
    line-height: 1.3rem;
    margin: 15px 0px 0px 0px;
}
.top-recruit .link a{
	top: auto;
	right: 0;
	left: 0;
	bottom: -30px;
	width: 200px;
	height: 40px;
	margin: auto;
	display: block;
}
.top-recruit .parallax > img {
    position: absolute;
    width: 100px;
    height: auto;
    top: 230px;
    right: 18px;
}

}

@media only screen and (max-width: 639px) {



}


/* -------------------------------- 

top-btlink

-------------------------------- */

.top-btlink .btlink{
	margin-top: 200px;
	height: 300px;
	position: relative;
	background-image: url(../img/about-fv.png);
	background-size: cover;
	background-position: center;

}
.top-btlink .btlink .box{
	width: 33.333334%;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #4e3c0e;
    border-top: 1px solid #4e3c0e;
    border-bottom: 1px solid #4e3c0e;
}
.top-btlink .btlink .box:hover{
	background-color: #4e3c0e;
}
.top-btlink .btlink .box:nth-of-type(3){
	border-right: 1px solid #4e3c0e;
}
.top-btlink .btlink .box a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.top-btlink .btlink .box img{
	position: absolute;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.top-btlink .btlink > a{
	display: block;
	width: 600px;
	height: 40px;
	background-color: #f2f2f2;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 100px;
	color: #4e3c0e;
	line-height: 40px;
	font-size: 1.5rem;
}

@media only screen and (max-width: 1023px) {

.top-btlink .btlink > a{
	display: block;
    width: 220px;
    left: 0;
    right: 0;
    bottom: -140px;
    margin: auto;
}
.top-btlink .btlink {
    margin-top: 150px;
    height: auto;
}
.top-btlink .btlink .box{
	width: 100%;
    float: none;
    height: 180px;
	text-align: center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 1px solid #4e3c0e;
    border-right: 1px solid #4e3c0e;
    border-top: 1px solid #4e3c0e;
    border-bottom: none;
}
.top-btlink .btlink .box:nth-of-type(3){
	border-bottom: 1px solid #4e3c0e;
}

}

/* -------------------------------- 

bg-tx

-------------------------------- */

.bg-tx1{
	position: absolute;
	width: 80px;
	height: auto;
	top: -2600px;
	left: -40px;
	z-index: 0;
}
.bg-tx2{
	position: absolute;
	width: 80px;
	height: auto;
	top: -1600px;
	right: -40px;
	z-index: 0;
}

@media only screen and (max-width: 1023px) {

.bg-tx1{
	position: absolute;
	width: 60px;
	height: auto;
	top: -2000px;
	left: -30px;
	z-index: -1;
}
.bg-tx2{
	position: absolute;
	width: 60px;
	height: auto;
	top: -1200px;
	right: -30px;
	z-index: -1;
}

}

/* -------------------------------- 

footer

-------------------------------- */

footer{
	height: 100px;
	margin-top: 200px;
}
footer .logo{
	float: left;
}
footer .logo img{
	height: 14px;
	width: auto;
	margin-top: 43px;
}
footer .copyright{
	font-size: .7rem;
	line-height: 100px;
	float: right;
}

@media only screen and (max-width: 1023px) {

footer .logo img {
    height: 10px;
}

}

@media only screen and (max-width: 640px) {

footer .copyright{
	font-size: .7rem;
    line-height: 60px;
    float: left;
}
	
}


/* -------------------------------- 

recruit

-------------------------------- */

.recruit .parallax{
	margin-top: 400px;
	height: auto;
	position: relative;
}
.recruit .parallax .text{
	position: relative;
	background-color: #4e3c0e;
	width: 80%;
	right: 0px;
	left: 0;
	top: 0px;
	margin: auto;
	z-index: 2;
	padding: 60px 0 60px;
}
.recruit table{
	width: 80%;
	margin: 0 auto;
}
.recruit table td{
	padding: 20px 10px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	font-size: .8rem;
	letter-spacing: .2rem;
	line-height: 1.5rem;
}


@media only screen and (max-width: 1023px) {

.message .parallax{
	height: auto;
}
.recruit .parallax .text{
	position: relative;
	background-color: #4e3c0e;
	width: 100%;
	z-index: 2;
	padding: 40px 0 40px;
}
.recruit table{
	width: 90%;
}
.recruit table td{
	padding: 15px;
	font-size: .75rem;
	letter-spacing: .1rem;
	line-height: 1.5rem;
	text-align: left;
	display: block;
	border: none;
	width: 100%;
}
.recruit table td:nth-of-type(1){
	background-color: #020202;
}

}

@media only screen and (max-width: 639px) {

.message .inner > img {
    width: 200px;
}

}





