@charset "UTF-8";
/* * {
  outline: 1px solid #f00;
} */
.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
/* 採用ページ全体でNoto Sans JPを適用（common.cssのM PLUS Rounded 1cを上書き） */
.recruit-body {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.recruit-body h1,
.recruit-body h2,
.recruit-body h3,
.recruit-body h4,
.recruit-body h5,
.recruit-body h6,
.recruit-body a,
.recruit-body p,
.recruit-body span,
.recruit-body li,
.recruit-body strong,
.recruit-body select,
.recruit-body th,
.recruit-body td,
.recruit-body input,
.recruit-body textarea,
.recruit-body label,
.recruit-body button {
  font-family: "Noto Sans JP", sans-serif;
}

.recruit-inner {
  max-width: 1120px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* ========================================
   採用ページ用スタイル
   ヘッダー（.recruit-header）
   余白は上・左をベースに指定
   ======================================== */
.recruit-header {
  width: 100%;
  height: initial;
  position: relative;
  z-index: 100;
}

.recruit-header .recruit-header__top {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
  padding-right: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-header .recruit-header__top {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: 85px;
  }
}
.recruit-header .recruit-header__top-inner {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .recruit-header .recruit-header__top-inner {
    gap: 0 5px;
  }
}
.recruit-header .recruit-header__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recruit-header .recruit-header__logo-image {
  width: 89px;
}

.recruit-header .recruit-header__tagline {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-header .recruit-header__tagline {
    font-size: 14px;
    width: fit-content;
    margin-left: auto;
  }
}
.recruit-header .recruit-header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 18px;
  padding-top: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 1.6rem;
  width: 56px;
  min-height: 56px;
  background-color: #f47000;
  border: none;
  cursor: pointer;
  gap: 8px;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .recruit-header .recruit-header__menu-btn {
    width: 85px;
    min-height: 85px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.recruit-header .recruit-header__menu-btn-bar {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease,
    background-color 0.2s ease;
}

.recruit-header .recruit-header__nav {
  padding-top: 2.2rem;
  padding-left: 2rem;
  padding-bottom: 2.2rem;
  padding-right: 2rem;
  background-color: #f47000;
}

.recruit-header .recruit-header__nav-list--pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  gap: 0 2.4rem;
  list-style: none;
}

.recruit-header .recruit-header__nav-item {
  margin-top: 0;
  margin-left: 0;
}

.recruit-header .recruit-header__nav-link {
  margin-top: 0;
  margin-left: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.recruit-header .recruit-header__nav-link:hover {
  opacity: 0.9;
}

.recruit-header .recruit-header__sp-nav-list,
.recruit-header .recruit-header__sp-cta {
  display: none;
}

.recruit-header .recruit-header__border {
  margin-top: 0;
  margin-left: 0;
  height: 4px;
  background-color: #4a90e2;
}

/* SP: ナビを非表示・ハンバーガーのみ表示 */
@media screen and (max-width: 767px) {
  .recruit-body.is-menu-open {
    overflow: hidden;
  }

  .recruit-header .recruit-header__nav {
    display: none;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-bottom: 4rem;
    padding-right: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 110;
  }

  .recruit-header .recruit-header__nav.is-open {
    display: block;
  }

  .recruit-header .recruit-header__nav-list--pc {
    display: none;
  }

  .recruit-header .recruit-header__sp-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
  }

  .recruit-header .recruit-header__sp-nav-item {
    width: 100%;
    text-align: center;
  }

  .recruit-header .recruit-header__sp-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
  }

  .recruit-header .recruit-header__sp-nav-main {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1;
  }

  .recruit-header .recruit-header__sp-nav-sub {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    margin-top: 4px;
  }

  .recruit-header .recruit-header__sp-cta {
    display: grid;
    gap: 1.6rem;
    margin-top: 4rem;
  }

  .recruit-header .recruit-header__sp-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
  }

  .recruit-header .recruit-header__sp-cta-btn--list {
    background-color: #efefef;
    color: #dd7200;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 20px 1%;
  }

  .recruit-header .recruit-header__sp-cta-btn--entry {
    background-color: #cfe41d;
    color: #000;
    font-weight: 700;
    font-size: 2.3rem;
    padding: 20px 1%;
  }

  .recruit-header.is-menu-open .recruit-header__top {
    background-color: #f47000;
  }

  .recruit-header.is-menu-open .recruit-header__tagline {
    color: #fff;
  }

  .recruit-header.is-menu-open .recruit-header__menu-btn {
    background-color: #fff;
  }

  .recruit-header.is-menu-open .recruit-header__menu-btn-bar {
    background-color: #4e3600;
  }

  .recruit-header.is-menu-open .recruit-header__menu-btn-bar:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }

  .recruit-header.is-menu-open .recruit-header__menu-btn-bar:nth-child(2) {
    opacity: 0;
  }

  .recruit-header.is-menu-open .recruit-header__menu-btn-bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
}

/* PC: ハンバーガー非表示・ナビ */
@media screen and (min-width: 768px) {
  .recruit-header .recruit-header__menu-btn {
    display: none;
  }

  .recruit-header .recruit-header__nav {
    display: block;
    position: static;
  }

  .recruit-header .recruit-header__nav-list--pc {
    justify-content: space-evenly;
  }

  .recruit-header .recruit-header__sp-nav-list,
  .recruit-header .recruit-header__sp-cta {
    display: none;
  }
}

/* ========================================
   メインビュー（.mv）
   ======================================== */
.mv {
  /* padding-top: 10.5rem;
  padding-left: 2rem;
  padding-bottom: 6rem;
  padding-right: 2rem;
  background-color: #f5f5f5; */
  /* height: 80vh; */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    /* height: 60vh; */
  }
}
@media screen and (max-width: 767px) {
  .mv {
    /* padding-top: 4.7rem; */
    /* height: 74svh; */
  }
}
/* .mv__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1090px;
  text-align: left;
}

.mv__title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__title {
    font-size: 4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 3rem;
    line-height: 2.55;
  }
}

.mv__lead {
  margin-top: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mv__lead {
    font-size: 1.8rem;
    margin-top: 32px;
    letter-spacing: 0.01em;
  }
} */
/* ========================================
   FIND A STORE セクション（.find-store）
   ======================================== */
