@charset "UTF-8";
/* Scss Document */
/* recruit
 * ========================================================================== */
/**
 * 1. 扉ページ
 */
/* 1 */
.RecruitmentPage .Lead-txt {
  margin: 3.3rem 0 28px;
}
@media screen and (max-width: 767px) {
  .RecruitmentPage .Lead-txt {
    margin: 0 0 30px;
  }
}

.full-width-content {
  margin: 0 auto;
  max-width: 1040px;
}

.t-link_2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .t-link_2 {
    padding: 0;
  }
}
.t-link_2__item {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 10px #b9b9b9;
}
@media screen and (max-width: 767px) {
  .t-link_2__item {
    width: 100%;
  }
  .t-link_2__item + .t-link_2__item {
    margin-top: 20px;
  }
}
.t-link_2__link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.t-link_2__link img {
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  width: 100%;
  padding-bottom: 80px;
}
.t-link_2__link:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}
.t-link_2__link:hover::before {
  opacity: 0;
}
.t-link_2__link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  transition-delay: 3s;
}
.t-link_2__text-box {
  white-space: nowrap;
  position: absolute;
  padding: 10px 20px;
  width: 100%;
  height: auto;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}
@media screen and (max-width: 767px) {
  .t-link_2__text-box {
    bottom: 0%;
  }
}
.t-link_2__text-box p {
  font-weight: 700;
}
.t-link_2__text-box p:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 22px;
  right: 20px;
  background: transparent url(../../img/common/ico_link.svg) no-repeat left top;
  transform: translateY(50%);
}
.t-link_2__sttl {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}/*# sourceMappingURL=style.css.map */