@charset "utf-8";
/* ==========================================================================
   recruit.css
   採用ページ（recruit.html）専用スタイル
   ベース：renewal.css の .recruit_* 基礎クラス＋CSS変数を継承
   このファイルでは Figma デザインで追加された要素のみを定義する
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. ページ全体のレイアウト（フル幅・サイドバーなし）
-------------------------------------------------------------------------- */

.conts-page--full {
  width: 100%;
/*  max-width: 1128px; */
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .conts-page--full {
    width: 100%;
/*    max-width: 1128px; */
    padding: 0 16px;
  }
}

.page-recruit-full {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  margin-top: 0;
}

.page-visual {
    clear: both;
    position: relative;
    width: 1128px;
    height: auto;
    margin: 0 auto;
}

.page-visual-recruit img {
    width: 1128px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    filter: opacity(100%);
}
/* 下層ページメイン画像 */

@media screen and (max-width: 767px) {
.page-visual-recruit {
    width: 100%;
    max-width: 1128px;
    height: auto;
    background: #f4efe8;
}
.page-visual-recruit .page-visual_img img {
    width: 100%;
    max-width: 1128px;
    height: auto;
}
}
/* 767pxまでの幅の場合に適応される */

.recruit_section .tit_recruit
{
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
.recruit_section .tit_recruit
{
    margin-bottom: 32px;
    padding-bottom: 16px;
    font-size: 26px;
}
}

.recruit_section .under-dotted {
  border-bottom: dotted 4px #F08A4B;
  text-decoration: none;
}

#conts-page-recruit {
  width: 100%;
}

.page-recruit-full {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.recruit_lp {
  background: #f7f5ee;
  color: var(--color-text);
}

.inner-wide {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 44px 40px;
  box-sizing: border-box;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
.inner-wide {
  padding: 0;
}
}

.recruit_figure {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  text-align: right;
}

.recruit_figure img {
  display: block;
  width: 448px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

/* ------------------------------
   共通見出し
------------------------------ */
.section_heading-recruit {
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.section_heading-recruit {
  margin-bottom: 0;
  padding-top: 40px;
}
}

.section_title-recruit {
  position: relative;
  display: inline-block;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: .04em;
}
@media screen and (max-width: 767px) {
.section_title-recruit {
  margin-bottom: 32px;
  font-size: 26px;
}
}


.section_title-recruit::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px auto 0;
  background: #F4B942;
  border-radius: 999px;
}

.narrow-center {
  max-width: 860px;
  margin: 0 auto;
}

.intro_text p,
.two_col_text p,
.feature_card p,
.benefit_card p,
.voice_card p,
.persona_card p,
.faq_item p,
.cta_lead,
.cta_tel {
  line-height: 1.8;
  text-align: left;
}


/* --------------------------------------------------------------------------
   1. 採用情報タイトルセクション
-------------------------------------------------------------------------- */

.recruit_title_section {
  padding-top: 64px;
  padding-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.recruit_title_section {
  padding-top: 60px;
  padding-bottom: 28px;
}
}

.recruit_title_section .recruit_main_title {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 32px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.recruit_title_section .recruit_main_title {
  font-size: 26px;
  letter-spacing: -0.02em;
}
}


.recruit_title_section .recruit_lead {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.recruit_title_section .recruit_lead {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
}

/* 見出し左揃えバリエーション */
.section_title--left {
  display: block;
  text-align: left;
}

.section_title--left::after {
  margin-left: 0;
}

.section_title--white {
  color: #ffffff;
}

.section_title--white::after {
  background: #ffffff;
}

.recruit_hoiku {
  padding-bottom: 112px;
}
@media screen and (max-width: 767px) {
.recruit_hoiku {
  padding-bottom: 0;
}
}

/* --------------------------------------------------------------------------
   2. 働き方と職場環境（数値カード・シフト案内）
-------------------------------------------------------------------------- */

.recruit_work_section {
  position: relative;
  margin: 56px 0;
  padding-block: 0;
  background: #fcfbf1; /* ベース背景色（1128px幅の外側に見える色） */
  overflow: visible;
}
@media screen and (max-width: 767px) {
.recruit_work_section {
  margin: 28px 0;
}
}

.recruit_work_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1128px;
  height: 100%;
  background: #F7F5EE;
  z-index: 0;
  border-radius: 0 48px 48px 0;
  border-top: solid 8px #ffffff;
  border-right: solid 8px #ffffff;
  border-bottom: solid 8px #ffffff;
  border-left: none;
  box-sizing: border-box;
}

/* 画面幅が1128px未満の場合は、帯を画面幅に合わせて縮める */
@media screen and (max-width: 1128px) {
  .recruit_work_section::before {
    width: 100%;
    border-radius: 0;
    border-right: none;
  }
}

.inner-wide-80 {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  border-radius: 0 48px 48px 0;
  background-color: #F7F5EE;
  border-top: solid 10px #ffffff;
  border-right: solid 10px #ffffff;
  border-bottom: solid 10px #ffffff;
}

.recruit_work_section .inner-wide-80,
.recruit_work_section .recruit_work_layout {
  position: relative;
  z-index: 1;
}

.recruit_work_layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
}

