@charset "UTF-8";
/* CSS Document */

.fixd__button {
  display: none !important;
}

body {
  background: #F4F4F4;
}

.page-header__top img {
  min-height: 350px;
  object-fit: cover;
}

.number {
  padding-bottom: 300px;
}

.number-title {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: solid 1px #000000;
  margin-bottom: 50px;
}

.number-title h2 {
  font-size: 8.2rem;
  font-weight: 700;
  color: var(--green);
}

.number-title p {
  font-size: 4.2rem;
}

.number__ul {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.number__ul__li {
  position: relative;
  padding: 100px 0;
  border-radius: 50px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.number__ul__liFlex__ul__li {
  position: relative;
  padding: 100px 0;
  border-radius: 45px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.number__ul__li h3 {
  position: absolute;
  top: 100px;
  left: 5%;
  font-size: 4rem;
  font-weight: 700;
}

.number__ul__li__wapper {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 599px) {

  .number-title h2 {
    font-size: 2.8rem;
  }

  .number-title p {
    font-size: 1.6rem;
  }

  .number__ul__li h3 {
    font-size: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}



/* sec1 */

.number__ul__li__wapper__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}

.number__ul__li__wapper__contents__left {
  text-align: center;
  margin-top: 5%;
  width: 180px;
}

.number__ul__li__wapper__contents__left h4 {
  font-size: 4rem;
  font-weight: 700;
}

.number__ul__li__wapper__contents__left p {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: 1;
  color: #00a76a;
}

.number__ul__li__wapper__contents__left .sec1-1__countuUp {
  font-size: 10rem;
}


.number__ul__li__wapper__contents__center {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  min-width: 350px;
}

.number__ul__li__wapper__contents__center__left,
.number__ul__li__wapper__contents__center__right {
  width: 37.5%;
  position: relative;
}

.sec1-1-after,
.sec1-3-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 1s;
  clip-path: inset(100% 0 0 0);
}

.sec1-active .sec1-1-after,
.sec1-active .sec1-3-after {
  clip-path: inset(0 0 0 0);
}

.number__ul__li__wapper__contents__center__center {
  width: 25%;
}


.number__ul__li__wapper__contents__right {
  text-align: center;
  margin-top: 5%;
  width: 180px;
}

.number__ul__li__wapper__contents__right h4 {
  font-size: 4rem;
  font-weight: 700;
}

.number__ul__li__wapper__contents__right p {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: 1;
  color: #00b4aa;
}

.number__ul__li__wapper__contents__right .sec1-2__countuUp {
  font-size: 10rem;
}

@media (max-width: 1025px) {
  .number__ul__li {
    padding: 50px 0;
  }

  .sec1 {
    padding-bottom: 230px;
  }

  .number__ul__li h3 {
    top: 50px;
    width: 100%;
  }

  .number__ul__li__wapper__contents {
    width: 350px;
    margin: 90px auto 0;
    position: relative;
  }

  .number__ul__li__wapper__contents__center {
    width: 100%;
  }

  .number__ul__li__wapper__contents__left {
    position: absolute;
    bottom: -170px;
    left: -5%;
  }

  .number__ul__li__wapper__contents__right {
    position: absolute;
    bottom: -170px;
    right: -7.5%;
  }
}

@media (max-width: 599px) {

  .sec1 {
    padding-bottom: 150px;
  }

  .number__ul__li__wapper__contents {
    margin-top: 60px;
    width: 100%;
    max-width: 300px;
  }

  .number__ul__li__wapper__contents__center {
    justify-content: space-between;
    min-width: auto;
  }

  .number__ul__li__wapper__contents__center__left,
  .number__ul__li__wapper__contents__center__right {
    width: 30%;
  }

  .number__ul__li__wapper__contents__center__center {
    width: 20%;
  }

  .number__ul__li__wapper__contents__left h4 {
    font-size: 1.4rem;
  }

  .number__ul__li__wapper__contents__left p {
    font-size: 2.5rem;
  }

  .number__ul__li__wapper__contents__left .sec1-1__countuUp {
    font-size: 5rem;
  }

  .number__ul__li__wapper__contents__left {
    bottom: -90px;
    left: -2%;
    width: 100px;
  }

  .number__ul__li__wapper__contents__right h4 {
    font-size: 1.4rem;
  }

  .number__ul__li__wapper__contents__right .sec1-2__countuUp {
    font-size: 5rem;
  }

  .number__ul__li__wapper__contents__right p {
    font-size: 2.5rem;
  }

  .number__ul__li__wapper__contents__right {
    position: absolute;
    bottom: -90px;
    right: -2%;
    width: 100px;
  }
}

/* sec2 */

.number2__ul__li__wapper__contents__human {
  position: relative;
  width: 30%;
  margin: 15% 0 0 27.5%;
}

.number2__ul__li__wapper__contents__human img {
  position: relative;
  z-index: 10;
}

.number2__ul__li__wapper__contents__graph {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -50%;
  right: -75%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  display: block;
}

.number2__ul__li__wapper__contents__graph__count__number {
  position: absolute;
  width: 90%;
  left: 57.5%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.number2__ul__li__wapper__contents__graph__count__number {
  font-size: min(5rem, 3vw);
  font-weight: 700;
  letter-spacing: -0.2rem;
  color: var(--green);
  position: absolute;
  width: 90%;
  left: 57.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.number2__ul__li__wapper__contents__graph__countUp {
  font-size: min(10rem, 6vw);
}

.sec2-graph__circle {
  scale: 1.75;
  rotate: 180deg;
  transform-origin: center;
  fill: none;
  stroke: #22c655;
  stroke-width: 3px;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: 1s;
}

.sec2-active .sec2-graph__circle {
  stroke-dasharray: 178;
}

@media (max-width: 1025px) {
  .number2__ul__li__wapper__contents__human {
    position: relative;
    width: 300px;
    margin: 200px auto 0;
    transform: translateX(-100px);
  }

  .number2__ul__li__wapper__contents__graph__countUp {
    font-size: 7rem;
  }

  .number2__ul__li__wapper__contents__graph__count__number {
    font-size: 4rem;
    margin-left: -5px;
  }
}

@media (max-width: 599px) {
  .number2__ul__li__wapper__contents__human {
    position: relative;
    width: 175px;
    margin: 175px auto 0;
    transform: translateX(-50px);
  }

  .number2__ul__li__wapper__contents__graph__count__number {
    font-size: 2.5rem;
  }

  .number2__ul__li__wapper__contents__graph__countUp {
    font-size: 5rem;
  }
}



/* sec3,4 */

.number__ul__liFlex__ul {
  display: flex;
  justify-content: space-between;
}

.number__ul__liFlex__ul__li {
  width: 47.5%;
}

.number__ul__li__wapper__flexTitle {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.numberFlex__ul__li__wapper__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.numberFlex__ul__li__wapper__contents__text,
.numberFlex__ul__li__wapper__contents__ul {
  width: 48%;
}

.numberFlex__ul__li__wapper__contents__text p {
  font-size: 12.5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  text-align: left;
}

.sec3 .numberFlex__ul__li__wapper__contents__text p {
  color: #00b4aa;
}

.sec4 .numberFlex__ul__li__wapper__contents__text p {
  color: #22c655;
}

.numberFlex__ul__li__wapper__contents__text p span {
  font-size: 3rem;
}

.numberFlex__ul__li__wapper__contents__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.numberFlex__ul__li__wapper__contents__ul__li {
  width: calc(100% / 4 - 7.5px);
  opacity: 0;
  transform: translateY(15px);
}

.sec3-active .numberFlex__ul__li__wapper__contents__ul__li {
  animation: secFlexIcon 0.5s ease-out both;
  animation-delay: calc(0.1s * var(--i));
}

.sec4-active .numberFlex__ul__li__wapper__contents__ul__li {
  animation: secFlexIcon 0.5s ease-out both;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes secFlexIcon {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1025px) {
  .number__ul__liFlex__ul__li {
    padding: 50px 0;
  }

  .numberFlex__ul__li__wapper__contents {
    flex-direction: column;
  }

  .number__ul__li__wapper__flexTitle {
    margin-bottom: 0;
    height: 90px;
    text-align: center;
    line-height: 1.1;
  }

  .numberFlex__ul__li__wapper__contents__text,
  .numberFlex__ul__li__wapper__contents__ul {
    width: 100%;
  }

  .numberFlex__ul__li__wapper__contents__ul {
    width: 75%;
    max-width: 225px;
  }

  .numberFlex__ul__li__wapper__contents__text p {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
  }

  .numberFlex__ul__li__wapper__contents__text p {
    font-size: 9rem;
  }

  .numberFlex__ul__li__wapper__contents__text p span {
    font-size: 4.5rem;
  }
}

@media (max-width: 599px) {
  .number__ul__li__wapper__flexTitle {
    height: 40px;
    font-size: 1.6rem;
  }

  .numberFlex__ul__li__wapper__contents__text p {
    font-size: 6rem;
  }

  .numberFlex__ul__li__wapper__contents__text p span {
    font-size: 3rem;
  }

  .numberFlex__ul__li__wapper__contents__text p {
    margin-bottom: 20px;
  }
}

/* sec5 */

.number5__ul__li__wapper__contents {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}

.number5__ul__li__wapper__contents__left,
.number5__ul__li__wapper__contents__right {
  width: 200px;
}

.number5__ul__li__wapper__contents__left__number {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #00b4aa;
}

.number5__ul__li__wapper__contents__right .number5__ul__li__wapper__contents__left__number {
  color: #22c655;
}

.number5__ul__li__wapper__contents__left h4,
.number5__ul__li__wapper__contents__right h4 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.number5__ul__li__wapper__contents__left p,
.number5__ul__li__wapper__contents__right p {
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
}

.number5__ul__li__wapper__contents__left span,
.number5__ul__li__wapper__contents__right span {
  font-size: 5rem;
}

.number5__ul__li__wapper__contents__center {
  width: 40%;
  position: relative;
}

.sec5-graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.sec5-graph__circle {
  scale: 1.75;
  rotate: 270deg;
  transform-origin: center;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 32px;
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  transition: 1s;
}

.sec5-active .sec5-graph__circle {
  stroke-dasharray: 100;
}

@media (max-width: 1025px) {
  .number5__ul__li__wapper__contents {
    position: relative;
    max-width: 600px;
    margin: 220px auto 120px;
    gap: 5px;
  }

  .number5__ul__li__wapper__contents__left {
    position: absolute;
    top: -120px;
    left: 0;
  }

  .number5__ul__li__wapper__contents__right {
    position: absolute;
    bottom: -120px;
    right: 0;
  }

  .number5__ul__li__wapper__contents__center {
    width: 60%;
  }
}

@media (max-width: 599px) {

  .number5__ul__li__wapper__contents {
    margin: 150px auto 80px;
  }

  .number5__ul__li__wapper__contents__left h4,
  .number5__ul__li__wapper__contents__right h4 {
    font-size: 1.6rem;
  }

  .number5__ul__li__wapper__contents__left p,
  .number5__ul__li__wapper__contents__right p {
    font-size: 6rem;
  }

  .number5__ul__li__wapper__contents__left span,
  .number5__ul__li__wapper__contents__right span {
    font-size: 4rem;
  }

  .number5__ul__li__wapper__contents__left {
    top: -80px;
    left: -20px;
  }

  .number5__ul__li__wapper__contents__right {
    bottom: -80px;
    right: -20px;
  }
}

/* sec6 */

.number6__ul__li__wapper__contents {
  margin-top: 90px;
}

.number6__ul__li__wapper__contents ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.number6__ul__li__wapper__contents ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.number6__ul__li__wapper__contents ul li h4 {
  height: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #22c655;
  color: #FFFFFF;
  font-size: 16rem;
  font-weight: 700;
  opacity: 0;
}

.sec6-active .number6__ul__li__wapper__contents ul li h4 {
  animation: sec6 0.5s ease-out both;
}

.number6__ul__li__wapper__contents ul li:nth-child(2) {
  width: 200px;
}

.number6__ul__li__wapper__contents ul li:nth-child(2) h4 {
  height: 200px;
  font-size: 14rem;
  background: #00a76a;
}

.sec6-active .number6__ul__li__wapper__contents ul li:nth-child(2) h4 {
  animation-delay: 0.2s;
}

.number6__ul__li__wapper__contents ul li:nth-child(3) {
  width: 250px;
}

.number6__ul__li__wapper__contents ul li:nth-child(3) h4 {
  height: 250px;
  background: #00b4aa;
}

.sec6-active .number6__ul__li__wapper__contents ul li:nth-child(3) h4 {
  animation-delay: 0.4s;
}

.number6__ul__li__wapper__contents ul li:nth-child(4) {
  width: 120px;
}

.number6__ul__li__wapper__contents ul li:nth-child(4) h4 {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  font-size: 4rem;
  background: #89d552;
}

.sec6-active .number6__ul__li__wapper__contents ul li:nth-child(4) h4 {
  animation-delay: 0.6s;
}

.number6__ul__li__wapper__contents ul li:nth-child(5) {
  width: 120px;
}

.number6__ul__li__wapper__contents ul li:nth-child(5) h4 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 2rem;
}

.sec6-active .number6__ul__li__wapper__contents ul li:nth-child(5) h4 {
  animation-delay: 0.8s;
}

@keyframes sec6 {
  0% {
    opacity: 0;
    scale: 0;
  }

  100% {
    opacity: 1;
    scale: 1;
  }
}

.number6__ul__li__wapper__contents ul li:nth-child(1) .line {
  display: block;
  width: 3px;
  height: 100px;
  margin: 10px auto;
  background: #22c655;
}

.number6__ul__li__wapper__contents ul li:nth-child(2) .line {
  display: block;
  width: 3px;
  height: 70px;
  margin: 10px auto;
  background: #00a76a;
}

.number6__ul__li__wapper__contents ul li:nth-child(3) .line {
  display: block;
  width: 3px;
  height: 150px;
  margin: 10px auto;
  background: #00b4aa;
}

.number6__ul__li__wapper__contents ul li:nth-child(4) .line {
  display: block;
  width: 3px;
  height: 150px;
  margin: 10px auto;
  background: #89d552;
}

.number6__ul__li__wapper__contents ul li:nth-child(5) .line {
  display: block;
  width: 3px;
  height: 200px;
  margin: 10px auto;
  background: #22c655;
}

.number6__ul__li__wapper__contents div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: -0.2rem;
}

.number6__ul__li__wapper__contents div p {
  font-size: 8rem;
  font-weight: 700;
}

.number6__ul__li__wapper__contents div span {
  font-size: 4rem;
  font-weight: 700;
}

.number6__ul__li__wapper__contents ul li:nth-child(1) {
  color: #22c655;
}

.number6__ul__li__wapper__contents ul li:nth-child(2) {
  color: #00a76a;
}

.number6__ul__li__wapper__contents ul li:nth-child(3) {
  color: #00b4aa;
}

.number6__ul__li__wapper__contents ul li:nth-child(4) {
  color: #89d552;
}

.number6__ul__li__wapper__contents ul li:nth-child(5) {
  color: #22c655;
}

@media (max-width: 1025px) {
  .number6__ul__li__wapper__contents div p {
    font-size: 5rem;
  }

  .number6__ul__li__wapper__contents div span {
    font-size: 3.5rem;
  }

  .number6__ul__li__wapper__contents ul li {
    width: 160px;
  }

  .number6__ul__li__wapper__contents ul li h4 {
    height: 160px;
    font-size: 10rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(2) {
    width: 100px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(2) h4 {
    height: 100px;
    font-size: 7rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(3) {
    width: 140px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(3) h4 {
    height: 140px;
    font-size: 9rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(4) {
    width: 100px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(4) h4 {
    width: 60px;
    height: 60px;
    font-size: 3rem;
  }
}

@media (max-width: 599px) {
  .number6__ul__li__wapper__contents ul li {
    width: 100px;
  }

  .number6__ul__li__wapper__contents ul li h4 {
    height: 100px;
    font-size: 5rem;
  }

  .number6__ul__li__wapper__contents div p {
    font-size: 2.8rem;
  }

  .number6__ul__li__wapper__contents div span {
    font-size: 1.8rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(2) {
    width: 70px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(2) h4 {
    height: 70px;
    font-size: 3rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(3) {
    width: 85px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(3) h4 {
    height: 85px;
    font-size: 4rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(4) {
    width: 60px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(4) h4 {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(5) {
    width: 50px;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(5) h4 {
    width: 35px;
    height: 35px;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .number6__ul__li__wapper__contents ul li:nth-child(4) .line {
    height: 100px;
  }
}

/* sec7 */

.number7__ul__li__wapper__contents {
  margin-top: 90px;
}

.number7__ul__li__wapper__contents__flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}

.number7__ul__li__wapper__contents__flex__left,
.number7__ul__li__wapper__contents__flex__right {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.number7__ul__li__wapper__contents__flex__left h4,
.number7__ul__li__wapper__contents__flex__right h4 {
  font-size: 3rem;
  font-weight: 700;
  width: 115px;
}

.number7__ul__li__wapper__contents__flex__left div,
.number7__ul__li__wapper__contents__flex__right div {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: -0.2rem;
  color: #22c655;
  font-weight: 700;
}

.number7__ul__li__wapper__contents__flex__right div {
  color: #00a76a;
}

.number7__ul__li__wapper__contents__flex__left div p,
.number7__ul__li__wapper__contents__flex__right div p {
  font-size: 8rem;
}

.number7__ul__li__wapper__contents__flex__left div span,
.number7__ul__li__wapper__contents__flex__right div span {
  font-size: 4rem;
}

.number7__ul__li__wapper__contents__flex__center {
  width: 350px;
  position: relative;
}

.sec7-graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.sec7-graph__circle {
  scale: 1.75;
  rotate: 270deg;
  transform-origin: center;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 32px;
  stroke-dasharray: 200;
  stroke-dashoffset: 100;
  transition: 1s;
}

.sec7-active .sec7-graph__circle {
  stroke-dasharray: 100;
}

.number7__ul__li__wapper__contents__bottom {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}

.number7__ul__li__wapper__contents__bottom h4 {
  width: 165px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.number7__ul__li__wapper__contents__bottom h4 span {
  display: block;
  font-size: 2rem;
}

.number7__ul__li__wapper__contents__bottom div {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: -0.2rem;
  color: #00b4aa;
  font-weight: 700;
}

.number7__ul__li__wapper__contents__bottom div p {
  font-size: 8rem;
}

.number7__ul__li__wapper__contents__bottom div span {
  font-size: 4rem;
}

@media (max-width: 1025px) {
  .number7__ul__li__wapper__contents__flex {
    width: 500px;
    padding-top: 125px;
    margin: 0 auto 30px;
    position: relative;
  }

  .number7__ul__li__wapper__contents__flex__left {
    flex-direction: column;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .number7__ul__li__wapper__contents__flex__right {
    flex-direction: column-reverse;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 599px) {
  .number7__ul__li__wapper__contents__flex {
    width: 70%;
    max-width: 300px;
    padding-top: 30px;
  }

  .number7__ul__li__wapper__contents__flex__left {
    width: 75px;
    top: -20px;
    left: -50px;
    z-index: 10;
  }

  .number7__ul__li__wapper__contents__flex__right {
    width: 75px;
    top: -20px;
    right: -45px;
    z-index: 10;
  }

  .number7__ul__li__wapper__contents__flex__left h4,
  .number7__ul__li__wapper__contents__flex__right h4 {
    font-size: 1.6rem;
    font-weight: 700;
    width: 75px;
  }

  .number7__ul__li__wapper__contents__flex__left div,
  .number7__ul__li__wapper__contents__flex__right div {
    width: 75px;
  }

  .number7__ul__li__wapper__contents__flex__left div p,
  .number7__ul__li__wapper__contents__flex__right div p {
    font-size: 4rem;
  }

  .number7__ul__li__wapper__contents__flex__left div span,
  .number7__ul__li__wapper__contents__flex__right div span {
    font-size: 2.5rem;
  }

  .number7__ul__li__wapper__contents__bottom {
    width: auto;
  }

  .number7__ul__li__wapper__contents__bottom h4 {
    font-size: 1.6rem;
    width: 110px;
  }

  .number7__ul__li__wapper__contents__bottom h4 span {
    font-size: 1.4rem;
  }

  .number7__ul__li__wapper__contents__bottom div {
    width: 70px;
  }

  .number7__ul__li__wapper__contents__bottom div p {
    font-size: 4rem;
  }

  .number7__ul__li__wapper__contents__bottom div span {
    font-size: 2.5rem;
  }


}

/* sec8.9 */

.sec8 .numberFlex__ul__li__wapper__contents__text p span,
.sec9 .numberFlex__ul__li__wapper__contents__text p span {
  font-size: 6rem;
}

.sec8 .numberFlex__ul__li__wapper__contents__text p {
  color: #00b4aa;
}

.sec9 .numberFlex__ul__li__wapper__contents__text p {
  color: #00a76a;
}

.numberFlex__ul__li__wapper__contents__image {
  width: 45%;
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.sec8-active .numberFlex__ul__li__wapper__contents__image {
  transform: translateY(0);
  opacity: 1;
}

.sec9-active .numberFlex__ul__li__wapper__contents__image {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 599px) {

  .sec8 .numberFlex__ul__li__wapper__contents__text p span,
  .sec9 .numberFlex__ul__li__wapper__contents__text p span {
    font-size: 3rem;
  }
}

/* sec10 */

.number10__ul__li__wapper__contents {
  margin-top: 90px;
}

.number10__ul__li__wapper__contents ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.number10__ul__li__wapper__contents ul li {
  width: 25%;
}

.number10__ul__li__wapper__contents ul li h4 {
  font-size: 3rem;
  font-weight: 700;
  height: 100px;
  text-align: center;
}

.number10__ul__li__wapper__contents ul li h4 span {
  font-size: 1.6rem;
  display: block;
}

.number10__ul__li__wapper__contents ul li img {
  display: block;
  height: 200px;
  width: auto;
  margin: 0 auto 50px;
}

.number10__ul__li__wapper__contents ul li p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  letter-spacing: -0.2rem;
}

.number10__ul__li__wapper__contents ul li:nth-child(1) p {
  color: #22c655;
}

.number10__ul__li__wapper__contents ul li:nth-child(2) p {
  color: #00a76a;
}

.number10__ul__li__wapper__contents ul li:nth-child(3) p {
  color: #00b4aa;
}

.number10__ul__li__wapper__contents ul li:nth-child(4) p {
  color: #89d552;
}

.number10__ul__li__wapper__contents ul li p strong {
  font-size: 10rem;
}

.number10__ul__li__wapper__contents ul li p span {
  font-size: 5rem;
}

.number10__ul__li__wapper__contents ul li img {
  opacity: 0;
}

.number10__ul__li__wapper__contents ul li:nth-child(2) img {
  animation-delay: 0.2s;
}

.number10__ul__li__wapper__contents ul li:nth-child(3) img {
  animation-delay: 0.4s;
}

.number10__ul__li__wapper__contents ul li:nth-child(4) img {
  animation-delay: 0.6s;
}

.sec10-active .number10__ul__li__wapper__contents ul li img {
  animation: sec10 1s ease-out both;
}

@keyframes sec10 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1025px) {
  .number10__ul__li__wapper__contents ul {
    gap: 50px;
  }

  .number10__ul__li__wapper__contents ul li {
    width: calc(100% / 2 - 25px);
  }

  .number10__ul__li__wapper__contents ul li img {
    margin-bottom: 25px;
  }
}

@media (max-width: 599px) {
  .sec10 {
    padding-bottom: 0;
  }

  .number10__ul__li__wapper__contents ul li h4 {
    font-size: 1.6rem;
    height: 50px;
  }

  .number10__ul__li__wapper__contents ul li h4 span {
    font-size: 1rem;
  }

  .number10__ul__li__wapper__contents ul {
    gap: 0;
  }

  .number10__ul__li__wapper__contents ul li {
    width: 50%;
    margin-bottom: 50px;
  }

  .number10__ul__li__wapper__contents ul li img {
    height: 100px;
  }

  .number10__ul__li__wapper__contents ul li p strong {
    font-size: 5rem;
  }

  .number10__ul__li__wapper__contents ul li p span {
    font-size: 2.5rem;
  }
}


/* sec11 */

.number11__ul__li__wapper__contents {
  margin-top: 90px;
}


.number11__ul__li__wapper__contents ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
}


.number11__ul__li__wapper__contents ul li {
  width: 50%;
}

.number11__ul__li__wapper__contents ul li img {
  display: block;
  width: 140px;
  margin: 0 auto 30px;
  opacity: 0;
  transform: translateY(50px);
}

.sec11-active .number11__ul__li__wapper__contents ul li img {
  animation: sec11 ease-out 1s both;
}

@keyframes sec11 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.number11__ul__li__wapper__contents ul li h4 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.number11__ul__li__wapper__contents__ul__li__count {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  letter-spacing: -0.2rem;
  color: #22c655;
}

.number11__ul__li__wapper__contents ul li:nth-child(2) .number11__ul__li__wapper__contents__ul__li__count {
  color: #00a76a;
}

.number11__ul__li__wapper__contents__ul__li__count strong {
  font-size: 8rem;
  font-weight: 700;
}

.number11__ul__li__wapper__contents__ul__li__count span {
  font-size: 3.4rem;
  font-weight: 700;
}

.number11__ul__li__wapper__contents__ul__li__text {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
}

.number11__ul__li__wapper__contents__ul__li__text span {
  color: #00a76a;
}

.number11__ul__li__wapper__contents__text {
  text-align: left;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 1025px) {
  .number11__ul__li__wapper__contents ul {
    flex-direction: column;
    gap: 50px;
  }

  .number11__ul__li__wapper__contents ul li {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .number11__ul__li__wapper__contents ul li img {
    width: 100px;
  }

  .number11__ul__li__wapper__contents ul li h4 {
    font-size: 1.8rem;
  }

  .number11__ul__li__wapper__contents__ul__li__count strong {
    font-size: 5rem;
  }

  .number11__ul__li__wapper__contents__ul__li__count span {
    font-size: 2.5rem;
  }

  .number11__ul__li__wapper__contents__ul__li__text {
    font-size: 1.6rem;
  }

  .number11__ul__li__wapper__contents__text {
    font-size: 1.6rem;
  }
}

/* sec12 */

.number12__ul__li__wapper__contents {
  margin-top: 60px;
  position: relative;
}

.pin {
  opacity: 0;
  transform: translateY(-50px);
}

.pin1 {
  position: absolute;
  top: 7.5%;
  right: 29%;
  width: 3%;
}

.pin2 {
  position: absolute;
  top: 32%;
  right: 34%;
  width: 3%;
}

.pin3 {
  position: absolute;
  top: 41%;
  right: 38%;
  width: 3%;
}

.pin4 {
  position: absolute;
  top: 49%;
  right: 34%;
  width: 3.8%;
}

.pin5 {
  position: absolute;
  top: 52%;
  right: 38%;
  width: 3%;
}

.pin6 {
  position: absolute;
  top: 52%;
  right: 43%;
  width: 3%;
}

.pin7 {
  position: absolute;
  top: 44%;
  right: 45%;
  width: 3%;
}

.pin8 {
  position: absolute;
  top: 46%;
  right: 52.5%;
  width: 3%;
}

.pin9 {
  position: absolute;
  top: 43%;
  right: 58%;
  width: 3%;
}

.pin10 {
  position: absolute;
  top: 63%;
  right: 48.5%;
  width: 3%;
}

.pin11 {
  position: absolute;
  top: 53%;
  right: 64%;
  width: 3%;
}

.pin12 {
  position: absolute;
  top: 64%;
  right: 68%;
  width: 3%;
}

.pin13 {
  position: absolute;
  top: 71%;
  right: 64%;
  width: 3%;
}

.sec12-active .pin {
  animation: pin 0.5s ease-out both;
}

.sec12-active .pin1 {
  animation-delay: 0.2s;
}

.sec12-active .pin2 {
  animation-delay: 0.3s;
}

.sec12-active .pin3 {
  animation-delay: 0.4s;
}

.sec12-active .pin4 {
  animation-delay: 0.5s;
}

.sec12-active .pin5 {
  animation-delay: 0.6s;
}

.sec12-active .pin6 {
  animation-delay: 0.7s;
}

.sec12-active .pin7 {
  animation-delay: 0.8s;
}

.sec12-active .pin8 {
  animation-delay: 0.9s;
}

.sec12-active .pin9 {
  animation-delay: 1.0s;
}

.sec12-active .pin10 {
  animation-delay: 1.1s;
}

.sec12-active .pin11 {
  animation-delay: 1.2s;
}

.sec12-active .pin12 {
  animation-delay: 1.3s;
}

.sec12-active .pin13 {
  animation-delay: 1.4s;
}

@keyframes pin {
  0% {
    opacity: 0;
    transform: rotateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.number12__ul__li__wapper__contents .sp {
  display: none;
}

@media (max-width: 599px) {

  .number12__ul__li__wapper__contents {
    margin-top: 60px;
  }

  .number12__ul__li__wapper__contents .sp {
    display: block;
  }

  .number12__ul__li__wapper__contents .pc {
    display: none;
  }

  .pin1 {
    top: 8.8%;
    right: 24.5%;
  }

  .pin2 {
    top: 30%;
    right: 29%;
  }

  .pin3 {
    top: 38%;
    right: 36%;
  }

  .pin4 {
    top: 47%;
    right: 31%;
  }

  .pin5 {
    top: 49.5%;
    right: 36.5%;
  }

  .pin6 {
    top: 49%;
    right: 48%;
  }

  .pin7 {
    top: 43.5%;
    right: 50%;
  }

  .pin8 {
    top: 45.7%;
    right: 62%;
  }

  .pin9 {
    top: 41%;
    right: 71.5%;
  }

  .pin10 {
    top: 59%;
    right: 55.5%;
  }

  .pin11 {
    top: 50%;
    right: 83%;
  }

  .pin12 {
    top: 61%;
    right: 89.5%;
  }

  .pin13 {
    top: 66%;
    right: 82%;
  }
}