@charset "UTF-8";
#header_content {
	width:100%;
	margin:0px auto 0px;
	box-sizing: border-box;
}
	.header_navbar {
		background-color: #FFF;
		height: 102px;
		border-radius: 12px;
		padding: 14px;
		box-sizing: border-box;
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		z-index: 9997;
		box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
		-webkit-transition: all 0.5s;
		display: flex;
		align-items: center;
		width: 90%;
		min-width: 1172px;
		margin: 0px auto;
	}
		@media screen and (max-width:1280px) {
			.header_navbar{
				width: 96%;
				margin: 0px auto;
				left:  2%;
				right: 2%;
			}
			.globalnav {
				width: 100%;
			}
		}
	.header_navbar .logo{
		width: 120px;
	}
	.header_logo {
		width: 120px;
		margin-left: 21px;
		position: fixed;
		top: 38px;
		left: 6%;
		right: 20px;
		z-index: 9999;
		box-sizing: border-box;
	}
		.header_logo a{
			display: block;
		}
			.header_logo img{	
			width: 100%;
			height: auto;
			}
  .globalnav-wrap {
	font-size:16px;
	color:#111;
	display:flex;
	justify-content:flex-start; 
  }
  	.globalnav-wrap .logo {
		width: 152px;
		margin-left: 21px;
		position: fixed;
		top: 52px;
		left: 4%;
		z-index: 9999;
		box-sizing: border-box;
	}
		@media screen and (min-width:1280px) {
			.globalnav-wrap .logo {
				left: 6%;
			}
		}
  .globalnav {
	z-index: 9998;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 90%;
	margin: 0px auto;
	padding-right: 4%;
	box-sizing: border-box;
  }
  @media screen and (max-width:1160px) {
	.globalnav {
		padding-right: 0px;
	}
  }
	.globalnav > li {
		font-size: 1.6rem;
		font-weight: 700;
		margin-left: 24px;
	}
	.globalnav > li > a{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-top: 12px;
		padding-bottom: 38px;
	}
		.globalnav > li:nth-of-type(5) > a {
		} 
	.globalnav > li:nth-of-type(5) > a > span{
		display: block;
  	}
	.globalnav > li:nth-of-type(6) > a > span{
		font-size: 110%;
		padding-top: 0.1rem;
		display: block;
  	}
	.globalnav > li > a > span{
		display: none;
	}
  .material-icons-round{
	line-height: 0;
	}

    .g-menu-sub {
		position:absolute;
		top:90px;
		left: 0px;
		right: 0px;
		transition: all 0.4s;
		flex-wrap: wrap;
		background-color: #fff;
		border-radius: 12px;
		box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 17px;
		box-sizing: border-box;
		visibility: hidden;
		opacity: 0;
		width: 100%;
	  }
	  @media screen and (min-width:1300px){
		.g-menu-sub {
			min-width: 1172px;
			width: 100%;
			margin: 0px auto;
		}
	  }
		.g-menu-sub.open {
		  visibility: visible;
		  opacity: 1;
		  top: 80px;
		}
		.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: 38%;
		  border-radius: 6px;
		}
		.irbanner-inner{
		  display: flex;
		  align-items: center;
		  justify-content: space-between;
		  width: 98%;
		}
		  .irbanner-inner > a {
			font-family: 'Montserrat', sans-serif;
			color: #FFF;
			text-shadow: 0px 0px 3px rgb(0 0 0 / 60%);
			font-size: 2.8rem;
			display: block;
			width: 100%;
			height: 180px;
			box-sizing: border-box;
			display: flex;
			align-items: center;
			justify-content: flex-start;
			flex-wrap: wrap;
			padding-left: 16px;
			
			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: 32px;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  font-size: 2.0rem;
			  color: #FFF;
			}
				.g-menu-sub > ul {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				justify-content: flex-start;	
				box-sizing: border-box;
				height: 180px;
				width: 60%;
				margin-left: 2%;
				}
				.g-menu-sub > ul > li{
					font-size: 1.4rem;
					border-bottom: 1px solid #c3c3c3;
					font-weight: 700;
					padding-bottom: 0.1rem;
					width: 32%;
					margin-right: 2%;
					margin-bottom: 1.2rem;
				}
				.g-menu-sub > ul > li:nth-child(3n){
					margin-right: 0px;
				}
				.g-menu-sub ul li a{
					width: 100%;
					padding-bottom: 8px;
					padding-top: 2px;
					display: flex;
					align-items: center;
					justify-content: space-between;
					line-height: 1.2;
				}
					.nav-button-wrap {
					display: none;
					}
			@media screen and (max-width:1230px){
				.irbanner{
					width: 32%;		
				}
				.irbanner-inner > a {
					line-height: 1.0;
				}
				.irbanner-inner a span {
					margin-top: 0.6rem;
				}
				.g-menu-sub > ul{
					width: 66%;
				}
			}
			@media screen and (max-width:1130px) {
				.g-menu-sub > ul > li {
					font-size: 1.36rem;
				}
				.g-menu-sub ul li a{
					font-size: 1.32rem;
				}
			}
			@media screen and (max-width:1130px) {
				.g-menu-sub ul li a{
					font-size: 1.24rem;
				}
			}
