@charset "UTF-8";
/* ▼▼▼ interview
=====================================*/
#interview .interview_wrap {
  margin-bottom: 65px;
  padding-top: 100px;
  margin-top: -100px;
}
#interview .interview_wrap .main_wrap {
  background: linear-gradient(45deg, rgba(197, 223, 253, 0.2), rgba(3, 121, 222, 0.2));
  padding: 45px 0 35px;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap {
    margin-bottom: 55px;
  }
}
#interview .interview_wrap .main_wrap::before {
  content: "";
  background: url(../img/recruit/dec_l.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 60px;
  height: 275px;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap::before {
    width: 95px;
    height: 425px;
    top: -30px;
  }
}
#interview .interview_wrap .main_wrap::after {
  content: "";
  background: url(../img/recruit/dec_r.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 155px;
  height: 675px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap::after {
    width: 85px;
    height: 380px;
    top: auto;
    bottom: -30px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap {
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap {
    padding: 78vw 0 0;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap::after {
  content: "";
  background: url(../img/interview/img01_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 53%;
  height: 480px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap::after {
    content: "";
    background: url(../img/interview/img01_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 78vw;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .copy_wrap {
  position: relative;
  display: table;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .copy_wrap {
    font-size: 17px;
    margin-bottom: 13px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .copy_wrap:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .copy_wrap:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .copy_wrap .square {
  display: inline;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#interview .interview_wrap .main_wrap .txt_wrap .copy_wrap .copy {
  font-size: 38px;
  line-height: 65px;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .copy_wrap .copy {
    font-size: 17px;
    line-height: 31px;
    padding-left: 5px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .people_about {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .people_about {
    font-size: 17px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .name {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .name {
    font-size: 15px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .name span {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .main_wrap .txt_wrap .name span {
    font-size: 12px;
  }
}
#interview .interview_wrap .main_wrap .txt_wrap .name span::before {
  content: "";
  background: #57A0E6;
  width: 1px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 7px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#interview .interview_wrap .sub_wrap .inner {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap .txt_b {
  font-size: 28px;
  font-weight: bold;
  color: #1D5299;
  border-bottom: 3px solid #0F2A5F;
  -o-border-image: linear-gradient(to right, #15528E, #0F2A5F) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#15528E), to(#0F2A5F)) 1;
     border-image: linear-gradient(to right, #15528E, #0F2A5F) 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .sub_wrap .inner .txt_wrap .txt_b {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    padding: 0 0 5px;
    white-space: nowrap;
    width: calc(100vw - 40px);
  }
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap .txt {
  font-weight: 500;
  line-height: 2;
  color: #5E6265;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .sub_wrap .inner .txt_wrap .txt {
    font-size: 15px;
  }
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .sub_wrap .inner .txt_wrap:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap.img_wrap {
  width: 1138px;
  padding-left: 656px;
  margin-left: -228px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .sub_wrap .inner .txt_wrap.img_wrap {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-top: 88vw;
  }
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap.img_wrap::before {
  content: "";
  background: url(../img/interview/img01-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 615px;
  height: 507px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #interview .interview_wrap .sub_wrap .inner .txt_wrap.img_wrap::before {
    width: calc(100vw - 20px);
    height: 75vw;
    left: -20px;
    top: 0;
  }
}
#interview .interview_wrap .sub_wrap .inner .txt_wrap.img_wrap .txt_b {
  width: 100%;
}
#interview #interview02 .main_wrap .txt_wrap::after {
  content: "";
  background: url(../img/interview/img02_pc.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 53%;
  height: 480px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #interview #interview02 .main_wrap .txt_wrap::after {
    content: "";
    background: url(../img/interview/img02_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 78vw;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#interview #interview02 .sub_wrap .inner .txt_wrap.img_wrap {
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  #interview #interview02 .sub_wrap .inner .txt_wrap.img_wrap {
    margin-bottom: 45px;
  }
}
#interview #interview02 .sub_wrap .inner .txt_wrap.img_wrap::before {
  content: "";
  background: url(../img/interview/img02-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 615px;
  height: 507px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #interview #interview02 .sub_wrap .inner .txt_wrap.img_wrap::before {
    width: calc(100vw - 20px);
    height: 75vw;
    left: -20px;
    top: 0;
  }
}
#interview #entry_btn {
  padding-top: 100px;
  max-width: 450px;
  margin: -100px auto 0;
  -webkit-box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
          box-shadow: 0 8px 8px rgba(166, 226, 253, 0.2);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #interview #entry_btn {
    max-width: 280px;
  }
}
#interview #entry_btn a {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 92px;
  line-height: 92px;
  background: linear-gradient(135deg, #15528E, #0F2A5F);
  -webkit-box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
          box-shadow: 0 0 10px rgba(31, 100, 144, 0.16);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview #entry_btn a {
    font-size: 20px;
    line-height: 68px;
    height: 68px;
    max-width: 280px;
  }
}
#interview #entry_btn a::before {
  content: "";
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #interview #entry_btn a::before {
    width: 42px;
    height: 42px;
  }
}
#interview #entry_btn a::after {
  content: "";
  background: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 7px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #interview #entry_btn a::after {
    width: 18px;
    height: 7px;
    right: 28px;
  }
}