*{
}

div {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none;
}
html{
}
body{
	font-family:'Noto Sans Japanese',sans-serif;
	-ms-backface-visibility: hidden;
	-ms-font-smoothing: antialiased;
	-moz-backface-visibility: hidden;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/back.jpg) center no-repeat;
  background-size:cover;
	-webkit-background-size:cover;
}

h2{
	color: #FFF;
	letter-spacing: 1px;
	font-weight: 600;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
}

h3{
	color: #064acb;
	font-size:4.0em;
	font-weight: 600;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
}

h4{
	font-size:4.0em;
	font-weight: 600;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
}

div {
}

.row{
	margin-bottom: 100px;
}

.back{
	position: relative;
  z-index: 0;
}

#about {
	position: relative;
	z-index: 3;
	margin: 150px 0 0;
}

.line_wrap{
  position:relative;
  top:150px;
  height: 60vh;
  min-height: 380px;
	transform: skewY(-4deg)　translate3d(0, 0, 0);
  transform-origin: bottom left;
  -webkit-transform: skewY(-4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(-4deg) translate3d(0, 0, 0);
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.6));
}

.cont_wrap1{
	transform: skewY(-4deg)　translate3d(0, 0, 0);
  transform-origin: bottom left;
	outline:1px solid transparent;
  position:relative;
  top:140px;
  height: 850px;
  -webkit-transform: skewY(-4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(-4deg) translate3d(0, 0, 0);
}

.cont_wrap2{
	transform: skewY(-4deg)　translate3d(0, 0, 0);;
	outline:1px solid transparent;
  transform-origin: bottom left;
  position:relative;
  -webkit-transform: skewY(-4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(-4deg) translate3d(0, 0, 0);
}

.btn{
	background-color: transparent;
    border-color: #FFF;
	font-size: 1.5em;
	border-radius: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #d16b16;
    border-color: #d16b16;
}

.hidden_box {
    padding: 0;
	text-align:center;
}

/*ボタン装飾*/
.hidden_box label {
	margin: 20px;
	background:#064acb;
	padding: 1em 3em;
	color:#FFF;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #d16b16;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

.Ama{
	text-align:center;
	position: relative;
}

.Ama h3{
	font-size: 7.0em;
	text-align:center;
	color: #fff;
}

.Ama p{
	font-size: 25px;
	text-align:center;
	color: #fff;
	font-weight: 500;
}
.title{
	content: "";
	position: absolute;
	z-index: 6;
	width: 100%;
	left: 0;
	top: 40%;
}

.title2{
	text-align:center;
	margin: 5.0em 0 4.0em;
}

.title2 h3{
	text-align:center;
	font-size:5.0em;
}
.title2 p{
	font-size:2.0em;
	font-weight:600;
	margin:auto;
	display:inline-block;
}

.img_san{
	width: 100%;
}

.img_no{
	content: " ";
  display: block;
	border-right: 50px solid transparent;
	border-top: 70px solid #d16b16;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.img_no2{
	margin-left:15px ;
}

.no{
	position: absolute;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
	color: #FFF;
	font-size:18px !important;
	font-weight:700;
	letter-spacing: 0.1em;
	top: 3%;
	left: 0.4em;
	z-index: 6;
}

.no2{
	top: 2%;
	left:1.3em;
}
  /* ヘッダー */

#home{
	width: 100%;
	overflow: hidden;
}

#sankaku{
	width:100%;
	height: 100%;
}
#sankaku::after{
	content: " ";
	display: block;
	border-bottom: 120vh solid transparent;
  border-left: 80vh solid #064acb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.headerLine{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	transform: skewY(4deg) translate3d(0, 0, 0) rotate(.1deg);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
	transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.main_imgBox {
    height: 100%;
    overflow: hidden;
    position: relative;
		right: 0;
		z-index: 0;
    width: 100%;
    transform: skewY(4deg) translate3d(0, 0, 0) rotate(.1deg);
    -webkit-transform: skewY(4deg) translate3d(0, 0, 0);
    -ms-transform: skewY(4deg) translate3d(0, 0, 0);
    transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main_img {
	 z-index:10;
	 opacity: 0;
	 width: 120%;
	 height: 100%;
	 background-position: right 150px center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 position: absolute;
	 right:: 0;
	 top: 0;
	 -webkit-animation: anime 30s 0s infinite;
	 -ms-animation: anime 30s 0s infinite;
	 animation: anime 30s 0s infinite;
}

   .main_img:nth-of-type(2) {
		 -webkit-animation-delay: 10s;
		 -ms-animation-delay: 10s;
		 animation-delay: 10s; }

	@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
		60% {
        opacity: 1;
    }
    90% {
        opacity: 0;
        transform: scale(1.2) rotate(.1deg) ;
				-webkit-transform: scale(1.2) rotate(.1deg);
				-ms-transform: scale(1.2) rotate(.1deg);
         z-index:9;
    }
    100% {
			opacity: 0;
		}

}

#home  .line_wrap {
	top: 0px;
	height: 112vh;
	position: relative;
	z-index: 4;
	overflow:hidden;
}

