@charset "utf-8";


.gnav-wrapper {
	/*
	position: relative;
	*/
	z-index: 20;
	float: right;
}
.main-wrapper {
	/*
 	width: 1100px;
	*/
	margin: 0 auto;
}

.gnav-wrapper .gnav {
	/*
	display: flex;
	justify-content: space-between;
	*/
}
.gnav-wrapper .gnav li {
	padding: 0;
	text-align: center;
	transition: all .3s ease-in-out;
	margin: 0;
	float: left;
}
.gnav-wrapper .gnav li:first-child {
	/*margin: 0 0 0 180px;*/
}

.gnav-wrapper .gnav a {
	display: block;
	height: 80px;
	padding: 30px 20px 0;
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
}
.gnav-wrapper .gnav a:hover {
	background: #1d448c;
	color: #FFF;
	opacity: 1;
}

.gnav-wrapper .gnav a.header_nav_contact{
	color:#fff;
	background-color:#1d448c;
	margin: 0 0 0 20px;
	padding: 30px 35px 0;
}
.gnav-wrapper .gnav a.header_nav_contact:hover {
	opacity: 0.8;
}
.gnav-wrapper .gnav a.header_nav_contact i{
	margin: 0 10px 0 0;
}


.gnav-wrapper .gnav > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 40px 0 30px;
}
.gnav-wrapper .gnav .megamenu {
	background: #2E3641;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	transition: all .2s ease-in;
	z-index:5;
}

.pc_head2box .gnav-wrapper .gnav .megamenu {
	background: #222;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	transition: all .2s ease-in;
	z-index:3;
}

.gnav-wrapper .gnav .megamenu-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: center;
	width: 1190px;
	margin: 0 auto;
}
.gnav-wrapper .gnav .megamenu-inner li {
	width: 210px;
	padding: 0;
	margin: 0 7px 15px 7px;
}
/*
.gnav-wrapper .gnav .megamenu-inner li:nth-child(6) {
	margin: 0  5px 20px 0;
}
.gnav-wrapper .gnav .megamenu-inner li:nth-child(2) {
	margin: 0  5px 20px 10px;
}
*/


/* ソリューション用 */
.gnav-wrapper .gnav .megamenu-inner.dep {
	display: block;
	flex-wrap: nowrap;
	width: 1100px;
	justify-content: flex-start;
}
.gnav-wrapper .gnav .megamenu-inner.dep li {
	width: 260px;
	padding: 0;
	text-align: left;
}
/*
.gnav-wrapper .gnav .megamenu-inner.dep li:nth-child(6) {
	margin: 0  5px 15px 5px;
}
.gnav-wrapper .gnav .megamenu-inner.dep li:nth-child(2) {
	margin: 0  5px 15px 5px;
}
*/

.gnav-wrapper .gnav .megamenu-inner.dep li.nav_sub_title {
	width: 100%;
	margin: 0;
	text-align: left;
	color: #FFF;
	font-size: 1.6rem;
	clear: both;
	display: block;
	padding: 0 0 15px 5px;
}
.gnav-wrapper .gnav .megamenu-inner.rec_nav li.nav_sub_title {
	display: flex;
    align-items: center;
	width: 100%;
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: 1.6rem;
	clear: both;
	padding: 20px 7px;
	background: none;
}
.gnav-wrapper .gnav .megamenu-inner.rec_nav li.nav_sub_title::after {
    border-top: 1px solid #bbb;
    content: "";
    flex-grow: 1;
    margin: 0 0 0 10px;
}

.gnav-wrapper .gnav .megamenu-inner.dep li.nav_sub_title.bot {
	padding: 15px 0 15px 5px;
}

.gnav .megamenu-inner li .nav_thumb_s {
	display: table-cell;
}
.gnav .megamenu-inner li .nav_thumb_s img {
	width: 90px;
	margin: 0 10px 0 0;
	vertical-align: bottom;
}

.gnav .megamenu-inner li .nav_txt_s {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
	font-size: 1.5rem;
	padding: 0 15px 0 20px;
	transition: all .3s ease-in-out;
}
.gnav .megamenu-inner li .nav_txt_s.type2 {
	padding: 0 5px;
}


/*企業情報・採用情報*/
.gnav-wrapper .gnav .megamenu-inner.col3 li{
	width: 350px;
	margin-left: 10px;
	margin-right: 0;
	float: left;
	background: #FFF;
	color: #333;
}.gnav-wrapper .gnav .megamenu-inner.col3.rec_nav{
	width: 1100px;
}
.gnav-wrapper .gnav .megamenu-inner.col3.rec_nav li{
	width: 260px;
	margin: 0 7px 15px 7px;
}
.gnav-wrapper .gnav .megamenu-inner.col3.rec_nav li.nav_sub_title {
	display: flex;
    align-items: center;
	width: 100%;
	margin: 0;
	text-align: left;
	color: #fff;
	font-size: 1.6rem;
	clear: both;
	/*display: block;*/
	padding: 20px 7px;
	background: none;
}
.gnav-wrapper .gnav .megamenu-inner.col3.rec_nav li.nav_sub_title::after {
    border-top: 1px solid #bbb;
    content: "";
    flex-grow: 1;
    margin: 0 0 0 10px;
}

.gnav-wrapper .gnav .megamenu-inner.col3 li a{
	display: block;
	padding: 30px;
	background: #FFF;
	border:1px solid #000;
	color: #333;
}
.gnav-wrapper .gnav .megamenu-inner.col3 li a:hover{
	background: #004fa1;
	color: #fff;
}

