/**
 * Courses pages bundle
 */

/* ==========================================================================
   Courses ページヒーロー Figma PC 840-5537 / TB 1573-28230 / SP 1573-28239
   背景: 画像 cover + オーバーレイ rgba(27,27,27,0.3)
   バッジ: 白・中央「Course」・グラデーション -90deg 黄 0% → 緑 100%
   ========================================================================== */
.senmon-school-hero--courses {
  background-color: var(--senmon-color-gray-90);
  display: flex;
  align-items: flex-end;
  padding: 40px 0 !important;
  min-height: 500px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.senmon-school-hero--courses::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, var(--senmon-courses-hero-overlay), var(--senmon-courses-hero-overlay)), var(--senmon-courses-hero-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.senmon-school-hero--courses > * {
  position: relative;
  z-index: 1;
}

/* トップページヒーロー同様に左端固定 */
.senmon-school-hero--courses__inner {
  width: 100%;
  max-width: var(--senmon-content-max-width);
  margin: 0;
  padding-left: 0;
  padding-right: var(--senmon-page-gutter-x);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.senmon-school-hero--courses__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  background-color: var(--senmon-color-white);
  margin: 0;
}

.senmon-school-hero--courses__badge-text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  background-image: var(--senmon-courses-hero-title-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

/* 学科単一ヒーロー Figma PC 925-6677 / TB 1573-28280 / SP 1573-28251 */
.senmon-school-hero--course-single {
  min-height: 500px;
  padding: 40px 0;
}

.senmon-school-hero--course-single__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.senmon-school-hero--course-single .senmon-school-hero--courses__badge {
  justify-content: flex-start;
}

/* About ページヒーロー: 他画面と同様に左寄せ */
.senmon-school-hero--about .senmon-school-hero--courses__inner {
  justify-content: flex-start;
}

.senmon-school-hero--about:not(.senmon-school-hero--lecturer-introduction):not(.senmon-school-hero--sh):not(.senmon-school-hero--pj)::before {
  background-position: center 75%;
}

/* 学科単一ページ本文 */
.senmon-school-single--course .senmon-school-single__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  padding: 40px var(--senmon-page-gutter-x) 80px;
  box-sizing: border-box;
}

.senmon-school-course-single-content__thumb {
  margin-bottom: 24px;
}

.senmon-school-course-single-content__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.senmon-school-course-single-content__lead {
  font-size: 16px;
  line-height: 1.75;
  color: var(--senmon-color-gray-70);
  margin: 0 0 24px;
}

.senmon-school-course-single-content__body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--senmon-color-gray-90);
}

.senmon-school-course-single-content__body p {
  margin: 0 0 1em;
}

.senmon-school-course-single-content__body p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   学科詳細ヒーロー下イントロ Figma PC 840-5593 / TB 1582-12342 / SP 1573-36217
   ========================================================================== */
.senmon-school-section-course-detail-intro {
  padding: 120px 0;
  box-sizing: border-box;
}

.senmon-school-section-course-detail-intro__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  box-sizing: border-box;
}

.senmon-school-section-course-detail-intro__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-detail-intro__header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-detail-intro__intro-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senmon-school-section-course-detail-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-detail-intro__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-detail-intro__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-detail-intro__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-detail-intro__title--cmv-split .senmon-school-section-course-detail-intro__title-line {
  display: block;
}

@media (min-width: 601px) {
  .senmon-school-section-course-detail-intro__title--cmv-split .senmon-school-section-course-detail-intro__title-line {
    display: inline;
  }

  .senmon-school-section-course-detail-intro__title--cmv-split .senmon-school-section-course-detail-intro__title-line:not(:last-child)::after {
    content: ' ';
  }
}

.senmon-school-section-course-detail-intro__mqa {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-detail-intro__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.senmon-school-section-course-detail-intro__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  box-sizing: border-box;
}

.senmon-school-section-course-detail-intro__lead,
.senmon-school-section-course-detail-intro__text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-detail-intro__image {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-10);
  box-sizing: border-box;
}

.senmon-school-section-course-detail-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Certificate in Manga Visual Arts イントロ画像（Figma 966-6317 相当のトリミング） */
.senmon-school-section-course-detail-intro__image--cert-crop {
  position: relative;
}

.senmon-school-section-course-detail-intro__image--cert-crop img {
  position: absolute;
  left: 0;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}

.senmon-school-section-course-detail-intro--diploma-3d .senmon-school-section-course-detail-intro__title {
  text-transform: capitalize;
}

.senmon-school-section-course-detail-intro__careers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.senmon-school-section-course-detail-intro__careers-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

.senmon-school-section-course-detail-intro__career-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding: 8px 0;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 4px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  box-sizing: border-box;
}

/* Diploma in Manga Illustration イントロ（Figma TB 1582-12343 / SP 1573-36217） */
.senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__title,
.senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__badge-label {
  text-transform: none;
}

.senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__heading {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__header {
  gap: 8px;
}

.senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__title--manga-split .senmon-school-section-course-detail-intro__title-line {
  display: inline;
}

@media (min-width: 601px) {
  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__title--manga-split .senmon-school-section-course-detail-intro__title-line:first-child::after {
    content: ' ';
  }
}

@media (max-width: 959px) {
  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__block {
    gap: 8px;
  }

  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__heading {
    gap: 0;
  }

  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__header {
    gap: 4px;
  }

  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__careers {
    gap: 8px;
  }
}

@media (max-width: 959px) and (min-width: 601px) {
  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__career-tag {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__title--manga-split .senmon-school-section-course-detail-intro__title-line {
    display: block;
  }

  .senmon-school-section-course-detail-intro--manga-illustration .senmon-school-section-course-detail-intro__pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }


}

/* 学科詳細イントロ TB */
@media (max-width: 959px) {
  .senmon-school-section-course-detail-intro {
    padding: 40px 0;
  }

  .senmon-school-section-course-detail-intro__inner {
    padding: 0 var(--senmon-page-gutter-x);
  }

  .senmon-school-section-course-detail-intro__block {
    gap: 24px;
  }

  .senmon-school-section-course-detail-intro__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-detail-intro__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-detail-intro__title {
    font-size: 32px;
  }

  .senmon-school-section-course-detail-intro__mqa {
    font-size: 14px;
  }

  .senmon-school-section-course-detail-intro__pill {
    font-size: 12px;
    line-height: 1.5;
  }

  .senmon-school-section-course-detail-intro__lead,
  .senmon-school-section-course-detail-intro__text {
    font-size: 14px;
    line-height: 2;
  }

  .senmon-school-section-course-detail-intro__image {
    height: 300px;
    border-radius: 8px;
  }

  .senmon-school-section-course-detail-intro__careers-row {
    gap: 8px;
  }
}

/* Certificate in Manga Visual Arts イントロ TB Figma 1582-22075 */
@media (max-width: 959px) {
  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__block {
    gap: 8px;
  }

  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__intro-head {
    gap: 4px;
  }
}

@media (max-width: 959px) and (min-width: 601px) {
  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__image--cert-crop img {
    height: 133.5%;
    top: -33.44%;
    transform: none;
  }
}

/* 学科詳細イントロ SP */
@media (max-width: 600px) {
  .senmon-school-section-course-detail-intro {
    padding: 40px 0;
  }

  .senmon-school-section-course-detail-intro__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-detail-intro__image {
    height: 200px;
  }

  .senmon-school-section-course-detail-intro__careers-row {
    flex-direction: column;
    gap: 8px;
  }

  .senmon-school-section-course-detail-intro__career-tag {
    flex: none;
    width: 100%;
  }

  /* Certificate CMV SP Figma 1582-21763 */
  .senmon-school-section-course-detail-intro--cert-manga {
    border-top: 1px solid var(--senmon-color-gray-20);
  }

  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__title--cmv-split {
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .senmon-school-section-course-detail-intro--cert-manga .senmon-school-section-course-detail-intro__image--cert-crop img {
    position: static;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
  }
}

/* ==========================================================================
   3Dアニメーション科 ヒーロー下イントロ Figma PC 966-6251 / TB 1582-20217 / SP 1582-19905
   ========================================================================== */
.senmon-school-section-course-3d-intro {
  padding: 120px 0;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-intro__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-intro__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-3d-intro__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.senmon-school-section-course-3d-intro__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-3d-intro__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-3d-intro__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-3d-intro__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-intro__mqa {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-intro__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.senmon-school-section-course-3d-intro__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  box-sizing: border-box;
}

.senmon-school-section-course-3d-intro__lead,
.senmon-school-section-course-3d-intro__text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-3d-intro__image {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-10);
  box-sizing: border-box;
}

.senmon-school-section-course-3d-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-3d-intro__careers {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.senmon-school-section-course-3d-intro__careers-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
}

.senmon-school-section-course-3d-intro__career-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  padding: 8px 0;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 4px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  box-sizing: border-box;
}

/* 3Dイントロ TB */
@media (max-width: 959px) {
  .senmon-school-section-course-3d-intro {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-intro__inner {
    padding: 0 var(--senmon-page-gutter-x);
  }

  .senmon-school-section-course-3d-intro__block {
    gap: 8px;
  }

  .senmon-school-section-course-3d-intro__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-3d-intro__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-3d-intro__title {
    font-size: 32px;
  }

  .senmon-school-section-course-3d-intro__mqa {
    font-size: 14px;
  }

  .senmon-school-section-course-3d-intro__pill {
    font-size: 12px;
    line-height: 1.5;
  }

  .senmon-school-section-course-3d-intro__lead,
  .senmon-school-section-course-3d-intro__text {
    font-size: 14px;
    line-height: 2;
  }

  .senmon-school-section-course-3d-intro__image {
    height: 300px;
    border-radius: 8px;
  }

  .senmon-school-section-course-3d-intro__careers {
    gap: 8px;
  }

  .senmon-school-section-course-3d-intro__careers-row {
    gap: 8px;
  }
}

/* 3Dイントロ SP */
@media (max-width: 600px) {
  .senmon-school-section-course-3d-intro {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-intro__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-3d-intro__image {
    height: 200px;
  }

  .senmon-school-section-course-3d-intro__pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .senmon-school-section-course-3d-intro__careers-row {
    flex-direction: column;
    gap: 8px;
  }

  .senmon-school-section-course-3d-intro__career-tag {
    flex: none;
    width: 100%;
  }
}

/* タイトルの改行位置調整 */
@media (max-width: 400px) {
  .senmon-school-section-course-3d-intro__title {
    max-width: 200px;
  }
}

/* ==========================================================================
   学科詳細「プログラムの特徴」Figma PC 938-7690 / TB 1582-12367 / SP 1573-36244
   ========================================================================== */
.senmon-school-section-course-program-features {
  padding: 120px 0;
  background-color: var(--senmon-below-hero-bg);
  background-image: var(--senmon-courses-section-gradient);
  box-sizing: border-box;
}

.senmon-school-section-course-program-features__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-program-features__header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-program-features__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-program-features__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-program-features__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-program-features__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-program-features__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-program-features__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background-color: var(--senmon-color-white);
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.senmon-school-section-course-program-features__card-image {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.senmon-school-section-course-program-features__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-program-features__card-content {
  flex: 1;
  min-width: 0;
  padding: 24px 24px 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.senmon-school-section-course-program-features__card-title {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-program-features__card-text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}


.senmon-school-section-course-program-features--manga-illustration .senmon-school-section-course-program-features__card {
  background-color: transparent;
  overflow: visible;
}

.senmon-school-section-course-program-features--manga-illustration .senmon-school-section-course-program-features__card-image {
  border-radius: 16px;
  overflow: hidden;
}

.senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card {
  background-color: transparent;
  overflow: visible;
}

.senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card-image {
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .senmon-school-section-course-program-features--manga-illustration .senmon-school-section-course-program-features__card-image {
    border-radius: 8px;
  }

  .senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card-image {
    border-radius: 8px;
  }
}
/* プログラムの特徴 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-program-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-program-features__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-program-features__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-program-features__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-program-features__title {
    font-size: 32px;
  }

  .senmon-school-section-course-program-features__list {
    gap: 24px;
  }

  .senmon-school-section-course-program-features__card {
    gap: 16px;
    border-radius: 8px;
  }

  .senmon-school-section-course-program-features__card-image {
    width: 300px;
    height: 240px;
  }

  .senmon-school-section-course-program-features__card-content {
    padding: 24px 16px 24px 0;
    gap: 8px;
  }

  .senmon-school-section-course-program-features__card-title {
    font-size: 18px;
  }

}

/* プログラムの特徴 SP */
@media (max-width: 600px) {
  .senmon-school-section-course-program-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-program-features__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-program-features__card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .senmon-school-section-course-program-features__card-image {
    width: 100%;
    height: 200px;
  }

  .senmon-school-section-course-program-features__card-content {
    padding: 0;
    gap: 8px;
  }

  .senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card {
    background-color: transparent;
    overflow: visible;
  }

  .senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card-image {
    border-radius: 8px;
    overflow: hidden;
  }

  .senmon-school-section-course-program-features--cert-manga .senmon-school-section-course-program-features__card-content {
    padding: 0;
  }
}

/* ==========================================================================
   3Dアニメーション科「プログラムの特徴」Figma PC 966-6366 / TB 1582-20246 / SP 1582-19930
   背景グラデーション 180deg 0%→100% (gradation/10)
   ========================================================================== */
.senmon-school-section-course-3d-program-features {
  padding: 120px 0;
  background-image: var(--senmon-courses-3d-program-features-bg);
  box-sizing: border-box;
}

.senmon-school-section-course-3d-program-features__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-program-features__header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-3d-program-features__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-3d-program-features__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-3d-program-features__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-3d-program-features__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-program-features__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-3d-program-features__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-program-features__card-image {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
}

.senmon-school-section-course-3d-program-features__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-3d-program-features__card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-program-features__card-title {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-program-features__card-text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

/* 3Dプログラムの特徴 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-3d-program-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-program-features__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-3d-program-features__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-3d-program-features__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-3d-program-features__title {
    font-size: 32px;
  }

  .senmon-school-section-course-3d-program-features__list {
    gap: 24px;
  }

  .senmon-school-section-course-3d-program-features__card {
    gap: 16px;
  }

  .senmon-school-section-course-3d-program-features__card-image {
    width: 300px;
    height: 240px;
    border-radius: 8px;
  }

  .senmon-school-section-course-3d-program-features__card-content {
    gap: 8px;
  }

  .senmon-school-section-course-3d-program-features__card-title {
    font-size: 18px;
  }
}

/* 3Dプログラムの特徴 SP */
@media (max-width: 600px) {
  .senmon-school-section-course-3d-program-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-program-features__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-3d-program-features__card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .senmon-school-section-course-3d-program-features__card-image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }
}

/* ==========================================================================
   3Dアニメーション科「クラスの特徴」Figma PC 968-6432 / TB 1582-20270
   背景グラデーション 10%
   ========================================================================== */
.senmon-school-section-course-3d-class-features {
  padding: 120px 0;
  background-image: var(--senmon-courses-3d-program-features-bg);
  box-sizing: border-box;
}

.senmon-school-section-course-3d-class-features__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-class-features__header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-3d-class-features__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-3d-class-features__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-3d-class-features__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-3d-class-features__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-class-features__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-3d-class-features__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-class-features__card-image {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
}

.senmon-school-section-course-3d-class-features__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-3d-class-features__card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-class-features__card-title {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-class-features__card-text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

/* 3Dクラスの特徴 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-3d-class-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-class-features__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-3d-class-features__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-3d-class-features__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-3d-class-features__title {
    font-size: 32px;
  }

  .senmon-school-section-course-3d-class-features__card {
    gap: 16px;
  }

  .senmon-school-section-course-3d-class-features__card-image {
    width: 300px;
    height: 240px;
    border-radius: 8px;
  }

  .senmon-school-section-course-3d-class-features__card-content {
    gap: 8px;
  }

  .senmon-school-section-course-3d-class-features__card-title {
    font-size: 18px;
  }
}

/* 3Dクラスの特徴 SP */
@media (max-width: 600px) {
  .senmon-school-section-course-3d-class-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-class-features__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-3d-class-features__card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .senmon-school-section-course-3d-class-features__card-image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }
}

/* ==========================================================================
   3Dアニメーション科「学生の作品」Figma PC 968-6461 / TB 1582-20294 / SP 1582-19972
   背景: タイル repeat 50% left top + #F2F2F2（node 419:10035）
   ========================================================================== */
.senmon-school-section-course-3d-student-creations {
  padding: 120px 0;
  background-color: var(--senmon-color-gray-10);
  background-image: url('../../images/student-creations-tile.png');
  background-repeat: repeat;
  background-size: 16px 16px;
  background-position: left top;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-student-creations__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-3d-student-creations__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.senmon-school-section-course-3d-student-creations__title-block {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-3d-student-creations__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-3d-student-creations__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-3d-student-creations__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-3d-student-creations__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-3d-student-creations__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 6px 24px;
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--senmon-color-primary);
  background-color: transparent;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  transition: color var(--senmon-transition), background-color var(--senmon-transition), border-color var(--senmon-transition);
  box-sizing: border-box;
}

.senmon-school-section-course-3d-student-creations__btn:hover,
.senmon-school-section-course-3d-student-creations__btn:focus {
  color: var(--senmon-color-white);
  background-color: var(--senmon-color-primary);
  border-color: var(--senmon-color-primary);
}

.senmon-school-section-course-3d-student-creations__btn-icon {
  flex-shrink: 0;
  width: 6px;
  height: 9px;
}

.senmon-school-section-course-3d-student-creations__grid {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 24px;
}

.senmon-school-section-course-3d-student-creations__item {
  flex: 1;
  min-width: 0;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-20);
  box-sizing: border-box;
  position: relative;
}

.senmon-school-section-course-3d-student-creations__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(27, 27, 27, 0.5);
  opacity: 0;
  transition: opacity 300ms ease-out;
  pointer-events: none;
}

.senmon-school-section-course-3d-student-creations__item:hover::after,
.senmon-school-section-course-3d-student-creations__item:focus::after {
  opacity: 1;
}

.senmon-school-section-course-3d-student-creations__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 3D学生の作品 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-3d-student-creations {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-student-creations__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-3d-student-creations__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .senmon-school-section-course-3d-student-creations__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-3d-student-creations__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-3d-student-creations__title {
    font-size: 32px;
  }

  .senmon-school-section-course-3d-student-creations__grid {
    gap: 8px;
  }

  .senmon-school-section-course-3d-student-creations__item {
    height: 200px;
    border-radius: 16px;
  }
}

/* 3D学生の作品 SP（2x2 グリッド） */
@media (max-width: 600px) {
  .senmon-school-section-course-3d-student-creations {
    padding: 40px 0;
  }

  .senmon-school-section-course-3d-student-creations__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-3d-student-creations__btn {
    background-color: var(--senmon-color-primary);
    color: var(--senmon-color-white);
  }

  .senmon-school-section-course-3d-student-creations__btn:hover,
  .senmon-school-section-course-3d-student-creations__btn:focus-visible {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
  }

  .senmon-school-section-course-3d-student-creations__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
  }

  .senmon-school-section-course-3d-student-creations__item {
    flex: none;
    height: 200px;
    border-radius: 16px;
  }
}

/* ==========================================================================
   学科詳細「クラスの特徴」Figma PC 938-7780 / TB 1582-12388 / SP 1573-36269
   ========================================================================== */
.senmon-school-section-course-class-features {
  padding: 120px 0;
  background-color: var(--senmon-below-hero-bg);
  background-image: var(--senmon-courses-section-gradient);
  box-sizing: border-box;
}

.senmon-school-section-course-class-features__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-class-features__header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-class-features__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-class-features__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-class-features__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-class-features__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-class-features__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-class-features__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background-color: var(--senmon-color-white);
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
}

.senmon-school-section-course-class-features__card-image {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.senmon-school-section-course-class-features__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-class-features__card-content {
  flex: 1;
  min-width: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
}

.senmon-school-section-course-class-features__card-title {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-class-features__card-text {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}


.senmon-school-section-course-class-features--manga-illustration .senmon-school-section-course-class-features__card {
  background-color: transparent;
  overflow: visible;
}

.senmon-school-section-course-class-features--manga-illustration .senmon-school-section-course-class-features__card-image {
  border-radius: 16px;
  overflow: hidden;
}

.senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card {
  background-color: transparent;
  overflow: visible;
}

.senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card-image {
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 959px) {
  .senmon-school-section-course-class-features--manga-illustration .senmon-school-section-course-class-features__card-image {
    border-radius: 8px;
  }

  .senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card-image {
    border-radius: 8px;
  }
}

.senmon-school-section-course-class-features--title-only .senmon-school-section-course-class-features__card-content {
  justify-content: center;
  gap: 0;
  min-height: 0;
}

/* クラスの特徴 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-class-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-class-features__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-class-features__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-class-features__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-class-features__title {
    font-size: 32px;
  }

  .senmon-school-section-course-class-features__list {
    gap: 24px;
  }

  .senmon-school-section-course-class-features__card {
    gap: 16px;
    border-radius: 8px;
  }

  .senmon-school-section-course-class-features__card-image {
    width: 300px;
    height: 240px;
  }

  .senmon-school-section-course-class-features__card-content {
    padding: 24px 16px 24px 0;
    gap: 8px;
  }

  .senmon-school-section-course-class-features__card-title {
    font-size: 18px;
  }

}

/* クラスの特徴 SP */
@media (max-width: 600px) {
  .senmon-school-section-course-class-features {
    padding: 40px 0;
  }

  .senmon-school-section-course-class-features__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-class-features__card {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .senmon-school-section-course-class-features__card-image {
    width: 100%;
    height: 200px;
  }

  .senmon-school-section-course-class-features__card-content {
    padding: 0;
    gap: 8px;
  }

  .senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card {
    background-color: transparent;
    overflow: visible;
  }

  .senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card-image {
    border-radius: 8px;
    overflow: hidden;
  }

  .senmon-school-section-course-class-features--cert-manga .senmon-school-section-course-class-features__card-content {
    padding: 0;
  }
}

/* ==========================================================================
   学科詳細「学生の作品」Figma PC 938-8223 / TB 1582-12409 / SP 1573-36294
   背景: タイルパターン repeat 50% + #F2F2F2（node 419:10035）
   ========================================================================== */
.senmon-school-section-course-student-creations {
  padding: 120px 0;
  background-color: var(--senmon-color-gray-10);
  background-image: url('../../images/course-student-creations-tile.png');
  background-repeat: repeat;
  background-size: 16px 16px;
  background-position: left top;
  box-sizing: border-box;
}

.senmon-school-section-course-student-creations__inner {
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-student-creations__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}

.senmon-school-section-course-student-creations__title-block {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-student-creations__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-student-creations__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-student-creations__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-student-creations__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-student-creations__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 6px 24px;
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--senmon-color-primary);
  background-color: transparent;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  transition: color var(--senmon-transition), background-color var(--senmon-transition), border-color var(--senmon-transition);
  box-sizing: border-box;
}

.senmon-school-section-course-student-creations__btn:hover,
.senmon-school-section-course-student-creations__btn:focus {
  color: var(--senmon-color-white);
  background-color: var(--senmon-color-primary);
  border-color: var(--senmon-color-primary);
}

.senmon-school-section-course-student-creations__btn-icon {
  flex-shrink: 0;
  width: 6px;
  height: 9px;
}

.senmon-school-section-course-student-creations__grid {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 24px;
}

.senmon-school-section-course-student-creations__item {
  flex: 1;
  min-width: 0;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-20);
  box-sizing: border-box;
  position: relative;
}

.senmon-school-section-course-student-creations__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-student-creations__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(27, 27, 27, 0.5);
  opacity: 0;
  transition: opacity 300ms ease-out;
  pointer-events: none;
  
}

.senmon-school-section-course-student-creations__item:hover::after,
.senmon-school-section-course-student-creations__item:focus::after {
  opacity: 1;
}

/* Certificate: 2カラム（Figma PC 972-8308 / 972-8312・行幅 960px・画像 flex 1 + gap 24） */
@media (min-width: 960px) {
  .senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__grid {
  width: 100%;
  max-width: var(--senmon-content-max-width);
  margin-left: auto;
  margin-right: auto;
}

/* 学生の作品 TB */
@media (max-width: 959px) {
  .senmon-school-section-course-student-creations {
    padding: 40px 0;
  }

  .senmon-school-section-course-student-creations__inner {
    padding: 0 var(--senmon-page-gutter-x);
    gap: 24px;
  }

  .senmon-school-section-course-student-creations__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .senmon-school-section-course-student-creations__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-student-creations__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-student-creations__title {
    font-size: 26px;
  }

  .senmon-school-section-course-student-creations__grid {
    gap: 8px;
  }

  .senmon-school-section-course-student-creations__item {
    height: 200px;
    border-radius: 16px;
  }

  /* Certificate CMV TB Figma 1582-22152 */
  .senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }
}

/* 学生の作品 SP（2x2 グリッド） */
@media (max-width: 600px) {
  .senmon-school-section-course-student-creations {
    padding: 40px 0;
  }

  .senmon-school-section-course-student-creations__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-student-creations__btn {
    color: var(--senmon-color-white);
    background-color: var(--senmon-color-primary);
    border-color: var(--senmon-color-primary);
  }

  .senmon-school-section-course-student-creations__btn:hover,
  .senmon-school-section-course-student-creations__btn:focus-visible {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
  }

  .senmon-school-section-course-student-creations__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 8px;
  }

  .senmon-school-section-course-student-creations__item {
    flex: none;
    height: 200px;
    border-radius: 16px;
  }

  /* Certificate CMV SP Figma 1582-21830（塗りボタン） */
  .senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__btn {
    color: var(--senmon-color-white);
    background-color: var(--senmon-color-primary);
    border-color: var(--senmon-color-primary);
  }

  .senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__btn:hover,
  .senmon-school-section-course-student-creations--two .senmon-school-section-course-student-creations__btn:focus {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
    border-color: var(--senmon-color-primary);
  }
}

