@charset "UTF-8";

/* ===============================================================
  style
=============================================================== */
.main-page-recruit {
  --btn-large-any-color: var(--white-color);
  --btn-large-any-bgcolor: var(--mstyle-sub-color);
  margin: var(--main-mar-last);
  z-index: auto;
}

.main-page-recruit .sec-recruit-description {
  margin: var(--sec-mar-base);
}

.main-page-recruit .sec-recruit-description .wrapper {
  display: flex;
  justify-content: space-between;
}

.main-page-recruit .sec-recruit-description .left :is(.para-1, .para-2) {
  margin: 0 0 20px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .main-page-recruit .sec-recruit-description .wrapper {
    flex-direction: column;
    gap: 50px 0;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .main-page-recruit .sec-recruit-description .wrapper {
    flex-direction: column;
    gap: 35px 0;
  }
  .main-page-recruit .sec-recruit-description .left .para-1 {
    display: none;
  }
  .main-page-recruit .sec-recruit-description .left .para-2 {
    margin: 0 0 12px 0;
  }
}


/* ===============================================================
  flow   ■ BEGIN ■
=============================================================== */
.flow-title {     /* 必要な場合はテンプレに組み込むか */
  --svg-width: 24px;
  --svg-color: var(--mstyle-main-color);
  --svg-va: -6px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 10px 0;
}

.flow-arrow {
  display: flex;
}

.flow-arrow div[class^="step-"] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px 0;
  width: 139px;
  height: 73px;
  background: url(../../images/illust/illust-flowbg-next.webp) no-repeat center / contain;
}

.flow-arrow div[class^="step-"] .upper {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--fz-12);
  font-family: var(--font-family-lato);
  font-weight: 700;
  line-height: normal;
  background: var(--mstyle-main-color);
  border-radius: 39px;
  padding: 1px 10px;
}

.flow-arrow div[class^="step-"] .lower {
  color: var(--mstyle-main-color);
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: normal;
}

.flow-arrow div.active-stage {
  background: url(../../images/illust/illust-flowbg-active.webp) no-repeat center / contain;
}

.flow-arrow div.active-stage .upper {
  color: var(--mstyle-main-color);
  background: var(--white-color);
}

.flow-arrow div.active-stage .lower {
  color: var(--white-color);
}

@media (max-width: 1023px) and (min-width: 769px) {
  .flow-arrow {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .flow-title {
    text-align: center;
  }
  .flow-arrow {
    justify-content: center;
  }
  .flow-arrow div[class^="step-"] {
    gap: 0;
    width: 95px;
    height: 49px;
  }
  .flow-arrow div[class^="step-"] .upper {
    font-size: var(--fz-10);
  }
  .flow-arrow div[class^="step-"] .lower {
    font-size: var(--fz-14);
  }
  .sec-job-info .title .hiring {
    margin: 0 0 12px 0;
  }
}

/* ===============================================================
  flow   ■ END ■
=============================================================== */


/* ===============================================================
  ジョブリスト
=============================================================== */
.sec-job-info {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  padding: var(--sec-pad-image);
}

.sec-job-info .job-info + .job-info {
  margin: 100px 0 0 0;
}

.sec-job-info .title {
  margin: 0 0 50px 0;
}

.sec-job-info .title .hiring {
  display: inline-block;
  color: var(--white-color);
  line-height: normal;
  background: var(--mstyle-main-color);
  border-radius: var(--base-radius);
  padding: 5px 30px;
  margin: 0 0 16px 0;
}

.sec-job-info .title .m-style-co {
  display: block;
  font-weight: 500;
  line-height: 100%;
}

.sec-job-info .title .job-title {
  display: block;
  font-size: var(--fz-32);
  font-weight: 700;
  line-height: 125%;
}

.sec-job-info .wrapper {
  display: flex;
  gap: 0 8%;
  margin: 0 0 90px 0;
}

.sec-job-info .wrapper .left .first-raw {
  display: flex;
  align-items: center;
}

.sec-job-info .wrapper .left .first-raw > dt {
  align-self: stretch;
  display: grid;
  place-items: center;
  width: 183px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  background: var(--mstyle-light-green-color);
  border-bottom: 2px solid var(--white-color);
}

.sec-job-info .wrapper .left .first-raw > dd {
  width: 517px;
  font-weight: 300;
  line-height: 170%;
  border-right: 2px solid var(--mstyle-light-green-color);
  border-bottom: 2px solid var(--mstyle-light-green-color);
  background: var(--white-color);
  padding: 24px 18px 24px 18px;
}

.sec-job-info .wrapper .left .first-raw:first-child > dt {
  border-top: 2px solid var(--mstyle-light-green-color);
  border-radius: 8px 0 0 0;
}

.sec-job-info .wrapper .left .first-raw:last-child > dt {
  border-bottom: 2px solid var(--mstyle-light-green-color);
  border-radius: 0 0 0 8px;
}

.sec-job-info .wrapper .left .first-raw:first-child > dd {
  border-top: 2px solid var(--mstyle-light-green-color);
  border-radius: 0 8px 0 0;
}

.sec-job-info .wrapper .left .first-raw:last-child > dd {
  border-radius: 0 0 8px 0;
}

.sec-job-info .wrapper .left .address-raw > dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 67px;
  padding: 0 0 0 18px;
}

