@charset "UTF-8";
/***********************************************************/
/*.header*/
/***********************************************************/
@media screen and (min-width:1101px){
	.header .inner-xl{
		padding:0;
	}
}
/***********************************************************/
/*親階層*/
/***********************************************************/
.nav_menu li a{
	cursor: pointer;
	padding-bottom: 5px;
	position: relative;
}
@media screen and (min-width:1101px){
	.nav_menu li:not(.panel_open,.tel,.mail) a:after {
		background: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		opacity: 0;
		position: absolute;
		transition: .3s;
		transform: scalex(0);
		transform-origin: center;
		width: 100%;
	}
	.nav_menu li:not(.panel_open) a:hover:after {
		opacity: 1;
		transform: scalex(1);
	}
}
.nav_menu .panel_open > a:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-size: 11px;
    font-weight: 900;
    margin-left: 1em;
}
.nav_menu .microcopy{
	color:#fff;
	font-size:10px;
	text-align:center;
}
.on .nav_menu .microcopy{
	color:#2a3b4c;
}
@media screen and (max-width:1500px){
	.nav_menu .microcopy{
		display:none;
	}
}
.nav_menu .microcopy.tel{
	font-size: 14px;
}
/***********************************************************/
/*header_panel*/
/***********************************************************/
.header_panel{
	display: none;
	position:fixed;
	/*top:js;*/
	width:100%;
	z-index:9;
}
@media screen and (max-width:1100px){
	.header_panel{
		display: none;
	}
}
.header_panel.on{
	display: block;
}
@media screen and (max-width:1100px){
	.header_panel.on{
		display: none;
	}
}
.header_panel_inner{
	background:#fff;
	display: flex;
	position: relative;
	z-index: 2;
	width: 100%;
}
.header_panel_bg{
	background: #2A3B4F;
	height: 100vh;
	opacity: .8;
	position: absolute;
	width: 100%;
}
/***********************************************************/
/*子階層 service*/
/***********************************************************/
.header_panel_service_child{
	background: #EFF5FD;
	padding: 30px 20px;
}
@media screen and (min-width:769px){
	.header_panel_service_child{
		width: 320px;
	}
}
.header_panel_service_child_title{
	font-size: 18px;
	font-weight: bold;
}
.header_panel_service_child_list a{
	border-bottom: 1px solid #EFF5FD;
	cursor: pointer;
	display: block;
	font-weight: bold;
	padding: 10px 20px;
	position: relative;
}
.header_panel_service_child_list a:hover{
	background: #fff;
	border-bottom: 1px solid #34629C;
}
.header_panel_service_child_list a:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.gnav_menu_video a:after{
	content: '\f03d';
}
.gnav_menu_short a:after{
	content: '\f3cd';
	right: 13px;
}
.gnav_menu_ad a:after{
	content: '\f641';
}
.gnav_menu_site a:after{
	content: '\f108';
}
.gnav_menu_live a:after{
	content: '\f008';
}
/***********************************************************/
/*孫階層 service*/
/***********************************************************/
.header_panel_service_gchild{
	display: none;
	padding: 30px 20px;
}
@media screen and (min-width:769px){
	.header_panel_service_gchild{
		width: calc(100% - 320px - 200px);
	}
}
.header_panel_service_gchild.on{
	display: block;
}
@media screen and (min-width:769px){
	.header_panel_gchild_list .menu{
		display: flex;
		flex-wrap: wrap;
		gap:0 40px;
	}
}
.header_panel_gchild_list li{
	width: calc( (100% - 80px) / 3 );
}
@media screen and (max-width:1200px){
	.header_panel_gchild_list li{
		width: calc( (100% - 80px) / 2 );
	}
}
@media screen and (max-width:768px){
	.header_panel_gchild_list li{
		width: 100%;
	}
}
.header_panel_gchild_list a{
	border-bottom: 1px solid #ccc;
	display: block;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
}
.header_panel_gchild_list a:hover{
	background: #F1F1F1;
}
.header_panel_gchild_list a:after{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width:1100px){
	.nav_menu .sub-menu .sub-menu{
		margin-top: 10px;
	}
	.nav_menu .sub-menu .sub-menu li:nth-child(n+2){
		margin-top: 10px;
	}
	.nav_menu .sub-menu .sub-menu a{
		font-size: 13px;
	}
}
/***********************************************************/
/*子階層　サービス以外*/
/***********************************************************/
.header_panel_inner_other{
	justify-content: center;
}
.header_panel_child{
	padding: 30px 0;
	width: 760px;
	
}
@media screen and (min-width:769px){
	.header_panel_child li{
		width: calc((100% - 80px) / 2);
	}
}
/*バナー*/
@media screen and (min-width:769px){
	.header_panel_banner{
		padding:40px 20px 30px 0;
		width: 200px;
	}
	.header_panel_banner img{
		width:100%;
	}
}
