@charset "UTF-8";
/* =========================================================
  MV-container
========================================================= */
.MV-container {
  padding-bottom: 176px;
}
.MV-container h1 {
  position: relative;
  z-index: 1;
}

/* slider
--------------------------------------------------------- */
.MV-container .slider-container {
  max-width: 1272px;
  margin: 0 auto;
  padding: 14px 10px 0;
}

.mv-splide .splide__list {
  width: 100%;
  justify-content: space-between;
}

.mv-splide .splide__slide {
  position: relative;
  flex: 0 0 100px;
  transition: flex-basis 0.4s ease;
  height: 31vw;
  max-height: 420px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.mv-splide .splide__slide + .splide__slide {
  margin-left: 16px;
}
.mv-splide .splide__slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  transition: all 0.2s ease;
}
.mv-splide .splide__slide.is-expanded::before {
  z-index: -1;
}
.mv-splide .splide__slide > a {
  display: inline;
}
.mv-splide .splide__slide > a:hover {
  opacity: 0.85;
}
.mv-splide .splide__slide > a > div {
  display: inline;
}
.mv-splide .splide__slide h2 {
  position: absolute;
  writing-mode: sideways-rl;
  color: #FFF;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  font-weight: 900;
  padding: 10px 0 0 10px;
}
.mv-splide .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.banner-slider-container {
  position: relative;
  max-width: 960px;
  margin: 34px auto 0;
}
.banner-slider-container .banner-slider {
  display: flex;
  justify-content: center;
}
.banner-slider-container .splide__track {
  width: 90%;
  max-width: 856px;
  border-radius: 8px;
}
.banner-slider-container .splide__slide {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 280 / 127;
}
.banner-slider-container .splide__slide a,
.banner-slider-container .splide__slide img {
  width: 100%;
}
.banner-slider-container .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.banner-slider-container .splide__arrows .splide__arrow--prev {
  transform: rotate(180deg);
}
.banner-slider-container .splide__arrows > .splide__arrow {
  pointer-events: auto;
}
.pc-none {
  display: none!important;
}
/* @media (min-width: 980px) {
  .mv-splide .splide__slide.is-expanded {
    flex-basis: calc(100% - 300px - 48px);
  }
  .mv-splide .splide__slide.is-expanded::before {
    opacity: 0;
  }
  .mv-splide .splide__slide.is-expanded h2 {
    display: none;
  }
} */
  .mv-splide .splide__slide.is-expanded {
    flex-basis: calc(100% - 300px - 48px);
  }
  .mv-splide .splide__slide.is-expanded::before {
    opacity: 0;
  }
  .mv-splide .splide__slide.is-expanded h2 {
    display: none;
  }
