/* =========================================
   ページ共通（固定ヘッダー）
   ========================================= */

html {
  scroll-padding-top: 68px;
}

@media (min-width: 940px) {
  html {
    scroll-padding-top: 76px;
  }
}

/* =========================================
   学科ページ - 右ドックサイドナビ（PC・アイコン＋ページ内ナビ）
   ========================================= */

.dept-fixed-icon {
  cursor: pointer;
  display: none;
}

@media (min-width: 940px) {
  /*
     右端固定。子要素順は「アイコン → メニュー」。閉時は横幅を絞り、左からアイコンのみ表示し
     メニューは見えない。開くときは横幅が左へ広がり、アイコンごと左にスライド。
  */
  .department-wrap > .page-sidenav.page-sidenav--dock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;

    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;

    width: 104px;

    transition: width 0.35s ease;

    transform: translateY(-50%);
    max-height: none;
  }

  .department-wrap > .page-sidenav.page-sidenav--dock:hover,
  .department-wrap > .page-sidenav.page-sidenav--dock:focus-within {
    width: min(414px, calc(100vw - 20px));
    transform: translateY(-50%);
  }

  .department-wrap > .page-sidenav.page-sidenav--dock .page-sidenav-heading-title {
    line-height: 1.35;
  }

  .department-wrap > .page-sidenav.page-sidenav--dock .page-sidenav-inner {
    flex: 0 0 auto;

    box-sizing: border-box;
    width: 310px;
    min-width: 310px;

    max-height: min(82vh, 900px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .department-wrap > .page-sidenav.page-sidenav--dock > .dept-fixed-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    position: static;
    right: auto;
    bottom: auto;
    flex: 0 0 auto;

    padding: 10px 14px 10px 18px;
    box-sizing: border-box;

    background-color: #ffffff;
    border-radius: 999px 0 0 999px;
    border: 1px solid #cbcbcb;
    border-right: none;
    margin-left: -1px;
    align-self: flex-start;

    margin-top: calc(14px + (1.8rem * 1.35) + 8px + 1.5px - 21px);

    box-shadow:
      -4px 6px 22px rgba(44, 54, 75, 0.14),
      -2px 2px 8px rgba(44, 54, 75, 0.08);
  }

  .department-wrap > .page-sidenav.page-sidenav--dock > .dept-fixed-icon img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
}

/* =========================================
   学科ヘッダー
   ========================================= */

.dept-header {
  padding: 32px 20px 0;
  text-align: center;
}

@media (min-width: 940px) {
  .dept-header {
    padding: 52px 40px 0;
  }
}

/* 内部ラッパー */

.dept-header-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* タイトル */

.dept-header-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.dept-header-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  object-fit: contain;
}

.dept-header-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c364b;
  letter-spacing: 0.08em;
}

@media (min-width: 940px) {
  .dept-header-icon {
    width: 50px;
    height: 50px;
  }

  .dept-header-title {
    font-size: 3.4rem;
  }
}

/* SNS */

.dept-header-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  margin-bottom: 28px;
}

.dept-header-sns-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.dept-header-sns-link:hover {
  opacity: 0.75;
}

.dept-header-sns-link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.dept-header-sns-sep {
  font-size: 1.6rem;
  color: #2c364b;
  line-height: 1;
}

@media (min-width: 940px) {
  .dept-header-sns {
    gap: 18px;
    margin-top: 18px;
    margin-bottom: 36px;
  }
}

/* MV画像 */

.dept-header-mv {
  margin-bottom: 28px;
}

.dept-header-mv img {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 4px;
}

@media (min-width: 940px) {
  .dept-header-mv {
    margin-bottom: 40px;
  }
}

/* 説明文 */

.dept-header-desc {
  margin-bottom: 52px;
}

.dept-header-desc p {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #2c364b;
}

@media (min-width: 940px) {
  .dept-header-desc p {
    font-size: 1.4rem;
  }
}

/* メインコンテンツ（標準テキスト色） */

.dept-main {
  color: #2c364b;
}

