.p-stats {
  background: #EEF5FF;
  padding: 8rem 0 12rem;
}

.p-stats-text {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 6rem;
  text-align: center;
}

.p-stats-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 115rem;
  margin: 0 auto;
}

.p-stats-box {
  background: #fff;
  text-align: center;
  position: relative;
}

.p-stats-number {
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}

.p-stats-unit {
  font-size: 3rem;
  line-height: 1.3333333333;
  letter-spacing: 0.096em;
  font-weight: 700;
  color: #303030;
  margin-left: 0.4rem;
  -webkit-text-stroke: 0.7rem #fff;
  text-stroke: 0.7rem #fff;
  paint-order: stroke;
}

.p-stats-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: absolute;
  top: 1.5rem;
  left: 1.8rem;
  background: #005ED2;
  color: #fff;
  padding: 0.7rem 3rem;
  border-radius: 1rem 0 1rem 0;
}

.p-stats-note {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-stats-note dl + dl {
  margin-top: 1.5rem;
}

.p-stats-note-title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005ED2;
  position: relative;
  padding-left: 3rem;
}
.p-stats-note-title::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #005ED2;
  top: 50%;
  transform: translateY(-50%);
}

.p-stats-note-list {
  margin-left: 3rem;
}

.p-stats-note-small {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-stats-aws-group {
  margin-bottom: 1rem;
  display: inline-block;
}
.p-stats-aws-group + .p-stats-aws-group {
  margin-left: 3rem;
}

.p-stats-aws-label {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-stats-leave-info {
  max-width: 115rem;
  margin: 4rem auto 0;
}

.p-stats-leave-info-title {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005ED2;
  border-left: 0.2rem solid #005ED2;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}

.p-stats-leave-info-text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 2.5rem;
}

.p-stats-leave-info-text-sub {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

.p-stats-leave-info-icn {
  position: relative;
  padding-left: 2rem;
}
.p-stats-leave-info-icn::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 0.8rem;
  left: 0;
  border-radius: 50%;
  background: #005ED2;
}

.p-location {
  background: url(../../../images/recruit/infographics/bg_01_pc.png) no-repeat center center/cover;
  width: 75.6rem;
  height: 28.1rem;
}
.p-location .p-stats-number {
  position: absolute;
  top: 8rem;
  left: 6rem;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}
.p-location .p-stats-note {
  position: absolute;
  top: 5.5rem;
  left: 25rem;
}

.p-foundation {
  background: url(../../../images/recruit/infographics/bg_02_pc.png) no-repeat center center/cover;
  width: 38.6rem;
  height: 28.1rem;
}
.p-foundation .p-stats-number {
  position: absolute;
  top: 8rem;
  left: 11rem;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}

.p-aws {
  background: url(../../../images/recruit/infographics/bg_03_pc.png) no-repeat center center/cover;
  width: 57.1rem;
  height: 39.2rem;
}
.p-aws .p-stats-number {
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}
.p-aws .p-stats-aws-group-wrapper {
  position: absolute;
  top: 10rem;
  left: 8rem;
}
.p-aws .p-stats-note-small {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  text-align: left;
}

.p-years {
  background: url(../../../images/recruit/infographics/bg_04_pc.png) no-repeat center center/cover;
  width: 57.1rem;
  height: 39.2rem;
}
.p-years .p-stats-number {
  position: absolute;
  top: 10rem;
  left: 5rem;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}
.p-years .p-stats-note-small {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
}
.p-years .p-years-man {
  position: absolute;
  top: 8rem;
  right: 8rem;
}
.p-years .p-years-woman {
  position: absolute;
  bottom: 5rem;
  right: 10rem;
}
.p-years .p-years-text {
  font-size: 2.1rem;
  line-height: 1.1428571429;
  letter-spacing: 0.06em;
  font-weight: 700;
  -webkit-text-stroke: 0.3rem #fff;
  text-stroke: 0.3rem #fff;
  paint-order: stroke;
}
.p-years .p-years-man-number {
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  -webkit-text-stroke: 0.7rem #fff;
  text-stroke: 0.7rem #fff;
  paint-order: stroke;
  color: #005ED2;
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
}
.p-years .p-years-woman-number {
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 400;
  -webkit-text-stroke: 0.7rem #fff;
  text-stroke: 0.7rem #fff;
  paint-order: stroke;
  color: #FF6363;
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
}

.p-two {
  width: 59.1rem;
}

.p-paid {
  background: url(../../../images/recruit/infographics/bg_05_pc.png) no-repeat center center/cover;
  width: 59.1rem;
  height: 22.6rem;
}
.p-paid .p-stats-number {
  position: absolute;
  top: 8rem;
  left: 5rem;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}
.p-paid .p-stats-note-small {
  position: absolute;
  bottom: 3.5rem;
  left: 25rem;
}
.p-paid .p-paid-text {
  position: absolute;
  top: 8rem;
  left: 25rem;
}
.p-paid .p-paid-text02 {
  position: absolute;
  top: 12rem;
  left: 25rem;
}
.p-paid .p-paid-text-sub {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 700;
}
.p-paid .p-paid-text-number {
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  color: #005ED2;
  padding: 0 0.2rem;
}
.p-paid .p-paid-text-unit {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-job {
  background: url(../../../images/recruit/infographics/bg_06_pc.png) no-repeat center center/cover;
  width: 59.1rem;
  height: 22.6rem;
}
.p-job .p-stats-number {
  position: absolute;
  top: 8rem;
  left: 6rem;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
  margin-bottom: 1rem;
}
.p-job .p-stats-note-small {
  position: absolute;
  bottom: 5rem;
  left: 17rem;
  text-align: left;
}

.p-childcare {
  background: url(../../../images/recruit/infographics/bg_07_pc.png) no-repeat center center/cover;
  width: 55.1rem;
  height: 44.6rem;
}
.p-childcare .p-stats-number {
  position: absolute;
  top: 20rem;
  left: 6rem;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #005ED2;
}
.p-childcare .p-stats-number .m-neue-regular {
  padding-left: 4rem;
}
.p-childcare .p-stats-number-woman {
  position: absolute;
  top: 10rem;
  left: 6rem;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #FF6363;
}
.p-childcare .p-stats-note-small {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-stats {
    padding: 10.6666666667vw 0 16vw;
  }
  .p-stats-text {
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
  .p-stats-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .p-stats-number {
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
    color: #005ED2;
    margin-bottom: 2.6666666667vw;
    -webkit-text-stroke: 1.3333333333vw #fff;
    text-stroke: 1.3333333333vw #fff;
    paint-order: stroke;
  }
  .p-stats-unit {
    font-size: 6.4vw;
    line-height: 2.5;
    letter-spacing: 0.096em;
    font-weight: 700;
    margin-left: 1.0666666667vw;
    -webkit-text-stroke: 1.3333333333vw #fff;
    text-stroke: 1.3333333333vw #fff;
    paint-order: stroke;
  }
  .p-stats-title {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 700;
    top: 4.8vw;
    left: 4.8vw;
    padding: 1.3333333333vw 5.3333333333vw;
    border-radius: 2.6666666667vw 0 2.6666666667vw 0;
  }
  .p-stats-note {
    font-size: 3.4666666667vw;
    line-height: 1.6153846154;
    font-weight: 400;
  }
  .p-stats-note dl + dl {
    margin-top: 6.6666666667vw;
  }
  .p-stats-note-title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding-left: 8vw;
  }
  .p-stats-note-title::before {
    top: 3.4666666667vw;
    left: 2.6666666667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-stats-note-list {
    margin-left: 8vw;
  }
  .p-stats-note-small {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    font-weight: 400;
  }
  .p-stats-aws-group {
    margin-bottom: 2.6666666667vw;
  }
  .p-stats-aws-group + .p-stats-aws-group {
    margin-left: 8vw;
  }
  .p-stats-aws-label {
    font-size: 3.7333333333vw;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-stats-leave-info {
    max-width: 100%;
    margin: 5.3333333333vw 5.3333333333vw 0;
  }
  .p-stats-leave-info-title {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #005ED2;
    border-left: 0.5333333333vw solid #005ED2;
    padding-left: 2.6666666667vw;
    margin-bottom: 4vw;
  }
  .p-stats-leave-info-text {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
    gap: 0 6.6666666667vw;
  }
  .p-stats-leave-info-text-sub {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-stats-leave-info-icn {
    padding-left: 5.3333333333vw;
  }
  .p-stats-leave-info-icn::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.4vw;
  }
  .p-location {
    background: url(../../../images/recruit/infographics/bg_01_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 90.6666666667vw;
  }
  .p-location .p-stats-number {
    top: 10.6666666667vw;
    left: 37.3333333333vw;
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-location .p-stats-note {
    top: 37.3333333333vw;
    left: 13.3333333333vw;
  }
  .p-foundation {
    background: url(../../../images/recruit/infographics/bg_02_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 56.2666666667vw;
  }
  .p-foundation .p-stats-number {
    top: 13.3333333333vw;
    left: 37.3333333333vw;
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-aws {
    background: url(../../../images/recruit/infographics/bg_03_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 78.6666666667vw;
  }
  .p-aws .p-stats-number {
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-aws .p-stats-aws-group-wrapper {
    top: 21.3333333333vw;
    left: 10.6666666667vw;
  }
  .p-aws .p-stats-note-small {
    bottom: 10.6666666667vw;
    left: 10.6666666667vw;
  }
  .p-years {
    background: url(../../../images/recruit/infographics/bg_04_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 68.8vw;
  }
  .p-years .p-stats-number {
    position: absolute;
    top: 18.6666666667vw;
    left: 10.6666666667vw;
    font-size: 24vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-years .p-stats-number .m-neue-regular {
    margin: 0 -1.3333333333vw;
  }
  .p-years .p-stats-note-small {
    bottom: 8vw;
    left: 10.6666666667vw;
    text-align: left;
  }
  .p-years .p-years-man {
    top: 28vw;
    right: 22.6666666667vw;
  }
  .p-years .p-years-woman {
    bottom: 25.3333333333vw;
    right: 6.6666666667vw;
  }
  .p-years .p-years-text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    font-weight: 700;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    paint-order: stroke;
  }
  .p-years .p-years-man-number {
    font-size: 8vw;
    line-height: 1.0666666667;
    font-weight: 400;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    margin: 1.3333333333vw 0 0 0;
  }
  .p-years .p-years-woman-number {
    font-size: 8vw;
    line-height: 1.0666666667;
    font-weight: 400;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    margin: 1.3333333333vw 0 0 0;
  }
  .p-two {
    width: 100%;
  }
  .p-paid {
    background: url(../../../images/recruit/infographics/bg_05_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 79.7333333333vw;
  }
  .p-paid .p-stats-number {
    top: 18.6666666667vw;
    left: 26.6666666667vw;
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-paid .p-stats-note-small {
    bottom: 9.3333333333vw;
    left: 40vw;
  }
  .p-paid .p-paid-text {
    top: 48vw;
    left: 24vw;
  }
  .p-paid .p-paid-text02 {
    position: absolute;
    top: 48vw;
    left: 53.3333333333vw;
  }
  .p-paid .p-paid-text-sub {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-weight: 700;
    display: block;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    paint-order: stroke;
  }
  .p-paid .p-paid-text-number {
    font-size: 9.0666666667vw;
    line-height: 1;
    font-weight: 400;
    color: #005ED2;
    padding: 0 0.5333333333vw;
  }
  .p-paid .p-paid-text-unit {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    font-weight: 700;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    paint-order: stroke;
  }
  .p-job {
    background: url(../../../images/recruit/infographics/bg_06_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 56.2666666667vw;
  }
  .p-job .p-stats-number {
    position: absolute;
    top: 21.3333333333vw;
    left: 16vw;
    font-size: 26.6666666667vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-job .p-stats-note-small {
    bottom: 9.3333333333vw;
    left: 40vw;
    -webkit-text-stroke: 0.8vw #fff;
    text-stroke: 0.8vw #fff;
    paint-order: stroke;
  }
  .p-childcare {
    background: url(../../../images/recruit/infographics/bg_07_sp.png) no-repeat center center/cover;
    width: 98.9333333333vw;
    height: 89.0666666667vw;
  }
  .p-childcare .p-stats-number {
    position: absolute;
    top: 45.3333333333vw;
    left: 10.6666666667vw;
    font-size: 24vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-childcare .p-stats-number .m-neue-regular {
    padding-left: 2.6666666667vw;
    margin: 0 -0.8vw;
  }
  .p-childcare .p-stats-number-woman {
    top: 21.3333333333vw;
    left: 10.6666666667vw;
    font-size: 24vw;
    line-height: 1;
    font-weight: 700;
  }
  .p-childcare .p-stats-number-woman .m-neue-regular {
    margin: 0 -0.8vw;
  }
  .p-childcare .p-stats-note-small {
    bottom: 10.6666666667vw;
    left: 10.6666666667vw;
  }
}
