@charset "UTF-8";
/* ========================================
  recruit
======================================== */
/* ----------------------------------------
  Reason（ROLEUPを選ぶ理由）
---------------------------------------- */
.recruit-reason {
  position: relative;
  margin-top: 1.25rem;
  overflow: hidden;
  background: #111 url("../../../img/page/recruit/bg_sp.webp") no-repeat center/cover;
}
@media screen and (min-width: 769px) {
  .recruit-reason {
    margin-top: 4.5625rem;
    background-image: url("../../../img/page/recruit/bg.webp");
  }
}
.recruit-reason__inner {
  padding-block: 5.625rem;
}
@media screen and (min-width: 769px) {
  .recruit-reason__inner {
    padding-block: 8.75rem 9.6875rem;
  }
}
.recruit-reason__head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (1200px <= width) {
  .recruit-reason__head {
    flex-direction: row;
    align-items: end;
  }
}
@media screen and (min-width: 769px) {
  .recruit-reason__head {
    gap: 1.25rem;
    justify-content: space-between;
  }
}
@media (1200px <= width) {
  .recruit-reason__txt-wrap {
    flex: 0 0 34.375rem;
  }
}
.recruit-reason__desc {
  color: #fff;
  text-align: justify;
}

/* ----------------------------------------
  Jobs（採用情報）
---------------------------------------- */
.recruit-jobs {
  background-color: #fff;
}
.recruit-jobs__inner {
  padding-block: 5.625rem;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__inner {
    padding-block: 9.375rem;
  }
}
.recruit-jobs__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recruit-jobs__lead {
  font-family: var(--ff-mincho);
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #111;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__lead {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}
.recruit-jobs__body {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 1025px) {
  .recruit-jobs__body {
    flex-direction: row;
    gap: 6.25rem;
    align-items: flex-start;
    margin-top: 6.125rem;
  }
}
.recruit-jobs__img {
  text-align: center;
}
.recruit-jobs__companies {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.recruit-jobs__company + .recruit-jobs__company {
  margin-top: 4.5rem;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__company + .recruit-jobs__company {
    margin-top: 9.375rem;
  }
}
.recruit-jobs__company-name-ja {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__company-name-ja {
    font-size: 2rem;
  }
}
.recruit-jobs__company-name-en {
  margin-top: 0.9375rem;
  font-family: var(--ff-garamond);
  font-size: 0.875rem;
  line-height: 1;
  color: #b09e88;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__company-name-en {
    font-size: 1rem;
  }
}
.recruit-jobs__company-desc {
  margin-top: 1.125rem;
}
.recruit-jobs__list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__list {
    gap: 1rem;
    margin-top: 2.5rem;
  }
}
.recruit-jobs__list-label {
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #b09e88;
  border-bottom: 1px solid #b09e88;
}
.recruit-jobs__items {
  display: flex;
  flex-direction: column;
  list-style: none;
}
.recruit-jobs__item {
  border-bottom: 1px solid #e8e8e8;
}
.recruit-jobs__item-trigger {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  padding: 1.1875rem 1.875rem 1.1875rem 0.125rem;
  font-size: 0.875rem;
  text-align: left;
  background-color: transparent;
  border: none;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__item-trigger {
    padding: 1.1875rem 1.875rem 1.1875rem 0.125rem;
    font-size: 1rem;
  }
}
.recruit-jobs__item-trigger::after {
  position: absolute;
  inset-block: 0;
  right: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 0.4375rem;
  margin-block: auto;
  content: "";
  background: url("../../../img/common/icon/arrow_solid_r_black.webp") no-repeat center/contain;
}
@media (any-hover: hover) {
  .recruit-jobs__item-trigger:hover {
    opacity: 0.55;
  }
}
.recruit-jobs__item-ttl {
  font-family: var(--ff-mincho);
  font-size: 0.875rem;
  line-height: 1.8;
  color: #111;
}
@media screen and (min-width: 769px) {
  .recruit-jobs__item-ttl {
    font-size: 1rem;
  }
}
.recruit-jobs__item-arrow {
  display: inline-block;
  flex-shrink: 0;
}

