/* Breakpoint
======================================= */
.page-works__cover {
  padding: 105px 0 150px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page-works__cover {
    padding: 58px 0 120px;
  }
}

.works__notes {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #111111;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .works__notes {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=page-works.css.map */