@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
/* 改行 */
.br-sp {
  display: none;
}

@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}
.no-br-sp {
  display: block;
}

@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}
/* フォントサイズ */
.f34 {
  font-size: 3.4rem;
}

@media (max-width: 1667px) {
  .f34 {
    font-size: 2.9rem;
  }
}
@media (max-width: 834px) {
  .f34 {
    font-size: 1.925rem;
  }
}
.sec-ttl__wrap {
  background-color: transparent;
}

.recruit-lead {
  overflow: hidden;
}

/* -------------------------
 * slider
 * ------------------------- */
.recruit-lead__slider {
  position: relative;
}
.recruit-lead__slider:after {
  content: "";
  position: absolute;
  background: url(../img/recruit/slider-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider-loop .swiper-wrapper {
  transition-timing-function: linear;
  height: auto;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.infinite-slider .swiper-slide {
  height: 63rem !important;
  width: auto !important;
}
@media (max-width: 1200px) {
  .infinite-slider .swiper-slide {
    height: 40rem !important;
  }
}
@media (max-width: 834px) {
  .infinite-slider .swiper-slide {
    height: 30rem !important;
  }
}

.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* -------------------------
 * recruit-lead
 * ------------------------- */
.recruit-lead__inner {
  position: relative;
}
@media (max-width: 834px) {
  .recruit-lead__inner {
    padding-bottom: 0;
  }
}
.recruit-lead__inner:after {
  background: url(../img/common/logo_bg.webp) no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -17%;
  width: 45vw;
  height: 120%;
  transform: translate(0, -7%);
  background-size: contain;
}

.recruit-lead__main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1200px) {
  .recruit-lead__main {
    flex-direction: column;
    gap: 3rem;
  }
}
.recruit-lead__main img {
  width: 20%;
}
@media (max-width: 1200px) {
  .recruit-lead__main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 834px) {
  .recruit-lead__main img {
    height: 210px;
  }
}

.recruit-lead__main-cont {
  margin-right: 10%;
  width: 60%;
}
@media (max-width: 1200px) {
  .recruit-lead__main-cont {
    margin: 0;
    width: 100%;
  }
}

.recruit-lead__mess {
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .recruit-lead__mess {
    margin-bottom: 3rem;
  }
}

/* -------------------------
 * recruit-work
 * ------------------------- */
.recruit-work {
  background: #f3faf0;
}

.recruit-work__cont {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 10rem;
}
@media (max-width: 1200px) {
  .recruit-work__cont {
    margin: 5rem 0 8rem;
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 834px) {
  .recruit-work__cont {
    margin: 3rem 0 5rem;
  }
}

.recruit-work__cont-ttl {
  width: 35%;
}
@media (max-width: 1200px) {
  .recruit-work__cont-ttl {
    width: 100%;
  }
}

.recruit-work__txt {
  width: 60%;
}
@media (max-width: 1200px) {
  .recruit-work__txt {
    width: 100%;
  }
}

.recruit-work__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 834px) {
  .recruit-work__list {
    flex-direction: column;
  }
}
.recruit-work__list li:last-child {
  border-right: 1px dotted #ebebeb;
}
@media (max-width: 834px) {
  .recruit-work__list li:last-child {
    border-right: none;
    border-bottom: none;
  }
}

.recruit-work__list-item {
  width: 33.33%;
  border-left: 1px dotted #ebebeb;
  padding: 4rem;
}
@media (max-width: 1200px) {
  .recruit-work__list-item {
    padding: 2rem;
  }
}
@media (max-width: 834px) {
  .recruit-work__list-item {
    width: 100%;
    border-bottom: 1px dotted #ebebeb;
    border-left: none;
  }
}

.recruit-work__img {
  margin-bottom: 3rem;
}
@media (max-width: 834px) {
  .recruit-work__img {
    margin-bottom: 2rem;
  }
}

.recruit-work__list-cont {
  display: flex;
  align-items: center;
}

.recruit-work__list-cont-sub {
  margin-right: 4rem;
  width: 7rem;
}
@media (max-width: 1200px) {
  .recruit-work__list-cont-sub {
    margin-right: 1rem;
  }
}

.recruit-work__list-cont-txt {
  width: calc(100% - 11rem);
}
@media (max-width: 1200px) {
  .recruit-work__list-cont-txt {
    width: calc(100% - 8rem);
  }
}

/* -------------------------
 * recruit-about
 * ------------------------- */
.recruit-about {
  background: #f6f6f6;
}

.recruit-about__txt {
  margin-bottom: 7rem;
}

.recruit-about__ttl {
  margin: 6rem 0 5rem;
}
@media (max-width: 834px) {
  .recruit-about__ttl {
    margin: 3rem 0 2rem;
  }
}
.recruit-about__ttl .white-bg {
  background-color: #fff;
  border: 1px solid #eeeeee;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
}

.recruit-about__list {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .recruit-about__list {
    gap: 2rem;
  }
}

.recruit-about__list-item {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.03);
  padding: 5rem;
  flex-basis: calc(33.33% - 2.7rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruit-about__list-item {
    flex-basis: calc(50% - 1rem);
    padding: 5rem 3%;
  }
}
@media (max-width: 834px) {
  .recruit-about__list-item {
    flex-basis: 100%;
  }
}
.recruit-about__list-item .f18 {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.recruit-about__list-item .f18 .green-bg {
  background: #15950d;
  border-radius: 3rem;
  width: 8rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  height: 3rem;
  display: grid;
  place-content: center;
}

.recruit-about__list-item-ttl {
  margin-bottom: 3.5rem;
  min-height: 3em;
  display: flex;
  align-items: center;
}
@media (max-width: 834px) {
  .recruit-about__list-item-ttl {
    margin-bottom: 2rem;
    min-height: auto;
  }
}

.recruit-about__icon {
  position: absolute;
  right: 3.5rem;
  top: 3.5rem;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  z-index: 0;
}
@media (max-width: 834px) {
  .recruit-about__icon {
    right: 1.5rem;
    top: 1.5rem;
    width: 6rem;
    height: 6rem;
  }
}

/* -------------------------
 * 追従サイドメニュー
 * ------------------------- */
.recruit-detail__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 3rem 6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .recruit-detail__inner {
    display: block;
    margin: 0 5%;
  }
}

.recruit-detail__ttl {
  position: sticky;
  top: 120px;
  width: 25vw;
  height: fit-content;
}
@media screen and (max-width: 1500px) {
  .recruit-detail__ttl {
    width: 30rem;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-detail__ttl {
    position: inherit;
    width: 100%;
    margin-bottom: 3rem;
  }
}

.recruit-detail__ttl-head {
  margin-bottom: 3.5rem;
}

.js-location-nav__list li {
  margin-bottom: 2rem;
}

.js-location-nav__jp {
  font-weight: 500;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.js-location-nav__link.active .f16 {
  color: #15950d;
}

.js-location-content {
  scroll-margin-top: 12rem;
}
#js-location-content01 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 834px) {
  #js-location-content01 {
    margin-bottom: 4rem;
  }
}

.recruit-detail__cont-ttl {
  background: url(../img/recruit/ttl-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 1rem;
  height: 16rem;
  margin-bottom: 2rem;
  padding: 2rem 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .recruit-detail__cont-ttl {
    height: 8rem;
    padding: 2rem 3rem;
  }
}

.desc-dl {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 834px) {
  .desc-dl {
    padding: 25px 0;
  }
}
@media (max-width: 500px) {
  .desc-dl {
    flex-direction: column;
  }
}

.desc-dl__dt {
  font-size: 18px;
  font-weight: 500;
  color: #15950d;
  width: 200px;
}
@media (max-width: 834px) {
  .desc-dl__dt {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .desc-dl__dt {
    margin-bottom: 5px;
    width: 100%;
  }
}

.desc-dl__dd {
  font-size: 18px;
  width: calc(100% - 200px);
}
@media (max-width: 834px) {
  .desc-dl__dd {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .desc-dl__dd {
    width: 100%;
  }
}

.desc-dl__list li {
  padding-left: 1em;
}/*# sourceMappingURL=recruit.css.map */