/* ======================================================
 * home_pc.css
 * ------------------------------------------------------
 * - Main
 * - Other
 * Media Queries
 * Print
====================================================== */
@media screen and (max-width: 767px) {
  /* -----------------------------------------------------
     * Main
   ------------------------------------------------------*/
  /* -----home-hero----- */
  .home-hero {
    position: relative;
    margin-bottom: 50px;
  }
  .home-hero .home-hero__text {
    font-size: 17px;
    letter-spacing: 0.1rem;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  /* -----home-reason-list----- */
  .home-reason-list {
    margin-top: 10px;
  }
  .home-reason-list li {
    margin-bottom: 20px;
  }
  .home-reason-list span {
    margin-bottom: 3px;
    font-size: 16px;
  }
  /* -----home-news-----*/
  .home-news-list {
    margin-top: 0;
  }
  .home-news-list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .home-news-list dt {
    width: 100%;
    margin: 0 0 3px;
    font-size: 11px;
  }
  .home-news-list dd {
    width: 100%;
    font-size: 13px;
  }
  /* -----------------------------------------------------
     * Element >>> Heading
   ------------------------------------------------------*/
  /* -----heading-lv2-----*/
  .heading-lv2 {
    font-size: clamp(19px, 3.9113428944vw, 30px);
  }
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (max-width: 390px) {
  /* -----------------------------------------------------
     * Main
   ------------------------------------------------------*/
  /* -----home-hero----- */
  .home-hero {
    position: relative;
    margin-bottom: 15px;
  }
  /* -----home-reason-list----- */
  .home-reason-list span {
    display: inline;
    padding-bottom: 0;
  }
  .home-reason-list li p {
    margin-top: 3px;
  }
}/*# sourceMappingURL=home_sp.css.map */