@-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 .box-text.show .box-text__title,
.box .box-text.show .box-text__subtitle,
.box .box-text.show .box-textarea {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box .box-text__title {
  font-size: 1.87em;
  font-weight: bold;
  margin-left: 1em;
  margin-bottom: 1.34em;
  -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 .box-text__title:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #61a2fb;
  width: 0.39em;
  height: 0.39em;
  border-radius: 50%;
  left: -1em;
  top: 0.3em;
}

.box .box-text__subtitle {
  font-size: 1.62em;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-bottom: 1.5em;
  margin-bottom: 1.2em;
  -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 .box-text__subtitle:before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #e2dede;
}

.box-text {
  margin-bottom: 4.6em;
}

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

.box-text .box-textarea p {
  color: #828282;
  line-height: 1.87;
  letter-spacing: 0.06em;
}

.box1 {
  margin-bottom: 5.9em;
}

.box1 .box-pic {
  -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;
}

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

.box-pic-scroll {
  position: relative;
  clear: both;
  opacity: 0;
  overflow: hidden;
  width: 96%;
  top: 5vw;
  height: 1.4vw;
  border-radius: 1.4vw;
  padding: 0 1.5vw;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  -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-pic-scroll.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-pic-scroll__bar {
  height: 100%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 2vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box2 {
  margin-bottom: 11em;
}

.box2 .box-text {
  margin-bottom: 3.9em;
}

.box2 .box-pic {
  width: 81.81%;
  margin: 0 auto;
  border-radius: 1.2em;
  overflow: hidden;
  -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;
}

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

.box2 .box-pic img {
  display: block;
}

.box-pic-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box-pic-list__item {
  width: 29.22%;
  letter-spacing: 0.06em;
  position: absolute;
}

.box-pic-list__item:nth-child(1) {
  left: 11%;
  top: 39.7%;
}

.box-pic-list__item:nth-child(1) .box-pic-list__num {
  color: #ffc368;
}

.box-pic-list__item:nth-child(2) {
  left: 40%;
  top: 35.8%;
}

.box-pic-list__item:nth-child(2) .box-pic-list__num {
  color: #ffa67f;
}

.box-pic-list__item:nth-child(3) {
  left: 69.4%;
  top: 28.6%;
}

.box-pic-list__item:nth-child(3) .box-pic-list__num {
  color: #fff;
  margin-bottom: 5.4vw;
}

.box-pic-list__num {
  font-size: 2.65vw;
}

.box-pic-list__section {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0.7em;
}

.box-pic-list__section span {
  font-size: 0.75em;
}

.box-pic-list__text {
  font-size: 0.75em;
  line-height: 1.66;
  color: #828282;
}

.box-pic-list__text strong {
  font-weight: bold;
}

.box3 {
  margin-bottom: 7.2em;
}

.box3 .box-pic {
  width: 64.36%;
  margin: 0 auto;
  -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;
}

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

.box4 {
  margin-bottom: 12.1em;
}

.box4 .box-text {
  margin-bottom: 2.6em;
}

.box4-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 89.09%;
  margin: 0 auto 6.3em;
  -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;
}

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

.box4-area:last-child {
  margin-bottom: 0;
}

.box4-area-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.44%;
      -ms-flex: 0 0 22.44%;
          flex: 0 0 22.44%;
}

.box4-area-left-picarea {
  padding-top: 0.6em;
}

.box4-area-left__pic {
  width: 47.72%;
  margin-left: 18.18%;
  margin-bottom: 0.6em;
}

.box4-area-left-text {
  color: #828282;
  text-align: center;
  width: 47.72%;
  margin-left: 19%;
}

.box4-area-left__name {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 0.1em;
  width: 10em;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box4-area-left__name span {
  font-size: 0.68em;
}

.box4-area-left__year {
  font-size: 0.81em;
}

.box4-area-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77.55%;
      -ms-flex: 0 0 77.55%;
          flex: 0 0 77.55%;
}

.box4-right-pic {
  width: 94.73%;
}

.box4-right-pic img {
  display: block;
}

.box4-right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 94.73%;
}