.logo{
	margin-top: 60px;
	max-width: 250px;
}

.logo p{
	letter-spacing: 0.5px;
	margin-top: -10px;
	font-size:12px;
	font-weight:300;
	text-transform:lowercase;
}
.logo a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
}

#menuF{
	position:relative;
	z-index:999;
	height:500px;
	width: 100%;
	position:absolute;
	z-index:6;
	padding: 0 0;
}

#camera_wrap_1{
	margin-bottom:0 !important;
	margin-top: 2.5em;
	height: 500px!important;
}
.camera_caption h2{
	font-family:'Teko','Noto Sans Japanese',sans-serif;
	font-size:4.5em;
	font-weight:700;
	letter-spacing: -2px;
}

.camerah2e{
	font-size: 6.0em!important;
}


@media screen and (max-width: 992px) {
	#sankaku::after{
		border-bottom: 70vh solid transparent;
	  border-left: 50vh solid #064acb;
	}

	.line_wrap{
	height: 50vh;
	min-height: 350px;
	}

	.main_img {
		 background-position: right 80px center;
		 background-repeat: no-repeat;
	}
}


@media screen and (max-width: 669px) {
.logo{
	margin: 60px 0 0 10px;
	max-width: 150px;
}

.camera_caption h2{
	font-size:3.5em;
	letter-spacing: -2px;
	margin: 0;
}

.main_img {
	 background-position: right -180px center;
	 background-repeat: no-repeat;
}

}


@media screen and (max-width: 460px) {
	.title {

    top: 50%;
}

	.title2 h3{
		font-size: 4.0em;
	}
.gallery {
    height: 300px;
}

.camera_caption h2{
	font-size:2.5em;
	letter-spacing: -2px;
	margin: 0;
}

#about {
	position: relative;
	z-index: 3;
	padding:0;
}

.Ama h3 {
	font-size: 5em !important;
	margin-top: 0;
}


#camera_wrap_1{
	height: 350px  !important;
}


}
@media screen and (max-width: 323px){
	.footer .fEmail{
		border-radius: 4px !important;
		margin-bottom:10px ;
	}
	.footer .subS{
		border-radius: 4px !important;
	}
	.news p{
		text-align: justify;
	}

}
@media screen and (max-width: 1229px) {

	.cont {
		/*text-align:center;*/
		margin-left: 0px !important;
	}

}
.ABOUT_back{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	z-index:-1;
}

.ABOUT_back::after{
	display: block;
	content: "";
		position: absolute;
		z-index: 0;
		pointer-events: none;
		top:-60px;
		left: 0;
		width: 100%;
		background: url(../images/ABOUT.jpg) center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transform: skewY(4deg) translate3d(0, 0, 0);
		-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
		-ms-transform: skewY(4deg) translate3d(0, 0, 0);
	  transform-origin: bottom;
	  height: 130%;
}

@media screen and (min-width: 1680px) {
	.ABOUT_back::after{

		display: block;
		content: "";
			position: absolute;
			z-index: 0;
			top:-170px ;
	}

}

.Fresh{
	position: relative;
	margin: 250px 0 0;
	text-align: center;
	width: 100%;
}

.colum_wrap{
	padding: 3% 0;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
	transform-origin: bottom left;
	max-width: 1100px;
	margin: auto;
}

.p_box{
	position: relative;
	width: 100%;
	margin: 2% auto;
	max-width: 380px;
}


