@charset "UTF-8";
/* CSS Document */
.sponly {
	display: none;
}
.spmask {
	display: block;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

/*------------------------------*/
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 0px;
	z-index : 4;
}
#pageTop:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
	cursor: pointer;
}

/*------------------------------
	header
------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background: #ffffff;
}
#header .inner {
	width: 100%;
	position: relative;
}
#header .headerBox {
	width: 1100px;
	margin: 0 auto;
	height: 80px;
}
/*------------------------------*/
#header .inner h1 {
	padding-top: 20px;
	float: left;
	width: 350px;
}
#header .inner h1 img{
	width: 100%;
}
/*------------------------------*/
#header .inner .entry {
	float: right;
	/*
	position: absolute;
	right: 0;
	top: 0;
	*/
	width: 80px;
	height: 80px;
	background-color: #000000;
	text-align: center;
	/*
	display: table;
	*/
	transition-duration: 0.3s;
}
#header .inner .entry a {
	/*
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	width: 80px;
	height: 80px;
*/


	border: solid 1px #000000;
	display: inline-block;
	width: 78px;
	color: #ffffff;
	padding: 23.5px 0;
	text-decoration: none;
	font-size: 12px;
	background-color: #000000;
	outline: none;

	position: relative;
	z-index: 2;
	overflow: hidden;
}
#header .inner .entry a::before,
#header .inner .entry a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#header .inner .entry a,
#header .inner .entry a::before,
#header .inner .entry a::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#header .inner .entry a:hover {
	color: #000000;
}
#header .inner .entry a::after {
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
}
#header .inner .entry a:hover::after {
	top: 0;
	left: 0;
	background-color: #ffffff;
}
/*------------------------------*/
#header .inner .spmenu {
	display: none;
}

/*------------------------------
	nav
------------------------------*/
#gNav {
	float: right;
	height: 80px;
}
#gNav ul {
}
#gNav li {
	float: left;
}
#gNav li .btn {
	height: 15px;
	padding: 0 20px;
	float: left;
	margin-top: 34px;
	margin-bottom: 31px;
	border-left: solid 1px #000000;
}
#gNav li:first-child .btn {
	border-left: none;
}
#gNav li .btn.csTxt {
	color: #dfdfdf;
}
#gNav li:hover {
	background: url("../common/bg_menu_list.gif") no-repeat center 57px;
	cursor: pointer;
	color: #003391;
}
/*------------------------------*/
#gNav li.top a {
	text-decoration: none;
	color: #000000;
	display: block;

	height: 15px;
	padding: 34px 20px 31px;
}
#gNav li.top:hover {
	background: none;
}
#gNav li.top:hover a {
	background: none;
	color: #003391;
}
/*------------------------------*/
#gNav .subArea {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	display: none;
	background-color: #ffffff;
	border-top: solid 1px #eeeeee;
}
#gNav .subArea .menuAbout,
#gNav .subArea .menuWork,
#gNav .subArea .menuRecruit {
	width: 1100px;
	margin: 0 auto;
	border-left: solid 1px #eeeeee;
}
#gNav .subArea .list {
	background: url("../common/bg_menu_rb.gif") no-repeat right bottom;
	height: 120px;
	float: left;
	border-right: solid 1px #eeeeee;
	position: relative;
	transition-duration: 0.6s;
}
#gNav .subArea .list .csblock {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	height: 68px;
	padding-top: 52px;
	z-index: 6;
}
#gNav .subArea .list .csblock:hover {
	cursor: default;
}
#gNav .subArea .list:hover {
	background-color: #e9e9e9;
}
#gNav .subArea a {
	color: #000000;
	text-decoration: none;

	display: block;
	height: 120px;
}
#gNav .subArea .list .pic {
	position: absolute;
	left: 11px;
	top: 11px;
}
#gNav .subArea .list .num {
	margin: 10px 20px 10px 140px;
	padding-bottom: 8px;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	font-size: 16px;

	font-family: 'Oswald', Open Sans;
}
#gNav .subArea .list .title {
	margin: 10px 20px 10px 140px;
	line-height: 1.6;
	font-size: 12px;
}
#gNav .subArea .menuAbout .list {
	width: calc(33.3% - 1px);
	width: -webkit-calc(33.3% - 1px);
}
#gNav .subArea .menuWork .list {
	width: calc(33.3% - 1px);
	width: -webkit-calc(33.3% - 1px);
}
#gNav .subArea .menuRecruit .list {
	width: calc(25% - 1px);
	width: -webkit-calc(25% - 1px);
}
/*------------------------------*/
#gNav .subArea .menuWork .list.w20 {
	width: calc(33.3% - 1px);
	width: -webkit-calc(33.3% - 1px);
}
#gNav .subArea .menuWork .list.w30 {
	width: calc(33.3% - 1px);
	width: -webkit-calc(33.3% - 1px);
}
#gNav .subArea .menuWork .list.w30 .num {
	margin: 10px 20px 10px 165px;
}
#gNav .subArea .menuWork .list.w30 .title {
	margin: 10px 20px 10px 165px;
}
#gNav .subArea .menuRecruit .list .num {
	margin: 10px 20px 10px 140px;
}
#gNav .subArea .menuRecruit .list .title {
	margin: 10px 20px 10px 140px;
}



/*------------------------------
	spNav
------------------------------*/
#spNav {
	display: none;
}
.closeBox {
	display: none;
}

/*------------------------------
	footer
------------------------------*/
#footer {
	background-color: #003391;
}
/*------------------------------*/
#footer #copy {
	font-size: 10px;
	color: #ffffff;
	padding: 32px 0;
	text-align: center;
}
