@charset "utf-8";

/* default PC */
/* 求人詳細 */
#contents .cta-box.cta-fix-area {
  background-color: rgba(223, 245, 244, 0.85);
  display: none;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#contents .cta-box.cta-fix-area .inner {
  max-width: 1200px;
}

#contents .cta-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-start;
}

#contents .cta-box:not(:has(.tel)) .cta-btn {
  width: 100%;
}

#contents .cta-box .tel {
  width: 300px;
}

#contents .cta-box .tel .sub-ttl {
  display: block;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center;
}

#contents .cta-box .tel a[href*="tel:"] {
  align-items: flex-end;
  color: #2EBDAE;
  display: flex;
  font-size: 34px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .05em;
  text-decoration: none;
}

#contents .cta-box .tel a[href*="tel:"]:before {
  background: url(../image/base/ico_tel_green.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 28px;
  margin-right: 3px;
  width: 28px;
  position: relative;
  bottom: -1px;
}

#contents .cta-fix-area.cta-box .cta-btn {
  width: 100%;
}

#contents .cta-box .cta-btn {
  gap: 20px;
  width: calc(100% - 340px);
}

#contents .cta-box .cta-btn .link-btn {
  max-width: 460px;
}

#contents .cta-box .cta-btn .link-btn::after {
  right: 20px;
}

#contents .cta-box .cta-btn li {
  width: calc((100% - 20px * 2) / 3);
}

#contents .facility-name {
  font-size: 23px;
  font-weight: 500;
}

#contents ul.ico-list {
  display: grid;
  gap: 7px;
  margin-bottom: 25px;
}

#contents .ico-list li .ttl {
  align-items: center;
  font-weight: 500;
  letter-spacing: .05em;
  width: 125px;
}

#contents .ico-list li .ttl::before {
  background: url(../image/contents/ico_job_type.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 25px;
  margin-right: 10px;
  width: 25px;
}

#contents .ico-list li.place .ttl::before {
  background-image: url(../image/contents/ico_map_orange.svg);
  background-size: 88%;
}

#contents .ico-list li.employment .ttl::before {
  background-image: url(../image/contents/ico_person_orange.svg);
}

#contents ul.point-list {
  gap: 8px;
}

#contents ul.point-list li {
  border: 2px solid #34C6B7;
  border-radius: 30px;
  font-size: 90%;
  font-weight: 500;
  padding: 3px 20px;
}

.single-recruit #contents th {
  width: 250px;
}

#contents .facility-area {
  margin: 80px 0 40px;
}

#contents .facility-area .inner .bg-white {
  padding: 50px 50px 90px;
}

#contents .facility-area .other-btn-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  margin: 0 auto;
  max-width: 1000px;
}

#contents .facility-area .grid-box {
  display: grid;
  grid-template-columns: 30% calc(70% - 30px);
  gap: 30px;
}

#contents .facility-area .grid-box:not(:has(p.txt-center)) {
  grid-template-columns: 100%;
}

#contents .facility-area .facility-box.feature:not(:has(.grid-box p.txt-center)) {
  margin: 0 auto;
  max-width: 1000px;
}

#contents .facility-area .splide {
  padding: 0 50px;
}

#contents .facility-area .splide__arrows {
  display: flex;
  height: fit-content;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

#contents .facility-area .splide__arrow {
  background: url(../image/base/arrow_nav.svg) no-repeat center / contain;
  border: none;
  background-color: transparent;
  height: 35px;
  width: 35px;
}

#contents .facility-area .splide__arrow.prev {
  transform: rotate(-180deg);
}

#contents .facility-area .splide__pagination {
  bottom: -35px;
}

#contents .cta-box .simplefavorite-button {
  background-color: #ffe7ce;
  border: 3px solid #ffe7ce;
  border-radius: 30px;
  color: #FF9728;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  max-width: 460px;
  padding: 14px;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 100%;
}

#contents .cta-box .simplefavorite-button::before {
  background: url(../image/base/ico_favorites.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 20px;
  margin: auto;
  transition: .2s;
}

#contents .cta-box .simplefavorite-button.active {
  background-color: #FF9728;
  border-color: #FF9728;
  color: #fff;
  transition: .2s;
}

#contents .cta-box .simplefavorite-button.active::before {
  background-image: url(../image/base/ico_favorites_white.svg);
  transition: .2s;
}

#contents .no-recruit-txt {
  background-color: #fee9e9;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0 auto 40px;
  max-width: 900px;
  padding: 40px;
}

#contents .no-recruit-txt .look-red {
  font-size: 140%;
}

#contents .thum-box:not(:has(.img-2box)) .img-2box-txt {
  margin: 0;
}

