.number_fv{
    background: url("../img/engineering_number/number_title_banner_pc.webp") center / cover no-repeat;
    border-radius: var(--radius);
    min-height: 220px;
    margin-top: 18px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 18px auto 0;
    width: min(1100px, 92%);
}
.number_fv h1{
    margin: 0;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.2;
    font-size: clamp(26px, 3vw, 40px);
    color: #1C2B59;
}
.number_fv .en_small{
    display: block;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: .12em;
    font-size: 18px;
}
.people-stats{
  width: min(1100px, 92%);
  margin: 0 auto;
  padding: 40px 0 70px;
}
.people-stats *{
  box-sizing: border-box;
}
.people-stats img{
  width: 100%;
  height: auto;
  display: block;
}
/* ---- 見出し（指定形式に合わせる） ---- */
.section__heading{
  margin: 0 0 18px;
}
.section__heading h3{
  margin: 5% 0 10px !important;
  font-size: 28px;
  font-weight: 800;
  color: #1C2B59;
  letter-spacing: .02em;
}
.section__line{
  height: 2px;
  width: 100%;
  background: rgba(28, 43, 89, .55);
}
.people-stats__talk{
  width: min(240px, 60%);
  margin: 10px 0 14px;
}

/* どんな人がいるの？ */
.people-stats__grid-top{
  display: grid;
  grid-template-columns: 52% 46%;
  gap: 18px 22px;
  align-items: start;
}
.people-stats__right-cards{
  display: grid;
  gap: 16px;
}
.people-stats__age-graph,
.people-stats__card{
  border-radius: 18px;
  overflow: hidden;
}

/* いろんな比率 */
.people-stats__grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: start;
}
.people-stats__img{
  border-radius: 18px;
  overflow: hidden;
}

/* 売上高 */
.people-stats__wide{
  border-radius: 18px;
  overflow: hidden;
}
/* 残業時間 */
.people-stats__overtime{
  width: min(520px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}
.people-stats__block--last{
  margin-bottom: 0;
}

.number_note {
    font-size: 14px;
    text-align: end;
    color: #2D3A66;
}
.number_note_overtime {
    font-size: 14px;
    text-align: end;
    color: #2D3A66;
    width: min(520px, 100%);
    margin: auto;
}

@media (max-width: 767px){
  .number_fv{
    display: block;
    max-width: 90%;
    margin: 56px auto 0;
    border-radius: 0 0px 10px 10px;
    background: url(../img/engineering_number/number_title_banner_sp.webp) center / cover no-repeat;
    min-height: 80px;
    padding: 18px 18px;
  }
  .number_fv h1{
    font-size: 28px;
  }
  .number_fv .en_small{
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: normal;
  }
  .people-stats{
    padding: 26px 0 56px;
  }
  .section__heading h3{
    margin: 10% 0 10px !important;
    font-size: 24px;
  }
  .people-stats__talk{
    width: min(180px, 100%);
    margin: 8px 0 12px;
  }
  .people-stats__grid-top{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .people-stats__grid-3{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .number_note {
    text-align: center;
  }
  .number_note_overtime {
    text-align: center;
  }
}