.p-breadcrumb .l-section__wrap {
  padding: 16px 0;
}

.content._txt-white {
  color: #FCFDFD;
}

.chart .l-section__wrap {
  padding: 48px 0 0;
}
@media screen and (max-width: 767.9px) {
  .chart .l-section__wrap {
    padding: 24px 0 0;
  }
}
.chart .chart__unit {
  position: relative;
  width: 100%;
  max-width: 934px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .chart .chart__unit {
    width: 100%;
  }
}
.chart .chart__unit::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(117, 126, 154) 0%, #595F76 75%);
  -webkit-mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_blue.svg");
          mask-image: url("/wordpress/wp-content/themes/referral_race/assets/img/logo_race_blue.svg");
  -webkit-mask-size: 120% auto;
          mask-size: 120% auto;
  -webkit-mask-position: center center;
          mask-position: center center;
  opacity: 0;
  transition: opacity 1.5s ease 0s;
}
@media screen and (max-width: 767.9px) {
  .chart .chart__unit::before {
    width: 76%;
    height: 76%;
    top: 12%;
    left: 12%;
    -webkit-mask-size: 190% auto;
            mask-size: 190% auto;
  }
}
.chart .chart__unit.is-show::before {
  opacity: 1;
}
.chart .chart__unit .logo {
  position: absolute;
  width: 33.8078291815%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=business.css.map */