@charset "UTF-8";
/* html/css/web/supervisor.css */

.unmomo-supervisor, .unmomo-supervisor *, .unmomo-supervisor *::before, .unmomo-supervisor *::after { box-sizing: border-box; margin: 0; padding: 0; }
.unmomo-supervisor {
  --pink: #e50651;
  --brown: #483632;
  --brown-soft: #6a5a4a;
  --line: #959595;
  --line-soft: #ddd4cb;
  --bg-soft: #f7f6f4;
  --text: #313131;
  --text-sub: #8a8580;
  --en: 'futura-pt', 'Futura', 'Futura PT', 'Jost', sans-serif;
  --jp: 'Noto Sans JP', 'Noto Sans Japanese', "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.unmomo-supervisor {
  font-family: var(--jp);
  font-size: 15px;
  line-height: 1.9;
  color: var(--text);
  background: #fff;
  letter-spacing: 0.02em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.unmomo-supervisor img { max-width: 100%; }
.unmomo-supervisor a { color: var(--text); }

/* ===== 共通 ===== */
.unmomo-supervisor .wrap { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.unmomo-supervisor .section { padding: 70px 0; }
.unmomo-supervisor .band { background: var(--bg-soft); }
.unmomo-supervisor .sec-ttl {
  text-align: center;
  margin: 0 0 44px;
  font-weight: 400;
}
.unmomo-supervisor .sec-ttl .en {
  display: block;
  font-family: var(--en);
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text);
}
.unmomo-supervisor .sec-ttl .ja {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--text);
}
.unmomo-supervisor .hero-lead {
  text-align: center;
  font-size: 13.5px;
  color: var(--text-sub);
  margin-top: 28px;
}

/* ===== プロフィールカード（ヒーローに重ねる白カード） ===== */
.unmomo-supervisor .profile-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 44px -18px rgba(49, 49, 49, .3);
  padding: 48px 48px 44px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 44px;
  align-items: flex-start;
}
.unmomo-supervisor .profile-photo {
  flex: 0 0 220px;
  aspect-ratio: 3/4;
  background: var(--bg-soft);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(72, 54, 50, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: var(--text-sub);
  letter-spacing: .08em;
  line-height: 1.8;
}
.unmomo-supervisor .profile-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.unmomo-supervisor .profile-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  color: var(--brown-soft);
  margin-bottom: 14px;
}
.unmomo-supervisor .profile-label::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--pink);
}
.unmomo-supervisor .profile-main h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--text);
  line-height: 1.4;
}
.unmomo-supervisor .profile-kana {
  font-family: var(--en);
  font-size: 13px;
  letter-spacing: 3px;
  color: var(--text-sub);
  margin-top: 4px;
}
.unmomo-supervisor .profile-credential {
  margin-top: 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--brown-soft);
  letter-spacing: .04em;
  line-height: 1.7;
  border-left: 2px solid var(--pink); /* v2の縦アクセント線を本番配色で再現 */
  padding-left: 12px;
}
.unmomo-supervisor .profile-nums {
  margin-top: 28px;
  display: flex;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.unmomo-supervisor .pnum {
  flex: 1;
  text-align: center;
  padding: 18px 6px 16px;
}
.unmomo-supervisor .pnum + .pnum { border-left: 1px solid var(--line-soft); }
.unmomo-supervisor .pnum .n {
  font-family: var(--en);
  font-size: 26px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: .02em;
  line-height: 1.3;
}
.unmomo-supervisor .pnum .n small { font-size: 12px; font-family: var(--jp); letter-spacing: 0; }
.unmomo-supervisor .pnum .l {
  font-size: 11px;
  color: var(--text-sub);
  letter-spacing: .06em;
  margin-top: 4px;
  line-height: 1.5;
}
.unmomo-supervisor .pnum .note {
  font-size: 10px;
  color: var(--text-sub);
  letter-spacing: .02em;
  line-height: 1.5;
}

/* ===== プロフィール本文 ===== */
.unmomo-supervisor .bio p {
  font-size: 14.5px;
  margin-bottom: 22px;
  text-align: justify;
}
.unmomo-supervisor .bio p:last-child { margin-bottom: 0; }

/* ===== 経歴 ===== */
.unmomo-supervisor .timeline { list-style: none; position: relative; padding-left: 26px; }
.unmomo-supervisor .timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: var(--line-soft);
}
.unmomo-supervisor .timeline li { position: relative; padding-bottom: 30px; }
.unmomo-supervisor .timeline li:last-child { padding-bottom: 0; }
.unmomo-supervisor .timeline li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brown);
  border: 2px solid var(--bg-soft);
}
.unmomo-supervisor .timeline .t-head {
  font-size: 18px; /* 料金システム納品版のカード見出しと同じ */
  font-weight: 700;
  color: var(--text);
  letter-spacing: .04em;
  line-height: 1.6;
}
.unmomo-supervisor .timeline .t-body {
  font-size: 13.5px;
  color: var(--text-sub);
  margin-top: 6px;
  text-align: justify;
}