.find-store {
  padding-top: 8.5rem;
  padding-bottom: 4rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .find-store {
    padding-top: 72px;
  }
}
.find-store.find-store--happiness {
  padding-top: 20rem;
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .find-store.find-store--happiness {
    padding-top: 210px;
  }
}
.find-store.find-store--happiness::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 170px;
  background-image: url("../assets/images/recruit/ashiato.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .find-store.find-store--happiness::after {
    width: 60px;
    height: 130px;
  }
}
/* セクション見出し */
.section-header__tagline {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f47000;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section-header__tagline {
    font-size: 3.5rem;
    letter-spacing: 0.01em;
  }
}
.section-header__tagline--en {
  font-size: 4rem;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-header__tagline--en {
    font-size: 3rem;
  }
}
.section-header__heading {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f47000;
}
@media (max-width: 767px) {
  .section-header__heading {
    font-size: 1.5rem;
  }
}
.find-store__search-btn--top {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .find-store__search-btn--top {
    margin-top: 36px;
  }
}
.find-store__search-btn--bottom {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .find-store__search-btn--bottom {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .find-store__search-btn--bottom {
    margin-top: 40px;
  }
}
.find-store__btns {
  margin-top: 162px;
}
@media screen and (max-width: 1024px) {
  .find-store__btns {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .find-store__btns {
    margin-top: 65px;
  }
}
.recruit__contact-btns {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  gap: 0 46px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit__contact-btns {
    /* grid-template-columns: 1fr; */
    gap: 20px;
  }
}
a.find-store__btn {
  color: #f47000;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 28px 2%;
  border: 3px solid #f47000;
  border-radius: 4px;
  max-width: 400px;
  width: 100%;
  display: inline-block;
}

.find-store__cta {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .find-store__cta {
    margin-top: 25px;
  }
a.find-store__btn {
  max-width: initial;
}
}
/* ========================================
   HAPPINESS カード
   ======================================== */
.happiness-list {
  margin-top: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .happiness-list {
    margin-top: 16px;
  }
}
.happiness-card {
  display: grid;
  grid-template-columns: 1fr minmax(0, 446px) minmax(0, 620px) 1fr;
  align-items: center;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .happiness-card {
    grid-template-columns: 1fr minmax(0, 380px) minmax(0, 530px) 1fr;
  }
}
.happiness-card.happiness-card--reverse {
  grid-template-columns: 1fr minmax(0, 642px) minmax(0, 480px) 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .happiness-card.happiness-card--reverse {
    grid-template-columns: 1fr minmax(0, 500px) minmax(0, 380px) 1fr;
  }
}
.happiness-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 16%;
  left: 52.5%;
  transform: translateX(-50%);
  max-width: 1158px;
  width: 100%;
  height: 96%;
  /* 斜めストライプ */
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 5px,
    #fef1e9 5px,
    #fef1e9 10px
  );
}
@media screen and (max-width: 767px) {
  .happiness-card::before {
    left: 0;
    top: 6%;
    bottom: 0;
    transform: none;
  }
}
.happiness-card.happiness-card--reverse::before {
  left: 47%;
  top: 18%;
}
@media screen and (max-width: 767px) {
  .happiness-card.happiness-card--reverse::before {
    left: 0;
    top: 5%;
    bottom: 0;
    transform: none;
  }
}
.happiness-card:nth-child(2)::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 38%;
  width: 80px;
  height: 170px;
  background-image: url("../assets/images/recruit/ashiato.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .happiness-card:nth-child(2)::after {
    top: -100px;
    left: 30%;
  }
}
@media screen and (max-width: 767px) {
  .happiness-card:nth-child(2)::after {
    left: 50%;
    transform: translateX(-50%) rotate(0);
    width: 60px;
    height: 130px;
  }
}
.happiness-card:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  right: 10%;
  width: 80px;
  height: 170px;
  background-image: url("../assets/images/recruit/ashiato.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-33deg);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .happiness-card:nth-child(3)::after {
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .happiness-card:nth-child(3)::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%) rotate(0);
    width: 60px;
    height: 130px;
  }
}
.happiness-card + .happiness-card {
  margin-top: 12.5rem;
}
/* @media screen and (max-width: 767px) {
  .happiness-card + .happiness-card {
    margin-top: 12.2rem;
  }
} */
/* 通常: 画像左（端まで）・テキスト右（中央寄せ内） */
.happiness-card__figure {
  grid-column: 1 / 3;
  position: relative;
  top: -6px;
}

.happiness-card__body {
  grid-column: 3 / 4;
  padding-left: 4rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .happiness-card__body {
    padding-left: 3.5%;
    padding-right: 3.5%;
    margin-top: -70px;
    position: relative;
    z-index: 1;
  }
}
/* 逆順: テキスト左（中央寄せ内）・画像右（端まで） */
.happiness-card--reverse .happiness-card__figure {
  grid-column: 3 / 5;
  grid-row: 1;
}

.happiness-card--reverse .happiness-card__body {
  grid-column: 2 / 3;
  grid-row: 1;
  padding-left: 0;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .happiness-card--reverse .happiness-card__body {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}
.happiness-card__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 2.8;
}