@media (max-width: 980px) {
  .MV-container {
    padding-bottom: 40vw;
  }
  /* .MV-container h1 img {
    max-width: 540px;
  }
  .splide__track {
    overflow: visible;
  }
  .mv-splide .splide__slide {
    min-height: 290px;
  }
  .mv-splide .splide__slide:not(:has(.is-active)) {
    flex: none;
  }
  .mv-splide .splide__slide:not(:has(.is-active)) + .splide__slide {
    margin-left: 0;
  }
  .mv-splide .splide__slide.is-active {
    flex-basis: auto;
  }
  .mv-splide .splide__slide.is-active::before {
    opacity: 0;
  }
  .mv-splide .splide__slide.is-active h2 {
    display: none;
  }
  .banner-slider-container .splide__arrows {
    width: 56%;
  } */
   .mv-splide .splide__slide {
      flex: 0 0 60px;
   }
   .mv-splide .splide__slide.is-expanded {
    flex-basis: calc(100% - 180px - 24px);
   }
   .mv-splide .splide__slide + .splide__slide {
    margin-left: 8px;
  }
  .banner-slider-container .splide__track {
    width: 74%;
  }
  .banner-slider-container .splide__arrows {
    width: 90%;
  }
  h1.fade-scale-top {
      width: 70%;
      margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .lp-header.is-open .header-nav {
    top: 60px;
  }
  .lp-header.is-open .header-nav {
    height: calc(100vh + 18px);
  }
  .mv-splide .splide__slide {
    min-height: 65vw;
    flex: 1;
  }
  .mv-splide .splide__slide.is-expanded {
    flex-basis: auto;
    width: 50% !important;
  }
  .mv-splide .splide__slide + .splide__slide {
    margin-left: 6px;
  }
  .banner-slider-container {
    margin-top: 16px;
  }
  .banner-slider-container .splide__arrows {
    width: 63%;
  }
  .banner-slider-container .splide__arrows img {
    width: 30px;
    height: 30px;
  }
  .mv-splide .splide__slide h2 {
    font-size: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
  }
  .mv-splide .splide__slide.is-expanded h2 {
    display: inline-block;
    color: #000;
    font-size: 1.3rem;
    text-shadow: none;
    left: 10px;
  }
  .banner-slider-container .splide__track {
    width: 90%;
  }
  .banner-slider-container .splide__arrows {
    width: 90%;
  }
  h1.fade-scale-top {
      width: 100%;
  }
  .sp-none {
    display: none!important;
  }
  .pc-none {
    display: block!important;
  }
}
/* =========================================================
  西アカのつよみ
========================================================= */
.strength {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3b48ff;
  background-image: radial-gradient(circle, #2a34ce 2px, transparent 2px), radial-gradient(circle, #2a34ce 2px, transparent 2px);
  background-position: 0 0, 12px 24px;
  background-size: 24px 48px;
  border-top: 3px solid var(--black);
  border-bottom: 3px solid var(--black);
}
.strength h2 img {
  z-index: 1;
  position: relative;
  max-height: 58px;
  margin: 0 auto;
}

/* ----- イラスト付き ----- */
.strength::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: -475px;
  right: 0;
  display: block;
  width: 100%;
  max-width: 510px;
  min-height: 475px;
  background: url(../img/strength-deco-img01.png) no-repeat bottom left/contain;
}

@media (min-width: 1441px) {
  .strength::after {
    top: -475px;
    right: 50%;
    transform: translate(144%, 0);
  }
}
@media (max-width: 980px) {
  .strength {
    padding-top: 30%;
  }
  .strength h2 {
    width: 70vw;
  }
  .strength::after {
    width: 60vw;
  }
}
.strength::before {
  content: "";
  display: block;
  position: absolute;
  top: -45%;
  left: -4%;
  width: 100%;
  max-width: 589px;
  min-height: 875px;
  background: url(../img/strength-deco-illust01.png) no-repeat bottom/contain;
}

@media (min-width: 1441px) {
  .strength::before {
    left: 50%;
    transform: translate(-130%, 0);
  }
}
@media (max-width: 980px) {
  .strength::before {
    width: 70vw;
    background-position: center;
    top: -445px;
    left: -20%;
  }
}
.strength ul {
  margin-top: 56px;
}

.strength ul li {
  position: relative;
  border-radius: 16px;
  border: 3px solid var(--black);
  background: var(--white);
}
.strength ul li + li {
  margin-top: 40px;
}
.strength ul li > div {
  padding: 32px 0 32px 32px;
}
.strength ul li h3 {
  line-height: 120%;
  padding-left: 17%;
}
.strength ul li h3 img {
  position: absolute;
  top: -43px;
  left: -50px;
}
.strength ul li > figure {
  max-height: 266px;
}
.strength ul li > figure img {
  border-radius: 0 12px 12px 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.strength ul li.sp-reverse > div {
  padding: 32px 32px 32px 0;
}
.strength ul li.sp-reverse h3 {
  padding-left: 0;
  padding-right: 17%;
}
.strength ul li.sp-reverse h3 img {
  left: auto;
  right: -50px;
}
.strength ul li.sp-reverse > figure img {
  border-radius: 12px 0 0 12px;
}
.strength ul li:last-child {
  position: relative;
}
.strength ul li:last-child::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 81px;
  left: -340px;
  display: block;
  background: url(../img/strength-deco-illust02.png) no-repeat top/contain;
  width: 511px;
  height: 524px;
}
.strength ul li:last-child::after {
  content: "";
  position: absolute;
  top: 57%;
  right: -267px;
  display: block;
  background: url(../img/strength-deco-illust03.png) no-repeat top/contain;
  width: 433px;
  height: 599px;
}

@media (max-width: 980px) {
  .strength {
    padding-bottom: 110px;
  }
  .strength ul {
    margin-top: 20px;
  }
  .strength ul li > div {
    padding: 24px;
    padding-right: 0;
  }
  .strength ul li h3 img {
    width: 100px;
    top: -30px;
    left: -16px;
  }
  .strength ul li.sp-reverse > div {
    padding-left: 0;
  }
  .strength ul li.sp-reverse h3 img {
    right: -16px;
  }
  .strength ul li:last-child::before {
    top: 107%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20%;
  }
  .strength ul li:last-child::after {
    height: 100vh;
    max-height: 670px;
    top: 74%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 22%;
  }
}
@media (max-width: 480px) {
  .strength ul li h3 img {
    top: -20px;
    left: -30px;
  }
  .strength ul li > div {
    padding: 24px;
  }
  .strength ul li > figure {
    max-height: 189px;
  }
  .strength ul li > figure img {
    border-radius: 0 0 12px 12px;
  }
  .strength ul li.sp-reverse > div {
    padding: 24px;
  }
  .strength ul li.sp-reverse > figure img {
    border-radius: 0 0 12px 12px;
  }
  .strength ul li:last-child::before {
    margin-left: -31%;
    min-width: 257px;
    width: 60vw;
    top: 106%;
  }
  .strength ul li:last-child::after {
    margin-left: 30%;
    min-width: 174px;
    width: 48vw;
    top: 97%;
  }
}
/* =========================================================
  4つのコース
========================================================= */
/* 全タブ共通
--------------------------------------------------------- */
.course {
  position: relative;
}
.course::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  /* background: url(../img/course-illust_01.png) no-repeat top / contain; */
  width: 433px;
  height: 530px;
}
.course h2 {
  width: 100%;
  max-width: 802px;
  margin: 80px auto 40px;
}
.course h2 img {
  width: 100%;
}

