  @-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;
  }
}

.kv {
  margin-bottom: 5em;
}

.box1 {
  margin-bottom: 8.8em;
}

.box1.show .box-text__subtitle,
.box1.show .box-text__title,
.box1.show .box-text__section,
.box1.show .box-textprof {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

.box1.show .box-pic img {
  border-radius: 1.2em 0 0px 1.2em;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.box1 .box-inner {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.box1 .box-inner.box-inner-1 {
  top: 48.9%;
}

.box1 .box-text {
  letter-spacing: 0.06em;
}

.box1 .box-text__subtitle {
  font-size: 0.875em;
  color: #479bf6;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 1.8em;
  -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-text__title {
  font-size: 3.12em;
  font-weight: bold;
  margin-bottom: 0.74em;
  -webkit-transition: opacity 1s ease-out 0.1s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s;
  transition: opacity 1s ease-out 0.1s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s;
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s, opacity 1s ease-out 0.1s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s, opacity 1s ease-out 0.1s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s, opacity 1s ease-out 0.1s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.1s;
  -webkit-transform: translateY(2.5em);
      -ms-transform: translateY(2.5em);
          transform: translateY(2.5em);
  opacity: 0;
}

.box1 .box-text__section {
  font-size: 2.12em;
  line-height: 1.52;
  font-weight: bold;
  margin-bottom: 3em;
  -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;
}

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

.box1 .box-textprof__name {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.box1 .box-textprof__name span {
  font-size: 0.66em;
  padding-left: 0.35em;
}

.box1 .box-textprof__graduate {
  font-size: 1.12em;
  color: #828282;
  margin-bottom: 1.6em;
}

.box1 .box-textprof__job {
  color: #828282;
  line-height: 1.87;
}

.box1 .box-pic {
  width: 59.37%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 10em));
      -ms-transform: translateY(calc(-50% + 10em));
          transform: translateY(calc(-50% + 10em));
  -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);
  opacity: 0;
}

.box1 .box-pic img {
  -webkit-transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  border-radius: 40%;
  display: block;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}

.box-text__sectiontitle {
  font-size: 1.97em;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-left: 1em;
  margin-bottom: 1.3em;
}

.box-text__sectiontitle:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #61a2fb;
  width: 0.39em;
  height: 0.39em;
  border-radius: 50%;
  left: -1em;
  top: 0.3em;
}

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

.box2 {
  margin-bottom: 9.4em;
}

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

.box2.show .box-pic img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 1.2em;
}

