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

.sponly {
	display: block;
}
.spmask {
	display: none;
}


@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');

/*------------------------------
	header
------------------------------*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background: #ffffff;

}
#header .inner {
	width: 100%;
	position: relative;
}
#header .headerBox {
	width: 100%;
	height: 60px;
}
/*------------------------------*/
#header .inner h1 {
	padding-top: 20px;
	padding-left: 10px;
	float: left;
	width: 200px;
}
#header .inner h1 img {
	width: 100%;
}
@media (max-width : 335px){
#header .inner h1 {
	width: 180px;
}
}
/*------------------------------*/
#header .inner .entry {
	float: right;
	/*
	position: absolute;
	right: 0;
	top: 0;
	*/
	width: 60px;
	height: 60px;
	background-color: #000000;
	text-align: center;
	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: 58px;
	color: #ffffff;
	padding: 13.5px 0;
	text-decoration: none;
	font-size: 10px;
	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 {
	float: right;
	width: 60px;
	height: 60px;
}
#header .inner .spmenu:hover {
	cursor: pointer;
}

/*------------------------------
	nav
------------------------------*/
#gNav {
	float: right;
	height: 80px;

	display: none;
}
#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:hover {
	background: url("../common/bg_menu_list.gif") no-repeat center 57px;
	cursor: pointer;
}
/*------------------------------*/
#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;
}
#gNav .subArea a {
	color: #000000;
	text-decoration: none;
}
#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(25% - 1px);
	width: -webkit-calc(25% - 1px);
}
#gNav .subArea .menuRecruit .list {
	width: calc(20% - 1px);
	width: -webkit-calc(20% - 1px);
}
/*------------------------------*/
#gNav .subArea .menuWork .list.w20 {
	width: calc(23% - 1px);
	width: -webkit-calc(23% - 1px);
}
#gNav .subArea .menuWork .list.w30 {
	width: calc(27% - 1px);
	width: -webkit-calc(27% - 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 90px;
}
#gNav .subArea .menuRecruit .list .title {
	margin: 10px 20px 10px 90px;
}

/*------------------------------
	spnav
------------------------------*/
#spNav {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 204;
	background-color: #ffffff;

	display: none;

	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#spNav .top {
	padding-top: 61px;
	border-bottom: solid 1px #ffffff;
}
#spNav .top a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	padding: 25px 0;
	background: url("../common/bg_menu_rb.gif") no-repeat right bottom;
}
#spNav .menuTitle {
	text-align: center;
	background: url("../common/bg_spnav_act.png") no-repeat right center;
	background-size: 50px auto;
	background-color: #003391;
	color: #ffffff;
	padding: 25px 0;
}
#spNav ul.end {
	padding-bottom: 120px;
}
#spNav li {
	border-bottom: dotted 1px #a0a0a0;
	background: url("../common/bg_menu_rb.gif") no-repeat right bottom;
	height: 120px;
	position: relative;
}
#spNav li {
	border-bottom: dotted 1px #a0a0a0;
	background: url("../common/bg_menu_rb.gif") no-repeat right bottom;
	height: 120px;
	position: relative;
}
#spNav li .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;
}
.closeBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 206;
	width: 100%;
	background: #ffffff;
	height: 61px;
	border-bottom: solid 1px #666666;

	display: none;
}
.closeBox .closeInner {
	width: 100%;
	height: 61px;
	position: relative;
}
.closeBox img {
	position: absolute;
	right: 0px;
	top: 0;
}
.closeBox img:hover {
	cursor: pointer;
}
#spNav li.close {
	text-align: right;
	padding-right: 0px;
	background: #ffffff;
	height: 60px;
	border-bottom: solid 1px #666666;
}
#spNav li.close img:hover {
	cursor: pointer;
}
#spNav li.solidLine {
	border-bottom: solid 1px #666666;
}
/*------------------------------*/
#spNav li a {
	color: #000000;
	text-decoration: none;

	height: 120px;
	display: block;
}
#spNav li .pic {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 120px;
}
#spNav li .pic img {
	width: 100%;
}
#spNav li .num {
	margin: 10px 20px 10px 140px;
	padding-top: 14px;
	padding-bottom: 8px;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	font-size: 16px;

	font-family: 'Oswald', Open Sans;
}
#spNav li .title {
	margin: 10px 20px 10px 140px;
	line-height: 1.6;
	font-size: 12px;
}

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




@media (min-width : 601px) and (max-width : 750px){
}
@media (max-width : 600px) {
}


/* navigation */
.noScroll{
	height : 100%;
	overflow : hidden;
}
.noScrollSP{
	height : 100%;
	overflow : hidden;
}
.noScrollSP SECTION{
	visibility : hidden;
}
