.distributor_featureUnit {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

@media screen and (min-width: 960px) {
  .distributor_feature {
    display: flex;
    align-items: center;
    gap: 6rem;
  }
  .distributor_feature:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.distributor_feature_imgWrap {
  aspect-ratio: 350/221;
  border-radius: 1rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media screen and (min-width: 960px) {
  .distributor_feature_imgWrap {
    aspect-ratio: 413/276;
    width: 41.3rem;
    margin-top: 0;
  }
}
.distributor_feature_imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .distributor_feature_textWrap {
    width: calc(100% - 41.3rem - 6rem);
  }
}
.distributor_feature_number {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #255AA4;
}
@media screen and (min-width: 960px) {
  .distributor_feature_number {
    font-size: 2.1rem;
  }
}
.distributor_feature_number::before {
  content: "";
  background-color: #255AA4;
  display: block;
  width: 0.71rem;
  height: 0.71rem;
  transform: rotate(45deg);
}
@media screen and (min-width: 960px) {
  .distributor_feature_number::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.distributor_feature_head {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .distributor_feature_head {
    margin-top: 2rem;
    font-size: 3.4rem;
  }
}
.distributor_feature_text {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  margin-top: 1.6rem;
}
@media screen and (min-width: 960px) {
  .distributor_feature_text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

.distributor_supportUnit {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
  margin-top: 5rem;
}
@media screen and (min-width: 960px) {
  .distributor_supportUnit {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    margin-top: 3rem;
  }
}

.distributor_support {
  padding-block: 2.69rem 3.3rem;
  padding-inline: 2.5rem;
  border-radius: 1rem;
  border: 0.3rem solid #FCFCFC;
}
@media screen and (min-width: 960px) {
  .distributor_support {
    width: calc(50% - 2rem);
    padding-block: 2rem 3.3rem;
    padding-inline: 3.8rem;
  }
}
.distributor_support_headWrap {
  padding-bottom: 2rem;
  border-bottom: max(1px, 0.1rem) solid #FCFCFC;
}
@media screen and (min-width: 960px) {
  .distributor_support_headWrap {
    padding-bottom: 1.5rem;
  }
}
.distributor_support_number {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
@media screen and (min-width: 960px) {
  .distributor_support_number {
    font-size: 1.6rem;
  }
}
.distributor_support_number__number {
  font-size: 2rem;
  position: relative;
  top: 0.2rem;
}
@media screen and (min-width: 960px) {
  .distributor_support_number__number {
    font-size: 2.8rem;
  }
}
.distributor_support_head {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3888888889;
  margin-top: 0.5rem;
}
@media screen and (min-width: 960px) {
  .distributor_support_head {
    font-size: 2.8rem;
  }
}
.distributor_support_text {
  font-family: "Noto Sans Jp", "sans-serif";
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .distributor_support_text {
    font-family: "Noto Sans Jp", "sans-serif";
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
    margin-top: 2.2rem;
  }
}/*# sourceMappingURL=for-distributor.css.map */