/* =============================================
   preparation-course.css - 保育士試験実技試験対策講座ページ
   ============================================= */

/* =============================================
   main：背景・レイアウト
   ============================================= */

.preparation-course main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  padding: 118px 0 150px;
  background: url('../img/green-bg.jpg') center top / cover;
}

/* =============================================
   ページ固有：共通クラス上書き
   ============================================= */

.preparation-course .lower-page-title-container {
  gap: 4px;
}

.preparation-course .lower-page-title-container img {
  width: 97px;
  height: 90px;
}

.preparation-course .lower-page-inner {
  gap: 100px;
}

.preparation-course .white-container {
  padding: 40px 40px 60px;
  gap: 60px;
}

.preparation-course .container-title-text {
  white-space: nowrap;
}

/* =============================================
   講座写真
   ============================================= */

.pc-course-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

.pc-course-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* =============================================
   リード文 & チェックリスト
   ============================================= */

.pc-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.pc-lead__text {
  color: #574b38;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}

.pc-check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-check-list__item {
  position: relative;
  padding-left: 30px;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.pc-check-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('../img/treatment-check.svg') center / contain no-repeat;
}

/* =============================================
   講座分野カード群
   ============================================= */

.pc-courses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 800px;
}

/* 各分野カード */
.pc-course {
  background: #fff2e7;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 分野ヘッダー */
.pc-course__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.pc-course__num {
  color: #6f380b;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}

.pc-course__divider {
  height: 1px;
  width: 100%;
  background: #c8a882;
}

/* 分野本文 */
.pc-course__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.pc-course__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pc-course__time {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}

.pc-course__capacity {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}

.pc-course__title {
  color: #6f380b;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.pc-course__desc {
  color: #5c4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* 準備物 */
.pc-course__materials {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5c4635;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pc-course__materials-label {
  line-height: normal;
  margin: 0;
}

.pc-course__materials-list {
  display: block;
  margin: 0;
  padding: 0 0 0 24px;
  list-style: disc;
  text-align: left;
}

.pc-course__materials-list li {
  line-height: 30px;
}

/* 講師 */
.pc-course__lecturer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pc-course__lecturer-badge {
  display: inline-block;
  background: #6f380b;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 1.6;
}

.pc-course__lecturer-name {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}

/* =============================================
   注意書き
   ============================================= */

.pc-caution {
  color: #5c4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  width: 800px;
}

/* =============================================
   ご予約フォーム
   ============================================= */

.pc-reserve-form {
  border: 1px solid #6f380b;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.pc-reserve-form__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 60px;
  background: #fff;
}

.pc-reserve-form__desc {
  color: #5c4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}

/* pc固有: ラベルセルの幅が広い */
.pc-reserve-form .c-form-label-cell {
  width: 200px;
}

/* pc固有: ラベルの font-size が大きい */
.pc-reserve-form .c-form-label {
  font-size: 16px;
}

/* pc固有: 入力セルの gap */
.pc-reserve-form .c-form-input-cell {
  gap: 8px;
}

/* pc固有: ラジオの gap, padding-top なし */
.pc-reserve-form .c-form-radio-group {
  gap: 8px 24px;
  padding-top: 0;
}

/* pc固有: ラジオのborder-color */
.pc-reserve-form .c-form-radio-label input[type="radio"] {
  border-color: #c9a98a;
}

/* pc固有: ラジオテキストの font-weight */
.pc-reserve-form .c-form-radio-text {
  font-weight: 600;
}

/* pc固有: チェックのgap */
.pc-reserve-form .c-form-check-group {
  gap: 8px 24px;
  padding-top: 0;
}

/* pc固有: チェックのborder-color */
.pc-reserve-form .c-form-check-label input[type="checkbox"] {
  border-color: #c9a98a;
}

/* pc固有: チェックテキストの font-weight */
.pc-reserve-form .c-form-check-text {
  font-weight: 600;
}

/* pc固有: サブラベルの font-size */
.pc-reserve-form .c-form-sublabel {
  font-size: 14px;
}

/* pc固有: noteの line-height, margin */
.pc-reserve-form .c-form-note {
  line-height: 1.6;
  margin: 2px 0 0;
}

/* pc固有: ボタンの border なし */
.pc-reserve-form .c-form-btn {
  border: none;
}

/* =============================================
   詳細ブロック（日程 / 場所）
   ============================================= */

.pc-detail-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 800px;
}

.pc-detail-block__title {
  color: #574b38;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}

.pc-detail-block__note {
  color: #5c4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* =============================================
   日程
   ============================================= */

.pc-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.pc-schedule__date {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.pc-schedule__deadline {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

/* =============================================
   場所
   ============================================= */

.pc-venue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.pc-venue__name {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.pc-venue__address {
  color: #5c4635;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* 地図 */
.pc-map {
  width: 100%;
  border: 1px solid #574b38;
  line-height: 0;
}

.pc-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* =============================================
   お問い合わせボックス
   ============================================= */

.preparation-course .contact-box {
  border: 1px solid #6f380b;
  border-radius: 10px;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
}

.preparation-course .contact-box__header {
  background: #6f380b;
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  padding: 6px 0;
  line-height: 1.5;
}

.preparation-course .contact-box__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 30px 24px;
  background: #fff;
  text-align: center;
}

.preparation-course .contact-box__org {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin: 0;
}

.preparation-course .contact-box__address {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  margin: 0;
}

.preparation-course .contact-box__tel {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

.preparation-course .contact-box__hours {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

.preparation-course .contact-box__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: 1px solid #6f380b;
  border-radius: 40px;
  padding: 12px 48px;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  transition: background 0.2s, color 0.2s;
}

.preparation-course .contact-box__btn:hover {
  background: #6f380b;
  color: #fff;
}

/* =============================================
   主催・著作表記
   ============================================= */

.pc-attribution {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.pc-attribution__text {
  color: #5c4635;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.pc-attribution__logo {
  width: 100px;
  height: auto;
}

/* =============================================
   受講者の声
   ============================================= */

.pc-voices {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.pc-voices__period {
  color: #574b38;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
}

.pc-voice-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c8b49a;
}

.pc-voice-item {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 16px 20px;
  border-bottom: 1px solid #c8b49a;
  line-height: normal;
}

/* =============================================
   香川県保育士人材バンクセクション
   ============================================= */

.pc-bank-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 800px;
}

.pc-bank-section__heading {
  color: #574b38;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.pc-bank-section__support {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.pc-bank-section__desc {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin: 0;
}

.pc-bank-section__note {
  color: #5c4635;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.pc-bank-matching {
  width: 600px;
  max-width: 100%;
  line-height: 0;
}

.pc-bank-matching img {
  width: 100%;
  height: auto;
  display: block;
}

.pc-bank-banner {
  width: 320px;
  max-width: 100%;
}

/* 貸付金 */
.pc-bank-loan__lead {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0;
}

.pc-bank-loan__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pc-bank-loan__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.pc-bank-loan__num {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  flex-shrink: 0;
}

.pc-bank-loan__text {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.pc-bank-loan__note {
  color: #5c4635;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}

/* =============================================
   Responsive：タブレット (max-width: 1100px)
   ============================================= */

@media (max-width: 1100px) {
  .preparation-course .lower-page-inner {
    width: calc(100% - 48px);
  }

  .pc-courses {
    width: 100%;
  }

  .pc-detail-block {
    width: 100%;
  }

  .pc-caution {
    width: 100%;
  }

  .pc-bank-section {
    width: 100%;
  }

  .pc-bank-matching {
    width: 100%;
  }

  .preparation-course .description-separator {
    width: 100%;
  }
}

/* =============================================
   Responsive：SP (max-width: 768px)
   ============================================= */

@media (max-width: 768px) {
  /* main */
  .preparation-course main {
    padding: 70px 0 80px;
  }

  /* ページタイトル */
  .preparation-course .lower-page-title {
    padding: 48px 0 36px;
  }

  .preparation-course .lower-page-title-container img {
    width: 68px;
    height: 63px;
  }

  .preparation-course .lower-page-subtitle {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1.6px;
  }

  .preparation-course .lower-page-heading {
    font-size: 32px;
    letter-spacing: 1px;
  }

  /* inner */
  .preparation-course .lower-page-inner {
    width: calc(100% - 32px);
    gap: 48px;
  }

  /* ホワイトカード */
  .preparation-course .white-container {
    padding: 32px 20px 40px;
    border-radius: 20px;
    gap: 36px;
  }

  /* カードタイトル */
  .preparation-course .container-title-text {
    font-size: 20px;
    white-space: normal;
  }

  .preparation-course .container-title img {
    width: 36px;
    height: 58px;
  }

  /* リード文 */
  .pc-lead__text {
    font-size: 20px;
  }

  /* チェックリスト */
  .pc-check-list__item {
    font-size: 16px;
  }

  /* 講座カード */
  .pc-courses {
    gap: 20px;
  }

  .pc-course {
    padding: 16px 20px;
    border-radius: 20px;
    gap: 16px;
  }

  .pc-course__num {
    font-size: 20px;
  }

  .pc-course__time,
  .pc-course__capacity {
    font-size: 16px;
  }

  .pc-course__title {
    font-size: 18px;
  }

  .pc-course__desc {
    font-size: 14px;
    line-height: 26px;
  }

  .pc-course__materials {
    font-size: 14px;
  }

  .pc-course__materials-list li {
    line-height: 26px;
  }

  .pc-course__lecturer-name {
    font-size: 18px;
  }

  /* 注意書き */
  .pc-caution {
    font-size: 14px;
    line-height: 26px;
  }

  /* ご予約フォーム */
  .pc-reserve-form__body {
    padding: 24px 20px;
    gap: 20px;
  }

  /* 詳細ブロック */
  .pc-detail-block__title {
    font-size: 22px;
  }

  .pc-detail-block__note {
    font-size: 14px;
    line-height: 26px;
  }

  /* 日程 */
  .pc-schedule__date {
    font-size: 20px;
  }

  .pc-schedule__deadline {
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  /* 場所 */
  .pc-venue__name {
    font-size: 18px;
  }

  /* お問い合わせ */
  .preparation-course .contact-box {
    width: 100%;
    max-width: 418px;
    margin-top: 0;
  }

  .preparation-course .contact-box__tel {
    font-size: 20px;
  }

  .preparation-course .contact-box__hours {
    font-size: 14px;
  }

  .preparation-course .contact-box__btn {
    padding: 10px 32px;
    font-size: 16px;
  }

  /* 受講者の声 */
  .pc-voices__period {
    font-size: 20px;
  }

  .pc-voice-item {
    font-size: 15px;
    padding: 14px 12px;
  }

  /* 主催 */
  .pc-attribution__text {
    font-size: 14px;
    line-height: 26px;
  }

  /* 香川県保育士人材バンクセクション */
  .pc-bank-section {
    width: 100%;
  }

  .pc-bank-section__heading {
    font-size: 20px;
  }

  .pc-bank-section__support {
    font-size: 18px;
  }

  .pc-bank-section__desc {
    font-size: 15px;
    line-height: 28px;
  }

  .pc-bank-loan__lead {
    font-size: 18px;
  }

  .pc-bank-loan__num,
  .pc-bank-loan__text {
    font-size: 15px;
    line-height: 28px;
  }

  .pc-bank-loan__note {
    font-size: 13px;
  }

  .pc-bank-banner {
    width: 100%;
    max-width: 320px;
  }

  .preparation-course .description-separator {
    width: 100%;
  }
}
