/* ------------------------------------------------------------------------------
	Template Name: Floix
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0.75);
	margin-top: 20px;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 1.5% 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #2a2a2a;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family:  "Hiragino Kaku Gothic ProN","メイリオ", "Open Sans", sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.wf-nicomoji { font-family: "Nico Moji"; }
/* ==========================================================================
	$Header
========================================================================== */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 20px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 20px;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400;
	float: left;
	text-transform: uppercase;
	font-family:"Mplus 1p";
}
#header.fixed {
	background-color: rgba(255, 255, 255, 0.75);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	padding-top: 28px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	margin-left: 40px;
	font-family: 'Quicksand', sans-serif;
}
.navigation a:hover, .navigation a.active {
	color: #cc0000;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #e84545;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #e84545;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ==========================================================================
	$Banner
========================================================================== */
.banner {
	background-image: url(../images/banner2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 900px;
  height: 100vh;
}
.banner-inner-wrapper {
	float: right;
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #393939;
	font-family:"Mplus 1p";
	font-size: 23px;
	font-weight: 400;
}
.banner-text p {
	color: #fff;
	font-size: 25px;
	font-weight: 200;
	line-height: 1.5;
	margin-bottom: 1%;
	font-family: 'Quicksand', sans-serif;
text-shadow:
  0px 0px 1px #666,
  0px 0px 5px #666,
  0px 0px 6px #666;
}
.banner-text span{
	font-weight: 700;
}

/* ==========================================================================
	$Teams
========================================================================== */

.intro-content {
	margin-left: 10px;
}
.intro-content h1 {
	font-size: 25px;
	font-weight: 300;
	font-family:"Mplus 1p";
	letter-spacing: 0px;
	line-height: 30px;
	color: #cc0000;
}
.intro-content h2 {
	font-size: 23px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-family:"Mplus 1p";
	color: #009999;
}
.intro-content h3 {
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-family:"Mplus 1p";
	color: #ffffff;
    margin-bottom: 50px;
}
.intro-content h4 {
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:"Mplus 1p";
}
.intro-content h5 {
	font-size: 17px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	font-family:"Mplus 1p";
	color: #fff;
}
.intro-content h6 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 200;
	text-transform: uppercase;
	color: #fff;
}
.intro-content p {
	font-size: 1em;
	letter-spacing: 0.5px;
	line-height: 1.7;
	color: #010101;
}
.intro-content li {
	line-height: 30px;
	letter-spacing: 1px;
	color: #010101;

}
.intro-content img{
	width: 80%;
	border-top:10px;
}
.intro-content div .tr{
	margin-right: 10px;
	font-size: 1em;
	color: #fff;
	margin-top: 20px;
	margin-bottom :10px;
	letter-spacing: 1px;

}
.intro-content div .tr2{
	margin-right: 10px;
	font-size: 1em;
	color: #009999;
	margin-top: 20px;
	margin-bottom :10px;
	letter-spacing: 1px;
}
.intro-content div .td{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1em;
	color: #fff;
}
.box{
	border-top: dotted 1px #999;
	border-left: dotted 1px #999;
	border-right: dotted 1px #999;
	border-bottom: dotted 1px #999;
	padding: 20px;
	text-align: left;
}
table{
	font-size: 1em;
	padding: 5px;
	display: block;
	line-height: 1.8;
	color:#000000;
	background-image: url("../images/block_w.png");
	background-repeat: repeat;
 }
table .t1{
	width: 90px;
	vertical-align: top;
}
table .t2{
	display: inline-block;
}
 .table2{
	background-image: none;
	border-bottom: dotted #ffffff 1px;
	display: block;
}
.t21{
	width: 70px;
	vertical-align: top;
}
p.oubo{
  color: #0a140b;
  margin-top: 30px;
}
p.daihyou{
  color: #fff;
}
#company{
	background-image: url("../images/photo01.jpg");
	background-repeat: repeat-y;
}
#work{
	background-image: url("../images/photo02.jpg");
	background-repeat: no-repeat;
}
#recruit{
	background-image: url("../images/photo03.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#contact{
	background-image: url("../images/photo04.jpg");
	background-repeat: no-repeat;
}



/* ------------------------------------------------------------------------------
	 entry
-------------------------------------------------------------------------------*/
.menu label {
	background: ;
    color: #000;
    padding: 10px;
    display: block;
    margin: 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
}
label :hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

.menu input[type="checkbox"].on-off:checked + ul{
    height: auto;
}



@media only screen and (min-width:568px){
	#en img{
		display: none;
	}
	#en{
		background-image: url("../images/entry_m.png");
		background-repeat: no-repeat;
		height: 50px;
		background-position: 50% 50%;
	}

}

@media only screen and (min-width:801px){
	#en img{
		display: none;
	}
	#en{
		background-image: url("../images/entry_l.png");
		background-repeat: no-repeat;
		height: 50px;
		background-position: 50% 50%;
	}
}


/* ------------------------------------------------------------------------------
	 contact
-------------------------------------------------------------------------------*/

.form-group{
	color: #fff;
	font-size: 12px;
	font-weight: 200;
}



/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(232, 69, 69, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
	background-color: #fff;

}
.footer h4 {
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer h2 {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Quicksand', sans-serif;
	color: #009999;
}

.footer p {
	font-size: 12px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: none;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 14px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 12px;
	margin: 0 2px;
}

/* ------------------------------------------------------------------------------
	 page-top
-------------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #009999;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 25px 0;
    text-align: center;
    display: block;
    border-radius: 80px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.recruit-bnr{
	margin: 200px auto 0;
    text-align: center;
}
.recruit-bnr img{
	max-width: 300px;
}