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

.content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px 40px 40px;
  border: 5px solid var(--navyvlue, #003391);
  background: #f1f3f5;
}
.content .text {
  max-width: 600px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 40px */
}
.content .img {
  aspect-ratio: 1/1;
  max-width: 280px;
  width: 100%;
  background: #f1f3f5 url("/assets/images/business1.png") no-repeat center center;
  background-blend-mode: darken;
  background-size: cover;
}

.business-img-list {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.business-img-list .img {
  aspect-ratio: 300/328;
  max-width: 300px;
  width: 100%;
}
.business-img-list .img img {
  width: 100%;
  height: auto;
}

.business-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.business-links .link {
  display: block;
  aspect-ratio: 360/180;
  max-width: 360px;
  width: 100%;
}
.business-links .link img {
  width: 100%;
  height: auto;
}

.scroll-wrap {
  overflow: scroll;
}

.text {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

@media screen and (max-width: 768px) {
  .content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border: 5px solid var(--navyvlue, #003391);
    background: #f1f3f5;
  }
  .content .text {
    max-width: 600px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 40px */
  }
  .content .img {
    aspect-ratio: 1/1;
    max-width: 280px;
    width: 100%;
    background: #f1f3f5 url("/assets/images/business1.png") no-repeat center center;
    background-blend-mode: darken;
    background-size: cover;
    margin: 0 auto;
  }
  .business-img-list {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .business-img-list .img {
    aspect-ratio: 300/328;
    max-width: 400px;
    width: 100%;
  }
  .business-img-list .img img {
    width: 100%;
    height: auto;
  }
  .business-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  .business-links .link {
    display: block;
    aspect-ratio: 360/180;
    max-width: 400px;
    width: 100%;
  }
  .business-links .link img {
    width: 100%;
    height: auto;
  }
  .scroll-wrap {
    overflow: scroll;
  }
  .text {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
  }
}/*# sourceMappingURL=business.css.map */