@charset "UTF-8";

body,
html {

  background: #FCF8EE;
}

.gHeaderWrap {
  margin-bottom: 120px;
}

.page-title {
  text-align: center;
  font-size: 90px;
  margin-bottom: 73px;
  line-height: 1;
}

.page-title span {
  line-height: 1;
  margin-top: 14px;
}

.page-title span::before {
  display: none;
}

.p-mv__hero {
  background-image: url(../img/recruit_main.jpg);
}

.p-mv__hero {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media (max-width: 1000px) {

  .p-mv__hero {
    height: auto;
    aspect-ratio: 375/200;
    background-image: url(../img/sp/recruit_main.jpg);
  }

}

.message {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  padding: 90px 0 95px;
}

.message h3 {
  font-size: 16px;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.message .read {
  font-size: 16px;
  margin-bottom: 0;
}

.message h3::after {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: #649A74;
  margin: 12px auto 0;
  /* 上に10px、左右はautoで中央寄せ */
}

.message h4 {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}




/* ===============================
   Overview（共通）
=============================== */
.overview {
  background-image: url(../img/bg_img_shinryou.png);
  background-repeat: repeat;
  /* repeat-x / repeat-y も可 */
  padding: 100px 0;
}

.single-news .overview {
  background: none;
}

.overview .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- 左右フレックス --- */
.overview_cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.overview .left {
  flex: 0 0 32%;
  min-width: 240px;
}

.overview .right {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 660px;
}

/* --- 見出し（midashi） --- */
.overview .midashi {
  font-size: 28px;
  color: #403821;
  margin: 0;
  position: relative;
  padding-left: 10px;
  /* 背景アイコンの位置分だけ余白を確保 */
  background-image: url("../img/leaf.png");
  background-repeat: no-repeat;
  background-size: 4px 4px;
  background-position: left top;
}

.overview .midashi span::before {
  background-image: none;
  display: none;
}

.overview .midashi .jp-font {
  display: block;
  font-size: 14px;
  color: #403821;
  letter-spacing: 0.05em;
}

/* --- テーブル共通 --- */
.clinic-table {
  width: 100%;
  max-width: 660px;
  border-collapse: separate;
  /* 行間スペース */
  table-layout: fixed;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.recruiting .clinic-table {
  border-top: none;
}

.clinic-table th,
.clinic-table td {
  padding: 26px 0;
  line-height: 1.8;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.clinic-table th {
  width: 28%;
  min-width: 180px;
  white-space: nowrap;
  color: #403821;
  opacity: 0.7;
}

.clinic-table td {
  color: #4a4237;
  word-break: break-word;
}

/* --- 行の角丸 --- */
.clinic-table tbody tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.clinic-table tbody tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.clinic-img {
  margin-top: 40px;
}



/* ===============================
   Recruiting（差分）
=============================== */
.overview.recruiting {
  background-color: #fff;
  /* 柔らかいトーン */
  background-image: none;
}

.syokusyu {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: #3E3520;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  /* 下線（全幅） */
  max-width: 660px;
  line-height: 1;
  padding-bottom: 20px;
}

.syokusyu::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #AD7A37;
  /* ゴールド系ライン */
}

.syokusyu.mt {
  margin-top: 80px;
}


@media (max-width: 768px) {
  .overview.recruiting .syokusyu {
    margin-top: 70px;
  }
}


/* ===============================
   成長支援セクション（seichou）
=============================== */
.overview.seichou {
  background-image: url(../img/bg0.png);
  background-repeat: repeat;
  padding: 100px 0;
}

.overview.seichou .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 左右レイアウト（共通構造） */
.overview.seichou .overview_cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.overview.seichou .left {
  flex: 0 0 32%;
  min-width: 240px;
}

.overview.seichou .right {
  flex: 1 1 auto;
  min-width: 0;
}

/* テキスト */
.overview.seichou .read2 {
  color: #3E3520;
  /* ご指定文字色 */
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  display: inline-flex;
  align-items: flex-start;
}

.overview.seichou .read2 span {
  display: inline-block;
  color: #AD7A37;
  /* キーカラー */
  margin-right: 8px;
  line-height: 1.8;
  font-size: 16px;
  display: inline-block;
  transform: translateY(-2px);
}

/* 画像ブロック */
.overview.seichou .right .img {
  margin-bottom: 55px;
  /* ご指定 */
}

.overview.seichou .right .img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .overview.seichou .overview_cols {
    flex-direction: column;
    gap: 32px;
  }

  .overview.seichou .read2 {
    font-size: 14px;
  }
}

/* 背景トーン（必要なら） */
.flow {
  background-image: url(../img/bg_img_shinryou.png);
  background-repeat: repeat;
  padding: 100px 0 107px;
}



/* リスト全体：左に縦の点線 */
.flow-steps {
  list-style: none;
  margin: 0;
  padding: 0 0 0 44px;
  /* 左に余白（縦線＋ドット分） */
  position: relative;
}


/* 背景画像を縦リピートで使用 */
.flow-steps::before {
  content: "";
  position: absolute;
  left: 14px;
  /* ドットの中心と番号が合うように調整 */
  top: 0;
  bottom: 0;
  width: 2px;
  /* 背景画像の幅に合わせて調整 */
  background-image: url("../img/dotline.png");
  /* ← アップロード先に合わせて変更 */
  background-repeat: repeat-y;
  background-position: center top;
}

/* 各行 */
.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 24px;
  align-items: center;
  padding: 22px 0;
  color: #3E3520;
  line-height: 1;
}

/* 丸ドット */
.flow-step::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #649A74;
  border-radius: 50%;
  transform: translate(-47px, -50%);
  /* ← 固定pxで位置を微調整 */
}