.course .course-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 1140px;
  min-height: 100vh;
  margin: 0 auto;
  border: 1px solid var(--black);
  border-radius: 16px;
  background: url(../img/course-bg_01.jpg) no-repeat top right/contain;
}
.course .course-content .info-tab {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--dark-black);
  background: var(--light-gray);
  border: 1px solid var(--gray);
  border-radius: 16px 16px 0 0;
}
.course .course-content .info-tab li {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 16px;
  font-size: 2rem;
  line-height: 120%;
  font-weight: bold;
  transition: all 0.3s ease;
}
.course .course-content .info-tab li.active {
  color: var(--white);
}
.course .course-content .info-tab li:first-child.active {
  background: var(--red);
}
.course .course-content .info-tab li:nth-child(2).active {
  background: var(--green);
}
.course .course-content .info-tab li:nth-child(3).active {
  background: var(--pink);
}
.course .course-content .info-tab li:last-child.active {
  background: var(--blue);
}
.course .course-content .info-tab li + li {
  border-left: 1px solid var(--gray);
}

@media (hover: hover) {
  .course .course-content .info-tab li:hover {
    color: var(--white);
  }
  .course .course-content .info-tab li:first-child:hover {
    background: var(--red);
  }
  .course .course-content .info-tab li:nth-child(2):hover {
    background: var(--green);
  }
  .course .course-content .info-tab li:nth-child(3):hover {
    background: var(--pink);
  }
  .course .course-content .info-tab li:last-child:hover {
    background: var(--blue);
  }
  .course .course-content .info-tab li + li {
    border-left: 1px solid var(--gray);
  }
}
@media (max-width: 980px) {
  .course h2 {
    max-width: 450px;
    margin-top: 26%;
    margin-bottom: 24px;
  }
  .course h2.txt-bg-white::after {
    width: 150%;
    height: 130%;
    filter: blur(28px);
  }
  .course .course-content .info-tab li {
    padding: 13px 3px;
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .course .course-content .info-tab li {
    padding: 12px 2px;
    font-size: 1rem;
  }
}
/* ----- タブパネル内 ----- */
.course .panel {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 60px 80px 80px;
  transition: opacity 0.4s ease;
}
.course .panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.course-title {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.course-title img {
  width: 100%;
  max-width: 502px;
}
.e-sports .course-title img {
  max-width: 420px;
}
.dx .course-title img {
  max-width: 470px
}
.distance .course-title img {
  max-width: 390px
}
.course-title > span {
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid var(--black);
  background: var(--white);
}
.course-title + ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.course-title + ul li {
  padding: 4px 8px;
  border-radius: 50px;
  font-size: 1.1rem;
  border: 1px solid var(--gray);
  background: var(--white);
}

.course-catch {
  margin-top: 12px;
  color: var(--black);
  font-size: 5rem;
  font-weight: 900;
  line-height: 160%;
}
.course-catch span {
  font-size: 5rem;
  font-weight: 900;
  line-height: 160%;
  color: var(--red);
}

.course-overview .course-img {
  position: relative;
  z-index: 1;
  height: fit-content;
  border-radius: 16px;
}
.course-overview .course-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 23px;
  left: -23px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  opacity: 0.7;
  background: linear-gradient(219deg, #ADFFAD 2.99%, #F9FF84 31.92%, #F4CAE7 63.11%, #94BFFF 96.56%);
}
.course-overview .course-img img {
  border-radius: 16px;
}
.course-overview .course-img-type2 {
  margin-top: 16px;
  overflow: hidden;
  border-radius: 12px;
  max-width: 300px;
}

.course-feature-list > li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--black);
}
.course-feature-list > li figure {
  width: 66px;
}

