@charset "utf-8";
/* h1 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
/* MV */
.mv {
  position: relative;
  width: 100%;
}
.mv__box {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.mv__box-inner {
  height: 100%;
  background: #DFDCD1;
  border-radius: 20px;
}
.mv-area {
  position: relative;
  height: 100%;
}
.mv-img-01 {
  display: none;
}
.mv-img-02 {
  position: absolute;
  bottom: 52%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 319px;
}
.mv-img-03 {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 321px;
}
.mv-ttl {
  padding: 94px 0 0;
  text-align: center;
}
.mv-ttl img {
  display: inline;
  width: 319px;
}
.swiper.mv_slide {
  width: 100%;
  padding: 108px 0 201px;
}
.mv_slide .swiper-wrapper {
  /* ループに必須 */
  transition-timing-function: linear;
}
.mv_slide .swiper-slide {
  max-width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  border: solid 5px #fff;
  overflow: hidden;
}
.mv_slide .swiper-slide img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 769px) {
  .mv__box-inner {
    height: 100%;
  }
  .swiper.mv_slide {
    padding: 10px 0 200px;
  }
  .mv_slide .swiper-slide {
    max-width: 450px;
  }
  .mv-img-01 {
    position: absolute;
    bottom: 57.8%;
    left: 0;
    display: block;
    z-index: 1;
    width: 23.25%;
  }
  .mv-img-02 {
    position: absolute;
    bottom: 58.3%;
    left: auto;
    right: 0;
    transform: none;
    z-index: 1;
    width: 31.4%;
  }
  .mv-img-03 {
    bottom: 30px;
    width: 28.9%;
  }
  .mv-ttl img {
    display: inline;
    width: 530px;
  }
}
@media only screen and (min-width: 1280px) {
  .mv {
    height: 100vh;
  }
  .mv__box {
    padding: 20px;
  }
  .mv-img-03 {
    bottom: 10px;
    width: 28.9%;
  }
  .mv-ttl {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 43%;
    padding: 0;
  }
  .mv-ttl img {
    width: 100%;
  }
  .swiper.mv_slide {
    position: absolute;
    top: 35%;
    z-index: 2;
    padding: 0;
  }
  .mv_slide .swiper-slide {
    max-width: 360px;
    border: solid 10px #fff;
  }
}
/* event-list */
.event-list-ttl__en {
  margin: 0;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #EB0A1E;
  text-align: center;
  white-space: nowrap;
}
.event-list-ttl__ja {
  margin: 6px 0 0;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #222;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .event-list-ttl__en {
    font-size: clamp(47px, 6.12vw, 80px);
  }
  .event-list-ttl__ja {
    font-size: clamp(21px, 2.34vw, 30px);
  }
}
@media only screen and (min-width: 1280px) {
  .event-list-ttl__en {
    font-size: 80px;
  }
  .event-list-ttl__ja {
    font-size: 30px;
  }
}
/* イベント一覧 */
.event-list {
  margin: 15px 10px 0;
  padding: 50px 0 60px;
  background: #DFDCD1;
  border-radius: 20px;
}
.event-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
/* --- カード --- */
.event-list__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  height: 100%;
  padding: 23px 14px 13px;
  background: #fff;
  border: 2px solid #222;
  border-radius: 10px;
}
/* --- 画像エリア --- */
.event-list__img-wrap {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  text-align: center;
}
.event-list__img {
  display: inline-block;
  width: 120px;
  object-fit: cover;
}
.event-list__label {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: auto;
}
/* --- コンテンツエリア --- */
.event-list__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-width: 0;
}
.event-list__txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.event-list__ttl {
  margin: 0;
  font-size: clamp(11px, 1.87vw, 24px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.event-list__en {
  display: block;
  font-size: clamp(12px, 2.5vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  -webkit-text-stroke: 1px #222;
}
/* --- カラーバリエーション --- */
.event-list__item--blue .event-list__en { color: #3DA7EE; }
.event-list__item--green .event-list__en { color: #5DB072; }
.event-list__item--yellow .event-list__en { color: #FAC500; }
.event-list__item--red .event-list__en { color: #E5606C; }
.event-list__item--orange .event-list__en { color: #F68300; }
.event-list__item--purple .event-list__en { color: #C481E1; }
/* --- ボタン --- */
.event-list__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 120px;
  width: 100%;
  margin: 15px auto 0;
  padding: 3.5px 12px 3.5px 14px;
  background: #222;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
}
.event-list__btn-txt {
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: 700;
  color: #fff;
}
.event-list__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 7px;
}
.event-list__btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .event-list__list {
    gap: clamp(16px, 2vw, 24px);
  }
  .event-list__card {
    gap: 10px;
    padding: 30px;
  }
  .event-list__img-wrap {
    /* width: clamp(120px, 18vw, 220px); */
    width: auto;
    flex-shrink: 0;
  }
  .event-list__img {
    width: clamp(120px, 20vw, 260px);
    border-radius: 10px;
  }
  .event-list__label {
    width: clamp(70px, 11.4vw, 146px);
    top: -18px;
  }
}
@media (min-width: 1024px) {
  .event-list__card {
    flex-direction: row;
    gap: 16px;
    border-radius: 16px;
  }
  .event-list__txt-wrap {
    margin: 15px 0 0;
  }
}
@media (min-width: 1280px) {
  .event-list {
    margin: 20px 20px 0;
    padding: 100px 0 120px;
  }
  .event-list__list {
    gap: 30px 40px;
    margin: 60px 0 0;
  }
  .event-list__img {
    width: 260px;
  }
  .event-list__label {
    width: 146px;
    top: -20px;
  }
  .event-list__btn {
    max-width: 220px;
    margin: auto;
    padding: 8px 22px 8px 17px;
  }
  .event-list__btn-icon {
    width: 11px;
  }
}
/* --- 基本セクション --- */
.main-sec {
  padding: 0 10px;
}
.main-sec + .main-sec {
  margin: 15px 0 0;
}
.main-sec__bg {
  border-radius: 20px;
  background: #B3D4DC;
}
.main-sec__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
.main-sec_ttl__en {
  font-size: 47px;
  text-align: center;
  line-height: 1.1;
}
.main-sec_ttl__ja {
  font-size: 21px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main-sec {
    padding: 0 20px;
  }
  .main-sec + .main-sec {
    margin: 20px 0 0;
  }
  .main-sec__inner {
    padding: clamp(60px, 6vw, 100px) clamp(20px, 4vw, 60px);
  }
  .main-sec_ttl__en {
    font-size: clamp(47px,6.25vw,80px);
  }
  .main-sec_ttl__ja {
    font-size: clamp(21px,2.34vw,30px);
  }
}
@media (min-width: 1280px) {
  .main-sec__inner {
    padding: 100px 0 120px;
  }
  .main-sec_ttl__en {
    font-size: 80px;
  }
  .main-sec_ttl__ja {
    font-size: 30px;
  }
}
/* 学科を詳しく知る！ */
.department {
  margin: 60px 0 0;
}
.department__bg {
  background: #B3D4DC;
  border-radius: 20px 20px 0 0;
}
.department__inner {
  padding: 50px 0 0;
}
.department_ttl .main-sec_ttl__en {
  color: #EB0A1E;
}
.department_ttl .main-sec_ttl__ja {
  color: #222;
}
@media only screen and (min-width: 768px) {
  .department__bg {
    border-radius: 20px;
  }
  .department__inner {
    padding: clamp(60px, 6vw, 100px) clamp(20px, 4vw, 60px);
  }
}
@media (min-width: 1280px) {
  .department {
    margin: 120px 0 0;
  }
  .department__inner {
    padding: 100px 0 120px;
  }
}
.department__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 10px 0 0;
  padding: 0 10px;
  gap: 10px 0;
}
.department__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px 60px;
}
.department__item:nth-child(n) /* 共通 */
.department__btn {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% + 10px);
  aspect-ratio: 2.55 / 1;
  min-height: 70px;
  padding: 10px 20px 10px 10px;
}
.department__item:nth-child(odd) /* 奇数 */
.department__btn {
  left: -10px;
}
.department__item:nth-child(even) /* 偶数 */
.department__btn {
  right: -10px;
}
.department__btn::before {
  position: absolute;
  /* top: 20px; */
  top: 30%;
  right: 10px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #222222;
  border-radius: 50%;
  background: #fff url("../../images/common/icon__link.svg") no-repeat center / 6px;
}
/* ボタンのカラーバリエーション */
.department__item--01 .department__btn { background: #EB0A1E; }
.department__item--02 .department__btn { background: #004DA0; }
.department__item--03 .department__btn { background: #FAC500; } .department__item--03 .department__btn__ja { color: #222; } 
.department__item--04 .department__btn { background: #EA6000; }
.department__item--05 .department__btn { background: #009FE8; }
.department__item--06 .department__btn { background: #009844; }

.department__btn span {
  white-space: nowrap;
}
.department__btn__ja {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  line-height: 1;
}
.department__btn__en {
  font-size: 10px;
  color: #fff;
  margin: 5px 0 0;
  line-height: 1;
}
.department__btn__en--br {
  display: none;
}
@media only screen and (min-width: 480px) {
  .department__btn::before {
    width: 30px;
    height: 30px;
    background: #fff url("../../images/common/icon__link.svg") no-repeat center / 14px;
  }
}
@media only screen and (min-width: 768px) {
  .department__list {
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    padding: 0;
  }
  .department__item {
    flex-direction: row;
    align-items: center;
    padding: 0;
    transition: 0.5s;
  }
  .department__item:hover {
    transform: scale(1.05);
  }
  .department__item:nth-child(n)
  .department__btn {
    position: absolute;
    width: 85%;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 90px;
    border: 2px solid #222222;
    padding: 0 2.6em 0 7%;
  }
  .department__btn::before {
    top: auto;
    right: 10px;
  }
  .department__btn__ja {
    font-size: clamp(13px, 1.4vw,18px);
  }
  .department__btn__en {
    font-size: clamp(10px, 1.1vw,15px);
  }
  .department__btn__en--br {
    display: block;
  }
}
@media (min-width: 1280px) {
  .department__list {
    max-width: 1200px;
    gap: 24px;
    margin: 100px auto 0;
  }
  .department__item:nth-child(n) 
  .department__btn {
    bottom: 53px;
    height: 125px;
    border-radius: 125px;
  }
  .department__btn::before {
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff url("../../images/common/icon__link.svg") no-repeat center / 16px;
  }
  .department__btn__ja {
    font-size: 24px;
  }
  .department__btn__en { 
    font-size: 18px;
    margin: 8px 0 0;
  }
}
@media (min-width: 1500px) {
  .department__list {
    max-width: none;
    width: 1288px;
    gap: 36px;
  }
}

/* イベント申込 */
/* イベント一覧 */
.event {
  padding: 40px 20px 60px;
}
.event__inner {
  max-width: 1650px;
  margin: 0 auto;
}
.event__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --- Item --- */
.event__item {
  display: flex;
  flex-direction: column;
}
/* --- Head --- */
.event__ttl {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
}
.event__en {
  display: block;
  font-size: clamp(13px, 1.32vw, 17px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-align: center;
  -webkit-text-stroke: 1px #222;
}
/* --- カラーバリエーション --- */
.event__item--blue .event__en { color: #3DA7EE; }
.event__item--green .event__en { color: #5DB072; }
.event__item--yellow .event__en { color: #F6CD00; }
.event__item--red .event__en { color: #E5606C; }
.event__item--orange .event__en { color: #F68300; }
.event__item--purple .event__en { color: #C481E1; }
/* --- Illust --- */
.event__img-wrap {
  flex: 1;
  display: grid;
  place-content: center;
}
.event__img {
  display: block;
  width: 100%;
  height: auto;
}
/* --- Foot / Button --- */
.event__foot {
  text-align: center;
}
.event__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 156px;
  padding: 8px 11px 6px 15px;
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 9999px;
  box-shadow: 0 2px 0 #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.event__btn:hover {
  box-shadow: none;
  transform: translateY(2px);
  transition: all 0.3s ease;
}
.event__btn-txt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #222;
  white-space: nowrap;
}
.event__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #222;
  border-radius: 50%;
}
.event__btn-icon img {
  display: block;
  width: 9px;
  height: 9px;
}
/* ボタンアイコンのカラーバリエーション */
.event__item--blue .event__btn-icon { background: #3DA7EE; }
.event__item--green .event__btn-icon { background: #5DB072; }
.event__item--yellow .event__btn-icon { background: #F6CD00; }
.event__item--red .event__btn-icon { background: #E5606C; }
.event__item--orange .event__btn-icon { background: #F68300; }
.event__item--purple .event__btn-icon { background: #C481E1; }
@media (min-width: 768px) {
  .event {
    padding: clamp(40px, 5vw, 80px) clamp(20px, 4vw, 60px);
  }
  .event__list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px) clamp(16px, 2.5vw, 32px);
  }
  .event__ttl {
    font-size: clamp(17px, 2vw, 26px);
  }
  .event__en {
    font-size: clamp(13px, 1.56vw, 20px);
  }
}
@media (min-width: 1280px) {
  .event {
    padding: 80px 60px;
  }
  .event__btn {
    max-width: 224px;
    padding: 15px 18px 14px 23px;
    box-shadow: 0 3px 0 #1a1a1a;
  }
  .event__btn:hover {
    transition: all 0.3s ease;
  }
  .event__btn-icon {
    width: 30px;
    height: 30px;
  }
  .event__btn-icon img {
    width: 12px;
    height: 12px;
  }
  .event__btn-txt {
    font-size: 18px;
  }
}
@media (min-width: 1650px) {
  .event__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 0 24px;
  }
}
/* スケジュール */
.schedule {
  margin: 0 10px;
  padding: 50px 0 60px;
  border-radius: 20px;
  background: #B3D4DC;
}
@media (min-width: 1280px) {
  .schedule {
    margin: 0 20px;
    padding: 100px 0 120px;
  }
}
/* タイトル */
/* スケジュール タイトルエリア */
.schedule-ttl {
  text-align: center;
}
.schedule-ttl__inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* --- SCHEDULE --- */
.schedule-ttl__en {
  margin: 0;
  font-size: 47px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: #fff;
}
/* --- スケジュール --- */
.schedule-ttl__ja {
  margin: 6px 0 0;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #1a1a1a;
}
/* --- 凡例ボックス --- */
.schedule-ttl__legend {
  display: inline-block;
  max-width: 312px;
  margin: 20px 0 0;
  padding: 12px 9px 12px 20px;
  background: #fff;
  border-radius: 8px;
}
.schedule-ttl__legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --- 凡例アイテム --- */
.schedule-ttl__legend-item {
  display: flex;
  align-items: center;
  gap: 3px;
}
.schedule-ttl__legend-dot {
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid #222 1px;
}
.schedule-ttl__legend-txt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #1a1a1a;
}
/* --- ドットカラー --- */
.schedule-ttl__legend-item--blue .schedule-ttl__legend-dot { background: #3DA7EE; }
.schedule-ttl__legend-item--green .schedule-ttl__legend-dot { background: #5DB072; }
.schedule-ttl__legend-item--yellow .schedule-ttl__legend-dot { background: #F6CD00; }
.schedule-ttl__legend-item--purple .schedule-ttl__legend-dot { background: #C481E1; }
.schedule-ttl__legend-item--red .schedule-ttl__legend-dot { background: #E5606C; }
.schedule-ttl__legend-item--pink .schedule-ttl__legend-dot { background: #FF91B3; }
@media (min-width: 768px) {
  .schedule-ttl__legend {
    max-width: 600px;
    margin: 40px 0 0;
    padding: 20px 40px;
    border-radius: 15px;
  }
  .schedule-ttl__en {
    font-size: clamp(47px, 6.12vw, 80px);
  }
  .schedule-ttl__ja {
    font-size: clamp(21px, 2.34vw, 30px);
  }
  .schedule-ttl__legend-list {
    gap: 23px 40px;
  }
  .schedule-ttl__legend-txt {
    font-size: clamp(12px, 1.56vw, 20px);
  }
  .schedule-ttl__legend-dot {
    width: clamp(12px, 1.56vw, 20px);
    height: clamp(12px, 1.56vw, 20px);
  }
}
@media (min-width: 1280px) {
  .schedule-ttl__en {
    font-size: 80px;
  }
  .schedule-ttl__ja {
    font-size: 30px;
  }
  .schedule-ttl__legend {
    max-width: 646px;
    margin: 60px 0 0;
    padding: 30px 50px 30px 60px;
    border-radius: 20px;
  }
  .schedule-ttl__legend-item {
    gap: 10px;
  }
  .schedule-ttl__legend-txt {
    font-size: 20px;
  }
  .schedule-ttl__legend-dot {
    width: 20px;
    height: 20px;
  }
}
/* --- SP タブ --- */
.schedule__tabs {
  display: flex;
  margin: 24px 0;
}
.schedule__tab {
  width: 50%;
  position: relative;
  padding: 10px 24px 14px;
  background: transparent;
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  cursor: pointer;
}
.schedule__tab:nth-child(1) {
  border-left: none;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  border-radius: 0 0 10px 0;
}
.schedule__tab:nth-child(2) {
  border-radius: 0 0 0 10px;
}
.schedule__tab:nth-child(1).is-active {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: -3px;
}
.schedule__tab:nth-child(2).is-active {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: -3px;
}
.schedule__tab-year {
  font-size: clamp(28px, 8vw, 40px);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}
.schedule__tab.is-active .schedule__tab-year {
  color: #222;
}
.schedule__year {
  display: none;
}
/* --- year-block の表示制御（SP） --- */
.schedule__year-block {
  display: none;
}
.schedule__year-block.is-active {
  display: block;
}
.schedule__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --- Item --- */
.schedule__item {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .schedule__item {
    margin: 20px 0 0;
  }
}
/* --- Button --- */
.schedule__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 16px 16px 24px;
  background: #fff;
  border: 2.5px solid #1a1a1a;
  border-radius: 100px;
  box-shadow: 0 5px 0 #1a1a1a;
  cursor: pointer;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
}
.schedule__btn[aria-expanded="true"] {
  box-shadow: none;
  transform: translateY(5px);
}
.schedule__btn-ttl {
  font-size: clamp(26px, 3.1vw, 40px);
  font-weight: 900;
  line-height: 1;
  color: #1a1a1a;
}
.schedule__btn-year {
  margin: 0 5px 0 0;
  font-size: 13px;
  font-weight: 900;
  vertical-align: baseline;
  letter-spacing: 0;
}
.schedule__btn-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #F6CD00;
  border: solid #222 1px;
  border-radius: 50%;
}
.schedule__arrow {
  display: block;
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
}
.schedule__btn[aria-expanded="true"] .schedule__arrow {
  transform: rotate(180deg);
}
/* --- Panel --- */
.schedule__panel {
  overflow: hidden;
}
.schedule__panel[hidden] {
  display: none;
}
.schedule__panel--animating {
  display: block;
}
.schedule__calendar {
  padding: 12px 0 4px;
}
.schedule__calendar img {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 20px;
}
@media (min-width: 768px) {
  /* PC時はタブ非表示・Grid 2カラム表示 */
  .schedule__tabs {
    display: none;
  }
  .schedule__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 clamp(40px, 4vw, 60px);
  }
  .schedule__year-block {
    display: block;
    margin: 81px 0 0;
  }
  .schedule__year {
    display: block;
    margin: 0 0 16px;
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1;
    color: #1a1a1a;
  }
  .schedule__btn {
    padding: clamp(16px, 1.5vw, 22px) clamp(16px, 1.5vw, 22px) clamp(16px, 1.5vw, 22px) clamp(24px, 2vw, 32px);
  }
  .schedule__item:hover .schedule__btn {
    box-shadow: none;
    transform: translateY(5px);
    transition: all 0.3s ease;
  }
  .schedule__btn-year {
    font-size: 20px;
  }
  .schedule__btn-icon {
    width: 30px;
    height: 30px;
  }
  .schedule__arrow {
    width: 10px;
    height: 6px;
  }
}
@media (min-width: 1280px) {
  .schedule {
    padding: 100px 60px 120px;
  }
}
/* PICKUP EVENT */
.pickup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100vh;
}
/* --- サイドナビ --- */
.pickup__nav {
  width: 83%;
  max-width: 768px;
  flex-shrink: 0;
  align-self: flex-start;
  margin: 0 auto;
}
.pickup__side-nav {
  margin: 60px 0 0;
  transition: all 0.3s ease;
}
.pickup__side-nav__ttl-wrap {
  padding: 10px 12px 0;
  text-align: center;
  border-radius: 30px;
  border: solid 2px #222222;
  cursor: pointer;
}
.pickup__side-nav.open .pickup__side-nav__ttl-wrap {
  border-top: solid 2px #222222;
  border-left: solid 2px #222222;
  border-right: solid 2px #222222;
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
}
.pickup__side-nav__ttl-inner {
  position: relative;
  padding: 0 0 9px;
}
.pickup__side-nav.open .pickup__side-nav__ttl-inner {
  border-bottom: solid 2px #222222;
}
.pickup__side-nav__hamburger {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 23px;
  height: 17.5px;
}
.pickup__side-nav__hamburger span:first-child {
  position: absolute;
  display: inline-block;
  background: #EB0A1E;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.pickup__side-nav__hamburger span:nth-child(2) {
  position: absolute;
  display: inline-block;
  background: #EB0A1E;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
}
.pickup__side-nav__hamburger span:last-of-type {
  position: absolute;
  display: inline-block;
  background: #EB0A1E;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.pickup__side-nav__ttl__en {
  color: #EB0A1E;
  font-size: 24px;
}
.pickup__side-nav__ttl__ja {
  display: none;
}
@keyframes show{
	from{
		opacity: 0;
	}
	to{
    	opacity: 1;
	}
}
.pickup__side-nav__list {
  display: none;
  flex-direction: column;
  gap: 15px 0;
  padding: 19px 22px 18px;
  border-left: solid 2px #222222;
  border-right: solid 2px #222222;
  border-bottom: solid 2px #222222;
  border-radius: 0 0 25px 25px;
  animation: show 1s linear 0s;
}
.pickup__side-nav.open .pickup__side-nav__list {
  display: flex;
}
.pickup__side-nav__item {
  position: relative;
}
.pickup__side-nav__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  padding: 0 0 0 34px;
}
.pickup__side-nav__icon {
  display: block;
  position: absolute;
  background: url(../../images/common/icon__arrow-down.svg) center center / 7px no-repeat;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #222222;
}
.side-nav__item_01 .pickup__side-nav__icon {
  background-color: #3DA7EE;
}
.side-nav__item_02 .pickup__side-nav__icon {
  background-color: #5DB072;
}
.side-nav__item_03 .pickup__side-nav__icon {
  background-color: #F6CD00;
}
.side-nav__item_04 .pickup__side-nav__icon {
  background-color: #E5606C;
}
.side-nav__item_05 .pickup__side-nav__icon {
  background-color: #F68300;
}
.side-nav__item_06 .pickup__side-nav__icon {
  background-color: #C481E1;
}
.pickup__side-nav__ja {
  font-size: 16px;
  font-weight: bold;
}
.pickup__side-nav__en {
  font-size: 12px;
  line-height: 1;
  -webkit-text-stroke: 1px #000;
}
.side-nav__item_01 .pickup__side-nav__en {
  color: #3DA7EE;
}
.side-nav__item_02 .pickup__side-nav__en {
  color: #5DB072;
}
.side-nav__item_03 .pickup__side-nav__en {
  color: #F6CD00;
}
.side-nav__item_04 .pickup__side-nav__en {
  color: #E5606C;
}
.side-nav__item_05 .pickup__side-nav__en {
  color: #F68300;
}
.side-nav__item_06 .pickup__side-nav__en {
  color: #C481E1;
}
.side-nav__item_06 .pickup__side-nav__en br {
  display: none;
}
/* --- メインコンテンツ --- */
.pickup__main {
  flex: 1;
  min-width: 0;
  padding: 40px 0 0;
  width: 100%;
}
/* --- 「注目のイベント」セクション --- */
.pickup__section {
  margin: 60px 0 0 0;
}
.pickup__section:first-child {
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .pickup__section {
    margin: 120px 0 0 0;
  }
  .side-nav__item_06 .pickup__side-nav__en br {
    display: block;
  }
}
/* セクションタイトル部分 */
/*
オープンキャンパス open-campus
*/
.event-head {
  padding: 0 0 35px 30px;
}
.event-head__img {
  display: block;
  width: clamp(130px, 47.936px + 21.88vw, 216px);
}
.event-head__ttl {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}
.event-head__ttl-en {
  font-size: clamp(40px, 1.84px + 10.18vw, 80px);
  line-height: 1;
  color: #3DA7EE;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke;
  margin: clamp(10px, -1.456px + 3.05vw, 22px) 0 0 0;
}
.event-head__ttl-ja {
  font-size: clamp(20px, 0.912px + 5.09vw, 40px);
  line-height: 1;
  margin: clamp(8px, -1.536px + 2.54vw, 18px) 0 0 0;
}
@media (min-width: 768px) {
  .event-head {
    padding: 0 0 60px 104px;
  }
  .event-head__img {
    width: 216px;
  }
  .event-head__ttl-en {
    font-size: 80px;
    -webkit-text-stroke: 4px #000000;
    margin-top: 22px;
  }
  .event-head__ttl-ja {
    font-size: 40px;
    margin-top: 18px;
  }
}
/*
校内(施設)見学会 facility-observation
*/
.event-head__ttl-en--fo {
  color: #5DB072;
}
/*
体験授業 trial-classes
*/
.event-head__ttl-en--tc {
  color: #F6CD00;
}
/*
オンラインオープンキャンパス online-opencampus
*/
.event-head__ttl-en--oo {
  color: #E5606C;
}
/*
販売店見学＆学校説明会 dealer tour & school fair
*/
.event-head__ttl-en--ds {
  color: #F68300;
}
/*
留学生向けオープンキャンパス for international students
*/
.event-head__ttl-en--fis {
  color: #C481E1;
}
.event-head__rubi {
  /* font-size: 7px; */
  font-size: clamp(7px, 2.224px + 1.27vw, 12px);
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .event-head__rubi {
    font-size: 12px;
  }
}
.pickup__body {
  border-radius: 40px 0 0 0;
  padding: 50px 0 0;
}
.pickup__body-oc {
  background: #3DA7EE;
}
.pickup__body-fo {
  background: #5DB072;
}
.pickup__body-tc {
  background: #F9D62D;
}
.pickup__body-oo {
  background: #E97A84;
}
.pickup__body-ds {
  background: #EC9B3E;
}
.pickup__body-fs {
  background: #C481E1;
}
@media (min-width: 1280px) {
  .pickup {
    flex-direction: row;
    padding: 0 0 0 clamp(0px, calc(100vw * 0.3453 - 441.7px), 221px);
  }
  /* サイドナビ表示 */
  .pickup__nav {
    display: block;
    position: sticky;
    top: 0;
    width: 280px;
    max-width: unset;
    min-height: 100px;
  }
  .pickup__side-nav {
    margin: 111px 0 0;
    padding: 0;
  }
  .pickup__side-nav__ttl-wrap {
    padding: 0;
    border-radius: unset;
    border: none;
    cursor: unset;
  }
  .pickup__side-nav__ttl-inner {
    padding: 0 0 19px;
    border-bottom: solid 2px #222222;
  }
  .pickup__side-nav__hamburger {
    display: none;
  }
  .pickup__side-nav__ttl__en {
    font-size: 36px;
  }
  .pickup__side-nav__ttl__ja {
    display: block;
    font-size: 20px;
    line-height: 0.9;
  }
  .pickup__side-nav__list {
    display: flex;
    gap: 40px 0;
    padding: 40.5px 13px;
    border: none;
    border-radius: unset;
  }
  .pickup__side-nav__item a {
    gap: 2.5px 0;
    padding: 0 0 0 42.5px;
  }
  .pickup__side-nav__icon {
    background: url(../../images/common/icon__arrow-down.svg) center center / 10px no-repeat;
    top: 5px;
    width: 30px;
    height: 30px;
  }
  .pickup__side-nav__ja {
    font-size: 26px;
  }
  .pickup__side-nav__en {
    font-size: 20px;
  }
  .pickup__main {
    margin: 0 0 0 39px;
    padding: 106px 0 0;
  }
  .pickup__ttl-wrap {
    padding: 0;
  }
  .pickup__body {
    padding: 98px 0 0;
    border-radius: 80px 0 0 0;
  }
}
/* 流れるテキスト */
.banner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 40px 0 0;
  padding: 3.5px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  background: #F6CD00;
  overflow: hidden;
}
.banner-tc {
  background: #5DB072;
}
.banner-mv {
  margin: 30px 0 0;
}
.banner__marquee-wrap {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.banner__marquee {
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  will-change: transform;
}
.banner__txt {
  display: inline-block;
  padding: 0 60px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #222;
}
@media (min-width: 768px) {
  .banner__txt {
      font-size: clamp(13px, 1.56vw, 20px);
  }
}
@media (min-width: 1280px) {
  .banner {
    margin: 80px 0 0;
    padding: 3.5px 0;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
  }
  .banner-mv {
    margin: 54px 0 0;
  }
  .banner__txt {
      font-size: 20px;
  }
}
/* メインビジュアル部分 */
/*
オープンキャンパス open-campus
*/
.event-mv {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.event-mv__img {
  aspect-ratio: 312 / 234;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 10px;
}
.event-mv__catch {
  font-size: clamp(17px, 7.472px + 2.54vw, 40px);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: -0.8em;
}
.event-mv__text {
  background-color: #fff;
  padding: 8px 7px;
  letter-spacing: -0.5px;
}
.event-intro {
  margin: 35px 0 0;
  color: #222;
  font-size: 13px;
  line-height: 2;
}
.event-intro--white {
  color: #fff;
}
.icon-event {
  position: absolute;
  right: 0;
}
.icon-event-oc {
  width: 145px;
  top: -34%;
  right: -8px;
}
.icon-event-fo {
  width: 126px;
  top: -33%;
  right: -8px;
}
.icon-event-tc {
  width: 124px;
  top: -35%;
}
.icon-event-oo {
  width: 93px;
  top: -30%;
}
.icon-event-ds {
  width: 119px;
  top: -33%;
}
.icon-event-fis {
  width: 98px;
  top: -28%;
}
@media (min-width: 768px) {
  .event-mv__img {
    aspect-ratio: 950 / 518;
    border: 10px solid #fff;
    border-radius: 10px;
  }
  .event-mv__inner {
    padding: 0;
  }
  .icon-event-oc {
    width: auto;
    right: 0;
  }
  .icon-event-fo {
    width: auto;
    top: -39%;
    right: 0;
  }
  .icon-event-tc {
    width: auto;
    top: -31%;
  }
  .icon-event-oo {
    width: auto;
    top: -44%;
  }
  .icon-event-ds {
    width: auto;
    top: -40%;
  }
  .icon-event-fis {
    width: auto;
    top: -39%;
  }
}
@media (min-width: 1280px) {
  .event-mv__catch {
    font-size: 40px;
  }
  .event-intro {
    margin: 72px 0 0;
    font-size: 20px;
  }
}
/*
留学生向けオープンキャンパス for-international-student
*/
.event-mv__rubi {
  font-size: clamp(7px, 2.224px + 1.27vw, 12px);
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .event-mv__rubi {
    font-size: 12px;
  }
}
.event-list-time {
  margin: 30px 0 0;
}
.event-list-time picture {
  text-align: center;
}
.event-list-time img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .event-list-time picture {
    text-align: left;
  }
  .event-list-time img {
    width: auto;
  }
}
@media (min-width: 1280px) {
  .event-list-time {
    margin: 80px 0 0;
  }
}
/* features */
.features__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --- Item --- */
.features__item {
  width: calc((100% - 16px * 2) / 3);
}
/* --- 画像ラップ --- */
.features__img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.features__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: #222 solid 2px;
}
/* --- ラベル --- */
.features__label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: #222;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
}
.features--fis .features__label {
  padding: 8px 10px 1px;
}
/* --- ルビのスタイル --- */
.features--fis .features__label ruby {
  ruby-align: center;
}
.features--fis .features__label rt {
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .features__list {
    flex-wrap: nowrap;
  }
  .features__item {
    width: auto;
  }
  .features__img {
    border: #222 solid 3px;
  }
  .features__label {
    font-size: clamp(12px, 1.56vw, 20px);
    padding: clamp(4px, 0.5vw, 8px) clamp(10px, 1vw, 16px);
  }
}
@media (min-width: 1280px) {
  .features__list {
    gap: 10px;
  }
  .features__label {
    font-size: 20px;
    padding: 3px 20px;
  }
  .features--fis .features__label {
    padding: 16px 15px 7px;
  }
}
/* 日程一覧 */
.date-list {
  margin: 40px 0 0;
}
.date-list__inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* --- Grid --- */
.date-list__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* --- カード --- */
.date-list__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
}
.date-list__card--wide {
  grid-column: span 2;
}
/* --- 月名ヘッド（黒背景） --- */
.date-list__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  padding: 3px 16px 7px 16px;
  background: #222;
  line-height: 1;
  text-align: center;
}
/* 下向き三角（ノッチ） */
.date-list__head::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 11px 0;
  border-color: #222 transparent transparent;
  z-index: 1;
}
/* 月の数字 */
.date-list__head-num {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
/* 月の「月」文字 */
.date-list__head-unit {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
/* 年表記 */
.date-list__head-year {
  display: block;
  font-size: 0.6em;
  font-weight: 700;
  margin: 0 0 2px;
  color: #fff;
}
/* --- 日付ボディ（白背景） --- */
.date-list__body {
  display: flex;
  gap: 15px;
  justify-content: center;
  padding: 5px 16px 8px;
  background: #fff;
}
/* --- 日付 --- */
.date-list__date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #222;
}
/* --- 曜日バッジ --- */
.date-list__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 6px 0 0;
  padding: 0 0 2px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.date-list__badge--sun { background: #E5606C; }
.date-list__badge--sat { background: #63B8F1; }
.date-list__badge--fri { background: #707070; }
.date-list__badge--thu { background: #707070; }
.place__list {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin: 40px 0 0;
  font-size: 16px;
}
.place__list span {
  padding: 3px 15px;
  border-radius: 20px;
  background: #fff;
}
.place__list p {
  padding: 0 10px;
}
.place__list--ds span {
  color: #F68300;
}
@media (min-width: 768px) {
  .date-list {
    margin: 100px 0 0;
  }
  .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: clamp(8px, 1vw, 14px);
  }
  .date-list__card--wide {
    grid-column: span 1;
  }
  .date-list__head {
    padding: clamp(8px, .1vw, 16px) 16px clamp(8px, .8vw, 12px);
  }
  .date-list__head::after {
    bottom: -8px;
    border-width: 11px 13px 0;
  }
  .date-list__head-num {
    font-size: clamp(22px, 2.3vw, 30px);
  }
  .date-list__head-unit {
    font-size: clamp(16px, 1.56vw, 20px);
  }
  .date-list__body {
    flex: 1;
    padding: clamp(16px, 1.5vw, 22px) 0 clamp(12px, 1.2vw, 18px);
    gap: clamp(4px, 0.5vw, 8px);
  }
  .date-list__date {
    font-size: clamp(25px, 2.34vw, 30px);
  }
  .date-list__badge {
    width: 22px;
    height: 22px;
    font-size: clamp(12px, 1.09vw, 14px);
  }
  .place__list {
    gap: 20px;
    flex-direction: row;
    margin: 50px 0 0;
    font-size: clamp(16px, 1.56vw, 20px);
  }
  .place__list p {
    padding: 3px 0 0;
  }
}
@media (min-width: 1280px) {
  .date-list__grid {
    gap: 20px;
  }
  .date-list__head {
    gap: 7px;
    padding: 9px 16px 10px;
  }
  .date-list__head::after {
    bottom: -10px;
    border-width: 12px 15px 0;
  }
  .date-list__head-num {
    font-size: 30px;
  }
  .date-list__head-unit {
    font-size: 20px;
  }
  .date-list__body {
    padding: 18px 18px 16px;
    gap: 15px;
  }
  .date-list__date {
    font-size: 30px;
  }
  .date-list__badge {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}
/* 日程一覧 校内(施設)見学会版（date-list.cssを継承し差分のみ上書き） */
/* --- GridはSP2列・PC4列 --- */
.date-list--fo .date-list__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .date-list--fo .date-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  /* PC時もwideはspan2で結合 */
  .date-list--fo .date-list__card--wide {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .date-list--fo .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* --- 年表記付きheadの調整 --- */
.date-list--fo .date-list__head {
  flex-wrap: wrap;
  justify-content: center;
}
.date-list--fo .date-list__head-year {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .date-list--fo .date-list__head-year {
    font-size: 18px;
  }
}
/* 日程一覧 体験授業版（date-list.cssを継承し差分のみ上書き） */
/* --- GridはSP1列・PC2列 --- */
.date-list--tc .date-list__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .date-list--tc .date-list__card--wide {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .date-list--tc .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* --- 年表記付きheadの調整 --- */
.date-list--tc .date-list__head {
  flex-wrap: wrap;
  justify-content: center;
}
.date-list--tc .date-list__head-year {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .date-list--fo .date-list__head-year {
    font-size: 18px;
  }
}
/* 日程一覧 オンラインオープンキャンパスセクション版（date-list.cssを継承し差分のみ上書き） */
/* --- GridはSP2列・PC5列 --- */
.date-list--oo .date-list__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .date-list--oo .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .date-list--oo .date-list__card--wide {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .date-list--oo .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* --- 年表記付きheadの調整 --- */
.date-list--oo .date-list__head {
  flex-wrap: wrap;
  justify-content: center;
}
.date-list--oo .date-list__head-year {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .date-list--oo .date-list__head-year {
    font-size: 18px;
  }
}
/* 日程一覧 留学生向けオープンキャンパスセクション版（date-list.cssを継承し差分のみ上書き） */
 
/* --- GridはSP2列・PC5列 --- */
.date-list--fis .date-list__grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .date-list--fis .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .date-list--fis .date-list__card--wide {
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .date-list--fis .date-list__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
 
/* --- 年表記付きheadの調整 --- */
.date-list--fis .date-list__head {
  flex-wrap: wrap;
  justify-content: center;
}
.date-list--fis .date-list__head-year {
  display: flex;
  align-items: flex-end;
  height: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
  justify-content: center;
}
@media (min-width: 1280px) {
  .date-list--fis .date-list__head-year {
    font-size: 18px;
  }
}
/* 時間情報 */
.time-info {
  margin: 20px 0 0;
}
.time-info__inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #222;
  border-radius: 10px;
}
.time-info__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 8px;
}
.date-list--oo .time-info__list {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
/* --- グループ --- */
.time-info__group {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 9px 0;
}
.date-list--oo .time-info__group {
  width: 100%;
  gap: 0 23%;
  padding: 9px;
}
/* --- ラベル（黒背景・ルビ付き） --- */
.time-info__term {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 3px 6px;
  background: #1a1a1a;
  border-radius: 6px;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  ruby-align: center;
}
.time-info__term rt {
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.01em;
}
/* --- 時刻テキスト --- */
.time-info__desc {
  margin: 0;
  font-size: clamp(16px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #222;
}
.time-info__desc--highlight {
  position: relative;
  z-index: 1;
  display: inline;
}
/* 角丸下線の本体 */
.time-info__desc--highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 4px;
  background-color: #F6CD00;
  border-radius: 3px;
  z-index: -1;
}
/* --- 区切り線（点線） --- */
.time-info__group + .time-info__group {
  position: relative;
  margin: 0 0 0 23px;
}
.time-info__group + .time-info__group::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 8px);
  bottom: 0;
  width: 2px;
  background: url('../../images/top/common/time-info__divider-bg.svg') center repeat-y;
}
.date-list--oo .time-info__group + .time-info__group {
  margin: 2px 0 0;
}
.date-list--oo .time-info__group + .time-info__group::before {
  top: -2px;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 2px;
  background: url('../../images/top/common/time-info__divider-bg02.svg') left center repeat-x;
}
@media (min-width: 768px) {
  .time-info__group {
    gap: clamp(10px, 1.5vw, 20px);
  }
  .date-list--oo .time-info__group {
    width: auto;
    gap: clamp(10px, 1.5vw, 20px);
  }
  .date-list--oo .time-info__list {
    padding: 0 8px;
    flex-direction: row;
    align-items: center;
  }
  .time-info__group + .time-info__group {
    margin: 0 0 0 24px;
  }
  .time-info__group + .time-info__group::before {
    width: 3px;
  }
  .date-list--oo .time-info__group + .time-info__group {
    margin: 0 0 0 24px;
  }
  .date-list--oo .time-info__group + .time-info__group::before {
    top: 0;
    right: calc(100% + 8px);
    bottom: 0;
    left: auto;
    width: 3px;
    height: auto;
    background: url('../../images/top/common/time-info__divider-bg.svg') center repeat-y;
  }
}
@media (min-width: 1280px) {
  .time-info {
    margin: 59px 0 0;
  }
  .time-info__list {
    flex: 1;
    padding: 0;
  }
  .time-info__group {
    flex: 1;
    gap: 20px;
    padding: 10px;
  }
  .time-info__term {
    font-size: 20px;
  }
  .time-info__desc {
    font-size: 28px;
  }
  .time-info__desc--highlight::after {
    bottom: 2px;
    height: 6px;
  }
}
/* プログラム部分 */
/*
オープンキャンパス open-campus-program
*/
.program-inner {
  padding: 0 9.5px;
}
.program__ttl {
  margin: 50px 0 0;
  color: #fff;
  font-size: 38px;
  line-height: 1;
}
.program-card__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  margin: 15px 0 0;
}
.program-card {
  background-color: #ffffff;
  border: 2px solid #222222;
  border-radius: 20px;
  padding: 16px 13px 22px 13px;
  position: relative;
}
.program-card__number {
  width: 92px;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0);
}
.program-card__number-img {
  width: 100%;
  height: auto;
}
.program-card__img-container {
  width: 100%;
  aspect-ratio: 282 / 173;
  border: 2px solid #222222;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}
.program-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.program-card__body {
  margin: 12px 0 0 0;
}
.program-card__ttl {
  text-align: center;
  font-size: clamp(19px, 8.5px + 2.8vw, 30px);
  background-image: url("../../images/top/program_common/program-dot-line.svg");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 3px;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
}
.program-card__description {
  font-size: clamp(13px, 6.32px + 1.78vw, 20px);
  line-height: 1.38;
}
@media (min-width: 768px) {
  .program__ttl {
    font-size: clamp(38px, 4.68vw, 60px);
  }
  .program-card__list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 950px;
    margin: 0 auto;
    justify-content: center;
    gap: 20px;
  }
  .program-card {
    width: calc(50% - 10px); 
    max-width: 465px;
    padding: 31px 20px 32px 20px;
  }
  .program-card__number {
    width: 141px;
    top: 10px;
  }
  .program-card__img-container {
    aspect-ratio: 421 / 160;
  }
  .program-card__img-container--col3 {
    aspect-ratio: 260 / 160;
  }
  .program-card__body {
    margin: 16px 0 0 0;
  }
  .program-card__ttl {
    font-size: 30px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
  .program-card__description {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1280px) {
  .program__ttl {
    margin: 57px 0 0;
    font-size: 60px;
  }
  .program-card__list {
    margin: 20px 0 0;
  }
}
/*
校内(施設)見学会 facility-observation-program
*/
@media (min-width: 768px) {
  .program-card--col3 {
    width: calc((100% - 40px) / 3);
    max-width: none;
  }
}
/*
体験授業 trial-classes-program
*/
.program-card__img-container--none-line {
  border: none;
  border-radius: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.program-card__img--none-line {
  width: 82%;
  object-fit: contain;
  transform: translateY(10px);
}
@media (min-width: 768px) {
  .program-card__img--none-line {
    width: 52%;
    transform: translateY(14px);
  }
}
/* 参加申込ボタン部分 */
/*
OPEN CAMPUS
*/
.event-btn__wrap {
  padding: 40px 0 50px;
}
.event-btn-oc {
  background: #0084DC;
}
.event-btn-fo {
  background: #1C9161;
}
.event-btn-tc {
  background: #FBAF00;
}
.event-btn-oo {
  background: #E64453;
}
.event-btn-ds {
  background: #F68300;
}
.event-btn-fs {
  background: #B053D8;
}
.event-btn {
  width: 200px;
  margin: auto;
}
.event-btn__link {
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  background-color: #fff;
  border: 2px solid #222222;
  border-radius: 26px;
  padding: 0 11px 0 18px;
  box-shadow: 0 2px 0 0 #222222;
  transition: all 0.2s ease;
}
.event-btn__text {
  font-size: 15px;
}
.event-btn__rubi {
  font-size: 8px;
  line-height: 1;
}
.event-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid #222222;
  border-radius: 50%;
}
.event-btn__icon--oc {
  background-color: #3DA7EE;
}
.event-btn__img {
  width: 11px;
  height: auto;
}
.event-btn__link:hover {
  transform: translateY(2px);
  box-shadow: 0 0 0 0 #222222;
}
@media (min-width: 768px) {
  .event-btn__wrap {
    padding: 60px 0 120px;
  }
  .event-btn {
    width: 360px;
    margin: auto;
  }
  .event-btn__link {
    height: 80px;
    border-radius: 40px;
    padding: 0 13px 0 42px;
    box-shadow: 0 3px 0 0 #222222;
  }
  .event-btn__text {
    font-size: 20px;
  }
  .event-btn__rubi {
    font-size: 12px;
    letter-spacing: -2px;
  }
  .event-btn__icon {
    width: 40px;
    height: 40px;
  }
  .event-btn__img {
    width: 17px;
  }
  .event-btn__link:hover {
    transform: translateY(3px);
  }
}
/*
FACILITY OBSERVATION
*/
.event-btn__icon--fo {
  background-color: #5DB072;
}
/*
TRIAL CLASSES
*/
.event-btn__icon--tc {
  background-color: #F6CD00;
}
/*
ONLINE OPENCAMPUS
*/
.event-btn__icon--oo {
  background-color: #E5606C;
}
/*
DEALER TOUR & SCHOOL FAIR
*/
.event-btn__icon--ds {
  background-color: #F68300;
}
/*
FOR INTERNATIONAL STUDENTS
*/
.event-btn__icon--fis {
  background-color: #C481E1;
}