span.happiness-card__number {
  font-size: 7rem;
  font-family: "Paytone One";
  font-weight: 700;
  line-height: 1;
  color: #f47000;
  letter-spacing: 0.02em;
  margin-left: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happiness-card__number {
    font-size: 7.5rem;
    margin-left: 10px;
  }
}
.happiness-card__heading {
  margin-top: 3.2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .happiness-card__heading {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .happiness-card__heading {
    font-size: 2.4rem;
    margin-top: 27px;
  }
}
.happiness-card__heading-accent {
  color: #f47000;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .happiness-card__heading-accent {
    font-size: 2.4rem;
  }
}
.happiness-card__text-wrap {
  margin-top: 42px;
  padding-left: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .happiness-card__text-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .happiness-card__text-wrap {
    padding-left: 6px;
    margin-top: 26px;
  }
}
.happiness-card__text {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .happiness-card__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
/* SP: 1カラム縦積み */
@media screen and (max-width: 767px) {
  .happiness-card {
    display: flex;
    flex-direction: column;
    gap: 2rem 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .happiness-card--reverse {
    direction: ltr;
  }
}

.btn-store-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-bottom: 1.4rem;
  padding-right: 5rem;
  min-height: 56px;
  background-color: #d4e157;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .btn-store-search {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 2rem;
  }
}
.btn-store-search:hover {
  opacity: 0.92;
}

.btn-store-search__text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 767px) {
  .btn-store-search__text {
    font-size: 1.6rem;
  }
  .btn-store-search__text--big {
    font-size: 2.4rem;
  }
}
.btn-store-search__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #000;
}

.btn-store-search__icon svg {
  width: 22px;
  height: 22px;
}

/* ========================================
   採用ページフッター
   ======================================== */
.recruit-footer {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  border-top: 1px solid #000;
}

/* 特定ページでborder-topを非表示 */
.recruit-footer--no-border {
  border-top: none;
}

.recruit-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem 3rem;
  align-items: start;
  max-width: 1120px;
  margin-inline: auto;
}

.recruit-footer__brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

.recruit-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.recruit-footer__logo-image {
  width: auto;
  max-width: 89px;
  height: auto;
  max-height: 55px;
  object-fit: contain;
  display: block;
}

.recruit-footer__logo-caption {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: #000;
}

.recruit-footer__tagline {
  white-space: nowrap;
}

.recruit-footer__tagline-line {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
}

.recruit-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
}

a.recruit-footer__nav-link {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  padding: 10px 28px;
  display: inline-block;
}

.recruit-footer__nav-link:hover {
  text-decoration: underline;
}

.recruit-footer__corporate-link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.recruit-footer__corporate-link:hover {
  text-decoration: underline;
}

.recruit-footer__social {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: 11%;
  padding-top: 34px;
}

.recruit-footer__social-heading {
  padding-bottom: 0.8rem;
  display: flex;
  align-items: baseline;
  gap: 0 0.6rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #000;
}

.recruit-footer__social-title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #000;
}

.recruit-footer__social-label {
  font-weight: 500;
  font-size: 1.1rem;
  color: #000;
}

.recruit-footer__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  margin-top: 12px;
}
.recruit-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.recruit-footer__social-link:hover {
  opacity: 0.85;
}
.recruit-footer__social-icon--instagram,
.recruit-footer__social-icon--tiktok {
  width: 21px;
}
.recruit-footer__social-icon--youtube {
  width: 26px;
}

.recruit-footer__copyright {
  text-align: center;
}

a.recruit-footer__copyright-link {
  font-weight: 400;
  color: #000;
}
/* フッター SP */
@media screen and (max-width: 767px) {
  .recruit-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .recruit-footer__inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }

  .recruit-footer__brand {
    justify-content: center;
  }

  .recruit-footer__logo {
    align-items: center;
  }

  .recruit-footer__nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }
  .recruit-footer__nav-item {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    position: relative;
  }
  .recruit-footer__nav-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 5%;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 1px solid #f47000;
    border-right: 1px solid #f47000;
  }
  .recruit-footer__nav-link {
    padding: 20px;
  }
  .recruit-footer__social {
    margin-inline: auto;
    margin-top: 60px;
    padding-top: 0;
  }
  .recruit-footer__copyright {
    margin-top: 30px;
  }
}

/* ========================================
   正社員・パート求人一覧
   ======================================== */
.recruit-archive {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .recruit-archive {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
}

.recruit-archive__inner {
  max-width: 1120px;
  margin-inline: auto;
}

/* パンくず */
.breadcrumb-recruit__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 767px) {
  .breadcrumb-recruit__list {
    font-size: 1.2rem;
  }
}

.breadcrumb-recruit__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  color: #000;
}

a.breadcrumb-recruit__link {
  font-weight: 400;
  color: #000;
}

.breadcrumb-recruit__link:hover {
  text-decoration: underline;
}

li.breadcrumb-recruit__item[aria-current="page"] {
  font-weight: 400;
  color: #000;
}

.recruit-archive__mv,
.recruit-works__mv,
.recruit-culture__mv,
.recruit-interview__mv,
.recruit-faq__mv {
  height: 133px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-archive__mv,
  .recruit-works__mv,
  .recruit-culture__mv,
  .recruit-interview__mv,
  .recruit-faq__mv {
    height: 125px;
  }
}
/* ページタイトル */
.recruit-archive__title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #f47000;
}
@media screen and (max-width: 767px) {
  .recruit-archive__title {
    margin-top: 1.6rem;
    font-size: 2.5rem;
  }
}

/* 勤務地から求人を探す */
.job-search-recruit {
  margin-top: 4rem;
  padding: 40px;
  background-color: #fbfbfb;
}
@media screen and (max-width: 767px) {
  .job-search-recruit {
    margin-top: 2.4rem;
    padding: 2.4rem 3%;
  }
}

