@charset "UTF-8";
/* リセット＆変数 */
:root {
  --color-primary: #0068b7;
  --color-text-main: #000;
  --color-text-muted: #333;
  --color-text-white: #fff;
  --color-accent-blue: #38bdf8;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-title: 'Roboto', sans-serif;
  --radius-pc: 0.625rem;
  --radius-sp: 0.5rem;
}

@-webkit-keyframes job-list-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes job-list-spinner {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.recruit-hero {
  background: url(../images/recruit/bg_recruit_pc.webp) center bottom/cover no-repeat;
  padding-top: 8.125rem;
}

.recruit-hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.recruit-hero__inner {
  display: flex;
  justify-content: space-between;
}

.recruit-hero__content {
  color: var(--color-text-white);
  padding-top: 4.375rem;
  width: 45%;
}

.recruit-hero__title {
  font-family: var(--font-title);
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 4.375rem;
}

.recruit-hero__subtitle {
  font-family: var(--font-main);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 3.8125rem;
}

.job-card__title {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 135%;
  margin-bottom: 1.4375rem;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.recruit-section-title__text {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
}

.recruit-hero__image-wrap {
  position: relative;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

.recruit-hero__image {
  height: 23.125rem;
  max-width: 35.625rem;
  width: 100%;
  -o-object-fit: cover;
  border-radius: var(--radius-pc);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  display: block;
     object-fit: cover;
}

.recruit-content {
  padding: 9.9rem 0 8rem;
}

.recruit-section-title {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  margin-bottom: 1.875rem;
}

.recruit-section-title__icon {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.job-card {
  border: 1px solid #bbb;
  border-radius: var(--radius-pc);
  color: inherit;
  display: flex;
  gap: 3.125rem;
  padding: 3.125rem;
  position: relative;
  text-decoration: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.job-card.private {
  cursor: not-allowed;
  pointer-events: none;
  position: relative;
}
.job-card.private::after {
  background: var(--color-text-main);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0.2;
  position: absolute;
  z-index: 10;
}

.job-card__image-wrap {
  border-radius: var(--radius-pc);
  height: auto;
  width: 28.125rem;
}

.job-card__image-wrap--no-image {
  border: 0.5px solid #eee;
}

.job-card__image {
  border-radius: var(--radius-pc);
  display: block;
  height: auto;
  width: 28.125rem;
}

.job-card__info {
  padding-bottom: 3rem;
  width: 100%;
}

.job-card__divider {
  background: linear-gradient(to right, #00b9ef 0, #00b9ef 2.375rem, #ccc 2.375rem, #ccc 100%);
  height: 0.0625rem;
  width: 100%;
}

.job-card__desc {
  color: var(--color-text-main);
  font-family: var(--font-main);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 10%;
  line-height: 2rem;
  margin-top: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
}

.job-card__button {
  align-items: center;
  background-color: var(--color-text-main);
  border: 1px solid var(--color-text-main);
  border-radius: 0.25rem;
  bottom: 3.125rem;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: absolute;
  right: 3.125rem;
  transition: background-color 0.3s;
  width: 3rem;
  z-index: 1;
}
.job-card__button::before {
  border-radius: 0.25rem;
  content: "";
  inset: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: -1;
}
.job-card__button::after {
  background: url(../images/recruit/ico_recruit_info_pc.svg) center/cover no-repeat;
  content: "";
  height: 1.9375rem;
  position: absolute;
  width: 1.9375rem;
}

.job-list__sentinel {
  align-items: center;
  display: none;
  justify-content: center;
  min-height: 4rem;
  padding: 2.5rem 0;
}
.job-list__sentinel::before {
  border: 3px solid #ddd;
  border-radius: 50%;
  border-top-color: var(--color-primary, #00b8ee);
  content: "";
  height: 2.25rem;
  transition: opacity 0.3s;
  width: 2.25rem;
}

.job-list__sentinel.is-loading {
  display: flex;
}
.job-list__sentinel.is-loading::before {
  -webkit-animation: job-list-spinner 0.6s linear infinite;
          animation: job-list-spinner 0.6s linear infinite;
}

.job-list__sentinel.is-end {
  display: none;
}

@media (hover: hover){
  .job-card__button:hover::before {
    -webkit-transform: scaleX(1);
    background-color: var(--color-text-white);
            transform: scaleX(1);
  }
  .job-card__button:hover::after {
    background: url(../images/recruit/ico_recruit_btn_arrow_02.svg) center/cover no-repeat;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

@media (min-width: 768px) and (max-width: 1439.98px){
  .recruit-hero__inner,
  .recruit-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .recruit-section-title__icon-svg {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (max-width: 767.98px){
  .recruit-hero {
    background: url(../images/recruit/bg_recruit_sp.webp) center bottom/cover no-repeat;
    height: 45.8rem;
    padding-top: 13.5rem;
  }
  .recruit-hero__inner {
    flex-direction: column;
    padding: 0;
  }
  .recruit-hero__content {
    margin-bottom: 4.6rem;
    width: 100%;
  }
  .recruit-hero__title {
    font-family: var(--font-title);
    font-size: 5.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5rem;
  }
  .recruit-hero__subtitle {
    font-family: var(--font-main);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 4rem;
  }
  .job-card__title {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 135%;
    margin-bottom: 1.5rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .recruit-section-title__text {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
  }
  .recruit-hero__image-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .recruit-hero__image {
    border-radius: 1rem;
    height: 15rem;
    width: 23rem;
  }
  .recruit-section-title {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
  .recruit-content {
    padding: 8.5rem 0 7.5rem;
  }
  .recruit-section-title__icon {
    height: 2.6rem;
    width: 2.6rem;
  }
  .recruit-section-title__icon .recruit-section-title__icon-svg {
    height: 2.6rem;
    width: 2.6rem;
  }
  .job-card {
    border-radius: 1rem;
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.8rem 1.8rem 9rem;
  }
  .job-card__image-wrap {
    border-radius: 1rem;
    height: 100%;
    width: 100%;
  }
  .job-card__image {
    height: 100%;
    width: 100%;
  }
  .job-card__info {
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .job-card__desc {
    color: var(--color-text-main);
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 3rem;
    margin-top: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .job-card__button {
    border-radius: 1rem;
    bottom: 2rem;
    height: 6rem;
    right: 1.8rem;
    width: 6rem;
  }
  .job-card__button::before {
    border-radius: 1rem;
  }
  .job-card__button::after {
    height: 2.4rem;
    position: absolute;
    width: 2.4rem;
  }
  .job-card__divider {
    background: linear-gradient(to right, #00b9ef 0, #00b9ef 2.146rem, #ccc 2.146rem, #ccc 100%);
    height: 0.1rem;
    width: 100%;
  }
}

@media (max-width: 767.98px) and (hover: hover){
  .job-card__button:hover::after {
    -webkit-transform: translateX(1.25px);
            transform: translateX(1.25px);
  }
}

/*# sourceMappingURL=recruit.css.map */