#category-recruit {
  img {
    border-radius: 15px;
  }

  #contents .bg-light-orange h2 {
    text-align: center;
    font-weight: 600;
    color: #FF9728;
  }

  #contents .bg-light-orange:nth-child(2) {
    padding: 40px 0 60px 0;
  }

  #contents .bg-light-orange {
    background-image: url(../image/contents/about/pattern-orange.png);
  }

  #contents .bg-green {
    background-image: url(../image/contents/about/pattern-green.png);
  }

  #contents .recruit-catch {
    text-align: center;
    font-size: 150%;
    font-weight: 600;
    color: #27BEAF;
  }

  .comment-area {
    background-color: #FFF4E8;
    border-radius: 10px;
    padding: 40px;
  }

  #contents .comment-area h3 {
    padding: 0;
    border: none;
    font-size: 23px;
    font-weight: 600;
    color: #ff9728;
    margin-bottom: 25px;
    text-align: left;
  }

  #contents h3 {
    text-align: center;
    color: #FF9728;
    font-weight: 600;
    border: none;
    padding: 0;
    font-size: 30px;
  }

  #contents .facility-area .inner .feature.bg-white {
    padding: 50px;
  }
}

@media screen and (max-width: 1400px) {
  #contents .cta-box {
    gap: 30px;
  }

  #contents .cta-box .tel,
  #contents .cta-box .cta-btn {
    width: 100%;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .no-recruit-txt {
    font-size: 18px;
  }

  .single-recruit #contents th {
    width: 170px;
  }

  #contents .cta-box .simplefavorite-button::before {
    height: 23px;
    left: 17px;
    top: 2px;
    width: 23px;
  }

  #contents .cta-box .simplefavorite-button {
    font-size: 16px;
    margin: 0 auto;
    padding: 11px 11px 10px;
  }

  #contents ul.point-list li {
    font-size: 14px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .cta-box.cta-fix-area {
    display: none;
  }

  #contents .facility-area .other-btn-box {
    grid-template-columns: 100%;
    max-width: 500px;
  }

  #contents .facility-area .splide {
    padding: 0 40px;
  }

  #contents .facility-area .splide__arrow {
    height: 28px;
    width: 28px;
  }

  #contents .facility-area .inner .bg-white {
    padding: 50px 30px 90px;
  }

  #contents .facility-area .grid-box {
    grid-template-columns: 100%;
    gap: 15px;
  }

  .single-recruit #contents th {
    width: 140px;
  }

  #contents .cta-box .cta-btn {
    gap: 20px 15px;
    justify-content: center;
  }

  #contents .cta-box .cta-btn li {
    width: calc((100% - 15px * 1) / 2);
  }

  #category-recruit {

    #contents .recruit-catch,
    #contents .bg-light-orange h2 {
      text-align: left;
    }
  }
}

@media screen and (max-width: 640px) {
  #contents .cta-box .cta-btn li {
    width: 100%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .no-recruit-txt {

    padding: 25px;
  }

  #contents .facility-area .other-btn-box {
    max-width: 100%;
  }

  #contents .facility-area .splide {
    padding: 0 35px;
  }

  #contents .facility-area .splide__arrow {
    height: 25px;
    width: 25px;
  }

  #contents .facility-area .inner .bg-white {
    padding: 26px 15px 60px;
  }

  .single-recruit #contents th {
    line-height: 1.5em;
    width: 110px;
  }

  #contents .cta-box .tel a[href*="tel:"] {
    font-size: 28px;
  }

  #contents .cta-box .tel a[href*="tel:"]:before {
    height: 23px;
    margin-right: 2px;
    width: 23px;
  }

  #contents .cta-box .cta-btn {
    gap: 15px;
  }

  #contents .cta-box .simplefavorite-button {
    max-width: 100%;
  }

  #contents .facility-name {
    font-size: 19px;
  }

  #contents ul.point-list li {
    font-size: 13px;
    padding: 3px 15px;
  }

  #category-recruit {
    #contents .bg-light-orange:nth-child(2) .img-2box-txt.bg-white {
      padding: 15px 15px 20px 15px;
    }

    .comment-area {
      padding: 20px 15px;
    }

    #contents .recruit-catch {
      font-size: 120%;
    }

    #contents .comment-area h3 {
      margin-bottom: 10px;
      font-size: 19px;
    }

    #contents h3 {
      font-size: 22px;
    }

    #contents .facility-area .inner .feature.bg-white {
      padding: 25px 15px 20px 15px;
    }

    .search-related-job a {
      font-size: 17px;
      padding: 20px;
    }
  }
}