@charset "UTF-8";
header:lang(ja) .gs24-Header__Lang{
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-weight: 300;
}
header:lang(ja) .gs24-Header__Logo{
	margin: 0;
	border: none;
}
header:lang(ja) .gs24-Header__Logo img{
	display: none;
}
header:lang(ja) .gs24-Header__Logo a::before{
	display: block;
    content: "";
    background-image: url(/semiconductors/work-people/assets/global/common/gws-cs/logo.svg) ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 198px;
    height: 50px;
   margin-top: -7px;
}
header:lang(ja) .gs24-HeaderNav__Text{
	font-size: 16px;
}
header:lang(ja) .is-search-open .gs24-Header__Lang{
	display: none;
}
header:lang(ja) .gs24-Header__Search .gs24-Header__SearchInput .mf_finder_searchBox_query_input{
	font-size: 18px;
 }
@media only screen and (max-width: 980px) {
	header:lang(ja) .gs24-Header__Lang{
		margin-left: auto;
    	margin-right: 10px;
	}
	header:lang(ja) .gs24-Header__Logo a::before{
		width: 158px;
    	height: 40px;
	}
}