/* 授業ピックアップ */
.course-pickup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.course-pickup h3 img {
  margin-top: -8%;
  margin-left: -18%;
}

.course-class {
  position: relative;
  z-index: 1;
  top: -32px;
}
.course-class li {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 16px;
  background: var(--light-gray);
}
.course-class li figure {
  width: 33%;
  max-width: 260px;
  border-radius: 8px;
  overflow: hidden;
}
.course-class li > div {
  width: 67%;
}
.course-class li h4 {
  font-size: 2.4rem;
}
.course-class li + li {
  margin-top: 12px;
}

/* 時間割例 */
.course-timetable {
  position: relative;
  margin-top: 100px;
  padding: 24px 88px 56px;
  border-radius: 16px;
  border: 2px solid var(--black);
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
  /* フォトフレーム画像 */
}
.course-timetable > div h3 {
  position: relative;
  z-index: 2;
  max-width: 256px;
  min-width: 150px;
  width: 60%;
}
.course-timetable > div h3 + img {
  position: absolute;
  z-index: 1;
  top: -70px;
  right: -50px;
  max-width: 307px;
  min-width: 130px;
  width: 23vw;
}
.course-timetable ul li {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 24px 56px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.course-timetable ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background: var(--red);
  border-radius: 8px 0 0 8px;
}
.course-timetable ul li span {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 127px;
  color: var(--red);
  font-size: 3.4rem;
  line-height: 1;
}
.course-timetable ul li h4 {
  margin-bottom: 4px;
  font-size: 2.4rem;
  line-height: 160%;
}

/* このコースの魅力 */
.course-charm h3 {
  margin: 100px -70px 0;
}

.course-charm-bg {
  position: relative;
}
.course-charm-bg .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: -80px;
  margin-right: -80px;
}
.course-charm-bg .bg-img img {
  width: 100%;
}

/* イラストデザイン専攻 */
.panel.illust-course .course-charm-bg {
  margin-top: -12%;
  padding-top: 68%;
}

