/* ================================================================
   about-msw.css ? 医療ソーシャルワーカーとはページ専用
================================================================ */

/* ── ページヘッダー ── */
.page-hero {
  background: url('../img/about-msw/bk.jpg') center / cover no-repeat;
  padding: 60px 24px;
  position: relative;
}
.page-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-hero-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  color: var(--green);
  background: var(--white);
  padding: 10px 28px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}

/* ── 背景 ── */
#aboutmsw-content {
  background: url('../img/top/bk.jpg') center top repeat-y;
  background-size: 100% auto;
}

/* ── セクションナビ ── */
.section-nav {
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-200);
}
.section-nav-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.section-nav-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--green);
  text-decoration: none;
  padding: 6px 16px;
  border: 1px solid var(--green);
  border-radius: 20px;
  transition: all 0.2s ease;
}
.section-nav-link:hover {
  background: var(--green);
  color: var(--white);
}

/* ── スクロール余白 ── */
#sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #sec08 {
  scroll-margin-top: 120px;
}

/* ── 共通セクション ── */
.msw-what,
.msw-consult,
.msw-become,
.msw-students {
  padding: 64px 0;
}
.msw-what-inner,
.msw-consult-inner,
.msw-become-inner,
.msw-students-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── セクション見出し ── */
.msw-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.msw-section-bar {
  display: inline-block;
  width: 6px;
  height: 28px;
  background: var(--green);
  border-radius: 3px;
  flex-shrink: 0;
}

/* ── キャッチフレーズボックス ── */
.msw-catchbox {
  background: var(--green-light);
  border: 1px solid var(--green);
  border-radius: 40px;
  padding: 16px 32px;
  text-align: center;
  margin-bottom: 40px;
}
.msw-catchbox p {
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  line-height: 1.6;
}

/* ── 4つの不安カード ── */
.msw-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.msw-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 24px 12px;
  text-align: center;
  transition: transform 0.25s ease;
}
.msw-card:hover {
  transform: scale(1.05);
}
.msw-card-icon {
  margin-bottom: 8px;
  line-height: 0;
}
.msw-card-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.msw-card-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}

/* ── 本文 ── */
.msw-body {
  max-width: 900px;
  margin: 0 auto;
}
.msw-body p {
  font-size: 15px;
  color: var(--ink);
  line-height: 2;
  margin-bottom: 20px;
  text-indent: 0;
}
.msw-body p:last-child {
  margin-bottom: 0;
}
.msw-note {
  font-size: 13px;
  color: var(--gray-600);
  line-height: 1.8;
  margin-top: 32px;
}

/* ── レスポンシブ ── */
@media (max-width: 900px) {
  .page-hero { padding: 40px 16px; }
  .page-hero-title { font-size: 20px; padding: 8px 20px; }

  .msw-what,
  .msw-consult,
  .msw-become,
  .msw-students {
    padding: 40px 0;
  }
  .msw-what-inner,
  .msw-consult-inner,
  .msw-become-inner,
  .msw-students-inner {
    padding: 0 16px;
  }
  .msw-section-title { font-size: 18px; margin-bottom: 24px; }
	
	.section-nav-inner { gap: 8px 10px; }
  .section-nav-link { font-size: 12px; padding: 5px 12px; }


  .msw-catchbox {
    padding: 14px 20px;
    border-radius: 24px;
  }
  .msw-catchbox p { font-size: 14px; }

  .msw-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 320px;
    margin: 0 auto 36px;
  }
  .msw-card { padding: 20px 10px; }
  .msw-card-label { font-size: 13px; }
  .msw-card-icon img { width: 40px; height: 40px; }

  .msw-body p { font-size: 14px; line-height: 1.9; }
  .msw-note { font-size: 12px; }
	
  .consult-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .consult-card { padding: 20px 12px 18px; }
  .consult-card-text { font-size: 13px; }

  .become-card {
    flex-direction: column;
    min-height: auto;
    background-image: none !important;
    background-color: var(--green-light) !important;
    border-radius: 16px;
    overflow: hidden;
  }
  .become-card-body {
    padding: 24px 20px;
  }
  .become-card-body p {
    font-size: 14px;
    color: var(--ink);
  }
  .become-card-photo {
    width: 100%;
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
  }
  .become-card-photo img {
    width: 80% !important;
    height: auto;
    border-radius: 0;
  }

}


