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

.text1 {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text2 {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}

.img {
  display: flex;
  justify-content: center;
}
.img img {
  aspect-ratio: 650/650;
  max-width: 650px;
  width: 100%;
  object-fit: contain;
}

.text3 {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  line-height: 200%;
}

.num-text-list .num-text {
  display: flex;
  gap: 8px;
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.num-text-list .num-text {
  margin-bottom: 26px;
}
.num-text-list .num-text:last-child {
  margin-bottom: 0;
}

.signature {
  color: #151515;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  width: fit-content;
  margin-left: auto;
}

.mr300 {
  margin-left: none;
  margin-right: 300px;
}

@media screen and (max-width: 768px) {
  .text1 {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .text2 {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 200%;
  }
  .img {
    display: flex;
    justify-content: center;
  }
  .img img {
    aspect-ratio: 650/650;
    max-width: 650px;
    width: 100%;
    object-fit: contain;
  }
  .text3 {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    line-height: 200%;
  }
  .num-text-list .num-text {
    display: flex;
    gap: 8px;
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .num-text-list .num-text {
    margin-bottom: 26px;
  }
  .num-text-list .num-text:last-child {
    margin-bottom: 0;
  }
  .signature {
    color: #151515;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    width: fit-content;
    margin-left: auto;
  }
  .mr300 {
    margin-left: none;
    margin-right: 0px;
  }
}/*# sourceMappingURL=business.css.map */