/* Eスポーツ専攻 */
.panel.e-sports .course-charm-bg {
  margin-top: 7%;
  padding-top: 12%;
}
.course-charm-esports-flex {
  padding: 20px 0;
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
  > img {
    width: 380px;
  }
  + .t-center {
    margin-top: 8px;
  }
}
/* DXビジネス */
.panel.dx .course-charm-bg {
  margin-top: -12%;
  padding-top: 68%;
}

/* 通信制学科 */
.panel.distance .course-charm-bg {
  margin-top: -12%;
  padding-top: 68%;
}

/* 在校生インタビュー */
.course-interview {
  position: relative;
  display: grid;
  grid-template-columns: 33% 1fr;
}
.course-interview h4 {
  position: absolute;
  width: 27vw;
  max-width: 355px;
  top: -10%;
  left: 0;
}
.course-interview figure {
  order: 2;
}
.course-interview > div {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 13%;
}
.course-interview h5 {
  width: 24vw;
  max-width: 280px;
  margin-left: -20px;
}
.course-interview .student-info span {
  display: block;
}
.course-interview .student-info span:first-child {
  margin-bottom: 16px;
  color: var(--pink);
  font-weight: bold;
}
.course-interview .student-info span:nth-child(2) {
  margin-bottom: 16px;
  font-weight: bold;
}
.course-interview .student-info span:last-child {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.h6-type-1 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
}

/* オープンキャンパスバナーリンク */
.open-campus-link {
  display: block;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
  border-radius: 16px;
}

