:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

.program_title {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.program_title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: calc(100% + 15px);
  top: 55px;
  translate: 0 -50%;
}
@media screen and (max-width: 1239px) {
  .program_title .number {
    top: 48.5px;
  }
}
@media screen and (max-width: 1039px) {
  .program_title .number {
    justify-self: center;
    position: relative;
    right: auto;
    top: auto;
    translate: 0 0;
  }
}
.program_title .number::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
.program_title .number .label {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.program_title .number .label span {
  font-weight: 500;
}
.program_title .number .label {
  color: var(--c-white);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .program_title .subtitle {
    padding-top: 20px;
  }
}
@media screen and (max-width: 639px) {
  .program_title .subtitle {
    padding-top: 15px;
  }
}
.program_title .subtitle h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
}
.program_title .subtitle h4 span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  .program_title .subtitle h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1039px) {
  .program_title .subtitle h4 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .program_title .subtitle h4 {
    font-size: 16px;
  }
}
.program_title .title {
  justify-self: start;
  padding-top: 20px;
}
@media screen and (max-width: 1239px) {
  .program_title .title {
    padding-top: 17px;
  }
}
@media screen and (max-width: 1039px) {
  .program_title .title {
    justify-self: center;
  }
}
@media screen and (max-width: 639px) {
  .program_title .title {
    padding-top: 15px;
  }
}
.program_title .title h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 700;
}
.program_title .title h3 span {
  font-weight: 700;
}
.program_title .title h3 {
  translate: 0 -0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1239px) {
  .program_title .title h3 {
    font-size: 27px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1039px) {
  .program_title .title h3 {
    justify-self: center;
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .program_title .title h3 {
    font-size: 22px;
    line-height: 28px;
  }
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

.schedule_row {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 1039px) {
  .schedule_row {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.schedule_row .badge {
  opacity: 0;
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 72px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--mcs_gray80);
}
@media screen and (max-width: 1039px) {
  .schedule_row .badge {
    justify-self: center;
  }
}
@media screen and (max-width: 1039px) {
  .schedule_row .badge {
    display: none;
  }
}
.schedule_row .badge span.label {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.schedule_row .badge span.label span {
  font-weight: 500;
}
.schedule_row .badge span.label {
  translate: 0 -0.05em;
}
.schedule_row .badge_visible {
  opacity: 1;
}
@media screen and (max-width: 1039px) {
  .schedule_row .badge_visible {
    display: flex;
  }
}
.schedule_row .text {
  align-self: start;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 3px;
  padding-left: 10px;
}
@media screen and (max-width: 1039px) {
  .schedule_row .text {
    justify-self: center;
    padding-left: 0;
  }
}
.schedule_row .text span.day {
  padding-top: calc((28px - 1em) / 2);
  display: inline-block;
  margin-left: 5px;
  width: 70px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.schedule_row .text span.day span {
  font-weight: 500;
}
.schedule_row .text span.day {
  text-align: right;
  translate: 0 0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1039px) {
  .schedule_row .text span.day {
    margin-left: 0;
    padding-top: 0;
    margin-top: calc(-1 * (1em - 15px) / 2);
  }
}
@media screen and (max-width: 639px) {
  .schedule_row .text span.day {
    align-self: start;
  }
}
.schedule_row .text span.line,
.schedule_row .text span.date {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 500;
}
.schedule_row .text span.line span,
.schedule_row .text span.date span {
  font-weight: 500;
}
@media screen and (max-width: 639px) {
  .schedule_row .text span.line,
  .schedule_row .text span.date {
    align-self: start;
  }
}
.schedule_row .text span.line span.comment,
.schedule_row .text span.date span.comment {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
.schedule_row .text span.line span.comment span,
.schedule_row .text span.date span.comment span {
  font-weight: 500;
}
.schedule_row .text span.line {
  padding-top: calc((28px - 1em) / 2);
}
@media screen and (max-width: 1039px) {
  .schedule_row .text span.line {
    padding-top: 0;
  }
}
.schedule_row .text span.date {
  padding-top: calc((28px - 1em) / 2);
}
@media screen and (max-width: 1039px) {
  .schedule_row .text span.date {
    padding-top: 0;
  }
}
.schedule_row .text_day {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 3px;
}
@media screen and (max-width: 1039px) {
  .schedule_row .btn_wrap {
    justify-self: center;
  }
}

.schedule_row_button {
  grid-template-columns: auto 1fr auto;
}
@media screen and (max-width: 1039px) {
  .schedule_row_button {
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 20px;
  }
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

a.grad_arrow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 30px;
  padding-right: 15px;
  border-radius: 15px;
  position: relative;
}
a.grad_arrow_btn::before, a.grad_arrow_btn::after {
  content: "";
  display: inline-block;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
a.grad_arrow_btn::before {
  background: var(--grad_mcs);
}
a.grad_arrow_btn::after {
  transition: opacity 0.3s;
  opacity: 0;
  background: var(--mcs_red);
}
a.grad_arrow_btn .label {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.grad_arrow_btn .label span {
  font-weight: 500;
}
a.grad_arrow_btn .label {
  color: var(--c-white);
  text-align: center;
  translate: 0 -0.05em;
  z-index: 1;
}
a.grad_arrow_btn .arrow {
  transition: translate 0.3s var(--easeInOutQuart);
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  z-index: 1;
}
a.grad_arrow_btn .arrow svg {
  display: block;
}
a.grad_arrow_btn .arrow svg polyline {
  fill: none;
  stroke: var(--c-white);
  stroke-width: 1.5px;
}

@media screen and (min-width: 1239px) {
  a.grad_arrow_btn:hover::after {
    opacity: 1;
  }
}
@media screen and (min-width: 1239px) {
  a.grad_arrow_btn:hover .arrow {
    translate: 5px -50%;
  }
}:root {
  --mcs_red: hsla(358, 79%, 43%, 1);
  --mcs_blk: hsla(0, 0%, 0%, 1);
  --mcs_gray00: hsla(0, 0%, 53%, 1);
  --mcs_gray01: hsla(0, 0%, 95%, 1);
  --mcs_gray03: hsla(0, 0%, 93%, 1);
  --mcs_gray97: hsla(0, 0%, 97%, 1);
  --mcs_gray95: hsla(0, 0%, 95%, 1);
  --mcs_gray93: hsla(0, 0%, 93%, 1);
  --mcs_gray92: hsla(0, 0%, 92%, 1);
  --mcs_gray90: hsla(0, 0%, 90%, 1);
  --mcs_gray85: hsla(0, 0%, 85%, 1);
  --mcs_gray80: hsla(0, 0%, 80%, 1);
  --mcs_gray75: hsla(0, 0%, 75%, 1);
  --mcs_gray65: hsla(0, 0%, 65%, 1);
  --mcs_gray30: hsla(0, 0%, 30%, 1);
  --mcs_purple: hsla(294, 63%, 44%, 1);
  --grad_visit: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_seminar: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_mypage: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_redBlue: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(219, 73%, 56%, 1) 100%);
  --grad_redGreen: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(186, 85%, 47%, 1) 100%);
  --grad_redYellow: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(44, 94%, 52%, 1) 100%);
  --grad_red: linear-gradient(90deg, hsla(0, 88%, 54%, 1) 0%, hsla(0, 88%, 54%, 1) 100%);
  --grad_mcs: linear-gradient(90deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --grad_mcs_v: linear-gradient(180deg, hsla(294, 43%, 40%, 1) 0%, hsla(359, 79%, 56%, 1) 50%, hsla(44, 95%, 53%, 1) 100%);
  --navBar: hsla(0, 100%, 50%, 1);
  --num_purple: hsla(281, 85%, 60%, 1);
  --num_red: hsla(0, 100%, 50%, 1);
  --num_yellow: hsla(38, 100%, 50%, 1);
  --num_lightblue: hsla(194, 100%, 45%, 1);
  --num_green: hsla(166, 90%, 40%, 1);
  --num_blue: hsla(219, 73%, 62%, 1);
  --seminar_K: hsla(0, 0%, 30%, 1);
  --seminar_TK: hsla(219, 73%, 62%, 1);
  --seminar_T: hsla(38, 100%, 50%, 1);
  --seminar_S: hsla(194, 100%, 45%, 1);
  --seminar_E: hsla(281, 85%, 60%, 1);
  --seminar_J: hsla(0, 100%, 50%, 1);
  --seminar_G: hsla(166, 90%, 40%, 1);
  --num_seminar_B: hsla(59, 63%, 44%, 1);
  --c-Black: hsla(0, 0%, 0%, 1);
  --c-black: hsla(0, 0%, 0%, 1);
  --c-White: hsla(0, 0%, 100%, 1);
  --c-white: hsla(0, 0%, 100%, 1);
  --c-dummy: hsl(0 0% 47.1%);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --fadeInLength: 30px;
  --fadeInOpacityDuration: 0.8s;
  --fadeInDuration: 0.8s;
}

section.section_intro {
  margin-top: 30px;
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_intro {
    margin-top: 20px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro {
    margin-top: 10px;
    padding-top: 30px;
  }
}
section.section_intro .catch h2 {
  font-size: 44px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .catch h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .catch h2 {
    font-size: 24px;
  }
}
section.section_intro .diagram {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_intro .diagram {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .diagram {
    margin-top: 30px;
  }
}
section.section_intro .diagram img {
  width: 100%;
  max-width: 988px;
  height: auto;
}
@media screen and (max-width: 839px) {
  section.section_intro .diagram img {
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .diagram img {
    width: 92vw;
  }
}
@media screen and (max-width: 439px) {
  section.section_intro .diagram img {
    width: 100%;
  }
}
section.section_intro .diagram img.img_pc {
  display: inline-block;
}
@media screen and (max-width: 839px) {
  section.section_intro .diagram img.img_pc {
    display: none;
  }
}
section.section_intro .diagram img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section_intro .diagram img.img_mb {
    display: inline-block;
  }
}
section.section_intro .theme_badges {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .theme_badges {
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 50px;
    margin-inline: auto;
    width: 84vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_intro .theme_badges {
    column-gap: 20px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .theme_badges {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .theme_badges {
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 40px;
  }
}
section.section_intro .lead {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section.section_intro .lead {
    margin-top: 50px;
    margin-inline: auto;
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .lead {
    margin-top: 40px;
  }
}
section.section_intro .lead p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_intro .lead p span {
  font-weight: 600;
}
@media screen and (max-width: 1239px) {
  section.section_intro .lead p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .lead p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  section.section_intro .lead p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.section_intro .lead p span.underline {
  padding-bottom: 0.2em;
  background-image: var(--grad_mcs);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
}
@media screen and (max-width: 639px) {
  section.section_intro .lead p span.underline {
    background-size: 100% 1.5px;
  }
}
@media screen and (max-width: 839px) {
  section.section_intro .lead p span.b {
    display: inline;
  }
}

section.section_gakusei {
  margin-top: 30px;
  padding-top: 50px;
  margin-inline: auto;
  width: 960px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei {
    margin-top: 20px;
    padding-top: 40px;
    width: 92vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei {
    margin-top: 10px;
    padding-top: 30px;
  }
}
section.section_gakusei .program {
  margin-top: 50px;
  margin-inline: auto;
  width: 800px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program {
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program {
    margin-top: 30px;
  }
}
section.section_gakusei .program .body {
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .body {
    margin-inline: 8vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .body {
    margin-inline: 0;
    padding-top: 20px;
  }
}
section.section_gakusei .program .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .body p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .body p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .body p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .body p br {
    display: none;
  }
}
section.section_gakusei .program .note {
  padding-top: 25px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .note {
    padding-top: 22px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .note {
    margin-inline: 8vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .note {
    margin-inline: 0;
    padding-top: 20px;
  }
}
section.section_gakusei .program .note p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .note p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .note p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .note p {
    font-size: 12px;
    line-height: 18px;
  }
}
section.section_gakusei .program .note p span.grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.3em;
}
section.section_gakusei .program .caption_note p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .caption_note p span {
  font-weight: 500;
}
section.section_gakusei .program .illust {
  position: absolute;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .illust {
    position: relative;
  }
}
section.section_gakusei .program .illust img {
  width: 100%;
  height: auto;
}
section.section_gakusei .program .sub_program {
  margin-top: 45px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .sub_program {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .sub_program {
    margin-top: 35px;
  }
}
section.section_gakusei .program .sub_program .grad_line_title {
  margin-inline: 0;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .sub_program .grad_line_title {
    margin-inline: auto;
    width: 100%;
  }
}
section.section_gakusei .program .sub_program .caption_note {
  position: absolute;
  top: 23px;
  right: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .sub_program .caption_note {
    padding-top: 15px;
    position: relative;
    top: auto;
    right: auto;
    translate: 0 0;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .sub_program .caption_note p {
    text-align: center;
  }
}
section.section_gakusei .program .sub_program .schedule_list {
  margin-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .sub_program .schedule_list {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .sub_program .schedule_list {
    margin-top: 25px;
  }
}
section.section_gakusei .program .list_box,
section.section_gakusei .program .list_box_2 {
  margin-top: 20px;
}
section.section_gakusei .program .list_box .title,
section.section_gakusei .program .list_box_2 .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid var(--mcs_gray80);
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box .title,
  section.section_gakusei .program .list_box_2 .title {
    justify-self: center;
    width: 128px;
  }
}
section.section_gakusei .program .list_box .title .label,
section.section_gakusei .program .list_box_2 .title .label {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .list_box .title .label span,
section.section_gakusei .program .list_box_2 .title .label span {
  font-weight: 500;
}
section.section_gakusei .program .list_box .title .label,
section.section_gakusei .program .list_box_2 .title .label {
  translate: 0 -0.05em;
}
section.section_gakusei .program .list_box {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box .content {
    justify-self: center;
    text-align: center;
  }
}
section.section_gakusei .program .list_box .content span.line,
section.section_gakusei .program .list_box .content span.label {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .list_box .content span.line span,
section.section_gakusei .program .list_box .content span.label span {
  font-weight: 500;
}
section.section_gakusei .program .list_box_2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
}
section.section_gakusei .program .list_box_2 .content {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box_2 .content {
    justify-self: center;
  }
}
section.section_gakusei .program .list_box_2 .content .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.3em;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program .list_box_2 .content .grid span {
  font-weight: 500;
}
section.section_gakusei .program .list_box_2 .content .grid span.gt {
  color: var(--mcs_gray00);
}
section.section_gakusei .program .list_box_3 {
  row-gap: 15px;
}
section.section_gakusei .program .list_box_3 .title_line {
  align-self: center;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box_3 .title_line {
    display: none;
  }
}
section.section_gakusei .program .list_box_3 .content {
  grid-column: 1/-1;
}
section.section_gakusei .program .list_box_3 .content span.line {
  display: none;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .list_box_3 .content span.line {
    display: inline-block;
  }
}
section.section_gakusei .program .schedule_list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
section.section_gakusei .program .schedule_list .schedule_row {
  width: 100%;
}
section.section_gakusei .program .photo_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .photo_grid {
    column-gap: 20px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program .photo_grid {
    row-gap: 20px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .photo_grid {
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 30px;
  }
}
section.section_gakusei .program .photo_grid .photo {
  width: 250px;
  height: auto;
  aspect-ratio: 236/140;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program .photo_grid .photo {
    width: 253.3333333333px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program .photo_grid .photo {
    width: calc((84vw - 40px) / 3);
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program .photo_grid .photo {
    width: calc((84vw - 20px) / 2);
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program .photo_grid .photo {
    width: calc((84vw - 15px) / 2);
  }
}
section.section_gakusei .program .photo_grid .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_gakusei .program_poster .illust {
  width: 271px;
  height: auto;
  aspect-ratio: 271/167;
  top: -110px;
  right: -20px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_poster .illust {
    width: 235px;
    top: -60px;
    right: 0px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_poster .illust {
    margin-top: 40px;
    margin-inline: auto;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_poster .illust {
    margin-top: 30px;
    width: 200px;
  }
}
section.section_gakusei .program_poster .lab_list {
  padding-top: 60px;
}
section.section_gakusei .program_poster .lab_list .title h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .title h4 span {
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .title h4 span.dot {
  color: var(--mcs_gray00);
}
section.section_gakusei .program_poster .lab_list .title h4 span.grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.3em;
}
section.section_gakusei .program_poster .lab_list .scroll_contents {
  margin-top: 35px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents {
    margin-top: 25px;
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents {
    margin-top: 30px;
  }
}
section.section_gakusei .program_poster .lab_list .scroll_contents .swipe {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents .swipe {
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents .swipe .container {
    margin-inline: 0;
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap {
    margin-left: -8vw;
    width: 100vw;
    overflow-x: scroll;
    overscroll-behavior-x: contain;
    overflow-y: hidden;
  }
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap {
  margin-inline: auto;
  width: 800px;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap {
    padding-inline: 8vw;
    width: calc(800px + 16vw);
  }
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item {
  display: grid;
  grid-template-columns: auto 1fr;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .faculty,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .theme {
  padding: 13px 0;
  line-height: 0;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .faculty span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .theme span.label {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name span.label span,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .faculty span.label span,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab span.label span,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .theme span.label span {
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .faculty span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab span.label,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .theme span.label {
  translate: 0 -0.05em;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  position: relative;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .name::before {
  content: "";
  display: inline-block;
  height: 2px;
  background: var(--grad_mcs);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap {
  display: grid;
  grid-template-columns: 1fr;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item::before {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: var(--mcs_gray03);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .lab,
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme {
  align-self: center;
  padding-left: 40px;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .lab {
  width: 240px;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme span.comment {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme span.comment span {
  font-weight: 500;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme span.comment {
  color: var(--mcs_red);
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme span.comment_top {
  translate: 0 0.5em;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item .lab_row_wrap .lab_row_item .theme span.comment_bottom {
  translate: 0 -0.7em;
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item_1 .lab_row_wrap .lab_row_item::before {
  background-color: var(--mcs_gray00);
}
section.section_gakusei .program_poster .lab_list .scroll_contents .scroll_wrap .scroll_container .lab_wrap .lab_item_1 .lab_row_wrap .lab_row_item .faculty {
  padding-right: 50px;
  text-align: center;
}
section.section_gakusei .program_workshop {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop {
    margin-top: 40px;
  }
}
section.section_gakusei .program_workshop .illust {
  width: 133px;
  height: auto;
  aspect-ratio: 133/163;
  top: 0px;
  right: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .illust {
    width: 121px;
    right: 100px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_workshop .illust {
    margin-top: 40px;
    margin-inline: auto;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .illust {
    margin-top: 30px;
    width: 110px;
  }
}
section.section_gakusei .program_workshop .grad_line_title {
  width: 520px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .grad_line_title {
    width: 480px;
  }
}
section.section_gakusei .program_workshop .illust_bubble {
  position: absolute;
  right: -20px;
  top: 0px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .illust_bubble {
    top: -10px;
    right: -20px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_workshop .illust_bubble {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .illust_bubble {
    margin-top: 25px;
  }
}
section.section_gakusei .program_workshop .illust_bubble img.img_pc {
  display: block;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_workshop .illust_bubble img.img_pc {
    display: none;
  }
}
section.section_gakusei .program_workshop .illust_bubble img.img_mb {
  display: none;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_workshop .illust_bubble img.img_mb {
    display: block;
  }
}
section.section_gakusei .program_workshop .step_flow {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .step_flow {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .step_flow {
    margin-top: 30px;
  }
}
section.section_gakusei .program_workshop .step_flow .steps {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-content: start;
  column-gap: 20px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .step_flow .steps {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_workshop .step_flow .steps {
    justify-content: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .step_flow .steps {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
}
section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) {
  grid-template-columns: 175px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) {
    grid-template-columns: 190px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 439px) {
  section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) {
    grid-template-columns: 100px 1fr;
  }
}
section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) .arrow {
  display: none;
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) .arrow {
    display: block;
    opacity: 0;
  }
}
section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) .step_body {
  grid-column: 1;
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_workshop .step_flow .steps .step_item:nth-of-type(3) .step_body {
    grid-column: auto;
  }
}
section.section_gakusei .program_booth .illust {
  width: 213px;
  height: auto;
  aspect-ratio: 213/181;
  top: -130px;
  right: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_booth .illust {
    width: 195px;
    top: -80px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_booth .illust {
    margin-top: 40px;
    margin-inline: auto;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_booth .illust {
    margin-top: 30px;
    width: 176px;
  }
}
section.section_gakusei .program_booth .booth_items {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_booth .booth_items {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_booth .booth_items {
    margin-top: 30px;
  }
}
section.section_gakusei .program_booth .booth_items .title_wrap {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
section.section_gakusei .program_booth .booth_items .title_wrap .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  position: relative;
}
section.section_gakusei .program_booth .booth_items .title_wrap .title::before {
  content: "";
  display: inline-block;
  border-radius: 4px;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
section.section_gakusei .program_booth .booth_items .title_wrap .title .label {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_booth .booth_items .title_wrap .title .label span {
  font-weight: 500;
}
section.section_gakusei .program_booth .booth_items .title_wrap .title .label {
  color: var(--c-white);
  translate: 0 -0.05em;
  position: relative;
}
section.section_gakusei .program_booth .booth_items .title_wrap .caption p {
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_booth .booth_items .title_wrap .caption p span {
  font-weight: 500;
}
section.section_gakusei .program_booth .booth_items .items {
  margin-top: 25px;
  padding-left: 15px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_booth .booth_items .items {
    margin-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_booth .booth_items .items {
    margin-top: 20px;
    padding-left: 0;
  }
}
section.section_gakusei .program_booth .booth_items .items p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_booth .booth_items .items p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_booth .booth_items .items p {
    font-size: 15.5px;
    line-height: 27px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_booth .booth_items .items p {
    font-size: 15px;
    line-height: 22px;
  }
}
section.section_gakusei .program_booth .booth_items .items p span.item {
  display: inline-block;
  margin-right: 1em;
}
section.section_gakusei .program_booth .booth_items .items p span.item span.dot {
  color: var(--mcs_gray00);
}
section.section_gakusei .program_tour {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_tour {
    margin-top: 60px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_tour {
    margin-top: 40px;
  }
}
section.section_gakusei .program_tour .program_body_note {
  padding-top: 15px;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_tour .program_body_note {
    margin-inline: 8vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_tour .program_body_note {
    margin-inline: 0;
  }
}
section.section_gakusei .program_tour .program_body_note p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_tour .program_body_note p span {
  font-weight: 500;
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_tour .program_body_note p {
    text-align: center;
  }
}
section.section_gakusei .program_tour .illust {
  width: 277px;
  height: auto;
  aspect-ratio: 277/167;
  top: 110px;
  right: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_tour .illust {
    width: 266px;
    top: 95px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_gakusei .program_tour .illust {
    margin-top: 40px;
    margin-inline: auto;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_tour .illust {
    margin-top: 30px;
    width: 256px;
  }
}
section.section_gakusei .program_tour .tour_content {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .program_tour .tour_content {
    column-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_tour .tour_content {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .title .label {
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .title .label span {
  font-weight: 500;
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .title .label {
  text-align: center;
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .tour_buttons {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 639px) {
  section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .tour_buttons {
    justify-self: center;
  }
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .tour_buttons .pair {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
section.section_gakusei .program_tour .tour_content .tour_buttons_wrap .tour_buttons .pair a.grad_arrow_btn {
  width: 200px;
}
section.section_gakusei .program_tour .tour_content .tour_photo {
  width: 100%;
  aspect-ratio: 526/312;
  border-radius: 8px;
  overflow: hidden;
}
section.section_gakusei .program_tour .tour_content .tour_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_gakusei .deadline {
  margin-top: 50px;
  margin-inline: auto;
  width: 960px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline {
    margin-top: 45px;
    width: 84vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline {
    margin-top: 40px;
  }
}
section.section_gakusei .deadline .deadline_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 20px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline .deadline_box {
    padding: 21px 17px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline .deadline_box {
    padding: 19px 15px;
  }
}
section.section_gakusei .deadline .deadline_box::before {
  content: "";
  display: inline-block;
  border-radius: 8px;
  background-color: var(--mcs_gray01);
  position: absolute;
  inset: 0;
}
section.section_gakusei .deadline .deadline_box .label {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  position: relative;
}
section.section_gakusei .deadline .deadline_box .label span.title,
section.section_gakusei .deadline .deadline_box .label span.date {
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
section.section_gakusei .deadline .deadline_box .label span.title span,
section.section_gakusei .deadline .deadline_box .label span.date span {
  font-weight: 700;
}
section.section_gakusei .deadline .deadline_box .label span.title,
section.section_gakusei .deadline .deadline_box .label span.date {
  translate: 0 -0.05em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.section_gakusei .deadline .deadline_box .label span.title {
  font-size: 16px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline .deadline_box .label span.title {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline .deadline_box .label span.title {
    font-size: 14px;
  }
}
section.section_gakusei .deadline .deadline_box .label span.date {
  font-size: 24px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline .deadline_box .label span.date {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline .deadline_box .label span.date {
    font-size: 20px;
  }
}
section.section_gakusei .deadline .note {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 25px;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline .note {
    padding-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline .note {
    padding-top: 20px;
  }
}
section.section_gakusei .deadline .note p {
  justify-self: center;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_gakusei .deadline .note p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_gakusei .deadline .note p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 639px) {
  section.section_gakusei .deadline .note p {
    font-size: 12px;
    line-height: 18px;
  }
}
section.section_gakusei .deadline .note p span.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
section.section_gakusei .deadline .note p span.grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.3em;
}