/* =======================================
   ステージアーツコースページ 固有トークン・スタイル
   共通の骨格（リセット・ヒーロー・ポイント枠組み等）は courses.css を参照
======================================= */
:root {
  --course-bg:      #ede5f1;
  --course-accent:  #a674b0;
}

/* =======================================
   好きを、本気で　その一歩が、未来を輝かせる
======================================= */
.stagearts-lead {
  padding: 3.2rem 0 3.6rem;
  text-align: center;
}
.stagearts-lead__title {
  font-size: 1.9rem;
  font-weight: bold;
  color: var(--course-accent);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .stagearts-lead__title { font-size: 2.4rem; }
}
.stagearts-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .stagearts-icons {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}

/* =======================================
   01 舞台芸術を通して、表現力と創造力を育てる
======================================= */
.stagearts-intro-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}
.stagearts-intro-row__badge {
  width: 15rem;
  flex-shrink: 0;
}
.stagearts-intro-row__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.stagearts-intro-row__list li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  padding-left: 1.6rem;
  text-align: left;
}
.stagearts-intro-row__list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  color: var(--course-accent);
}
@media (min-width: 768px) {
  .stagearts-intro-row {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 2.8rem;
  }
  .stagearts-intro-row__badge { width: 17rem; }
}

/* 音楽 / ダンス / 舞台表現 + 特別プログラム・活動 の並び */
.stagearts-row2 {
  display: flex;
  flex-direction: column;
}
.stagearts-subjects {
  margin-bottom: 2.4rem;
}
.stagearts-subjects .u-sp-only img + img {
  margin-top: 1.6rem;
}
.stagearts-subjects img {
  width: 100%;
}

/* 特別プログラム・活動 */
.stagearts-program__box {
  border: 0.2rem solid var(--course-accent);
  border-radius: 1.2rem;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.stagearts-program__heading {
  background-color: var(--course-accent);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}
.stagearts-program__list {
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.stagearts-program__list li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  position: relative;
  padding-left: 1.4rem;
}
.stagearts-program__list li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* PC: 横並び（音楽/ダンス/舞台表現が広め、特別プログラム・活動は狭め） */
@media (min-width: 768px) {
  .stagearts-row2 {
    flex-direction: row;
    align-items: stretch;
    gap: 1.6rem;
  }
  .stagearts-subjects {
    flex: 3;
    margin-bottom: 0;
    min-width: 0;
  }
  .stagearts-program__box {
    flex: 1;
    min-width: 26rem;
    margin-top: 3.5rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .stagearts-program__heading {
    font-size: 1.4rem;
    padding: 0.9rem;
  }
  .stagearts-program__list {
    padding: 1.4rem 1.6rem;
    gap: 0.5rem;
  }
  .stagearts-program__list li {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 1.2rem;
  }
}

/* =======================================
   02 第一線で活躍する講師陣の実践的な指導
======================================= */
/* SP: メタ（写真＋肩書・氏名）は横並び、その下に本文を縦積み */
.stagearts-leader {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.stagearts-leader__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  text-align: left;
}
.stagearts-leader__photo {
  width: 13.5rem;
  flex-shrink: 0;
}
.stagearts-leader__role {
  font-size: 1.5rem;
  font-weight: 600;
  color: #555;
  line-height: 1.5;
}
.stagearts-leader__name {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.stagearts-leader__body p {
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1.9;
  margin-bottom: 1rem;
  text-align: left;
}
.stagearts-leader__profile {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8;
  color: #555;
}
/* PC: メタ（写真の下に肩書・氏名）を左に縦積み、右に本文 */
@media (min-width: 768px) {
  .stagearts-leader {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .stagearts-leader__meta {
    flex-direction: column;
    align-items: center;
    width: 16rem;
    flex-shrink: 0;
    text-align: center;
  }
  .stagearts-leader__photo {
    width: 14rem;
  }
}

/* SP: 2列×2段（段ごとに紫帯を1本ずつ） */
.stagearts-teachers {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
}
.stagearts-teachers__row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.stagearts-teachers__row-band {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background-color: var(--course-accent);
  z-index: 0;
}
/* PC: 4枚横一列（帯は1本だけ） */
.stagearts-teachers__band-pc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background-color: var(--course-accent);
  z-index: 0;
}
@media (min-width: 768px) {
  .stagearts-teachers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
  .stagearts-teachers__row {
    display: contents;
  }
}
.stagearts-teacher__photo {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* =======================================
   年間の主な流れ（例）
======================================= */
.stagearts-flow {
  padding: 0 0 3.6rem;
}
.stagearts-flow__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--course-accent);
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .stagearts-flow__title { font-size: 2.8rem; }
}
.stagearts-flow__row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  max-width: 460px;
  margin: 0 auto 1.2rem auto;
}
.stagearts-flow__badge {
  width: 9rem;
  flex-shrink: 0;
}
.stagearts-flow__text {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .stagearts-flow__text {
    font-size: 1.9rem;
  }
}

/* =======================================
   目指す進路
======================================= */
.stagearts-career {
  padding: 0 0 4rem;
}
.stagearts-career__box {
  border: 0.2rem solid var(--course-accent);
  border-radius: 1.2rem;
  overflow: hidden;
}
.stagearts-career__heading {
  background-color: var(--course-accent);
  color: #fff;
  padding: 1.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: center;
}
.stagearts-career__heading-title {
  font-size: 2.4rem;
  font-weight: bold;
}
.stagearts-career__heading-sub {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .stagearts-career__heading {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
  .stagearts-career__heading-title {
    font-size: 2.6rem;
  }
}
.stagearts-career__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .stagearts-career__body {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.stagearts-career__col { flex: 1; }
.stagearts-career__col h4 {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--course-accent);
  margin-bottom: 0.8rem;
}
.stagearts-career__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.stagearts-career__item {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
  position: relative;
  padding-left: 1.4rem;
}
.stagearts-career__item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.stagearts-career__col p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.9;
}
.stagearts-career__lead {
  margin-bottom: 1rem;
}
/* SP: 一般大学進学・就職側は見出し＋最初の6行のみ中央揃え、残りは左揃え */
@media (max-width: 767px) {
  .stagearts-career__col--general {
    text-align: center;
  }
  .stagearts-career__col--general .stagearts-career__rest {
    text-align: left;
  }
}
/* PC: 左35% / 右65%、文字も少し大きく */
@media (min-width: 768px) {
  .stagearts-career__col {
    flex: 0 0 35%;
    min-width: 0;
  }
  .stagearts-career__col--general {
    flex: 1;
  }
  .stagearts-career__col h4 {
    font-size: 2rem;
  }
  .stagearts-career__item,
  .stagearts-career__col p {
    font-size: 1.6rem;
  }
}

/* =======================================
   パンフレット
======================================= */
.stagearts-pamphlet {
  padding: 4rem 0 5rem;
  text-align: center;
}
.stagearts-pamphlet__cover {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto 1.2rem;
}
.stagearts-pamphlet__caption {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.stagearts-pamphlet__btn {
  display: inline-block;
  background-color: #fff;
  border: 0.15rem solid var(--course-accent);
  color: var(--course-accent);
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 2.4rem;
  border-radius: 0.3rem;
}