.t_box{
 margin: auto;
 padding: 2% 0 8%;
}

.t_box h3{
	margin: .2em 0 .2em;
	font-size:4.0em;
	letter-spacing:1px;
}
.t_box h4{
	margin: 0 0 .5em;
	font-size:1.8em;
}
.Fresh p{
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}

.bg1{
	width: 100%;
	height: 450px;
	margin:auto;
	color: #064ACB;
}

.bg1 h3{
}

.bg2{
	background-color: #064acb;
	outline: 2px solid transparent !important;
	height: 450px;
	width: 100%;
	margin:auto;
	color: #FFF;
}

.bg2 h3{
	color: #FFF;
}

/**/
.wwa{
	margin: 10em 0 5em;
	text-align: center;
	padding-bottom:  30px;
}

.wwa h2{
	font-size: 6.0em;
	color:#064acb;
	line-height: 1.5;
	text-align:center;
}

.wwa p{
	font-size:5.0em;
	color:#d16b16;
	margin:-0.8em 0;
}


.wwa h3{
	display:inline-block;
	font-size: 2.2em;
	line-height: 1.5;
	text-align:center;
	border-bottom:5px solid #d16b16;
}

.waku{
	position: absolute;
	display:  inline-block;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
	transform-origin: bottom left;
  width: 100%;
	max-height: 250px;
	z-index: 1;
}

.waku h2{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.5em;
	color:rgba(255,255,255);
	text-align:center;
	text-shadow: 1px 3px 3px rgba(0,0,0,0.6);
	margin:2.0em 0 0;
}
.waku h3{
	font-size: 1.3em;
	color:rgba(6,74,203);
	line-height: 1.8;
	text-align:center;
	margin:1.5em 0 0;
}

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

#home{
	padding-bottom: 0;
}

.bg1{
	height: 100%;
}

.bg2{
	height: 100%;
}

.t_box{
 height: auto;
 margin:auto;
 text-align: center;
 padding: 0;
}

.t_box h3{
	font-size:2.8em;
	letter-spacing:1px;
	display: inline-block;
}
.t_box h4{
	margin: 0 0 1em;
	font-size:1.2em;
}

.colum_wrap{
	padding: 3% 0 10%;
}

.wwa h2{
	font-size: 5.0em;
	line-height: 1.5;
}

.wwa p{
	font-size:2.5em;
	margin:-0.8em;
}


.wwa h3{
	font-size: 2.0em;
	line-height: 1.5;
	border-bottom:5px solid #d16b16;
}

.waku h2{
	font-size: 2.5em;
}

.waku h3{
	font-size: 1.2em;
	line-height: 2.5;
	margin-bottom:3.0em;
}

}

@media screen and (max-width: 460px) {
	.wwa h2{
		font-size: 3.0em;
	}
	.wwa h3{
		font-size: 1.4em;
		line-height: 1.5;
		border-bottom:5px solid #d16b16;
	}
}


.line2{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	z-index:-1;
}

.line2::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/veh.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
  transform-origin: bottom left;
  height: 130%;
}

.line2:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*車両*/
.veh{
	font-family:'Noto Sans Japanese',sans-serif;
	text-align:center;
	margin-top: 20px;
	padding: 0;
}

.veh img{
	margin:0 auto;
	max-width: 420px;
}
.veh h4 {
    font-family: 'Noto Sans Japanese',sans-serif;
    margin-top: 1em;
    font-size: 1.2em;
    color: #2f2f2f;
    text-align: center;
}

.veh h5{
	margin-top: -3px;
	font-size:13px;
	color:#a9a9a9;
	font-weight: 600;
}
.veh p{
	margin-top: 12px;

}
.veh table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 450px;
  table-layout: fixed;
}

.veh table tr {
  background-color: transparent;
  padding: .35em;
  border-bottom: 1px dotted #d16b16;
}
.veh table tr:last-child{
   border-bottom: 2px solid #d16b16;
}
.veh table th,
table td {
  padding: 0.5em 10px 0.5em 0.5em;
}
.veh table th,
table td {
   text-align: left;
   font-size: 1.25em;
   font-weight:600;
}

.veh table th {
   text-align:right;
}

