/* =============================================
   skill-up.css - 保育士スキルアップセミナーページ
   ============================================= */

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

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

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

.skill-up .lower-page-title-container {
  gap: 4px;
}

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

.skill-up .lower-page-inner {
  gap: 100px;
}

.skill-up .white-container {
  padding: 40px 40px 60px;
  gap: 60px;
}

.skill-up .container-title-text {
  white-space: nowrap;
}

/* =============================================
   セミナー写真
   ============================================= */

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

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

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

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

.su-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;
}

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

.su-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;
}

.su-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;
}

/* =============================================
   各回セッションカード群
   ============================================= */

.su-sessions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 800px;
}

/* 各回カード */
.su-session {
  background: #fff2e7;
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 回数ヘッダー */
.su-session__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

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

.su-session__divider {
  height: 1px;
  width: 100%;
  background: #c8a882;
}

/* セッション本文 */
.su-session__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.su-session__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.su-session__date-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  flex-wrap: wrap;
}

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

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

.su-session__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;
}

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

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

.su-session__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;
}

.su-session__lecturer-info {
  text-align: center;
}

.su-session__lecturer-org {
  color: #5c4635;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.su-session__lecturer-name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  color: #6f380b;
  margin: 0;
}

.su-session__lecturer-main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.su-session__lecturer-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* =============================================
   補足情報（注意書き）
   ============================================= */

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

.su-notes__divider {
  height: 1px;
  width: 100%;
  background: #c8b49a;
}

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

.su-notes__text {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}

.su-notes__text strong {
  font-weight: 800;
}

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

.su-notes__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;
}

/* =============================================
   予約ボタン
   ============================================= */

.su-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6f380b;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 20px 60px;
  border-radius: 40px;
  border: 4px solid #fff;
  box-shadow: 0 4px 4px rgba(111, 56, 11, 0.25);
  text-decoration: none;
  transition: opacity 0.2s;
}

.su-reserve-btn:hover {
  opacity: 0.85;
}

/* =============================================
   詳細ブロック（対象者 / 開催場所）
   ============================================= */

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

.su-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;
}

.su-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;
}

/* =============================================
   開催場所
   ============================================= */

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

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

.su-venue__sub {
  color: #6f380b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

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

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

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

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

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

.skill-up .contact-box {
  border: 1px solid #6f380b;
  border-radius: 10px;
  overflow: hidden;
  width: auto;
}

.skill-up .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;
}

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

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

.skill-up .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;
}

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

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

.skill-up .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;
}

.skill-up .contact-box__btn:hover {
  background: #6f380b;
  color: #fff;
}

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

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

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

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

.su-reserve-form__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;
}

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

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

.su-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;
}

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

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

/* 紹介テキスト */
.su-bank-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 800px;
}

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

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

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

/* マッチング図 */
.su-bank-matching {
  width: 600px;
  max-width: 100%;
  line-height: 0;
}

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

/* 登録/探すボタン */
.su-bank-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.su-bank-cta .entry-area {
  position: static;
  width: 100%;
  justify-content: center;
}

/* 各機能セクション */
.su-bank-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 800px;
}

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

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

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

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

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

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

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

/* 保育のしごと相談会ボタン */
.su-bank-feature .support-banner-link {
  width: 320px;
  max-width: 100%;
}

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

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

  .su-sessions {
    width: 100%;
  }

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

  .su-bank-intro,
  .su-bank-feature {
    width: 100%;
  }

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

  .skill-up .description-separator {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

  .skill-up .container-title img {
    width: 36px;
    height: 58px;
  }

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

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

  /* セッションカード */
  .su-sessions {
    gap: 20px;
  }

  .su-session {
    padding: 16px 20px;
    border-radius: 20px;
    gap: 16px;
  }

  .su-session__num {
    font-size: 20px;
  }

  .su-session__date-row {
    font-size: 17px;
    gap: 6px;
  }

  .su-session__capacity {
    font-size: 17px;
  }

  .su-session__theme {
    font-size: 18px;
  }

  .su-session__desc,
  .su-session__materials {
    font-size: 14px;
    line-height: 26px;
  }

  .su-session__lecturer-org {
    font-size: 14px;
  }

  .su-session__lecturer-main {
    font-size: 18px;
  }

  /* 補足情報 */
  .su-notes__text {
    font-size: 15px;
  }

  .su-notes__caution {
    font-size: 14px;
    line-height: 26px;
  }

  /* 予約ボタン */
  .su-reserve-btn {
    font-size: 17px;
    padding: 16px 40px;
  }

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

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

  .pc-br {
    display: none;
  }

  /* 会場 */
  .su-venue__name {
    font-size: 20px;
  }

  .su-venue__sub {
    font-size: 16px;
  }

  /* お問い合わせ */
  .skill-up .contact-box {
    width: 100%;
    max-width: 418px;
  }

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

  .skill-up .contact-box__tel {
    font-size: 20px;
  }

  .skill-up .contact-box__hours {
    font-size: 15px;
  }

  .skill-up .contact-box__btn {
    padding: 10px 32px;
    font-size: 16px;
  }

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

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

  .su-bank-intro__headline {
    font-size: 20px;
  }

  .su-bank-intro__support {
    font-size: 18px;
  }

  .su-bank-intro__desc {
    font-size: 15px;
  }

  .su-bank-feature__title {
    font-size: 20px;
  }

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

  .su-bank-loan__num,
  .su-bank-loan__text {
    font-size: 15px;
  }

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

  .su-bank-feature .support-banner-link {
    width: 100%;
    max-width: 320px;
  }

  .skill-up .description-separator {
    width: 100%;
  }

}