/* ==========================================================================
   学科詳細「生徒の声」「講師紹介」「シラバス」Figma PC 938-8148 / TB 1582-12420 / SP 1573-36358
   ========================================================================== */
.senmon-school-section-course-tls {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0 0;
  box-sizing: border-box;
  gap: 80px;
}

/* Certificate CMV TLS ラッパー — 背景はシラバス（972-8331）と その他のコース（972-8244）で分割 */
.senmon-school-section-course-tls--certificate {
  width: 100%;
  max-width: none;
  align-self: stretch;
  padding-top: 0;
  background-image: none;
  background-color: transparent;
  box-sizing: border-box;
}

/* PC シラバス Figma 972-8331: 白床・py 120・960 相当を中央に */
.senmon-school-section-course-tls--certificate.senmon-school-section-course-tls {
  padding: 120px 0 0;
}

.senmon-school-section-course-tls__syllabus--certificate {
  width: 100%;
  max-width: none;
  margin: 0;
  /* padding-top: 120px; */
  box-sizing: border-box;
  background-color: var(--senmon-color-white);
  align-items: center;
}

.senmon-school-section-course-tls__syllabus--certificate > .senmon-school-section-course-tls__syllabus-header,
.senmon-school-section-course-tls__syllabus--certificate > .senmon-school-section-course-tls__syllabus-body {
  width: 100%;
  max-width: var(--senmon-content-max-width);
}