/* =========================================
   コース共通 - カラーテーマ変数
   ========================================= */

.course--01 {
  --course-color: #f092b5;
  --course-color-rgb: 240, 146, 181;
  --course-accent: #f092b5;
  --course-marker: #f7d9e6;
  --course-timeline-box-rgb: 247, 217, 230;
  --course-bg: url('../images/department/course01-bg.webp');
}

.course--02 {
  --course-color: #84bae5;
  --course-color-rgb: 132, 186, 229;
  --course-accent: #5ea3d2;
  --course-marker: #e6edf6;
  --course-timeline-box-rgb: 196, 221, 238;
  --course-bg: url('../images/department/course02-bg.webp');
}

.course--03 {
  --course-color: #87c796;
  --course-color-rgb: 135, 199, 150;
  --course-accent: #5ebc88;
  --course-marker: #e7f3e8;
  --course-timeline-box-rgb: 219, 246, 231;
  --course-bg: url('../images/department/course03-bg.webp');
}

.course--04 {
  --course-color: #e5a83f;
  --course-color-rgb: 229, 168, 63;
  --course-accent: #c3930c;
  --course-marker: #f2e7d1;
  --course-timeline-box-rgb: 248, 230, 186;
  --course-bg: url('../images/department/course04-bg.webp');
}

/* =========================================
   コース - タイトルエリア
   ========================================= */

.course-title-wrap {
  padding: 40px 20px 20px;
  text-align: center;
}

.course-title-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1000px;
  margin: 0 auto;
}

.course-title-deco {
  flex-shrink: 0;
  object-fit: contain;
}

.course-title-deco--left {
  width: 60px;
  height: auto;
}

.course-title-deco--right {
  width: 44px;
  height: auto;
}

.course-title-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.course-title-num,
.course-title-text {
  align-self: center;
}

.course-title-num {
  height: 18px;
  width: auto;
  margin-bottom: 4px;
  object-fit: contain;
}

.course-title-text {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #2c364b;
  margin-bottom: 4px;
}

.course-title-line {
  align-self: center;
  display: block;
  width: 2.5em;
  height: 4px;
  margin-top: 2px;
  font-size: 2.6rem;
  background-color: var(--course-color);
}

@media (min-width: 940px) {
  .course-title-wrap {
    padding: 60px 40px 28px;
  }

  .course-title-inner {
    gap: 16px;
  }

  .course-title-deco--left {
    width: 76px;
  }

  .course-title-deco--right {
    width: 52px;
  }

  .course-title-text {
    font-size: 3.4rem;
  }

  .course-title-line {
    font-size: 3.4rem;
  }
}

/* =========================================
   コース - コンテンツ（画像＋テキスト）
   ========================================= */

.course-content-wrap {
  padding: 16px 20px 40px;
}

.course-content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 画像エリア */

.course-content-img {
  width: 100%;
}

.course-content-img img {
  width: 100%;
  border-radius: 4px;
  display: block;
}

/* テキストエリア */

.course-content-text {
  border: 3px solid var(--course-color);
  border-radius: 8px;
  padding: 24px 20px;
  background-image: var(--course-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 0px 0 rgba(222, 220, 220, 0.7);
}

.course-content-heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  color: #2c364b;
  margin-bottom: 14px;
}

