@charset "utf-8";
/* 会社情報ページ */

.main_title-image-recruit {
  background: url(/assets/img/recruit/head_recruit.jpeg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.main_title-visual .main_title-image {
  position: absolute;
  width: 92.5%;
  height: 100%;
  top: 0;
  left: 7.5%;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  z-index: 1;
}
@media all and (max-width:1366px) {
  .main_title-visual .main_title-image {
    width: 120%;
    left: 0;
    border-radius: 0;
  }
}
@media all and (max-width:1117px) {
  .main_title-visual .main_title-image {
    width: 120%;
    left: 0;
    border-radius: 0;
  }
}
@media all and (max-width:413px) {
  .main_title-visual .main_title-image {
    width: 130%;
    left: 0;
    border-radius: 0;
  }
}
.lr_inner .recruit-pamphlet {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1880 / 1050;
  overflow: hidden;
}
