.background-set, #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2), #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(2) .numbers-cont__cont:nth-of-type(2), #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(3) .numbers-cont__cont:nth-of-type(2), #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__cont:nth-of-type(2) {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/********************************


 Numbers/section01


*********************************/
#page .numbers-cont {
  margin-bottom: 100px;
}
#page .numbers-cont .border-line {
  border: 1px solid #D9D9D9;
}
#page .numbers-cont__inner {
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(even) .numbers-cont__cont:nth-of-type(1) {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  #page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(even) .numbers-cont__cont:nth-of-type(2) {
    order: 1;
  }
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) {
  background-image: url(../images/numbers/img01.jpg);
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) h3 {
  font-weight: 700;
  font-size: clamp(14px, 4vw, 36px);
  margin-bottom: 5%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) p {
  line-height: 1.5;
  font-size: clamp(8px, 2.5vw, 24px);
  margin-bottom: 5%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__cont-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card {
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 1.86164px 3.72327px rgba(0, 0, 0, 0.1);
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner {
  justify-content: space-between;
  padding: 13% 0;
  width: 85%;
  height: 100%;
  margin-inline: auto;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner .numbers-cont__body:nth-of-type(1) .numbers-cont__img:nth-of-type(1) {
  width: 25%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner .numbers-cont__body:nth-of-type(1) .numbers-cont__img:nth-of-type(2) {
  width: 60%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner .numbers-cont__body:nth-of-type(3) .numbers-cont__img img {
  width: 45%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__body {
  width: 80%;
  margin-inline: auto;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__case {
  width: 95%;
  margin-inline: auto;
  align-items: stretch;
  justify-content: space-between;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__img {
  justify-content: space-between;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(2) .numbers-cont__cont:nth-of-type(2) {
  background-image: url(../images/numbers/img02.jpg);
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(3) .numbers-cont__cont:nth-of-type(2) {
  background-image: url(../images/numbers/img03.jpg);
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__cont:nth-of-type(2) {
  background-image: url(../images/numbers/img04.jpg);
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__cont-inner {
  justify-content: center;
  align-items: center;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__card-inner {
  height: 100%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__body {
  width: 80%;
  height: 100%;
  margin-inline: auto;
  justify-content: center;
  align-items: center;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__body h3 {
  font-size: clamp(14px, 4vw, 36px);
  font-weight: 700;
  align-self: flex-start;
  margin-bottom: 5%;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__list {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__case {
  background-color: #F4F4F4;
  aspect-ratio: 1/0.3;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .numbers-cont__inner .numbers-cont__wrap:nth-of-type(4) .numbers-cont__case p {
  text-align: center;
  line-height: 1.5;
  font-size: clamp(8px, 2.5vw, 24px);
}
#page .numbers-cont__cont {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#page .numbers-cont__cont-inner {
  aspect-ratio: 1;
}
#page .numbers-cont__cont .under-txt {
  width: 95%;
  margin-inline: auto;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
  font-size: clamp(8px, 2vw, 16px);
}
#page .numbers-cont__box {
  row-gap: clamp(30px, 8vw, 50px);
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin-inline: auto;
}
#page .numbers-cont__box h3 {
  line-height: 1.5;
  text-align: center;
  font-size: clamp(24px, 8vw, 60px);
}
#page .numbers-cont__box h3 span {
  font-size: clamp(45px, 10vw, 90px);
}
#page .numbers-cont__box p {
  line-height: 1.5;
  font-size: clamp(14px, 4vw, 36px);
}
#page .numbers-cont__card {
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 1.86164px 3.72327px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #page .numbers-cont {
    margin-bottom: 200px;
  }
  #page .numbers-cont .numbers-cont__inner {
    gap: 0;
  }
  #page .numbers-cont .numbers-cont__wrap {
    flex-direction: row;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) h3 {
    font-size: 18px;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) p {
    font-size: clamp(8px, 1.2vw, 15px);
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner {
    height: 80%;
    padding: 0;
    max-width: 400px;
    max-height: 380px;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(1) .numbers-cont__cont:nth-of-type(2) .numbers-cont__card-inner .numbers-cont__body {
    max-width: 320px;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(4) .numbers-cont__body {
    max-width: 400px;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(4) .numbers-cont__body h3 {
    font-size: 18px;
  }
  #page .numbers-cont .numbers-cont__wrap:nth-of-type(4) .numbers-cont__case p {
    font-size: clamp(8px, 1.2vw, 15px);
  }
  #page .numbers-cont .numbers-cont__cont {
    width: 50%;
  }
  #page .numbers-cont .numbers-cont__cont .under-txt {
    width: 90%;
    font-size: clamp(8px, 1vw, 12px);
  }
  #page .numbers-cont .numbers-cont__box {
    width: 90%;
    max-width: 467px;
  }
  #page .numbers-cont .numbers-cont__box h3 {
    font-size: clamp(35px, 4vw, 50px);
  }
  #page .numbers-cont .numbers-cont__box h3 span {
    font-size: 65px;
  }
  #page .numbers-cont .numbers-cont__box p {
    text-align: center;
    font-size: clamp(11px, 1.3vw, 18px);
    position: relative;
    top: -20px;
  }
}
#page .numbers-data__inner {
  row-gap: 30px;
}
#page .numbers-data__img {
  row-gap: 30px;
}
@media (min-width: 768px) {
  #page .numbers-data .numbers-data__inner {
    row-gap: 0;
    flex-direction: row;
  }
  #page .numbers-data .numbers-data__img {
    row-gap: 0;
    justify-content: space-between;
  }
}/*# sourceMappingURL=numbers.css.map */