@media (hover: hover) {
  .open-campus-link:hover {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 12px 0 rgba(255, 0, 21, 0.6);
  }
}
/* 出願者特典 */
.course-tokuten {
  margin-top: 90px;
  padding: 40px 80px 80px;
  border-radius: 16px;
  border: 2px solid var(--black);
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 24px 24px;
  background-repeat: repeat;
  background-position: center center;
}
.course-tokuten h3 {
  margin-bottom: 40px;
}
.course-tokuten picture img {
  transform: scale(1.1);
  transform-origin: top;
}
.course-tokuten picture + div {
  margin-top: 14%;
  padding: 24px 50px;
  border-radius: 8px;
  border: 1px solid #000;
  background: var(--white);
}
.course-tokuten picture + div h4 {
  margin-bottom: 12px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .course .panel {
    padding: 0 16px;
  }
  .course .panel.active {
    padding: 24px 16px;
  }
  .course-title {
    gap: 8px;
  }
  .course-title img {
    max-width: 322px;
  }
  .e-sports .course-title img {
    max-width: 260px;
  }
  .dx .course-title img {
    max-width: 260px;
  }
  .distance .course-title img {
    max-width: 240px
  }
  .course-title > span {
    font-size: 1.2rem;
  }
  .course-catch,
  .course-catch span {
    font-size: 3rem;
  }
  .course-overview .course-img::after {
    top: 8px;
    left: -8px;
  }
  .course-feature-list > li figure {
    width: 50px;
  }
  .course-pickup {
    position: relative;
    z-index: 1;
    margin-top: 6%;
  }
  .course-pickup h3 {
    width: 115%;
  }
  .course-pickup h3 img {
    margin-top: -5%;
    margin-left: -16px;
  }
  .course-pickup > img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10px;
    width: 65%;
  }
  .course-class {
    top: 0;
    margin-top: 10px;
  }
  .course-timetable {
    padding: 24px 16px 32px;
  }
  .course-charm h3 {
    margin: 40px 0 16px;
  }
  .course-charm-bg .bg-img {
    margin-left: -16px;
    margin-right: -16px;
  }
  .panel.illust-course .course-charm-bg {
    margin-top: -40px;
    padding-top: 70%;
  }
  .course-interview {
    grid-template-columns: 26% 1fr;
  }
  .course-interview h4 {
    left: 16px;
  }
  .course-interview .student-info span:last-child {
    font-size: 3.2rem;
  }
  .h6-type-1 {
    font-size: 1.8rem;
  }
  .course-tokuten {
    margin-top: 40px;
    padding: 24px 16px 32px;
  }
  .course-tokuten picture img {
    transform: scale(1);
  }
  .course-tokuten picture + div {
    margin-top: 40px;
    padding: 20px 16px;
  }
  .course-tokuten picture + div h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .course-catch,
  .course-catch span {
    font-size: 2.8rem;
  }
  .course-class li {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .course-class li figure,
  .course-class li > div {
    width: 100%;
    max-width: none;
  }
  .course-class li h4 {
    font-size: 1.8rem;
  }
  .course-feature-list > li {
    gap: 12px;
    padding: 8px;
  }
  .course-feature-list > li figure {
    width: 34px;
    min-width: 34px;
  }
  .course-timetable ul li {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
  .course-timetable ul li::before {
    width: 100%;
    height: 5px;
    border-radius: 8px 8px 0 0;
  }
  .course-timetable ul li span {
    font-size: 2.7rem;
    justify-content: center;
  }
  .course-timetable ul li h4 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.4;
  }
  .course-charm-bg .bg-img {
    transform: scale(1.5);
    transform-origin: top;
  }
  .panel.illust-course .course-charm-bg {
    padding-top: 116%;
  }
  /* Eスポーツ専攻 */
  .panel.e-sports .course-charm-bg {
    margin-top: 10%;
    padding-top: 30%;
  }
  .course-charm-esports-flex {
    > img {
      width: 80%;
    }
  }
  /* DX専攻 */
  .panel.dx .course-charm-bg {
      padding-top: 116%;
  }
  /* 通信専攻 */
  .panel.distance .course-charm-bg {
      padding-top: 116%;
    .bg-img {
      transform-origin: left top;
    }
  }
  
  .course-timetable > div h3 + img {
    top: -100px;
    right: -12px;
    min-width: 120px;
  }
  .course-interview {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .course-interview h4 {
    top: -18%;
    left: -10px;
    width: 50vw;
    max-width: 165px;
  }
  .course-interview figure {
    order: 1;
  }
  .course-interview > div {
    order: 2;
    flex-direction: row;
    gap: 10px;
  }
  .course-interview h5 {
    width: 40%;
    margin-left: 0;
    transform: translateX(-7px) scale(1.1);
  }
  .course-interview .student-info {
    width: calc(60% - 10px);
  }
  .course-interview .student-info span:first-child,
  .course-interview .student-info span:nth-child(2) {
    margin-bottom: 8px;
  }
  .open-campus-link {
    max-width: 300px;
  }
}
/* =========================================================
  オープンキャンパス
========================================================= */
.open-campus {
  margin-top: 120px;
  padding: 116px 16px 146px;
  background: url(../img/open-campus-bg_04.jpg) no-repeat bottom/cover;
}
.open-campus .sec-title-box {
  max-width: 800px;
  margin: 0 auto 100px;
}
.open-campus .sec-title-box p {
  margin-top: 60px;
}
.open-campus .schedule-content {
  max-width: 1140px;
  margin: 0 auto;
}
.open-campus .schedule-content h3 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 900;
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.schedule-list li {
  display: grid;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.schedule-list a {
  width: 100%;
}
.schedule-list .thumb-img {
  position: relative;
  height: 170px;
  overflow: hidden;
}
.schedule-list .thumb-img > div {
  position: absolute;
  bottom: 0;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.schedule-list .thumb-img span {
  display: block;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
}
.schedule-list .thumb-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.schedule-list .thumb-img .year {
  font-size: 1.6rem;
}
.schedule-list .thumb-img .date {
  margin-top: 8px;
  font-size: 4rem;
}
.schedule-list .thumb-img .week {
  margin-top: 8px;
  font-size: 1.3rem;
}
.schedule-list .thumb-img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.schedule-list .event-date {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.schedule-list .event-date p span:not([class]) {
  display: inline-block;
  padding: 2px;
  font-size: 1rem;
  line-height: 100%;
  color: var(--black);
  border: 1px solid var(--black, #333);
}
.schedule-list .event-date p span {
  font-size: 1.2rem;
}
.schedule-list .title {
  font-weight: bold;
  margin-bottom: 14px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
.schedule-list .text {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}

.open-campus-more {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 600px;
  min-height: 120px;
  margin: 48px auto 80px;
  padding: 16px 40px;
  align-items: center;
  border-radius: 67px;
  border: 3px solid var(--red);
  background: var(--red);
  transition: all 0.4s ease;
}
.open-campus-more span {
  text-align: center;
  font-size: 2.8rem;
  color: var(--white);
  font-weight: 900;
  line-height: 160%;
}
.open-campus-more .arrow {
  content: "";
  position: absolute;
  right: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.open-campus-more::after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border-top: 3px solid var(--red);
  border-right: 3px solid var(--red);
  right: 58px;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}

@media (hover: hover) {
  .open-campus-more:hover {
    background: var(--white);
    opacity: 1;
  }
  .open-campus-more:hover span {
    color: var(--red);
  }
  .open-campus-more:hover .arrow {
    background: var(--red);
  }
  .open-campus-more:hover::after {
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
  }
}
.open-campus .tokuten-box {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 16px;
  border-radius: 16px;
  background: var(--white);
}
.open-campus .tokuten-box::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 12px;
  display: block;
  width: 20vw;
  max-width: 231px;
  min-height: 188px;
  background: url(../img/open-campus-fukidashi_01.svg) no-repeat top/contain;
}
.open-campus .tokuten-box h3 {
  max-width: 460px;
  margin: 0 auto 20px;
  padding: 13px 40px;
  border-radius: 8px;
  background: var(--red, #FF1D25);
}
.open-campus .tokuten-box h3 + p {
  margin-bottom: 24px;
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
}
.open-campus .tokuten-box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 747px;
  margin: 0 auto;
}
.open-campus .tokuten-box ul li {
  height: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px dashed var(--black);
}
.open-campus .tokuten-box ul li:first-child {
  background: var(--light-blue);
}
.open-campus .tokuten-box ul li:last-child {
  background: var(--light-pink);
}
.open-campus .tokuten-box ul li h4 {
  font-size: 1.6rem;
  text-align: center;
}
.open-campus .tokuten-box ul li p {
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 160%;
}
.open-campus .tokuten-box > p:last-child a {
  display: inline-block;
  margin: 0 4px;
  text-decoration: underline;
  color: var(--red);
}

@media (max-width: 980px) {
  .open-campus {
    margin-top: 60px;
    padding: 10% 16px 180px;
  }
  .open-campus .sec-title-box {
    margin: 0 auto 56px;
  }
  .open-campus .sec-title-box p {
    margin-top: 24px;
  }
  .schedule-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .open-campus .tokuten-box h3 {
    width: 50vw;
  }
}
@media (max-width: 480px) {
  .open-campus {
    background: url(../img/open-campus-bg_04_sp.jpg) no-repeat bottom/cover;
  }
  .open-campus .schedule-content h3 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .schedule-list {
    grid-template-columns: 1fr;
  }
  .open-campus-more {
    min-height: auto;
    margin: 32px auto 60px;
  }
  .open-campus-more span {
    font-size: 1.8rem;
  }
  .open-campus-more .arrow {
    width: 25px;
    height: 25px;
    right: 12px;
  }
  .open-campus-more::after {
    width: 8px;
    height: 8px;
    right: 22px;
  }
  .open-campus .tokuten-box h3 {
    width: 100%;
  }
  .open-campus .tokuten-box h3 + p {
    width: 70%;
    margin-top: 8%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 8%;
    font-size: 1.8rem;
  }
  .open-campus .tokuten-box::before {
    top: 18%;
    left: -12px;
    width: 37vw;
  }
  .open-campus .tokuten-box ul {
    grid-template-columns: 1fr;
  }
  .open-campus .tokuten-box ul li p {
    min-height: auto;
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
/* =========================================================
  体験授業例
========================================================= */
h2.dela-font {
  padding: 38px 16px;
  font-size: 6rem;
  color: var(--white);
  text-align: center;
}

.trial .dela-font {
  background: #3B48FF;
}

.trial ul {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media (max-width: 980px) {
  h2.dela-font {
    font-size: 4rem;
  }
  .trial ul {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  h2.dela-font {
    padding: 24px 16px;
    font-size: 3rem;
  }
  .trial ul {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .trial ul li:nth-child(4) h3 {
    min-height: 45px;
  }
}
/* =========================================================
  過去のイベント
========================================================= */
.event-archive {
  padding-bottom: 220px;
}
.event-archive .dela-font {
  background: #F06;
}
.event-archive .event-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-top: 72px;
  margin-bottom: 120px;
}
.event-archive li:first-child,
.event-archive li:nth-child(2) {
  width: calc(50% - 16px);
}
.event-archive li:nth-child(3) {
  width: calc(70% - 32px);
}
.event-archive li:nth-child(3) ul {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.event-archive li:nth-child(3) ul li {
  width: calc(50% - 6px);
}
.event-archive li:last-child {
  width: 30%;
}
.event-archive li:nth-child(3) .img-box,
.event-archive li:last-child .img-box {
  height: 240px;
  overflow: hidden;
}
.event-archive li:nth-child(3) .img-box img,
.event-archive li:last-child .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-archive .open-campus-more {
  margin-top: 0;
  margin-bottom: 0;
}
.event-archive .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.event-archive .category {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 8px;
  color: var(--white);
  font-weight: 900;
  border-radius: 14px;
  line-height: 1;
  text-align: center;
}
.event-archive .category.illust {
  background: var(--red);
}
.event-archive .category.e-sports {
  background: #20C200;
}
.event-archive .category.dx {
  background: var(--pink);
}
.event-archive .text-box {
  margin-top: 16px;
}
.event-archive .text-box h3 {
  font-size: 2.4rem;
  margin-bottom: 8px;
  line-height: 120%;
}

@media (max-width: 980px) {
  .event-archive {
    padding-bottom: 120px;
  }
  .event-archive .event-list {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .event-archive li:nth-child(3) .img-box,
  .event-archive li:last-child .img-box {
    height: 150px;
  }
  .event-archive .text-box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .event-archive {
    padding-bottom: 80px;
  }
  .event-archive .event-list {
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .event-archive li:first-child,
  .event-archive li:nth-child(2),
  .event-archive li:nth-child(3),
  .event-archive li:last-child {
    width: 100%;
  }
}
/* =========================================================
  アクセス
========================================================= */
.access-contents {
  padding: 80px 87px 140px;
  background: var(--black, #333);
  color: var(--white);
}
.access-contents iframe {
  height: 100%;
  max-height: 733px;
  min-height: 300px;
}

.access-contents h2 {
  margin-bottom: 20px;
  font-size: 6rem;
  line-height: 1;
  padding-top: 0!important;
  padding-left: 0!important;
}
.access-contents h3 {
  margin-bottom: 12px;
  font-size: 2.4rem;
}
.access-contents .phone-num {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: 700;
}

.train-box {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
  padding: 10px;
  font-weight: 700;
  color: var(--black);
  background: var(--white);
}
.train-box p {
  font-size: 2.3rem;
}

.access-img {
  margin-top: 24px;
  padding: 16px 24px;
  background: var(--white);
}

@media (max-width: 980px) {
  .access-contents {
    padding: 40px 16px 80px;
  }
  .access-contents h2 {
    margin-bottom: 16px;
    font-size: 3rem;
  }
  .access-contents h3 {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .access-contents .phone-num {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  .train-box {
    margin: 24px 0;
  }
  .train-box p {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  footer .footer ul.footer-sns-links li a {
    width: 16.5vw;
    height: 16.5vw;
  }
  footer .footer ul.footer-sns-links li a p.sns-text {
    font-size: 0.8rem;
  }
}