@-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.second {
  height: 36.7vw;
}

.box1 {
  margin-bottom: 6.4vw;
}

.box1 .box-pic {
  width: 100%;
}

.box-pic__num {
  width: 15.69vw;
  height: 15.69vw;
  border-radius: 50%;
  right: -1.9%;
  top: -7.2vw;
  position: absolute;
  background-color: #01b577;
}

.box-pic-num__name {
  width: 7.75vw;
  position: absolute;
  left: 50%;
  top: 4.6vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.box-pic-num__text {
  font-size: 4.62vw;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 7vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box1-list {
  width: 94.52%;
  margin: 0 auto;
  margin-top: -5.7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box1-list__list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.81%;
      -ms-flex: 0 0 31.81%;
          flex: 0 0 31.81%;
  padding: 3.2vw 3.1% 2.6vw;
  border-radius: 3vw;
  background-color: #f8f0eb;
  margin-right: 2.17%;
  color: #333333;
}

.box1-list__list:nth-child(3), .box1-list__list:last-child {
  margin-right: 0;
}

.box1-list__pic {
  width: 5.94vw;
  margin-bottom: 9.4vw;
}

.box1-list__pic img {
  display: block;
}

.box1-list__job {
  font-size: 0.875vw;
  margin-bottom: 1vw;
}

.box1-list__name {
  font-size: 1.62vw;
  font-weight: bold;
  margin-bottom: 2.1vw;
}

.box1-list__text {
  text-align: justify;
}

.box2 {
  padding-top: 8vw;
  margin-bottom: 15.3vw;
}

.box2:before {
  content: " ";
  width: 2px;
  height: 6.25vw;
  display: block;
  background-color: #01b577;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box2-title {
  font-size: 2.5vw;
  color: #01b577;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 6.1vw;
}

.box-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5.9vw;
}

.box-content:last-child {
  margin-bottom: 0;
}

.box-content__pic {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 57%;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}

.box-content__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 42.8%;
      -ms-flex: 0 0 42.8%;
          flex: 0 0 42.8%;
  color: #333333;
  padding-left: 3.4vw;
  padding-right: 4vw;
  padding-top: 3.9vw;
}

.box-content2__textarea {
  color: #333333;
  padding-left: 3.4vw;
  padding-right: 3.4vw;
  padding-top: 3.9vw;
}

.box-content__title {
  font-size: 1.75vw;
  line-height: 1.5;
  margin-bottom: 2.5vw;
}

.box-content__text p {
  text-align: justify;
  line-height: 1.87;
}

@media screen and (min-width: 769px) {
  .box-content:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .box-content:nth-child(2n) .box-content__textarea {
    padding-left: 4vw;
    padding-right: 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  .kv.second {
    height: 82.8vw;
  }
  .kv.second .kv-title__sub {
    margin-bottom: 2.2vw;
  }
  .kv.second .kv-title__main {
    width: 106%;
    left: -0.8vw;
    line-height: 1.16;
    letter-spacing: 0.035em;
  }
  .kv.second .kv-pan:after {
    content: " ";
    display: block;
    width: 10vw;
    height: 100%;
    position: absolute;
    right: -1%;
    top: 0;
    background-image: url(/common/img/pan-mask.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .kv.second .kv-pan > div {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .box1 {
    margin-bottom: 19.9vw;
  }
  .box1 .box-pic {
    width: 112%;
    left: -6%;
  }
  .box-pic__num {
    width: 28vw;
    height: 28vw;
    left: 50%;
    right: auto;
    top: -8.5vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .box-pic-num__name {
    width: 64.28%;
    top: 7.8vw;
  }
  .box-pic-num__text {
    font-size: 8.9vw;
    top: 12.3vw;
  }
  .box1-list {
    width: 100%;
    margin-top: -6.7vw;
  }
  .box1-list__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 6.6vw 8.4% 5vw;
    margin-right: 0;
    margin-bottom: 2.6vw;
    border-radius: 4vw;
  }
  .box1-list__list:last-child {
    margin-bottom: 0;
  }
  .box1-list__pic {
    width: 18vw;
    margin-bottom: 12vw;
  }
  .box1-list__job {
    font-size: 3.2vw;
    margin-bottom: 1.3vw;
  }
  .box1-list__name {
    font-size: 4.78vw;
    margin-bottom: 7.5vw;
  }
  .box1-list__text {
    line-height: 1.61;
  }
  .box2 {
    padding-top: 29.8vw;
  }
  .box2:before {
    width: 0.54vw;
    height: 20vw;
  }
  .box2-title {
    font-size: 6.67vw;
    line-height: 1.5;
    margin-bottom: 11.4vw;
  }
  .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18vw;
  }
  .box-content__pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 10.3vw;
  }
  .box-content__textarea {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .box-content__title {
    font-size: 5.06vw;
    line-height: 1.47;
    letter-spacing: -0.03em;
    margin-bottom: 7.1vw;
  }
  .box-content__text p {
    font-size: 4vw;
    line-height: 1.86;
  }
  .box-content2__textarea {
    padding-left: 0;
    padding-right: 0;
  }
  .second-bottom-box-list__item {
    height: auto;
  }
  .second-bottom-box-list__inner {
    padding: 9.8vw 5.33% 9.4vw;
  }
  .second-bottom-box-list__maintitle {
    font-size: 4.8vw;
    margin-bottom: 3.8vw;
  }
  .bottom-box-list__arrow {
    top: 9.9vw;
  }
}
/*# sourceMappingURL=interview_inner.css.map */