.job-search-recruit__heading {
  margin: 0 0 2.4rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .job-search-recruit__heading {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.job-search-recruit__filters {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.job-search-recruit__filter-group {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.job-search-recruit__areas,
.job-search-recruit__employments {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem 2rem;
}
@media screen and (max-width: 1024px) {
  .job-search-recruit__areas,
  .job-search-recruit__employments {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .job-search-recruit__areas,
  .job-search-recruit__employments {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1.6rem;
  }
}
.job-search-recruit__employments {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .job-search-recruit__employments {
    grid-template-columns: repeat(2, 1fr);
  }
}

.job-search-recruit__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000 !important;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .job-search-recruit__btn {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}

.job-search-recruit__btn:hover {
  border-color: #f47000;
  background-color: #fffbf7;
}
.job-search-recruit__btn.is-active {
  border-color: #f47000;
  background-color: #f47000;
  color: #fff !important;
}
.job-search-recruit__btn.is-active:hover {
  background-color: #e56600;
}
.job-search-recruit__hint {
  margin: 1.6rem 0 0;
  font-size: 1.2rem;
  color: #666;
}

/* ========================================
   求人カード一覧（.job-card）
   ======================================== */
.recruit-archive__list-wrap {
  margin-top: 13px;
  padding-top: 40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 50px;
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  /* background-image: url("../assets/images/recruit/happiness-bg.png");
  background-repeat: repeat; */
    /* 斜めストライプ */
    background: repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 5px,
      #fef1e9 5px,
      #fef1e9 10px
    );
}
@media screen and (max-width: 767px) {
  .recruit-archive__list-wrap {
    margin-top: 2.4rem;
    padding-bottom: 1.6rem;
  }
}

.recruit-archive__result {
  margin-top: 70px;
}
.recruit-archive__result-text {
  padding: 1.2rem 0 1.2rem 2rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.recruit-archive__result-text--bold {
  font-size: 2.4rem;
  font-weight: 900;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-archive__result-text {
    padding-left: 3.5%;
    font-size: 2rem;
  }
}
.recruit-archive__list {
  margin: 2rem 0 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
#job-result-range {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-archive__list {
    gap: 1.6rem;
  }
  #job-result-range {
  font-size: 2rem;
}
}

.job-card {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.07);
  color: inherit;
  transition: box-shadow 0.2s;
}
.job-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.job-card__body {
  display: grid;
  grid-template-columns: 1fr minmax(0, 330px);
}
@media screen and (max-width: 767px) {
  .job-card__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

.job-card__content {
  border-radius: 4px 0 0 4px;
  padding: 38px 20px 25px 38px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .job-card__content {
    border-radius: 4px 4px 0 0;
    padding: 1.6rem 1.6rem 1.2rem;
    gap: 0.6rem;
  }
}

.job-card__store-name {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .job-card__store-name {
    font-size: 1.8rem;
  }
}

.job-card__title-row {
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .job-card__title-row {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 0.8rem;
  }
}

.job-card__job-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .job-card__job-title {
    font-size: 1.4rem;
  }
}

.job-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.8rem;
}

.job-card__tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  background-color: #fef1e9;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
}

.job-card__details {
  margin-top: 30px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .job-card__details {
    margin-top: 0.6rem;
    gap: 0.4rem;
  }
}

.job-card__detail {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 0 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .job-card__detail {
    grid-template-columns: 1fr;
    gap: 0.2rem 0;
  }
}

.job-card__detail-label {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  flex-shrink: 0;
}

.job-card__detail-value {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

.job-card__figure {
  background-color: #f0f0f0;
  margin-bottom: 0;
}

.job-card__img {
  aspect-ratio: 331 / 249;
  border-radius: 0 4px 4px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .job-card__img {
    aspect-ratio: 353 / 265;
    border-radius: 0 0 4px 4px;
  }
}

/* ========================================
   求人詳細ページ
   ======================================== */
.recruit-single {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .recruit-single {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3rem;
  }
}

.recruit-single__inner {
  max-width: 1080px;
  margin-inline: auto;
}

.recruit-single__breadcrumb {
  padding-top: 1.6rem;
  padding-bottom: 0.8rem;
}

/* 店舗名・職種・雇用形態タグ */
.recruit-single__store-info {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .recruit-single__store-info {
    margin-top: 54px;
  }
}
.recruit-single__store-name {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-single__store-name {
    font-size: 2.4rem;
    margin-bottom: 0.6rem;
  }
}

.recruit-single__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.8rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .recruit-single__title-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 0;
    margin-top: 20px;
  }
}
.recruit-single__job-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-single__job-title {
    font-size: 1.6rem;
  }
}

.recruit-single__employment-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* タグ */
.recruit-single__employment-tag {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: #fbebe4;
  border-radius: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  font-family: "Noto Sans JP", sans-serif !important;
}

/* 求人概要 */
.recruit-single__overview {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-single__overview {
    margin-top: 1.6rem;
  }
}

/* 時給・アクセスを横並び2カラム＋縦区切り線 */
.recruit-single__overview-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .recruit-single__overview-details {
    grid-template-columns: 1fr;
    gap: 2rem 0;
    border: none;
  }
}
.recruit-single__overview-item {
  display: grid;
  align-items: center;
  grid-template-columns: 25% 1fr;
  gap: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-single__overview-item {
    border: none;
    grid-template-columns: 38% 1fr;
  }
}
.recruit-single__overview-label {
  background-color: #f8f8f8;
  padding: 20px 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  display: grid;
  place-content: center;
  height: 100%;
}

.recruit-single__overview-value {
  padding: 18px 2% 18px 30px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .recruit-single__overview-value {
    padding: 12px 2% 12px 30px;
  }
}
.recruit-single__overview-note {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000 !important;
}

.recruit-single__welfare-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.recruit-single__welfare-tag {
  display: inline-block;
  padding: 0 2rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 500;
}

/* ========================================
   求人詳細：2カラム（仕事内容｜募集情報）
   ======================================== */
.recruit-single__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-single__content {
    grid-template-columns: 1fr;
    gap: 2.4rem 0;
  }
}

.recruit-single__main {
  min-width: 0;
}

.recruit-single__section {
  margin-bottom: 2.4rem;
}
.recruit-single__section:last-child {
  margin-bottom: 0;
}

