#header-area{
background-color:white;
position:relative;
text-align:left;
}


#header-area a:link{
text-decoration:none;
}


#top-bar{
width:100%;height:60px;border-bottom:1px solid #E6E6E6;display:flex;overflow:hidden;
}


#logo-hugp{
width:300px;
position:absolute;top:5px;left:20px;
}

#logo-hugpEN{
width:400px;
position:absolute;top:9px;left:20px;
}

#top-bar-right-area{
margin-left: auto;position:absolute;bottom:8px;right:25px;text-align:right;
}

#company{
font-weight:bold;font-size:15px;line-height:100%;
}
#company a{
color:#333;
}
#company a:hover{
text-decoration:underline;
}
#mini-sitetitle{
font-size:12px;color:#016847;line-height:150%;
}



#title-bar{
width:100%;height:80px;overflow:hidden;text-align:center;
background-color:white;
transition: .3s;
 }


#site-title-area{
text-align:center;position:relative;margin:0 auto;display:inline-block
}
#site-title-area a{
color:#333;
text-decoration:none;}

#logotype-BHE{
width:500px;margin:0 auto;padding-top:15px;line-height:100%;
}

#site-description{
font-size:12px;font-weight:normal;line-height:130%;margin-top:-5px;
}

#logomark-BHE{
width:80px;position:absolute;top:0;left:-82px;z-index:+1
}

#header-btn-area{
position:absolute;top:20px;right:25px;
}
#language{
font-size:0;margin-right:15px;
}

a.btn-JA, a.btn-EN{
background-color:#E6E6E6;
color:#7D7D7D;
font-size:13px;
padding:5px 20px;
display:inline-block;
margin:0;
}

a.btn-JA{
border-radius:20px 0 0 20px;
}

a.btn-EN{
border-radius:0 20px 20px 0;
}

a.btn-JA:hover, a.btn-EN:hover{
background-color:#666;
color:white;
}



a.btn-JA.here, a.btn-EN.here{
background-color:#3C3C3C;color:white;
}




#header-contact-btn a{
line-height:46px;
width:180px;
border-radius: 6px;
}





#head-nav-bar{
background-color:black;width:100%;display:block;
}

#head-nav-bar a{
color:white;
}

#head-nav-bar > ul{
padding:0px 100px;
display:flex;
display: -webkit-flex;
}

#head-nav-bar > ul > li{
width:20%;
text-align:center;
font-size:17px;
}

#head-nav-bar > ul > li > a{
 display:block;
 padding:6px;
}



#fixed_header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
z-index:30;
}


/*　メインメニューボタンの色設定　*/




