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

.sec1 .wrap1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sec1 .wrap1 img {
  margin-right: 23px;
  aspect-ratio: 457/300;
  max-width: 457px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.sec1 img {
  width: 100%;
}

.sec2 .text1 {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 32px */
}
.sec2 img {
  width: 100%;
}

.sec3 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sec3 .list .single-item {
  max-width: 265px;
  width: 100%;
}
.sec3 .list .single-item img {
  width: 100%;
  margin-bottom: 8px;
}
.sec3 .list .single-item__text {
  color: #000;
  font-family: "BIZ UDPGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
}

.sec4 .wrap1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.sec4 .wrap1 .prefecrures {
  max-width: 440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 32px;
}
.sec4 .wrap1 .prefecrures .single-prefecture {
  padding: 21px 0px;
  color: var(--BLUE, #3b54f6);
  text-align: center;
  font-family: "BIZ UDPGothic";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  border-radius: 999px;
  background: #e0e4fe;
  max-width: 200px;
  width: 100%;
}
.sec4 .wrap1 img {
  max-width: 410px;
  width: 100%;
}

.sec5__inner .wrap1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.sec5__inner .wrap1 img {
  max-width: 520px;
  width: 100%;
}
.sec5__inner .tracks {
  display: flex;
  flex-wrap: wrap;
}
.sec5__inner .tracks img {
  max-width: 140px;
  width: 100%;
}

@media (max-width: 768px) {
  .sec1 .wrap1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec1 .wrap1 img {
    margin-right: 23px;
    aspect-ratio: 457/300;
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sec1 img {
    width: 100%;
  }
  .sec2 .text1 {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
  }
  .sec2 img {
    width: 100%;
  }
  .sec3 .list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec3 .list .single-item {
    max-width: 400px;
    width: 100%;
  }
  .sec3 .list .single-item img {
    width: 100%;
    margin-bottom: 8px;
  }
  .sec3 .list .single-item__text {
    color: #000;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
  }
  .sec4 .wrap1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
  }
  .sec4 .wrap1 .prefecrures {
    max-width: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
  }
  .sec4 .wrap1 .prefecrures .single-prefecture {
    padding: 10px 0px;
    color: var(--BLUE, #3b54f6);
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    border-radius: 999px;
    background: #e0e4fe;
    max-width: 100px;
    width: 100%;
  }
  .sec4 .wrap1 img {
    max-width: 410px;
    width: 100%;
  }
  .sec5__inner .wrap1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .sec5__inner .wrap1 img {
    max-width: 520px;
    width: 100%;
  }
  .sec5__inner .tracks {
    display: flex;
    flex-wrap: wrap;
  }
  .sec5__inner .tracks img {
    max-width: none;
    width: 25%;
  }
}/*# sourceMappingURL=business.css.map */