.recruit_work_heading {
  position: relative;
  margin-bottom: 20px;
  padding-top: 56px;
}

.section_title-recruit-work {
  position: absolute;
  top: 0;
  left: 25%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  color: var(---color-text);
  letter-spacing: .04em;
  z-index: 10;
}

.recruit_bird_icon {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
  opacity: 0.8;
}

.recruit_bird_icon img {
  width: 80px;
  height: auto;
}

.recruit_work_lead {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.recruit_work_photos {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 16px;
}

.recruit_work_photo {
  width: auto;
  height: 200px;
}

.recruit_work_photo img {
  border-radius: 8px;
}

.recruit_work_photo--round img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  object-fit: cover;
}

/* 数値カード（4枚グリッド） */
.recruit_stat_cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: -80px;
  z-index: 2;
}

.recruit_stat_card {
  padding: 24px 20px;
  border-radius: var(--radius-md);
  color: #ffffff;
  text-align: center;
}

.recruit_stat_card .recruit_stat_card:nth-child(-n+2) {
  transform: translateY(-50%);
}

.recruit_stat_card .recruit_stat_card:nth-child(-n+3) {
  transform: translateY(-20px);
}

.recruit_stat_card--teal {
  background: #7FC6BA;
}

.recruit_stat_card--orange {
  background: #F7A97D;
}

.recruit_stat_card--orange2 {
  background: #f0a868;
}

.recruit_stat_card--yellow {
  background: #EDC856;
}

.recruit_stat_icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
.recruit_stat_icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 8px;
}
}

.recruit_stat_label {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
}

.recruit_stat_value {
  margin-bottom: 4px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.recruit_stat_value span {
  font-size: 32px;
  font-weight: 500;
}

.recruit_stat_note {
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
}

/* シフト案内（数値カードの下に全幅で配置） */
.recruit_shift_note {
  grid-column: 1 / -1;
  display: flex;
  gap: 16px;
  padding: 20px;
  margin-top: 4px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  box-shadow: 0 6px 14px rgba(0,0,0,.05);
}

.recruit_shift_note_icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0ede3;
  color: var(--color-main-deep);
  font-size: 1.1rem;
}

.recruit_shift_note_text h3 {
  margin-bottom: 6px;
  font-size: 22px;
  color: var(--color-text);
}

.recruit_shift_note_text p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-text);
  text-align: left;
}