a.button.headnav{
	background-image:
		linear-gradient(#68B730, #68B730), /*　最初の色（左に割れる色） */
		linear-gradient(#68B730	, #68B730), /*　最初の色（右に割れる色） */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
}

a.button.headnav:hover{
	animation-name:btnExosomeAnim;
}
a.button.active{
	background-image:
		linear-gradient(#359a29, #359a29), /*　最初の色（左に割れる色） */
		linear-gradient(#359a29, #359a29), /*　最初の色（右に割れる色） */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
}
a.button.headnavOmic{
	background-image:
		linear-gradient(#359a29, #359a29), /*　最初の色（左に割れる色） */
		linear-gradient(#359a29, #359a29), /*　最初の色（右に割れる色） */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
}

a.button.headnavOmic:hover{
	animation-name:btnExosomeAnim;
}
a.button.activeOmic{
	background-image:
		linear-gradient(#359a29, #359a29), /*　最初の色（左に割れる色） */
		linear-gradient(#359a29, #359a29), /*　最初の色（右に割れる色） */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
}

a.button.headnavAI{
	background-image:
		linear-gradient(#3d9cbf, #3d9cbf), /*　最初の色（左に割れる色） */
		linear-gradient(#3d9cbf, #3d9cbf), /*　最初の色（右に割れる色） */
		linear-gradient(#3D5DBF, #3D5DBF); /*　最後にできる色 */
}

a.button.headnavAI:hover{
	animation-name:btnAIAnim;
}
a.button.activeAI{
	background-image:
		linear-gradient(#3d9cbf, #3d9cbf), /*　最初の色（左に割れる色） */
		linear-gradient(#3d9cbf, #3d9cbf), /*　最初の色（右に割れる色） */
		linear-gradient(#3D5DBF, #3D5DBF); /*　最後にできる色 */
}

@keyframes btnExosomeAnim{
	10% {
		background-image:
		linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
		linear-gradient(green, green), /*　右に割れる色のフラッシュ色 */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
	}
	70%{
		background-image:
		linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
		linear-gradient(green, green), /*　左に割れる色のフラッシュ色 */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
	}
	100%{
		background-image:
		linear-gradient(#016847, #016847), /*　最後にできる色 */
		linear-gradient(#016847, #016847), /*　最後にできる色 */
		linear-gradient(#016847, #016847); /*　最後にできる色 */
		}
}
@keyframes btnAIAnim{
	10% {
		background-image:
		linear-gradient(blue, blue), /*　左に割れる色のフラッシュ色 */
		linear-gradient(blue, blue), /*　右に割れる色のフラッシュ色 */
		linear-gradient(#0052a8, #0052a8); /*　最後にできる色 */
	}
	70%{
		background-image:
		linear-gradient(blue, blue), /*　左に割れる色のフラッシュ色 */
		linear-gradient(blue, blue), /*　左に割れる色のフラッシュ色 */
		linear-gradient(#0052a8, #0052a8); /*　最後にできる色 */
	}
	100%{
		background-image:
		linear-gradient(#0052a8, #0052a8), /*　最後にできる色 */
		linear-gradient(#0052a8, #0052a8), /*　最後にできる色 */
		linear-gradient(#0052a8, #0052a8); /*　最後にできる色 */
		}
}



/*タブレット版　768-1024の間　(PC版およびスマホ版とのハイブリッド)*/

@media screen and (max-width: 1024px) {

#logotype-BHE .pc-image{
display:none;
}

#logotype-BHE .sp-image{
display:block;
}

#logotype-BHE{
width: 280px;
height: auto;
padding-top: 0;
display: block;
margin-top: 16px;
}
}


/* 767以下 */
@media screen and (max-width: 1024px) {
	#mainImage-area{
	position:relative;
	}
	#top-bar-right-area{
	display:none;
	}
	#logo-hugp {
	width: 200px;
	position: absolute;
	top: 13px;
	left: calc(50% - 100px);
	}
	#logo-hugpEN{
	width: 260px;
	position: absolute;
	top: 14px;
	left: calc(50% - 130px);
	}
	
	#fixed_header.is-fixed{
	  z-index: 50;
	}

	#title-bar{
	height:64px;
	overflow:hidden;
	z-index:100;
	background-color:black;
	width:100%;
	}

	#logotype-BHE{
	width:280px;
	height:auto;
	padding-top:0;
	display:block;
	margin-top:14px;
	}

	#site-description{
	color:white;
	font-size:10px;
	position:relative;
	line-height:100%;
	display:block;
	margin-top:3px;
	margin-bottom:8px;
	}
}

@media screen and (max-width:560px){
	.is-fixed #site-title-area{
	 position:fixed;
	 left:14px;
	 top: 4px;
	 text-align:left;
	}
	.is-fixed #logotype-BHE{
	width:220px;
	}
}



/*　メインナビとそのトグル */
@media screen and (max-width:1024px){

	#sp-mainNav-wapper{
	position:absolute;top:0;left:0;z-index:100;
	}

	.sp-mainNav{
	background-color:#363636;
	color:white;
	}
	.sp-mainNav a{
	color:white;
	}
	.dnav_menu_language{
	line-height:100px;
	margin:0 1rem;
	}
	.dnav_menu_ul{
	}

	.dnav_menu_ul li{
	padding-left:1rem;
	line-height:40px;
	}

	.dnav_menu_ul li.cat{
	border-top:solid 1px #4A4A4A;
	border-bottom:solid 1px #4A4A4A;
	font-size:22px;
	line-height:60px;
	}
	.dnav_menu_ul li.anchor{
	border-bottom:solid 1px #4A4A4A;
	padding-left:3rem;
	font-size:1rem;
	}

	.dnav_menu_contact{
	margin:3rem 1rem 0;
	text-align:center;
	line-height:20px;
	}
	.dnav_menu_contact.contact-btn-white{
	width:calc(100% - 2rem);
	}

	.dnav_menu_hugp{
	margin:2rem auto;
	text-align:center;
	}


	.nav_toggle {
		display: block;
		width: 1.75rem;
		height: 1.5rem;
		position: fixed;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	.nav_toggle i {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #666;
		position: absolute;
		transition: transform .5s, opacity .5s;
	}

	.nav_toggle.show i {
	background-color:#333;
	}

	.nav_toggle i:nth-child(1) {
		top: 0;
	}
	.nav_toggle i:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.nav_toggle i:nth-child(3) {
		bottom: 0;
	}
	.nav_toggle.show i:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.nav_toggle.show i:nth-child(2) {
		opacity: 0;
	}
	.nav_toggle.show i:nth-child(3) {
		transform: translateY(-12px) rotate(45deg);
	}
	.nav_toggle.show:before{
		content:"";
		width:3rem;
		height:3rem;
		background-color:white;
		border-radius: 1.5rem;
		position:absolute;
		top:-12px;left:-10px;
		z-index:-1;
		}
	.sp-mainNav {
		position: fixed;
		top: 0rem;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		transition: opacity .5s, visibility .5s;
	}
	.sp-mainNav.show {
		opacity: 1;
		visibility: visible;
	}
}
