/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#container > .flex {
  display: flex;
  justify-content: space-between;
  width: 888px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container > .flex {
    display: block;
    width: 100%;
  }
}
#container > .flex .contents_column {
  margin: 0 0 16px;
}
#container > .flex.left {
  justify-content: flex-start;
}

/*------------------------------------------------------------------------------------------------*/
#top {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  #top {
    margin-bottom: 40px;
    padding-top: 50px;
  }
}
#top .midashi {
  max-width: 713px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .midashi {
    margin-bottom: 0;
    padding: 0 32px;
  }
}
#top .midashi .midashi_en {
  -webkit-text-stroke: 1px #fe0002;
  text-stroke: 1px #fe0002;
  letter-spacing: 2px;
  color: transparent;
  margin-bottom: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top .midashi .midashi_en {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }
}
#top .midashi h2 {
  width: 714px;
  height: 103px;
  margin: 0 auto 30px;
  text-indent: -9999px;
  background-image: url("/recruit/static/image/numbers/top.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #top .midashi h2 {
    width: 100%;
    max-width: 357px;
    height: 51.5px;
    margin: 0 auto 15px;
    background-size: contain;
  }
}
#top .midashi h3 {
  margin-bottom: 25px;
  font-size: 3.3rem;
  line-height: 1.5;
  color: #fe0002;
}
@media screen and (max-width: 768px) {
  #top .midashi h3 {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  #top .midashi p {
    letter-spacing: 2px;
  }
}

/*------------------------------------------------------------------------------------------------*/
.contents_column {
  width: 888px;
  margin: 0 auto 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contents_column {
    width: auto;
    margin: 0 32px 16px !important;
  }
}
.contents_column > .inner {
  padding: 30px 30px;
}
@media screen and (max-width: 768px) {
  .contents_column > .inner {
    padding: 20px 25px;
  }
}
.contents_column > .inner .head h3 {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  background-image: url("/recruit/static/image/numbers/line.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .contents_column > .inner .head h3 {
    font-size: 1.7rem;
  }
}
.contents_column > .inner .body .block h4 {
  font-weight: bold;
}
.contents_column > .inner .body .block .count {
  margin-right: 5px;
  color: #FE0002;
  line-height: 0;
  letter-spacing: 0;
}
.contents_column > .inner .foot {
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------------------------*/
#contents1 > .inner .head {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .head {
    display: block;
  }
}
#contents1 > .inner .head h3 {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .head h3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#contents1 > .inner .body {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body {
    display: block;
  }
}
#contents1 > .inner .body .block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#contents1 > .inner .body .block:before {
  content: "";
  display: block;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#contents1 > .inner .body .block:nth-of-type(1) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}
#contents1 > .inner .body .block:nth-of-type(1):before {
  width: 108px;
  height: 117px;
  background-image: url("/recruit/static/image/numbers/contents1_img1.png");
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(1):before {
    width: 120.5px;
    height: 103.5px;
    background-image: url("/recruit/static/image/numbers/sp/contents1_img1.png");
    background-size: 95.5px 103.5px;
  }
}
#contents1 > .inner .body .block:nth-of-type(2) {
  width: 28%;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(2) {
    width: 100%;
    margin-bottom: 30px;
  }
}
#contents1 > .inner .body .block:nth-of-type(2):before {
  width: 85px;
  height: 66px;
  background-image: url("/recruit/static/image/numbers/contents1_img2.png");
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(2):before {
    width: 120.5px;
    height: 76.5px;
    background-image: url("/recruit/static/image/numbers/sp/contents1_img2.png");
    background-size: 99px 76.5px;
  }
}
#contents1 > .inner .body .block:nth-of-type(3) {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(3) {
    width: 100%;
  }
}
#contents1 > .inner .body .block:nth-of-type(3):before {
  width: 101px;
  height: 48px;
  background-image: url("/recruit/static/image/numbers/contents1_img3.png");
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block:nth-of-type(3):before {
    width: 120.5px;
    height: 56.5px;
    background-image: url("/recruit/static/image/numbers/sp/contents1_img3.png");
    background-size: 120.5px 56.5px;
  }
}
#contents1 > .inner .body .block .txt {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 130px;
}
#contents1 > .inner .body .block h4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block h4 {
    margin-bottom: 40px;
  }
}
#contents1 > .inner .body .block p {
  color: #FE0002;
  font-weight: bold;
  line-height: 1;
}
#contents1 > .inner .body .block .count {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #contents1 > .inner .body .block .count {
    font-size: 6rem;
  }
}