.veh table tbody th {
   text-align: left;
   font-size: 1.25em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 992px) {
 .veh img{
	margin:0 auto;
	width: 100%;
}

.veh h4{
	margin-top: 1em;
	font-size:1.5em;
	color:#2f2f2f;
}
 .veh table {
    border: 0;
    width:100%
  }
.veh table th{
    display: block;
    border-right: none;
    border-bottom: 2px solid #d16b16;
    padding-bottom: .6em;
    margin-bottom: .6em;

  }
.veh table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

.veh table tr {
    display: block;
    margin-bottom: 2em;
        border-bottom: 2px solid #d16b16;
  }

.veh table td {
    border-bottom: 1px solid #d16b16;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

.veh table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }

.veh table td:last-child {
    border-bottom: 0;
  }
}
/**/
/**/
.hr1{
	margin-top: 34px;
}
.hr1 hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(219,219,219,1), rgba(0,0,0,0));
}
/**/


.about h3{
	margin-top: 51px;
	font-size:16px;
	color: #2f2f2f;
	font-weight: 300;
}
.about p{
	font-size: 13px;
	line-height: 22px;
	color: #666666;
	font-weight: 300;
	margin-top: 12px;
	margin-bottom: 0;
}

.line3{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	z-index:-1;
}
.line3:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:  rgba(0,0,0,0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.line3::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/jisseki.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
  transform-origin: bottom left;
  height: 150%;
}



/**/

/**/

.cBtn{
	display: inline-block;
}
.cBtn input{
	padding:10px;
	background:#2f2f2f;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}

/**/

.picsGall{
	max-width: 650px;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}


@media screen and (max-width:992px) {
	.picsGall {
	    max-width: 100%;
	}
}

/*リクルート*/
.bg3{
	outline: 2px solid transparent !important;
	height: 100%;
	width: 100%;
	margin:auto;
}

.line4{
	position: relative;
	width: 100%;
	overflow: hidden;
	height:100%;
	z-index:-1;
}

.line4::before{
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/recruit.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
  transform-origin: bottom left;
  height: 130%;
}

.line4:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*リクルートページ*/


.text-right,.text-left ul{
	padding: 0 1em;
}

.tag_a{
  padding: 0em 1em 0em 0;
	text-align: left;
	line-height: 1.0;
	font-size: 1.6em;
	border-bottom: solid 2px #064acb;
}

.tag_b{
	width: 85%;
    display: inline-block;
    position: absolute;
    right: 0;
	padding: 0.9em 1em 0.5em 4em;
	line-height: 1.0;
}

.text-right li::before {
	 content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  13px;              /* 高さ指定 */
    display:  inline-block;
    border-left:  3px solid #064acb;
}

.text-left li::before {
	 content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  13px;              /* 高さ指定 */
    display:  inline-block;
    border-left:  3px solid #064acb;
}

.rec1 h3{
	font-size:2.3em;
	margin: 0;
}

.rec1 h4{
	  font-size:1.5em;
	  color: #d16b16;
	  text-align: left;
	  margin:1.2em 0;
}

.rec1 li{
	margin:5px 0;
	text-align:left;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 1em;
	font-weight:300;
	  text-indent:-0.7em;
  padding-left:1em;
}

.rec1 ul{
	list-style: none;
	padding-left: 5px;
}

span{
	font-size: 0.75em;
	vertical-align: 5.5%;
}

/*募集要項ボタン*/
.btn_wrap{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	overflow: hidden;
}

.btn-rec{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 45%;
	margin:0 1em;
	height: 150px;
	max-width:400px;
	background-color: #064acb;
	overflow: hidden;
}

.btn-in::before{
	content: " ";
	display: block;
	border-bottom: 150px solid rgba(255,255,255,0.1);
  border-left: 80px solid transparent;
  border-right: 0px solid transparent;
	position: relative;
	top: 0px;
	left: 40%;
	z-index: 5;
	overflow: hidden;
}

.btn-rec img{
	width: 100%;
}

.btn-in{
	font-size: 1.8em;
	color: #FFF;
	font-weight:600;
}

.tell_w::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #d16b16;
}

.tell_t{
	font-size: 1.4em;
	color:#FFF;
	font-weight:600;
	width: 100%;
	white-space: nowrap;
}

