.fast-charging .flex[data-v-3c3d2c25] {
  align-items: flex-start;
  margin: 0 var(--gutter);
  gap: clamp(40px, 6.25vw, 90px);
}
@media screen and (max-width: 1023.98px) {
.fast-charging .flex[data-v-3c3d2c25] {
    flex-direction: column-reverse;
    align-items: center;
}
}
.fast-charging .text-content[data-v-3c3d2c25] {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.2222222222vw, 32px);
}
@media screen and (min-width: 1024px) {
.fast-charging .text-content[data-v-3c3d2c25] {
    flex: 1 1 568px;
}
}
.fast-charging .text-content .title[data-v-3c3d2c25] {
  font-size: var(--h4);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  white-space: pre-wrap;
}
.fast-charging .text-content .desc[data-v-3c3d2c25] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  white-space: pre-wrap;
  line-height: 2;
}
.fast-charging .chart-content[data-v-3c3d2c25] {
  text-align: center;
}
@media screen and (min-width: 1024px) {
.fast-charging .chart-content[data-v-3c3d2c25] {
    flex: 1 1 654px;
}
}
.fast-charging .chart-content .svg-wrap[data-v-3c3d2c25] {
  width: clamp(223px, 20.8333333333vw, 300px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(22px, 2.7777777778vw, 40px);
}
.fast-charging .chart-content .svg-wrap .tip[data-v-3c3d2c25] {
  background-color: var(--text-bk-primary);
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: clamp(59px, 5.0694444444vw, 73px);
  padding-top: clamp(11px, 1.1111111111vw, 16px);
  padding-inline: clamp(20px, 1.8055555556vw, 26px);
  white-space: nowrap;
  font-size: 18px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-wh-primary);
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP-Medium";
  position: relative;
}
@media screen and (max-width: 1023.98px) {
.fast-charging .chart-content .svg-wrap .tip[data-v-3c3d2c25] {
    font-size: 16px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-wh-primary);
}
}
.fast-charging .chart-content .svg-wrap .tip[data-v-3c3d2c25]::after {
  content: "";
  position: absolute;
  border: clamp(13px, 1.0416666667vw, 15px) solid transparent;
  border-top-color: var(--text-bk-primary);
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% - 4px);
}
.fast-charging .chart-content .svg-wrap .tip[data-v-3c3d2c25] span {
  letter-spacing: 0.05em;
  font-size: 24px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-wh-primary);
  font-family: "Noto Sans JP-Medium";
}
@media screen and (max-width: 1023.98px) {
.fast-charging .chart-content .svg-wrap .tip[data-v-3c3d2c25] span {
    font-size: 22px;
    font-family: "Montserrat-Medium", "NotoSansJP-Medium";
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-wh-primary);
}
}
.fast-charging .chart-content .svg-wrap svg[data-v-3c3d2c25] {
  width: 100%;
  height: 100%;
}
.fast-charging .chart-content .chart-name[data-v-3c3d2c25] {
  font-size: 14px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-secondary1);
  fill: var(--text-bk-secondary1);
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.fast-charging .chart-content .progress-value[data-v-3c3d2c25] {
  font-size: 52px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  fill: var(--text-bk-subheading);
}
.fast-charging .chart-content .progress-unit[data-v-3c3d2c25] {
  font-size: 38px;
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  fill: var(--text-bk-subheading);
}
.fast-charging .chart-content .progress[data-v-3c3d2c25] {
  transition: stroke-dasharray 2s ease-out;
}