/*------------------------------------------------------------------------------------------------*/
#contents2 > .inner .head {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .head {
    display: block;
  }
}
#contents2 > .inner .head h3 {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .head h3 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#contents2 > .inner .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .body {
    display: block;
    padding-top: 25px;
  }
}
#contents2 > .inner .body .block:nth-of-type(1) {
  transition-delay: 100ms;
}
#contents2 > .inner .body .block:nth-of-type(1) h4 {
  opacity: 1;
  background-color: #FF9F004D;
}
#contents2 > .inner .body .block:nth-of-type(2) {
  transition-delay: 200ms;
}
#contents2 > .inner .body .block:nth-of-type(2) h4 {
  opacity: 1;
  background-color: #0099EB4D;
}
#contents2 > .inner .body .block:nth-of-type(3) {
  transition-delay: 300ms;
}
#contents2 > .inner .body .block:nth-of-type(3) h4 {
  opacity: 1;
  background-color: #FFDD3B4D;
}
#contents2 > .inner .body .block:nth-of-type(4) {
  transition-delay: 400ms;
}
#contents2 > .inner .body .block:nth-of-type(4) h4 {
  opacity: 1;
  background-color: #13B95E4D;
}
#contents2 > .inner .body .block:nth-of-type(5) {
  transition-delay: 500ms;
}
#contents2 > .inner .body .block:nth-of-type(5) h4 {
  opacity: 1;
  background-color: #A7A7A74D;
}
#contents2 > .inner .body .block:nth-of-type(6) {
  transition-delay: 600ms;
}
#contents2 > .inner .body .block:nth-of-type(6) h4 {
  opacity: 1;
  background-color: #A7A7A84D;
}
#contents2 > .inner .body .block.is-visible {
  opacity: 1;
  transform: translateY(0px);
}
#contents2 > .inner .body .block {
  width: 50%;
  opacity: 0;
  padding-top: 50px;
  transform: translateY(20px);
  transition: opacity 600ms ease-out, transform 300ms ease-out;
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .body .block {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
}
#contents2 > .inner .body .block h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 40px;
  margin: 0 auto 50px;
  border-radius: 20px;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .body .block h4 {
    width: 100%;
    height: 32px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  #contents2 > .inner .body .block img {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------------------------*/
#contents3 {
  width: 346px;
}
@media screen and (max-width: 768px) {
  #contents3 {
    width: auto;
  }
}
#contents3 > .inner .head {
  display: flex;
  align-items: baseline;
}
#contents3 > .inner .body {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
#contents3 > .inner .body .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
#contents3 > .inner .body .block:nth-of-type(1) h4 {
  background-image: url("/recruit/static/image/numbers/contents3_img1.png");
}
@media screen and (max-width: 768px) {
  #contents3 > .inner .body .block:nth-of-type(1) h4 {
    background-image: url("/recruit/static/image/numbers/sp/contents3_img1.png");
  }
}
#contents3 > .inner .body .block:nth-of-type(2) h4 {
  background-image: url("/recruit/static/image/numbers/contents3_img2.png");
}
@media screen and (max-width: 768px) {
  #contents3 > .inner .body .block:nth-of-type(2) h4 {
    background-image: url("/recruit/static/image/numbers/sp/contents3_img2.png");
  }
}
#contents3 > .inner .body .block h4 {
  width: 67px;
  height: 90px;
  margin-bottom: 33px;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  #contents3 > .inner .body .block h4 {
    width: 71px;
    height: 96.5px;
    background-size: 71px 96.5px;
  }
}
#contents3 > .inner .body .block p {
  color: #FE0002;
  font-weight: bold;
}
#contents3 > .inner .body .block .count {
  font-size: 4.8rem;
}
/*------------------------------------------------------------------------------------------------*/
#contents4 {
  width: 526px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents4 {
    width: auto;
  }
}
#contents4 > .inner .head {
  display: flex;
  align-items: baseline;
}
#contents4 > .inner .body {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .body {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
#contents4 > .inner .body .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .body .block {
    flex-direction: row;
    width: 50%;
    margin-bottom: 20px;
  }
}
#contents4 > .inner .body .block h4 {
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .body .block h4 {
    width: 50px;
    margin-bottom: 10px;
  }
}
#contents4 > .inner .body .block p {
  color: #FE0002;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .body .block p {
    width: 60px;
  }
}
#contents4 > .inner .body .block .count {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .body .block .count {
    font-size: 3.6rem;
  }
}
#contents4 > .inner .foot {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  #contents4 > .inner .foot {
    position: static;
  }
}

