.data {
  padding-bottom: 30px;
}
.data__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data__title {
    font-size: 20px;
    font-weight: 700;
  }
}
.data__title--head {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 768px) {
  .data__title--head {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.data__inner {
  position: relative;
  max-width: 885px;
}
.data__heading {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .data__heading {
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background-color: #D98000;
  }
}
@media screen and (max-width: 768px) {
  .data__heading {
    top: -15px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
.data__heading h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .data__heading h2 {
    line-height: 1.25;
    margin: 90px auto 30px 68px;
  }
}
@media screen and (max-width: 768px) {
  .data__heading h2 {
    width: 320px;
    text-align: center;
    display: inline-block;
  }
}
.data__heading .button {
  width: 209px;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .data__heading .button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .data__heading .button {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }
}
.data__heading .button:hover {
  background-color: #FFF;
  color: #D98000;
  opacity: 1;
}
.data__heading .button:hover:after {
  background-image: url("../media/images/common/icon_arrow_accent.svg");
}
.data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .data__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.data__list .item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .data__list .item {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .data__list .item {
    width: 46.2%;
    margin-bottom: 20px;
  }
}
.data__list .item__supplement {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #D98000;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement {
    top: -17px;
    left: 0;
    width: 60px;
    height: 60px;
  }
}
.data__list .item__supplement span {
  display: block;
  color: #FFF;
}
.data__list .item__supplement--ja {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement--ja {
    font-size: 14px;
    margin-top: 7px;
  }
}
.data__list .item__supplement--en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .data__list .item__supplement--en {
    font-size: 20px;
  }
}
.data__list .item__icon {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon {
    height: 93px;
  }
}
.data__list .item__icon--box {
  width: 131px;
  height: 78.72px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--box {
    width: 82.88px;
    height: 51.8px;
  }
}
.data__list .item__icon--boxes {
  width: 94.35px;
  height: 88.19px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--boxes {
    width: 68.25px;
    height: 63.79px;
  }
}
.data__list .item__icon--teacher {
  width: 88.97px;
  height: 79.94px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--teacher {
    width: 60.8px;
    height: 54.64px;
  }
}
.data__list .item__icon--workers {
  width: 94.58px;
  height: 94.58px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--workers {
    width: 60.8px;
    height: 60.8px;
  }
}
.data__list .item__icon--chart {
  width: 97.22px;
  height: 97.22px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--chart {
    width: 60.8px;
    height: 60.8px;
  }
}
.data__list .item__icon--repeat {
  width: 74.77px;
  height: 74.2px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--repeat {
    width: 53.2px;
    height: 52.8px;
  }
}
.data__list .item__icon--establishment {
  width: 88.48px;
  height: 88.48px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--establishment {
    width: 37.59px;
    height: 54.78px;
  }
}
.data__list .item__icon--employee {
  width: 136.93px;
  height: 103.81px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--employee {
    width: 84.35px;
    height: 65.98px;
  }
}
.data__list .item__icon--sales {
  width: 88.48px;
  height: 88.48px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--sales {
    width: 56.24px;
    height: 56.24px;
  }
}
.data__list .item__icon--turnover {
  width: 94.58px;
  height: 94.58px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--turnover {
    width: 60.8px;
    height: 60.8px;
  }
}
.data__list .item__icon--holiday {
  width: 79.45px;
  height: 82.31px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--holiday {
    width: 53.87px;
    height: 55.8px;
  }
}
.data__list .item__icon--return {
  width: 83.75px;
  height: 83.75px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--return {
    width: 57.46px;
    height: 57.46px;
  }
}
.data__list .item__icon--offer {
  width: 88.97px;
  height: 79.94px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--offer {
    width: 60.8px;
    height: 54.64px;
  }
}
.data__list .item__icon--internship {
  width: 100px;
  height: 76.67px;
}
@media screen and (max-width: 768px) {
  .data__list .item__icon--internship {
    width: 73.22px;
    height: 56.13px;
  }
}
.data__list .item__chart {
  height: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .data__list .item__chart {
    height: auto;
  }
}
.data__list .item__chart--age {
  width: 254.87px;
  height: 254.87px;
}
@media screen and (max-width: 768px) {
  .data__list .item__chart--age {
    width: 219.49px;
    height: 219.5px;
  }
}
.data__list .item__chart--gender {
  width: 505px;
  height: 243px;
}
@media screen and (max-width: 768px) {
  .data__list .item__chart--gender {
    width: 324px;
    height: 157px;
  }
}
@media screen and (max-width: 350px) {
  .data__list .item__chart--gender {
    width: 280px;
  }
}
.data__list .item__name {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .data__list .item__name {
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.data__list .item__name--chart {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .data__list .item__name--chart {
    margin-bottom: 14px;
  }
}
.data__list .item__number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
}
@media screen and (max-width: 768px) {
  .data__list .item__number {
    font-size: 20px;
  }
}
.data__list .item__number--emphasis {
  font-size: 60px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0em;
  color: #D98000;
  margin: 0 8px 0 4px;
}
@media screen and (max-width: 768px) {
  .data__list .item__number--emphasis {
    font-size: 40px;
    margin: 0 6px 0 8px;
  }
}
@media screen and (max-width: 350px) {
  .data__list .item__number--emphasis {
    font-size: 34px;
  }
}
.data__list .item__text {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #666;
  margin: 14px 0 13px;
}
@media screen and (max-width: 768px) {
  .data__list .item__text {
    font-size: 12px;
    text-align: left;
    margin: 8px 0 13px;
  }
}
.data__list .item__text--chart {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .data__list .item__text--chart {
    text-align: center;
  }
}
.data__list .item__small {
  font-family: "Noto Sans JP", Meiryo, "Hiragino Kaku Gothic Pro", "MS PGothic", "Helvetica", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #666;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .data__list .item__small {
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .data__list--company {
    padding-top: 30px;
  }
  .data__list--company::before {
    content: "";
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .data__list--company {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .data__list--company .item:nth-child(1) {
    margin-right: 90px;
  }
  .data__list--company .item:nth-child(2) {
    margin-right: 90px;
  }
  .data__list--company .item:nth-child(3) {
    margin-right: 70px;
  }
  .data__list--company .item:nth-child(4) {
    margin-right: 42px;
  }
  .data__list--company .item:nth-child(5) {
    margin-right: 41px;
  }
  .data__list--company .item:nth-child(6) {
    margin-right: 34px;
  }
}
@media screen and (min-width: 769px) {
  .data__list--work {
    padding-top: 60px;
  }
  .data__list--work::before {
    content: "";
    width: 53px;
  }
}
@media screen and (max-width: 768px) {
  .data__list--work {
    padding-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .data__list--work .item:nth-child(1) {
    margin-right: 72px;
    margin-bottom: 30px;
  }
  .data__list--work .item:nth-child(2) {
    margin-bottom: 30px;
  }
  .data__list--work .item:nth-child(3) {
    margin-right: 72px;
    margin-left: 30px;
  }
  .data__list--work .item:nth-child(4) {
    margin-right: 107px;
  }
  .data__list--work .item:nth-child(5) {
    margin-right: 91px;
  }
  .data__list--work .item:nth-child(5) .item__icon {
    height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .data__list--work .item:nth-child(1) {
    width: 100%;
  }
  .data__list--work .item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .data__list--region .item:nth-child(2) {
    margin-right: 153px;
  }
}
@media screen and (max-width: 768px) {
  .data__list--region .item {
    padding-top: 15px;
  }
}
.data__list--region .item__number {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .data__list--region .item__number {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 350px) {
  .data__list--region .item__number {
    font-size: 16px;
  }
}
.data__list--region .item__number--emphasis:nth-child(1) {
  margin-left: 0;
}
.data__list--region .item__number--emphasis:nth-child(2) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .data__list--region .item__number--emphasis:nth-child(2) {
    margin-left: 13px;
  }
}

/*# sourceMappingURL=data.css.map */