.course-content-heading-core {
  display: inline;
  padding: 0 0.1em;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent 60%, var(--course-marker) 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.course-content-body {
  font-size: 1.4rem;
  line-height: 1.85;
  color: #2c364b;
  margin: 0 0 18px;
}

.course-content-shikaku-wrap {
  position: relative;
  margin-top: 28px;
  margin-bottom: 10px;
  padding: 30px 18px 14px;
  background-color: rgba(var(--course-color-rgb), 0.11);
  border: 2px solid var(--course-color);
  border-radius: 5px;
}

.course-content-shikaku {
  position: absolute;
  top: -14px;
  left: 20px;
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 6px rgba(222, 220, 220, 0.88), 0 1px 3px rgba(222, 220, 220, 0.65);
}

.course-content-shikaku-label {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2c364b;
  margin: 0;
  padding: 3px 8px 4px;
  background-color: #fff;
  border: 2px solid var(--course-color);
  border-right-width: 31px;
  box-sizing: border-box;
}

.course-content-shikaku-list {
  padding-left: 14px;
}

.course-content-shikaku-item {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #2c364b;
}

@media (min-width: 940px) {
  .course-content-wrap {
    padding: 20px 40px 60px;
  }

  .course-content-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  .course-content-img {
    width: 46%;
    flex-shrink: 0;
  }

  .course-content-text {
    flex: 1;
    padding: 32px 28px;
  }

  .course-content-heading {
    font-size: 2rem;
  }

  .course-content-shikaku-label {
    font-size: 1.35rem;
  }

  .course-content-shikaku-wrap {
    padding: 30px 20px 16px;
  }

  .course-content-shikaku {
    top: -16px;
  }

  /* Course 02, 04: 画像を右に */
  .course--02 .course-content-inner,
  .course--04 .course-content-inner {
    flex-direction: row-reverse;
  }
}

/* =========================================
   コース - タイムライン
   ========================================= */

.course-timeline-wrap {
  padding: 40px 20px 48px;
}

/* タイムラインリスト (SP: 時期＋本文を横並び 1 セット) */

.course-timeline-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.course-timeline-item {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.course-timeline-period-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.course-timeline-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--course-color);
  margin-bottom: 12px;
}

.course-timeline-year {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  white-space: nowrap;
  align-self: stretch;
  padding: 0 10px 6px;
  margin: 0 8px 4px;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.course-timeline-period-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.course-timeline-desc {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2c364b;
  line-height: 1.6;
}

/* コンテンツボックス (SP: 四角形) */

.course-timeline-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 16px;
  font-size: 1.3rem;
  line-height: 1.85;
  color: #2c364b;
  background-color: transparent;
}

/* 左から #f7d9e6 20% / 40% / 60% / 80% */
.course-timeline-box--01 {
  background-color: rgba(var(--course-timeline-box-rgb), 0.2);
}

.course-timeline-box--02 {
  background-color: rgba(var(--course-timeline-box-rgb), 0.4);
}

.course-timeline-box--03 {
  background-color: rgba(var(--course-timeline-box-rgb), 0.6);
}

.course-timeline-box--04 {
  background-color: rgba(var(--course-timeline-box-rgb), 0.8);
}

.course-timeline-arrow {
  display: flex;
  justify-content: center;
  height: 20px;
}

.course-timeline-arrow::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 16px solid var(--course-marker);
}

.course-timeline-box-list {
  margin-top: 8px;
  padding-left: 2px;
}

.course-timeline-box-list li {
  font-size: 1.3rem;
  color: var(--course-accent);
  line-height: 1.8;
}