.gnav-wrapper .gnav .megamenu-inner.col3 li span{
	position: relative;
	top:-10px;
	margin-bottom: -10px;
}

/*採用情報*/
.gnav-wrapper .gnav .megamenu-inner.style_line3 li{
	width: 300px;
	height: 80px;
	margin-left: 90px;
	float: left;
	margin-right: 0;
	background: #f0f0f0;
	color: #333;
}

.gnav-wrapper .gnav .megamenu-inner.style_line3 li a{
	display: block;
	padding: 30px;
	width: 300px;
	height: 80px;
	background: #f0f0f0;
	border:1px solid #333;
	color: #333;
}

.gnav-wrapper .gnav .megamenu-inner.style_line3 li a:hover{
	background: #333;
	border:1px solid #333;
	color: #fff;
}
/*
.gnav-wrapper .gnav .megamenu-inner li:first-child {
	margin: 0 0 0 0;
}
*/

.gnav-wrapper .gnav .megamenu-inner li .nav_thumb img {
	width: 100%;
	height: 138px;
}
.gnav-wrapper .gnav .megamenu-inner li .nav_txt {
	padding: 10px 5px 16px;
	line-height: 1.4;
	font-size: 1.5rem;
}





.gnav-wrapper .gnav .megamenu-inner a {
	border-left: none;
	margin: 0 0 0 0;
	height: auto;
	padding: 0;
	line-height: 1.5;
	color: #333;
	background: #FFF;
}

.gnav-wrapper .gnav .megamenu-inner li:first-child a {
	margin: 0 0 0 0;
}

.gnav-wrapper .gnav .megamenu-inner a:hover {
	background: #004fa1;
	color: #FFF;
}

/*2*/
.gnav_style2{

}

.pc_head2box .gnav-wrapper {
	position: relative;
	z-index: 20;
	background:linear-gradient(90deg,#222222 0%,#222222 50%,#333333 50%,#333333 100%);
	height: 60px;
}
.pc_head2box .gnav-wrapper2 {
	background-image: url(../images/pc_gnavi2_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.pc_head2box .main-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.pc_head2box .gnav-wrapper .gnav li a{
	color: #ddd;
}
.pc_head2box .gnav-wrapper .gnav li:first-child {
	margin: 0 35px 35px 0;
}

.pc_head2box .gnav-wrapper .gnav li:first-child(5n) {
	margin: 0 0 35px 0;
}


.pc_head2box .gnav-wrapper .kno_menustyle1{
	background-image: url(../images/yazirusi2.png);
	background-repeat: no-repeat;
	background-position: top 50% left 5px;
	background-size: 5px;
	margin-left: 170px;
}


.pc_head2box .gnav-wrapper .kno_menustyle2{
	background-image: url(../images/yazirusi2.png);
	background-repeat: no-repeat;
	background-position: top 50% left 5px;
	background-size: 5px;
	margin-left: 40px;
}

.pc_head2box .gnav-wrapper .kno_menustyle3{
	background-image: url(../images/yazirusi2.png);
	background-repeat: no-repeat;
	background-position: top 50% left 5px;
	background-size: 5px;
	margin-left: 40px;
}



.header_nav_sub_e{
	color:#004fa1;
	font-weight: bold;
	font-size:1.0rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	margin-right: 10px;
	position: relative;
	top:-2px;
	margin-bottom: -2px;
	
}


.pc_head2box .gnav-wrapper .gnav a {
	display: block;
	height: 60px;
	padding: 22px 20px 10px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #333;
}
.pc_head2box .gnav-wrapper .gnav a:hover {
	opacity: 0.8;
	background:#333;
}


/*
.gnav-wrapper .gnav > li:hover .megamenu {
	max-height: 9999px;
	opacity: 1;
	padding: 40px 0 40px;
}
.gnav-wrapper .gnav .megamenu {
	background: #f0f0f0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	transition: all .2s ease-in;
	z-index:5;
}
*/

.pc_head2box .gnav-wrapper .gnav .megamenu {
	background: #222;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	transition: all .2s ease-in;
	z-index:3;
}

.pc_head2box .gnav-wrapper .gnav .megamenu-inner {
	display: flex;
	flex-wrap: wrap;
}
.pc_head2box .gnav-wrapper .gnav .megamenu-inner li {
	width: calc( (100% / 5) );
	padding: 0;
}
.pc_head2box .gnav-wrapper .gnav .megamenu-inner li:first-child {
	margin: 0 0 0 0;
}

.pc_head2box .gnav-wrapper .gnav .megamenu-inner li .nav_thumb img {
	width: 100%;
	height: 138px;
}
.pc_head2box .gnav-wrapper .gnav .megamenu-inner li .nav_txt {
	padding: 10px 5px 14px;
	line-height: 1.4;
}

.pc_head2box .gnav-wrapper .gnav .megamenu-inner a {
	border-left: none;
	margin: 0 0 0 10px;
	height: auto;
	padding: 0;
	line-height: 1.5;
	color: #FFF;
	background: #333;
	font-size: 1.4rem;
}
.pc_head2box .gnav-wrapper .gnav .megamenu-inner li:first-child a {
	margin: 0 0 0 0;
}

.pc_head2box .gnav-wrapper .gnav .megamenu-inner a:hover {
	background: #004fa1;
}



