@charset "UTF-8";
/*--------------------------------------------
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Shippori Mincho B1', serif;
----------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

/*--------------------------------------------
　reset
----------------------------------------------*/
body {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
}





/*--------------------------------------------
  header
----------------------------------------------*/

header .head-language ul li{
display: inline-block;
}
header .head-language ul li:first-child{
margin-right: 1em;
}

@media (max-width: 1000px) {
header .head-language ul{
width: 100%;
}
}