/*------------------------------------------------------------------------------------------------*/
#contents5 {
  width: 576px;
  background-image: url("/recruit/static/image/numbers/contents5_img1.png");
  background-position: right 70px bottom 25px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #contents5 {
    width: auto;
    background-image: url("/recruit/static/image/numbers/sp/contents5_img1.png");
    background-position: right 10% top 50%;
    background-size: 73.5px 46px;
  }
}
#contents5 > .inner .head {
  display: flex;
  align-items: baseline;
}
#contents5 > .inner .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #contents5 > .inner .body {
    display: block;
  }
}
#contents5 > .inner .body .block {
  display: flex;
  align-items: center;
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents5 > .inner .body .block {
    width: 85% !important;
    margin-left: 20px;
  }
}
#contents5 > .inner .body .block:nth-of-type(1) {
  width: 33%;
}
#contents5 > .inner .body .block:nth-of-type(2) {
  width: 33%;
}
#contents5 > .inner .body .block:nth-of-type(3) {
  width: 33%;
}
#contents5 > .inner .body .block:nth-of-type(4) {
  width: 100%;
  margin-top: 22px;
}
#contents5 > .inner .body .block:nth-of-type(4) .count {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #contents5 > .inner .body .block:nth-of-type(4) .count {
    font-size: 7rem;
  }
}
#contents5 > .inner .body .block h4 {
  margin-right: 15px;
}
#contents5 > .inner .body .block p {
  margin-top: 23px;
  color: #FE0002;
  font-weight: bold;
}
#contents5 > .inner .body .block .count {
  margin-right: 0;
  font-size: 4.8rem;
}
/*------------------------------------------------------------------------------------------------*/
#contents6 {
  width: 296px;
  background-image: url("/recruit/static/image/numbers/contents6_img1.png");
  background-position: right 20px bottom 90px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #contents6 {
    width: auto;
    background-position: right 10% top 50%;
    background-image: url("/recruit/static/image/numbers/sp/contents6_img1.png");
    background-size: 61px 75px;
  }
}
#contents6 > .inner .head {
  display: flex;
  align-items: baseline;
}
#contents6 > .inner .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents6 > .inner .body .block {
  padding-top: 22px;
}
@media screen and (max-width: 768px) {
  #contents6 > .inner .body .block {
    margin-left: 20px;
  }
}
#contents6 > .inner .body .block h4 {
  margin-top: 12px;
}
#contents6 > .inner .body .block p {
  margin-top: 45px;
  margin-left: 12px;
  color: #FE0002;
  font-weight: bold;
}
#contents6 > .inner .body .block .count {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  #contents6 > .inner .body .block .count {
    font-size: 7rem;
  }
}
#contents6 > .inner .foot {
  padding-top: 8px;
  text-align: right;
}

