/*-----------
sub-ttl
------------*/
.sub-ttl {
  background: url("../img/pc-hero.jpg") no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .sub-ttl {
    background: url("../img/sp-hero.jpg") no-repeat center/cover;
  }
}

/*-----------
summary
------------*/
.summary {
  padding-bottom: 188px;
}

.summary-text {
  text-align: center;
}

.main section [class$="-ttl"] {
  padding: 90px 0 60px;
  font-size: 33px;
  line-height: 1.24242;
  letter-spacing: 0.02em;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .summary {
    padding-bottom: 100px;
  }
  .main section [class$="-ttl"] {
    padding: 45px 0;
    font-size: clamp(12.8px, 4vw, 30px);
    line-height: 1.36667;
  }
  .main [class$="-text"] {
    font-size: clamp(10.24px, 3.2vw, 24px);
    text-align: initial;
  }
}

/*---------
slider
-----------*/
/*---------
summary-img
-----------*/
.summary-img {
  margin: 90px auto 50px;
}

@media screen and (max-width: 767px) {
  .summary-img {
    margin: 24px auto 45px;
  }
  .main section h3[class$="-ttl"] {
    margin: 0 auto;
    padding: 0 0 20px;
  }
}
/*# sourceMappingURL=style.css.map */