@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .top-about1 ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-about1 ul li {
    width: 45%;
    margin: 0 2%;
  }
}
.top-about1 ul .li1 a {
  background: url(../img/new-b1-a.jpg) no-repeat center center/cover !important;
}

.top-about1 ul .li2 a {
  background: url(../img/new-b2.jpg) no-repeat center center/cover !important;
}

.top-about1 ul .li3 a {
  background: url(../img/img2025-3.jpg) no-repeat center center/cover !important;
}

.top-about1 ul .li4 a {
  background: url(../img/new-b4.jpg) no-repeat center center/cover !important;
}