.senmon-school-section-course-tls--certificate .senmon-school-section-course-other-courses {
  background-image: url('../../images/news-section-pattern.png'), var(--senmon-courses-other-courses-gradient);
  background-repeat: repeat, no-repeat;
  background-size: 16px 16px, 100% 100%;
  background-position: left top, center;
  background-color: transparent;
}

.senmon-school-section-course-tls__card {
  width: 100%;
  max-width: var(--senmon-content-max-width);
  padding: 40px;
  background-color: var(--senmon-color-white);
  border: 2px solid var(--senmon-color-primary);
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.senmon-school-section-course-tls__card-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}

.senmon-school-section-course-tls__title-block {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-tls__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-tls__badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: var(--senmon-color-primary);
  flex-shrink: 0;
}

.senmon-school-section-course-tls__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-tls__title {
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
  margin: 0;
}

.senmon-school-section-course-tls__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 6px 24px;
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--senmon-color-primary);
  background-color: transparent;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  transition: color var(--senmon-transition), background-color var(--senmon-transition), border-color var(--senmon-transition);
  box-sizing: border-box;
}

.senmon-school-section-course-tls__btn:hover,
.senmon-school-section-course-tls__btn:focus {
  color: var(--senmon-color-white);
  background-color: var(--senmon-color-primary);
  border-color: var(--senmon-color-primary);
}

