: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.news_card {
  display: block;
  width: 300px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.news_card {
    width: auto;
  }
}
a.news_card .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  height: auto;
  position: relative;
}
a.news_card .thumb .photo {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
a.news_card .thumb .photo img {
  transition: scale 0.3s var(--easeOutQuart);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.news_card .thumb .photo::after {
  content: "";
  display: inline-block;
  border-radius: inherit;
  border: 1px solid var(--mcs_gray03);
  position: absolute;
  inset: 0;
}
a.news_card .thumb .new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: 20px;
}
@media screen and (max-width: 1239px) {
  a.news_card .thumb .new {
    width: 43px;
    height: 18px;
    top: -9px;
    right: 15px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .thumb .new {
    width: 40px;
    height: 17px;
    top: -8.5px;
    right: 10px;
  }
}
a.news_card .thumb .new::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 1239px) {
  a.news_card .thumb .new::before {
    border-radius: 9px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .thumb .new::before {
    border-radius: 8.5px;
  }
}
a.news_card .thumb .new .label {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.news_card .thumb .new .label span {
  font-weight: 500;
}
a.news_card .thumb .new .label {
  color: var(--c-white);
  translate: 0 0.05em;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.news_card .thumb .new .label {
    font-size: 10.5px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .thumb .new .label {
    font-size: 10px;
  }
}
a.news_card .head {
  padding-top: 18px;
}
@media screen and (max-width: 1239px) {
  a.news_card .head {
    padding-top: 15px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .head {
    padding-top: 12px;
  }
}
a.news_card .head h4 {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  a.news_card .head h4 {
    font-size: 13.5px;
    line-height: 18px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .head h4 {
    font-size: 13px;
    line-height: 16px;
  }
}
a.news_card .date {
  transition: color 0.3s;
  display: inline-block;
  padding-top: 18px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--mcs_gray00);
}
@media screen and (max-width: 1239px) {
  a.news_card .date {
    padding-top: 15px;
    font-size: 11.5px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .date {
    padding-top: 12px;
    font-size: 11px;
  }
}
a.news_card .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1239px) {
  a.news_card .btn {
    bottom: -5px;
  }
}
@media screen and (max-width: 639px) {
  a.news_card .btn {
    bottom: -7px;
  }
}
a.news_card .btn .bg {
  position: absolute;
  inset: 0;
}
a.news_card .btn .bg::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
a.news_card .btn .bg::after {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 8.5px;
  background-color: var(--c-white);
  position: absolute;
  inset: 1.5px;
}
a.news_card .btn .arrow {
  line-height: 0;
  translate: 0.5px 0;
  position: relative;
}
a.news_card .btn .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1.5px;
  stroke: url(#mcs_grad);
}

@media screen and (min-width: 1239px) {
  a.news_card:hover .thumb .photo img {
    scale: 1.07;
  }
}
@media screen and (min-width: 1239px) {
  a.news_card:hover .btn .bg::after {
    background-color: transparent;
  }
}
@media screen and (min-width: 1239px) {
  a.news_card:hover .btn .arrow svg {
    stroke: var(--c-white);
  }
}: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.seminar_card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  row-gap: 20px;
  padding: 15px 25px 30px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  a.seminar_card {
    row-gap: 18px;
    padding: 15px 20px 25px;
  }
}
@media screen and (max-width: 639px) {
  a.seminar_card {
    row-gap: 16px;
    padding: 15px 15px 20px;
  }
}
a.seminar_card .card_bg {
  border-radius: inherit;
  overflow: hidden;
  position: absolute;
  inset: 0;
}
a.seminar_card .card_bg img {
  transition: opacity 0.3s;
  opacity: 0.06;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.seminar_card .container_top {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  position: relative;
}
a.seminar_card .container_top .photo {
  width: 96px;
  height: auto;
  aspect-ratio: 96/104;
  border-radius: 4px;
  overflow: hidden;
}
a.seminar_card .container_top .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a.seminar_card .container_top .info {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
}
a.seminar_card .container_top .info .category {
  justify-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 94px;
  height: 20px;
  position: relative;
}
a.seminar_card .container_top .info .category::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 0 10px 10px 0;
  position: absolute;
  inset: 0;
}
a.seminar_card .container_top .info .category .label {
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.seminar_card .container_top .info .category .label span {
  font-weight: 500;
}
a.seminar_card .container_top .info .category .label {
  color: var(--c-white);
  translate: 0 -0.07em;
  position: relative;
}
a.seminar_card .container_top .info .category_K::before {
  background: var(--seminar_K);
}
a.seminar_card .container_top .info .category_TK::before {
  background: var(--seminar_TK);
}
a.seminar_card .container_top .info .category_T::before {
  background: var(--seminar_T);
}
a.seminar_card .container_top .info .category_S::before {
  background: var(--seminar_S);
}
a.seminar_card .container_top .info .category_E::before {
  background: var(--seminar_E);
}
a.seminar_card .container_top .info .category_J::before {
  background: var(--seminar_J);
}
a.seminar_card .container_top .info .category_G::before {
  background: var(--seminar_G);
}
a.seminar_card .container_top .info .category_B::before {
  background: var(--seminar_B);
}
a.seminar_card .container_top .info .category_default::before {
  background: var(--grad_mcs);
}
a.seminar_card .container_top .info .name {
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
}
a.seminar_card .container_top .info .name span {
  font-weight: 500;
}
a.seminar_card .container_top .info .position {
  padding-top: 10px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0em;
  font-weight: 400;
}
a.seminar_card .container_top .info .position span {
  font-weight: 400;
}
a.seminar_card .head {
  position: relative;
}
a.seminar_card .head h4 {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}
a.seminar_card .head h4 span {
  font-weight: 600;
}
a.seminar_card .head h4 {
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  a.seminar_card .head h4 {
    font-size: 14.5px;
    line-height: 20.5px;
  }
}
@media screen and (max-width: 639px) {
  a.seminar_card .head h4 {
    font-size: 14px;
    line-height: 20px;
  }
}
a.seminar_card .date {
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0em;
  font-weight: 400;
}
a.seminar_card .date span {
  font-weight: 400;
}
a.seminar_card .date {
  position: relative;
}
a.seminar_card .btn {
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  bottom: 30px;
}
@media screen and (max-width: 1239px) {
  a.seminar_card .btn {
    right: 20px;
    bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  a.seminar_card .btn {
    right: 15px;
    bottom: 20px;
  }
}
a.seminar_card .btn .bg {
  position: absolute;
  inset: 0;
}
a.seminar_card .btn .bg::before {
  content: "";
  display: inline-block;
  background: var(--grad_mcs);
  border-radius: 10px;
  position: absolute;
  inset: 0;
}
a.seminar_card .btn .bg::after {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 8.5px;
  background-color: #eee;
  position: absolute;
  inset: 1.5px;
}
a.seminar_card .btn .arrow {
  line-height: 0;
  translate: 0.3px 0;
  position: relative;
}
a.seminar_card .btn .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1.5px;
  stroke: url(#mcs_grad);
}

@media screen and (min-width: 1239px) {
  a.seminar_card:hover .card_bg img {
    opacity: 0.1;
  }
}
@media screen and (min-width: 1239px) {
  a.seminar_card:hover .btn .bg::after {
    background-color: transparent;
  }
}
@media screen and (min-width: 1239px) {
  a.seminar_card:hover .btn .arrow svg {
    stroke: var(--c-white);
  }
}: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;
}

.highlight_item {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 1239px) {
  .highlight_item {
    margin-inline: 4vw;
  }
}
@media screen and (max-width: 1039px) {
  .highlight_item {
    margin-inline: 0;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item {
    grid-template-columns: 1fr;
  }
}
.highlight_item .content {
  position: relative;
}
.highlight_item .content .head {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 25px;
  height: 110px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1039px) {
  .highlight_item .content .head {
    margin-top: 15px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head {
    grid-template-columns: 1fr;
    margin-top: 0;
    height: auto;
  }
}
.highlight_item .content .head::before {
  content: "";
  background: linear-gradient(90deg, var(--c-white) 35%, hsla(0, 0%, 100%, 0) 100%);
  border-radius: 55px 0 0 55px;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head::before {
    display: none;
  }
}
.highlight_item .content .head .number {
  align-self: center;
  display: grid;
  grid-template-columns: auto 1fr;
  margin-left: 70px;
  width: 140px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .number {
    margin-left: 55px;
    width: 120px;
  }
}
@media screen and (max-width: 1039px) {
  .highlight_item .content .head .number {
    margin-left: 30px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .number {
    column-gap: 20px;
    margin-left: 0;
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .number {
    height: 48px;
  }
}
.highlight_item .content .head .number::before {
  display: none;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .number::before {
    display: block;
    content: "";
    background: linear-gradient(90deg, var(--c-white) 35%, hsla(0, 0%, 100%, 0) 100%);
    border-radius: 35px 0 0 35px;
    position: absolute;
    inset: 0;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .number::before {
    border-radius: 24px 0 0 24px;
  }
}
.highlight_item .content .head .number .label {
  align-self: center;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
.highlight_item .content .head .number .label span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .number .label {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .number .label {
    margin-left: 40px;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .number .label {
    font-size: 15px;
    font-weight: 600;
  }
  .highlight_item .content .head .number .label span {
    font-weight: 600;
  }
}
.highlight_item .content .head .number .num {
  justify-self: center;
  font-family: "Poppins", sans-serif;
  font-size: 68px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
}
.highlight_item .content .head .number .num span {
  font-weight: 400;
}
.highlight_item .content .head .number .num {
  translate: 0 0.03em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .number .num {
    font-size: 51px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .number .num {
    justify-self: start;
    align-self: center;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .number .num {
    font-size: 34px;
  }
}
.highlight_item .content .head .title {
  align-self: center;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .title {
    padding-right: 40px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .title {
    padding-top: 20px;
    padding-right: 0;
  }
}
.highlight_item .content .head .title h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0em;
  font-weight: 600;
}
.highlight_item .content .head .title h3 span {
  font-weight: 600;
}
.highlight_item .content .head .title h3 {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .title h3 {
    font-size: 21.5px;
    line-height: 31px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .title h3 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .title h3 {
    font-size: 19px;
    line-height: 28px;
  }
}
.highlight_item .content .head .title h3.fadeElem {
  opacity: 0;
  translate: var(--fadeInLength) 0;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .title h3.fadeElem {
    translate: 0 var(--fadeInLength);
  }
}
.highlight_item .content .head .title h3.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.highlight_item .content .head .title h5 {
  padding-top: 10px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0em;
  font-weight: 600;
}
.highlight_item .content .head .title h5 span {
  font-weight: 600;
}
.highlight_item .content .head .title h5 {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .head .title h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .title h5 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .head .title h5 {
    font-size: 14px;
  }
}
.highlight_item .content .head .title h5.fadeElem {
  opacity: 0;
  translate: var(--fadeInLength) 0;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .head .title h5.fadeElem {
    translate: 0 var(--fadeInLength);
  }
}
.highlight_item .content .head .title h5.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
.highlight_item .content .head.fadeElem::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.highlight_item .content .head.fadeElem .number::before {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.highlight_item .content .head.fadeIn::before {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.highlight_item .content .head.fadeIn .number::before {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.highlight_item .content .accordion {
  display: grid;
  grid-template-columns: 1fr;
}
.highlight_item .content .accordion .accordion_btn {
  display: none;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_btn {
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
}
.highlight_item .content .accordion .accordion_btn .btn {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin: -8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}
.highlight_item .content .accordion .accordion_btn .btn .arrow,
.highlight_item .content .accordion .accordion_btn .btn .border {
  transition: scale 0.5s var(--easeInOutQuart);
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  line-height: 0;
}
.highlight_item .content .accordion .accordion_btn .btn .arrow svg,
.highlight_item .content .accordion .accordion_btn .btn .border svg {
  fill: none;
  stroke: url(#arrow_grad);
  stroke-width: 2px;
}
.highlight_item .content .accordion .accordion_btn .btn.open .arrow {
  scale: 1 -1;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content {
    transition: height 0.5s var(--easeInOutQuart);
    height: 0;
    overflow: hidden;
    margin-inline: 4vw;
  }
}
.highlight_item .content .accordion .accordion_content .body {
  margin-left: 70px;
  margin-right: -50px;
  padding-top: 25px;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .accordion .accordion_content .body {
    margin-left: 55px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .body {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
  }
}
.highlight_item .content .accordion .accordion_content .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
.highlight_item .content .accordion .accordion_content .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .accordion .accordion_content .body p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .body p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .accordion .accordion_content .body p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .body p br {
    display: none;
  }
}
.highlight_item .content .accordion .accordion_content .merit {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 25px;
  margin-left: 70px;
  padding-top: 20px;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .merit {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
.highlight_item .content .accordion .accordion_content .merit .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .merit .title {
    justify-self: start;
  }
}
.highlight_item .content .accordion .accordion_content .merit .title::before {
  content: "";
  display: inline-block;
  border-radius: 0 14px 14px 0;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
.highlight_item .content .accordion .accordion_content .merit .title .label {
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
.highlight_item .content .accordion .accordion_content .merit .title .label span {
  font-weight: 600;
}
.highlight_item .content .accordion .accordion_content .merit .title .label {
  color: var(--c-white);
  translate: 0 -0.05em;
  position: relative;
}
.highlight_item .content .accordion .accordion_content .merit .content {
  padding-top: 7.5px;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .accordion .accordion_content .merit .content {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1039px) {
  .highlight_item .content .accordion .accordion_content .merit .content {
    padding-right: 0;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .merit .content {
    padding-top: 15px;
  }
}
.highlight_item .content .accordion .accordion_content .merit .content p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0em;
  font-weight: 500;
}
.highlight_item .content .accordion .accordion_content .merit .content p span {
  font-weight: 500;
}
.highlight_item .content .accordion .accordion_content .merit .content p {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .accordion .accordion_content .merit .content p {
    text-align: justify;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .merit .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1239px) {
  .highlight_item .content .accordion .accordion_content .merit .content p span.b {
    display: inline;
  }
}
.highlight_item .content .accordion .accordion_content .photo_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  .highlight_item .content .accordion .accordion_content .photo_mb {
    display: block;
    margin-top: 25px;
    margin-inline: auto;
    width: 52vw;
    height: auto;
    aspect-ratio: 290/192;
    border-radius: 0 16px 0 16px;
    overflow: hidden;
  }
}
@media screen and (max-width: 639px) {
  .highlight_item .content .accordion .accordion_content .photo_mb {
    width: 60vw;
  }
}
@media screen and (max-width: 439px) {
  .highlight_item .content .accordion .accordion_content .photo_mb {
    width: 68vw;
  }
}
.highlight_item .content .accordion .accordion_content .photo_mb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight_item .photo {
  width: 290px;
  height: auto;
  aspect-ratio: 290/192;
  border-radius: 0 16px 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .highlight_item .photo {
    width: 250px;
  }
}
@media screen and (max-width: 1039px) {
  .highlight_item .photo {
    width: 220px;
  }
}
@media screen and (max-width: 839px) {
  .highlight_item .photo {
    display: none;
  }
}
.highlight_item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}: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;
}

#fixed_nav {
  display: none;
}
@media screen and (max-width: 1239px) {
  #fixed_nav {
    transition: translate 0.5s var(--easeInOutQuart);
    display: grid;
    padding-bottom: 15px;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}

#fixed_nav.hide {
  translate: 0 100%;
}

#fixed_nav.notVisible {
  translate: 0 100%;
}: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;
}

.news_modal_item {
  display: none;
  margin-inline: auto;
  width: 960px;
  padding: 60px 100px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .news_modal_item {
    padding: 50px 4vw;
    width: 84vw;
  }
}
@media screen and (max-width: 839px) {
  .news_modal_item {
    padding: 40px 4vw;
    width: 92vw;
  }
}
.news_modal_item .bg {
  background-color: var(--c-white);
  position: absolute;
  inset: 0;
}
.news_modal_item .bg::before, .news_modal_item .bg::after {
  content: "";
  display: inline-block;
  height: 8px;
  background: var(--grad_mcs);
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .bg::before, .news_modal_item .bg::after {
    height: 6px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .bg::before, .news_modal_item .bg::after {
    height: 4px;
  }
}
.news_modal_item .bg::before {
  top: 0;
}
.news_modal_item .bg::after {
  bottom: 0;
}
.news_modal_item .top_wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .top_wrap {
    column-gap: 25px;
  }
}
@media screen and (max-width: 1039px) {
  .news_modal_item .top_wrap {
    grid-template-columns: 1fr;
    row-gap: 27px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .top_wrap {
    row-gap: 25px;
  }
}
@media screen and (max-width: 1039px) {
  .news_modal_item .top_wrap .head {
    grid-row: 2;
  }
}
.news_modal_item .top_wrap .head h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0em;
  font-weight: 600;
}
.news_modal_item .top_wrap .head h4 span {
  font-weight: 600;
}
@media screen and (max-width: 639px) {
  .news_modal_item .top_wrap .head h4 {
    line-height: 22px;
    font-weight: 600;
  }
  .news_modal_item .top_wrap .head h4 span {
    font-weight: 600;
  }
}
.news_modal_item .top_wrap .date {
  align-self: start;
}
@media screen and (max-width: 1039px) {
  .news_modal_item .top_wrap .date {
    grid-row: 1;
  }
}
.news_modal_item .top_wrap .date .label {
  margin-right: -0.05em;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.news_modal_item .top_wrap .date .label span {
  font-weight: 500;
}
.news_modal_item .top_wrap .date .label {
  color: var(--mcs_gray00);
}
.news_modal_item .line {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: var(--mcs_gray80);
  position: relative;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .line {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .line {
    margin-top: 25px;
  }
}
.news_modal_item .bottom_wrap {
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .bottom_wrap {
    padding-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .bottom_wrap {
    padding-top: 25px;
  }
}
.news_modal_item .bottom_wrap .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 400;
}
.news_modal_item .bottom_wrap .body p span {
  font-weight: 400;
}
.news_modal_item .bottom_wrap .body p {
  text-align: justify;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .bottom_wrap .body p {
    line-height: 22px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .bottom_wrap .body p {
    line-height: 20px;
  }
}
.news_modal_item .bottom_wrap .body p a {
  transition: color 0.3s;
  text-decoration: underline;
}
.news_modal_item .bottom_wrap .body p a:hover {
  color: var(--mcs_red);
}
.news_modal_item .bottom_wrap.has_photo {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 50px;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .bottom_wrap.has_photo {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1039px) {
  .news_modal_item .bottom_wrap.has_photo {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .bottom_wrap.has_photo {
    row-gap: 25px;
  }
}
.news_modal_item .bottom_wrap.has_photo .photo {
  width: 340px;
  aspect-ratio: 2/1;
  position: relative;
}
@media screen and (max-width: 1239px) {
  .news_modal_item .bottom_wrap.has_photo .photo {
    width: 300px;
  }
}
@media screen and (max-width: 1039px) {
  .news_modal_item .bottom_wrap.has_photo .photo {
    width: 50%;
  }
}
@media screen and (max-width: 839px) {
  .news_modal_item .bottom_wrap.has_photo .photo {
    width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .news_modal_item .bottom_wrap.has_photo .photo {
    width: 100%;
  }
}
.news_modal_item .bottom_wrap.has_photo .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_modal_item .bottom_wrap.has_photo .photo::after {
  content: "";
  display: inline-block;
  border: 1px solid var(--mcs_gray03);
  position: absolute;
  inset: 0;
}

.news_modal_item.active {
  display: block;
}: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;
}

#modal {
  transition: left 0s 0.7s;
  pointer-events: none;
  overflow: clip;
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
#modal .modal_bg {
  transition: opacity 0.3s 0.2s;
  opacity: 0;
  background-color: var(--c-Black);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -200px;
}
#modal .scroll_wrap {
  display: grid;
  grid-template-columns: 1fr;
  overflow: scroll;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 839px) {
  #modal .scroll_wrap {
    margin-top: 70px;
  }
}
#modal .scroll_wrap .scroll_content {
  transition: opacity 0.3s, translate 0s 0.3s;
  opacity: 0;
  translate: 0 30px;
  align-self: center;
  padding: 100px 0;
  pointer-events: auto;
  position: relative;
}
@media screen and (max-width: 1239px) {
  #modal .scroll_wrap .scroll_content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1039px) {
  #modal .scroll_wrap .scroll_content {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 839px) {
  #modal .scroll_wrap .scroll_content {
    padding: 10px 0 40px;
  }
}
#modal .scroll_wrap .scroll_content .scroll_content_bg {
  position: absolute;
  inset: 0;
}
#modal .btn_close {
  transition: opacity 0.3s;
  opacity: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 38px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media screen and (max-width: 1239px) {
  #modal .btn_close {
    width: 34px;
    right: 25px;
    top: 25px;
  }
}
@media screen and (max-width: 839px) {
  #modal .btn_close {
    width: 30px;
    right: 4vw;
    top: 20px;
  }
}
#modal .btn_close .bg {
  transition: border 0.3s, opacity 0.3s;
  border-radius: inherit;
  background-color: transparent;
  border: 2px solid var(--c-white);
  position: absolute;
  inset: 0;
}
#modal .btn_close::before, #modal .btn_close::after {
  transition: background 0.3s, opacity 0.3s;
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--c-white);
}
#modal .btn_close::before {
  transform: rotate(45deg);
}
#modal .btn_close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1239px) {
  #modal .btn_close:hover .bg {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1239px) {
  #modal .btn_close:hover::before, #modal .btn_close:hover::after {
    opacity: 0.7;
  }
}

#modal.on {
  transition: left 0s;
  left: 0;
  pointer-events: auto;
}
#modal.on .modal_bg {
  transition: opacity 0.3s;
  opacity: 0.8;
}
#modal.on .scroll_wrap .scroll_content {
  transition: opacity 0.5s 0.2s, translate 0.5s var(--easeOutQuart) 0.2s;
  opacity: 1;
  translate: 0 0;
}
#modal.on .btn_close {
  transition: opacity 0.5s 0.2s;
  opacity: 1;
  pointer-events: auto;
}: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;
}

:root {
  --opacityDuration: 1.3s;
  --scaleDuration: 1.5s;
}

header.header {
  opacity: 0;
}

header.header.fadeIn {
  transition: opacity var(--opacityDuration), translate 0.5s var(--easeInOutQuart);
  opacity: 1;
}

.hero .hero_bg {
  opacity: 0;
  scale: 1.3;
  translate: -2vw 0;
}
@media screen and (max-width: 1039px) {
  .hero .hero_bg {
    scale: 2;
    translate: -9vw 7vw;
  }
}
.hero .text_wrap .logo {
  opacity: 0;
  translate: 80px 0;
}
@media screen and (max-width: 839px) {
  .hero .text_wrap .logo {
    translate: 50px 0;
  }
}
.hero .text_wrap .concept {
  opacity: 0;
  translate: -80px 0;
}
@media screen and (max-width: 839px) {
  .hero .text_wrap .concept {
    translate: -50px 0;
  }
}
.hero .text_wrap .date {
  opacity: 0;
  translate: 80px 0;
}
@media screen and (max-width: 839px) {
  .hero .text_wrap .date {
    translate: 50px 0;
  }
}
.hero .text_wrap .place {
  opacity: 0;
  translate: 80px 0;
}
@media screen and (max-width: 839px) {
  .hero .text_wrap .place {
    translate: 50px 0;
  }
}
.hero .text_wrap .btn a .bg {
  opacity: 0;
  translate: -100% 0;
}
.hero .text_wrap .btn a .label {
  opacity: 0;
}
.hero .text_wrap .btn a .arrow {
  opacity: 0;
}
.hero .text_wrap .comment {
  opacity: 0;
}
.hero .shape_arrow img {
  opacity: 0;
  translate: 0 80px;
}
@media screen and (max-width: 839px) {
  .hero .shape_arrow img {
    translate: 0 50px;
  }
}

.hero.fadeIn .hero_bg {
  transition: opacity var(--opacityDuration), scale var(--scaleDuration) var(--easeOutQuart), translate var(--scaleDuration) var(--easeOutQuart);
  opacity: 1;
  scale: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .logo {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .concept {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .date {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .place {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .btn a .bg {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}
.hero.fadeIn .text_wrap .btn a .label {
  transition: opacity var(--opacityDuration);
  transition-delay: 0.3s;
  opacity: 1;
}
.hero.fadeIn .text_wrap .btn a .arrow {
  transition: opacity var(--opacityDuration);
  transition-delay: 0.3s;
  opacity: 1;
}
.hero.fadeIn .text_wrap .comment {
  transition: opacity var(--opacityDuration);
  transition-delay: 0.3s;
  opacity: 1;
}
.hero.fadeIn .shape_arrow img {
  transition: opacity var(--opacityDuration), translate var(--scaleDuration) var(--easeOutCubic);
  opacity: 1;
  translate: 0 0;
}

.hero {
  margin-top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/360;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .hero {
    aspect-ratio: 375/244;
  }
}
.hero .hero_bg {
  position: absolute;
  inset: 0;
}
.hero .hero_bg .gradient {
  position: absolute;
  inset: 0;
  background: var(--grad_mcs);
}
.hero .hero_bg .effect {
  opacity: 0.15;
  mix-blend-mode: color-dodge;
  position: absolute;
  inset: 0;
}
.hero .hero_bg .effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero_bg .effect img.img_pc {
  display: block;
}
@media screen and (max-width: 1039px) {
  .hero .hero_bg .effect img.img_pc {
    display: none;
  }
}
.hero .hero_bg .effect img.img_mb {
  display: none;
}
@media screen and (max-width: 1039px) {
  .hero .hero_bg .effect img.img_mb {
    display: block;
  }
}
.hero .text_wrap {
  position: relative;
  z-index: 1;
}
.hero .text_wrap img.img_pc {
  display: block;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap img.img_pc {
    display: none;
  }
}
.hero .text_wrap img.img_mb {
  display: none;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap img.img_mb {
    display: block;
  }
}
.hero .text_wrap .logo {
  padding-left: 4.6875vw;
  padding-top: 2.5vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .logo {
    padding-left: 4vw;
    padding-top: 6.4vw;
  }
}
.hero .text_wrap .logo img {
  width: auto;
  height: 3.75vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .logo img {
    height: 5.6vw;
  }
}
.hero .text_wrap .concept {
  padding-left: 4.6875vw;
  padding-top: 1.40625vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .concept {
    padding-left: 4vw;
    padding-top: 3.2vw;
  }
}
.hero .text_wrap .concept img {
  width: auto;
  height: 4.140625vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .concept img {
    height: 14.1333333333vw;
  }
}
.hero .text_wrap .date {
  padding-left: 4.6875vw;
  padding-top: 1.71875vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .date {
    padding-left: 4vw;
    padding-top: 3.2vw;
  }
}
.hero .text_wrap .date img {
  width: auto;
  height: 3.75vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .date img {
    height: 5.0666666667vw;
  }
}
.hero .text_wrap .place {
  display: none;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .place {
    display: block;
    padding-left: 4vw;
    padding-top: 1.8666666667vw;
  }
}
.hero .text_wrap .place img {
  width: auto;
  height: 8vw;
}
.hero .text_wrap .btn {
  padding-top: 1.953125vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .btn {
    padding-top: 5.0666666667vw;
  }
}
.hero .text_wrap .btn a {
  transition: translate 0.3s var(--easeOutQuart);
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  column-gap: 2.34375vw;
  padding-left: 4.6875vw;
  width: 60.9375vw;
  height: 4.296875vw;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .btn a {
    padding-left: 4vw;
    width: 96vw;
    height: 7.7333333333vw;
  }
}
.hero .text_wrap .btn a .bg {
  background-color: var(--c-white);
  clip-path: polygon(0% 0%, calc(100% - 1.953125vw) 0%, 100% 50%, calc(100% - 1.953125vw) 100%, 0% 100%);
  position: absolute;
  left: -50px;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .btn a .bg {
    clip-path: polygon(0% 0%, calc(100% - 3.2vw) 0%, 100% 50%, calc(100% - 3.2vw) 100%, 0% 100%);
    left: -25px;
  }
}
.hero .text_wrap .btn a .label {
  align-self: center;
  font-size: 1.875vw;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  translate: 0 -0.05em;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .btn a .label {
    font-size: 4vw;
  }
}
.hero .text_wrap .btn a .arrow {
  align-self: center;
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .btn a .arrow {
    display: none;
  }
}
.hero .text_wrap .btn a .arrow svg {
  width: auto;
  height: 1.875vw;
  fill: none;
  stroke-width: 4px;
  stroke: hsl(44, 95%, 53%);
}
@media screen and (min-width: 1239px) {
  .hero .text_wrap .btn a:hover {
    translate: 10px 0;
  }
}
.hero .text_wrap .comment {
  padding-left: 4.6875vw;
  padding-top: 0.78125vw;
}
@media screen and (max-width: 1039px) {
  .hero .text_wrap .comment {
    display: none;
  }
}
.hero .text_wrap .comment p {
  font-size: 0.9375vw;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 500;
  color: var(--c-white);
}
.hero .shape_arrow {
  overflow: hidden;
  position: absolute;
  right: 9.375vw;
  bottom: 0;
}
@media screen and (max-width: 1039px) {
  .hero .shape_arrow {
    right: 5.6vw;
    bottom: 12.5333333333vw;
  }
}
.hero .shape_arrow img {
  width: auto;
  height: 26.328125vw;
}
@media screen and (max-width: 1039px) {
  .hero .shape_arrow img {
    height: 48vw;
  }
}

.hero_comment_mb {
  display: none;
}
@media screen and (max-width: 1039px) {
  .hero_comment_mb {
    display: block;
    padding-top: 20px;
    margin-inline: 8vw;
  }
}
@media screen and (max-width: 639px) {
  .hero_comment_mb {
    padding-top: 15px;
  }
}
.hero_comment_mb p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0em;
  font-weight: 500;
}
.hero_comment_mb p span {
  font-weight: 500;
}

section {
  margin-top: 30px;
  padding-top: 50px;
}
@media screen and (max-width: 1239px) {
  section {
    margin-top: 25px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section {
    margin-top: 20px;
    padding-top: 40px;
  }
}
section .section_content {
  margin-top: 60px;
}
@media screen and (max-width: 1239px) {
  section .section_content {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section .section_content {
    margin-top: 30px;
  }
}
section .section_content .line_title {
  display: grid;
  grid-template-columns: 1fr;
  margin-inline: auto;
  max-width: 100%;
}
section .section_content .line_title .bar {
  width: 100%;
  height: 2px;
  background: var(--grad_mcs);
}
section .section_content .line_title .label {
  justify-self: center;
  line-height: 1em;
  letter-spacing: 0em;
  background: var(--grad_mcs);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -0.05em;
}
section .section_content .line_title.fadeElem .bar {
  clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
}
section .section_content .line_title.fadeElem .label {
  opacity: 0;
  translate: 0 20px;
}
section .section_content .line_title.fadeIn .bar {
  transition: clip-path 1s var(--easeOutQuart);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
section .section_content .line_title.fadeIn .label {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  transition-delay: 0.1s;
  opacity: 1;
  translate: 0 0;
}
section .section_content .page_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 50px;
  row-gap: 25px;
  margin-top: 60px;
  margin-inline: 4vw;
}
@media screen and (max-width: 1239px) {
  section .section_content .page_btn_wrap {
    column-gap: 35px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 839px) {
  section .section_content .page_btn_wrap {
    column-gap: 4vw;
  }
}
@media screen and (max-width: 639px) {
  section .section_content .page_btn_wrap {
    margin-top: 30px;
  }
}

section.section_news .section_content {
  display: grid;
  grid-template-columns: 1fr;
  margin-inline: auto;
  width: 960px;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content {
    width: 84vw;
  }
}
section.section_news .section_content .news_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 35px;
  justify-items: start;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .news_grid {
    column-gap: 2vw;
    row-gap: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_news .section_content .news_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .news_grid {
    column-gap: 4vw;
    row-gap: 28px;
  }
}
section.section_news .section_content .news_grid_accordion {
  transition: height 0.5s var(--easeInOutQuart);
  margin-top: 35px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .news_grid_accordion {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .news_grid_accordion {
    margin-top: 25px;
  }
}
section.section_news .section_content .news_grid_accordion.open {
  height: auto;
}
section.section_news .section_content .btn_wrap {
  transition: margin-top 0.5s var(--easeInOutQuart);
  justify-self: end;
  margin-top: 15px;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .btn_wrap {
    margin-top: 10px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap {
    margin-top: 5px;
  }
}
section.section_news .section_content .btn_wrap .btn_more {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-right: 15px;
  width: 160px;
  height: 32px;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .btn_wrap .btn_more {
    padding-right: 13px;
    width: 154px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap .btn_more {
    padding-right: 11px;
    width: 148px;
  }
}
section.section_news .section_content .btn_wrap .btn_more::before {
  content: "";
  display: inline-block;
  background: var(--grad_mypage);
  border-radius: 16px;
  position: absolute;
  inset: 0;
}
section.section_news .section_content .btn_wrap .btn_more::after {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  border-radius: 14.5px;
  background-color: var(--c-white);
  position: absolute;
  inset: 1.5px;
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap .btn_more::after {
    border-radius: 15px;
    inset: 1px;
  }
}
section.section_news .section_content .btn_wrap .btn_more .label {
  transition: opacity 0.5s;
  justify-self: center;
  align-self: center;
  grid-column: 1;
  grid-row: 1;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_news .section_content .btn_wrap .btn_more .label span {
  font-weight: 600;
}
section.section_news .section_content .btn_wrap .btn_more .label {
  color: var(--c-mcs_red);
  background: var(--grad_mypage);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  translate: 0 -0.05em;
  position: relative;
  z-index: 1;
}
section.section_news .section_content .btn_wrap .btn_more .label.open {
  opacity: 1;
}
section.section_news .section_content .btn_wrap .btn_more .label.close {
  opacity: 0;
}
section.section_news .section_content .btn_wrap .btn_more .arrow {
  transition: rotate 0.5s var(--easeInOutQuart);
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .btn_wrap .btn_more .arrow {
    right: 13px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap .btn_more .arrow {
    right: 11px;
  }
}
section.section_news .section_content .btn_wrap .btn_more .arrow svg {
  transition: stroke 0.3s;
  fill: none;
  stroke-width: 1.5px;
  stroke: url(#stroke-grad);
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap .btn_more .arrow svg {
    stroke-width: 1px;
  }
}
section.section_news .section_content .btn_wrap .btn_more:hover::after {
  background-color: var(--grad_mypage);
}
section.section_news .section_content .btn_wrap .btn_more:hover .label {
  background: var(--c-white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.section_news .section_content .btn_wrap .btn_more:hover .arrow svg {
  stroke: var(--c-white);
}
section.section_news .section_content .btn_wrap .btn_more.open .label.open {
  opacity: 0;
}
section.section_news .section_content .btn_wrap .btn_more.open .label.close {
  opacity: 1;
}
section.section_news .section_content .btn_wrap .btn_more.open .arrow {
  rotate: 180deg;
}
section.section_news .section_content .btn_wrap.open {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_news .section_content .btn_wrap.open {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_news .section_content .btn_wrap.open {
    margin-top: 30px;
  }
}

section.section_about .section_content {
  position: relative;
}
section.section_about .section_content .bg {
  position: absolute;
  left: 50px;
  right: 50px;
  top: -200px;
  bottom: -200px;
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .bg {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: auto;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .bg {
    top: 0px;
  }
}
@media screen and (max-width: 439px) {
  section.section_about .section_content .bg {
    top: 30px;
  }
}
section.section_about .section_content .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
section.section_about .section_content .bg img.img_pc {
  display: block;
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .bg img.img_pc {
    display: none;
  }
}
section.section_about .section_content .bg img.img_mb {
  display: none;
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .bg img.img_mb {
    display: block;
  }
}
section.section_about .section_content .bg.fadeElem {
  opacity: 0;
  scale: 0.5;
}
section.section_about .section_content .bg.fadeIn {
  transition: opacity var(--fadeInOpacityDuration), scale 1s var(--easeOutQuart);
  transition-delay: 0.4s;
  opacity: 1;
  scale: 1;
}
section.section_about .section_content .line_title {
  row-gap: 15px;
  width: 400px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .line_title {
    width: 280px;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .line_title {
    width: 160px;
  }
}
section.section_about .section_content .line_title .label {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}
section.section_about .section_content .line_title .label span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .line_title .label {
    font-size: 20.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .line_title .label {
    font-size: 17px;
  }
}
section.section_about .section_content .message {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .message {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .message {
    padding-top: 30px;
  }
}
section.section_about .section_content .message h2 {
  transition-delay: 0.6s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0em;
  font-weight: 700;
}
section.section_about .section_content .message h2 span {
  font-weight: 700;
}
section.section_about .section_content .message h2 {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .message h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .message h2 {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .message h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
section.section_about .section_content .message h2 .thin {
  font-weight: 400;
}
section.section_about .section_content .lead {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .lead {
    padding-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .lead {
    padding-top: 30px;
    margin-inline: 8vw;
  }
}
section.section_about .section_content .lead p {
  transition-delay: 0.6s;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0em;
  font-weight: 600;
}
section.section_about .section_content .lead p span {
  font-weight: 600;
}
section.section_about .section_content .lead p {
  text-align: center;
}
@media screen and (max-width: 1239px) {
  section.section_about .section_content .lead p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .lead p {
    transition-delay: 0s;
  }
}
@media screen and (max-width: 639px) {
  section.section_about .section_content .lead p {
    font-size: 14px;
    line-height: 24px;
  }
}
section.section_about .section_content .page_btn_wrap .page_btn {
  transition-delay: 0.6s;
}
@media screen and (max-width: 839px) {
  section.section_about .section_content .page_btn_wrap .page_btn {
    transition-delay: 0s;
  }
}

section.section_highlight {
  margin-top: 70px;
}
@media screen and (max-width: 1239px) {
  section.section_highlight {
    margin-top: 45px;
  }
}
@media screen and (max-width: 639px) {
  section.section_highlight {
    margin-top: 20px;
  }
}
section.section_highlight .section_content {
  margin-inline: calc(-1 * (100vw - 1160px) / 2);
}
@media screen and (max-width: 1239px) {
  section.section_highlight .section_content {
    margin-inline: -4vw;
  }
}
section.section_highlight .section_content .highlight_container {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_highlight .section_content .highlight_container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 639px) {
  section.section_highlight .section_content .highlight_container {
    padding: 40px 0;
  }
}
section.section_highlight .section_content .highlight_container .highlight_bg {
  position: absolute;
  inset: 0;
}
section.section_highlight .section_content .highlight_container .highlight_bg .gradient {
  opacity: 0.3;
  background: var(--grad_mcs);
  position: absolute;
  inset: 0;
}
section.section_highlight .section_content .highlight_container .highlight_bg .effect {
  position: absolute;
  inset: 0;
}
section.section_highlight .section_content .highlight_container .highlight_bg .effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  mix-blend-mode: color-dodge;
  position: relative;
}
section.section_highlight .section_content .highlight_container .highlights_grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  margin-inline: auto;
  width: 1040px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_highlight .section_content .highlight_container .highlights_grid {
    width: 92vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_highlight .section_content .highlight_container .highlights_grid {
    row-gap: 50px;
  }
}
@media screen and (max-width: 639px) {
  section.section_highlight .section_content .highlight_container .highlights_grid {
    row-gap: 40px;
  }
}

section.section_seminar {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_seminar {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_seminar {
    margin-top: 20px;
  }
}
section.section_seminar .section_content .seminar_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_seminar .section_content .seminar_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_seminar .section_content .seminar_grid {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_seminar .section_content .seminar_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 639px) {
  section.section_seminar .section_content .seminar_grid {
    gap: 20px;
  }
}

section.section_exhibitor {
  margin-top: 50px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor {
    margin-top: 20px;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 30px;
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container {
    column-gap: 25px;
    margin-left: 4vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container {
    grid-template-columns: 1fr;
    margin-right: 4vw;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head {
  padding-top: 30px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head {
    padding-top: 0;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0em;
  font-weight: 700;
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 span {
  font-weight: 700;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 {
    font-size: 23px;
    line-height: 33px;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .head h3 span {
    font-weight: 600;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body {
  padding-top: 40px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body {
    padding-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body {
    padding-top: 24px;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p {
  margin-block: calc((1em - 1lh) / 2);
  margin-right: -0.05em;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p span {
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p {
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p {
    text-align: justify;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p span.b {
    display: inline;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .text_wrap .body p br {
    display: none;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .photo {
  width: 474px;
  justify-self: auto;
  aspect-ratio: 474/304;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .photo {
    width: 36vw;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .photo {
    margin-top: 40px;
    margin-inline: auto;
    width: 60vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .photo {
    margin-top: 30px;
    width: 68vw;
  }
}
@media screen and (max-width: 439px) {
  section.section_exhibitor .section_content .exhibitor_intro .container .photo {
    width: 100%;
  }
}
section.section_exhibitor .section_content .exhibitor_intro .container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_exhibitor .section_content .exhibitor_news {
  margin-top: 80px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news {
    margin-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news {
    margin-top: 50px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 40px;
  margin-left: 100px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-inline: 4vw;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title {
  width: 250px;
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title {
    width: 100%;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title .line_title {
  row-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .line_title {
    row-gap: 23px;
  }
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .line_title {
    width: 250px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .line_title {
    row-gap: 16px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title .line_title .label {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}
section.section_exhibitor .section_content .exhibitor_news .container .title .line_title .label span {
  font-weight: 600;
}
section.section_exhibitor .section_content .exhibitor_news .container .title .line_title .label {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .line_title .label {
    font-size: 18.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .line_title .label {
    font-size: 17px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title .body {
  padding-top: 35px;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body {
    padding-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body {
    padding-top: 25px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title .body p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  font-weight: 500;
}
section.section_exhibitor .section_content .exhibitor_news .container .title .body p span {
  font-weight: 500;
}
section.section_exhibitor .section_content .exhibitor_news .container .title .body p {
  text-align: justify;
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body p {
    text-align: center;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body p {
    text-align: justify;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .title .body p span.b {
  display: inline;
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body p span.b {
    display: inline-block;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .title .body p span.b {
    display: inline;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1039px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards {
    margin-top: 35px;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards {
    gap: 20px;
    margin-top: 25px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards a.exhibitor_news_card .new {
  display: none;
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon {
    height: 200px;
  }
}
@media screen and (max-width: 839px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon {
    height: 180px;
  }
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon::before {
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: var(--mcs_gray95);
  border-radius: 8px;
  position: absolute;
  inset: 0;
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon .coming_soon .label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon .coming_soon .label span {
  font-weight: 400;
}
section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon .coming_soon .label {
  color: var(--mcs_gray00);
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon .coming_soon .label {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  section.section_exhibitor .section_content .exhibitor_news .container .content .exhibitor_news_cards .exhibitor_news_card_coming_soon .coming_soon .label {
    font-size: 12px;
  }
}

section.section_sponsor .section_content {
  margin-top: 0;
}
section.section_sponsor .section_content .sponsor_box .line_title {
  row-gap: 12px;
  width: 300px;
}
@media screen and (max-width: 639px) {
  section.section_sponsor .section_content .sponsor_box .line_title {
    row-gap: 15px;
    width: 100%;
  }
}
section.section_sponsor .section_content .sponsor_box .line_title .label {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
}
section.section_sponsor .section_content .sponsor_box .line_title .label span {
  font-weight: 600;
}
section.section_sponsor .section_content .sponsor_box .line_title .label {
  translate: 0 -0.05em;
}
@media screen and (max-width: 1239px) {
  section.section_sponsor .section_content .sponsor_box .line_title .label {
    font-size: 18.5px;
  }
}
@media screen and (max-width: 639px) {
  section.section_sponsor .section_content .sponsor_box .line_title .label {
    font-size: 17px;
    font-weight: 700;
  }
  section.section_sponsor .section_content .sponsor_box .line_title .label span {
    font-weight: 700;
  }
}
section.section_sponsor .section_content .sponsor_box .content {
  margin-top: 40px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_sponsor .section_content .sponsor_box .content {
    margin-top: 35px;
    padding: 30px;
  }
}
@media screen and (max-width: 639px) {
  section.section_sponsor .section_content .sponsor_box .content {
    margin-top: 30px;
    padding: 4vw;
  }
}
section.section_sponsor .section_content .sponsor_box .content::before {
  content: "";
  display: inline-block;
  background-color: var(--mcs_gray01);
  position: absolute;
  inset: 0;
}
section.section_sponsor .section_content .sponsor_box .content .sponsor_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-inline: auto;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid {
    gap: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1039px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid {
    gap: 2vw;
  }
}
@media screen and (max-width: 639px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid {
    gap: 4vw;
  }
}
section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: auto;
  aspect-ratio: 220/120;
  border-radius: 16px 0 16px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1239px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card {
    width: calc((92vw - 60px - 90px) / 4);
  }
}
@media screen and (max-width: 1039px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card {
    width: calc((92vw - 60px - 6vw) / 4);
  }
}
@media screen and (max-width: 839px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card {
    width: calc((92vw - 60px - 4vw) / 3);
  }
}
@media screen and (max-width: 639px) {
  section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card {
    width: 40vw;
  }
}
section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card::before {
  content: "";
  display: inline-block;
  background: var(--c-white);
  position: absolute;
  inset: 0;
}
section.section_sponsor .section_content .sponsor_box .content .sponsor_grid .sponsor_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
section.section_sponsor .section_content .sponsor_box .content.fadeElem::before {
  opacity: 0;
  translate: 0 20px;
}
section.section_sponsor .section_content .sponsor_box .content.fadeIn::before {
  transition: opacity var(--fadeInOpacityDuration), translate 1s var(--easeOutQuart);
  opacity: 1;
  translate: 0 0;
}
section.section_sponsor .section_content .sponsor_box_media {
  margin-top: 80px;
}