@charset "UTF-8";
/* ==============================================================
*  reset
* ============================================================ */


.thumbLink-recruit {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-right: 26px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .thumbLink-ttl {
    margin-top: 2.66vw;
    padding-right: 6.93vw;
    font-size: 4.8vw;
  }
}

.thumbLink-recruit::after {
  position: absolute;
  top: 50%;
  right: 6px;
  translate: 0 -50%;
  display: block;
  width: 12px;
  height: auto;
  aspect-ratio: 12/11;
  background: url(/recruit/img/icn_arrow_blank.jpg) no-repeat center / cover;
  transition: right .3s ease-out;
  content: "";
}
@media screen and (max-width: 768px) {
  .thumbLink-recruit::after {
    right: 1.6vw;
    width: 3.2vw;
  }
}