.box4-right-text__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  height: 8.13em;
  border-left: 2px dotted #ababab;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 1.5em;
  padding-left: 4.3%;
}

.box6 .box-linkarea__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45.45%;
      -ms-flex: 0 0 45.45%;
          flex: 0 0 45.45%;
  border: none;
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .box .box-text__title {
    font-size: 6.15vw;
    margin-left: 6.3vw;
    margin-bottom: 6.7vw;
  }
  .box .box-text__title:before {
    width: 2.67vw;
    height: 2.67vw;
    top: 1.8vw;
  }
  .box .box-text__subtitle {
    font-size: 4.3vw;
    padding-bottom: 6.5vw;
    margin-bottom: 6.3vw;
  }
  .box .box-text__subtitle:before {
    height: 0.3vw;
  }
  .box-text {
    margin-bottom: 14.7vw;
  }
  .box-text .box-textarea p {
    line-height: 1.53;
    text-align: justify;
  }
  .box1 {
    margin-bottom: 21vw;
  }
  .box1 .box-pic {
    width: 107.8%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .box1 .box-pic::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .box1 .box-text {
    margin-bottom: 7.2vw;
  }
  .box1 .box-pic__inner {
    width: 157.4%;
    padding-right: 6vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .box2 {
    margin-bottom: 25.9vw;
  }
  .box2 .box-text {
    margin-bottom: 7.23vw;
  }
  .box2 .box-pic {
    width: 100%;
    border-radius: 3vw;
  }
  .box-pic-list__item {
    width: 66.15%;
  }
  .box-pic-list__item:nth-child(1) {
    left: 27.6%;
    top: 8.7%;
  }
  .box-pic-list__item:nth-child(2) {
    width: 62.15%;
    left: 31%;
    top: 41%;
  }
  .box-pic-list__item:nth-child(3) {
    left: 33.4%;
    top: 68.6%;
  }
  .box-pic-list__item:nth-child(3) .box-pic-list__section {
    margin-bottom: 0.5vw;
    padding-left: 10vw;
  }
  .box-pic-list__item:nth-child(3) .box-pic-list__text {
    padding-left: 10vw;
  }
  .box-pic-list__section {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
  .box-pic-list__section span {
    font-size: 3.2vw;
  }
  .box-pic-list__text {
    font-size: 3.45vw;
    line-height: 1.53;
  }
  .box3 {
    margin-bottom: 14.4vw;
  }
  .box3 .box-pic {
    width: 109.7%;
    left: -2.3%;
  }
  .box4 {
    margin-bottom: 25.5vw;
  }
  .box4 .box-text {
    margin-bottom: 6.9vw;
  }
  .box4-area {
    width: 100%;
    margin-bottom: 10.5vw;
  }
  .box4-area-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3.5vw;
  }
  .box4-area-left-picarea {
    padding: 0;
  }
  .box4-area-left__pic {
    width: 20%;
    margin: 0;
    float: left;
  }
  .box4-area-left-text {
    width: 74.61%;
    margin: 0;
    text-align: left;
    float: right;
    margin-top: 2.5vw;
  }
  .box4-area-left__name {
    font-size: 4vw;
    margin-bottom: 0.1vw;
    width: 100%;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: left;
  }
  .box4-area-left__name span {
    font-size: 2.7vw;
  }
  .box4-area-left__year {
    font-size: 3.2vw;
  }
  .box4-area-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box4-right-pic {
    width: 10.76%;
    float: left;
  }
  .box4-right-text {
    width: 85.69%;
    float: right;
  }
  .box4-right-text__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 24.3vw;
    border-left: none;
    border-top: 0.5vw dotted #ababab;
    font-size: 3.3vw;
    padding-left: 0.2vw;
    padding-top: 4.7vw;
    letter-spacing: 0;
  }
  .box4-right-text__list:last-child {
    border-bottom: 0.5vw dotted #ababab;
  }
  .box6 {
    padding: 0;
  }
  .box6 .box-linkarea__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box6 .box-linkarea__item:before {
    background-size: 7.33% auto;
    background-position: 92% center;
  }
}
/*# sourceMappingURL=careerpath.css.map */