/* ===== 専門分野・監修ポリシー ===== */
.unmomo-supervisor .policy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.unmomo-supervisor .policy-grid.three { grid-template-columns: repeat(3, 1fr); }
.unmomo-supervisor .policy-item {
  background: var(--bg-soft);
  border-radius: 6px;
  padding: 26px 24px;
}
.unmomo-supervisor .band .policy-item { background: #fff; }
.unmomo-supervisor .policy-item .p-num {
  font-family: var(--en);
  font-size: 22px;
  font-weight: 400;
  color: var(--pink);
  line-height: 1;
  margin-bottom: 10px;
}
.unmomo-supervisor .policy-item h3 {
  font-size: 18px; /* 料金システム納品版のカード見出し（.type-card-ttl 18px/700）と同じ */
  font-weight: 700;
  color: var(--text);
  letter-spacing: .04em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.unmomo-supervisor .policy-item p { font-size: 13px; color: var(--text-sub); text-align: justify; }

/* ===== 監修の進め方 ===== */
.unmomo-supervisor .steps { list-style: none; counter-reset: step; }
.unmomo-supervisor .steps li {
  counter-increment: step;
  background: var(--bg-soft);
  border-radius: 6px;
  padding: 20px 24px 18px 64px;
  margin-bottom: 12px;
  position: relative;
}
.unmomo-supervisor .steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 24px;
  top: 20px;
  font-family: var(--en);
  font-size: 20px;
  font-weight: 400;
  color: var(--pink);
}
.unmomo-supervisor .steps h3 {
  font-size: 18px; /* 料金システム納品版のカード見出しと同じ */
  font-weight: 700;
  color: var(--text);
  letter-spacing: .04em;
  margin-bottom: 4px;
  line-height: 1.6;
}
.unmomo-supervisor .steps p { font-size: 13px; color: var(--text-sub); text-align: justify; }

/* ===== メッセージ ===== */
.unmomo-supervisor .message-box {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 40px 44px;
}
.unmomo-supervisor .message-box p {
  font-size: 14.5px;
  margin-bottom: 18px;
  text-align: justify;
}
.unmomo-supervisor .message-box .sign {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: .14em;
  margin-top: 8px;
  margin-bottom: 0;
}

/* ===== 発信・監修コンテンツ ===== */
.unmomo-supervisor .content-links { list-style: none; }
.unmomo-supervisor .content-links li { border-bottom: 1px solid var(--line-soft); }
.unmomo-supervisor .content-links li:first-child { border-top: 1px solid var(--line-soft); }
.unmomo-supervisor .content-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: color .2s;
}
.unmomo-supervisor .content-links a:hover { color: var(--pink); }
.unmomo-supervisor .content-links .arrow { font-family: var(--en); color: var(--pink); flex-shrink: 0; }
.unmomo-supervisor .content-links .desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-sub);
  margin-top: 2px;
}

.unmomo-supervisor .disclaimer {
  font-size: 11.5px;
  color: var(--text-sub);
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
  margin-top: 24px;
}

@media (max-width: 720px) {
  .unmomo-supervisor .sec-ttl .en { font-size: 26px; }
  .unmomo-supervisor .sec-ttl .ja { font-size: 14px; margin-top: 4px; }
  .unmomo-supervisor .section { padding: 52px 0; }
  .unmomo-supervisor .profile-card { flex-direction: column; padding: 32px 24px 28px; gap: 26px; margin-top: -30px; }
  .unmomo-supervisor .profile-photo { flex: none; width: 170px; margin: 0 auto; }
  .unmomo-supervisor .profile-nums { flex-wrap: wrap; }
  .unmomo-supervisor .pnum { flex: 1 1 50%; padding: 14px 4px 12px; }
  .unmomo-supervisor .pnum + .pnum { border-left: none; }
  .unmomo-supervisor .pnum:nth-child(even) { border-left: 1px solid var(--line-soft); }
  .unmomo-supervisor .pnum:nth-child(n+3) { border-top: 1px solid var(--line-soft); }
  .unmomo-supervisor .pnum .n { font-size: 22px; }
  .unmomo-supervisor .profile-main h2 { font-size: 24px; }
  .unmomo-supervisor .policy-grid, .unmomo-supervisor .policy-grid.three { grid-template-columns: 1fr; }
  .unmomo-supervisor .message-box { padding: 30px 22px; }
}

/* ===== 既存サイト組み込み用の調整 ===== */
.unmomo-supervisor .profile-photo img { display: block; }