.tell_p{
	position: absolute;
  top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%) translate3d(0, 0, 0);
	-webkit-transform: translate(-50%,-50%) translate3d(0, 0, 0);
	transform: translate(-50%,-50%) translate3d(0, 0, 0);
	font-size: 15px;
	color: #FFF;
	font-weight:600;
	line-height: 1.2em;
	width: 100%;
}


.tell_p p{
	font-size: 1.4em;
	text-decoration: none;
}


.tell_n{
	font-size: 1.3em;
}


.tell_p p a{
	color: #FFF;
	text-decoration: none;
}

.tell_p i{
	font-size: 1.1em;
}

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


.btn-in{
	font-size: 1.5em;
}


}

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

.btn-rec{
	width: 48%;
	margin: 5px;
	height: 100px;
}
.btn-in{
	font-size: 1.2em;
}

.tell_t{
	font-size: 1.0em;
}

.tell_p{
	font-size: 0.6em;
	line-height: 0.3em;
}

.btn-in::before{
	border-bottom: 100px solid rgba(255,255,255,0.1);
  border-left: 80px solid transparent;
  border-right: 0px solid transparent;
}

}
@media screen and (max-width: 490px){

.rec1 h3{
	font-size:1.8em;
}

.rec1 h4{
	  font-size:1.1em;
	  margin:1.0em 0;
}

.tag_b{
	padding: 0.8em 1em 0.5em 2em;
}


.btn-in{
	font-size: 1.0em;
}


}


/**/

select{
	padding-top:5px;
	padding-bottom:5px;
	margin: 0 0 10px;
	border:dotted 1px #d16b16;
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
}


.forma{
	z-index: 10;
	margin: 50px 0 0;
}
.forma input{
	padding-top:10px;
	padding-bottom:10px;
	border:dotted 1px #d16b16;
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
}

.cBtn input{
	padding-top:10px;
	padding-bottom:10px;
	border:dotted 1px #d16b16;
	font-weight: 400;
	font-size:13px;
	color:#FFF;
	background:#2f2f2f;
}

input:focus{
	border:dotted 1px #d16b16;
	outline:none;
}
textarea:focus{
	border:dotted 1px #d16b16;
	outline:none;
}
.name{
	margin-bottom:10px;
	margin-right: 10px;
	width:403px;
}
.Email{
	margin-bottom:10px;
	width:403px;
}
.Subject{
	margin-bottom:10px;
	max-width: 816px;
}

textarea {
	padding-top:10px;
	padding-bottom:10px;
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
	border:dotted 1px #d16b16;
    max-width: 816px;
	height: 153px;
    resize: none;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:dotted 1px #d16b16;
}
.forma .cBtn{
	font-weight: 700;
	font-size:13px;
	color:#fff;
}

.forma .cBtn{
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}

.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px

}
.forma .cBtn .clear .cBtn .send {
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px f3a953;
	background:#d16b16 ;
}
.forma .cBtn .send:hover{
	background: #d16b16;
	box-shadow: 0px 2px 0px 0px #a3520f ;
}

@media screen and (max-width: 992px){
	.name{
		width:100%;
	}
	.Email{
		width:100%;
	}
}

/**/
.cont{
	margin-top: 44px;
	margin-left: -33px;
	font-weight: 300;
	font-size:13px;
	color:#666666;
	margin-bottom: -80px;
	z-index: 10;
}
.cont ul{
	padding-left:0;
	list-style:none;
}
.cont li{
 margin-bottom: 16px;

}
.cont .fa{
	color:#d16b16;
	padding-right:14px;
}
.cont a{
	text-decoration:none;
	color:#1fcdff;
}
.cont a:hover{
	color:#666666;
}

/**/

