.p-number {
  background: #d7eaf8;
  padding: 8.7rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-number {
    position: relative;
    padding: 3.4rem 1.9rem 6.7rem;
  }
  .p-number::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.8rem;
    background: #fff;
  }
}
.p-number__wrap {
  max-width: 100rem;
  margin: 0 auto;
}
.p-number__ttl {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #3064db;
  line-height: 1;
  margin: 0 0 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-number__ttl {
    justify-content: space-between;
    gap: 0;
    letter-spacing: 0.15em;
    margin: 0 0 6rem;
  }
}
.p-number__en {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #acc1f1;
}
@media screen and (max-width: 767px) {
  .p-number__en {
    letter-spacing: 0;
  }
}
.p-number-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-number-list {
    flex-flow: column;
  }
}
.p-number-list__item {
  position: relative;
  width: calc(50% - 2rem);
  height: 26rem;
  background: #fff;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-number-list__item {
    width: 100%;
    height: 18.2rem;
    padding: 2.5rem 0 0;
  }
}
.p-number-list__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__ttl {
    font-size: 2.2rem;
    margin: 0 0 1.2rem;
  }
}
.p-number-list__num {
  font-size: 13rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #308ddb;
}
@media screen and (max-width: 767px) {
  .p-number-list__num {
    font-size: 10rem;
  }
}
.p-number-list__small {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__small {
    font-size: 7rem;
  }
}
.p-number-list__unit {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__unit {
    font-size: 3.6rem;
  }
}
.p-number-list__notes {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__notes {
    font-size: 1rem;
  }
}
.p-number-list__img {
  position: absolute;
}
.p-number-list__img--01 {
  width: 9.4rem;
  bottom: 1.5rem;
  left: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--01 {
    left: -0.9rem;
    bottom: -1.1rem;
    width: 6.5rem;
  }
}
.p-number-list__img--02 {
  width: 16rem;
  top: 4rem;
  right: -2.2rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--02 {
    top: 2rem;
    right: -1rem;
    width: 11rem;
  }
}
.p-number-list__img--03 {
  width: 51.5rem;
  top: 5.4rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--03 {
    width: 35rem;
    top: 2.7rem;
    left: -0.5rem;
  }
}
.p-number-list__img--04 {
  width: 6.8rem;
  top: 2.2rem;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--04 {
    top: 1rem;
    right: -0.5rem;
    width: 4.75rem;
  }
}
.p-number-list__img--05 {
  width: 42.6rem;
  top: 4.2rem;
  left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--05 {
    top: 3rem;
    left: 2.5rem;
    width: 30rem;
  }
}
.p-number-list__img--06 {
  width: 10rem;
  bottom: -2.1rem;
  left: -1rem;
}
@media screen and (max-width: 767px) {
  .p-number-list__img--06 {
    width: 7rem;
    left: -0.5rem;
    bottom: -1rem;
  }
}
.p-number-list-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-number-list-column {
    gap: 0 1rem;
  }
}
.p-number-list-column__ttl {
  text-align: center;
  color: #308ddb;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-number-list-column__ttl {
    font-size: 1.5rem;
  }
}
.p-number-list-column__ttl--career {
  padding: 0 3.5em 0 0;
}
.p-number-list-column__ttl--parental {
  padding: 0 2em 0 0;
}
.p-number-list-column__num {
  font-size: 12rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #308ddb;
}
@media screen and (max-width: 767px) {
  .p-number-list-column__num {
    font-size: 9rem;
  }
}
.p-number-list-column__small {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-number-list-column__small {
    font-size: 4rem;
  }
}
.p-number-list-column__unit {
  font-size: 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-number-list-column__unit {
    font-size: 3rem;
  }
}
.p-number-list-graph {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 3.2rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph {
    padding: 2.5rem 0 13.5rem;
  }
}
.p-number-list-graph__img {
  position: absolute;
  bottom: -7rem;
  left: -2.4rem;
  width: 100.5rem;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__img {
    width: 30.4rem;
    bottom: 1rem;
    left: 1.5rem;
  }
}
.p-number-list-graph__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 88.3rem;
  height: 39.3rem;
  background: url(../img/number/bg_graph.svg) 0 0/100% auto no-repeat;
  padding: 0 5.5rem 1.55rem 16.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__inner {
    flex-flow: column;
    align-items: flex-start;
    gap: 2rem 0;
    width: 100%;
    height: auto;
    background: url(../img/number/bg_graph_sp.svg) 2.4rem 0/calc(100% - 3.5rem) auto no-repeat;
    padding: 6.2rem 1.1rem 3.2rem 2.75rem;
  }
}
.p-number-list-graph__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-flow: column;
  position: relative;
  width: 10.8rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row;
    width: 100%;
    height: 6.6rem;
  }
}
.p-number-list-graph__item:last-child .p-number-list-graph__bar {
  background: #2a82c5;
}
.p-number-list-graph__num {
  flex: 0 0 auto;
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #2a82c5;
  text-align: center;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__num {
    order: 2;
    font-size: 2.4rem;
    padding: 0 0 0 0.5rem;
  }
}
.p-number-list-graph__bar {
  background: #a5ccec;
  width: 100%;
  height: 100%;
}
.p-number-list-graph__bar-wrap {
  width: 100%;
  height: 0;
  transition: height 1.2s ease-out, width 1.2s ease-out;
}
.is-active .p-number-list-graph__bar-wrap {
  height: var(--bar-size-pc);
}
@media screen and (max-width: 767px) {
  .is-active .p-number-list-graph__bar-wrap {
    width: var(--bar-size-sp);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__bar-wrap {
    width: 0;
    height: 100%;
    order: 1;
  }
}
.p-number-list-graph__year {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  width: 9.4rem;
  height: 9.4rem;
  background: #fff;
  border-radius: 100%;
  font-size: 3.6rem;
  text-align: center;
  line-height: 1;
  color: #2a82c5;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  padding: 2.5rem 0 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__year {
    top: 50%;
    bottom: auto;
    left: -2.4rem;
    width: 5.6rem;
    height: 5.6rem;
    font-size: 2.4rem;
    padding: 1.5rem 0 0;
    transform: translateY(-50%);
  }
}
.p-number-list-graph__unit {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-number-list-graph__unit {
    font-size: 1.2rem;
  }
}