@media (min-width: 940px) {
  .course-timeline-wrap {
    padding: 52px 40px 56px;
  }

  /* PC: 同じ HTML を上段の時期・下段の本文に並べ替える */
  .course-timeline-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 20px 0;
    --timeline-circle-size: 108px;
  }

  .course-timeline-item {
    display: contents;
  }

  .course-timeline-item--01 .course-timeline-period-item,
  .course-timeline-item--01 .course-timeline-box {
    grid-column: 1;
  }

  .course-timeline-item--02 .course-timeline-period-item,
  .course-timeline-item--02 .course-timeline-box {
    grid-column: 2;
  }

  .course-timeline-item--03 .course-timeline-period-item,
  .course-timeline-item--03 .course-timeline-box {
    grid-column: 3;
  }

  .course-timeline-item--04 .course-timeline-period-item,
  .course-timeline-item--04 .course-timeline-box {
    grid-column: 4;
  }

  .course-timeline-period-item {
    grid-row: 1;
    flex: 1;
    min-width: 0;
  }

  .course-timeline-box--01 {
    left: 18px;
  }
  
  .course-timeline-box--02 {
    left: 12px;
  }
  
  .course-timeline-box--03 {
    left: 6px;
  }

  /* 矢印（左隣・円と同じ高さで縦中央＝「1年生 前期」円などの中心線に合わせる） */
  .course-timeline-arrow {
    position: absolute;
    top: 0;
    align-items: center;
    width: 63px;
    height: var(--timeline-circle-size);
  }

  .course-timeline-arrow:nth-child(2) {
    left: 25%;
    transform: translateX(-50%);
  }

  .course-timeline-arrow:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
  }

  .course-timeline-arrow:nth-child(6) {
    left: 75%;
    transform: translateX(-50%);
  }

  .course-timeline-arrow::before {
    border-right: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 26px solid var(--course-marker);
  }

  .course-timeline-circle {
    width: var(--timeline-circle-size);
    height: var(--timeline-circle-size);
  }

  .course-timeline-year {
    font-size: 1.9rem;
    padding: 0 12px 10px;
    margin: 0 12px 8px;
  }

  .course-timeline-period-label {
    font-size: 1.4rem;
  }

  .course-timeline-desc {
    font-size: 1.4rem;
    padding: 0 4px;
  }

  /* コンテンツボックス (PC: 横並び 4 列) */
  .course-timeline-box {
    grid-row: 2;
    flex: 1;
    min-width: 0;
    padding: 22px 26px 22px 18px;
    font-size: 1.4rem;
    display: block;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  }

  .course-timeline-item--02 .course-timeline-box,
  .course-timeline-item--03 .course-timeline-box,
  .course-timeline-item--04 .course-timeline-box {
    padding-left: 34px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
  }

  .course-timeline-box-list li {
    font-size: 1.4rem;
  }
}

/* =========================================
   学科ページ - 共通セクション
   ========================================= */

.dept-section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.dept-section-title {
  width: fit-content;
  margin: 0 auto 18px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
  color: #2c364b;
  text-align: center;
}

.dept-section-lead {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #2c364b;
  text-align: center;
}

@media (min-width: 940px) {
  .dept-section-inner {
    padding: 0 40px;
  }

  .dept-section-title {
    margin-bottom: 24px;
    font-size: 3.2rem;
  }

  .dept-section-lead {
    font-size: 1.4rem;
  }
}

/* =========================================
   カリキュラム
   ========================================= */

.dept-curriculum {
  padding: 52px 0 48px;
}

.dept-curriculum-btns {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 560px;
  margin: 28px auto 0;
}

.dept-curriculum-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  box-shadow: 4px 4px 0px 0 rgba(222, 220, 220, 0.7);
}

.dept-curriculum-btn--green {
  background-color: #5ebc88;
}

.dept-curriculum-btn--pink {
  background-color: #d18b94;
}

@media (min-width: 940px) {
  .dept-curriculum {
    padding: 72px 0 92px;
  }

  .dept-curriculum-btns {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
    margin-top: 34px;
  }

  .dept-curriculum-btn {
    width: 260px;
    min-height: 38px;
    font-size: 1.4rem;
  }
}

/* =========================================
   取得可能な免許・資格
   ========================================= */

.dept-licence {
  padding: 18px 0 64px;
}

.dept-licence-board {
  --dept-licence-frame-inset-top: 24px;
  --dept-licence-frame-inset-x: 12px;
  --dept-licence-frame-inset-bottom: 12px;
  --dept-licence-bg-padding: 12px;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 26px 34px;
  background-color: #fff;
  border: 1px solid #2c364b;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(44, 54, 75, 0.16);
}

.dept-licence-board::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: var(--dept-licence-frame-inset-top) var(--dept-licence-frame-inset-x) var(--dept-licence-frame-inset-bottom);
  border: 1px solid rgba(44, 54, 75, 0.68);
  pointer-events: none;
}

