/* ======================================================
 * home_pc.css
 * ------------------------------------------------------
 * - Main
 * - Other
 * Media Queries
 * Print
====================================================== */
/* -----------------------------------------------------
  * Main
------------------------------------------------------*/
/* -----home-hero----- */
.home-hero {
  position: relative;
  margin-bottom: clamp(50px, 20.8604954368vw, 160px);
}
.home-hero .home-hero__image {
  width: 100%;
}
.home-hero .home-hero__text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
  font-size: clamp(20px, 2.635431918vw, 36px);
  letter-spacing: 0.1rem;
  letter-spacing: 0.3rem;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  color: #fff;
  line-height: 2;
}

/* -----home-reason-list----- */
.home-reason-list {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}
.home-reason-list li {
  margin-bottom: 40px;
}
.home-reason-list li:last-child {
  margin-bottom: 0;
}
.home-reason-list li::marker {
  font-weight: 600;
}
.home-reason-list span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 600;
}

/* -----home-news-list----- */
.home-news-list {
  margin-top: 25px;
  font-size: 14px;
}
.home-news-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 0;
  border-top: 1px solid #ff0000;
  line-height: 1.8;
}
.home-news-list > div:last-child {
  border-bottom: 1px solid #ff0000;
}
.home-news-list dt {
  width: 130px;
  margin-right: 10px;
}
.home-news-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------
  * Element >>> Heading
------------------------------------------------------*/
/* -----heading-lv2----- */
.heading-lv2 {
  font-size: 38px;
}
.heading-lv2--news {
  padding-bottom: 0;
  color: #000;
  font-size: 40px;
  border-bottom: 0;
}/*# sourceMappingURL=home_pc.css.map */