@charset "UTF-8";
/*=============================================
 * html
 *=============================================*/

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/*=============================================
   main
*=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  box-sizing: border-box; }

.wrap {
  width: 100%;
  max-width: 1150px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0; }

.wrap2 {
  width: 100%;
  max-width: 1150px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0; }

img {
  width: auto;
  max-width: 100%;
  height: auto; }

a {
  transition: all 0.3s; }

a img {
  transition: all 0.3s; }

a:hover {
  text-decoration: none; }

a[href^=':tel'] {
  pointer-events: none; }

@media screen and (max-width: 560px) {
  a[href^=':tel'] {
    pointer-events: auto; } }
@media only screen and (min-width: 561px) {
  a:hover {
    opacity: 0.8; } }
@media screen and (max-width: 560px) {
  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 5.35vw; }
  .wrap2 {
    width: 100%;
    max-width: 100%;
    padding: 0 5.35vw; } }
@media screen and (min-width: 561px) {
  [class*=heightLine-sp] {
    height: auto !important; } }
@media screen and (max-width: 560px) {
  [class*=heightLine-pc] {
    height: auto !important; } }
/*=============================================
   Custom
*=============================================*/
.u-hidden-pc {
  display: block; }

.u-hidden-sp {
  display: none; }

@media screen and (min-width: 561px) {
  .u-hidden-pc {
    display: none; }

  .u-hidden-sp {
    display: block; } }