/* 番号 */
.flow-num {
  font-size: 26px;
  color: #3E3520;
}

.flow-text {
  font-size: 16px;
  line-height: 1.9;
}

/* 最後の線を消す */
.flow-step:last-child {
  border-bottom: none;
}



/* 余白バランス（最後の行の下線だけ消したい場合） */
.flow-step:last-child {
  border-bottom: none;
}






.oubo {
  background: #fff;
  padding: 40px 40px;
  margin-top: 60px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.oubo h3 {
  font-size: 20px;
  color: #3E3520;
  margin-bottom: 25px;
  line-height: 1;
}

.oubo p {
  font-size: 14px;
  color: #4A4237;
  line-height: 1.8;
  margin-bottom: 5px;
}

.oubo p a.mail {
  text-decoration: underline;
  color: #4A4237;
}

.oubo p a.tel {
  color: #4A4237;
}

.oubo p:last-child {
  margin-bottom: 0;
}


/* SP対応 */
@media (max-width: 1000px) {

  .page-title {
    font-size: 40px !important;
    margin-bottom: 30px;
  }

  .message {
    width: 92%;
    padding: 40px 0;
  }

  .message h3 {
    font-size: 26px;
  }

  .message h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .message .read {
    font-size: 14px;
  }

  .overview {
    padding: 50px 0;
  }

  .overview .inner {
    width: 90%;
    padding: 0;
  }

  .overview .right {
    max-width: 100%;
  }

  .overview .midashi .jp-font {
    margin: 11px 0 0;
    transform: translateX(1px);
  }

  .overview_cols {
    flex-flow: column;
    gap: 20px;
  }

  .overview_cols {
    flex-direction: column;
    gap: 28px;
  }

  .overview .left {
    flex: none;
  }

  .clinic-table {
    margin-bottom: 50px;
    max-width: 100%;
  }

  .clinic-table th {
    width: 34%;
    min-width: 160px;
    padding: 18px 0;
    font-weight: bold;
  }

  .clinic-table td {
    padding: 18px 0;
  }

  .overview.seichou {
    padding: 50px 0;
  }

  .overview.seichou .inner {
    padding: 0;
  }

  .overview.seichou .right {
    max-width: 100%;
  }

  .overview.seichou .right .img {
    margin-bottom: 40px;
  }

  .flow-steps {
    padding-left: 36px;
  }

  .flow-steps::before,
  .flow-step::before {
    left: 12px;
  }

  .flow-steps::before {
    left: 8px;
  }


  .flow-step {
    grid-template-columns: 20px 1fr;
    padding: 12px 0;
  }

  .flow-num {
    font-size: 20px;
  }

  .flow-text {
    font-size: 15px;
  }

  .flow-steps {
    padding-left: 40px;
  }


  .flow-num {
    font-size: 20px;
  }

  .flow-text {
    font-size: 15px;
    line-height: 1.8;
  }

  .oubo {
    padding: 20px;
  }
}