.dept-licence-board::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: calc(var(--dept-licence-frame-inset-top) + 1px + var(--dept-licence-bg-padding))
         calc(var(--dept-licence-frame-inset-x) + 1px + var(--dept-licence-bg-padding))
         calc(var(--dept-licence-frame-inset-bottom) + 1px + var(--dept-licence-bg-padding));
  border-radius: 2px;
  background-image: url('../images/department/licence-bg.webp');
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.dept-licence-clip {
  position: absolute;
  top: calc(var(--dept-licence-frame-inset-top) + 0px);
  left: 50%;
  z-index: 4;
  width: 116px;
  height: auto;
  transform: translate(-50%, -58%);
  pointer-events: none;
}

.dept-licence-title {
  position: relative;
  z-index: 3;
  margin-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #2c364b;
}

.dept-licence-list-wrap {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 2px;
}

.dept-licence-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dept-licence-item {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.62;
  color: #2c364b;
}

.dept-licence-item::before {
  content: '・';
  position: absolute;
  left: 0;
}

@media (min-width: 940px) {
  .dept-licence {
    padding: 0 0 104px;
  }

  .dept-licence-board {
    --dept-licence-frame-inset-top: 32px;
    --dept-licence-frame-inset-x: 16px;
    --dept-licence-frame-inset-bottom: 16px;
    max-width: 920px;
    padding: 80px 92px 58px;
  }

  .dept-licence-clip {
    width: 134px;
    transform: translate(-50%, -58%);
  }

  .dept-licence-title {
    margin-bottom: 28px;
    font-size: 3.2rem;
  }

  .dept-licence-list-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }

  .dept-licence-item {
    font-size: 1.45rem;
  }
}

/* =========================================
   コース選択について
   ========================================= */

.dept-course-select {
  padding: 12px 0 70px;
}

.dept-course-select-list {
  display: grid;
  gap: 34px;
  margin-top: 32px;
}

.dept-course-select-item {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #2f394e;
}

.dept-course-select-img-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(12px, 4vw, 20px);
  width: 100%;
  margin: 0 0 12px;
}

.dept-course-select-img-wrap::before,
.dept-course-select-img-wrap::after {
  content: '';
  flex: 1 1 auto;
  min-width: 0;
  height: 1px;
  background-color: #2f394e;
}

.dept-course-select-img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-width: 86px;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.dept-course-select-copy {
  margin: 0 auto;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.85;
  color: #2c364b;
  text-align: center;
}

@media (min-width: 940px) {
  .dept-course-select {
    padding: 0 0 90px;
  }

  .dept-course-select-item {
    padding-bottom: 26px;
  }

  .dept-course-select-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
    margin-top: 48px;
  }

  .dept-course-select-img-wrap {
    margin-bottom: 10px;
  }

  .dept-course-select-img {
    max-width: 92px;
  }

  .dept-course-select-copy {
    font-size: 1.5rem;
  }
}

/* =========================================
   組み合わせの強み
   ========================================= */

.dept-combination {
  overflow: hidden;
  padding: 56px 0 68px;
  background-color: rgba(194, 214, 225, 0.2);
}

.dept-combination-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.dept-combination-heading {
  padding: 0 20px;
  text-align: center;
}

.dept-combination-en {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #c1c4ca;
}

.dept-combination-en::before,
.dept-combination-en::after {
  content: '';
  width: 14px;
  border-top: 1px dotted #c1c4ca;
}

.dept-combination-en::before {
  transform: rotate(68deg);
  transform-origin: right center;
}

.dept-combination-en::after {
  transform: rotate(-68deg);
  transform-origin: left center;
}

.dept-combination-sub {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.dept-combination-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: #2c364b;
  text-align: center;
}