.line6{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: -1;
}
.line6::after{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/contact.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: skewY(4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(4deg) translate3d(0, 0, 0);
  transform-origin: bottom left;
  height: 130%;
}

.line6::before{
	top: 0;
	display: block;
	content: "";
	position: absolute;
	z-index: 2;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/**/

.office{
	font-size:12px;
	color:#000;
	height:auto;
	margin:auto;
}



.o_box h3{
  background: #064acb;
  font-size:1.5em;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding:5px;
  position: relative;
}
.o_box p{
	margin: .8em 0;
	font-size: 1.5em;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 400;
}

.o_box h3::after {
  position: absolute;
  content: '';
  top: 100%;
  left: calc( 50% - 14px );
  border: 14px solid transparent;
  border-top: 14px solid #064acb;
  width: 0;
  height: 0;
}
.o_box .inner{
  padding: 2.5em .5em 2.5em;
}



.footer{
	margin-top: 40px;
	min-height:435px;
}
.footer h3{
	margin-top: 159px;
	font-size: 28px;
	color: #fff;
	text-align: center;
	margin-bottom: 17px;
}
.footer p{
	font-size:16px;
	font-weight: 300;
	color:#fff;
	text-align:center;
}
.footer .fEmail{
	float:left;
	font-size: 13px;
	font-weight: 300;
	border: 0;
	background: #1c1c1c;
	color: #fff;
	padding: 11px;
	width: 350px;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
}
.footer .email{
	float:left;
}
.footer .subS{
	text-transform:uppercase;
	font-size: 13px;
	font-weight: 700;
	float: left;
	color: #fff;
	border-radius: 0 4px 4px 0;
	text-decoration: none;
	box-shadow: 0px 2px 0px 0px #179abf;
	background: #1fcdff;
	padding: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.fr{
	margin-top: 40px;
	text-align: center;
	//margin: 40px 0 0 357px;
}
.footer a:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}
/**/

/**/
.lineBlack{
	position: relative;
	width: 100%;
	height: 100%;
	background:#000;
	top: 148px;
}

.downLine{
	margin-bottom: 35px;
	margin-top: 100px;
}
.downLine p{
	font-size:1.2em;
	font-family:'Noto Sans Japanese',sans-serif;
	font-weight: 300;
	color:#fff;
}

.copy p{
	font-size:1.5em;
	font-family:"Teko",'Noto Sans Japanese',sans-serif;
	font-weight: 300;
	color:#fff;
}

.downlogo img{
	width:250px;
}

.lineBlack:before{
	display: block;
	content: "";
	position:absolute;
	z-index: 0;
	pointer-events: none;
	bottom: 0;
	left: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: skewY(-4deg) translate3d(0, 0, 0);
	-webkit-transform: skewY(-4deg) translate3d(0, 0, 0);
	-ms-transform: skewY(-4deg) translate3d(0, 0, 0);
    transform-origin: bottom left;
	width: 100%;
	height: 100%;
	background:#000;
	outline: 2px solid transparent !important;
}
.lineBlack input{
	margin-top: 3px;
}
#downMenu{
	text-align: left;
	padding:60px 30px 0 0;
}
#downMenu li{
	height: 25px;
	display:inline;
	list-style: none;
}
#downMenu li:last-child{
	border-right:none;
}
#downMenu li a{
	text-decoration: none;
	font-size: 1em;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
	font-weight: 400;
	color: #fff;
	margin-top: 5px;
	display:block;
}
#downMenu li:last-child a{
	padding-right:0;
}
#downMenu li a:hover{
	color:#d16b16;
}
.downLine input{
	max-width: 95px;
	border:0;
	background:#101010;
	font-size:13px;
	font-family:'Teko','Noto Sans Japanese',sans-serif;
	font-weight: 300;
	color:#6d6d6d;
}
.copy{
	margin: 50px 0;
}

/**/


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

	.copy p{
		text-align:center;
	}
	#downMenu ul li{
		float: none;
		text-align:center;
	}
	.downLine input{
		margin-top: 25px;
	}
	.footer .fEmail{
	float:left;
	//max-width: 350px;
	max-width: 163px;
	}
	#downMenu li a {
}
	.team ul{
		margin-bottom: 35px;
	}
	.cont {
	margin-top: 124px;]
	}
	.cBtn ul {
	margin-left: 0;
	}

}



/*-----------------------------------------------------------------------------------*/
/*fadeIn
/*-----------------------------------------------------------------------------------*/

.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
		-ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.fade_on {
    opacity: 1;
}

/*                                                                    */
	.default{

	}
    .fixed {
		z-index:999;
        position:fixed;
        top: 0px;
        padding:10px 0;
        width:100%;
		background-color: rgba(0,0,204,0.8)!important;
    }