.recruit-single__section-title {
  margin: 0 0 1.2rem;
  padding: 1.8rem;
  background-color: #fef1e9;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000 !important;
}

.recruit-single__section-body {
  margin-top: 24px;
}

.recruit-single__section-body p {
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}

.recruit-single__section-body p strong {
  font-weight: 700;
  font-size: 1.6rem;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.recruit-single__section-sub {
  margin: 1rem 0 0.4rem;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.recruit-single__section-text {
  margin: 0.8rem 0 0;
  line-height: 1.8;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}

.recruit-single__list {
  margin: 24px 0 0;
  padding-left: 0;
  list-style: none;
}

.recruit-single__list--circle li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.2rem;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}

.recruit-single__list--circle li::before {
  content: "◎";
  position: absolute;
  left: 0;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}

.recruit-single__list--dot {
  padding-left: 1.4rem;
}
.recruit-single__list--dot li {
  position: relative;
  margin-bottom: 0.2rem;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400 !important;
}
.recruit-single__list--dot li::before {
  content: "・";
  position: absolute;
  left: -1.4rem;
}

li.recruit-single__list-no-marker {
  padding-left: 0 !important;
}

li.recruit-single__list-no-marker::before {
  content: "" !important;
}

/* アピールポイント：太字見出し＋本文 */
.recruit-single__appeal-block {
  margin-bottom: 1.2rem;
}
.recruit-single__appeal-block:last-child {
  margin-bottom: 0;
}

.recruit-single__appeal-title {
  margin: 0 0 0.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000 !important;
}

.recruit-single__appeal-text {
  line-height: 1.8;
  color: #000 !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

.recruit-single__info-title {
  padding: 1.8rem;
  background-color: #fef1e9;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .recruit-single__info-title {
    font-size: 1.6rem;
    padding: 0.6rem 1rem;
  }
}

.recruit-single__info-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #c4c4c4;
}

.recruit-single__info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0;
  border-bottom: 1px solid #c4c4c4;
  min-height: 0;
}
.recruit-single__info-row:last-child {
  border-bottom: none;
}

.recruit-single__info-label {
  padding: 0.8rem 1rem;
  background-color: #f8f8f8;
  font-size: 1.4rem;
  font-weight: 500;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-single__info-label {
    border-right: none;
  }
}

.recruit-single__info-value {
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #fff;
}

.recruit-single__info-note {
  font-size: 1.6rem;
  color: #000 !important;
  font-weight: 400 !important;
}

.recruit-single__info-head {
  font-size: 1.6rem;
  color: #000 !important;
}

.recruit-single__info-bullets {
  margin: 0;
  padding-left: 1.2rem;
  list-style: disc;
}
.recruit-single__info-bullets li {
  margin-bottom: 0.2rem;
  color: #000 !important;
  font-weight: 400 !important;
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ギャラリー */
.recruit-single__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.recruit-single__gallery-item {
  overflow: hidden;
  border-radius: 0.4rem;
}
.recruit-single__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 347 / 226;
}
@media (min-width: 769px) {
  .recruit-single__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    margin-top: 3.2rem;
  }
}
.recruit-single__btn {
  margin-top: 68px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-single__btn {
    margin-top: 40px;
  }
}
.recruit-single__btn .btn-store-search {
  max-width: 434px;
  width: 100%;
  margin-inline: auto;
}

/* 応募の流れ */
.recruit-single__flow {
  margin-top: 14rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .recruit-single__flow {
    margin-top: 110px;
    padding-bottom: 32px;
  }
}
.recruit-single__flow-head {
  text-align: center;
}
.recruit-single__flow-contents {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .recruit-single__flow-contents {
    margin-top: 68px;
  }
}
.recruit-single__flow-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.recruit-single__flow-item {
  display: grid;
  grid-template-columns: 32% 1fr;
  align-items: center;
  width: 100%;
  padding: 2.5rem 2.4rem 2.5rem 3rem;
  background-color: #fef1e9;
  position: relative;
}
.recruit-single__flow-item::after {
  position: absolute;
  display: block;
  content: "";
  left: 47.5%;
  bottom: -35px;
  transform: translateX(-50%);
  background-image: url(../assets/images/recruit/arrow_down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.recruit-single__flow-item:last-child::after {
  display: none;
}
.recruit-single__flow-item + .recruit-single__flow-item {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .recruit-single__flow-item + .recruit-single__flow-item {
    margin-top: 32px;
  }
}
.recruit-single__flow-item-body {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .recruit-single__flow-item-body {
    padding-bottom: 24px;
  }
}
.recruit-single__flow-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #f47000;
  border-radius: 50%;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}
.recruit-single__flow-title {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  min-width: 0;
  padding-right: 1.6rem;
}
.recruit-single__flow-desc {
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  grid-column: 2;
  grid-row: 1;
  position: relative;
}
.recruit-single__flow-desc::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 150%;
  background-color: #4d320c;
}
@media (max-width: 767px) {
  .recruit-single__flow-desc::before {
    height: 1px;
    width: 100%;
    top: 0;
  }
}