.box2 .box-text__sectiontitle {
  -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-textarea {
  margin-bottom: 2.7em;
  -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;
}

.box2 .box-pic {
  overflow: hidden;
  -webkit-transition: opacity 1s ease-out 0.4s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  transition: opacity 1s ease-out 0.4s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  -o-transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, opacity 1s ease-out 0.4s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, opacity 1s ease-out 0.4s;
  transition: transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s, opacity 1s ease-out 0.4s, -webkit-transform 1s cubic-bezier(0.13, 0.38, 0.12, 1) 0.4s;
  -webkit-transform: translateY(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}

.box2 .box-pic img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 40%;
  -webkit-transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.6s;
  display: block;
}

.box3 {
  margin-bottom: 1.4em;
}

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

.box3 .box-text__sectiontitle {
  -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-textarea {
  margin-bottom: 2.7em;
  -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;
}

.box4 {
  margin-bottom: 9.2em;
}

.box4.show .box-text__sectiontitle,
.box4.show .box-textarea {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box4 .box-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.box4 .box-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.72%;
      -ms-flex: 0 0 42.72%;
          flex: 0 0 42.72%;
  margin-right: 7.2%;
  padding-top: 4.5em;
}

.box4 .box-text__sectiontitle {
  -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 .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;
}

.box4 .box-pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -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(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}

.box4 .box-pic img {
  -webkit-transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  display: block;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 40%;
}

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

.box4 .box-pic.show img {
  border-radius: 1.2em;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.box5 {
  margin-bottom: 16.8em;
}

.box5.show .box-text__sectiontitle,
.box5.show .box-textarea,
.box5.show .box-pic {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box5.show .box-pic img {
  border-radius: 1.2em;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.box5 .box-text {
  width: 46.36%;
  float: right;
  margin-top: -0.5em;
}

.box5 .box-text__sectiontitle {
  margin-bottom: 1.65em;
  -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;
}

.box5 .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;
}

.box5 .box-pic {
  float: left;
  width: 46.36%;
  border-radius: 1.2em;
  overflow: hidden;
  margin-right: 7.27%;
  -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(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}

.box5 .box-pic img {
  -webkit-transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -o-transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, border-radius 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1) 0.2s;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  border-radius: 40%;
  display: block;
}

.box6.show .box-text__sectiontitle,
.box6.show .box-textarea__air,
.box6.show .box-textarea p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box6.show .box-pic {
  opacity: 1;
}

.box6.show .box-pic__icon {
  opacity: 1;
}

.box6 .box-text {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: -8em;
}

.box6 .box-text__sectiontitle {
  font-size: 3.87em;
  line-height: 1.29;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 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;
}

.box6 .box-text__sectiontitle:before {
  display: none;
}

.box6 .box-textarea {
  width: 41.81%;
  border-radius: 0 0 1.2em 0;
  top: -2em;
  background-color: #fff;
  padding-right: 4.54%;
  padding-top: 4em;
  padding-bottom: 5em;
}

.box6 .box-textarea__air {
  margin-bottom: 4em;
  -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;
}

.box6 .box-textarea__air .box-textarea-air__textpic {
  width: 76.11%;
  display: inline-block;
}

.box6 .box-textarea__air .box-textarea-air__textpic:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s;
  transition: -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s;
  -o-transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s;
  transition: transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s, -webkit-transform 1s cubic-bezier(0.63, 0, 0.45, 1) 0.6s;
}

.box6 .box-textarea__air .box-textarea-air__textpic img {
  position: relative;
  z-index: 1;
}

.box6 .box-textarea__air .box-textarea-air__textpic img.text {
  visibility: hidden;
  z-index: 1;
}

.box6 .box-textarea__air #animation_container {
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.box6 .box-textarea__air #animation_container.text02 {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
          top: 90%;
}

.box6 .box-textarea__air #animation_container.text06 {
  left: 62%;
  top: 61%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}

.box6 .box-textarea__air #animation_container.text08 {
  top: 41%;
}

.box6 .box-textarea__air #animation_container.text09 {
  top: 100%;
}

.box6 .box-textarea__air #animation_container.text10 {
  top: 100%;
}

.box6 .box-textarea__air #animation_container
#canvas_container {
  -webkit-transform: rotate(-9deg);
      -ms-transform: rotate(-9deg);
          transform: rotate(-9deg);
  background-color: transparent !important;
}

.box6 .box-textarea__air #animation_container
#canvas_container.text01 {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.box6 .box-textarea__air #animation_container
#canvas_container.text02 {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.box6 .box-textarea__air #animation_container
#canvas_container.text03 {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.box6 .box-textarea__air #animation_container
#canvas.text06 {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.box6 .box-textarea__air #animation_container
#canvas_container.text08 {
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.box6 .box-textarea-air__text {
  font-size: 1.75em;
  display: inline-block;
  vertical-align: top;
  padding-right: 0.7em;
  padding-top: 0.4em;
}

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

.box6 .box-pic {
  margin-bottom: 5.6em;
  -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(10em);
      -ms-transform: translateY(10em);
          transform: translateY(10em);
  opacity: 0;
}

.box6 .box-pic img {
  display: block;
  border-radius: 1.2em;
  overflow: hidden;
}

.box6 .box-pic__icon {
  width: 19.1%;
  right: -9.54%;
  top: -6.4em;
  position: absolute;
  -webkit-transition: opacity 0.5s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s;
  transition: opacity 0.5s ease-out 1s;
  opacity: 0;
}

.box6 .box-pic__icon img {
  position: relative;
  display: block;
}

.box6 .box-pic__icon img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: circleRotate 20s linear infinite;
          animation: circleRotate 20s linear infinite;
}

.box6 .box-pic__icon img:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.box7 {
  margin-bottom: 3em;
}

