/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 07:21:22 */
:root {
  --card-pink-light: rgba(239, 197, 211, 0.2);
  --card-pink-solid: #fde5ed;
}

.page-number {
  font-family: "M PLUS Rounded 1c", sans-serif;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1160px;
  margin: 40px auto;
}

/* タブレット幅: 2カラム */
@media (max-width: 1024px) {
  .page-number {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px;
  }
}

/* スマホ幅: 1カラム・幅100% */
@media (max-width: 640px) {
  .page-number {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 16px;
    margin: 24px auto;
  }
}

.stat-card {
  position: relative;
  width: 100%;
  aspect-ratio: 360 / 200;
  border-radius: 8px;
  container-type: inline-size;
}

.stat-card:nth-child(odd) {
  background: var(--card-pink-light);
}

.stat-card:nth-child(even) {
  background: var(--card-pink-solid);
}

.stat-card__icon {
  position: absolute;
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.stat-card__body {
  position: absolute;
  top: 13.056cqw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stat-card__value {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 22.778cqw;
  color: var(--vk-color-primary);
  font-weight: 500;
  white-space: nowrap;
}

.stat-card__number {
  font-size: 17.778cqw;
  line-height: 1;
}

.stat-card__unit {
  font-size: 6.667cqw;
  line-height: 1;
}

.stat-card__label {
  margin: 0;
  font-weight: 400;
  font-size: 4.444cqw;
  line-height: 1.5;
  color: var(--vk-color-text-body);
  text-align: center;
  white-space: nowrap;
}

/* 従業員数 */
#card-employeeCount .stat-card__icon {
  left: 3.611cqw;
  top: 9.444cqw;
  width: 50.394cqw;
}
#card-employeeCount .stat-card__body {
  left: 29.722cqw;
  width: 40.278cqw;
}

/* 事業所（埼玉・東京） */
#card-officeLocation .stat-card__icon {
  left: 3.889cqw;
  top: 11.944cqw;
  width: 39.869cqw;
}
#card-officeLocation .stat-card__body {
  left: 29.722cqw;
  width: 44.444cqw;
}
#card-officeLocation .stat-card__label {
  white-space: normal;
}

/* リハ職離職率 */
#card-turnoverRate .stat-card__icon {
  left: 3.889cqw;
  top: 14.167cqw;
  width: 57.219cqw;
}
#card-turnoverRate .stat-card__body {
  left: 36.667cqw;
  width: 26.667cqw;
}

/* 子育て中スタッフ */
#card-parentingStaff .stat-card__icon {
  left: 5cqw;
  top: 14.444cqw;
  width: 41.783cqw;
}
#card-parentingStaff .stat-card__body {
  left: 29.722cqw;
  width: 35.556cqw;
}

/* オンコール平均出動 */
#card-oncallDispatch .stat-card__icon {
  left: 7.861cqw;
  top: 9.444cqw;
  width: 43.492cqw;
}
#card-oncallDispatch .stat-card__body {
  left: 29.722cqw;
  width: 40cqw;
}

/* 有給取得率 */
#card-paidLeaveRate .stat-card__icon {
  left: 3.611cqw;
  top: 6.389cqw;
  width: 35.039cqw;
}
#card-paidLeaveRate .stat-card__body {
  left: 35.278cqw;
  width: 29.167cqw;
}

/* 独り立ちまでの研修 */
#card-trainingProgram .stat-card__icon {
  left: 6.111cqw;
  top: 18.889cqw;
  width: 42.144cqw;
}
#card-trainingProgram .stat-card__body {
  left: 30cqw;
  width: 40cqw;
}

/* 勉強会費用補助/回 */
#card-studySubsidy .stat-card__icon {
  left: 8.056cqw;
  top: 18.333cqw;
  width: 35.833cqw;
}
#card-studySubsidy .stat-card__body {
  left: 15.833cqw;
  width: 68.056cqw;
}

/* 月平均残業 */
#card-overtimeHours .stat-card__icon {
  left: 8.333cqw;
  top: 11.111cqw;
  width: 36.667cqw;
}
#card-overtimeHours .stat-card__body {
  left: 32.5cqw;
  width: 35.833cqw;
}

/* 週4正社員の年間休日 */
#card-annualHolidays .stat-card__icon {
  left: 5.556cqw;
  top: 11.111cqw;
  width: 41.667cqw;
}
#card-annualHolidays .stat-card__body {
  left: 26.389cqw;
  width: 46.944cqw;
}

/* スマホ全員支給 */
#card-smartphone .stat-card__icon {
  left: 5cqw;
  top: 6.389cqw;
  width: 28.889cqw;
}
#card-smartphone .stat-card__body {
  left: 21.944cqw;
  width: 58.056cqw;
}

/* 訪問記録 */
#card-aiRecord .stat-card__icon {
  left: 4.722cqw;
  top: 7.222cqw;
  width: 44.661cqw;
}
#card-aiRecord .stat-card__body {
  left: 33.889cqw;
  width: 30.833cqw;
}