/* ========================================================
  働き方と職場環境 レスポンシブ対応（スマホ表示：767px以下）
======================================================== */
@media screen and (max-width: 767px) {
  /* 1. 窮屈なコンテナ枠をスマホ幅いっぱいに解放 */
  .inner-wide-80 {
    width: 100%;
    padding: 40px 20px; /* 左右の余白を40pxから16pxへ縮小 */
    border-radius: 0;   /* スマホ時は右側の大きな角丸を解除 */
    border-right: none;
  }

  /* 2. 左右2段組みを「縦積み1段」に解除 */
  .recruit_work_layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* 3. 絶対配置で浮いていたタイトル＆鳥を「横並びフレックス」で通常配置に戻す */
  .recruit_work_heading {
    padding-top: 0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .section_title-recruit-work {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 1.6rem; /* スマホ向けにサイズ調整 */
    line-height: 1.4;
  }

  .recruit_bird_icon {
    position: relative;
    top: auto;
    right: auto;
    width: 56px; /* 鳥もスマホサイズに縮小 */
    flex-shrink: 0;
  }

  .recruit_bird_icon img {
    width: 100%;
    height: auto;
  }

  /* 4. 丸い写真が枠を突き破るバグを「比率維持のmax-width」で封印 */
  .recruit_work_photos {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
  }

  .recruit_work_photo {
    height: auto;
  }

  .recruit_work_photo--round img {
    width: 100%;
    max-width: 150px; /* 画面が大きめのスマホでも巨大化しないための安全弁 */
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .recruit_work_photo:not(.recruit_work_photo--round) img {
    width: 100%;
    height: auto;
  }

  /* 5. 上にめり込む「マイナスマージン（-80px）」をゼロにリセット */
  .recruit_stat_cards {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .recruit_stat_card {
    padding: 16px 12px;
    transform: none !important; /* PC側のズラし指定を強制解除 */
  }

  .recruit_stat_label {
    font-size: 0.9rem;
  }

  /* 「4.5か月」などがスマホで不格好に改行されないためのサイズ調整 */
  .recruit_stat_value {
    font-size: 2.2rem;
  }

  .recruit_stat_value span {
    font-size: 1.2rem;
  }

  .recruit_shift_note {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    margin-top: 8px;
  }

  .recruit_shift_note_text h3 {
    font-size: 1.15rem;
  }

  .recruit_shift_note_text {
    font-size: 16px;
  }
}

/* --------------------------------------------------------------------------
   3. 福利厚生・サポート
-------------------------------------------------------------------------- */
.recruit_benefit_layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
}

.recruit_benefit_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.benefit_card {
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(0,0,0,.05);
}

.benefit_card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #4C8F6B;
  line-height: 1.6;
  text-align: left;
}

.recruit_benefit_card--wide {
  grid-column: 1 / -1;
}

.recruit_benefit_text p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
.recruit_benefit_text p {
  padding: 0 20px;
}
}

.recruit_benefit_photos {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.recruit_benefit_photo {
  width: auto;
  height: 200px;
}

.recruit_benefit_photo img {
  border-radius: 8px;
}

.recruit_benefit_photo--round img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  object-fit: cover;
}

.recruit_benefit_photo:not(.recruit_benefit_photo--round) {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .recruit_benefit_layout {
    grid-template-columns: 1fr;
    gap: 32px; /* テキストエリアとカードエリアの隙間 */
  }

  .recruit_benefit_text .section_title--left {
    text-align: center;
  }

  /* 1. 【上下逆転の魔法】テキストを「先(1)」、カードを「後(2)」に指定 */
  .recruit_benefit_text {
    order: 1;
  }
  
  .recruit_benefit_cards {
    order: 2;
    /* 3. カードを「1行2列」から「1列（縦積み）」に変更して可読性を確保 */
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* 2. 写真2枚を「先のセクションと同じ比率の横並び」に修正 */
  .recruit_benefit_photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 24px;
    padding: 0 20px;
  }

  .recruit_benefit_photo {
    height: auto;
  }

  .recruit_benefit_photo--round img {
    width: 100%;
    max-width: 150px; /* 大きめのスマホでも巨大化しないためのストッパー */
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .recruit_benefit_photo:not(.recruit_benefit_photo--round) img {
    width: 100%;
    height: auto;
  }
}

/* --------------------------------------------------------------------------
   園の雰囲気：無限横スクロール（純粋CSSマーキー）
-------------------------------------------------------------------------- */
.recruit_gallery_section {
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}

.gallery_marquee {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.gallery_marquee_track {
  display: flex;
  width: max-content;
}

.gallery_marquee_list {
  display: flex;
  gap: 16px;
  padding-right: 16px;
  animation: marquee-scroll 45s linear infinite;
}

.gallery_marquee:hover .gallery_marquee_list {
  animation-play-state: paused;
}

.gallery_item {
  flex-shrink: 0;
  width: 340px;
  height: 240px;
  background: #e9e5dc;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 767ox) {
  .gallery_marquee_list {
    gap: 12px;
    padding-right: 12px;
    animation-duration: 35s;
  }

  .gallery_item {
    width: 240px;
    height: 170px;
  }
  
}

/* --------------------------------------------------------------------------
   4. 保育士の1日（カード型タイムライン）
-------------------------------------------------------------------------- */
.recruit_day {
  margin-top: -56px;
}

.recruit_day_lead {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 767px) {
.recruit_day_lead {
  padding: 0 20px;
}
}

.recruit_day_cards {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.recruit_day_card {
  flex: 1 1 0%;
  min-width: 0;
  text-align: center;
}

.recruit_day_time {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-text);
}

.recruit_day_work {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.recruit_day_photo {
  min-height: 110px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.recruit_day_photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.recruit_day_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 110px;
  margin-top: 48px;
  color: #f0917e;
  font-size: 1.4rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .recruit_day {
    margin-top: -28px;
  }

  .recruit_day .section_heading {
    padding-top: 40px;
  }

  .recruit_day_cards {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .recruit_day_card {
    width: 100%;
    max-width: 280px;
  }

  .recruit_day_arrow {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 4px 0;
  }

  .recruit_day_arrow i {
    transform: rotate(90deg);
  }
}

/* --------------------------------------------------------------------------
   5. 先輩職員の声
-------------------------------------------------------------------------- */

.recruit_section_voice {
  padding: 100px 0 80px;
  background-color: #fcfaf6;
}

.voice_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 32px;
}

.voice_card {
  box-sizing: border-box;
  margin-top: 40px; /* PC表示：写真が上に飛び出すエリアを安全に確保 */
  overflow: visible !important;
}

.voice_card_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: visible !important;
}

.voice_img_box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; /* box内の写真と文字を中央揃え */
  flex-shrink: 0;
  width: 150px;
  margin-top: -60px; /* PC表示：上に少し突き出させる */
  margin-right: 20px;
  z-index: 2;
}

.voice_img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4; /* 全員の写真縦横比を統一 */
  margin-bottom: 12px;
  object-fit: cover;
  object-position: top center;
  border-radius: 12px;
  box-shadow: 0 6px rgba(0, 0, 0, 0.08);
}

