/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.sanden-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 70px;
  margin: 60px 0 80px;
}
.sanden-stats li {
  width: calc((100% - 140px) / 3);
  min-width: 320px;
  padding: 0 20px 25px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sanden-stats li .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 -20px 20px;
  padding: 10px 20px;
  background: #313c4d;
  border-radius: 10px 10px 0 0;
}
.sanden-stats li .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.sanden-stats li .number-box .number {
  font-size: 72px;
  font-weight: 600;
  color: #0092e6;
  line-height: 1;
}
.sanden-stats li .number-box .number span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.sanden-stats li .number-box .number span.num-min {
  font-size: 40px;
  font-family: "Poppins", cursive;
}
.sanden-stats li .illust-box {
  text-align: center;
  margin-top: 30px;
}
.sanden-stats li .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.sanden-stats li .txt-box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.sanden-stats li .txt-box .illust {
  margin-top: auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .sanden-stats {
    gap: 30px;
    margin: 40px 0 80px;
  }
  .sanden-stats li {
    width: 100%;
    max-width: 400px;
    min-width: auto;
  }
}

.work-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 80px;
  margin: 60px 0 0;
}
.work-stats li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 280px;
  height: 280px;
  background: #ffffff;
  border-radius: 10px;
  border: 4px solid #313c4d;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.work-stats li .item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #313c4d;
  text-align: center;
  width: 100%;
}
.work-stats li .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  width: 100%;
  margin-top: 10px;
}
.work-stats li .number-box .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 72px;
  font-weight: 600;
  color: #0092e6;
  line-height: 1;
}
.work-stats li .number-box .number span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.work-stats li .number-box .number .gender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #313c4d;
  text-align: center;
  height: 100%;
  margin-right: 5px;
}
.work-stats li .txt-box {
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .work-stats {
    gap: 15px;
    margin: 40px 0 0;
  }
  .work-stats li {
    width: 160px;
    height: 160px;
    border: 3px solid #313c4d;
  }
  .work-stats li .item-name {
    font-size: 15px;
  }
  .work-stats li .number-box {
    gap: 0;
    margin-top: 0;
  }
  .work-stats li .number-box .number {
    font-size: 46px;
  }
  .work-stats li .number-box .number span {
    font-size: 16px;
  }
  .work-stats li .number-box .number .gender {
    font-size: 12px;
    margin-right: 0;
  }
  .work-stats li .txt-box {
    font-size: 10px;
    margin-top: 10px;
  }
}