@charset "UTF-8";
/* CSS Document */
/*フォントを読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Heebo:wght@300&family=Zen+Kaku+Gothic+New&display=swap");
/*変数*/
/* CSS Document */
/*色*/
/*表示範囲幅*/
/*トップページメインビジュアルのリード文とh2見出し　英字フォント*/
/*行間*/
/*ブレイクポイントの設定*/
h1 {
  font-family: "Anton", sans-serif; }

h3 span {
  display: none; }

@media screen and (max-width: 520px) {
  .pageheader .pagetitle {
    bottom: -70px; } }

@media screen and (max-width: 520px) {
  .page-content.top-content {
    margin-top: 100px; } }

.top-image .top-news-wrapper {
  display: none; }