.voice_meta {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #00796b;
}

.text-center-meta {
  text-align: center;
  line-height: 1.5;
}

.voice_content {
  flex: 1;
}

.voice_catch {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2e7d32;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.voice_text {
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
  text-align: justify;
  line-height: 1.8;  
}

/* --- 中間サイズ（960px以下） --- */
@media screen and (max-width: 960px) {
  .recruit_section_voice {
    padding: 80px 0 60px;
  }

  .voice_cards {
    gap: 70px 24px;
  }

  .voice_card_inner {
    padding: 24px 20px;
  }

  .voice_img_box {
    width: 130px;
    margin-top: -50px;
    margin-right: 16px;
  }
}

/* --- スマホ・タブレット縦表示（768px以下） --- */
@media screen and (max-width: 768px) {
  .recruit_section_voice {
    padding: 80px 0 0;
  }

  .voice_cards {
    grid-template-columns: 1fr; /* 1列レイアウトに変更 */
    gap: 40px;
  }

  .voice_card {
    margin-top: 30px;
  }

  .voice_card_inner {
    flex-direction: column; /* カード内を縦並びに切り替え */
    align-items: center; /* コンテンツ全体を一旦中央軸へ */
    padding: 24px 20px;
  }

  /* position:absoluteを完全に廃止し、無理な余白調整をゼロにする */
  .voice_img_box {
    position: static;
    width: 140px;
    margin-top: -50px; /* カードの上枠に程よく写真がかぶる位置 */
    margin-right: 0;
    margin-bottom: 20px;
    transform: none;
  }

  .voice_img {
    margin-bottom: 8px;
  }

  .voice_catch {
    text-align: center; /* スマホ時は見出しも中央の方がバランスが良くなります */
    font-size: 18px;
    margin-bottom: 12px;
  }

  .voice_text {
    text-align: left; /* 本文は読みやすさ重視で左リセット */
    font-size: 14px;
  }
}

/* --------------------------------------------------------------------------
   6. 園見学会バナー
-------------------------------------------------------------------------- */

.recruit_tour_banner_section {
  padding-top: 32px;
  padding-bottom: 44px;
}

.inner-wide_banner {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  box-sizing: border-box;
}

.recruit_tour_banner {
  display: block;
  width: 100%;
  max-width: 880px;
  height: auto;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: #666;
  transition: opacity .2s ease;
}

.recruit_tour_banner:hover {
  opacity: 0.85;
  text-decoration: none;
}

.recruit_tour_banner img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
}