/* ----------------------------------------
  Flow（選考フロー）
---------------------------------------- */
.recruit-flow {
  background: #f2f2f2 url("../../../img/common/logo_05.webp") no-repeat right -4.375rem top/18.125rem;
}
@media screen and (min-width: 769px) {
  .recruit-flow {
    background-position: right top;
    background-size: 34.375rem;
  }
}
.recruit-flow__inner {
  padding-block: 5.625rem;
}
@media screen and (min-width: 769px) {
  .recruit-flow__inner {
    padding-block: 8.875rem 9.375rem;
  }
}
.recruit-flow__lead {
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .recruit-flow__lead {
    margin-top: 2.8125rem;
  }
}
.recruit-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: 3.125rem;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .recruit-flow__steps {
    position: relative;
    flex-direction: row;
    gap: 0.625rem;
  }
}
.recruit-flow__steps::before {
  position: absolute;
  top: 0;
  left: 3.75rem;
  z-index: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, transparent, #e7c8a3 8%, #785e3e 50%, #e7c8a3 92%, transparent);
}
@media screen and (min-width: 769px) {
  .recruit-flow__steps::before {
    top: 5.625rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e7c8a3 8%, #785e3e 50%, #e7c8a3 92%, transparent);
  }
}
.recruit-flow__step {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .recruit-flow__step {
    width: 11.25rem;
    height: 11.25rem;
    overflow: hidden;
    background-image: linear-gradient(135deg, #785e3e, #e7c8a3);
    border-radius: 50%;
  }
}
.recruit-flow__step-inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .recruit-flow__step-inner {
    top: 1px;
    left: 1px;
    width: calc(100% - 0.125rem);
    height: calc(100% - 0.125rem);
    padding: 1.75rem 0.625rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-flow__step-inner {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    gap: 2.8125rem;
    align-items: center;
    justify-content: center;
  }
}
.recruit-flow__step-ttl {
  position: relative;
  display: grid;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #b09e88;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-flow__step-ttl {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1rem;
    background-image: linear-gradient(135deg, #785e3e, #e7c8a3);
    border-radius: 50%;
  }
}
@media screen and (min-width: 769px) {
  .recruit-flow__step-ttl::after {
    display: block;
    width: 2rem;
    height: 1px;
    margin: 0.9375rem auto 0.625rem;
    content: "";
    background: #d8d8d8;
  }
}
.recruit-flow__step-ttl-inner {
  display: grid;
}
@media screen and (max-width: 768px) {
  .recruit-flow__step-ttl-inner {
    position: relative;
    top: 1px;
    left: 1px;
    z-index: 2;
    place-content: center;
    width: calc(100% - 0.125rem);
    height: calc(100% - 0.125rem);
    background-color: #fff;
    border-radius: 50%;
  }
}
.recruit-flow__step-name {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #b09e88;
}
@media screen and (min-width: 769px) {
  .recruit-flow__step-name {
    font-size: 1.125rem;
  }
}
.recruit-flow__step-desc {
  position: relative;
  font-family: var(--ff-mincho);
  font-size: 1rem;
  line-height: 1.7;
  color: #111;
}
@media screen and (min-width: 769px) {
  .recruit-flow__step-desc {
    font-size: 0.875rem;
    text-align: center;
  }
}
.recruit-flow__step-desc::before {
  position: absolute;
  inset-block: 0;
  left: -2.1875rem;
  display: block;
  width: 1.5625rem;
  height: 1px;
  margin-block: auto;
  content: "";
  background-color: #d8d8d8;
}

/* ----------------------------------------
  Entry（エントリー CTA）
---------------------------------------- */
.recruit-entry {
  position: relative;
  background: url("../../../img/page/recruit/contact_bg.webp") no-repeat center/cover;
}
.recruit-entry__inner {
  padding-block: 3rem 3.75rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit-entry__inner {
    padding-block: 6.5625rem 8.75rem;
  }
}
.recruit-entry__ttl {
  font-family: var(--ff-garamond);
  font-size: 3.125rem;
  font-weight: 400;
  background: var(--gradient-text-dark);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 769px) {
  .recruit-entry__ttl {
    font-size: 5.625rem;
  }
}
.recruit-entry__btn-wrap {
  margin-top: 1.125rem;
}
@media screen and (min-width: 769px) {
  .recruit-entry__btn-wrap {
    margin-top: 0.8125rem;
  }
}
.recruit-entry__btn-wrap .c-btn-gradient-gold {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .recruit-entry__btn-wrap .c-btn-gradient-gold {
    font-size: 1.125rem;
  }
}

/* ----------------------------------------
  Modal（モーダル）
---------------------------------------- */
.recruit-modal {
  padding: 3.4375rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .recruit-modal {
    padding: 5rem;
  }
}
.recruit-modal__head {
  position: relative;
}
.recruit-modal__head::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 0.375rem;
  height: 100%;
  content: "";
  background-color: #8e7352;
}
@media screen and (min-width: 769px) {
  .recruit-modal__head::before {
    left: -5rem;
    width: 0.875rem;
  }
}
.recruit-modal__category {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background-color: #b09e88;
  border-radius: 100vmax;
}
.recruit-modal__ttl {
  font-size: 1.25rem;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .recruit-modal__ttl {
    font-size: 2rem;
  }
}
.recruit-modal__company {
  font-size: 0.875rem;
  font-weight: 600;
  color: #858585;
}
@media screen and (min-width: 769px) {
  .recruit-modal__company {
    font-size: 1rem;
  }
}
.recruit-modal__body {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .recruit-modal__body {
    margin-top: 3rem;
  }
}
.recruit-modal__section + .recruit-modal__section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .recruit-modal__section + .recruit-modal__section {
    margin-top: 3.5rem;
  }
}
.recruit-modal__section-ttl {
  padding-bottom: 0.3125rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #b09e88;
  border-bottom: 1px solid #b09e88;
}
@media screen and (min-width: 769px) {
  .recruit-modal__section-ttl {
    margin-bottom: 2rem;
  }
}
.recruit-modal__list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .recruit-modal__list li {
    font-size: 1rem;
  }
}
.recruit-modal__list li + li {
  margin-top: 0.375rem;
}
.recruit-modal__list li::before {
  position: absolute;
  top: calc(1lh - 1rem);
  left: 0;
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
  background-color: #111;
  border-radius: 50%;
}
.recruit-modal__dl div {
  display: grid;
  gap: 0.125rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 769px) {
  .recruit-modal__dl div {
    grid-template-columns: 8.125rem 1fr;
    gap: 1rem;
  }
}
.recruit-modal__dl div:first-child {
  padding-top: 0;
}
.recruit-modal__dl div dt {
  font-weight: 600;
}
.recruit-modal__dl div dd {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .recruit-modal__dl div dd {
    font-size: 1rem;
  }
}
.recruit-modal__btn-wrap {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .recruit-modal__btn-wrap {
    margin-top: 4rem;
  }
}
.recruit-modal__btn-wrap .c-btn-gradient-gold {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .recruit-modal__btn-wrap .c-btn-gradient-gold {
    font-size: 1.125rem;
  }
}