@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.57;
  color: #222;
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.4rem;
  }
}

.headline_wrapp {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ededed;
}
.headline_wrapp .h-title {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
.headline_wrapp .h-title_ja {
  font-size: 1.7rem;
}
.headline_wrapp .h-title_en {
  margin-top: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4.2rem;
  text-transform: uppercase;
}/*# sourceMappingURL=common_headline.css.map */