@charset "UTF-8";
/* CSS Document */
body{
	color: #2b2b2b;
	margin: 0 auto;
	padding: 0px;
	line-height: 1.6em;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W5", 'ヒラギノ角ゴシック Pro W5', 'Hiragino Kaku Gothic Pro W5',"メイリオ",Meiryo, sans-serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

/*a:hover img{
	opacity: 0.8;
}*/

iframe{
	line-height: 1em !important;
	margin: 0px;
	padding: 0px;
}

/*----------------------------slide----------------------------*/

header{
	position: fixed;
	width: 100%;
	height: 150px;
	z-index: 3;
	background-color: rgba(0,23,74,0.8);
}

header #globalheader{
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 15px;
}

header #globalheader h1{
	float: left;
	padding-top: 25px;
}

header #globalheader #side{
	float: right;
}

header #globalheader #side p{
	padding: 15px 0px 10px;
	font-size: 14px;
	text-align: right;
	color:#fff;
}

header #globalheader #side div span{
	display: inline-block;
	margin-left: 10px;
}

header ul{
	text-align: center;
}

header ul li{
	font-size: 18px;
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0px 39px;
	line-height: 18px;
}

header ul li:first-child{
	border-left: 1px solid #fff;
}

header ul li a{
	color:#fff;
	text-decoration: none;
}

#mainimg{
	height: 800px;
	background-image: url(../image/mainimg.jpg);
	background-position: center center;
	background-size: cover;
}

#mainimg p{
	font-size: 34px;
	line-height: 34px;
	width: 850px;
	border-bottom: 4px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 415px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
	font-weight: bold;
}

#mainimg h2{
	font-size: 44px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color:#fff;
}

h3.ttls{
	font-size: 42px;
	line-height: 42px;
	color:#00174a;
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
}

h3.ttls span{
	display: block;
	font-size: 20px;
	line-height: 20px;
	color:#7f7f7f;
	padding-top: 10px;
}

.white,
.white span{
	color:#fff !important;
}

h3.no-spc{
	padding-top: 50px;
}

p.catchy{
	text-align: center;
	padding-bottom: 60px;
	line-height: 1.6em;
	font-size: 24px;
}

#company-bx{
	width: 1020px;
	margin: 0 auto;
}

#company-bx th{
	background-color: #00174a;
	width: 330px;
	padding: 25px 0px;
	color:#fff;
	font-size: 20px;
}

#company-bx td{
	font-size: 20px;
	line-height: 1.6em;
	padding: 25px 0px 25px 55px;
}

p#history{
	background-color: #00174a;
	line-height: 54px;
	font-size: 28px;
	color:#fff;
	text-align: center;
	font-weight: bold;
	margin-top: 95px;
	margin-bottom: 40px;
}

#company-bx ul li{
	padding: 20px 0px;
	border-bottom: 1px solid #7f7f7f;
}

#company-bx ul li p{
	display: inline-block;
	line-height: 1.8em;
}

#company-bx ul li span{
	display: inline-block;
	width: 210px;
	text-align: center;
	color:#00174a;
	font-weight: bold;
	font-size: 20px;
	vertical-align: top;
}

#company-bx ul li:nth-child(7) span,
#company-bx ul li:nth-last-child(4) span,
#company-bx ul li:nth-last-child(6) span{
	padding-top: 18px;
}

#company-bx ul li:nth-child(8) span,
#company-bx ul li:nth-child(9) span{
	padding-top: 30px;
}

#cross{
	background-image: url(../image/cross.jpg);
}

#recruit-img{
	text-align: center;
}

#recruit-txt{
	padding: 60px 0px 30px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
}

#recruit-sep{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#recruit-sep .rs-bx{
	width: 485px;
}

#recruit-sep .rs-bx h4{
	font-size: 28px;
	line-height: 28px;
	border-bottom: 1px solid #00174a;
	margin: 35px 0px 30px 0px;
	padding-bottom: 10px;
	color:#00174a;
}

#recruit-sep .rs-bx p{
	line-height: 1.8em;
	font-size: 15px;
}

#contact{
	text-align: center;
	padding: 75px 0px 80px;
}

#line{
	height: 130px;
	background-image: url(../image/line.jpg);
	background-size: cover;
}

#section-f{
	background-color: #0664a5;
}

#section-g{
	background-color: #00174a;
}

a#detail-btn{
	display: block;
	width: 320px;
	height: 78px;
	line-height: 78px;
	box-sizing: border-box;
	margin: 40px auto 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	color:#fff;
	text-decoration: none;
}

a:hover#detail-btn{
	background-color: #fff;
	color:#0664a5;
}

ul#gallery{
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 130px;
}

ul#gallery li{
	display: inline-block;
	width: 235px;
	margin: 0px 10px 20px;
}

ul#gallery li img{
	width: 100%;
	height: auto;
}

.advantage{
	width: 1040px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 65px;
	overflow: hidden;
}

.a-spc{
	padding-bottom: 0px;
}

.advantage .ad-cont{
	width: 490px;
}

.advantage .num{
	font-size: 64px;
	line-height: 64px;
	padding: 30px 0px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}

.advantage .num span{
	display: block;
	width: 54px;
	height: 2px;
	margin: 5px auto 0;
	background-color: #fff;
}

.advantage .ad-cont h4{
	font-size: 28px;
	text-align: center;
	color:#fff;
	padding-top: 30px;
	line-height: 1.4em;
	height: 100px;
}

.advantage .last h4{
	padding-top: 50px;
	height: 80px;
}

.advantage .ad-cont .bx p{
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
	color:#fff;
	height: 110px;
	padding-left: 5%;
	padding-right: 5%;
}