@media screen and (max-width: 767px) {
  .recruit_tour_banner {
  }
}

/* --------------------------------------------------------------------------
   7. 求める人物像（グラデーション背景）
-------------------------------------------------------------------------- */

.recruit_persona_section {
  background: linear-gradient(135deg, #b9e6dd, #bcd9f2);
  border-radius: 8px;
}

.persona_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.persona_card {
  padding: 32px 20px;
  background: #ffffff;
  border: 1px solid var(--color-line);
  border-radius: 24px;
  box-shadow: 0 8px 18px var(--color-shadow);
}

.persona_card h3 {
  margin-bottom: 12px;
  font-size: 22px;
  color: var(---color-text);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .persona_cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
  }
}

/*----------------------------------------------------------------------
   8. 自分の強みを活かして働ける職場（3項目・人物写真配置）
-------------------------------------------------------------------------- */

.recruit_strength_section {
}

.recruit_strength_inner {
  padding: 40px;
  background: #F7F5EE;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
.recruit_strength_inner {
  padding: 40px 20px;
}
}

.recruit_strength_item {
  position: relative;
  max-width: 598px;
  margin: 0 auto 40px;
}

.recruit_strength_item:last-child {
  margin-bottom: 0;
}

.recruit_strength_text h3 {
  margin-bottom: 16px;
  font-size: 22px;
  color: var(--color-main-deep);
  text-align: left;
}

.recruit_strength_row {
  display: grid;
  grid-template-columns: 176px 1fr;
  gap: 24px;
  align-items: start;
}

.recruit_strength_photo_small {
  min-height: 150px;
}

.recruit_strength_photo_small img {
  border-radius: var(--radius-md);
}

.recruit_strength_row p {
  width: 100%;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.recruit_strength_photo--person {
  position: absolute;
  top: -10px;
  width: 224px;
  height: 300px;
  min-height: 0;
  border-radius: var(--radius-sm);
  font-size: 0.65rem;
}

.recruit_strength_item:nth-child(1) .recruit_strength_photo--person {
  left: -240px;
}

.recruit_strength_item:nth-child(4) .recruit_strength_photo--person {
  right: -240px;
  top: auto;
  bottom: -10px;
}

@media screen and (max-width: 1100px) {
  .recruit_strength_photo--person {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .recruit_strength_item {
    margin-bottom: 36px;
  }

  .recruit_strength_row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .recruit_strength_photo_small {
    min-height: 140px;
  }
}

/* ------------------------------
  9. 募集要項
------------------------------ */
.job_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 18px var(--color-shadow);
}

.job_table th {
  width: 28%;
  padding: 16px;
  background: #f0ede3;
  border-bottom: 1px solid var(--color-line);
  text-align: left;
  vertical-align: top;
  font-weight: 700;
}

.job_table td {
  padding: 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-line);
  background: #fff;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .job_table,
  .job_table tbody,
  .job_table tr,
  .job_table th,
  .job_table td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .job_table_th {
    padding: 14px 16px 6px;
    font-size: 16px;
    background: #f5f3ed;
    border-bottom: none;
  }

  .job_table td {
    padding: 6px 16px 16px;
    font-size: 16px;
  }
}
/* --------------------------------------------------------------------------
   臨時・パート・アルバイト募集枠（別枠）
-------------------------------------------------------------------------- */
.job_part_box {
  margin-top: 48px;
  background: #ffffff;
  border: 3px solid #7fc6ba;
  border-radius: 8px;
  box-shadow: 0 8px 18px var(--color-shadow);
  overflow: hidden;
}

.job_part_header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  color: #ffffff;
  background: #7fc6ba;
}

.job_part_badge {
  flex-shrink: 0;
  padding: 4px 12px;
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  background: #f4b942;
  border-radius: 20px;
}

.job_part_title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
}

.job_part_body {
  padding: 32px 28px;
}

.job_part_lead {
  margin-bottom: 24px;
  font-size: 16px;
  color: var(--color-text);
  text-align: left;
  line-height: 1.8;
}