p.recruit-single__flow-notes {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.recruit-single__btns {
  margin-top: 126px;
}
@media screen and (max-width: 767px) {
  .recruit-single__btns {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-single__flow-item {
    grid-template-columns: 1fr;
    padding: 25px 20px 22px;
  }
  .recruit-single__flow-title {
    font-size: 1.8rem;
    padding-right: 0;
    border-right: none;
  }
  .recruit-single__flow-desc {
    padding-top: 20px;
    padding-left: 0;
    font-size: 1.6rem;
    grid-column: 1;
    grid-row: 2;
  }
  .recruit-single__flow-num {
    font-size: 1.8rem;
  }
  .recruit-single__flow-notes {
    margin-top: 20px;
    font-size: 1.1rem;
    text-align: left;
  }
}

/* お仕事紹介 */
.recruit-works,
.recruit-culture {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .recruit-works,
  .recruit-culture {
    padding-bottom: 3rem;
  }
}

.recruit-works__title,
.recruit-culture__title {
  text-align: center;
}
.recruit-works__description-wrap {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .recruit-works__description-wrap {
    margin-top: 30px;
  }
}
p.recruit-works__description {
  font-weight: 400;
  color: #000;
}
.recruit-works__content {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .recruit-works__content {
    margin-top: 40px;
  }
}
.recruit-works__content-title-wrap {
  margin-top: 24px;
}

h2.recruit-works__content-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.recruit-works__content-text-wrap {
  margin-top: 24px;
}

p.recruit-works__content-text {
  font-weight: 400;
  color: #000;
}
.recruit-works__content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 767px) {
  .recruit-works__content-items {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.recruit-works__cta {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .recruit-works__cta {
    margin-top: 50px;
  }
}

/* スタッフインタビュー */
.recruit-interview {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .recruit-interview {
    padding-bottom: 3rem;
  }
}
.recruit-interview__title {
  text-align: center;
}
.recruit-interview__content {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .recruit-interview__content {
    margin-top: 40px;
  }
}
/* 768px以上：（Swiper未初期化） */
.recruit-interview__content-items.swiper-container.recruit-interview__slider {
  overflow: initial;
}
.recruit-interview__content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.recruit-interview__content-items .swiper-wrapper {
  display: contents;
}
.recruit-interview__content-items .swiper-slide {
  width: auto;
}
.recruit-interview__pagination {
  display: none;
}
@media (max-width: 767px) {
  .recruit-interview__content-items:not(.swiper-container-initialized) {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .recruit-interview__content-items .swiper-wrapper {
    display: flex;
  }
  .recruit-interview__content-items .swiper-slide {
    width: 250px;
    max-width: 250px;
    flex-shrink: 0;
  }
  .recruit-interview__content-items.swiper-container-initialized {
    display: block;
  }
  .recruit-interview__content-items.swiper-container-initialized .swiper-wrapper {
    display: flex;
  }
  .recruit-interview__pagination {
    display: block;
    position: relative;
    margin-top: 20px;
  }
}
.recruit-interview__content-item {
  position: relative;
}
.recruit-interview__content-image {
  position: relative;
  overflow: visible;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.recruit-interview__content-image img {
  aspect-ratio: 325 / 400;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
/* 詳細エリアの画像だけ別アスペクト比にする */
.recruit-interview__content-image--detail img {
  aspect-ratio: 672 / 487;
  object-fit: cover;
}
/* リボン*/
.recruit-interview__ribbon {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  max-width: 240px;
  padding: 12px 1.2em;
  background: #d2df1a;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
}
span.recruit-interview__ribbon-text {
  position: relative;
  z-index: 1;
  color: #f47000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  span.recruit-interview__ribbon-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .recruit-interview__ribbon {
    font-size: 1.25rem;
  }
  span.recruit-interview__ribbon-text {
    font-size: 1.6rem;
  }
}
.recruit-interview__content-title-wrap {
  margin-top: 20px;
}
h2.recruit-interview__content-title {
  font-size: 2.6rem;
  font-weight: 500;
  text-align: left;
  color: #000;
}
@media (max-width: 1024px) {
  h2.recruit-interview__content-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h2.recruit-interview__content-title {
    font-size: 2.4rem;
  }
}
.recruit-interview__content-text-wrap {
  margin-top: 12px;
}
p.recruit-interview__content-text {
  font-size: 2rem;
  text-align: left;
}
@media (max-width: 1024px) {
  p.recruit-interview__content-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  p.recruit-interview__content-text {
    font-size: 1.3rem;
  }
}
.recruit-interview__contents {
  margin-top: 170px;
  margin-left: calc(50% - 50vw);
  display: grid;
  row-gap: 180px;
}
@media (max-width: 767px) {
  .recruit-interview__contents {
    margin-top: 40px;
    margin-left: initial;
    row-gap: 125px;
  }
}

/* スマホ：1枚目イメージの並び（縦並び） */
@media (max-width: 767px) {
  .recruit-interview__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }
  .recruit-interview__area--ribbon {
    order: 1;
  }
  .recruit-interview__area--image {
    order: 2;
  }
  .recruit-interview__area--title {
    order: 3;
  }
  .recruit-interview__area--qa {
    order: 4;
  }
  .recruit-interview__area--schedule {
    order: 5;
    margin-top: 50px;
  }
}
/* PC：2枚目イメージの並び（左：画像2行+SCHEDULE / 右：header→title→Q&A） */
@media (min-width: 768px) {
  .recruit-interview__grid {
    display: grid;
    position: relative;
    grid-template-areas:
      "image header"
      "image title"
      "schedule qa";
    grid-template-columns: 55% 1fr;
    grid-template-rows: 2% auto auto;
    gap: 30px 6rem;
    align-items: start;
  }
  .recruit-interview__area--ribbon {
    grid-area: header;
  }
  .recruit-interview__area--title {
    grid-area: title;
  }
  .recruit-interview__area--image {
    grid-area: image;
  }
  .recruit-interview__area--schedule {
    grid-area: schedule;
  }
  .recruit-interview__area--qa {
    grid-area: qa;
  }
}
@media (min-width: 768px) {
  .recruit-interview__grid {
    grid-template-rows: 3% auto auto;
  }
}
@media (min-width: 1024px) {
  .recruit-interview__area--schedule {
    width: 72%;
    margin-left: auto;
    margin-top: 24px;
  }
  .recruit-interview__area--qa {
    margin-top: -25%;
  }
}

.recruit-interview__area--ribbon {
  position: relative;
  display: flex;
  justify-content: center;
}
.recruit-interview__grid .recruit-interview__area--ribbon .recruit-interview__ribbon {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}
@media (min-width: 768px) {
  .recruit-interview__area--ribbon {
    justify-content: flex-start;
  }
}
.recruit-interview__catchphrase {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin-top: 16px;
}
.recruit-interview__area--title .recruit-interview__catchphrase:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .recruit-interview__catchphrase {
    font-size: 2.6rem;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .recruit-interview__catchphrase {
    font-size: 3.6rem;
  }
}
.recruit-interview__schedule {
  border: 5px dotted #f47000;
  padding: 60px 30px;
  position: relative;
}
@media (min-width: 1024px) {
  .recruit-interview__schedule {
    padding: 100px 30px;
  }
}
.recruit-interview__schedule-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #f47000;
  background-color: #fff;
  padding: 20px 70px;
  margin-bottom: 16px;
  position: absolute;
  display: inline-block;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .recruit-interview__schedule-heading {
    font-size: 3.2rem;
    padding: 20px 90px;
    top: -35px;
  }
}
.recruit-interview__schedule-heading::before,
.recruit-interview__schedule-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("../assets/images/recruit/clock.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-interview__schedule-heading::before {
  left: 20px;
}
.recruit-interview__schedule-heading::after {
  right: 20px;
}
.recruit-interview__schedule-item {
  border-left: 3px solid #d2df1a;
  display: flex;
  gap: 16px;
  padding-bottom: 12px;
  font-size: 2.4rem;
}
.recruit-interview__schedule-time {
  width: 40%;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .recruit-interview__schedule-time {
    padding-left: 50px;
    font-size: 2.4rem;
  }
}
.recruit-interview__schedule-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: #d2df1a;
  border-radius: 50%;
  left: -12px;
  top: 0;
}
.recruit-interview__schedule-item:last-child {
  border-left: none;
}
.recruit-interview__qa-item {
  margin-bottom: 24px;
}
.recruit-interview__qa-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recruit-interview__qa-item {
    margin-bottom: 45px;
  }
}
.recruit-interview__qa-question {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #f47000;
  padding: 12px 16px;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 0 10px;
}
.recruit-interview__qa-question span {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
}
@media (max-width: 1024px) {
  .recruit-interview__qa-question {
    font-size: 2rem;
  }
  .recruit-interview__qa-question span {
    font-size: 3rem;
  }
}
.recruit-interview__qa-answer {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0;
}
.recruit-interview__cta {
  margin-top: 140px;
}

/* よくある質問 */
.recruit-faq {
  padding-bottom: 6rem;
}
.recruit-faq__content {
  margin-top: 2rem;
  padding-bottom: 6rem;
}
.recruit-faq__content-inner {
  width: min(100%, 900px);
  margin-inline: auto;
}
.recruit-faq__content--part-timer {
  margin-top: 58px;
}
.recruit-faq__category-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #f47000;
}
.faq-item {
  margin-top: 2rem;
  border: 3px solid #fef1e9;
  background: #fff;
}
.faq-item__question {
  display: grid;
  grid-template-columns: 4.8rem 1fr 4rem;
  align-items: center;
  gap: 0 0.6rem;
  padding: 2.4rem 1rem 2.5rem 0.5rem;
  background: #fef1e9;
  cursor: pointer;
  width: 100%;
  border: 0;
  appearance: none;
  text-align: left;
  position: relative;
}
.faq-item__q {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1;
  color: #f47000;
  text-align: center;
}
.faq-item__question-text {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 1.5;
  color: #000;
}
.faq-item__question::before,
.faq-item__question::after {
  content: "";
  grid-column: 3;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  background: #f47000;
}
.faq-item__question::before {
  width: 1.7rem;
  height: 3px;
}
.faq-item__question::after {
  width: 3px;
  height: 1.7rem;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease;
  transform-origin: center;
}
.faq-item.is-open .faq-item__question::after {
  transform: scaleY(0);
  opacity: 0;
}
.faq-item__answer {
  background: #fff;
  overflow: hidden;
  transition: height 0.32s ease;
}
.faq-item__answer-inner {
  padding: 2.4rem 5.6rem;
}
.faq-item__answer-inner p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.faq-item__answer-inner p + p {
  margin-top: 1.2rem;
}
.recruit-faq__content--regular-employee {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .recruit-faq__content {
    margin-top: 1.6rem;
    padding-bottom: 4rem;
  }
  .recruit-faq__category-title {
    margin-bottom: 1.2rem;
    font-size: 2.2rem;
  }
  .faq-item {
    margin-top: 1.2rem;
  }
  .faq-item__question {
    grid-template-columns: 2.8rem 1fr 2.8rem;
    gap: 0 1rem;
    padding: 1.2rem 1.4rem;
  }
  .faq-item__q {
    font-size: 3rem;
  }
  .faq-item__question-text {
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .faq-item__question::after {
    width: 2px;
    height: 1.8rem;
  }
  .faq-item__question::before {
    width: 1.8rem;
    height: 2px;
  }
  .faq-item__answer-inner {
    padding: 1.4rem 1.6rem;
  }
  .faq-item__answer-inner p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
}

/* 採用ページ共通 CTA */
.recruit-cta {
  position: relative;
  display: block;
}
.recruit-cta__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 1;
  text-shadow: 2px 2px 3.5px rgb(0 0 0 / 0.4);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .recruit-cta__text {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .recruit-cta__text {
    top: 30%;
    font-size: 2.8rem;
    width: 95%;
  }
}

/* ========================================
   制度と環境ページ（page-recruit-culture.php）
   ======================================== */
.culture__contents {
  margin-top: 1rem;
}
.culture__benefits-head {
  text-align: center;
}
.culture__sub-title--en {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #f47000;
}
@media (max-width: 767px) {
.culture__sub-title--en {
  font-size: 2.5rem;
}
}
.culture__sub-title--ja {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #f47000;
}
.culture__benefits {
  padding-top: 75px;
  padding-bottom: 75px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* 斜めストライプ */
  background: repeating-linear-gradient(
    -45deg,
    #fff,
    #fff 5px,
    #fef1e9 5px,
    #fef1e9 10px
  );
}
@media (max-width: 767px) {
  .culture__benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.culture__benefits-body {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .culture__benefits-body {
    margin-top: 55px;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
.culture-card {
  max-width: 28.2rem;
  margin-inline: auto;
  padding: 4rem 2.4rem 3rem;
  background: #fff;
  border: 1px solid #fef1e9;
  position: relative;
  box-shadow: 7px 7px 0 #fef1e9;
}
.culture-card::after {
  content: none;
}
.culture-card__icon {
  width: 10rem;
  border-radius: 50%;
  padding: 10%;
  display: grid;
  background: #f47000;
  height: 10rem;
  margin-inline: auto;
  place-content: center;
}
.culture-card__icon svg {
  display: block;
}
.culture-card__title {
  margin-top: 2.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #000;
}
.culture-card__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #000;
}
.culture__culture {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .culture__culture {
    padding-top: 50px;
  }
}
.culture__culture-head {
  text-align: center;
}
.culture__culture-body {
  margin-top: 9rem;
}
@media (max-width: 767px) {
  .culture__culture-body {
    margin-top: 6rem;
  }
}
.culture-media {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 0 4rem;
  align-items: start;
}
.culture-media + .culture-media {
  margin-top: 6.4rem;
}
.culture-media__image {
  background: #c8c8c8;
  aspect-ratio: 16 / 11;
  width: 100%;
}
.culture-media__content {
  padding-top: 0.4rem;
}
.culture-media__title {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fef1e9;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}
.culture-media__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  width: 0.6rem;
  height: 65%;
  background: #f47000;
}
.culture-media__text-wrap {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .culture-media__text-wrap {
    margin-top: 1.8rem;
  }
}
.culture-media__text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000;
}
.culture-media__text + .culture-media__text {
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .culture-media__text + .culture-media__text {
    margin-top: 1.8rem;
  }
}
.culture__btns {
  margin-top: 100px;
}
.culture__cta {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .culture-card {
    max-width: none;
    padding: 3rem 1rem;
  }
  .culture-media {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
  .culture-media__title {
    font-size: 2.4rem;
    line-height: 1.35;
    padding-left: 1.6rem;
    padding-bottom: 1rem;
  }
  .culture-media__title::before {
    width: 0.5rem;
    height: 3rem;
    top: 0;
  }
  .culture-media__text {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.entry__form {
  max-width: 840px;
  margin-inline: auto;
  margin-top: 107px;
  padding-left: 20px;
  padding-right: 20px;
}

.recruit-entry-form {
  width: 100%;
}

.recruit-entry-form__group {
  margin-bottom: 20px;
}

.recruit-entry-form__label {
  display: flex;
  align-items: end;
  font-size: 16px;
  gap: 6px;
}

.recruit-entry-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #f47000;
}

.recruit-entry-form__input,
.recruit-entry-form__select {
  width: 100%;
  padding: 12px 8px;
  border: 1px solid #f47000 !important;
  border-radius: 4px !important;
  background: #fff;
  font-size: 16px;
}

.recruit-entry-form__input::placeholder {
  color: #c4c4c4 !important;
  font-size: 16px;
}

.recruit-entry-form__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.recruit-entry-form__select::-ms-expand {
  display: none;
}

.recruit-entry-form__select:valid {
  color: #000;
}

.recruit-entry-form__select:invalid {
  color: #c4c4c4;
}

.recruit-entry-form__gender {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}

.recruit-entry-form__gender-item {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.recruit-entry-form__gender input[type="radio"].recruit-entry-form__gender-item {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #f47000;
  background: #fff;
  position: relative;
  border-radius: 2px;
}

.recruit-entry-form__gender input[type="radio"].recruit-entry-form__gender-item:checked::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #ff8f00;
}

.recruit-entry-form__actions {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .recruit-entry-form__actions {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.recruit-entry-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  padding: 24px 20px;
  border: none;
  border-radius: 4px;
  background: #d1e513;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.recruit-entry-form__submit:hover {
  opacity: 0.9;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .recruit-entry-form__group {
  display: flex;
  align-items: end;
  gap: 20px;
  font-size: 16px;
}

.mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .recruit-entry-form__group .recruit-entry-form__label {
  width: 25%;
}

.recruit-entry-form__group p.recruit-entry-form__label {
  padding-top: 16px;
}

.recruit-entry-form__group .recruit-entry-form__gender {
  padding-top: 16px;
}
@media (max-width: 768px) {
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .recruit-entry-form__group {
    display: grid;
    gap: 0;
    border-top: 1px solid #ccc;
  }

  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .recruit-entry-form__group .recruit-entry-form__label {
    width: 100%;
  }
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview .recruit-entry-form__group p.recruit-entry-form__label {
    padding: 20px 0 10px !important;
  }
}
@media (max-width: 768px) {
  .entry__form {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }

  .recruit-entry-form__group {
    margin-bottom: 18px;
  }

  .recruit-entry-form__label {
    gap: 8px;
  }

  .recruit-entry-form__gender-item input[type="radio"]:checked::after {
    inset: 4px;
  }
}

.recruit-thanks__content {
  margin-top: 62px;
}

.recruit-thanks__text {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000 !important;
  font-weight: 400;
}

.recruit-thanks__button {
  margin-top: 150px;
  text-align: center;
}

.recruit-thanks__button-link {
  font-size: 24px;
  padding: 24px 20px;
  border-radius: 2px;
  border: 2px solid #f47000;
  display: inline-block;
  color: #000 !important;
  background: #fff;
  max-width: 434px;
  width: 100%;
}

@media (max-width: 767px) {
  .recruit-thanks__button {
    margin-top: 62px;
  }
}
