﻿@charset "utf-8";

*{margin:0;padding:0;}

html{background:#fffffff;}

body{
 color: #000;
    font-family: "游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
    font-size: 14px;
    line-height: 1.8;
	min-width:1000px;
	letter-spacing:4px;
	margin:0 20px;
}

a{color:#0E6EB8 ;text-decoration:none;}
a:hover{color:#595656;text-decoration:none;}
a:active, a:focus {outline: 0;}
img{border:0;vertical-align: bottom;}
.clear{clear:both;}
p{margin-bottom: 10px;}
.center{text-align:center;}
.right{text-align:right;}

li{
	list-style:none;
}

.none{
	
}
.nonesp{
	display:none;
}
/*******************************
全体幅
*******************************/
#container{
margin: 0 auto;
width: 1000px;
}
 .inner{
margin: 0 auto;
width: 1000px;
}
/*******************************
ヘッダー
*******************************/
header{
	width:100%;
	height:80px;
	position:fixed;
	top:0;  
    left:0;
	z-index:9999999;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
	font-weight:bold;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 30px;
	line-height:36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
	line-height:50px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
	margin-right:15px;
	
}

#global-nav ul li a:hover{
	border-bottom:1px solid #000;
	padding-bottom:5px;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 70px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #000;
    margin-right:15px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}


/*******************************
メイン画像
*******************************/
#mainImage{
	height:700px;
	background:center no-repeat;
	width:100%;
	
}
#mainImage .inner{
	position:relative;
	height:700px;
}
#mainImage .inner h2{
	position:absolute;
	color: #fff;
    font-size: 55px;
	text-align:left;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    top: 40%;
    width: 1000px;
}
/*******************************
/* 見出し
*******************************/
h2{
	text-align:center;
	font-size:36px;
	color:#000;
	margin-bottom:20px;
}
.hwt{
	color:#FFF;
}
/*******************************
/* コンテンツ
*******************************/
.company{
	padding:120px 0;
	overflow:hidden;
	text-align:center;
}
.company ul li{
	float:left;
	width:430px;
	overflow:hidden;
}
.company ul li img{
	width:100%;
}
.company ul li:nth-child(2n+2) {
	float:right;
	width:530px;
}

.service{
	padding:30px 0 50px 0;
	overflow:hidden;
	text-align:center;
}
.service ul li{
	float:left;
	width:480px;
	overflow:hidden;
	margin-bottom:20px;
}
.service ul li img{
	width:100%;
}
.service ul li:nth-child(2n+2) {
	float:right;
	width:480px;
}
.f150{
	font-size:150%;
}


.box1{
	padding:120px 0;
	overflow:hidden;
	text-align:center;
	
}
div.parallax{
	height:auto;
	overflow:hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
.parallax_img_3{
	background: url(images/box1bg.jpg);	
	}
.parallax_img_2{
	background: url(images/box2bg.jpg);	
	}
	
.box2{
	padding:120px 0;
	overflow:hidden;
}
.box3{
	padding:120px 0;
	overflow:hidden;
	background:#00A7E9;
	color:#FFF;
}
.box3 .form{
	float:left;
	width:480px;
	margin-bottom:40px;
}
.box3 .formlast {
	float:right;
	width:480px;
	margin-left:40px;
	margin-bottom:40px;
}
.box3 .formtext{
	display:block;
	margin-bottom:40px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	box-sizing:border-box;
 -moz-appearance: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
    color: inherit;
    display: block;
    outline: 0 none;
    padding: 1em;
    text-decoration: none;
    width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 3em;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: ;
    font-weight: bold;
    
    letter-spacing: 0.25em;
    line-height: 4em;
    outline: 0 none;
    padding: 0 3.75em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 0.2s ease 0s;
    white-space: nowrap;
}

.recruit table {
	width:100%;
	border-collapse: collapse;
	margin-bottom:40px;
	
}
.recruit th {
	font-weight:normal;
	padding:10px 0;
	width: 30%;
	background:	#F3F3F3;
	border: 1px solid #ccc;
	
}
.recruit td {
	background: rgba(255,255,255,.6);
	width: ;
	border: 1px solid #ccc;
	padding:10px 10px 10px 20px;
	text-align:left;
}

/*******************************
/* フッター
*******************************/
.pankuzu{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	background:#F3F6F8;
	font-weight:bold;}
.fa-home{line-height:50px;}
.pankuzu a{
	color:#0E6EB8;
	margin:0 10px;line-height:50px;}	
.pankuzu a:first-child{
	margin-left:0;
}
.pankuzu .ptop{
	float:right;
	width:50px;
	height:50px;
	
	display:block;
}

#footer{
	padding:80px 0;
	background: #252E33;

}
#footer ul{
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	color:#FFF;
}
#footer ul li{
	float:left;
	height:46px;
	width:250px;
	line-height:46px;
	
}
#footer ul li.group{
	width:750px;
	
}
#footer ul li.group a{
	margin-left:20px;
	color:#FFF;
	font-weight:800;
}
#footer ul li.group a:hover{
	color:#FF3300;
}
#footer .navft{
	display:block;
	margin-top:40px;
}
#footer .navft a{
	color:#FFF;
	font-weight:800;
	margin-right:20px;
}
#footer .navft a:hover{
	color:#FF3300;
}
hr {
	margin-top:40px;
	border-top: 1px solid #fff;
}
#footerLower{
clear:both;
padding: 15px;
text-align:center;
background:#252E33;
}

address{
color: #fff;
font-style:normal;
font-size:13px;
}
#footerbnr{
	padding:20px 0 20px 0;
}
#footerbnr ul li{
	float:left;
	width:160px;
	margin-right:8px;
	text-align:center;
	margin-bottom:20px;
}
#footerbnr ul li:nth-child(6n+6) {
	margin-right:0;
}
#footerbnr ul li img{
	margin-bottom:5px;
}
#footerbnr ul li a{
	font-weight:bold;
	color:#000;
	letter-spacing:0.07rem;
}
#footerbnr ul li a:hover{
	color:#F00;
}