@charset "utf-8";
/* CSS Document */

#top_header {
    xbackground: rgba(022,039,204,.7);
	background: rgba(255,255,255,1);
    position: fixed;
    width: 100%;
	height: 72px;
    margin: 0 auto;
	z-index: 2500;
	border-bottom: 1px #0060ff solid;
	box-sizing: border-box;
}

#top_header a {
    text-decoration: none;
}
 
#top_header .inner {
    position: relative;
}
#top_header .logo_box {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px 0px 0px 20px;
	xz-index: 2600;
}

#top_header .logo {
	xz-index: 2600;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
@media all and (-ms-high-contrast: none){
#top_header .logo {
    width: 245px;
  }
}

#top_header .logo img {
    height: 33px;
}
#top_header .logo a span {
	font-family: "Oswald";
	font-weight: 700;
	color: #0086ff;
	font-size: 24px;
	vertical-align: 3px;
}
#top_header .logo span {
	margin-left: 10px;
	color: #595757;
	vertical-align: 3px;
}

.p_top #top_header .logo img {
	xdisplay: none;
}

h1 {
	display: none;
}

/* ナビ全体 スクロールしたら縮む */
/* transition ナビ全体 */
#top_header,
#top_header .logo_box,
#top_header .logo img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed ナビ全体 */
#top_header.fixed {
    xbackground: rgba(000,055,097,.7);
	background: rgba(255,255,255,.8);
}

.g_nav_bg {
  display: block;
  width: 950px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/g_nav_bg.png") bottom left no-repeat;
  z-index: 700;
}

/* == g_nav == */
.g_nav {
  display: inline;
  z-index: 800;
  xwidth: 100%;
  float: right;
  xposition: absolute;
  xtop: 0;  xright: 0;
  padding-top: 12px;
  padding-bottom: 2px;
  padding-right: 140px;
	xbackground: #996B6C;
}
.g_nav:after, .parent:befor {
    content: "";
    clear: both;
    display: block;
}
.g_nav ul {
  z-index: 2600;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
}
.g_nav ul li {
  z-index: 2600;
  xwidth: 100%;
  padding: 0px 18px;
}
.g_nav ul li .txt_b {
	font-size: 28px;
}
.g_nav ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  color: #595757;
  width: 100%;
  z-index: 2600;
  text-align: center;
}
.g_nav ul li a.m_top i,
.g_nav ul li a.m_release i,
.g_nav ul li a.m_company i,
.g_nav ul li a.m_group i,
.g_nav ul li a.m_recruit i,
.g_nav ul li a.m_ir i,
.g_nav ul li a.m_contact i {
  color: #0086ff;
  text-shadow: 3px 0px #b0e5ff;
  display: block;
}

/* .g_nav ul li a.m_top i {
  color: #8cd2f5;
}
.g_nav ul li a.m_release i {
  color: #ff867a;
}
.g_nav ul li a.m_company i {
  color: #92ed95;
}
.g_nav ul li a.m_group i {
  color: #4a8aff;
}
.g_nav ul li a.m_recruit i {
  color: #ff9cff;
}
.g_nav ul li a.m_ir i {
  color: #ffb872;
}
.g_nav ul li a.m_contact i {
  color: #8c90f5;
} */

/* g nav スクロールしたら縮む */
/* transition g nav */
.g_nav_bg,
.g_nav,
.g_nav ul,
.g_nav ul li,
.g_nav ul li a,
.g_nav ul li .txt_b,
.mdd_wrap .mdd_inner {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Fixed g nav */
#top_header.fixed .g_nav_bg {
	height: 62px;
	opacity: 0.0;
}

#top_header.fixed .g_nav {
	_padding-top: 8px;
	margin-right: 35px;
}
#top_header.fixed .g_nav ul li {
  padding: 0px 18px 12px;
}
#top_header.fixed .g_nav ul li a {
    font-size: 14px;
    xcolor: #333;
}
#top_header.fixed .g_nav ul li .txt_b {
	font-size: 20px;
}