.sec-job-info .wrapper .right figure {
  border-radius: var(--base-radius);
  margin: 0 0 30px 0;
  overflow: hidden;
}

.sec-job-info .btn-area {
  margin: 0 0 150px 0;
}

.sec-job-info .contact-module .contact-info-area :is(.mail-area, .tel-area) {
  background: var(--white-color);
}

.sec-job-info .contact-module .opening-hour {
  line-height: normal;
  margin-top: 5px !important;
}

.sec-job-info .contact-module .opening-hour span {
  display: block;
  font-size: .75em;
  margin:  2px 0 0 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-job-info .job-info {
    display: flex;
    flex-direction: column;
  }
  .sec-job-info .job-info .swiper-res {
    order: 2;
  }
  .sec-job-info .job-info .modal {
    order: 3;
  }
  .sec-job-info .job-info .title {
    order: 1;
  }
  .sec-job-info .job-info .wrapper {
    order: 4;
  }
  .sec-job-info .job-info .btn-area {
    order: 5;
  }
  .sec-job-info .job-info .contact-module {
    order: 6;
  }
  .sec-job-info .wrapper {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
  .sec-job-info .wrapper .left {
    width: var(--inner-width-tablet);
    margin: 0 auto;
  }
  .sec-job-info .wrapper .left .first-raw > dt {
    width: 25%;
  }
  .sec-job-info .wrapper .left .first-raw > dd {
    width: 75%;
  }
  .sec-job-info .wrapper .right {
    display: none;
  }
  .sec-job-info .btn-area {
    margin: 0 0 100px 0;
  }
}

@media screen and (max-width:768px) {
  .sec-job-info .job-info {
    display: flex;
    flex-direction: column;
  }
  .sec-job-info .job-info .swiper-res {
    order: 2;
  }
  .sec-job-info .job-info .modal {
    order: 3;
  }
  .sec-job-info .job-info .title {
    order: 1;
    margin: 0 0 35px 0;
  }
  .sec-job-info .job-info .wrapper {
    order: 4;
  }
  .sec-job-info .job-info .btn-area {
    order: 5;
  }
  .sec-job-info .job-info .contact-module {
    order: 6;
  }
  .sec-job-info .title .job-title {
    font-size: var(--fz-24);
  }

  .sec-job-info .wrapper {
    flex-direction: column;
    gap: 25px 0;
    margin: 0 0 60px 0;
  }
  .sec-job-info .wrapper .left {
    font-size: var(--fz-12);
    margin: 0 auto;
  }
  .sec-job-info .wrapper .left .first-raw > dt {
    width: 25%;
  }
  .sec-job-info .wrapper .left .first-raw > dd {
    width: 75%;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 13px 12px 13px;
  }
  .sec-job-info .wrapper .right {
    display: none;
  }
  .sec-job-info .btn-area {
    margin: 0 0 60px 0;
  }
}


/* ===============================================================
  swiper  ■ swiper BEGIN  ■
=============================================================== */
/* スライダーのサイズなど */
.swiper-res {
  display: none;
  width: 100%;
  max-width: 500px;
  height: 333px;
  margin: 0 auto 100px auto;
  position: relative;
}

.slider-store {
  height: 100%;
  border-radius: var(--base-radius);
  box-shadow: var(--box-shadow-card);
  position: relative;
}

.slider-store img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* 矢印の位置調整 */
.main-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: var(--mstyle-main-color);
  border-radius: 50%;
  top: 166px;
  left: -15px;
  transform: translate(0, 50%);
}
.main-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background: var(--mstyle-main-color);
  border-radius: 50%;
  top: 166px;
  right: -15px;
  transform: translate(0, 50%);
}

.main-swiper .swiper-button-next svg {
  --svg-color: var(--white-color);
  width: 18px;
}

.main-swiper .swiper-button-prev svg {
  --svg-color: var(--white-color);
  width: 18px;
  rotate: 180deg;
}

.main-swiper .swiper-button-next:after, .main-swiper .swiper-button-prev:after {
  content: none;
}

.main-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: -40px;
}

.main-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #33333380;
}

.main-swiper .swiper-pagination-bullet-active {
  background: var(--mstyle-main-color);
}

/* モーダル */
.main-swiper .modal {
  display: flex;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(.2);
  justify-content: center;
  align-items: center;
}
.main-swiper .modal-content {
  object-fit: contain;
  max-width: 73%;
  max-height: 73%;
}
.main-swiper .modal-close {
  --svg-width: 32px;
  --svg-color: var(--white-color);
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.main-swiper .hidden {
  display: none;
}
.main-swiper .overflow-hidden {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .swiper-res {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .swiper-res {
    display: block;
    width: var(--inner-width-tablet);
    height: 200px;
  }
  .main-swiper .modal-content {
    max-width: initial;
    height: auto;
    margin: 0;
  }
  .main-swiper .swiper-button-next {
    top: 50%;
  }
  .main-swiper .swiper-button-prev {
    top: 50%;
  }
}

/* ===============================================================
  swiper  ■ swiper END  ■
=============================================================== */