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

@media screen and (max-width: 768px) {
  .greeting-desc {
    color: #4c4c4c;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    margin-bottom: 12px;
  }
  .signature {
    color: #4c4c4c;
    text-align: right;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
  }
  .access-info {
    margin-bottom: 20px;
  }
  .access-info__head {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .access-info .infos {
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .access-info .infos p {
    margin-bottom: 2px;
  }
  .access-info .infos p:last-child {
    margin-bottom: 0;
  }
  .access-info .gmap {
    width: 100%;
  }
  .access-info .gmap iframe {
    width: 100%;
    height: 200px;
  }
  .access-info:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=company-res.css.map */