.job_part_perk {
  margin-bottom: 28px;
  padding: 20px 24px;
  background: #fcfbf1;
  border: 2px solid #EDC856;
  border-radius: 8px;
}

.job_part_perk h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight:  700;
  color: #d97724;
}

.job_part_perk p {
  margin-bottom: 12px;
  font-size: 16px;
}

.job_part_perk ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.job_part_perk li {
  padding: 6px 16px;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid #EDC856;
  border-radius: 8px;
}

.job_part_list {
  display: grid;
  gap: 16px;
}

.job_part_row {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--color-line);
}

.job_part_row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.job_part_row dt {
  font-weight: 700;
  color: #4C8F6B;
  text-align: left;
}

.job_part_row dd {
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 767px) {
.job_part_box {
  margin-top: 36px;
}

.job_part_header {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
}

.job_part_title {
  font-size: 18px;
}

.job_part_body {
  padding: 24px 16px;
}

.job_part_park {
  padding: 16px;
}

.job_part_perk h4 {
  margin-bottom: 8px;
  text-align: left;
  line-height: 2;
}

.job_part_perk p {
  text-align: left;
}

.job_part_perk ul {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.job_part_row {
  grid-template-columns: 1fr;
  gap: 4px;
}

.job_part_row:last-child {
  padding-top: 16px;
  border-bottom: none;
}

.job_part_row dt {
  font-size: 16px;
}

}

/* ------------------------------
  10. FAQ
------------------------------ */
.faq_list {
  display: grid;
  gap: 16px;
}

.faq_item {
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: 0 6px 14px rgba(0,0,0,.05);
}

.faq_item summary {
  position: relative;
  padding-right: 36px;
  cursor: pointer;
  color: #4C8F6B;
  font-weight: 700;
  text-align: left;
  list-style: none;
  line-height: 1.8;  
}

.faq_item summary::-webkit-details-marker {
  display: none;
}

.faq_item summary::after {
  position: absolute;
  content: "+";
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(0deg);
  width: 24px;
  font-size: 22px;
  color: #4C8F6B;
  font-weight: normal;
  text-align: center;
  transition: transform 0.25s ease-out, color 0.25s ease-out;
}

.faq_item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  color: #f0917e;
}

.faq_item p {
  margin-top: 14px;
}

/* ------------------------------
   CTA Section
------------------------------ */
.recruit_cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 380px;
  margin-bottom: -64px;
  box-sizing: border-box;
  overflow: hidden;
}

.recruit_cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/recruit_cat_back.jpg") no-repeat center center;
  background-size: cover;
  filter: blur(4px) brightness(1.2);
  transform: scale(1.05);
  z-index: 0;
}

.recruit_cta::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.cta-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  box-sizing: border-box;
}

.cta_lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-align: left;
  line-height: 1.6;
}

.cta_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.cta_tel_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 380px;
  padding: 18px 16px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  box-sizing: border-box;
}

.tel_label {
  font-size: 13px;
  font-weight: 700;
  color: #555555;
}

.tel_num {
  font-size: 32px;
  font-weight: 700;
  color: #5B4B43;
  text-decoration: none;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.tel_time {
  font-size: 14px;
  color: #222222;
}

.cta_btn_group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 400px;
}

.cta_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 8px 30px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 24px;
  box-sizing: border-box;
}

.cta_btn:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}

.cta_btn::after {
  position: absolute;
  content: "＞";
  right: 20px;
  font-family: monospace;
}

.btn_orange {
  background: #F08A4B;
  box-shadow: 0 4px 12px rgba(237, 122, 75, 0.25);
}

.btn_green {
  background: #1EB185;
  box-shadow: 0 4px 12px rgba(27, 163, 122, 0.25);
}

@media screen and (max-width: 767px) {
  .recruit_cta {
    height: auto;
    margin-bottom: 0px;
    padding: 40px 16px;
    border-radius: 0;
  }
  
  .cta-inner {
    padding: 36px 20px 4px;
  }

  .cta_grid {
    flex-direction: column;
    gap: 16px;
  }

  .cta_tel_box {
    width: 100%;
  }

  .cta_btn_group {
    width: 100%;;
  }

  .cta_btn {
    font-size: 14px;
    padding: 8px 20px;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }
}
