@charset "UTF-8";
@media screen and (max-width: 767px) {
  .people__modal-gallery {
    height: 42vw;
  }
}

#gallery__scroll {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  #gallery__scroll {
    margin-top: 35vw;
  }
}
#gallery__scroll .slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex; /* スライド3枚を横並び */
}
#gallery__scroll .slider .slide {
  width: 10vw;
  max-width: 220px;
  min-width: 190px;
}
@media screen and (max-width: 767px) {
  #gallery__scroll .slider .slide {
    width: 32vw;
    min-width: 130px;
  }
}
#gallery__scroll .slider .slide img {
  display: block;
  width: 100%;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#jobreturn .breadcrumbs {
  background-color: #fff;
}
#jobreturn .welfare {
  background-color: #fff;
  padding: 100px 0 0px;
}
@media screen and (max-width: 767px) {
  #jobreturn .welfare {
    padding: 0px 0 0px;
  }
}

.job-return {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  margin-bottom: 100px;
}
.job-return .inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .job-return {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.job-return:after {
  content: "";
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.job-return .ttlconts {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .job-return .ttlconts {
    flex-direction: column;
  }
}
.job-return .ttlconts .heading__txt {
  margin-top: 25px;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .job-return .ttlconts .heading__txt {
    line-height: 1.7142857143;
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .job-return .ttlconts .heading__image {
    height: 37.8px;
  }
}
@media screen and (max-width: 767px) {
  .job-return .ttlconts .heading__jp {
    font-size: 14px;
    margin-top: 10px;
  }
}
.job-return .ttlconts .img {
  width: 100%;
  max-width: 334px;
}
@media screen and (max-width: 767px) {
  .job-return .ttlconts .img {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.job-return .ttlconts .img img {
  width: 100%;
  height: 100%;
}
.job-return .lists {
  margin-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .job-return .lists {
    margin-top: 35px;
    padding-bottom: 0px;
  }
}
.job-return .lists .item {
  display: flex;
  line-height: 1.7777777778;
  letter-spacing: 0.08em;
  align-items: baseline;
  padding: 30px 0 40px;
  border-top: 1px solid #C6C6C6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-return .lists .item {
    padding: 30px 0;
    flex-direction: column;
    gap: 5px;
  }
}
.job-return .lists .item::before {
  content: "";
  position: absolute;
  left: 0;
  max-width: 211px;
  width: 100%;
  height: 2px;
  top: -1.5px;
  background: #E30100;
}
@media screen and (max-width: 767px) {
  .job-return .lists .item::before {
    max-width: 60px;
  }
}
.job-return .lists .item .ct {
  width: 38.5%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .job-return .lists .item .ct {
    width: 100%;
  }
}
.job-return .lists .item .txt {
  width: 61.5%;
}
@media screen and (max-width: 767px) {
  .job-return .lists .item .txt {
    width: 100%;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.job-return .lists .slide {
  flex-direction: column;
}
.job-return .lists .slide_lists {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .job-return .lists .slide_lists {
    flex-direction: column;
    margin-top: 10px;
  }
}
.job-return .lists .slide_item {
  display: flex;
  flex-direction: column;
  background: #F2F2F2;
  align-items: center;
  width: 25%;
  padding: 25px 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .job-return .lists .slide_item {
    width: 100%;
  }
}
.job-return .lists .slide_item:last-of-type:after {
  display: none;
}
.job-return .lists .slide_item:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../public/img/svg/icons/button-to-top.svg) center/contain no-repeat;
  right: -30px;
  top: 45%;
  transform: rotate(90deg);
  z-index: 1;
  border: 0.5px solid #D0D0D0;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .job-return .lists .slide_item:after {
    bottom: -30px;
    top: initial;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(180deg);
  }
}
.job-return .lists .slide_ttl {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .job-return .lists .slide_ttl {
    font-size: 14px;
  }
}
.job-return .lists .slide_txt {
  font-size: 14px;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .job-return .lists .slide_txt {
    letter-spacing: 0.08em;
  }
}

/* ====================================================
Module
==================================================== */
/* ====================================================
component
==================================================== */
.txt__wt700 {
  font-weight: 700;
}
.txt__sz16 {
  font-size: 1.6rem;
}
.txt__col333 {
  color: #333;
}

[id] {
  scroll-margin-top: 50px; /* すべてのアンカーリンクのスクロール位置を調整 */
}/*# sourceMappingURL=edit.css.map */