.senmon-school-section-course-tls__btn-icon {
  flex-shrink: 0;
  width: 6px;
  height: 9px;
}

/* 生徒の声リスト */
.senmon-school-section-course-tls__testimonial-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

.senmon-school-section-course-tls__testimonial-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.senmon-school-section-course-tls__testimonial-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.senmon-school-section-course-tls__testimonial-image {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-10);
}

.senmon-school-section-course-tls__testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-tls__testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senmon-school-section-course-tls__testimonial-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  width: fit-content;
  box-sizing: border-box;
}

.senmon-school-section-course-tls__testimonial-name {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-tls__testimonial-quote {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

/* 3D 生徒の声 PC Figma 968-6485（442px + flex 列・View More capitalize・アウトライン） */
.senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__btn {
  text-transform: capitalize;
}

.senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__testimonial-item:first-child {
  flex: 0 0 442px;
  width: 442px;
  max-width: 442px;
}

.senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__testimonial-item:last-child {
  flex: 1 1 0;
  min-width: 0;
}

/* 3D 講師紹介 PC Figma 968-6510（列間 40px・右カード 460px・View More capitalize） */
.senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__btn {
  text-transform: capitalize;
}

.senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__lecturer-list {
  gap: 40px;
}

.senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__lecturer-item:first-child {
  flex: 1 1 0;
  min-width: 0;
}

.senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__lecturer-item:last-child {
  flex: 0 0 460px;
  width: 460px;
  max-width: 460px;
  min-width: 0;
}

/* 講師紹介リスト */
.senmon-school-section-course-tls__lecturer-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

.senmon-school-section-course-tls__lecturer-item {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.senmon-school-section-course-tls__lecturer-image {
  flex: 1;
  min-width: 0;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--senmon-color-gray-10);
  display: flex;
}

.senmon-school-section-course-tls__lecturer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.senmon-school-section-course-tls__lecturer-placeholder {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-caution-red-100);
}

.senmon-school-section-course-tls__lecturer-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senmon-school-section-course-tls__lecturer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-primary);
  width: fit-content;
  box-sizing: border-box;
}