.advantage .bl1{
	background-color: #00174a;
}

.advantage .bl2{
	background-color: #0563a4;
}

#faq{
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 75px;
}

#faq li:nth-child(odd){
	background-image: url(../image/q.jpg);
	background-position: left 20px top;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	min-height: 58px;
	font-size: 24px;
	padding-top: 15px;
	padding-left: 105px;
	font-weight: bold;
	letter-spacing: -0.05em;
	box-sizing: border-box;
}

#faq li:nth-child(even){
	background-image: url(../image/a.jpg);
	background-position: left 20px top;
	background-repeat: no-repeat;
	margin-bottom: 35px;
	min-height: 58px;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 105px;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #2b2b2b;
	padding-bottom: 40px;
	box-sizing: border-box;
}

#wks{
	background-color: #0563a4;
	overflow: hidden;
}

.wks-bx1 .img{
	float: left;
	width: 50%;
}

.wks-bx2 .img{
	float: right;
	width: 50%;
}

.wks-bx1 .txt{
	float: right;
	width: 40%;
	margin: 10% 5% 0px 5%;
}

.wks-bx2 .txt{
	float: left;
	width: 40%;
	margin: 10% 5% 0px 5%;
}

.wks-bx1 .txt h4,
.wks-bx2 .txt h4{
	font-size: 36px;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 25px;
	color:#fff;
}

.wks-bx1 .txt p,
.wks-bx2 .txt p{
	font-size: 18px;
	color:#fff;
	line-height: 1.8em;
}

.wks-bx1 .img img,
.wks-bx2 .img img{
	width: 100%;
}

ul#fac-bx{
	width: 1020px;
	margin: 0 auto;
}

ul#fac-bx li{
	width: 320px;
	display: inline-block;
	margin: 0px 10px 40px;
	vertical-align: top;
}

ul#fac-bx li p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 1.4em;
}

ul#fac-bx li p span{
	font-size: 16px;
	font-weight: 400;
	display: block;
}

ul#fac-bx li img{
	width: 100%;
	height: auto;
}

address{
	text-align: center;
	background-color: #00174a;
	color:#fff;
	font-size: 14px;
	padding: 10px 0px;
	font-style: inherit;
}

.hamburger-nav{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 5;
}
.hamburger-nav-toggle-btn {
display: block;
position: fixed;
z-index: 3;
border: 0 none;
background: none;
}
.hamburger-nav-list {
width: 100%;
display: none;
list-style: none;
margin: 0;
padding: 75px 0px 300px;
float: none;
background-color: #0563a4;
position: fixed;
top: 0px;
}
.hamburger-nav-list > li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 15px 0 5px;
  font-weight: bold;
}

.hamburger-nav-toggle-btn{
	width: 30px;
	height: 25px;
	background-size: 30px 25px;
	position: absolute;
	top: 20px;
	right: 15px;
	background-image: url(../image/menu.png);
}

.open{
	background-image: url(../image/peke.png);
}

.hamburger-nav{
	display: none;
}

h2#sub-ttl{
	font-size: 42px;
	line-height: 42px;
	color:#00174a;
	padding-top: 225px;
	padding-bottom: 40px;
	text-align: center;
}

h2#sub-ttl span{
	display: block;
	font-size: 20px;
	line-height: 20px;
	color:#7f7f7f;
	padding-top: 10px;
}

#form{
	width: 1040px;
	margin: 0 auto;
}

#contact-list.base-table th,
#contact-list.base-table td{
	border-bottom: solid 1px #ccc;
	padding:40px 0;
}
#contact-list.base-table th{
	width:30%;
	font-weight: 700;
	vertical-align: middle;
}
#contact-list.base-table td{
	width:70%;
}
#contact-list input,
#contact-list textarea,
#contact-list select {
    padding: 15px 20px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px;
    box-shadow: none;
    border-radius: 0;
    background: #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size:18px;
}
#contact-list .required-icon{
    display: inline-block;
    padding: 3px 24px;
	margin-left:2em;
    border: 1px solid #e60012;
    color: #e60012;
    font-size: 13px;
	line-height:1.5;
}
#contact-list textarea {
	width:100% !important;
    height: 300px !important;
}
#contact-list input::placeholder,
#contact-list textarea::placeholder {
    color: rgba(0,0,0,.3);
}
.t-ac{
	text-align: center;
	margin-top: 35px;
	margin-bottom:100px;
}
.t-ac button{
	background-color:#0080CC;
	color:#fff;
	border: none;
	padding:15px 80px;
	cursor:pointer;
	font-size:16px;
	font-weight:700;
	letter-spacing:0.05em;
	margin: 0px 10px;
}
.t-ac button:hover{
	opacity:0.5;
}

.contact-tel{
	width: 1040px;
	margin: 0 auto;
	margin-bottom:50px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    background: #f7f7f7;
    text-align: center;
    font-weight: 700;
}
.contact-tel .tel{
	margin-bottom:20px;
	color:#0080CC;
	font-size:30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}
.mini-ttl03{
	position: relative;
	text-align:center;
	font-size:20px;
	margin-bottom:20px;
}
.mini-ttl03:before{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	height:1px;
	width:100%;
	background-color:#333333;
}
.mini-ttl03 span{
	position:relative;
	z-index:2;
	display:inline-block;
	padding: 0 1em;
	background-color:#f7f7f7;
}
p.wtn_copyright{
	display: none;
}
p.success{
	text-align: center;
	font-size: 20px;
	line-height: 1.6em;
	padding: 50px 0px;
}
p.button{
	margin-top: 25px;
	margin-bottom: 100px;
}
p.button a{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	background-color: #0080CC;
	display: block;
	margin: 0px auto;
}