.dept-combination-title-line {
  display: block;
  padding: 7px 8px;
  border-top: 1px solid rgba(44, 54, 75, 0.32);
  border-bottom: 1px solid rgba(44, 54, 75, 0.32);
  font-size: clamp(1.8rem, 6vw, 3rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.dept-combination-title-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: clamp(2.6rem, 9vw, 4.6rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.dept-combination-title-icon {
  display: block;
  width: clamp(28px, 8vw, 48px);
  height: auto;
  margin-top: 4px;
}

.dept-combination-slider-wrap {
  position: relative;
  margin: 34px auto 0;
  padding: 0 6px;
}

.dept-combination-slider {
  position: relative;
  overflow: hidden;
  padding: 0 34px;
}

.dept-combination-slider .slick-list {
  overflow: hidden;
}

.dept-combination-slider .slick-slide {
  position: relative;
  z-index: 1;
  margin: 0 -14px;
}

.dept-combination-slider .slick-slide.slick-center {
  z-index: 3;
}

.dept-combination-slide {
  padding: 0;
}

.dept-combination-img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.dept-combination-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-top: 4px solid rgba(44, 54, 75, 0.5);
  border-left: 4px solid rgba(44, 54, 75, 0.5);
  background: transparent;
  cursor: pointer;
}

.dept-combination-arrow--prev {
  left: 6px;
  transform: translateY(-50%) rotate(-45deg);
}

.dept-combination-arrow--next {
  right: 6px;
  transform: translateY(-50%) rotate(135deg);
}

.dept-combination-slider .slick-dots,
.dept-interview-slider .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  gap: 7px;
  padding: 0;
  list-style: none;
}

.dept-combination-slider .slick-dots {
  margin: 34px 0 0;
}

.dept-combination-slider .slick-dots li,
.dept-interview-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.dept-combination-slider .slick-dots button,
.dept-interview-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(44, 54, 75, 0.35);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.dept-combination-slider .slick-dots button::before,
.dept-interview-slider .slick-dots button::before {
  content: none;
}

.dept-combination-slider .slick-dots .slick-active button,
.dept-interview-slider .slick-dots .slick-active button {
  background-color: #2c364b;
}

@media (min-width: 940px) {
  .dept-combination {
    padding: 72px 0 78px;
  }

  .dept-combination-heading {
    padding: 0 40px;
  }

  .dept-combination-en {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .dept-combination-sub {
    margin-bottom: 12px;
    font-size: 1.2rem;
  }

  .dept-combination-title-line {
    padding: 8px 14px;
    font-size: 2.9rem;
  }

  .dept-combination-title-main {
    gap: 14px;
    margin-top: 10px;
    font-size: 4.4rem;
  }

  .dept-combination-title-icon {
    width: 48px;
  }

  .dept-combination-slider-wrap {
    max-width: 1080px;
    margin-top: 48px;
    padding: 0 20px;
  }

  .dept-combination-slider {
    padding: 0 54px;
  }

  .dept-combination-slider .slick-slide {
    margin: 0;
  }

  .dept-combination-arrow {
    width: 34px;
    height: 34px;
    border-width: 5px;
  }

  .dept-combination-arrow--prev {
    left: 12px;
  }

  .dept-combination-arrow--next {
    right: 12px;
  }

  .dept-combination-slider .slick-dots {
    margin-top: 44px;
  }
}

/* =========================================
   サポート体制
   ========================================= */

.dept-support {
  padding: 54px 0 70px;
}

.dept-support-inner {
  width: min(100%, 960px);
  margin: 0 auto;
  padding: 0 20px;
}

.dept-support-title {
  margin: 0 0 28px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #2c364b;
  text-align: center;
}

.dept-support-img-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.dept-support-img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 940px) {
  .dept-support {
    padding: 70px 0 96px;
  }

  .dept-support-inner {
    padding: 0 40px;
  }

  .dept-support-title {
    margin-bottom: 36px;
    font-size: 2.4rem;
  }

  .dept-support-img-wrap {
    max-width: 760px;
  }
}

/* =========================================
   卒業生インタビュー
   ========================================= */

.dept-interview {
  overflow: hidden;
  padding: 54px 0 64px;
  background-color: rgba(194, 214, 225, 0.2);
}

.dept-interview-inner {
  width: min(100%, 1400px);
  margin: 0 auto;
  padding: 0 8px;
}

.dept-interview-main {
  padding: 0 18px;
}

.dept-interview-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 34px;
}

.dept-interview-heading-line {
  display: none;
  flex: 1;
  height: 4px;
}

