/* ==========================================================================
intaerview page
========================================================================== */
/* --------------------------------------------
  Index
-------------------------------------------- */
.index_mv {
  position: relative;
  background: url(/2027/interview/img/index_bg01.jpg) no-repeat;
  background-size: cover;
  padding-top: 36.6%;
}
@media screen and (max-width: 767px) {
  .index_mv {
    overflow: hidden;
    padding-top: 66.667%;
    margin-left: -41.067%;
    margin-right: -41.067%;
  }
}
.index_mv_inner {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.index_mv_title {
  display: table;
  width: 100%;
  height: 100%;
}
.index_mv_title_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.index_mv_title_inner h1 img {
  width: 175px;
}
.index_mv_title_inner p {
  font-size: 2rem;
  color: #fff;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .index_mv_title_inner h1 img {
    width: 116px;
  }
  .index_mv_title_inner p {
    margin-top: 9px;
    font-size: 1.5rem;
  }
}
.index_ul_wrapper {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .index_ul_wrapper {
    padding: 50px 0;
  }
}
.index_ul {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.index_ul > li {
/*  width: 32.666667%; */
  width: 18.777778%;
  display: inline-block;
  margin-left: 1%;
/*	margin-left: 5%; */
}
.index_ul > li:first-child {
  margin-left: 0;
}
.index_ul > li a {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.index_ul > li a img {
  width: 100%;
  height: auto;
}
.index_ul > li a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index_divide {
  display: flex;
  flex-direction: row;
  position: relative;
}
.index_divide img {
  width: 280px;
  text-align: left;
}
.index_recruiter{
  padding-top: 130px;
  padding-bottom: 140px;
  margin-right:auto;
  margin-left:auto;
}
.index_img_recruiter {
  margin:0 auto;
  position: absolute;
  left: calc(50% + 150px);
  top: calc(100% - 400px);
}
.index_recruiter a:hover {
   text-decoration: none; 
}
.index_formbox {
  display: block;
  background-color: #FFFDD0;
  color: #222;
  border-color:#222;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 27px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index_ul > li {
    width: 100%;
    max-width: 345px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
  }
  .index_ul > li:first-child {
    margin-left: auto;
    padding-top: 0;
  }
  .index_ul > li a {
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .index_ul > li a img {
    width: 100%;
    height: auto;
  }
  .index_ul > li a:hover {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  .index_divide {
    display: flex;
    flex-direction :column-reverse;
  }
  .index_divide img {
    width: 300px;
  }
  .index_recruiter {
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .index_img_recruiter {
    position: static;
  }
  .index_formbox {
    margin: auto;
    padding: 12px 22px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
}