@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	インタビュートップ
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/work_people/interview/main_image.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 350px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 100px;
  }
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

/*---------------------------------------------
	サーチボタン
  ---------------------------------------------*/
.searchbox {
  padding: 0 10px;
}
@media all and (max-width: 480px) {
  .searchbox {
    border-top: 1px solid #B5BFCE;
  }
}
.searchbox .line {
  border-top: 1px solid #B5BFCE;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media all and (max-width: 480px) {
  .searchbox .line {
    border-top: none;
    display: block;
    padding: 2px 0 5px;
  }
}
.searchbox .line + .line {
  border-bottom: 1px solid #B5BFCE;
}
.searchbox .line p {
  display: inline-block;
  margin-right: 40px;
}
@media all and (max-width: 480px) {
  .searchbox .line p {
    display: block;
    margin-right: 15px;
  }
}
.searchbox .line .search_btn {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 20px;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .searchbox .line .search_btn {
    padding: 0 10px;
  }
}
.searchbox .line .search_btn:hover {
  background-color: #061643;
  color: #fff;
}
.searchbox .line_in {
  display: flex;
  align-items: center;
  padding-right: 50px;
  margin-right: 50px;
}
@media all and (max-width: 480px) {
  .searchbox .line_in {
    margin-right: 0;
    border-bottom: 1px solid #B5BFCE;
    padding: 5px 0;
  }
}
.searchbox .line_in:first-of-type {
  border-right: 1px solid #B5BFCE;
}
@media all and (max-width: 480px) {
  .searchbox .line_in:first-of-type {
    border-right: none;
  }
}
.searchbox .reset a {
  cursor: pointer;
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 3px 20px 0;
  border-radius: 20px;
}

/*---------------------------------------------
	リンクリスト
  ---------------------------------------------*/
.link_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.link_list .interview_btn {
  width: 226px;
  height: 416px;
  margin: 0 1.2% 1rem 1.2%;
}
@media all and (max-width: 480px) {
  .link_list .interview_btn {
    width: 47%;
    height: auto;
    margin: 0 1% 0rem 1%;
    height: 353px;
  }
}
.link_list .interview_btn .link_area a {
  transition: 0.3s;
}
.link_list .interview_btn .link_area a .people_image {
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 480px) {
  .link_list .interview_btn .link_area a .people_image {
    height: auto;
  }
}
.link_list .interview_btn .link_area a .people_image img {
  display: block;
  transition: 0.3s;
}
.link_list .interview_btn .link_area a p.job {
  background-color: #0075C2;
  color: #fff;
  text-align: center;
}
.link_list .interview_btn .link_area a p.job.career {
  background-color: #C94B98;
}
.link_list .interview_btn .link_area a:hover .people_image img {
  transform: scale(1.05);
}

.under_link_area a {
  background: url("/assets/img/work_people/interview/under_link_bg.jpg") center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=interviewtop.css.map */