html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}

.signature {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .text {
    font-size: 16px;
  }
  .signature {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: right;
  }
}/*# sourceMappingURL=company.css.map */