@charset "UTF-8";
header {
}
#header_content {
	width:100%;
}
#header_content h1  {
}
#header {
}
.nav-button-wrap {
	  display: block;
	}
.header_navbar {
	background-color: #FFF;
	height: 72px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	padding: 14px;
	box-sizing: border-box;
	position: fixed;
	top: 14px;
	left: 4%;
	z-index: 1000;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.5s;
	display: flex;
	align-items: center;
}
.header_navbar .logo {
	width:112px;
	margin-left: 4%;
	position: fixed;
	top: 38px;
	left: 4%;
	right: 20px;
	z-index: 9999;
	box-sizing: border-box;
}
	.header_logo a{
		display: block;
	}
		.header_logo h1 img{
			width:100%;
		}
	#main_nav {
		display: none;
	}
.main_nav_container01{
  margin-top: 40px;
}
  header {
	position:relative;
	width:100%;
  }
  .nav-button-wrap {
	display:block;
	position:fixed;
	right:2%;
	top:20px;
	z-index:9999;
	cursor: pointer;
	height:42px;
  }
.globalnav{
	height: 0px;
	opacity: 0;
	transition: all 0.4s;
	top: 0px;
	left: 0px;
	padding-top: 90px;
	overflow-x: hidden;
	width: 100%;
	overflow-y: auto;
	position: fixed;
	flex-wrap: wrap;
	z-index: 1;
	background-color: #084e9b;
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 2;
	left: -100vw;
	transition: all 200ms ease;
	bottom:0px;
  }
.open .globalnav{
	visibility: visible;
	opacity: 1;
	transition: all 0.4s;
    margin: 0px auto;
	height: auto;
	left: 0px;
}
  .globalnav.close {
	  height: 0px;
	  opacity: 0;
	  transition: all 0.4s;
	  left: -100vw;
	  }
  .open .globalnav li {
	  display:block;
	}
	body.open {
	position: fixed;
	left: 0;
	right: 0;
	overflow: hidden;
	}
  .nav-button-wrap{
	flex-wrap: wrap;
  }
  .globalnav-wrap .logo {
	width: 120px;
	margin-left: 21px;
	position: fixed;
	top: 36px;
	left: 4%;
	z-index: 9999;
	box-sizing: border-box;
}
  .globalnav > li {
  font-size: 1.8rem;
  }
  .globalnav > li > a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 12px;
	color: #FFF;
	border-bottom: 1px solid #83a6cd;
	margin-left: 4%;
	margin-right: 4%;
	height: 62px;
	}
	.globalnav > li > a > span{
		color: #FFF;
	}
	.globalnav .ir > a {
		display: none;
	}
	  .g-menu-sub {
		position:inherit;
		transition: all 0.0s;
		width: 100%;
		margin: 0px auto;
		flex-wrap: wrap;
		background-color: #111;
		border-radius: 0px;
		box-shadow: 0px 0px 0px rgb(0 0 0 / 20%);
		display: block;
		align-items: center;
		justify-content: flex-start;
		padding: 17px 4%;
		box-sizing: border-box;
		margin-top: 12px;
		visibility: visible;
		opacity: 1;
	  }
		.g-menu-sub.open {
		  visibility: visible;
		  opacity: 1;
		  top: 112px;
		}
		.irbanner{
		  background-image: url(../images/nav-sub-irbanner.jpg);
		  background-repeat: no-repeat;
		  background-size: cover;
		  display: flex;
		  align-items: center;
		  justify-content: flex-start;
		  width: 100%;
		  border-radius: 6px;
		  margin-bottom: 12px;
		}
		.irbanner-inner{
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  width: 100%;
		}
		  .irbanner-inner a {
			font-family: 'Montserrat', sans-serif;
			color: #FFF;
			text-shadow: 0px 0px 3px rgb(0 0 0 / 80%);
			font-size: 2.4rem;
			display: block;
			height: 120px;
			box-sizing: border-box;
			padding: 17px 17px 17px 17px;
			line-height: 1.4;
		  }
			.irbanner-inner a span{
			  font-size: 1.4rem;  
			  display: block;
			  font-family: 'Noto Sans JP', sans-serif;
			}
			.irbanner-inner:after{
			  font-family: 'Material Icons';
			  content: "\e5cc";
			  background-color: #111;
			  border-radius: 9999px;
			  display: flex;
			  width: 34px;
			  height: 34px;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  font-size: 2.0rem;
			  color: #FFF;
			  position: relative;
			  right: 17px;
			}
		.g-menu-sub > ul {
		  display: block;
		  flex-wrap: wrap;
		  align-items: center;
		  justify-content: flex-start;
		  width: 100%;
		  box-sizing: border-box;
		}
		  .g-menu-sub > ul > li{
			font-size: 1.6rem;
			width: 100%;
			margin-bottom: 1.2rem;
			color: #FFF;
			box-sizing: border-box;
		  }
		  .g-menu-sub > ul > li:nth-child(3n){
			margin-right: 0px;
		  }
		  .g-menu-sub > ul > li > a{
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #FFF;
			padding-top: 24px;
			border-bottom: 1px solid #888888;
			padding-bottom: 14px;
		  }
		  .globalnav .library-sub li {
		  }
		  .globalnav .library-sub li a{
			  color: #ccc;
			  font-size: 1.4rem;
			  border-bottom: 1px solid #888888;
			  padding-bottom: 1.0rem;
			  padding-top: 2.0rem;
			  display: flex;
			  justify-content: space-between;
			  align-items: center;
			  will-change: 100%;
			  margin-left: 4%;
		  }
/* toggele btn */
 .g_menu_trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  right: 60%;
  top: 8px;
  width: 42px;
  height: 42px;
  z-index: 9999;
} 
   .g_menu_trigger .g_menu_btn span {
	width: 32px;
	margin-top: 12px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
  }
   .g_menu_trigger .g_menu_btn.open > span:nth-child(1) {
	-webkit-transform: translateY(14px) rotate(45deg);
	transform: translateY(14px) rotate(45deg);
	transition-delay: 200ms;
	background-color: #111;
  }
   .g_menu_trigger .g_menu_btn.open > span:nth-child(3) {
	transform: translateY(-14px) rotate(-45deg);
	transition-delay: 200ms;
	background-color: #111;
  }
  button.g_menu_btn {
	position: relative;
	cursor: pointer;
	margin-top: -4px;
  }
 .g_menu_trigger .g_menu_btn span {
  position: relative;
  display: block;
  width: 34px;
  height: 2px;
  border-radius: 1px;
  background: #111;
  margin-top: 8px;
  transition: all 200ms ease;
  z-index: 2;
}
 .g_menu_trigger .g_menu_btn.open > span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  transition-delay: 200ms;
}
 .g_menu_trigger .g_menu_btn.open > span:nth-child(2) {
  opacity: 0;
}
 .g_menu_trigger .g_menu_btn.open > span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  transition-delay: 200ms;
}
@media screen and (max-width:500px) {
	.g_menu_trigger {
		right: 38%;

	}
	
}