.u-cl-red {
  color: #cf2d2d; }

.u-cl-brown {
  color: #665831; }

.u-cl-yellow {
  color: #b29257; }

.u-cl-white {
  color: #fff; }

.u-cl-black {
  color: #333; }

.u-cl-orange {
  color: #ca3921; }

.u-cl-grey {
  color: #505050; }

.u-cl-green {
  color: #00AB84; }

.u-txt-c {
  text-align: center; }

.u-txt-r {
  text-align: right; }

.u-uppercase {
  text-transform: uppercase; }

.c-image--cover {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

.c-title__common {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.025em;
  line-height: 1.5; }

.c-title__small {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }

.p-button__common a,
.p-button__common button {
  display: inline-block;
  width: 100%;
  max-width: 570px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  color: #fff;
  border: 2px solid #00AA83;
  background-color: #00AA83;
  background: linear-gradient(90deg, rgba(0, 170, 131, 1) 0%, rgba(0, 170, 131, 0.90) 100%);
  border-radius: 50px;
  padding: 13px 30px 11px 60px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 560px) {
  .c-title__common {
    font-size: 5.17vw; }

  .search .c-title__common,
  .top .c-title__common {
    font-size: 5.13vw;
  }
  .c-title__small {
    font-size: 3.21vw;
    line-height: 4.64vw; }

  .p-button__common a,
  .p-button__common button {
    font-size: 3.57vw;
    line-height: 4.28vw;
    max-width: 71.42vw;
    padding: 3.6vw 2vw 3vw; } }
.slick-arrow {
  width: 32px;
  height: 32px;
  border: 0;
  font-size: 0;
  border-radius: 50%;
  box-shadow: 0 0 4px #000;
  cursor: pointer;
  transition: all 0.3s; }

.slick-prev {
  background: rgba(255, 255, 255, 0.7) url("../img/common/slider-prev.webp") no-repeat center top/cover; }

.slick-next {
  background: rgba(255, 255, 255, 0.7) url("../img/common/slider-next.webp") no-repeat center top/cover; }

@media screen and (min-width: 561px) {
  .slick-arrow:hover {
    background-color: white; } }
/*=============================================
   header
*=============================================*/
/* Default header height variable (desktop). Overridden by JS for exact px. */
:root { --header-h: 80px; }
@media only screen and (max-width: 560px) { :root { --header-h: 14.28vw; } }

.header {
  background-color: #fff;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.85);
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform; }
  .header__wrap {
    display: flex;
    align-items: center;
    gap: 45px;
    height: 100%; }

.header__logo {
  flex: 1 0 0; }
  .header__logo a {
    display: block;
    width: 112px; }

.header__btn-search,
.header__btn-favorite {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 26px; }

.header__btn-search a:before {
  content: '';
  display: block;
  width: 27px;
  height: 28px;
  background-image: url("../img/common/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto -1px; }

.header__btn-favorite a:before {
  content: '';
  display: block;
  width: 30px;
  height: 26px;
  background-image: url("../img/common/icon-heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 2px; }
@media only screen and (max-width: 560px) {
  .header {
    height: 17vw;
  }
  .header__wrap {
    gap: 8.92vw;
  }
  .header__logo a {}
  .header__btn-search,
  .header__btn-favorite {
    font-size: 2.14vw;
    line-height: 5.35vw;
  }

  .header--recruit {
    padding: 3.57vw 0 0;
  }
  .header__btn-search a:before {
    width: 5.1vw;
    height: 5.14vw;
    margin: 0 auto -0.17vw; }
  .header__btn-favorite a:before {
    width: 5.35vw;
    height: 4.66vw;
    margin: 0 auto 0.35vw; }
}
.hamburger {
  background: url("../img/common/hamburger.webp") no-repeat center top/cover;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: all 0.3s; }
  .hamburger:hover {
    opacity: 0.7; }
@media only screen and (max-width: 560px) {
  .hamburger {
    width: 5vw;
    height: 4.99vw;
  }
}

.header--recruit {
  height: auto;
  padding: 20px 0 0; }

.recruit-nav {
  display: flex;
  justify-content: center;
  gap: 100px;
  font-size: 18px;
  color: #AAAAAA;
  padding-top: 30px; }
  .recruit-nav__item a {
    display: block;
    padding: 0 10px 10px;
    border-bottom: 3px solid transparent; }
    .recruit-nav__item a.current, .recruit-nav__item a:hover {
      color: #595757;
      border-bottom-color: #595757; }

@media only screen and (max-width: 560px) {
  .recruit-nav {
    gap: 8.92vw;
    padding-top: 3.21vw; } }
.navbar {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box; }
  .navbar__close {
    background: url("../img/common/hamburger_close.webp") no-repeat center top/cover;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
    transition: all 0.3s;
    cursor: pointer; }
    .navbar__close:hover {
      opacity: 0.7; }
  .navbar__right {
    display: grid;
    background-color: #fff;
    width: 744px;
    overflow-y: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 40px 0;
    transition: all 0.3s linear;
    transform: translateX(100%); }
  .navbar__wrap {
    margin: auto 0; }
  .navbar__counseling {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 25px; }
    .navbar__counseling a {
      display: block;
      background-color: #00AB84;
      color: #fff;
      font-size: 16px;
      letter-spacing: -0.05em;
      line-height: 24px;
      text-align: center;
      border-radius: 50px;
      box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
      padding: 12px 0; }
      .navbar__counseling a:hover {
        background-color: #000;
        opacity: 1; }
  .navbar__banner {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 25px; }
  .navbar__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 15px;
    line-height: 20px;
    padding-top: 25px; }
  .navbar__nav-item a {
    display: flex;
    align-items: center;
    border: 1px solid #DDDDDD;
    padding: 14px 20px; }
    .navbar__nav-item a i {
      background: url("../img/common/icon-heart-green.svg") no-repeat center top/cover;
      width: 22px;
      height: 19px;
      margin-right: 10px; }
    .navbar__nav-item a small {
      display: inline-block;
      vertical-align: bottom;
      font-size: 10px; }
  .navbar__cta {
    padding-top: 25px;
    max-width: 520px;
    margin: 20px auto 0;
    border: 2px solid #CFCFCF;
    border-radius: 20px;
    padding-bottom: 25px; }
  .navbar__cta-title {
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 28px;
    text-align: center; }
  .navbar__cta-faq {
    max-width: 265px;
    margin: 0 auto;
    padding-top: 15px; }
    .navbar__cta-faq a {
      display: block;
      background-color: #fff;
      border: 3px solid #00AB84;
      color: #00AB84;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      border-radius: 50px;
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.25);
      padding: 14px 0; }
      .navbar__cta-faq a:hover {
        background-color: #00AB84;
        color: #fff;
        opacity: 1; }
  .navbar__cta-item--tel {
    text-align: center; }
    .navbar__cta-item--tel a {
      display: inline-block;
      background: url("../img/common/icon-tel-green.svg") no-repeat center left/18px auto;
      font-size: 24px;
      line-height: 40px;
      padding-left: 26px; }
    .navbar__cta-item--tel time {
      display: block;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 18px; }
  .navbar__cta-item--form a {
    font-size: 13px;
    letter-spacing: 0.01em;
    text-decoration: underline; }
    .navbar__cta-item--form a:hover {
      text-decoration: none; }
  .navbar__cta-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding-top: 15px; }
  .navbar__sns {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-top: 25px; }
    .navbar__sns li img {
      width: 30px;
      height: 30px; }

.search-form__title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 26px;
  padding-bottom: 20px; }
.search-form__fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
.search-form__field {
  width: calc(50% - 4px);
  position: relative; }
  .search-form__field:last-child {
    width: 100%; }
.search-form__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1; }
  .search-form__icon--location {
    background: url("../img/common/icon-location.svg") no-repeat center top/cover;
    width: 14px;
    height: 21px; }
  .search-form__icon--calendar {
    background: url("../img/common/icon-calendar.svg") no-repeat center top/cover;
    width: 20px;
    height: 21px; }
  .search-form__icon--filter {
    background: url("../img/common/icon-search-green.svg") no-repeat center top/cover;
    width: 17px;
    height: 17px; }
.search-form__input, .search-form__select {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 15px 3px 35px;
  cursor: pointer; }
  .search-form__input ::-webkit-input-placeholder, .search-form__select ::-webkit-input-placeholder {
    color: #666; }
  .search-form__input ::-moz-placeholder, .search-form__select ::-moz-placeholder {
    color: #666; }
  .search-form__input :-ms-input-placeholder, .search-form__select :-ms-input-placeholder {
    color: #666; }
  .search-form__input :-moz-placeholder, .search-form__select :-moz-placeholder {
    color: #666; }
.search-form__select {
  -webkit-appearance: none;
  -moz-appearance: none; }
.search-form__link {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 15px 3px 35px;
  box-sizing: border-box;
  cursor: pointer; }
.search-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 300px;
  height: 47px;
  background-color: #fff;
  border: 3px solid #00AA83;
  color: #00AA83;
  font-size: 16px;
  line-height: 24px;
  margin: 16px auto 0;
  box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s; }
  .search-form__button:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url("../img/common/icon-search-green.svg") no-repeat center top/cover; }
  .search-form__button:hover {
    opacity: 0.7; }

.search-form--navbar {
  max-width: 380px;
  background-color: #E0F0EB;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 20px; }

.navOpen main {
  overflow: hidden; }
.navOpen .navbar {
  opacity: 1;
  visibility: visible; }
.navOpen .navbar__right {
  transform: translateX(0); }

@media only screen and (max-width: 560px) {
  .navbar__right {
    width: 90%;
    max-width: 89.28vw; }
  .navbar__counseling {
    max-width: 69.64vw;
    padding-top: 5vw; }
    .navbar__counseling a {
      font-size: 3.39vw;
      line-height: 4.28vw;
      border-radius: 8.92vw;
      box-shadow: 0.71vw 0.71vw 1.07vw rgba(0, 0, 0, 0.25);
      padding: 2.14vw 0; }
  .navbar__banner {
    max-width: 69.64vw;
    padding-top: 5vw; }
  .navbar__nav {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 5vw;
    font-size: 2.67vw;
    line-height: 3.57vw; }
  .navbar__nav-item a {
    font-size: 3.57vw;
    border: 0.17vw solid #DDDDDD;
    padding: 3.03vw 3.57vw; }
    .navbar__nav-item a i {
      width: 3.92vw;
      height: 3.39vw;
      margin-right: 1.78vw; }
    .navbar__nav-item a small {
      font-size: 1.78vw; }
  .navbar__cta {
    width: 90%;
    margin: 5vw auto 0;
    padding-top: 5vw;
    max-width: 89.28vw;
    border: 0.35vw solid #CFCFCF;
    border-radius: 3.57vw;
    box-shadow: 0 0.71vw 0 rgba(0, 0, 0, 0.08);
    padding-bottom: 5vw; }
  .navbar__cta-title {
    font-size: 4.1vw;
    line-height: 5vw; }
    .navbar__cta-faq {
      max-width: 53.57vw;
      padding-top: 2.5vw; }
      .navbar__cta-faq a {
        border: 0.53vw solid #00AB84;
        font-size: 3.57vw;
        line-height: 4.28vw;
        border-radius: 8.92vw;
        box-shadow: 0.53vw 0.53vw 0.35vw rgba(0, 0, 0, 0.25);
        padding: 2.5vw 0; }
    .navbar__cta-list {
      flex-direction: column;
      padding-top: 2.5vw; }
    .navbar__cta-item--tel a {
      background-size: 3.57vw auto;
      font-size: 4.1vw;
      line-height: 7.14vw;
      padding-left: 4.64vw; }
      .navbar__cta-item--form a {
        font-size: 3.03vw;
        line-height: 4.28vw;
        padding: 2.5vw 0; }
        .navbar__cta-item--tel time {
          font-size: 3.03vw;
          line-height: 4.28vw; }
  .navbar__sns {
    padding-top: 8.92vw; }
    .navbar__sns li img {
      width: 8.92vw;
      height: 8.92vw; }

  .search-form--navbar {
    width: 90%;
    max-width: 78.57vw;
    border-radius: 3.57vw;
    padding: 3.57vw;
    box-sizing: border-box; } }
@media only screen and (max-width: 560px) {
  .search-form__title {
    font-size: 4.1vw;
    line-height: 4.64vw;
    padding-bottom: 3.57vw;
  }
  .search-form__fields {
    gap: 1.42vw;
  }
  .search-form__field {
    width: calc(50% - 0.71vw);
  }
  .search-form__icon {
    left: 1.78vw;
  }
  .search-form__icon--location {
    width: 2.5vw;
    height: 3.75vw;
  }
  .search-form__icon--calendar {
    width: 3.57vw;
    height: 3.75vw;
  }
  .search-form__icon--filter {
    width: 3.03vw;
    height: 3.03vw;
  }
  .search-form__input,
  .search-form__select {
    border-radius: 1.07vw;
    font-size: 3.39vw;
    line-height: 4.28vw;
    padding: 1.25vw 2.67vw 1.25vw 6.25vw;
  }
  .search-form__link {
    border-radius: 1.07vw;
    font-size: 3.39vw;
    line-height: 4.28vw;
    padding: 1.25vw 2.67vw 1.25vw 6.25vw;
  }
  .search-form__button {
    gap: 0.89vw;
    width: 69.64vw;
    height: 8.39vw;
    border: 0.53vw solid #00AA83;
    font-size: 3.39vw;
    line-height: 4.28vw;
    margin: 2.85vw auto 0;
    border-radius: 8.92vw;
  }
  .search-form__button:before {
    width: 2.5vw;
    height: 2.5vw;
  }
}

/*=============================================
   header show/hide behavior (all pages)
 * Applies to both new header (.header) and legacy (.header-box)
 *=============================================*/
/* Legacy header base transition (defined in shared.css, extended here) */
.header-box {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
}

/* Hide header at first view (TOP page only; JS adds .is-firstview only on TOP) */
body.is-firstview .header,
body.is-firstview .header-box {
  transform: translateY(-100%);
  opacity: 0;
}

/* Show header after scrolling */
body.is-header-visible .header,
body.is-header-visible .header-box {
  transform: translateY(0);
  opacity: 1;
}

/* Offset content only when header is visible */
body.is-header-visible main {
  padding-top: var(--header-h);
}

/* Prevent flash on mobile/slow loads before JS kicks in */
.prehide-header .header,
.prehide-header .header-box {
  transform: translateY(-100%);
  opacity: 0;
  /* Ensure fixed stacking on desktop before JS runs */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
}

/*=============================================
   sc-search-modal
*=============================================*/
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.remodal-wrapper {
  padding: 15px; }

@media screen and (max-width: 560px) {
  .remodal-wrapper {
    padding: 8.92vw 5.35vw 0 !important; } }


.sc-search-modal__wrap {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.3); }
.sc-search-modal__form {
  max-width: 946px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
  text-align: left; }
.sc-search-modal__close {
  background: transparent;
  border: 0;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 27px;
  right: 25px;
  z-index: 1;
  cursor: pointer; }
.sc-search-modal__title {
  background-color: #00AB84;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 44px;
  text-align: center;
  border-radius: 30px 30px 0 0;
  padding: 23px 80px; }
  .sc-search-modal__title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../img/common/icon-search-white.svg") no-repeat center top/cover;
    margin-right: 15px; }
.sc-search-modal__box {
  max-width: 740px;
  margin: 0 auto;
  box-sizing: border-box; }
  .sc-search-modal__box ::-webkit-input-placeholder {
    color: #ccc; }
  .sc-search-modal__box ::-moz-placeholder {
    color: #ccc; }
  .sc-search-modal__box :-ms-input-placeholder {
    color: #ccc; }
  .sc-search-modal__box :-moz-placeholder {
    color: #ccc; }
.sc-search-modal__box + .sc-search-modal__box {
  padding-top: 30px; }
.sc-search-modal__subtitle {
  display: flex;
  align-items: center;
  background-color: #E0F0EB;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 44px;
  padding: 10px 20px 12px;
  position: relative; }
  .sc-search-modal__subtitle i {
    display: block;
    margin-right: 10px; }
    .sc-search-modal__subtitle i img {
      display: block;
      width: 100%;
      max-width: inherit; }
  .sc-search-modal__subtitle .icon-search {
    width: 25px; }
  .sc-search-modal__subtitle .icon-location {
    width: 20px; }
  .sc-search-modal__subtitle .icon-calendar {
    width: 35px; }
  .sc-search-modal__subtitle .icon-user {
    width: 23px; }
  .sc-search-modal__subtitle .icon-heart {
    width: 29px; }
  .sc-search-modal__subtitle .icon-building {
    width: 27px; }
.sc-search-modal__input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-top: 40px;
  padding: 13px 20px 15px;
  border-radius: 5px;
  outline: 0; }
.sc-search-modal__options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 50px;
  padding: 40px 20px 0; }
.sc-search-modal__option {
  font-size: 23px;
  letter-spacing: -0.05em;
  line-height: 35px;
  position: relative;
  padding-left: 50px;
  cursor: pointer; }
  .sc-search-modal__option:before, .sc-search-modal__option:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0; }
  .sc-search-modal__option:before {
    background: url("../img/common/icon-check.svg") no-repeat center/cover; }
  .sc-search-modal__option:after {
    background: url("../img/common/icon-checked.svg") no-repeat center/cover;
    display: none; }
  .sc-search-modal__option input {
    display: none; }
  .sc-search-modal__option:has(input:checked):after {
    display: block; }
.sc-search-modal__box--area {
  padding-bottom: 80px;
}
.sc-search-modal__box--area .sc-search-modal__options {
  display: block;
  width: 600px;
  height: 575px;
  margin: 40px auto 0;
  padding: 0;
  position: relative; }
.sc-search-modal__box--area .sc-search-modal__option {
  display: grid;
  padding: 0;
  position: absolute; }
  .sc-search-modal__box--area .sc-search-modal__option:before, .sc-search-modal__box--area .sc-search-modal__option:after {
    display: none; }
  .sc-search-modal__box--area .sc-search-modal__option--hokkaido {
    width: 36.3%;
    top: 0;
    right: 0; }
  .selected__option--hokkaido {
    font-size: 14px;
    margin-top: -3%;
    margin-left: 43%;
  }
  .sc-search-modal__box--area .sc-search-modal__option--tohoku {
    width: 29.5%;
    top: 31.2%;
    right: 10.7%; }
  .selected__option--tohoku {
    font-size: 14px;
    margin-top: -20%;
    margin-left: 30%;
  }
  .sc-search-modal__box--area .sc-search-modal__option--kanto {
    width: 36.5%;
    top: 65%;
    right: 7.4%; }
  .selected__option--kanto {
    font-size: 14px;
    margin-top: -3%;
    margin-left: 43%;
  }
  .sc-search-modal__box--area .sc-search-modal__option--koshinetsu {
    width: 27.2%;
    top: 45.5%;
    left: 37.4%; }
  .selected__option--koshinetsu {
    font-size: 14px;
    margin-top: -47%;
    margin-left: -1%;
    z-index: 2;
  }
  .sc-search-modal__box--area .sc-search-modal__option--tokai-hokuriku {
    width: 37.2%;
    top: 63%;
    left: 39.7%; }
  .selected__option--tokai-hokuriku {
    font-size: 14px;
    margin-top: -47%;
    margin-left: -1%;
    z-index: 2;
  }
  .sc-search-modal__box--area .sc-search-modal__option--kansai {
    width: 21%;
    top: 75.5%;
    right: 46.6%; }
  .selected__option--kansai {
    font-size: 14px;
    margin-top: -3%;
    margin-left: 52%;
  }
  .sc-search-modal__box--area .sc-search-modal__option--chugoku-shikoku {
    width: 23.6%;
    top: 60.7%;
    left: 11.9%; }
  .selected__option--chugoku-shikoku {
    font-size: 14px;
    margin-top: -60%;
    margin-left: -2%;
    z-index: 2;
  }
  .sc-search-modal__box--area .sc-search-modal__option--kyushu {
    width: 25.6%;
    top: 86.8%;
    left: -5.7%; }
  .selected__option--kyushu {
    font-size: 14px;
    margin-top: -5%;
    margin-left: -1%;
  }
  .sc-search-modal__box--area .sc-search-modal__option--okinawa {
    width: 50%;
    top: -1%;
    left: -5.2%; }
  .selected__option--okinawa {
    font-size: 14px;
    margin-top: -24%;
    margin-left: -1%;
  }
  .sc-search-modal__box--area .sc-search-modal__option img {
    grid-area: 1/1; }
    .sc-search-modal__box--area .sc-search-modal__option img.on {
      display: none; }
  .sc-search-modal__box--area .sc-search-modal__option:has(input:checked):after {
    display: none; }
  .sc-search-modal__box--area .sc-search-modal__option:has(input:checked) img.off {
    display: none; }
  .sc-search-modal__box--area .sc-search-modal__option:has(input:checked) img.on {
    display: block; }
.sc-search-modal__box--location .sc-search-modal__options {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
.sc-search-modal__box--location .sc-search-modal__option {
  display: grid;
  padding: 0; }
  .sc-search-modal__box--location .sc-search-modal__option:before, .sc-search-modal__box--location .sc-search-modal__option:after {
    display: none; }
  .sc-search-modal__box--location .sc-search-modal__option:nth-child(1), .sc-search-modal__box--location .sc-search-modal__option:nth-child(2), .sc-search-modal__box--location .sc-search-modal__option:nth-child(3) {
    width: calc(33.33% - 14px); }
  .sc-search-modal__box--location .sc-search-modal__option:nth-child(4), .sc-search-modal__box--location .sc-search-modal__option:nth-child(5), .sc-search-modal__box--location .sc-search-modal__option:nth-child(6), .sc-search-modal__box--location .sc-search-modal__option:nth-child(7) {
    width: calc(25% - 16px); }
  .sc-search-modal__box--location .sc-search-modal__option img {
    grid-area: 1/1; }
    .sc-search-modal__box--location .sc-search-modal__option img.on {
      display: none; }
  .sc-search-modal__box--location .sc-search-modal__option:has(input:checked):after {
    display: none; }
  .sc-search-modal__box--location .sc-search-modal__option:has(input:checked) img.off {
    display: none; }
  .sc-search-modal__box--location .sc-search-modal__option:has(input:checked) img.on {
    display: block; }
.sc-search-modal__toggle {
  padding-top: 40px;
  border-bottom: 1px solid #999999; }
  .sc-search-modal__toggle-link {
    font-size: 23px;
    line-height: 34px;
    padding: 0 40px 30px 20px;
    position: relative;
    cursor: pointer; }
    .sc-search-modal__toggle-link:after {
      content: '';
      width: 15px;
      height: 9px;
      background: url("../img/common/arrow-down-green.svg") no-repeat center top/cover;
      position: absolute;
      top: 16px;
      right: 0;
      transition: all 0.3s; }
  .sc-search-modal__toggle-main {
    display: none;
    padding: 0 20px 30px; }
  .sc-search-modal__toggle.is-active .sc-search-modal__toggle-link:after {
    transform: rotate(-180deg); }
  .sc-search-modal__toggle .sc-search-modal__options {
    grid-template-columns: repeat(2, 1fr);
    border-left: 5px solid #F2F2F2;
    padding: 10px 30px; }
.sc-search-modal__group {
  padding: 40px 20px 0; }
  .sc-search-modal__group .sc-search-modal__options {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 0 0; }
.sc-search-modal__group + .sc-search-modal__group {
  padding-top: 60px; }
.sc-search-modal__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 24px; }
  .sc-search-modal__heading:after {
    content: '';
    border-top: 1px solid #4D4D4D;
    flex: 1 0 0; }
.sc-search-modal__box--facility-type .sc-search-modal__options {
  grid-template-columns: repeat(2, 1fr); }
.sc-search-modal__submit {
  display: block;
  width: 380px;
  height: 60px;
  background-color: #fff;
  border: 3px solid #00AA83;
  color: #00AA83;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  border-radius: 50px;
  margin: 80px auto 0;
  padding-bottom: 2px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  cursor: pointer; }
  .sc-search-modal__submit:hover {
    background-color: #00AA83;
    color: #fff; }
.sc-search-modal__actions {
  background-color: #E0F0EB;
  border-radius: 0;
  padding: 27px;
  position: sticky;
  bottom: 0;
  z-index: 10; }
.sc-search-modal__clear {
  width: auto;
  height: auto;
  background: transparent;
  border: 0;
  color: #808080;
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }
  .sc-search-modal__clear:hover {
    text-decoration: none; }
.sc-search-modal__button {
  text-align: center; }
  .sc-search-modal__button a {
    max-width: 630px;
    background-color: #00AB84;
    color: #fff;
    font-size: 24px;
    padding: 12px; }
    .sc-search-modal__button a:hover {
      background-color: #000;
      border-color: #000; }
.sc-search-modal__back {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 23px;
  line-height: 34px;
  cursor: pointer; }
  .sc-search-modal__back:before {
    content: '＜'; }
.sc-search-modal__region {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
  padding-top: 60px; }
  .sc-search-modal__region.is-active {
    display: grid; }
.sc-search-modal__screen {
  display: none; }
.sc-search-modal__screen.is-active {
  display: block; }

@media screen and (max-width: 560px) {
  .sc-search-modal__wrap.wrap {
    padding: 0; }
  .sc-search-modal__form {
    padding: 1.78vw 2.67vw 10.71vw; }
  .sc-search-modal__close {
    font-size: 5vw;
    top: 4.82vw;
    right: 4.46vw; }
  .sc-search-modal__title {
    font-size: 5.35vw;
    line-height: 7.85vw;
    border-radius: 5.35vw 5.35vw 0 0;
    padding: 4.1vw 14.28vw; }
  .sc-search-modal__box + .sc-search-modal__box {
    padding-top: 7.69vw;
  }
  .sc-search-modal__subtitle {
    font-size: 5.17vw;
    line-height: 7.85vw;
    padding: 1.78vw 3.57vw 2.14vw; }
    .sc-search-modal__subtitle i {
      margin-right: 1.78vw; }
      .sc-search-modal__subtitle i img {
        width: 100%; }
    .sc-search-modal__subtitle .icon-search {
      width: 4.46vw; }
    .sc-search-modal__subtitle .icon-location {
      width: 3.57vw; }
    .sc-search-modal__subtitle .icon-calendar {
      width: 6.25vw; }
    .sc-search-modal__subtitle .icon-user {
      width: 4.1vw; }
    .sc-search-modal__subtitle .icon-heart {
      width: 5.17vw; }
    .sc-search-modal__subtitle .icon-building {
      width: 4.82vw; }
  .sc-search-modal__input {
    border: 0.17vw solid #CCCCCC;
    font-size: 3.92vw;
    line-height: 5.71vw;
    margin-top: 7.14vw;
    padding: 2.32vw 3.57vw 2.67vw;
    border-radius: 0.89vw; }
  .sc-search-modal__options {
    grid-template-columns: repeat(2, 1fr);
    padding: 7.14vw 1.78vw 0; }
  .sc-search-modal__option {
    font-size: 4.1vw;
    line-height: 6.25vw;
    padding-left: 8.92vw; }
  .sc-search-modal__option--small {
    font-size: 3.57vw;
  }
  .sc-search-modal__option:before, .sc-search-modal__option:after {
    width: 6.25vw;
    height: 6.25vw; }
  .sc-search-modal__box--area {
    padding-bottom: 7.69vw;
  }
  .sc-search-modal__box--area .sc-search-modal__options {
    margin: 7.14vw 0 0 auto;
    width: 79.6vw;
    height: 76.6vw; }
  .sc-search-modal__box--location .sc-search-modal__options {
    gap: 1.78vw; }
  .sc-search-modal__box--location .sc-search-modal__option:nth-child(1), .sc-search-modal__box--location .sc-search-modal__option:nth-child(2), .sc-search-modal__box--location .sc-search-modal__option:nth-child(3) {
    width: calc(33.33% - 1.25vw); }
  .sc-search-modal__box--location .sc-search-modal__option:nth-child(4), .sc-search-modal__box--location .sc-search-modal__option:nth-child(5), .sc-search-modal__box--location .sc-search-modal__option:nth-child(6), .sc-search-modal__box--location .sc-search-modal__option:nth-child(7) {
    width: calc(25% - 1.42vw); }
  .sc-search-modal__box--period .sc-search-modal__options {
    grid-template-columns: repeat(2, 1fr); }
  .sc-search-modal__toggle .sc-search-modal__options, .sc-search-modal__group .sc-search-modal__options, .sc-search-modal__box--facility-type .sc-search-modal__options {
    grid-template-columns: 1fr; }
  .sc-search-modal__toggle {
    padding-top: 7.14vw;
    border-bottom: 0.17vw solid #999999; }
    .sc-search-modal__toggle-link {
      font-size: 4.1vw;
      line-height: 6.07vw;
      padding: 0 7.14vw 5.35vw 3.57vw; }
      .sc-search-modal__toggle-link:after {
        width: 2.67vw;
        height: 1.6vw;
        top: 2.85vw;
        right: 1.42vw; }
    .sc-search-modal__toggle-main {
      padding: 0 3.57vw 5.35vw; }
    .sc-search-modal__toggle .sc-search-modal__options {
      border-left: 0.89vw solid #F2F2F2;
      padding: 1.78vw 5.35vw; }
  .sc-search-modal__group {
    padding: 7.14vw 3.57vw 0; }
    .sc-search-modal__group .sc-search-modal__options {
      padding: 5.35vw 0 0; }
  .sc-search-modal__group + .sc-search-modal__group {
    padding-top: 10.71vw; }
  .sc-search-modal__heading {
    gap: 2.67vw;
    font-size: 4.1vw; }
    .sc-search-modal__heading:after {
      border-top: 0.17vw solid #4D4D4D; }
  .sc-search-modal__submit {
    width: 67.85vw;
    height: 10.71vw;
    border: 0.53vw solid #00AA83;
    font-size: 4.28vw;
    line-height: 6.25vw;
    border-radius: 8.92vw;
    margin: 14.28vw auto 0;
    padding-bottom: 0.35vw;
    box-shadow: 0.71vw 0.71vw 1.07vw rgba(0, 0, 0, 0.25); }
  .sc-search-modal__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.21vw;
    padding: 4.82vw 3.57vw;
    position: sticky;
    bottom: 0;
    z-index: 10; }
  .sc-search-modal__clear {
    font-size: 2.85vw;
    position: static;
    transform: translateY(0); }
  .sc-search-modal__button {
    width: calc(100% - 31.25vw); }
  .sc-search-modal__back {
    font-size: 4.1vw;
  }
  .sc-search-modal__screen--region {
    padding: 8.92vw 11.6vw 0; }
  .sc-search-modal__region {
    gap: 5.35vw 5.35vw;
    padding-top: 5.35vw;
    grid-template-columns: repeat(2, 1fr); } }
/*=============================================
   section
*=============================================*/
section {
  position: relative; }

/*=============================================
   footer
*=============================================*/
.footer {
  background-color: #00AB84;
  color: #fff;
  position: relative; }

.footer__logo {
  width: 190px;
  margin: 0 auto; }

.footer__sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 30px; }
  .footer__sns li {
    width: 38px; }

.footer__nav {
  width:820px;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 26px; }
  .footer__nav a {
    background: url("../img/common/arrow-right.svg") no-repeat center right/5px auto;
    padding-right: 10px; }
    .footer__nav a:hover {
      text-decoration: underline; }

.footer__nav-sub {
  background-color: #595757;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 20px; }
  .footer__nav-sub a:hover {
    text-decoration: underline; }

.footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #000000;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-align: center; }

.footer--01 {
  background-color: #00AA83; }
.footer--01 .footer__nav-sub, .footer--01 .footer__copyright {
  background-color: transparent; }

@media only screen and (max-width: 560px) {
  .footer__wrap {
    padding: 0; }

  .footer__logo {
    width: 35.71vw;
    margin: 0 auto; }

  .footer__sns {
    gap: 8.92vw;
    padding-top: 5.35vw; }
    .footer__sns li {
      width: 7.14vw; }

  .footer__wrap-col {
    padding: 8.92vw 0; }
    .footer__nav {
      font-size: 3.21vw;
      line-height: 1.7;
      width: 100%; }

  .footer__nav a {
    display: block;
    background: transparent;
    border-bottom: 0.17vw solid #fff;
    padding: 2.67vw 5.35vw;
    position: relative; }
    .footer__nav a:after {
      content: '';
      width: 1.42vw;
      height: 2.5vw;
      background: url("../img/common/arrow-right.svg") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 5.35vw;
      transform: translateY(-50%); }

  .footer__nav-sub {
    font-size: 2.5vw;
    text-align: center;
    padding: 6.25vw; }
    .footer__nav-sub ul {
      display: inline-grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 9.35vw 10.85vw;
      text-align: left; }

  .footer--01 .footer__nav-sub ul {
    display: flex;
    justify-content: center;
    gap: 5.35vw 14.28vw; }
  .footer__copyright {
    font-size: 2.14vw;
    height: 9.82vw;
    padding: 2.2vw 0; } }
@media only screen and (min-width: 561px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: 350px 1fr;
    padding-top: 38px;
    padding-bottom: 38px; }

  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 75px;
    grid-area: 1 / 2; }

  .footer__wrap-col {
    grid-area: 1 / 1; }

  .footer__nav-sub ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 70px; } }
.fixed-button {
  position: fixed;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
#bulk-apply.fixed-button {
  bottom: 0;
  left: 0;
  right: 0;
}
  .fixed-button__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
    padding: 14px 16px;
  }
  .fixed-button__count {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    gap: 8px;
    row-gap: 6px;
    font-size: 16px;
    line-height: 1;
    color: #595757;
    margin: 0;
  }
  .fixed-button__count-label { grid-column: 1 / -1; }
  .fixed-button__count-num {
    color: #00AB84;
    font-size: 32px;
  }
  .fixed-button .p-button__common a {
    background-color: #00AB84;
    color: #fff;
    width: 630px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .fixed-button .p-button__common a:hover {
      background-color: #000;
      border-color: #000; }
  .fixed-button .p-button__common a.is-disabled {
    background-color: #B3B3B3;
    border-color: #B3B3B3;
    cursor: default;
  }
  .fixed-button .p-button__common a.is-disabled:hover {
    background-color: #B3B3B3;
    border-color: #B3B3B3;
  }
  .fixed-button.visible {
    opacity: 1;
    visibility: visible; }
  .fixed-button .icon-search {
    display: inline-flex;
    align-items: center;
    width: 21px;
    margin-left: 10px; }
  .fixed-button .icon-search img {
    display: block;
    width: 100%;
    height: auto; }

@media only screen and (max-width: 560px) {
  .fixed-button .p-button__common a {
    max-width: 71.42vw;
    padding: 3.03vw 1.78vw;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .fixed-button__wrap {
    gap: 3.57vw;
    border-radius: 3.57vw;
    padding: 2.5vw 3.57vw;
  }
  .fixed-button__count {
    gap: 1.42vw;
    row-gap: 1.07vw;
    font-size: 2.85vw;
  }
  .fixed-button__count-num {
    font-size: 8.92vw;
  }
  .fixed-button .icon-search {
    width: 3.75vw;
    margin-left: 1.78vw; }
}
/*=============================================
  c-jobs-slider
*=============================================*/
.c-jobs-slider .slick-list {
  margin: 0 -15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important; }
.c-jobs-slider .slick-slide {
  margin: 0 15px; }
.c-jobs-slider .slick-track {
  display: flex;
  align-items: stretch; }
.c-jobs-slider .slick-slide {
  height: auto; }
.c-jobs-slider .sc-jobs-card {
  width: 300px;
  display: flex;
  flex-direction: column; }
.c-jobs-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%); }
.c-jobs-slider .slick-prev {
  left: -24px; }
.c-jobs-slider .slick-next {
  right: -24px; }

@media screen and (max-width: 560px) {
  .c-jobs-slider {
    margin: 0; }
    .c-jobs-slider .slick-prev {
      left: 6.25vw; }
    .c-jobs-slider .slick-next {
      right: 6.25vw; }
  /* SP: ネイティブ横スクロール（slick無効） */
  .c-jobs-slider {
    display: flex;
    gap: 3vw;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none; /* スナップなし：途中で止められる */
    -webkit-overflow-scrolling: touch;
    margin: 0 -5.35vw;
    padding: 0 5.35vw;
  }
  .c-jobs-slider .sc-jobs-card {
    flex: 0 0 auto;
    width: calc(100vw - 14.7vw);
  }
}
.sc-jobs-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  position: relative; }
  .sc-jobs-card__image {
    position: relative; }
    .sc-jobs-card__image a {
      display: block;
      padding-top: 190px;
      position: relative; }
      .sc-jobs-card__image a img {
        position: absolute;
        top: 0;
        left: 0; }
    .sc-jobs-card__image a img.is-right-top {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .sc-jobs-card__image a img.is-right-bottom {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    /* 3-image layout using flexbox (2/3 left + 1/3 right stacked) */
    .sc-jobs-card__image-grid {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      /* gap: 4px; */
    }
    .sc-jobs-card__image-left {
      flex: 2 1 0;
      position: relative;
    }
    .sc-jobs-card__image-right {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      /* gap: 4px; */
      position: relative;
    }
    .sc-jobs-card__image-right .sc-jobs-card__image-grid-item {
      flex: 1 1 0;
      width: 100%;
      height: auto; /* override 100% to allow equal split by flex */
      min-height: 0;
    }
    .sc-jobs-card__image-grid .sc-jobs-card__image-grid-item {
      position: static;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  /* dim image when job image is marked as close */
  .sc-jobs-card__image-close a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
  }
  .sc-jobs-card__image-close a:before {
    content: 'この求人は募集が終了しています';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    z-index: 4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
  }
  /* overlay entire card when closed (15% dark) */
  .sc-jobs-card:has(.sc-jobs-card__image-close)::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 3;
    pointer-events: none;
  }
  /* NEW ribbon at top-left of job card image */
  .sc-jobs-card__badge-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
  }
  .sc-jobs-card__badge-new:before {
    content: 'NEW';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: no-repeat center / contain url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M24.576%200.81193C23.9014%200.126323%2022.9172%20-0.150132%2021.9883%200.104206C21.0595%200.358545%2020.3407%201.07733%2020.1085%202.00621L18.4166%208.66324C18.2949%209.1498%2017.7973%209.43731%2017.3218%209.29355L10.709%207.43578C9.78012%207.17038%208.78488%207.43578%208.11033%208.11033C7.43578%208.78488%207.17038%209.78011%207.43578%2010.709L9.30461%2017.3218C9.43731%2017.7973%209.1498%2018.2949%208.6743%2018.4166L2.00621%2020.1085C1.07733%2020.3407%200.347487%2021.0705%200.0931485%2021.9994C-0.16119%2022.9283%200.115265%2023.9125%200.800872%2024.587L5.72176%2029.3752C6.07562%2029.718%206.07562%2030.293%205.72176%2030.6469L0.81193%2035.4351C0.126323%2036.1096%20-0.150131%2037.0938%200.104207%2038.0227C0.358545%2038.9516%201.08838%2039.6704%202.01727%2039.9137L8.6743%2041.6056C9.16086%2041.7272%209.44837%2042.2248%209.30461%2042.7003L7.43578%2049.3021C7.17038%2050.2309%207.43578%2051.2262%208.11033%2051.9007C8.78488%2052.5753%209.78012%2052.8407%2010.709%2052.5753L17.3218%2050.7064C17.7973%2050.5737%2018.2949%2050.8613%2018.4166%2051.3368L20.1085%2057.9938C20.3407%2058.9227%2021.0705%2059.6525%2021.9994%2059.9068C22.9283%2060.1612%2023.9125%2059.8847%2024.587%2059.1991L29.3752%2054.2782C29.718%2053.9244%2030.293%2053.9244%2030.6469%2054.2782L35.424%2059.1991C36.0986%2059.8847%2037.0828%2060.1612%2038.0117%2059.9068C38.9405%2059.6525%2039.6593%2058.9227%2039.9026%2057.9938L41.5945%2051.3478C41.7161%2050.8613%2042.2138%2050.5737%2042.6893%2050.7175L49.3021%2052.5863C50.2309%2052.8517%2051.2262%2052.5863%2051.9007%2051.9118C52.5753%2051.2372%2052.8407%2050.242%2052.5753%2049.3131L50.7064%2042.7003C50.5737%2042.2248%2050.8613%2041.7272%2051.3368%2041.6056L57.9938%2039.9137C58.9227%2039.6814%2059.6525%2038.9516%2059.9068%2038.0227C60.1612%2037.0938%2059.8847%2036.0986%2059.1991%2035.4351L54.2782%2030.6469C53.9244%2030.3041%2053.9244%2029.7291%2054.2782%2029.3752L59.1991%2024.587C59.8847%2023.9125%2060.1612%2022.9283%2059.9068%2021.9994C59.6525%2021.0705%2058.9227%2020.3517%2057.9938%2020.1085L51.3368%2018.4166C50.8502%2018.2949%2050.5627%2017.7973%2050.7064%2017.3218L52.5753%2010.709C52.8407%209.78011%2052.5753%208.78488%2051.9007%208.11033C51.2262%207.43578%2050.2309%207.17038%2049.3021%207.43578L42.6893%209.30461C42.2138%209.43731%2041.7161%209.1498%2041.5945%208.6743L39.9026%202.00621C39.6704%201.07733%2038.9405%200.347487%2038.0117%200.0931485C37.0828%20-0.16119%2036.0986%200.115265%2035.424%200.800872L30.6358%205.73282C30.293%206.08668%2029.718%206.08668%2029.3642%205.73282L24.576%200.81193Z%22%20fill%3D%22%23F5AA00%22%2F%3E%3C%2Fsvg%3E');
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    font-size: 12px;
    /* padding: 6px 0; */
    /* transform: rotate(-45deg); */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); */
  }
  /* Safari: prevent flicker of overlay elements during slick transforms */
  /* safariだとスライダー時にお気に入りやnewタグが消えるので調整 */
  .sc-jobs-card,
  .sc-jobs-card__badge-new,
  .sc-jobs-card__favourite {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
  }
@media only screen and (max-width: 560px) {
  .sc-jobs-card__image {
    min-height: 42.85vw;
  }
  .sc-jobs-card__image a {
    padding-top: 50vw;
  }
  .sc-jobs-card__image-grid {
    /* gap: 0.71vw; */
  }
  .sc-jobs-card__image-right {
    /* gap: 0.71vw; */
  }
  .sc-jobs-card__image-close a:before {
    font-size: 3.21vw;
    padding: 1.07vw 0;
  }
  .sc-jobs-card__badge-new {
    width: 16.07vw;
    height: 16.07vw;
  }
  .sc-jobs-card__badge-new:before {
    top: 0;
    /* left: -9vw; */
    /* width: 25vw; */
    font-size: 3.5vw;
    /* padding: 1.07vw 0; */
  }
}
  .sc-jobs-card__favourite {
    width: 50px;
    height: 50px;
    background: url("../img/common/favourite-icon.svg") no-repeat center top/cover;
    position: absolute;
    bottom: 10px;
    right: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s; }
    .sc-jobs-card__favourite input {
      display: none; }
    .sc-jobs-card__favourite:has(input:checked) {
      background-image: url("../img/common/favourite-icon-active.svg"); }
  .sc-jobs-card__pr {
    width: 40px;
    font-size: 19px;
    letter-spacing: 0.025em;
    line-height: 23px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid;
    border-radius: 2px;
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center; }
  /* bulk apply badge */
  .sc-jobs-card__apply {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    background-color: #595757;
    font-size: 18px;
    line-height: 1;
    padding: 10px 12px 10px 46px; /* left space for icon */
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 1;
    cursor: pointer; }
    .sc-jobs-card__apply input { display: none; }
    /* white tile behind icon */
    .sc-jobs-card__apply:before {
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 4px;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
    /* checkmark icon over the white tile */
    .sc-jobs-card__apply:after {
      content: '';
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      background-image: url("../img/common/icon_favorite_check.svg");
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%); }
    .sc-jobs-card__apply:has(input:checked) { background-color: #00AB84; }
    .sc-jobs-card__apply:has(input:checked):after { background-image: url("../img/common/icon_favorite_checked.svg"); }

@media screen and (max-width: 560px) {
  .sc-jobs-card__favourite {
    width: 8.92vw;
    height: 8.92vw;
    bottom: 1.78vw;
    right: 1.78vw;
    box-shadow: 0 0 0.71vw rgba(0, 0, 0, 0.4); }
  .sc-jobs-card__apply {
    gap: 1.42vw; /* 8px */
    font-size: 3.21vw; /* 18px */
    padding: 1.25vw 2.14vw; /* 7px 12px */
    border-radius: 2.14vw; /* 12px */
    top: 1.42vw; /* 8px */
    left: 1.42vw; /* 8px */
  }
  .sc-jobs-card__apply {
    padding-left: 7.14vw; /* 40px */
  }
  .sc-jobs-card__apply:before,
  .sc-jobs-card__apply:after {
    width: 4.28vw; /* 24px */
    height: 4.28vw; /* 24px */
    left: 2.14vw; /* 12px */
  }
}
  .sc-jobs-card__group {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 20px;
    padding: 14px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .sc-jobs-card__title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.6;
    padding-top: 6px; }
    .sc-jobs-card__title a {
      font-weight: bold;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box;
      overflow: hidden; }
    .sc-jobs-card__title + a,
    .sc-jobs-card__data {
      padding-top: 6px;
      display: flex;
      flex-wrap: wrap;
      gap: 6px 20px; }
  .sc-jobs-card__location {
    background: url("../img/common/icon-location-green.svg") no-repeat center left/12px auto;
    max-width: 100%;
    color: #00AA83;
    padding-left: 20px; }
  .sc-jobs-card__update {
    max-width: 50%;
    position: absolute;
    top: 20px;
    right: 16px; }
  .sc-jobs-card__category {
    background: url("../img/common/icon-user-green.svg") no-repeat center left/14px auto;
    /* margin-top: 12px; */
    padding-left: 25px; }
  .sc-jobs-card__salary {
    background: url("../img/common/icon-yen-green.svg") no-repeat center left/12px auto;
    /* margin-top: 6px; */
    padding-left: 25px; }
  .sc-jobs-card__period {
    background: url("../img/common/icon-calendar-green.svg") no-repeat center left/14px auto;
    /* margin-top: 6px; */
    padding-left: 25px; }
  .sc-jobs-card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 16px;
    max-height: 108px;
    overflow: hidden;
    margin-top: auto; }
  .sc-jobs-card__tag {
    display: block;
    background-color: #E6F7F3;
    color: #00AA83;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 8px 10px; }
  body.top .sc-jobs-card__tags {
    /* Clamp to 3 lines: 3 * 18px line-height + 2 * 5px row gap */
    max-height: 108px;
    overflow: hidden; }
  /* apply button under tags (favorites page only) */
  .sc-jobs-card__cta {
    padding-top: 16px;
  }
  .c-apply-button {
    display: inline-block;
    width: 100%;
    max-width: 570px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    background-color: #FF6C00;
    border-radius: 50px;
    padding: 12px 16px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  }
  .c-apply-button:hover {
    opacity: 1;
    background-color: #000;
  }

  @media screen and (max-width: 560px) {
    .sc-jobs-card__group {
      font-size: 2.85vw;
      padding: 3.6vw; }
    .sc-jobs-card__title {
      font-size: 3.7vw;
      line-height: 160%;
      padding-top: 2vw; }
    .sc-jobs-card__title + a,
    .sc-jobs-card__data {
      padding-top: 2.4vw;
      gap: 1.6vw 7vw; }
    .sc-jobs-card__location {
      font-size: 3.2vw;
      background: url("../img/common/icon-location-green.svg") no-repeat center left/3vw auto;
      padding-left: 4.5vw; }
    .sc-jobs-card__update {
      font-size: 3.2vw;
      top: 3.57vw;
      right: 2.85vw; }
    .sc-jobs-card__category {
      font-size: 3.2vw;
      /* padding-top: 1.07vw; */
      /* padding-bottom: 1.07vw; */
      background: url("../img/common/icon-user-green.svg") no-repeat left center/3vw auto;
      /* margin-top: 2.14vw; */
      padding-left: 4.46vw; }
    .sc-jobs-card__salary {
      font-size: 3.2vw;
      /* padding-top: 1.07vw; */
      /* padding-bottom: 1.07vw; */
      background: url("../img/common/icon-yen-green.svg") no-repeat left center/3vw auto;
      /* margin-top: 1.07vw; */
      padding-left: 4.46vw; }
    .sc-jobs-card__period {
      /* padding-top: 1.07vw; */
      /* padding-bottom: 1.07vw; */
      background: url("../img/common/icon-calendar-green.svg") no-repeat left center/3vw auto;
      /* margin-top: 1.07vw; */
      padding-left: 4.46vw; }
    .sc-jobs-card__tags {
      gap: 1.5vw;
      padding-top: 3.03vw;
      max-height: 18.85vw;
      overflow: hidden; }
    .sc-jobs-card__tag {
      /* border-radius: 0; */
      font-size: 2.83vw;
      line-height: 3.21vw;
      padding: 2.0vw 2.4vw; }
    body.top .sc-jobs-card__tags {
      max-height: 18.85vw;
      overflow: hidden; } }
@media screen and (max-width: 560px) {
  .sc-jobs-card__cta {
    padding-top: 2.85vw;
  }
  .c-apply-button {
    font-size: 3.57vw;
    line-height: 4.28vw;
    max-width: 71.42vw;
    padding: 3.21vw;
    border-radius: 8.92vw;
  }
}

/*=============================================
  search-common
*=============================================*/
.search-common {
  background-color: #E0F0EB;
  padding: 60px 0; }
  .search-common__box:not(:last-child) {
    padding-bottom: 50px; }
  .search-common__heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em; }
    .search-common__heading--start {
      background: url("../img/common/icon-calendar-green.svg") no-repeat center left/23px auto;
      padding-left: 33px; }
    .search-common__heading--area {
      background: url("../img/common/icon-location-green.svg") no-repeat center left/16px auto;
      padding-left: 26px; }
    .search-common__heading--job {
      background: url("../img/common/icon-user-green.svg") no-repeat center left/22px auto;
      padding-left: 32px; }
  .search-common__list {
    font-size: 16px; }
    .search-common__list--simple {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 26px;
      padding-top: 20px; }
      .search-common__list--simple a {
        display: block;
        background-color: #EFF7F5;
        border: 3px solid #B3B3B3;
        border-radius: 10px;
        text-align: center;
        padding: 12px 10px 11px; }
        .search-common__list--simple a:hover {
          background-color: #B3B3B3;
          color: #fff;
          opacity: 1; }
    .search-common__list--group {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      padding-top: 20px; }
  .search-common__item-group {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: flex-start;
    gap: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 30px; }
    .search-common__item-group:not(:last-child) {
      margin-bottom: 20px; }
    .search-common__item-group a {
      text-decoration: underline; }
      .search-common__item-group a:hover {
        text-decoration: none; }
  .search-common__area-list, .search-common__job-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px; }
    .search-common__area-list li, .search-common__job-list li {
      display: flex;
      gap: 8px; }
      .search-common__area-list li:not(:last-child):after, .search-common__job-list li:not(:last-child):after {
        content: "/"; }
  .search-common__button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background-color: #00AB84;
    color: #fff; }
    .search-common__button a:before {
      content: '';
      width: 20px;
      height: 20px;
      background: url("../img/common/icon-search-white.svg") no-repeat center top/cover; }
    .search-common__button a:hover {
      opacity: 0.7; }

@media screen and (max-width: 560px) {
  .search-common {
    padding: 10.71vw 0; }
    .search-common__box:not(:last-child) {
      padding-bottom: 8.92vw; }
    .search-common__heading {
      font-size: 3.21vw;
      letter-spacing: 0.01em; }
      .search-common__heading--start {
        background: url("../img/common/icon-calendar-green.svg") no-repeat center left/4.1vw auto;
        padding-left: 5.89vw; }
      .search-common__heading--area {
        background: url("../img/common/icon-location-green.svg") no-repeat center left/2.85vw auto;
        padding-left: 4.64vw; }
      .search-common__heading--job {
        background: url("../img/common/icon-user-green.svg") no-repeat center left/3.92vw auto;
        padding-left: 5.71vw; }
    .search-common__list {
      font-size: 3.21vw; }
      .search-common__list--simple {
        gap: 1.78vw;
        padding-top: 3.57vw; }
        .search-common__list--simple a {
          border: 0.53vw solid #B3B3B3;
          border-radius: 1.78vw;
          padding: 2.14vw 1.78vw 1.96vw; }
      .search-common__list--group {
        grid-template-columns: 1fr;
        gap: 1.78vw;
        padding-top: 1.78vw; }
    .search-common__item-group {
      grid-template-columns: 14.64vw 1fr;
      gap: 8.92vw;
      border-radius: 1.78vw;
      padding: 4.46vw 5.35vw; }
      .search-common__item-group:not(:last-child) {
        margin-bottom: 1.78vw; }
    .search-common__area-list, .search-common__job-list {
      gap: 1.42vw; }
      .search-common__area-list li, .search-common__job-list li {
        gap: 1.42vw; }
    .search-common__button a {
      gap: 0.35vw; }
      .search-common__button a:before {
        width: 3.57vw;
        height: 3.57vw; } }
/*=============================================
  breadcrum
*=============================================*/
.breadcrum {
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 50px; }
  .breadcrum ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 5px 15px; }
    .breadcrum ul li a {
      color: #585757;
      text-decoration: none; }
      .breadcrum ul li a:hover {
        text-decoration: underline; }
    .breadcrum ul li span {
      color: #00AB84;
      text-decoration: underline; }

/*=============================================
   pagination
*=============================================*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  font-size: 26px;
  line-height: 46px;
  text-align: center; }
  .pagination__prev, .pagination__next {
    width: 11px; }
  .pagination__item a,
  .pagination__item span {
    display: block;
    width: auto;
    padding: 0 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px; }
    .pagination__item a:hover,
    .pagination__item span:hover {
      background-color: #00AB84;
      color: #fff;
      border-color: #00AB84; }
  .pagination__item--active a, .pagination__item--active span {
    background-color: #00AB84;
    color: #fff;
    border-color: #00AB84; }
@media screen and (max-width: 560px) {
  .pagination {
    gap: 5.35vw;
    font-size: 4.64vw;
    line-height: 8.21vw; }
    .pagination__prev, .pagination__next {
      width: 1.78vw; }
    .pagination__item a,
    .pagination__item span {
      font-size: 3.21vw;
      width: auto;
      padding: 0 3.21vw;
      border: 0.35vw solid #ccc;
      border-radius: 1.07vw; } }

.favourite {
  width: 55px;
  height: 55px;
  background: url("../img/common/favourite-icon.svg") no-repeat center top / cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.favourite input {
  display: none;
}

.favourite:has(input:checked) {
  background-image: url("../img/common/favourite-icon-active.svg");
}
/*# sourceMappingURL=shared.css.map */