.p-data + .p-data {
  margin-top: 106px;
}
@media all and (max-width: 915px) {
  .p-data + .p-data {
    margin-top: 62px;
  }
}
.p-data__card {
  --gap-pc: 16;
  --gap-sp: 0;
  --pt-pc: 12;
  --pt-sp: 12;
  --pb-pc: 9;
  --pb-sp: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 15.0520833333vw;
  height: 100%;
  border: 3px solid rgba(0, 113, 197, .8);
  background-color: #fff;
  padding: 1.3020833333vw .2604166667vw calc(var(--pb-pc)/1920*100vw);
  gap: calc(var(--gap-pc)*1px/1920*100vw);
}
@media all and (min-width: 1920px) {
  .p-data__card {
    min-height: 289px;
    padding: calc(var(--pt-pc)*1px) 5px calc(var(--pb-pc)*1px);
    gap: calc(var(--gap-pc)*1px);
  }
}
@media all and (max-width: 915px) {
  .p-data__card {
    justify-content: flex-start;
    padding: calc(var(--pt-sp)*1px) 5px calc(var(--pb-sp)*1px);
    gap: calc(var(--gap-sp)*1px);
    border-width: 2px;
  }
}
.p-data__card--small {
  min-height: 11.1979166667vw;
}
@media all and (min-width: 1920px) {
  .p-data__card--small {
    min-height: 215px;
  }
}
.p-data__card--blue {
  border: none;
  background-color: rgba(0, 113, 197, .8);
}
.p-data__card--blue .p-data__title {
  color: #fff;
}
.p-data__card--blue .p-data__stat {
  color: #fff;
}
.p-data__card--white {
  border: 3px solid rgba(0, 113, 197, .8);
  background-color: #fff;
}
.p-data__card--white .p-data__title {
  color: #0071c5;
}
.p-data__card--white .p-data__stat {
  color: #0071c5;
}
.p-data__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media all and (max-width: 915px) {
  .p-data__list {
    gap: 20px 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-data__list > li {
  width: calc(33.3333333333% - 13.3333333333px);
}
@media all and (min-width: 916px)and (max-width: 1099px) {
  .p-data__list > li {
    width: calc(50% - 10px);
  }
}
@media all and (max-width: 915px) {
  .p-data__list > li {
    width: calc(50% - 7.5px);
  }
}
.p-data__list > li:nth-child(even) .p-data__card {
  border: none;
  background-color: rgba(0, 113, 197, .8);
}
.p-data__list > li:nth-child(even) .p-data__title {
  color: #fff;
}
.p-data__list > li:nth-child(even) .p-data__stat {
  color: #fff;
}
.p-data__list > li:nth-child(even) .p-data__card--white {
  border: 3px solid rgba(0, 113, 197, .8);
  background-color: #fff;
}
.p-data__list > li:nth-child(even) .p-data__card--white .p-data__title {
  color: #0071c5;
}
.p-data__list > li:nth-child(even) .p-data__card--white .p-data__stat {
  color: #0071c5;
}
@media all and (max-width: 915px) {
  .p-data__list--first-full > li:first-child {
    width: 100%;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--first-full > li:first-child .p-data__card {
    align-items: flex-start;
    padding: calc(var(--pt-sp)*1px) 6px calc(var(--pb-sp)*1px) 15px;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--first-full > li:first-child .p-data__detail {
    flex-direction: row;
    align-self: center;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--first-full > li:first-child .p-data__icon {
    margin-left: 10px;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--first-full > li:first-child .p-data__stat {
    margin-top: -32px;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--sp-full > li {
    width: 100%;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--sp-full > li .p-data__card {
    border-width: 3px;
    align-items: flex-start;
    padding: calc(var(--pt-sp)*1px) 6px calc(var(--pb-sp)*1px) 15px;
  }
}
.p-data__list--sp-full > li .p-data__detail {
  --ml-sp: 35;
}
@media all and (max-width: 915px) {
  .p-data__list--sp-full > li .p-data__detail {
    flex-direction: row;
    margin-left: calc(var(--ml-sp)*1px);
  }
}
.p-data__list--column-2 {
  gap: 30px 21px;
}
@media all and (max-width: 915px) {
  .p-data__list--column-2 {
    gap: 20px 0;
  }
}
.p-data__list--column-2 > li {
  width: calc(50% - 10.5px);
}
@media all and (max-width: 915px) {
  .p-data__list--column-2 > li {
    width: 100%;
  }
}
.p-data__list--column-2 .p-data__card {
  min-height: 19.6354166667vw;
}
@media all and (min-width: 1920px) {
  .p-data__list--column-2 .p-data__card {
    min-height: 377px;
  }
}
@media all and (max-width: 915px) {
  .p-data__list--column-2 .p-data__card {
    border-width: 3px;
  }
}
.p-data__title {
  font-size: 1.1458333333vw;
  font-weight: 600;
  line-height: 1.4090909091;
  color: #0071c5;
}
@media all and (min-width: 1920px) {
  .p-data__title {
    display: flex;
    align-items: center;
  }
}
@media all and (min-width: 916px) {
  .p-data__title {
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 915px) {
  .p-data__title {
    font-size: min(1rem, 4.2666666667vw);
    line-height: 1;
    text-align: center;
  }
}
@media all and (min-width: 916px)and (max-width: 1023px) {
  .p-data__title--column {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media all and (max-width: 915px) {
  .p-data__title--column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-data__small {
  font-size: .7291666667vw;
  line-height: 2;
  margin-left: .46875vw;
}
@media all and (min-width: 1920px) {
  .p-data__small {
    font-size: .875rem;
    margin-left: 9px;
  }
}
@media all and (max-width: 915px) {
  .p-data__small {
    font-size: min(.875rem, 3.7333333333vw);
    margin-left: 0;
  }
}
.p-data__detail {
  --gap-pc: 9;
  --gap-sp: 0;
  --mr-sp: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--gap-pc)/1920*100vw);
}
@media all and (min-width: 1920px) {
  .p-data__detail {
    gap: calc(var(--gap-pc)*1px);
  }
}
@media all and (max-width: 915px) {
  .p-data__detail {
    gap: calc(var(--gap-sp)*1px);
  }
}
.p-data__detail--column {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 915px) {
  .p-data__detail--column {
    margin-right: calc(var(--mr-sp)*1px);
  }
}
@media all and (min-width: 916px)and (max-width: 1239px) {
  .p-data__detail--work {
    gap: 3px;
  }
}
@media all and (min-width: 916px)and (max-width: 1023px) {
  .p-data__detail--employee {
    gap: 10px;
  }
}
@media all and (min-width: 916px)and (max-width: 999px) {
  .p-data__detail--employee .p-data__icon {
    width: 80px;
  }
}
.p-data__icon {
  --mt-sp: 0;
  text-align: center;
}
@media all and (max-width: 915px) {
  .p-data__icon {
    margin-top: calc(var(--mt-sp)*1px);
  }
}
.p-data__icon > img {
  --width-pc: 134;
  --width-sp: 112;
  width: calc(var(--width-pc)/1920*100vw);
  margin: 0 auto;
}
@media all and (min-width: 1920px) {
  .p-data__icon > img {
    width: calc(var(--width-pc)*1px);
  }
}
@media all and (max-width: 915px) {
  .p-data__icon > img {
    width: calc(var(--width-sp)*1px);
  }
}
.p-data__icon--baby {
  position: relative;
}
@media all and (min-width: 916px) {
  .p-data__icon--baby {
    top: .46875vw;
    left: -.6770833333vw;
  }
}
@media all and (min-width: 1920px) {
  .p-data__icon--baby {
    top: 9px;
    left: -13px;
  }
}
.p-data__stat {
  color: #0071c5;
  gap: .5208333333vw;
}
@media all and (min-width: 1920px) {
  .p-data__stat {
    gap: 10px;
  }
}
@media all and (max-width: 389px) {
  .p-data__stat--association {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.p-data__stat-item {
  --mt-pc: 18;
  --mt-sp: 9;
  --align-sp: center;
  margin-top: calc(var(--mt-pc)/1920*100vw);
}
@media all and (min-width: 1920px) {
  .p-data__stat-item {
    margin-top: calc(var(--mt-pc)*1px);
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-item {
    text-align: var(--align-sp);
    margin-top: calc(var(--mt-sp)*1px);
  }
}
.p-data__stat-number {
  font-size: 2.8645833333vw;
  font-weight: 600;
  line-height: 1.3636363636;
  letter-spacing: -0.1em;
}
@media all and (min-width: 1920px) {
  .p-data__stat-number {
    font-size: 3.4375rem;
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-number {
    font-size: min(2.375rem, 9.7435897436vw);
    line-height: 1.3;
  }
}
.p-data__stat-number--align-right {
  --width-pc: auto;
  --width-sp: auto;
  --pr-pc: 0;
  --pr-sp: 0;
  width: calc(var(--width-pc)/1920*100vw);
  display: inline-flex;
  justify-content: flex-end;
  padding-right: calc(var(--pr-pc)/1920*100vw);
}
@media all and (min-width: 1920px) {
  .p-data__stat-number--align-right {
    width: var(--width-pc);
    padding-right: calc(var(--pr-pc)*1px);
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-number--align-right {
    width: var(--width-sp);
    padding-right: calc(var(--pr-sp)*1px);
  }
}
.p-data__stat-comma {
  font-size: 2.1875vw;
  font-weight: 600;
  line-height: 1.380952381;
  letter-spacing: -0.08em;
}
@media all and (min-width: 1920px) {
  .p-data__stat-comma {
    font-size: 2.625rem;
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-comma {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-data__stat-text {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.1666666667;
  letter-spacing: .1em;
}
@media all and (min-width: 1920px) {
  .p-data__stat-text {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-text {
    font-size: min(1rem, 4.2666666667vw);
    line-height: 1;
  }
}
.p-data__stat-number + .p-data__stat-text {
  padding-left: .3125vw;
}
@media all and (min-width: 1920px) {
  .p-data__stat-number + .p-data__stat-text {
    padding-left: 6px;
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-number + .p-data__stat-text {
    padding-left: 3px;
  }
}
.p-data__stat-lead {
  display: flex;
  font-size: 1.0416666667vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
}
@media all and (min-width: 1920px) {
  .p-data__stat-lead {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 915px) {
  .p-data__stat-lead {
    font-size: 1rem;
    justify-content: center;
  }
}