/*------------------------------------------------------------------------------------------------*/
#contents7,
#contents8,
#contents9,
#contents10,
#contents11 {
  width: 280px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #contents7,
  #contents8,
  #contents9,
  #contents10,
  #contents11 {
    width: auto !important;
    background-position: right 10% top 50% !important;
  }
}
#contents7 > .inner .head,
#contents8 > .inner .head,
#contents9 > .inner .head,
#contents10 > .inner .head,
#contents11 > .inner .head {
  display: flex;
  align-items: baseline;
}
#contents7 > .inner .body,
#contents8 > .inner .body,
#contents9 > .inner .body,
#contents10 > .inner .body,
#contents11 > .inner .body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents7 > .inner .body .block,
#contents8 > .inner .body .block,
#contents9 > .inner .body .block,
#contents10 > .inner .body .block,
#contents11 > .inner .body .block {
  padding: 30px 0 10px;
}
@media screen and (max-width: 768px) {
  #contents7 > .inner .body .block,
  #contents8 > .inner .body .block,
  #contents9 > .inner .body .block,
  #contents10 > .inner .body .block,
  #contents11 > .inner .body .block {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents7 > .inner .body .block h4,
  #contents8 > .inner .body .block h4,
  #contents9 > .inner .body .block h4,
  #contents10 > .inner .body .block h4,
  #contents11 > .inner .body .block h4 {
    margin-bottom: 50px;
  }
}
#contents7 > .inner .body .block p,
#contents8 > .inner .body .block p,
#contents9 > .inner .body .block p,
#contents10 > .inner .body .block p,
#contents11 > .inner .body .block p {
  margin-top: 25px;
  margin-left: 12px;
  color: #FE0002;
  font-weight: bold;
}
#contents7 > .inner .body .block .count,
#contents8 > .inner .body .block .count,
#contents9 > .inner .body .block .count,
#contents10 > .inner .body .block .count,
#contents11 > .inner .body .block .count {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #contents7 > .inner .body .block .count,
  #contents8 > .inner .body .block .count,
  #contents9 > .inner .body .block .count,
  #contents10 > .inner .body .block .count,
  #contents11 > .inner .body .block .count {
    font-size: 7rem;
  }
}
#contents7 > .inner .foot,
#contents8 > .inner .foot,
#contents9 > .inner .foot,
#contents10 > .inner .foot,
#contents11 > .inner .foot {
  padding-top: 8px;
}

/*------------------------------------------------------------------------------------------------*/
#contents7 {
  background-image: url("/recruit/static/image/numbers/contents7_img1.png");
  background-position: right 20px bottom 45px;
}
@media screen and (max-width: 768px) {
  #contents7 {
    background-image: url("/recruit/static/image/numbers/sp/contents7_img1.png");
    background-size: 68px 68.5px;
  }
}
/*------------------------------------------------------------------------------------------------*/
#contents8 {
  background-image: url("/recruit/static/image/numbers/contents8_img1.png");
  background-position: right 40px bottom 60px;
}
@media screen and (max-width: 768px) {
  #contents8 {
    background-image: url("/recruit/static/image/numbers/sp/contents8_img1.png");
    background-size: 49px 56.5px;
  }
}
/*------------------------------------------------------------------------------------------------*/
#contents9 {
  width: 296px;
  background-image: url("/recruit/static/image/numbers/contents9_img1.png");
  background-position: right 30px bottom 40px;
}
@media screen and (max-width: 768px) {
  #contents9 {
    background-image: url("/recruit/static/image/numbers/sp/contents9_img1.png");
    background-size: 66px 68.5px;
  }
}
/*------------------------------------------------------------------------------------------------*/
#contents10 {
  width: 280px;
  margin-right: 16px !important;
  background-image: url("/recruit/static/image/numbers/contents10_img1.png");
  background-position: right 20px bottom 35px;
}
@media screen and (max-width: 768px) {
  #contents10 {
    background-image: url("/recruit/static/image/numbers/sp/contents10_img1.png");
    background-size: 64px 86.5px;
  }
}
#contents10 > .inner .body .block {
  padding: 22px 0 0;
}
#contents10 > .inner .body .block p {
  margin-top: 25px;
}

/*------------------------------------------------------------------------------------------------*/
#contents11 {
  width: 280px;
  background-image: url("/recruit/static/image/numbers/contents11_img1.png");
  background-position: right 30px bottom 64px;
}
@media screen and (max-width: 768px) {
  #contents11 {
    background-image: url("/recruit/static/image/numbers/sp/contents11_img1.png");
    background-size: 51px 52px;
  }
}
#contents11 > .inner .body .block {
  padding: 22px 0 0;
}
#contents11 > .inner .body .block p {
  margin-top: 25px;
}

/*------------------------------------------------------------------------------------------------*/
#tyui {
  width: 888px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  #tyui {
    width: auto;
    margin: 0 32px 0;
  }
}
/*------------------------------------------------------------------------------------------------*/
#footer_other_link {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #footer_other_link {
    margin-top: 80px;
  }
}