@charset "utf-8";
.interview_mainevisual {
  position: relative;
  max-width: 1300px;
  margin: 20px auto 160px auto;
}
.interview_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.for_pc {
  height: 600px;
  background-size: cover;
  background-position: 60% 40%;
  clip-path: polygon(63% 0, 95% 0, 95% 90%, 51% 90%);
}
.interview_container {
  position: relative;
  height: 600px;
  width: 90%;
  margin: 0 auto;
}
.interview_container_box {
  position: absolute;
  bottom: 30%;
  left: 0;
}
.interview_title {
  float: left;
  clear: both;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6689b1;
}
.goal_one, .goal_two {
  position: relative;
  font-size: 3.6rem;
  line-height: 1.4;
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  margin: 2px 0;
  font-weight: 200;
  font-family: 'Klee One', cursive;
}
.description {
  font-weight: 200;
  font-size: 1.6rem;
  float: left;
  clear: both;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  margin: 10px 0;
  font-family: 'Klee One', cursive;
  letter-spacing: 1px;
}
.eachtextanime span {
  opacity: 0;
}
.eachtextanime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .interview_mainevisual {
    margin-top: 20px;
    margin-bottom: 100px;
  }
  .interview_container {
    width: 88%;
  }
  .interview_container_box {
    bottom: 20%;
  }
  .for_pc {
    display: none;
  }
  .for_sh {
    height: 100%;
    background-size: cover;
    background-position: 100% 20%;
  }
  .interview_title {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF;
  }
  .goal_one, .goal_two {
    position: relative;
    font-size: 2.2rem;
    line-height: 1.4;
    color: #FFF;
  }
  .description {
    font-size: 1.5rem;
    color: #FFF;
    line-height: 0;
  }
}
/*====================interview_message========*/
.interviwe_message {
  width: 60%;
  margin: 0 auto;
}
.interviwe_message h3 {
  font-size: 2.0rem;
  color: #6689b1;
  display: block;
  font-weight: 600;
  padding-bottom: 30px;
}
.interviwe_message p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  padding-bottom: 80px;
}
@media (max-width: 1060px) {
  .interviwe_message h3 {
    font-size: 1.8rem;
  }
}
/*=======================btn==================*/
.btn_block {
  margin: 120px 0;
}
a.btn_27 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 20%;
  max-width: 280px;
  margin: auto;
  padding: 30px 80px;
  color: #fffeff;
  font-weight: 400;
  font-size: 1.7rem;
  background: #6689b1;
  position: relative;
  transition: 0.3s ease-in-out;
}
a.btn_27:hover {
  background: #fffeff;
  color: #6689b1;
}
a.btn_27:before, a.btn_27:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: transparent solid 2px;
  width: 0;
  height: 0;
}
a.btn_27:before {
  top: 0;
  left: 0;
}
a.btn_27:after {
  bottom: 0;
  right: 0;
}
a.btn_27:hover:before, a.btn_27:hover:after {
  width: 100%;
  height: 100%;
}
a.btn_27:hover:before {
  border-top-color: #6689b1;
  border-right-color: #6689b1;
  transition: width 0.15s ease-out, height 0.15s 0.15s ease-out;
}
a.btn_27:hover:after {
  border-bottom-color: #6689b1;
  border-left-color: #6689b1;
  transition: border-color 0s 0.2s ease-out, width 0.15s 0.2s ease-out, height 0.15s 0.3s ease-out;
}
@media (max-width: 1060px) {
  .btn_block {
    margin: 60px 0;
  }
  a.btn_27 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 30%;
    max-width: 180px;
    margin: auto;
    padding: 30px 60px;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
    background: #6689b1;
    position: relative;
    transition: 0.3s ease-in-out;
  }
  a .btn_27:hover {
    display: none;
  }
}