.numberUncount02-01-section {
  width: 100%;
  padding: 20px 0;
}

.numberUncount02-01-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
}

.numberUncount02-01-section {
  gap: 2.5rem;
  padding: 2.5rem 1.5rem;
}

.numberUncount02-01-item {
  text-align: center;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.numberUncount02-01-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: .5rem;
}

/* 円グラフ */
.numberUncount02-01-circle {
  width: 260px;
  height: 260px;
  position: relative;
  margin: 1.5rem auto; 
}

.numberUncount02-01-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.numberUncount02-01-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.numberUncount02-01-seg {
  fill: none;
  stroke-width: 3.8;
  stroke-linecap: butt;
  transition: stroke-dasharray 0.8s ease, stroke-dashoffset 0.8s ease;
}

/* 中央文字 */
.numberUncount02-01-label-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
}

.numberUncount02-01-label-center .line1 {
  color: #26b4a4;
  font-size: 2rem;
  line-height: 80%;
  margin-top: 1rem;
}

.numberUncount02-01-label-center .line2 {
  font-size: 2.2rem;
}

/* 下の説明文 */
.numberUncount02-01-label {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* レスポンシブ */
@media (max-width: 920px) {
  /*.numberUncount02-01-circle { width: 100px; height: 100px; }*/
  .numberUncount02-01-label-center .line1,
}