.box7.show .box-navi-title,
.box7.show .box-navi-link {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-navi {
  margin-bottom: 8.4em;
  -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-navi.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.box-navi-arrow {
  width: 1.8em;
  display: inline-block;
  overflow: hidden;
}

.box-navi-arrow img {
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44), -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
}

.box-navi-arrow img.arrow__sub {
  position: absolute;
  top: 0;
}

.box-navi-prev {
  display: inline-block;
}

.box-navi-prev .box-navi-arrow {
  margin-right: 1.3em;
}

.box-navi-prev .box-navi-arrow img.arrow__sub {
  left: calc(100% + 1em);
}

.box-navi-next {
  display: inline-block;
  float: right;
}

.box-navi-next .box-navi-arrow {
  margin-left: 1.3em;
}

.box-navi-next .box-navi-arrow img.arrow__sub {
  right: calc(100% + 1em);
}

.box-navi-text {
  display: inline-block;
}

.box-navi__num {
  font-size: 0.875em;
  color: #479bf6;
  font-weight: 500;
  margin-bottom: 0.7em;
}

.box-navi__job {
  font-size: 1.12em;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.box-navi__name {
  font-size: 0.875em;
  color: #828282;
}

.box-navi-title {
  font-size: 2em;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.74em;
  -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-navi-title:before {
  content: " ";
  display: block;
  width: 31.81%;
  height: 1px;
  background-color: #e2dede;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-navi-title:after {
  content: " ";
  display: block;
  width: 31.81%;
  height: 1px;
  background-color: #e2dede;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-navi-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-navi-link__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.box-navi-link__item.active .box-navi-link__pic .box-navi-link-pic__line circle {
  stroke-dasharray: 365 365;
}

.box-navi-link__item.active .box-navi-link__pic .box-navi-link-pic__line .line > div {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.box-navi-link__item.active .box-navi-link__pic img {
  -webkit-transform: scale(0.93);
      -ms-transform: scale(0.93);
          transform: scale(0.93);
}

.box-navi-link__pic {
  width: 31.27%;
  display: inline-block;
  margin-right: 4%;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}

.box-navi-link__pic img {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
  transition: -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.box-navi-link-pic__line {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.box-navi-link-pic__line .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box-navi-link-pic__line .line > div {
  position: absolute;
}

.box-navi-link-pic__line .line > div:nth-child(1) {
  width: 50%;
  height: 51%;
  left: 50%;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#466dfd), to(#4760ff));
  background: -o-linear-gradient(left, #466dfd, #4760ff);
  background: linear-gradient(to right, #466dfd, #4760ff);
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  -o-transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0.00001);
      -ms-transform: scaleX(0.00001);
          transform: scaleX(0.00001);
}

.box-navi-link-pic__line .line > div:nth-child(2) {
  width: 50%;
  height: 51%;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#466dfd), to(#4760ff));
  background: -o-linear-gradient(left, #466dfd, #4760ff);
  background: linear-gradient(to right, #466dfd, #4760ff);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  -o-transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0.00001);
      -ms-transform: scaleX(0.00001);
          transform: scaleX(0.00001);
}

.box-navi-link-pic__line .line > div:nth-child(3) {
  width: 50%;
  height: 51%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#466dfd), to(#4760ff));
  background: -o-linear-gradient(left, #466dfd, #4760ff);
  background: linear-gradient(to right, #466dfd, #4760ff);
  -webkit-transition: -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  transition: -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  -o-transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s, -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0.00001);
      -ms-transform: scaleX(0.00001);
          transform: scaleX(0.00001);
}

.box-navi-link-pic__line .line > div:nth-child(4) {
  width: 50%;
  height: 51%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#466dfd), to(#4760ff));
  background: -o-linear-gradient(left, #466dfd, #4760ff);
  background: linear-gradient(to right, #466dfd, #4760ff);
  -webkit-transition: -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scaleX(0.00001);
      -ms-transform: scaleX(0.00001);
          transform: scaleX(0.00001);
}

.box-navi-link-pic__line svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.box-navi-link-pic__line circle {
  fill: none;
  stroke-dasharray: 0 365;
  -webkit-transition: stroke-dasharray 1s cubic-bezier(0.84, 0, 0.7, 0);
  -o-transition: stroke-dasharray 1s cubic-bezier(0.84, 0, 0.7, 0);
  transition: stroke-dasharray 1s cubic-bezier(0.84, 0, 0.7, 0);
}

.box-navi-link-text {
  width: 61.81%;
  display: inline-block;
  vertical-align: super;
}

.box-navi-link__num {
  font-size: 0.75em;
  font-weight: 500;
  color: #479bf6;
  margin-bottom: 0.1em;
}

.box-navi-link__job {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 0.4em;
}

.box-navi-link__name {
  font-size: 0.75em;
  line-height: 1.33;
  color: #828282;
}

@media screen and (min-width: 769px) {
  .box6.show .box-pic {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .box-navi-prev:hover .box-navi-arrow img {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .box-navi-prev:hover .box-navi-arrow img.arrow__sub {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s, -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    -webkit-transform: translateX(calc(-100% - 1em));
        -ms-transform: translateX(calc(-100% - 1em));
            transform: translateX(calc(-100% - 1em));
  }
  .box-navi-next:hover .box-navi-arrow img {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .box-navi-next:hover .box-navi-arrow img.arrow__sub {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s, -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.25) 0.1s;
    -webkit-transform: translateX(calc(100% + 1em));
        -ms-transform: translateX(calc(100% + 1em));
            transform: translateX(calc(100% + 1em));
  }
  .box-navi-link__item:first-child {
    margin-bottom: 2.4em;
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line circle {
    -webkit-transition: stroke-dasharray 3s cubic-bezier(0, 1, 1, 1.04);
    -o-transition: stroke-dasharray 3s cubic-bezier(0, 1, 1, 1.04);
    transition: stroke-dasharray 3s cubic-bezier(0, 1, 1, 1.04);
    stroke-dasharray: 365 365;
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line .line > div {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line .line > div:nth-child(1) {
    -webkit-transition: -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.08s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.08s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line .line > div:nth-child(2) {
    -webkit-transition: -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
    transition: -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
    -o-transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
    transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
    transition: transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s, -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1) 0.05s;
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line .line > div:nth-child(3) {
    -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    transition: -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    -o-transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, -webkit-transform 0.18s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  }
  .box-navi-link__item:hover .box-navi-link__pic .box-navi-link-pic__line .line > div:nth-child(4) {
    -webkit-transition: -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
    transition: -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
    -o-transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s, -webkit-transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) 0.15s;
  }
  .box-navi-link__item:hover .box-navi-link__pic img {
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    -webkit-transform: scale(0.93);
        -ms-transform: scale(0.93);
            transform: scale(0.93);
  }
}

@media screen and (max-width: 768px) {
  .kv {
    margin-bottom: 16.1vw;
  }
  .box1 {
    margin-bottom: 18.5vw;
  }
  .box1.show .box-pic {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .box1.show .box-pic img {
    border-radius: 0;
  }
  .box1 .box-inner {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .box1 .box-text__subtitle {
    font-size: 2.65vw;
    margin-bottom: 2.6vw;
  }
  .box1 .box-text__title {
    font-size: 7.45vw;
    margin-bottom: 6.4vw;
  }
  .box1 .box-text__section {
    font-size: 4.55vw;
    margin-bottom: 6vw;
  }
  .box1 .box-text__section.text06 {
    letter-spacing: -0.025em;
  }
  .box1 .box-text__section.text08 {
    letter-spacing: 0;
  }
  .box1 .box-textprof__name {
    font-size: 4.25vw;
    margin-bottom: 2.3vw;
  }
  .box1 .box-textprof__name span {
    font-size: 3.45vw;
    padding-left: 0.5vw;
    vertical-align: middle;
  }
  .box1 .box-textprof__graduate {
    font-size: 3.45vw;
    margin-bottom: 4.4vw;
  }
  .box1 .box-textprof__job {
    font-size: 3.45vw;
    line-height: 1.53;
  }
  .box1 .box-pic {
    width: 115.5%;
    left: -7.7%;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    margin-bottom: 6.8vw;
    -webkit-transform: translateY(2.5em);
        -ms-transform: translateY(2.5em);
            transform: translateY(2.5em);
  }
  .box1 .box-pic img {
    border-radius: 0;
  }
  .box-text__sectiontitle {
    font-size: 6.15vw;
    margin-left: 6.3vw;
    margin-bottom: 6.7vw;
  }
  .box-text__sectiontitle:before {
    width: 2.67vw;
    height: 2.67vw;
    top: 1.8vw;
  }
  .box-textarea p {
    line-height: 1.53;
  }
  .box2 {
    margin-bottom: 19.8vw;
  }
  .box2.show .box-pic img {
    border-radius: 3vw;
  }
  .box2 .box-textarea {
    margin-bottom: 7.2vw;
  }
  .box3 {
    margin-bottom: 18.8vw;
  }
  .box3 .box-textarea {
    margin-bottom: 0;
  }
  .box4 {
    margin-bottom: 19.7vw;
  }
  .box4 .box-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    margin-bottom: 7vw;
    padding: 0;
  }
  .box4 .box-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box4 .box-pic.show img {
    border-radius: 3vw;
  }
  .box5 {
    margin-bottom: 18.7vw;
  }
  .box5.show .box-pic img {
    border-radius: 3vw;
  }
  .box5 .box-text {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 6.8vw;
  }
  .box5 .box-text__sectiontitle {
    margin-bottom: 6.5vw;
  }
  .box5 .box-pic {
    width: 100%;
    float: none;
    border-radius: 3vw;
    margin: 0;
  }
  .box6 .box-text {
    position: relative;
    left: auto;
    top: auto;
  }
  .box6 .box-text__sectiontitle {
    font-size: 8.25vw;
    line-height: 1.29;
  }
  .box6 .box-textarea {
    width: 100%;
    top: auto;
    border-radius: 0;
    padding-right: 0;
    padding-top: 5.4vw;
    padding-bottom: 6.6vw;
  }
  .box6 .box-textarea__air {
    margin-bottom: 8vw;
  }
  .box6 .box-textarea__air .box-textarea-air__textpic {
    width: 41.6vw;
  }
  .box6 .box-textarea-air__text {
    font-size: 3.7vw;
    padding-right: 3vw;
    padding-top: 1.5vw;
  }
  .box6 .box-pic {
    width: 115.5%;
    left: -7.7%;
    margin-bottom: 7vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .box6 .box-pic img {
    border-radius: 0;
  }
  .box6 .box-pic__icon {
    z-index: 1;
    width: 29.2%;
    right: 6.7%;
    top: -6vw;
  }
  .box7 {
    margin-bottom: 0;
  }
  .box-navi {
    margin-bottom: 17.9vw;
  }
  .box-navi-arrow {
    width: 5.4vw;
    vertical-align: super;
  }
  .box-navi-prev .box-navi-arrow {
    margin-right: 3vw;
  }
  .box-navi-next .box-navi-arrow {
    margin-right: 3vw;
    vertical-align: super;
  }
  .box-navi__num {
    font-size: 2.4vw;
    margin-bottom: 1vw;
  }
  .box-navi__job {
    font-size: 3.45vw;
    margin-bottom: 1vw;
  }
  .box-navi__name {
    font-size: 2.65vw;
    line-height: 1.2;
  }
  .box-navi__name span {
    letter-spacing: -0.1em;
  }
  .box-navi-title {
    font-size: 4.8vw;
    margin-bottom: 9.4vw;
  }
  .box-navi-title:before {
    width: 16.93%;
    height: 0.27vw;
  }
  .box-navi-title:after {
    width: 16.93%;
    height: 0.27vw;
  }
  .box-navi-link__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52.61%;
        -ms-flex: 0 0 52.61%;
            flex: 0 0 52.61%;
    margin-bottom: 5vw;
  }
  .box-navi-link__item:nth-child(2n) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.92%;
        -ms-flex: 0 0 46.92%;
            flex: 0 0 46.92%;
  }
  .box-navi-link__item:nth-child(7), .box-navi-link__item:nth-child(8) {
    margin-bottom: 0;
  }
  .box-navi-link__pic {
    width: 16vw;
  }
  .box-navi-link-text {
    width: 52.81%;
    vertical-align: top;
  }
  .box-navi-link__num {
    font-size: 2.4vw;
    margin-bottom: 0.8vw;
  }
  .box-navi-link__job {
    font-size: 3.45vw;
    margin-bottom: 1.2vw;
  }
  .box-navi-link__name {
    font-size: 2.65vw;
    line-height: 1.2;
  }
}
/*# sourceMappingURL=interview_inner.css.map */
