  @-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.box-text {
  margin-bottom: 4.5em;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
}

.box-text.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-text::before {
  content: " ";
  display: inline-block;
  position: relative;
  background-color: #61a2fb;
  width: 0.77em;
  height: 0.77em;
  border-radius: 50%;
  top: -.3em;
  margin-right: .9em;
}

.box-text__title {
  display: inline-block;
  font-size: 1.87em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.02em;
}

.box-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: solid 1px #e2dede;
  border-bottom: solid 1px #e2dede;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
}

.box-info__list.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-info__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 3);
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  height: 25.25em;
  padding: 3.875em 0 3.9em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
}

.box-info__item.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-info__item.show .number {
  background-position: right;
}

.box-info__boder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
  height: 1px;
  background-color: #e2dede;
  border: none;
}

.box-info-content__pic {
  width: 9.375em;
  margin-bottom: -1vw;
}

.box-info-content__pic img {
  display: block;
}

.box-info-content__text {
  text-align: center;
}

.box-info-content__text-cat {
  font-size: 1.375em;
  line-height: 1.4545;
  font-weight: 500;
  margin-bottom: .5em;
}

.box-info-content__text-desc {
  font-size: 1.875em;
  line-height: 1;
  font-weight: 500;
}

.box-info-content__text-desc .number {
  font-size: 2.266em;
  line-height: .7;
  font-family: 'Barlow', sans-serif;
  background: -o-linear-gradient(330deg, #30b9f7 0%, #6b5ef9 30%, black 100%);
  background: linear-gradient(120deg, #30b9f7 0%, #6b5ef9 30%, black 100%);
  background-size: 350% auto;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: background-position .5s linear 1s;
  -o-transition: background-position .5s linear 1s;
  transition: background-position .5s linear 1s;
}

.box-info-content__text-desc .note {
  font-size: .533em;
}

.box-note {
  text-align: right;
  margin-top: 3.4375em;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1), opacity 1s ease-out, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
}

.box-note.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box1, .box2 {
  margin-bottom: 8.85em;
}

.box3 {
  margin-bottom: 11.6em;
}

.box4.show .box-center-title,
.box4.show .box-linkarea {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box4 .box-linkarea__item:first-child.keyword:before {
  background-image: url(/recruit/img/box2-icon2.png);
  background-size: 3.0625em auto;
  background-position: 90.6% center;
}

.box4 .box-linkarea__item:last-child.number:before {
  background-image: url(/recruit/img/box4-icon2.png);
  background-size: 2.875em auto;
}

@media screen and (min-width: 769px) {
  .box-info__item:nth-of-type(3n - 1), .box-info__item:nth-of-type(3n - 2) {
    border-right: solid 1px #e2dede;
  }
}

@media screen and (max-width: 768px) {
  .box-text {
    margin-bottom: 14.2vw;
  }
  .box-text::before {
    width: 2.666vw;
    height: 2.666vw;
    top: -1vw;
    margin-right: 2.5vw;
  }
  .box-text__title {
    font-size: 6.4vw;
    letter-spacing: -.05em;
  }
  .box-info__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-info__item {
    height: 56.76vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 9.066vw 0 10.45vw;
  }
  .box-info__item:nth-of-type(2n - 1) {
    border-right: solid 1px #e2dede;
  }
  .box-info-content__pic {
    width: 20vw;
  }
  .box-info-content__text-cat {
    font-size: 2.933vw;
    margin-bottom: 1.5vw;
  }
  .box-info-content__text-desc {
    font-size: 4vw;
  }
  .box-info-content__text-desc .number {
    font-size: 9.066vw;
  }
  .box-info-content__text-desc .note {
    font-size: 2.133vw;
  }
  .box-note {
    font-size: 3.466vw;
    margin-top: 9.6vw;
  }
  .box1, .box2 {
    margin-bottom: 25vw;
  }
  .box3 {
    margin-bottom: 24.5vw;
  }
  .box4 {
    padding: 0;
  }
  .box4 .box-linkarea__item:first-child.keyword:before {
    background-size: 7.866vw auto;
    background-position: 93.4% center;
  }
  .box4 .box-linkarea__item:last-child.number:before {
    background-size: 7.333vw auto;
    background-position: 93% center;
  }
}
/*# sourceMappingURL=number.css.map */
