.p-entry-complete {
  padding: 40px 0;
  text-align: center;
}

.p-entry-complete .c-title01 {
  margin-bottom: 24px;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.35;
}

.p-entry-complete .c-title01 span {
  display: block;
  margin-top: 8px;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.25;
}

.p-entry-complete p {
  margin: 0 0 12px;
  line-height: 1.8;
}

.p-entry-complete__number {
  margin: 32px 0;
}

.p-entry-complete__number-label {
  margin-bottom: 8px;
}

.p-entry-complete__number-value {
  margin: 0;
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 700;
  line-height: 1;
}