@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------ページ全体を包括*/
#wrapper {
width: 100%;
margin: 0 auto;
overflow: hidden;
}

.fixed{
	position:fixed;
	top: 0;
	left: 0;/*固定させたい位置*/
}
.pl a {
	color: #333;
}
.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 1.5s;
}	
.fadein2 {
  opacity : 0;
  transform: translateX(40px);
  transition: all 2.0s;
}
.fadein3 {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 2.0s;
}

a:hover img{opacity:0.9;filter:alpha(opacity=90);-ms-filter: "alpha( opacity=90 )";}

/*--------------------------------------------------------------------------ヘッダー*/

#header {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.head {
	width: 100%;
	min-width: 1130px;
	height: 85px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	width: 310px;
	height: 40px;
	text-align: left;
	padding: 0;
	border: 0;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}

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

.head {
	width: 100%;
	min-width: 310px;
	height: 60px;
	text-align: left;
	margin: 0 auto;
}
h1 { display:none;}
h2 {
	width: 232px;
	height: 30px;
	text-align: left;
	padding: 0;
	border: 0;
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0;
	margin-bottom: 0;
	content: #000;
}
h2 img {
	width: 232px;
	height: 30px;
}
}

/* グローバルナビ　PC*/
#gNavi {
	width: 810px;
	height: 30px;
	margin-top: 30px;
	margin-right: 0px;
	float: right;
	font-size: 15px;
	line-height: 30px;
	text-align: right;
}
ul.gnv {
	height: 30px;
}
ul.gnv li {
	height: 30px;
	width: 110px;
	float: right;
	text-align: center;
	margin-right: 0px;
	list-style: none;
	letter-spacing: 1px;
	transition: .4s;
}
.gnv_recruit {
	width: 130px !important;
	background-color: #123048;
}
.gnv_recruit a:hover {
	border-bottom: none !important;
}
.gnv_recruit:hover {
	background-color: #222;
}
.gnv_contact {
	width: 130px !important;
	background-color: #117ccf;
}
.gnv_contact a:hover {
	border-bottom: none !important;
}
.gnv_contact:hover {
	background-color: #222;
}

ul.gnv li a { color: #fff;}
ul.gnv li a:hover { text-decoration: none;}
ul.gnv li a:hover { border-bottom: 2px solid #EBE2EA;}

@media screen and (max-width:767px){
	#gNavi { display:none;}
	.hl1 { display:none;}
	.hl2 { display:none;}
	.hl3 { display:none;}
}

/* グローバルナビ　モバイル*/
@media screen and (min-width:768px){
	h2 { display:none;}
	.menu{ display:none;}
	.menu a{ display:none;}
}

@media screen and (max-width:767px){
#header .menu{
	position: relative;
	margin-right: 3px;
	float: right;
	margin-top: 15px;
	height: 30px;
	width: 30px;
}
#header .menu a{
	display: block;
    width: 30px;
    height: 30px;
	background-size: cover;
	padding: 0;
	margin: 0;
	background-image: url("../web/object/dmenu.png");
	overflow: hidden;
	text-indent: -9999px;
}
}
nav {
	text-align: left;
}

/*--------------------------------------------------------------------------フッター*/
#footer {
	width: 100%;
	height: 200px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #CCC;
	clear: both;
	float: left;
}
.foot {
	width: 1100px;
	height: 180px;
	margin: 0 auto;
}
.ft_logo {
	width: 310px;
	height: 110px;
	float: left;
	margin-top: 35px;
	margin-left: 395px; 
	text-align: center;
}
.ft_t1 {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 5px;
}
.ft_t2 {
	margin-top: 15px;
	font-size: 12px;
	line-height: 16px;
}
.cr {
	width: 100%;
	height: 20px;
	float: left;
	margin-top: 0;
	text-align: center;
	font-size: 10px;
	color: #000;
	background-color: #dddddd;
	line-height: 20px;
}

@media screen and (max-width:767px){
#footer {
	width: 100%;
	height: 125px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.foot {
	width: 310px;
	height: 110px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0px;
}
.ft_logo {
	width: 310px;
	height: 90px;
	float: left;
	margin-top: 0;
	margin-left: 0; 
	text-align: center;
}
.ft_logo img {
	width: 248px;
	height: 32px;
}
.ft_t1 {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 5px;
}
.ft_t2 {
	margin-top: 5px;
	font-size: 11px;
	line-height: 14px;
}
.cr {
	width: 100%;
	height: 15px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	text-align: center;
	font-size: 9px;
	line-height: 15px;
}
}