@charset "UTF-8";

.recuruit_content {
  background-image: url(../img/data/white_bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.data_block {
  padding: 100px 0 0 0;
  margin: 0 auto;
  position: relative;
}

.data_inner {
  position: relative;
  z-index: 10;
}

.data_flex {
  flex-wrap: wrap;
  width: 90%;
  max-width: 800px;
  margin: 5vw auto 0;
}

.data_flex li {
  width: calc((100% - 60px) / 2);
  margin-right: 60px;
}

.data_flex li:nth-of-type(n + 2) {
  margin-right: 0;
}

.data_flex li:nth-of-type(n + 3) {
  margin-top: 60px;
}

.n-content {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px 20px 35px 20px;
  position: relative;
}

.n-content:nth-of-type(n + 2) {
  margin-top: 60px;
}

.n-content .n_together:nth-of-type(n + 2) {
  margin-top: 40px;
}

.n_itemttl {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.count_box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.count_box.column {
  flex-direction: column;
}

.count {
  display: inline-flex;
  align-items: baseline;
  font-size: 120px;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.count02 {
  font-size: 110px;
  text-align: center;
  line-height: 1;
}

.count.inline-flex {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -8px;
}

.count .small {
  font-size: 40px;
  vertical-align: baseline;
  position: relative;
  top: -4px;
}

.count .small02 {
  font-size: 24px;
  vertical-align: baseline;
  position: relative;
  top: -9px;
}

.count .tate {
  font-size: 0.15em;
  writing-mode: vertical-rl;
  padding-left: 5px;
}

.count .middle {
  font-size: 70px;
}

.count02 {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin: 0;
}

.small03 {
  font-size: 24px;
}

.small04 {
  font-size: 34px;
}

.w100 {
  display: block;
  width: 100%;
}

.n_subttl {
  font-size: 20px;
}

.num_txt {
  font-size: 15px;
  letter-spacing: 0.05px;
  line-height: 1.6;
  margin-top: 10px;
}

.caption {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.newold_flex {
  justify-content: space-between;
}

.newold_flex .count {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.newold_flex .count .newold_num {
  align-self: flex-start;
}

.newold_flex .count .small03.pos {
  align-self: flex-end;
  position: relative;
  top: -14px;
}

.i_worker_flex p {
  width: 70%;
}

.i_worker_flex figure {
  width: 26%;
}

.sei_flex {
  justify-content: space-between;
}

.sei_flex .count02 {
  width: 48%;
}

/* イラスト */
.i_benefit {
  width: 80%;
  margin: 20px auto 10px;
}

.i_average-age {
  width: 50%;
  margin: 20px auto;
}

.i_average {
  width: 90%;
  margin: 20px auto;
}

.i_occupation {
  width: 90%;
  margin: 20px auto;
}

.i_study {
  width: 60%;
  margin: 10px auto 20px;
}

.i_sex {
  width: 70%;
  margin: 10px auto 20px;
}

.i_new {
  width: 50%;
  margin: 10px auto 010px;
}

.i_book {
  width: 70%;
  margin: 20px auto;
}

.i_baby {
  width: 60%;
  margin: 20px auto;
}

.i_holiday {
  width: 70%;
  margin: 20px auto 0;
}

.pc_only {
  display: block;
  margin-top: 60px;
}

.pc_only.mt0 {
  margin-top: 0;
}

.sp_only {
  display: none;
  margin-top: 0;
}

/* tab */
@media (max-width: 1180px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pc_only {
    display: none;
    margin-top: 0;
  }

  .sp_only {
    display: block;
    margin-top: 20px;
  }

  .data_flex li {
    width: 100%;
    margin-right: 0;
  }

  .data_flex li:nth-of-type(n + 2) {
    /* margin-top: 20px; */
    margin-top: 0;
  }

  .count {
    font-size: 90px;
  }

  .count02 {
    font-size: 70px;
  }

  .count .tate {
    font-size: 17px;
  }

  .count .small {
    font-size: 24px;
  }

  .n_itemttl {
    font-size: 20px;
  }

  .num_txt {
    font-size: 14px;
  }

  .small03 {
    font-size: 18px;
  }

  .small04 {
    font-size: 25px;
  }

  .num_txt.text-center {
    text-align: center;
  }

  .n-content {
    padding: 20px 15px;
  }

  .n-content:nth-of-type(n + 2) {
    margin-top: 20px;
  }

  .newold_flex .count .small03.pos {
    font-size: 24px;
  }

  .newold_flex .count .small03.graduation {
    display: block;
    width: 100%;
    text-align: center;
  }

  .data_block {
    padding: 40px 0 0;
  }
}

@media only screen and (max-width: 499px) {
}
