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

.img-text-content {
  display: flex;
  gap: 16px;
}
.img-text-content .text {
  max-width: 502px;
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.img-text-content .img {
  aspect-ratio: 586/328;
  max-width: 586px;
  width: 100%;
  height: auto;
}
.img-text-content .img img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .img-text-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .img-text-content .text {
    max-width: none;
    width: 100%;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
  }
  .img-text-content .img {
    aspect-ratio: 586/328;
    max-width: 586px;
    width: 100%;
    height: auto;
  }
  .img-text-content .img img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=business.css.map */