.senmon-school-section-course-tls__lecturer-name {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-tls__lecturer-career {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-tls__lecturer-line {
  border: none;
  border-top: 1px solid var(--senmon-color-gray-90);
  margin: 0;
}

.senmon-school-section-course-tls__lecturer-desc {
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  margin: 0;
}

/* シラバス */
.senmon-school-section-course-tls__syllabus {
  width: 100%;
  max-width: var(--senmon-content-max-width);
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
}

.senmon-school-section-course-tls__syllabus-header {
  display: flex;
  flex-direction: column;
}

.senmon-school-section-course-tls__syllabus-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-section-course-tls__syllabus .senmon-school-section-course-tls__title {
  text-transform: capitalize;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-section-course-tls__syllabus-notes {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.senmon-school-section-course-tls__syllabus-notes .senmon-school-section-course-tls__syllabus-note {
  margin: 0;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Certificate CMV シラバス PCのみ（Figma 972-8331）— TB/SP では非表示 */
.senmon-school-syllabus-cert-pc {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__sheet {
  width: 100%;
  background-color: var(--senmon-color-white);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__head-cell {
  flex: 0 0 120px;
  width: 120px;
  background-color: var(--senmon-color-primary-5);
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  padding: 8px 16px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__head-cell:nth-child(3) {
  flex: 0 0 200px;
  width: 200px;
}

.senmon-school-syllabus-cert-pc__head-cell--grow {
  flex: 1 1 0;
  min-width: 0;
  border-right: none;
}

.senmon-school-syllabus-cert-pc__year-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__year-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__year-badge {
  flex: 0 0 120px;
  width: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__year-badge-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-pc__year-badge-num {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-pc__year-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__sem-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__sem-block:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__sem-label {
  flex: 0 0 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
}

.senmon-school-syllabus-cert-pc__sem-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__detail-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-pc__sem-rows .senmon-school-syllabus-cert-pc__detail-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__course {
  flex: 0 0 200px;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__category {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-pc__cat-line {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* 3D Animation シラバス PCのみ（Figma 968-6533）— TB/SP では非表示 */

.senmon-school-syllabus-3d-pc {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__sheet {
  width: 100%;
  background-color: var(--senmon-color-white);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__head {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__head-cell {
  flex: 0 0 120px;
  width: 120px;
  background-color: var(--senmon-color-primary-5);
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  padding: 8px 16px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__head-cell:nth-child(3) {
  flex: 0 0 200px;
  width: 200px;
}

.senmon-school-syllabus-3d-pc__head-cell--grow {
  flex: 1 1 0;
  min-width: 0;
  border-right: none;
}

.senmon-school-syllabus-3d-pc__year-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__year-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__year-badge {
  flex: 0 0 120px;
  width: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__year-badge-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-3d-pc__year-badge-num {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-3d-pc__year-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__sem-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__sem-block:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__sem-label {
  flex: 0 0 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
}

.senmon-school-syllabus-3d-pc__sem-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__detail-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-3d-pc__sem-rows .senmon-school-syllabus-3d-pc__detail-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__course {
  flex: 0 0 200px;
  width: 200px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__category {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-3d-pc__cat-line {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Certificate CMV シラバス TB — Figma 1587-14413（601px–959px） */
.senmon-school-syllabus-cert-tb {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--senmon-color-white);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__year-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--senmon-color-primary-5);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
  line-height: 1.5;
}

.senmon-school-syllabus-cert-tb__year-bar-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-tb__year-bar-num {
  font-size: 24px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-tb__head-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__head-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  width: 100px;
  padding: 8px;
  background-color: var(--senmon-color-primary-5);
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-cert-tb__head-cell--grow {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  border-right: none;
}

.senmon-school-syllabus-cert-tb__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__sem-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__sem-block:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-tb__sem-label {
  flex: 0 0 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
}

.senmon-school-syllabus-cert-tb__sem-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__detail-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-tb__sem-rows .senmon-school-syllabus-cert-tb__detail-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-tb__course {
  flex: 0 0 100px;
  width: 100px;
  display: flex;
  align-items: center;
  padding: 16px 8px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-tb__category {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 8px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-tb__cat-line {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 601px) and (max-width: 959px) {
  .senmon-school-syllabus-cert-tb {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

/* Certificate CMV シラバス SP — Figma 1587-14636（〜600px・TB / PC とは別スタイルシート） */
.senmon-school-syllabus-cert-sp {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--senmon-color-white);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__year-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--senmon-color-primary-5);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
  line-height: 1.5;
}

.senmon-school-syllabus-cert-sp__year-bar-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-sp__year-bar-num {
  font-size: 24px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-cert-sp__head-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__head-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 100px;
  width: 100px;
  min-width: 0;
  padding: 8px;
  background-color: var(--senmon-color-primary-5);
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}

.senmon-school-syllabus-cert-sp__head-cell--grow {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  border-right: none;
}

.senmon-school-syllabus-cert-sp__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__sem-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__sem-block:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-sp__sem-label {
  flex: 0 0 100px;
  width: 100px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-cert-sp__sem-rows {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__detail-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__sem-rows .senmon-school-syllabus-cert-sp__detail-row:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-sp__course {
  flex: 0 0 100px;
  width: 100px;
  min-width: 0;
  display: flex;
  align-items: center;
  padding: 16px 8px;
  border-right: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-cert-sp__category {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 16px 8px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-cert-sp__cat-line {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-cert-sp__footnotes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-cert-sp__footnote {
  margin: 0;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 600px) {
  .senmon-school-syllabus-cert-sp {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .senmon-school-section-course-tls--certificate .senmon-school-section-course-tls__syllabus-notes {
    display: none;
  }
  .senmon-school-section-course-tls {
    gap: 24px;
  }
}

/* シラバス PC（Figma 938-8241）— TB/SP では非表示 */
.senmon-school-syllabus-pc {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__sheet {
  width: 100%;
  background-color: var(--senmon-color-white);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__head {
  display: grid;
  grid-template-columns: 120px 120px 200px minmax(0, 1fr);
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__head-cell {
  background-color: var(--senmon-color-primary-5);
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  padding: 8px 16px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__head-cell--grow {
  border-right: none;
}

.senmon-school-syllabus-pc__year-block {
  display: flex;
  width: 100%;
  align-items: stretch;
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__year-side {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-right: 1px solid var(--senmon-color-gray-90);
  padding: 16px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
}

.senmon-school-syllabus-pc__year-label {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-pc__year-num {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-pc__year-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.senmon-school-syllabus-pc__sem-block {
  display: grid;
  grid-template-columns: 120px 200px minmax(0, 1fr);
  grid-auto-rows: minmax(min-content, auto);
  width: 100%;
  box-sizing: border-box;
}

.senmon-school-syllabus-pc__cell {
  border-right: 1px solid var(--senmon-color-gray-90);
  border-bottom: 1px solid var(--senmon-color-gray-90);
  padding: 16px;
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  background-color: var(--senmon-color-white);
}

.senmon-school-syllabus-pc__cell--sem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.senmon-school-syllabus-pc__cell--course {
  display: flex;
  align-items: center;
}

.senmon-school-syllabus-pc__cell--category {
  border-right: none;
}

.senmon-school-syllabus-pc__cat-line {
  margin: 0;
}

/* 学年ブロックごとに左列〜右列まで横線で区切る（最終セメのセル下線と二重にならないよう一方を外す） */
.senmon-school-syllabus-pc__year-block:not(:last-child) .senmon-school-syllabus-pc__sem-block:last-child .senmon-school-syllabus-pc__cell {
  border-bottom: none;
}

.senmon-school-syllabus-pc__year-block:not(:last-child) {
  border-bottom: 1px solid var(--senmon-color-gray-90);
}

/* 最終行はシートの下辺ボーダーに任せ、二重線を避ける */
.senmon-school-syllabus-pc__year-block:last-child .senmon-school-syllabus-pc__sem-block:last-child .senmon-school-syllabus-pc__cell {
  border-bottom: none;
}

/* シラバス TB・SP（TB Figma 1582-12467 / SP Figma 1573-36358）— max-width 959px */
.senmon-school-syllabus-tb {
  display: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background-color: var(--senmon-color-white);
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__year-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: var(--senmon-color-primary-5);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  color: var(--senmon-color-gray-90);
  line-height: 1.5;
}

.senmon-school-syllabus-tb__year-bar-label {
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-tb__year-bar-num {
  font-size: 24px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.senmon-school-syllabus-tb__head-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: -1px;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__head-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  flex-shrink: 0;
  padding: 8px;
  background-color: var(--senmon-color-primary-5);
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  margin-left: -1px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-tb__head-cell:first-child {
  margin-left: 0;
}

.senmon-school-syllabus-tb__head-cell--grow {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-tb__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__body > .senmon-school-syllabus-tb__sem:first-child {
  margin-top: -1px;
}

.senmon-school-syllabus-tb__sem {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__sem + .senmon-school-syllabus-tb__sem {
  margin-top: -1px;
}

.senmon-school-syllabus-tb__sem-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  flex-shrink: 0;
  padding: 16px 8px;
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-tb__sem-rows {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin-left: -1px;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.senmon-school-syllabus-tb__row + .senmon-school-syllabus-tb__row {
  margin-top: -1px;
}

.senmon-school-syllabus-tb__course {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  flex-shrink: 0;
  padding: 16px 8px;
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: center;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-tb__category {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  margin-left: -1px;
  padding: 16px 8px;
  border: 1px solid var(--senmon-color-gray-90);
  box-sizing: border-box;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.senmon-school-syllabus-tb__cat-line {
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 960px) {
  .senmon-school-syllabus-pc {
    display: block;
  }

  .senmon-school-syllabus-cert-pc {
    display: block;
  }

  .senmon-school-syllabus-3d-pc {
    display: block;
  }

  .senmon-school-syllabus-cert-tb,
  .senmon-school-syllabus-cert-sp {
    display: none !important;
  }

  .senmon-school-syllabus-tb {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .senmon-school-syllabus-pc {
    display: none !important;
  }

  .senmon-school-syllabus-cert-pc {
    display: none !important;
  }

  .senmon-school-syllabus-3d-pc {
    display: none !important;
  }

  .senmon-school-syllabus-tb {
    display: block;
  }
}

/* その他のコース（Figma PC 1045-7917 / TB 1582-20508 / SP 1582-20187） */
.senmon-school-section-course-other-courses {
  width: 100%;
  background-image: url('../../images/news-section-pattern.png'), var(--senmon-courses-other-courses-gradient);
  background-repeat: repeat, no-repeat;
  background-size: 16px 16px, 100% 100%;
  background-position: left top, center;
}

.senmon-school-section-course-other-courses__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: var(--senmon-content-max-width);
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
}

.senmon-school-section-course-other-courses__header {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 0;
}

.senmon-school-section-course-other-courses__badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.senmon-school-section-course-other-courses__badge-dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--senmon-color-primary);
  border-radius: 100px;
}

.senmon-school-section-course-other-courses__badge-label {
  font-family: var(--senmon-font-badge);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-other-courses__title {
  margin: 0;
  font-family: var(--senmon-font-nav);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-other-courses__list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}

.senmon-school-section-course-other-courses__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 calc((100% - 80px) / 2);
  max-width: calc((100% - 80px) / 2);
  min-width: 0;
  text-decoration: none;
}

.senmon-school-section-course-other-courses__card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-color: var(--senmon-color-white);
}

.senmon-school-section-course-other-courses__card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 88, 52, 0.4);
  opacity: 0;
  transition: opacity 300ms ease-out;
  pointer-events: none;
}

.senmon-school-section-course-other-courses__card:hover .senmon-school-section-course-other-courses__card-image::after,
.senmon-school-section-course-other-courses__card:focus-visible .senmon-school-section-course-other-courses__card-image::after {
  opacity: 1;
}

.senmon-school-section-course-other-courses__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.senmon-school-section-course-other-courses__card-image-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 4px 16px;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-caution-red-100);
  background-color: var(--senmon-color-white);
  border: 3px solid var(--senmon-color-caution-red-100);
  box-sizing: border-box;
}

.senmon-school-section-course-other-courses__card-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.senmon-school-section-course-other-courses__card-title {
  margin: 0;
  font-family: var(--senmon-font-hero);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--senmon-color-gray-90);
  transition: var(--senmon-transition);
}

.senmon-school-section-course-other-courses__card:hover .senmon-school-section-course-other-courses__card-title,
.senmon-school-section-course-other-courses__card:focus .senmon-school-section-course-other-courses__card-title {
  color: var(--senmon-color-primary);
}

.senmon-school-section-course-other-courses__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  color: var(--senmon-color-primary);
  border: 1px solid var(--senmon-color-primary);
  border-radius: 100px;
  transition: var(--senmon-transition);
}


.senmon-school-section-course-other-courses__card:hover .senmon-school-section-course-other-courses__card-arrow,
.senmon-school-section-course-other-courses__card:focus .senmon-school-section-course-other-courses__card-arrow {
  background-color: var(--senmon-color-primary);
}

/* Figma 1045-7792: 6×9 のシェブロンを 24px 円内にセンター（100% 指定は縦横比が崩れる） */
.senmon-school-section-course-other-courses__card-arrow-icon {
  display: block;
  width: 6px;
  height: 9px;
  flex-shrink: 0;
}

.senmon-school-section-course-other-courses__card:hover .senmon-school-section-course-other-courses__card-arrow-icon,
.senmon-school-section-course-other-courses__card:focus .senmon-school-section-course-other-courses__card-arrow-icon {
  color: var(--senmon-color-white);
}

/* TLS TB */
@media (max-width: 959px) {
  .senmon-school-section-course-tls--certificate.senmon-school-section-course-tls {
    padding: 40px var(--senmon-page-gutter-x) 0;
  }

  .senmon-school-section-course-tls {
    gap: 24px;
    padding: 40px var(--senmon-page-gutter-x) 0;
    box-sizing: border-box;
  }

  .senmon-school-section-course-tls__syllabus-body {
    padding-bottom: 16px;
  }

  .senmon-school-section-course-tls__syllabus--certificate {
    padding: 40px var(--senmon-page-gutter-x);
  }

  /* TB: その他のコースのみグラデ（シラバスは白のまま） */
  .senmon-school-section-course-tls__card {
    padding: 24px;
    gap: 24px;
  }

  .senmon-school-section-course-tls__card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .senmon-school-section-course-tls__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-tls__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-tls__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-tls__testimonial-list {
    flex-direction: row;
  }

  .senmon-school-section-course-tls__testimonial-item {
    gap: 8px;
  }

  .senmon-school-section-course-tls__testimonial-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .senmon-school-section-course-tls__testimonial-image {
    width: 100%;
    height: 200px;
  }

  .senmon-school-section-course-tls__testimonial-name {
    font-size: 18px;
  }

  .senmon-school-section-course-tls__lecturer-list {
    flex-direction: row;
  }

  .senmon-school-section-course-tls__lecturer-item {
    flex-direction: column;
    align-items: stretch;
  }

  .senmon-school-section-course-tls__lecturer-image {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .senmon-school-section-course-tls__lecturer-name {
    font-size: 16px;
  }

  .senmon-school-section-course-tls__syllabus {
    padding: 0;
    gap: 24px;
  }

  .senmon-school-section-course-tls__syllabus .senmon-school-section-course-tls__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-other-courses__inner {
    gap: 24px;
    padding: 40px var(--senmon-page-gutter-x);
  }

  /* Other Courses SP (Figma 1573-36504) */
  .senmon-school-section-course-other-courses {
    padding: 40px 16px;
  }

  .senmon-school-section-course-other-courses__inner {
    padding: 0;
  }

  .senmon-school-section-course-other-courses__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-other-courses__badge-label {
    font-size: 14px;
    font-family: var(--senmon-font-ja, 'Zen Maru Gothic', system-ui, sans-serif);
    letter-spacing: 0.05em;
  }

  .senmon-school-section-course-other-courses__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-other-courses__list {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .senmon-school-section-course-other-courses__card {
    flex: 0 0 calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
  }

  .senmon-school-section-course-other-courses__card-image {
    height: 160px;
  }

  .senmon-school-section-course-other-courses__card-content {
    gap: 16px;
  }

  .senmon-school-section-course-other-courses__card-title {
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  /* Figma 1045-7792 と同じ 24px 円＋ボーダー */
  .senmon-school-section-course-other-courses__card-arrow {
    width: 24px;
    height: 24px;
  }

  /* 3D 生徒の声: PC 968-6485 の固定幅を TB で解除 */
  .senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__testimonial-item:first-child {
    flex: 1;
    width: auto;
    max-width: none;
  }

  /* 3D 講師紹介: PC 968-6510 の 460px 列を TB で解除 */
  .senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__lecturer-item:last-child {
    flex: 1;
    width: auto;
    max-width: none;
  }

  .senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__lecturer-list {
    gap: 24px;
  }
}

/* TLS SP */
@media (max-width: 600px) {
  .senmon-school-section-course-tls {
    gap: 24px;
    padding: 40px var(--senmon-page-gutter-x) 0;
    box-sizing: border-box;
  }

  .senmon-school-section-course-tls__card {
    padding: 24px 22px;
  }

  .senmon-school-section-course-tls__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-tls__testimonial-list {
    flex-direction: column;
    gap: 24px;
  }

  .senmon-school-section-course-tls__testimonial-item {
    gap: 8px;
  }

  .senmon-school-section-course-tls__testimonial-name {
    font-size: 18px;
  }

  .senmon-school-section-course-tls__testimonial-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .senmon-school-section-course-tls__testimonial-image {
    width: 100%;
    max-width: none;
    height: 160px;
  }

  .senmon-school-section-course-tls__lecturer-item {
    flex-direction: column;
  }

  .senmon-school-section-course-tls__lecturer-list {
    flex-direction: column;
  }

  .senmon-school-section-course-tls__lecturer-image {
    width: 100%;
    max-width: none;
    height: 200px;
  }

  .senmon-school-section-course-tls__btn {
    color: var(--senmon-color-white);
    background-color: var(--senmon-color-primary);
    border-color: var(--senmon-color-primary);
  }

  .senmon-school-section-course-tls__btn:hover,
  .senmon-school-section-course-tls__btn:focus-visible {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
  }

  /* 3D 生徒の声 Figma 968-6485: View More はアウトラインのまま */
  .senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__btn {
    color: var(--senmon-color-white);
    background-color: var(--senmon-color-primary);
    border-color: var(--senmon-color-primary);
  }

  .senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__btn:hover,
  .senmon-school-section-course-tls__card--3d-testimonial .senmon-school-section-course-tls__btn:focus {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
  }

  .senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__btn {
    color: var(--senmon-color-white);
    background-color: var(--senmon-color-primary);
    border-color: var(--senmon-color-primary);
  }

  .senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__btn:hover,
  .senmon-school-section-course-tls__card--3d-lecturer .senmon-school-section-course-tls__btn:focus {
    color: var(--senmon-color-primary);
    background-color: var(--senmon-color-white);
  }

  .senmon-school-section-course-tls__syllabus .senmon-school-section-course-tls__title {
    font-size: 26px;
  }

  .senmon-school-section-course-other-courses__inner {
    gap: 24px;
    /* padding: 40px var(--senmon-page-gutter-x); */
  }

  .senmon-school-section-course-other-courses__badge-dot {
    width: 4px;
    height: 4px;
  }

  .senmon-school-section-course-other-courses__badge-label {
    font-size: 14px;
  }

  .senmon-school-section-course-other-courses__title {
    font-size: 26px;
    letter-spacing: 0.1em;
  }

  .senmon-school-section-course-other-courses__list {
    flex-direction: column;
    align-self: stretch;
    gap: 16px;
    width: 100%;
  }

  .senmon-school-section-course-other-courses__card {
    align-self: stretch;
    width: 100%;
    gap: 8px;
    flex: none;
    max-width: none;
  }

  .senmon-school-section-course-other-courses__card-content {
    gap: 16px;
  }

  .senmon-school-section-course-other-courses__card-image {
    height: 160px;
    background-color: #c4c4c4;
  }

  .senmon-school-section-course-other-courses__card-image-placeholder {
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    color: transparent;
    background-color: #c4c4c4;
    border: none;
  }

  .senmon-school-section-course-other-courses__card-title {
    font-size: 14px;
    font-family: 'Barlow', var(--senmon-font-hero);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--senmon-color-gray-90);
  }

  .senmon-school-section-course-other-courses__card-arrow {
    width: 24px;
    height: 24px;
  }
}

/* Courses ヒーロー TB — Figma 1573-28230（高さ 400px）/ 1573-30347（2行バッジ 26px） */
@media (max-width: 959px) {
  .senmon-school-hero--courses {
    padding: 24px 0 !important;
    min-height: 400px;
  }

  .senmon-school-hero--courses__inner {
    padding-right: var(--senmon-page-gutter-x);
    padding-left: 0;
  }

  .senmon-school-hero--courses__badge {
    padding: 4px 16px;
  }

  .senmon-school-hero--courses__badge-text {
    font-size: 26px;
  }

  .senmon-school-hero--course-single {
    min-height: 400px;
    padding: 24px 0;
  }

  .senmon-school-hero--course-single__badges {
    gap: 16px;
  }
}

/* Courses ヒーロー SP — Figma 1573-28239（高さ 247px） */
@media (max-width: 600px) {
  .senmon-school-hero--courses {
    padding: 24px 0;
    min-height: 247px;
  }

  .senmon-school-hero--courses__badge {
    padding: 4px 16px;
  }

  .senmon-school-hero--courses__badge-text {
    font-size: 26px;
  }

  .senmon-school-hero--course-single {
    padding: 24px 0;
    min-height: 247px;
  }

  .senmon-school-hero--course-single__badges {
    gap: 8px;
  }
}