/* g_nav メガドロップダウン */
.mdd_wrap {
  z-index: -10;
  position: absolute;
  xtop: calc(100% + 3px);
  top: 68px;
  left: 0;
  width: 100%;
}
.mdd_wrap .mdd_inner {
  position: relative;
  z-index: -10;
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  xbackground-color: rgba(255,255,255,0.9);
  background: url("../images/mdd_inner_bg.png") top right no-repeat;
  overflow: hidden;
  padding-bottom: 24px;
}
.mdd_wrap .mdd_content {
	width: 1000px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	    line-height: 1.4;
}

/* Fixed ドロップダウン */
#top_header.fixed .mdd_wrap {
  top: 72px;
}
#top_header.fixed .mdd_wrap .mdd_inner {
	background: rgba(255,255,255,0.9);
}

/* mdd_content */
.mdd_content h3 {
	float: none;
	color: #1627cc;
	font-family: "Oswald";
	font-weight: 700;
	font-size: 26px;
    margin-bottom: 10px;
    position:relative;
	display: block;
	z-index: 1000;
}
.mdd_content h3:after {
	display:inline-block;
	position: absolute;
	top: 5px;
	left: -15px;
	background: #b0e5ff;
	width: 35px;
	height: 15px;
  content:"";
  z-index: -10;
}
.mdd_content h3 span {
	font-size: 12px;
	margin-left: 10px;
	color: #019fff;
}
.g_nav ul .mdd_content .menu_img {
	float: left;
}
.g_nav ul .mdd_content ul {
	display: inline-block;
	float: left;
	width: 300px;
	margin-left: 30px;
}
.g_nav ul .mdd_content ul.etc_li {
	float: right;
	width: 300px;
	min-height: 145px;
	padding-left: 30px;
    border-left: 1px #548ab6 solid;
}
.g_nav ul .mdd_content ul.etc_li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.g_nav ul .mdd_content ul li {
	float: none;
	padding: 0px 0px 8px;
  font-size: 14px;
}
.g_nav ul .mdd_content ul li a {
  display: inline;
  color: #333;
}
.g_nav ul li a {
  position: relative;
  xdisplay: inline-block;
  xtransition: .3s;
  z-index: 2600;
}
.g_nav ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0060ff;
  transition: 0.3s;
  z-index: 2600;
}
.g_nav ul li a:hover::after {
  width: 100%;
}
.g_nav ul li.img_link a::after {
  display: none;
}
.g_nav ul li.img_link a img {
  transition: 0.3s;
}
.g_nav ul li.img_link a img:hover {
  opacity: 0.7;
}

.g_nav .mdd_wrap .mdd_content ul li a::after {
background-color: #548ab6;
bottom: 0;
}

/* .g_nav .menu_li li a.active::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0060ff;
  z-index: 2600;
} */
.p_top .g_nav .menu_li li a.m_top::after,
.p_release .g_nav .menu_li li a.m_release::after,
.p_company .g_nav .menu_li li a.m_company::after,
.p_group .g_nav .menu_li li a.m_group::after,
.p_recruit .g_nav .menu_li li a.m_recruit::after,
.p_ir .g_nav .menu_li li a.m_ir::after,
.p_contact .g_nav .menu_li li a.m_contact::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #0060ff;
  z-index: 2600;
}
#top_header.fixed .g_nav ul .mdd_content ul li {
  padding: 0px 0px 8px;
}

/*h_nav=====*/
.h_nav {
  display: none;
}
/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
.g_nav_bg {
  display: none;
}
/*g_nav=====*/
.g_nav {
  display: none;
}
/*=========================ハンバーガーメニュー========*/
.l_main {
  display: inline;
  height: auto; }

.main_cover {
  position: fixed;
  width: 100%;
  visibility: hidden;
  z-index: 3000;
  background: rgba(022,039,204,.9);
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}
.main_cover.active {
  visibility: visible;
}

/*h_nav=====*/
.h_nav {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
  top: 51px;
  left: 0;
  z-index: 4000;
    padding-top: 20px;
    float: right;
    height: 80vh;
    overflow: auto;
}
.h_nav .h_nav_logo {
	margin: 0px auto 0px;
	text-align: center;
	color: #FFF;
  display: block;
  padding-bottom: 10px;
}
.h_nav .h_nav_logo img {
	width: 100px;
	margin-bottom: 0px;
}
.h_nav .menu_li {
  display: block;
  z-index: 4000;
    width: 100%;
	margin: 0px auto;
  border-bottom: 1px solid #019fff;
}