.dept-interview-heading-line--left {
  background: linear-gradient(90deg, #84bae5 0 50%, #87c796 50% 100%);
}

.dept-interview-heading-line--right {
  background: linear-gradient(90deg, #f092b5 0 50%, #e5a83f 50% 100%);
}

.dept-interview-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  font-size: clamp(1.2rem, 3.8vw, 2.6rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #2c364b;
  text-align: center;
  white-space: nowrap;
}

.dept-interview-title-icon {
  display: inline-flex;
  width: 20px;
  flex-shrink: 0;
}

.dept-interview-title-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.dept-interview-title-en {
  font-size: 0.72em;
  letter-spacing: 0.12em;
}

.dept-interview-title-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 11px;
  border: 1px solid rgba(44, 54, 75, 0.42);
  border-radius: 14px;
  font-size: 0.55em;
  font-weight: 600;
  line-height: 1.2;
}

.dept-interview-slider-wrap {
  position: relative;
}

.dept-interview-slider {
  position: relative;
  padding: 0 34px;
}

.dept-interview-slider .slick-list {
  overflow: hidden;
}

.dept-interview-slider .slick-track {
  display: flex;
}

.dept-interview-slider .slick-slide {
  display: flex;
  height: auto;
}

.dept-interview-slide,
.dept-interview-slider .slick-slide > div {
  display: flex;
  height: auto;
}

.dept-interview-card {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  margin: 0 4px;
  padding: 20px 12px 22px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #2c364b;
}

.dept-interview-card-label {
  margin: 0 0 3px;
  padding-left: 2px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.dept-interview-card-img {
  overflow: hidden;
  margin-bottom: 18px;
}

.dept-interview-card-img img {
  display: block;
  width: 100%;
}

.dept-interview-card-name-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 15px;
}

.dept-interview-card-name-primary {
  flex-shrink: 0;
  display: inline-flex;
  align-items: flex-end;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

.dept-interview-card-name-main {
  flex-shrink: 0;
}

.dept-interview-card-name-suffix {
  flex-shrink: 0;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dept-interview-card-name-en-wrap {
  flex: 1;
  min-width: 0;
  margin-left: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(44, 54, 75, 0.28);
}

.dept-interview-card-name-en {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: rgba(44, 54, 75, 0.28);
  text-align: right;
}

.dept-interview-card-text {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.dept-interview-arrow {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-top: 6px solid rgba(44, 54, 75, 0.42);
  border-left: 6px solid rgba(44, 54, 75, 0.42);
  background: transparent;
  cursor: pointer;
}

.dept-interview-arrow--prev {
  left: 4px;
  transform: translateY(-50%) rotate(-45deg);
}

.dept-interview-arrow--next {
  right: 4px;
  transform: translateY(-50%) rotate(135deg);
}

.dept-interview-slider .slick-dots {
  margin: 28px 0 0;
}

@media (min-width: 940px) {
  .dept-interview {
    padding: 70px 0 86px;
  }

  .dept-interview-inner {
    padding: 0 40px;
  }

  .dept-interview-main {
    padding: 0 78px;
  }

  .dept-interview-heading {
    gap: 18px;
    margin: 0 auto 56px;
  }

  .dept-interview-heading-line {
    display: block;
  }

  .dept-interview-title {
    gap: 9px;
    font-size: 2.4rem;
  }

  .dept-interview-title-icon {
    width: 34px;
  }

  .dept-interview-slider {
    padding: 0 62px;
  }

  .dept-interview-card {
    margin: 0 16px;
    padding: 20px 18px 24px;
    border-radius: 8px;
  }

  .dept-interview-card-label {
    font-size: 1.2rem;
  }

  .dept-interview-card-img {
    margin-bottom: 20px;
  }

  .dept-interview-card-name-primary {
    font-size: 1.6rem;
  }

  .dept-interview-card-text {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .dept-interview-arrow {
    width: 40px;
    height: 40px;
    border-width: 7px;
  }

  .dept-interview-arrow--prev {
    left: 14px;
  }

  .dept-interview-arrow--next {
    right: 14px;
  }
}