/* ── こんな時にご相談ください カード ── */
.consult-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.consult-card {
  background: var(--white-100);
  border-radius: 12px;
  padding: 28px 16px 24px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.consult-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.consult-card-icon {
  margin-bottom: 16px;
  line-height: 0;
}
.consult-card-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: inline-block;
}
.consult-card-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.7;
}



/* ── 医療ソーシャルワーカーになるには カード ── */
.become-card {
  display: flex;
  align-items: stretch;
  gap: 0;
  background: url('../img/about-msw/sec3bk.png') center / cover no-repeat;
  background-size: 100% 100%;
  min-height: 440px;
}
.become-card-body {
  flex: 1;
  padding: 40px 36px;
  display: flex;
  align-items: center;
}
.become-card-body p {
  font-size: 15px;
  color: var(--ink);
  line-height: 2;
}
.become-card-photo {
  flex-shrink: 0;
  width: 420px;
  padding: 24px 24px 24px 0;
  display: flex;
  align-items: center;
}
.become-card-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* ================================================================
   SEC04: 動画ブロック（医療ソーシャルワーカーを目指す皆さんへ）
================================================================ */
.video-block {
  margin-bottom: 64px;
}
.video-block:last-child {
  margin-bottom: 0;
}

/* カテゴリ見出し */
.video-category {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 900;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 3px solid var(--green);
  margin-bottom: 20px;
}
.video-category-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}

/* 動画タイトル */
.video-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
}

/* 動画プレイヤー */
.video-player {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 28px;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* 講師 */
.video-lecturer {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--gray-100);
  border-radius: 8px;
  padding: 16px 20px;
  max-width: 800px;
  margin: 0 auto 16px;
}
.video-lecturer-icon {
  flex-shrink: 0;
  line-height: 0;
}
.video-lecturer-label {
  font-size: 12px;
  color: var(--gray-600);
  margin-bottom: 2px;
}
.video-lecturer-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

/* 動画について */
.video-about {
  background: #fdf8e8;
  border-radius: 8px;
  padding: 24px 28px;
  max-width: 800px;
  margin: 0 auto;
}
.video-about-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  padding-bottom: 10px;
  border-bottom: 1px dotted var(--gray-400);
  margin-bottom: 16px;
}
.video-about-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-about-list li {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
  padding-left: 24px;
  position: relative;
}
.video-about-list li::before {
  content: '□';
  position: absolute;
  left: 0;
  color: var(--ink);
}
.video-about-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 12px;
}
.video-about-divider {
  border: none;
  border-top: 1px dotted var(--gray-400);
  margin: 20px 0;
}
.video-about-text {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 12px;
}
.video-about-list--num li::before {
  content: none;
}
.video-about-list--num li {
  padding-left: 0;
}
/* 動画ブロック レスポンシブ */
@media (max-width: 900px) {
  .video-block { margin-bottom: 48px; }
  .video-category { font-size: 16px; }
  .video-title { font-size: 14px; }
  .video-lecturer { padding: 12px 16px; }
  .video-lecturer-name { font-size: 14px; }
  .video-about { padding: 20px 16px; }
  .video-about-list li { font-size: 13px; }
}


/* ================================================================
   SEC05: MSWフェア2024報告
================================================================ */
.msw-fair {
  padding: 64px 0;
}
.msw-fair-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

/* カード4枚 */
.fair-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fair-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--green-light);
  border-radius: 12px;
  padding: 28px 16px 24px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fair-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.fair-card--nolink {
  justify-content: center;
}

/* 番号 */
.fair-card-num {
  font-size: 56px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 12px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
  -webkit-text-stroke: 1px var(--gray-400);
}

/* カテゴリ */
.fair-card-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: var(--white);
  padding: 4px 16px;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* 説明 */
.fair-card-desc {
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 12px;
}

/* PDFアイコン */
.fair-card-pdf {
  line-height: 0;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .msw-fair { padding: 40px 0; }
  .msw-fair-inner { padding: 0 16px; }
  .fair-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .fair-card { padding: 20px 12px 18px; }
  .fair-card-num { font-size: 40px; }
  .fair-card-desc { font-size: 13px; }
}

/* スクロール時にヘッダー固定分の余白を確保 */
#sec01, #sec02, #sec03, #sec04, #sec05 {
  scroll-margin-top: 120px;
}