.h_nav .menu_li .menu_t,
.h_nav .menu_li .acco_t {
  float: none;
  width: 100%;
  xborder-bottom: 1px solid #ccc;
  z-index: 4000;
    text-align: center;
    font-size: 26px;
}

.h_nav .menu_li .menu_t a {
  display: block;
  position: relative;
  height: 40px;
  line-height: 30px;
	padding-top: 10px;
    font-size: 14px;
    color: #FFF;
    width: 100%;
	transition: .3s;
  border-top: 1px solid #019fff;
}

.h_nav .menu_li .acco_t {
  display: block;
  position: relative;
  height: 40px;
  line-height: 30px;
	padding-top: 10px;
    font-size: 14px;
    color: #FFF;
    width: 100%;
  border-top: 1px solid #019fff;
}
.h_nav .menu_li .acco_t:hover {
  cursor: pointer;
}
.h_nav .menu_li .menu_t .txt_b,
.h_nav .menu_li .acco_t .txt_b {
	font-size: 28px;
	margin-right: 10px;
}

/* .h_nav .menu_li li.active {
  background-color: #019fff;
} */
.p_top .h_nav .menu_li .m_top,
.p_release .h_nav .menu_li .m_release,
.p_company .h_nav .menu_li .m_company,
.p_group .h_nav .menu_li .m_group,
.p_recruit .h_nav .menu_li .m_recruit,
.p_ir .h_nav .menu_li .m_ir,
.p_contact .h_nav .menu_li .m_contact {
  xbackground-color: #019fff;
}

/*h_nav内アコーディオン=====*/
.details-summary {
	position: relative;
	display: block;
	.btn {
		position: absolute;
        top: 37%;
        left: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;
        color: #FFF;
        &:before,
        &:after {
            content: "";
            background-color: #FFF;
            border-radius: 10px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }
	&.is-active {
    background-color: #019fff;
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}	
		}
    }
  &:hover {
    background-color: #019fff;
  }
}
.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
  background-color: #FFF;
  color: #333;
  text-align: left;
  overflow: hidden;
}
.details-content .acco_det_t {
	float: none;
  width: 100%;
	font-family: "Oswald";
	font-weight: 700;
	font-size: 20px;
    margin-bottom: 5px;
    position:relative;
	display: block;
	z-index: 1000;
}
.details-content .acco_det_t a {
	color: #1627cc;
}
.details-content .acco_det_t:after {
	display:inline-block;
	position: absolute;
	top: 5px;
	left: -15px;
	background: #b0e5ff;
	width: 35px;
	height: 15px;
  content:"";
  z-index: -10;
}
.details-content .acco_det_t span {
	font-size: 12px;
	margin-left: 10px;
}
.details-content .acco_det_t a span {
	color: #019fff;
}
.details-content .acco_det_t a,
.details-content ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  z-index: 2600;
}
.details-content .acco_det_t a::after,
.details-content ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #0060ff;
  transition: 0.3s;
  z-index: 2600;
}
.details-content .acco_det_t a:hover::after,
.details-content ul li a:hover::after {
  width: 100%;
}
.details-content ul {
  width: 100%;
  float:left;
}
.details-content ul.details_half {
  width: 48%;
  float:left;
  margin-right: 2%;
}
.details-content ul a {
color: #019fff;
}
.details-content .acco_det_img {
  width: 100%;
  text-align: center;
}
.details-content .acco_det_img img {
  max-width: 100%;
  margin-top: 10px;
}

/*header_nav=====*/
.nav_box {
  display: inline;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
	background: #FFF;
	overflow: hidden;
  z-index: 10000;
border-radius: 25px;
	border: 1px #00dbff solid;
}
.header_nav {
  width: 25px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  cursor: pointer;
}

.nav_line {
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  background: #00dbff;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav_line1 {
  top: 0;
  bottom: auto;
  margin-bottom: 10px;
}
.nav_line2 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_line3 {
  bottom: 0;
  top: auto; }

.header_nav.active .nav_line2 {
  display: none; }
.header_nav.active .nav_line1 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg); }
.header_nav.active .nav_line3 {
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}

	
}


/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {

header .logo_box,#top_header .logo_box.fixed {
	padding: 12px 0px 0px 12px;
}

header .logo span {
    display:  none;
}

}