@charset "UTF-8";
/* ==========================
フローティングバナー（追従バナー）
========================== */
.bl_floatingBanner {
  position: fixed;
  top: 430px;
  right: 5px;
  width: 290px;
  max-width: 100%;
  z-index: 55;
  /*z-index: 17;
  top: 395px;
  right: 105px; */
}
.bl_floatingBanner.slidein, .bl_floatingBanner.slidein02 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.bl_floatingBanner.slidein.slidein-left, .bl_floatingBanner.slidein02.slidein-left {
  transform: translate(-100%, 0);
}
.bl_floatingBanner.slidein.slidein-right, .bl_floatingBanner.slidein02.slidein-right {
  transform: translate(100%, 0);
}
.bl_floatingBanner.slidein.slidein-up, .bl_floatingBanner.slidein02.slidein-up {
  transform: translate(0, -100%);
}
.bl_floatingBanner.slidein.slidein-bottom, .bl_floatingBanner.slidein02.slidein-bottom {
  transform: translate(0, 100%);
}
.bl_floatingBanner.slidein.scrollin, .bl_floatingBanner.slidein02.scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}
.bl_floatingBanner.slidein-right {
  pointer-events: none;
}
.bl_floatingBanner.slidein-right.scrollin {
  pointer-events: auto;
}
.bl_floatingBanner.js_close {
  display: none;
}
.bl_floatingBanner .bl_floatingBanner_img {
  display: block;
  transition: 0.3s;
}
.bl_floatingBanner .bl_floatingBanner_img:hover {
  opacity: 0.6;
}
.bl_floatingBanner .bl_floatingBanner_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: -20px;
  cursor: pointer;
  background-color: #127FF2;
  border-radius: 30px;
  /* right: -17px;
  top: -15px; */
}
.bl_floatingBanner .bl_floatingBanner_close span {
  background-color: #fff;
  transform: rotate(45deg);
}
.bl_floatingBanner .bl_floatingBanner_close span:nth-of-type(1) {
  position: absolute;
  top: 13px;
  right: 7px;
  width: 15px;
  height: 3px;
}
.bl_floatingBanner .bl_floatingBanner_close span:nth-of-type(2) {
  position: absolute;
  top: 7px;
  right: 13px;
  width: 3px;
  height: 15px;
}
@media (max-width: 960px) {
  .bl_floatingBanner {
    top: 280px;
    right: 2px;
    width: 170px;
    /* right: 24px; */
  }
}

/* アニメーション */
@keyframes slideinRight {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideinRight {
  animation: slideinRight 3s infinite;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* その場で */
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

/* ================

共通設定

=============================*/
/* ==================
コンテンツ調整
==========================*/
@keyframes glitch-before {
  0% {
    -webkit-clip-path: polygon(0% 37.1942779365%, 100% 37.1942779365%, 100% 37.6942779365%, 0% 37.6942779365%);
    transform: translate(-0.130383134%, 0.0486035206%);
    clip-path: polygon(0% 37.1942779365%, 100% 37.1942779365%, 100% 37.6942779365%, 0% 37.6942779365%);
  }
  1.25% {
    -webkit-clip-path: polygon(0% 31.8714510387%, 100% 31.8714510387%, 100% 32.3714510387%, 0% 32.3714510387%);
    transform: translate(-0.4642070976%, -0.0460021719%);
    clip-path: polygon(0% 31.8714510387%, 100% 31.8714510387%, 100% 32.3714510387%, 0% 32.3714510387%);
  }
  2.5% {
    -webkit-clip-path: polygon(0% 44.6569829572%, 100% 44.6569829572%, 100% 45.1569829572%, 0% 45.1569829572%);
    transform: translate(0.2463926149%, -0.0160640162%);
    clip-path: polygon(0% 44.6569829572%, 100% 44.6569829572%, 100% 45.1569829572%, 0% 45.1569829572%);
  }
  3.75% {
    -webkit-clip-path: polygon(0% 4.0066355304%, 100% 4.0066355304%, 100% 4.5066355304%, 0% 4.5066355304%);
    transform: translate(-0.319460375%, -0.0115473591%);
    clip-path: polygon(0% 4.0066355304%, 100% 4.0066355304%, 100% 4.5066355304%, 0% 4.5066355304%);
  }
  5%, 100% {
    -webkit-clip-path: none;
    transform: none;
    clip-path: none;
  }
}
@keyframes glitch-after {
  0% {
    -webkit-clip-path: polygon(0% 16.3887382797%, 100% 16.3887382797%, 100% 16.8887382797%, 0% 16.8887382797%);
    transform: translate(0.2706158031%, 0.0209203129%);
    clip-path: polygon(0% 16.3887382797%, 100% 16.3887382797%, 100% 16.8887382797%, 0% 16.8887382797%);
  }
  1.25% {
    -webkit-clip-path: polygon(0% 43.2968591031%, 100% 43.2968591031%, 100% 43.7968591031%, 0% 43.7968591031%);
    transform: translate(0.0325772621%, -0.0313990209%);
    clip-path: polygon(0% 43.2968591031%, 100% 43.2968591031%, 100% 43.7968591031%, 0% 43.7968591031%);
  }
  2.5% {
    -webkit-clip-path: polygon(0% 14.7236267206%, 100% 14.7236267206%, 100% 15.2236267206%, 0% 15.2236267206%);
    transform: translate(-0.3669785278%, 0.0276527215%);
    clip-path: polygon(0% 14.7236267206%, 100% 14.7236267206%, 100% 15.2236267206%, 0% 15.2236267206%);
  }
  3.75% {
    -webkit-clip-path: polygon(0% 35.507912264%, 100% 35.507912264%, 100% 36.007912264%, 0% 36.007912264%);
    transform: translate(-0.4168991889%, 0.0215082689%);
    clip-path: polygon(0% 35.507912264%, 100% 35.507912264%, 100% 36.007912264%, 0% 36.007912264%);
  }
  5%, 100% {
    -webkit-clip-path: none;
    transform: none;
    clip-path: none;
  }
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(-0.0122325938%, 0.0035357893%);
  }
  1.25% {
    transform: translate(0.1514459097%, 0.0109698218%);
  }
  2.5% {
    transform: translate(-0.4514584371%, -0.0099146857%);
  }
  3.75% {
    transform: translate(0.3648924391%, -0.0825003214%);
  }
  5%, 100% {
    transform: none;
  }
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(0.014441792%, 0.0693964739%);
  }
  1.25% {
    transform: translate(-0.3054345349%, 0.0368952816%);
  }
  2.5% {
    transform: translate(0.4236689147%, 0.04120593%);
  }
  3.75% {
    transform: translate(0.4821092652%, -0.0291976193%);
  }
  5%, 100% {
    transform: none;
  }
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(0.0141790437%, -0.0997804861%);
  }
  1.25% {
    transform: translate(0.3420263922%, -0.0757284454%);
  }
  2.5% {
    transform: translate(-0.2883368737%, -0.017945975%);
  }
  3.75% {
    transform: translate(-0.1853097604%, -0.0788353172%);
  }
  5%, 100% {
    transform: none;
  }
}
.l-wrapper {
  top: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  /* z-index: 2; */
  position: relative;
  background-color: #000000;
}
.l-wrapper:before {
  -webkit-transform: translateX(-50%);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  width: 100%;
  height: 100vh;
  height: 100%;
  transform: translateX(-50%);
  background-image: url(../../../images/top/bg_fixed_sp.png.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
  content: "";
  opacity: 0;
  transition: all 2s;
}
.l-wrapper .l-wrapper__bg {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  background-image: url(../../../images/top/bg_stripe01.png.webp);
  background-position: center 17.3333333333vw;
  background-size: contain;
  background-repeat: repeat-y;
  opacity: 0;
}
.l-wrapper .l-wrapper__bg.glitch {
  overflow: hidden;
  background-color: #000;
}
.l-wrapper .l-wrapper__bg.glitch:before, .l-wrapper .l-wrapper__bg.glitch:after,
.l-wrapper .l-wrapper__bg.glitch .channel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: contain;
}
.l-wrapper .l-wrapper__bg.glitch:before {
  -webkit-animation: glitch-before 2s linear infinite alternate both;
  content: "";
  animation: glitch-before 2s linear infinite alternate both;
}
.l-wrapper .l-wrapper__bg.glitch:after {
  -webkit-animation: glitch-after 2s linear infinite alternate both;
  content: "";
  animation: glitch-after 2s linear infinite alternate both;
}
.l-wrapper .l-wrapper__bg.glitch .channel {
  mix-blend-mode: screen;
}
.l-wrapper .l-wrapper__bg.glitch .channel:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  mix-blend-mode: multiply;
}
.l-wrapper .l-wrapper__bg.glitch .channel.r {
  animation: rgb-shift-r 2s steps(1, jump-end) infinite alternate both;
}
.l-wrapper .l-wrapper__bg.glitch .channel.r:before {
  background: #f00;
}
.l-wrapper .l-wrapper__bg.glitch .channel.g {
  animation: rgb-shift-g 2s steps(1, jump-end) infinite alternate both;
}
.l-wrapper .l-wrapper__bg.glitch .channel.g:before {
  background: #0f0;
}
.l-wrapper .l-wrapper__bg.glitch .channel.b {
  animation: rgb-shift-b 2s steps(1, jump-end) infinite alternate both;
}
.l-wrapper .l-wrapper__bg.glitch .channel.b:before {
  background: #00f;
}
.l-wrapper.is-active {
  position: relative;
  height: auto;
  opacity: 1;
}
.l-wrapper.is-active:before {
  opacity: 1;
}
.l-wrapper.is-active .l-wrapper__bg {
  top: 0;
  background-position: center 0 !important;
  opacity: 1;
  transition: all 2s;
  transition-delay: 250ms;
}
@media screen and (min-width: 768px) {
  .l-wrapper:before {
    background-image: url(../../../images/top/bg_fixed.png.webp);
  }
  .l-wrapper .l-wrapper__bg {
    background-position: center min(5.2674230146vw, 65px);
  }
}
.l-wrapper.is-scroll .l-wrapper__bg {
  transition: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid" 1, "palt" 1;
}

main {
  position: relative;
  z-index: 2;
}

.section-wrap {
  padding-bottom: 0;
}

.section-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 0;
}

footer a {
  color: #fff;
}

/* =====================
背景グラデーション
============================ */
/* 下記のように設定 
共通クラスで設定し特定のクラスに対してアニメーションなしにしたい場合は
@include gradient-animation(false);と設定*/
.c-bar-link--oc {
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}

/* =====================
header
============================ */
.floating-nav .oc,
.header-btn-area,
header .title-sub {
  border-radius: unset;
}

/* =====================
セクションタイトル
============================ */
section > h1,
section > h2 {
  font-weight: 400;
}

.heading-sub-text {
  text-align: center;
  line-height: 1;
}
.heading-sub-text .c-text__inner {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-size: 3rem;
  font-style: normal;
  color: transparent;
  text-align: center;
  background: linear-gradient(to right, #ff00e4, #0054ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 1rem;
}

h1 {
  margin-top: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  color: #fff;
}
h1 ~ p.title-lead {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .heading-sub-text .c-text__inner {
    font-size: 3.4rem;
  }
  h1 {
    margin-top: 40px;
    font-size: 4rem;
  }
  h1 ~ p.title-lead {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 3.90625vw;
  }
}
.section-wrap section > h2::after {
  display: none !important;
}

p.title-lead {
  text-align: center;
  color: #fff;
}

/* ==================
リンクボタン 
============================*/
.top-link-area a:not([class]),
.to-more,
.group-list-button {
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 23.5rem;
  height: 4.75rem;
  height: 100%;
  padding: 0.75em 1.5em;
  font-size: 1.3rem;
  background: #000;
  position: relative;
  z-index: 1;
  transition: 0.3s ease-in-out;
  line-height: 2;
  border-radius: 0;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #ff00e4, #00fffc, #fcff00);
     border-image: linear-gradient(to right, #ff00e4, #00fffc, #fcff00);
  border-image-slice: 1;
  text-align: center;
  color: #fff;
}
.top-link-area a:not([class]):hover,
.to-more:hover,
.group-list-button:hover {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  .top-link-area a:not([class]),
  .to-more,
  .group-list-button {
    min-width: 36rem;
    margin: 0 auto;
    font-size: 1.6rem;
    height: 5.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-link-area a:not([class]),
  .to-more,
  .group-list-button {
    width: 32.2265625vw;
  }
}

.top-link-area a:not([class]) span,
.guide-item a span {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  padding: 0;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-link-area a:not([class]) span,
  .guide-item a span {
    font-size: 16px;
    align-items: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-link-area a:not([class]) span,
  .guide-item a span {
    font-size: 1.5625vw;
  }
}

.course-lineup_item h2:before,
.guide-item a span:before,
.top-link-area a:not([class]):before,
.top-news .section-inner .news-item a:before,
.top-event-information a:not([class]) span:before,
.top-visitor-guide .visitor-list a:before,
.to-more:before,
.l-cv .c-bar-link__text:before,
.course-lineup_item h2:after,
.guide-item a span:after,
.top-link-area a:not([class]):after,
.top-news .section-inner .news-item a:after,
.top-event-information a:not([class]) span:after,
.to-more:after,
.top-visitor-guide .visitor-list a:after,
.l-cv .c-bar-link__text:after {
  content: "";
  display: inline-block;
}

.course-lineup_item h2:before,
.guide-item a span:before,
.top-link-area a:not([class]):before,
.top-news .section-inner .news-item a:before,
.top-event-information a:not([class]) span:before,
.top-visitor-guide .visitor-list a:before,
.to-more:before,
.l-cv .c-bar-link__text:before {
  border-radius: 50%;
  background-color: #ffffff;
  transition: 0.3s ease-out;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  margin-right: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-lineup_item h2:before,
  .guide-item a span:before,
  .top-link-area a:not([class]):before,
  .top-news .section-inner .news-item a:before,
  .top-event-information a:not([class]) span:before,
  .top-visitor-guide .visitor-list a:before,
  .to-more:before,
  .l-cv .c-bar-link__text:before {
    width: 22px;
    height: 22px;
    margin-right: 15px;
  }
}

.course-lineup_item h2:after,
.guide-item a span:after,
.top-link-area a:not([class]):after,
.top-news .section-inner .news-item a:after,
.top-event-information a:not([class]) span:after,
.to-more:after,
.top-visitor-guide .visitor-list a:after,
.l-cv .c-bar-link__text:after {
  position: absolute;
  top: 47.5%;
  left: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.2666666667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
  border-top: 0.1rem solid #001446;
  border-right: 0.1rem solid #001446;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .course-lineup_item h2:after,
  .guide-item a span:after,
  .top-link-area a:not([class]):after,
  .top-news .section-inner .news-item a:after,
  .top-event-information a:not([class]) span:after,
  .to-more:after,
  .top-visitor-guide .visitor-list a:after,
  .l-cv .c-bar-link__text:after {
    width: 7px;
    height: 7px;
    left: 6px;
    top: 50%;
  }
}

.top-link-area a:not([class]):after {
  left: 34%;
  top: 49%;
}
@media screen and (min-width: 768px) {
  .top-link-area a:not([class]):after {
    left: 36.7%;
  }
}

.to-more:after {
  left: 33%;
  top: 49%;
}
@media screen and (min-width: 768px) {
  .to-more:after {
    left: 35.48%;
  }
}

.experience-school-swiper a,
.visitor-list a,
.top-sns_body > .banner a img,
.p-top-movie__thumb {
  transition: 0.3s ease-in-out;
}

.experience-school-swiper a:hover,
.visitor-list a:hover,
.top-sns_body > .banner a:hover img,
.p-top-movie__thumb:hover {
  opacity: 0.75;
}

/* ===================
news&OC&資料請求リンクボタン
============================== */
.c-bar-link {
  position: relative;
  width: 100%;
  height: 56px;
  padding: 0 20px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.c-bar-link:before,
.urgent-news a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(125deg, rgba(5, 245, 255, 0), rgba(5, 245, 255, 0) 30%, #05f5ff 50%, #6690ea 66.66%, #e662b9 83.3333333%, #fedc01);
  opacity: 0;
  transform: translateX(-15%);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.3s linear;
}

.c-bar-link--oc {
  background-image: linear-gradient(125deg, #35a0be, #6690ea, #e662b9, #fedc01);
}

.c-bar-link--ph {
  background-image: linear-gradient(125deg, #656d78, #313439);
}

.c-bar-link--ph:before {
  background: linear-gradient(125deg, rgba(104, 113, 123, 0), rgba(104, 113, 123, 0) 30%, #68717b 50%, #2b2d31);
}

.c-bar-link:hover:before,
.urgent-news a:hover:before {
  transform: translateX(-50%);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s linear;
}

.c-bar-link--middle {
  height: 160px;
  justify-content: center;
}

@media (max-width: 767px) {
  .c-bar-link--middle {
    height: 93.75px;
  }
}
.c-bar-link__text {
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #fff;
  overflow: hidden;
}

.c-bar-link--middle .c-bar-link__text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 35px;
}

@media (max-width: 767px) {
  .c-bar-link--middle .c-bar-link__text {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 35px;
  }
}
/* =============
swiper
====================*/
.common-swiper .pagination-wrapper,
.latest-event-swiper .pagination-wrapper {
  color: #fff;
}

/* =====================

各セクションごとのcss

================================*/
/* ==================
MV
============================*/
@keyframes flash {
  25% {
    opacity: 1;
    transform: translateY(0px);
  }
  26% {
    opacity: 0;
    transform: translateY(10px);
  }
  26.3% {
    opacity: 1;
    transform: translateY(0px);
  }
  30% {
    opacity: 0.6;
    transform: translateY(-3px);
  }
  30.5% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.l-kv {
  position: relative;
  z-index: 2;
}
.l-kv .p-billboard {
  padding-top: 1.3333333333vw;
  max-height: 100%;
  height: 40rem !important;
}
.l-kv .p-billboard .p-billboard__image {
  z-index: 2;
  position: absolute;
  top: 10.4rem;
  left: 0;
  width: 92%;
  height: auto;
}
.l-kv .p-billboard .p-billboard__image .slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track:before, .l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track:after {
  display: table;
  content: "";
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track:after {
  clear: both;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track .slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track .slick-slide img {
  display: block;
  width: 100%;
  animation: 4s ease-in 2.8s infinite flash;
  max-height: 100%;
  height: 19.75rem;
  overflow: hidden;
  position: relative;
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-track,
.l-kv .p-billboard .p-billboard__image .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.l-kv .p-billboard .p-billboard__image .slick-slider.slick-initialized .slick-track .slick-slide {
  display: block;
}
.l-kv .p-billboard .p-billboard__image [dir=rtl] .slick-list .slick-track .slick-slide {
  float: right;
}
.l-kv .p-billboard .l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5.3333333333vw;
}
.l-kv .p-billboard .l-container .p-billboard__inner {
  display: block;
  max-height: 35rem;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-left {
  display: block;
  position: relative;
  width: 100%;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  z-index: 2;
  position: absolute;
  top: 10.2666666667vw;
  left: 2.6666666667vw;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.666;
  letter-spacing: 0.03em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: 400;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v,
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v .c-text--v__inner {
  display: inline-block;
  vertical-align: bottom;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v {
  -webkit-transform: translateY(-100%);
  position: relative;
  overflow: hidden;
  transform: translateY(-100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v .c-text--v__inner {
  transform: translateY(100%);
  opacity: 0;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span {
  position: relative;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span > span {
  position: relative;
  width: 2.6rem;
  padding: 2.6666666667vw 0;
  background-image: linear-gradient(to bottom, #ff00e4 0%, #00aeff 100%);
  line-height: 1.4;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span:last-child {
  top: 1.5em;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right {
  z-index: 2;
  position: relative;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 0.5rem;
  max-height: 35rem;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-subtitle {
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-subtitle > span > span {
  display: flex;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.0666666667vw;
  overflow: hidden;
  font-size: 1.8rem;
  letter-spacing: 0.045em;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-subtitle > span > span .p-gradation {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-title {
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Open Sans";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-title > span > span > span {
  display: inline-block;
  position: relative;
  padding-right: 0.5em;
  background-color: #ffffff;
  padding-right: 0;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-title > span > span > span:before {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  content: "";
  bottom: 0.5333333333vw;
  height: 0.2666666667vw;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-message {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2;
  font-family: "Open Sans";
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-message:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-message > span > span > span {
  background-color: #ffffff;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-subtitle {
  text-align: right;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-subtitle > span > span {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
  background-color: #ffffff;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-subtitle > span > span > span {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.85) 0%, rgba(20, 173, 204, 0.85) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-title {
  text-align: right;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-title > span > span > span {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-title > span > span > span:before {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-message {
  text-align: right;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-message > span > span > span {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box + .p-billboard__inner-box:nth-child(2) {
  margin-top: 14.5rem;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--02 .p-billboard__inner-subtitle > span > span {
  background-image: linear-gradient(to right, rgba(217, 43, 159, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(217, 87, 22, 0.2) 100%);
  background-color: #ffffff;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--02 .p-billboard__inner-subtitle > span > span > span {
  background-image: linear-gradient(to right, rgba(217, 43, 159, 0.85) 0%, rgba(217, 87, 22, 0.85) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--02 .p-billboard__inner-title > span > span > span {
  background-image: linear-gradient(to right, rgba(217, 43, 159, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(217, 87, 22, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--02 .p-billboard__inner-title > span > span > span:before {
  background-image: linear-gradient(to right, rgba(217, 43, 159, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(217, 87, 22, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--02 .p-billboard__inner-message > span > span > span {
  background-image: linear-gradient(to right, rgba(46, 43, 217, 0.2) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 {
  position: absolute;
  right: 0;
  bottom: -5rem;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 .p-billboard__inner-subtitle > span > span {
  background-image: linear-gradient(to right, rgba(157, 122, 252, 0.2) 0%, rgba(151, 187, 220, 0.2) 50%, rgba(255, 100, 141, 0.2) 100%);
  background-color: #ffffff;
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 .p-billboard__inner-subtitle > span > span > span {
  background-image: linear-gradient(125deg, rgb(255, 100, 141), rgb(157, 122, 252));
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 .p-billboard__inner-title > span > span > span {
  background-image: linear-gradient(to right, rgba(157, 122, 252, 0.2) 0%, rgba(151, 187, 220, 0.2) 50%, rgba(255, 100, 141, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 .p-billboard__inner-title > span > span > span:before {
  background-image: linear-gradient(to right, rgba(157, 122, 252, 0.2) 0%, rgba(151, 187, 220, 0.2) 50%, rgba(255, 100, 141, 0.2) 100%);
}
.l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 .p-billboard__inner-message > span > span > span {
  background-image: linear-gradient(to right, rgba(46, 100, 255, 0.2) 0%, rgba(251, 127, 152, 0.2) 50%, rgba(20, 173, 204, 0.2) 100%);
}
@media screen and (min-width: 768px) {
  .l-kv {
    height: 60vh;
    max-height: 540px;
  }
  .l-kv .p-billboard {
    padding-top: 0;
    height: auto !important;
    max-height: 540px;
  }
  .l-kv .p-billboard .p-billboard__image {
    top: 0;
    width: 62.2254758419%;
    max-width: 1120px;
  }
  .l-kv .p-billboard .p-billboard__image .slick-slider .slick-list .slick-track .slick-slide img {
    max-height: calc(540px - min(8.6206896552vw, 90px));
    height: 100%;
  }
  .l-kv .p-billboard .l-container {
    padding: 0 30px;
    max-width: 1194px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1234px) {
  .l-kv .p-billboard .l-container {
    max-width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .l-kv .p-billboard .l-container .p-billboard__inner {
    margin-top: min(8.6206896552vw, 30px);
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: flex-end;
    height: auto !important;
    max-height: 540px;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-left {
    display: flex;
    align-items: flex-end;
    width: 63.986599665%;
    position: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text {
    top: calc(min(12.9310344828vw, 120px) + 1.5em);
    left: min(4.3103448276vw, 50px);
    font-size: min(3.1034482759vw, 30px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span > span {
    width: min(4.3103448276vw, 43px);
    padding: min(0.8620689655vw, 10px) 0;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span:first-child {
    bottom: 1.5em;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text > span:last-child {
    top: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right {
    width: 27.8056951424%;
    padding-top: 0;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner {
    display: block;
    padding-top: 0;
    max-height: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-subtitle {
    margin-bottom: min(1.0344827586vw, 10px);
    text-align: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-subtitle > span > span {
    height: min(3.7931034483vw, 39px);
    font-size: min(2.2413793103vw, 20px);
    padding: 0 min(0.4310344828vw, 5px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-title {
    font-size: min(2.5862068966vw, 24px);
    margin-bottom: min(1.724137931vw, 15px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-title > span > span > span:before {
    bottom: min(0.2586206897vw, 3px);
    height: min(0.0862068966vw, 1px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-message {
    font-size: min(1.2068965517vw, 11px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box + .p-billboard__inner-box,
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box + .p-billboard__inner-box:nth-child(2) {
    margin-top: min(5.1724137931vw, 25px);
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-subtitle,
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-title,
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--01 .p-billboard__inner-message {
    text-align: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-right .p-billboard__inner-rightinner .p-billboard__inner-box--03 {
    position: relative;
    bottom: unset;
    right: unset;
  }
}

.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__inner .p-billboard__inner-text .c-text--v .c-text--v__inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1);
}
.l-wrapper.is-active .l-kv .is-enter .c-text,
.l-wrapper.is-active .l-kv .is-enter .c-text__inner,
.l-wrapper.is-active .l-kv .is-inview .c-text,
.l-wrapper.is-active .l-kv .is-inview .c-text__inner,
.l-wrapper.is-active .l-kv .is-inview__inner .c-text02,
.l-wrapper.is-active .l-kv .is-inview__inner .c-text__inner02 {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1);
}
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.2"],
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.2"] .c-text__inner,
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.2"],
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.2"] .c-text__inner {
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1) 0.2s;
}
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.4"],
.l-wrapper.is-active .l-kv .is-active .is-enter .c-text[data-delay="0.4"] .c-text__inner,
.l-wrapper.is-active .l-kv .is-active .is-inview .c-text[data-delay="0.4"],
.l-wrapper.is-active .l-kv .is-active .is-inview .c-text[data-delay="0.4"] .c-text__inner {
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1) 0.4s;
}
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.6"],
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.6"] .c-text__inner,
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.6"],
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.6"] .c-text__inner {
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1) 0.6s;
}
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.8"],
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="0.8"] .c-text__inner,
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.8"],
.l-wrapper.is-active .l-kv .is-inview .c-text[data-delay="0.8"] .c-text__inner {
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1) 0.8s;
}
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="1"],
.l-wrapper.is-active .l-kv .is-enter .c-text[data-delay="1"] .c-text__inner {
  opacity: 1;
  transition: transform 0.9s cubic-bezier(0.85, 0, 0.15, 1) 1s;
}

/* ==================
緊急or通常＋TOPのお知らせ
=========================*/
.urgent-news {
  width: 100%;
  padding-bottom: 1.6rem;
  margin: 0 auto;
  /* 緊急のお知らせ表示時css */
  /* 通常のお知らせ表示時css */
}
.urgent-news a {
  font-size: 1.4rem;
  line-height: 1.6;
  min-height: 5rem;
  padding: 0.25em 3em 0.25em 1em;
  margin-bottom: 1rem;
  background-color: #FFF;
  display: grid;
  align-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.urgent-news a:before {
  z-index: -1;
}
.urgent-news a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: translate(-1.2rem, -50%) rotate(45deg);
  z-index: 3;
}
.urgent-news.emergency a {
  background-image: linear-gradient(125deg, #f72, #fb2143 0, #960a0a);
  color: #ffffff;
}
.urgent-news.emergency a:before {
  background: linear-gradient(125deg, rgba(251, 33, 67, 0), rgba(251, 33, 67, 0) 30%, #fb2143 50%, #960a0a);
}
.urgent-news.emergency a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.urgent-news.emergency a:hover {
  color: #fff;
}
.urgent-news:not(.emergency) a {
  background-image: none;
  background-color: #ffffff;
  color: #000000;
}
.urgent-news:not(.emergency) a:before {
  background: linear-gradient(125deg, rgba(200, 200, 200, 0.2) 0%, rgba(200, 200, 200, 0.4) 25%, rgba(200, 200, 200, 0.6) 50%, rgba(200, 200, 200, 0.8) 75%, rgb(200, 200, 200) 100%);
}
.urgent-news:not(.emergency) a:after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .urgent-news a {
    font-size: 1.6rem;
  }
}

/* ==================
MV下バナーリンク画像
======================== */
.top-information {
  margin-top: 3rem;
  padding: 0 1rem;
  display: grid;
  justify-content: center;
  grid-template-columns: minmax(30rem, 103.6rem);
  position: relative;
  z-index: 2;
}
.top-information .banner {
  width: 100%;
  max-width: 103.6rem;
  margin: 0 auto;
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  gap: 1rem;
}
.top-information .banner a {
  transition: all 0.3s;
}
.top-information .banner a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .top-information {
    margin: 50px auto auto;
  }
  .top-information .banner {
    grid-template-columns: repeat(2, minmax(30rem, 51.3rem));
    justify-content: space-between;
  }
}

/* =================
7つのポイント
========================== */
.top-point {
  padding: 5rem 0;
  margin: 5rem 0;
  position: relative;
  background: rgba(66, 20, 71, 0.9);
}
.top-point h1 {
  padding-bottom: 4rem;
  margin-top: 0;
}
.top-point .section-inner {
  padding-top: 0;
}
.top-point .section-inner .area-school-swiper {
  position: relative;
  z-index: 1;
  will-change: transform;
  min-height: 20vh;
  padding-top: 0;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  height: 8.4rem;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  backface-visibility: hidden;
  flex-shrink: 0;
  height: 8.4rem;
  width: 26rem;
  max-width: 70%;
  box-sizing: border-box;
  background-color: unset;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding: 0 2.5rem;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-duplicate,
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-prev,
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-next {
  height: 8.4rem;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl {
  border: 1px solid #aaaaaa;
  background: #000;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 7rem;
  transition: transform 0.5s;
  transform-origin: bottom center;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #0054ff;
  top: 0;
  bottom: 0;
  left: 22.5%;
  margin: auto;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl dt {
  background: linear-gradient(to right, #ff00e4, #0054ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.8rem;
  position: relative;
  font-family: "Gugi", sans-serif;
  font-weight: 300;
  display: grid;
  justify-content: center;
  flex: 0 0 23%;
  line-height: 1;
  text-align: center;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl dt span {
  display: block;
  font-size: 1.9rem;
  text-align: center;
  margin-top: 5px;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl dd {
  font-size: 1rem;
  line-height: 1.5;
  flex: 0 0 70%;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 7rem;
  color: #fff;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-active dl {
  transform: scale(1.2);
  z-index: 10;
  transform-origin: bottom center;
}
.top-point .section-inner .top-link-area a:not([class]) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .top-point {
    padding: 60px 0;
    margin: 80px 0 100px;
  }
  .top-point h1 {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .top-point .section-inner .area-school-swiper {
    min-height: 20vh;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper {
    height: 108px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide {
    height: 108px;
    width: 450px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding: 0 70px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide.swiper-slide-active dl dd {
    flex: 0 0 68%;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-duplicate,
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-prev,
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-next {
    height: 108px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl {
    padding: 30px 0;
    height: 90px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl:after {
    left: 25%;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dt {
    font-size: 12px;
    flex: 0 0 25%;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dt span {
    font-size: 30px;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dd {
    font-size: 14px;
    flex: 0 0 66.5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-point .section-inner .area-school-swiper {
    min-height: 10.546875vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper {
    height: 10.546875vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide {
    height: 10.546875vw;
    width: 43.9453125vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    padding: 0 6.8359375vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-duplicate,
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-prev,
  .top-point .section-inner .area-school-swiper .swiper-wrapper .swiper-slide-next {
    height: 10.546875vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl {
    padding: 2.93vw 0;
    height: 8.7890625vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dt {
    font-size: 1.171875vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dt span {
    font-size: 2.9296875vw;
  }
  .top-point .section-inner .area-school-swiper .swiper-wrapper dl dd {
    font-size: 1.3671875vw;
  }
}

/* =================
学べる学科・コース
============================= */
.top-course-lineup {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 0, 228, 0.4), rgba(0, 255, 252, 0.4), rgba(252, 255, 0, 0.4));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
  /* コース共通 */
}
.top-course-lineup .heading-sub-text {
  text-align: center;
}
.top-course-lineup h1 {
  padding-bottom: 6.5rem;
}
.top-course-lineup .section-inner {
  max-width: 100%;
  padding-top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .top-course-lineup {
    padding: 10rem 0;
  }
  .top-course-lineup h1 {
    padding-bottom: 100px;
  }
}
.top-course-lineup .top-course-lineup_body {
  position: relative;
  margin-top: 7.5rem;
  display: flex;
  flex-direction: column-reverse;
  /* 情報IT系 */
  /* Game系 */
  /* マンガ・イラスト系 */
  /* 東京経営大学学士取得コース */
}
.top-course-lineup .top-course-lineup_body .text-scroll {
  z-index: 10;
  top: -3rem;
  position: absolute;
  left: 0;
}
.top-course-lineup .top-course-lineup_body .text-scroll .c-marquee__wrapper {
  display: flex;
}
.top-course-lineup .top-course-lineup_body .text-scroll .c-marquee__wrapper .c-marquee__item {
  padding-left: 80px;
}
.top-course-lineup .top-course-lineup_body .text-scroll .c-marquee__wrapper .c-marquee__item svg {
  width: auto;
  height: 6rem;
}
.top-course-lineup .top-course-lineup_body .top-course-lineup_img {
  position: relative;
  background-size: cover;
  background-position: right;
}
.top-course-lineup .top-course-lineup_body .top-course-lineup_img h2 {
  padding: 1.5rem 2rem 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: relative;
  color: #fff;
  opacity: 0.8;
  font-size: 3rem;
  position: absolute;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item {
  margin-top: -3.5rem;
  position: relative;
  padding: 0 3rem 2.5rem 0;
  font-size: 1.2rem;
  z-index: 1;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 3.5rem 2rem 2.5rem;
  position: relative;
  transition: 0.3s ease-in-out;
  line-height: 1;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a:before, .top-course-lineup .top-course-lineup_body .course-lineup_item a:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.5s, height 0.5s, opacity 0.5s;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a:before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff, #fff) top left/100% 1px no-repeat, linear-gradient(to bottom, #fff, #fff) top left/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a:after {
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #fff, #fff) bottom right/100% 1px no-repeat, linear-gradient(to bottom, #fff, #fff) bottom right/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a:hover {
  filter: brightness(1.2);
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a:hover:before, .top-course-lineup .top-course-lineup_body .course-lineup_item a:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a h2 {
  margin: 0 0 2.2rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a h2:before {
  width: 2.2rem;
  height: 2.2rem;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a h2:after {
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #001446;
  border-right: 0.1rem solid #001446;
  left: 0.6rem;
  top: 50%;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a h2 .c-text .c-text__inner {
  -webkit-text-fill-color: transparent;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl {
  margin: 2.5rem 0 0;
  color: #fff;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl > dt {
  margin-bottom: 1.6rem;
  -webkit-text-fill-color: transparent;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd {
  font-size: 1rem;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li:last-child {
  margin-bottom: 0;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li > span {
  font-size: 1.2rem;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li ul {
  float: right;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li ul li span {
  background: #373b41;
  padding: 0 0.4rem;
  font-size: 1rem;
}
.top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li ul li span + span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .top-course-lineup .top-course-lineup_body {
    display: flex;
    flex-direction: unset;
    justify-content: flex-start;
    margin-top: 80px;
    width: 97%;
  }
  .top-course-lineup .top-course-lineup_body:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .top-course-lineup .top-course-lineup_body .text-scroll {
    top: -70px;
  }
  .top-course-lineup .top-course-lineup_body .text-scroll .c-marquee__wrapper .c-marquee__item svg {
    height: 90px;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item {
    width: 51%;
    padding: 0.1rem 0;
    font-size: 16px;
    margin-top: 0;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a {
    width: 66%;
    max-width: 600px;
    margin-left: auto;
    padding: 40px 30px;
    height: 100%;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2 {
    margin: 0 0 15px;
    font-size: 30px;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2:before {
    width: 33px;
    height: 33px;
    top: 2px;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2:after {
    width: 11px;
    height: 11px;
    left: 9px;
    top: 55%;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a p {
    font-size: 1.6rem;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl {
    font-size: 14px;
    margin: 30px 0 0;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl > dt {
    margin-bottom: 15px;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd {
    font-size: 1.2rem;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li {
    font-size: 1.2rem;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li > span {
    font-size: 1.4rem;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li li span {
    font-size: 1.2rem;
  }
  .top-course-lineup .top-course-lineup_body:nth-child(even) a {
    margin-right: auto;
    margin-left: unset;
  }
  .top-course-lineup .top-course-lineup_body .top-course-lineup_img {
    max-height: 270px;
    max-width: 660px;
    width: 36%;
    overflow: hidden;
  }
  .top-course-lineup .top-course-lineup_body .top-course-lineup_img h2 {
    font-size: 44px;
    text-align: left;
    line-height: 51px;
    padding: 30px 0 0 30px;
  }
  .top-course-lineup .top-course-lineup_body .top-course-lineup_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-course-lineup .top-course-lineup_body {
    margin-top: 7.8125vw;
  }
  .top-course-lineup .top-course-lineup_body .text-scroll {
    top: -6.8359375vw;
  }
  .top-course-lineup .top-course-lineup_body .text-scroll .c-marquee__wrapper .c-marquee__item {
    height: 8.7890625vw;
  }
  .top-course-lineup .top-course-lineup_body .top-course-lineup_img {
    max-height: 26.3671875vw;
    min-height: unset;
  }
  .top-course-lineup .top-course-lineup_body .top-course-lineup_img h2 {
    font-size: 4.296875vw;
    line-height: 4.98046875vw;
    padding: 2.9296875vw 0 0 2.9296875vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a {
    padding: 3.90625vw 2.9296875vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2 {
    margin: 0 0 1.46484375vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2:before {
    width: 3.22265625vw;
    height: 3.22265625vw;
    top: 0.1953125vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2:after {
    width: 1.07421875vw;
    height: 1.07421875vw;
    left: 0.87890625vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a p {
    font-size: 1.5625vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl {
    font-size: 1.3671875vw;
    margin: 2.9296875vw 0 0;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl > dt {
    margin-bottom: 1.46484375vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd {
    font-size: 1.171875vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li {
    font-size: 1.171875vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li > span {
    font-size: 1.3671875vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a dl dd > ul > li li span {
    font-size: 1.171875vw;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  .top-course-lineup .top-course-lineup_body .course-lineup_item {
    width: 63%;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a h2 {
    font-size: 2.439vw;
  }
  .top-course-lineup .top-course-lineup_body .course-lineup_item a p {
    font-size: 1.3008vw;
  }
}
.top-course-lineup .top-course-lineup_body.it {
  margin-top: 0;
}
.top-course-lineup .top-course-lineup_body.it .course-lineup_item {
  background: linear-gradient(to right, rgba(42, 175, 156, 0.5), rgba(21, 137, 224, 0.5));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.top-course-lineup .top-course-lineup_body.it .course-lineup_item a:before {
  background: linear-gradient(to right, #2aaf9c, #1589e0) top left/100% 1px no-repeat, linear-gradient(to bottom, #2aaf9c, #1589e0) top left/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.it .course-lineup_item a:after {
  background: linear-gradient(to left, #2aaf9c, #1589e0) bottom right/100% 1px no-repeat, linear-gradient(to left, #2aaf9c, #1589e0) bottom right/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.it .course-lineup_item h2 .c-text .c-text__inner,
.top-course-lineup .top-course-lineup_body.it .course-lineup_item dl .c-text .c-text__inner {
  background: linear-gradient(to right, #2aaf9c, #1589e0);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .top-course-lineup .top-course-lineup_body.it {
    padding-top: 80px;
  }
  .top-course-lineup .top-course-lineup_body.it .text-scroll {
    top: 10px;
  }
}
.top-course-lineup .top-course-lineup_body.creator .course-lineup_item {
  background: linear-gradient(to right, rgba(219, 167, 33, 0.5), rgba(236, 84, 122, 0.5));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.top-course-lineup .top-course-lineup_body.creator .course-lineup_item a:before {
  background: linear-gradient(to right, #dba721, #ec547a) top left/100% 1px no-repeat, linear-gradient(to bottom, #dba721, #ec547a) top left/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.creator .course-lineup_item a:after {
  background: linear-gradient(to left, #dba721, #ec547a) bottom right/100% 1px no-repeat, linear-gradient(to left, #dba721, #ec547a) bottom right/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.creator .course-lineup_item h2 .c-text .c-text__inner,
.top-course-lineup .top-course-lineup_body.creator .course-lineup_item dl .c-text .c-text__inner {
  background: linear-gradient(to right, #dba721, #ec547a);
  background-clip: text;
  -webkit-background-clip: text;
}
.top-course-lineup .top-course-lineup_body.anime .course-lineup_item {
  background: linear-gradient(to right, rgba(252, 100, 144, 0.5), rgba(164, 121, 245, 0.5));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.top-course-lineup .top-course-lineup_body.anime .course-lineup_item a:before {
  background: linear-gradient(to right, #fc6490, #a479f5) top left/100% 1px no-repeat, linear-gradient(to bottom, #fc6490, #a479f5) top left/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.anime .course-lineup_item a:after {
  background: linear-gradient(to left, #fc6490, #a479f5) bottom right/100% 1px no-repeat, linear-gradient(to left, #fc6490, #a479f5) bottom right/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.anime .course-lineup_item h2 .c-text .c-text__inner,
.top-course-lineup .top-course-lineup_body.anime .course-lineup_item dl .c-text .c-text__inner {
  background: linear-gradient(to right, #fc6490, #a479f5);
  background-clip: text;
  -webkit-background-clip: text;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item {
  background: linear-gradient(to right, rgba(182, 74, 186, 0.5), rgba(90, 62, 173, 0.5));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item a:before {
  background: linear-gradient(to right, #b64aba, #5a3ead) top left/100% 1px no-repeat, linear-gradient(to bottom, #b64aba, #5a3ead) top left/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item a:after {
  background: linear-gradient(to left, #b64aba, #5a3ead) bottom right/100% 1px no-repeat, linear-gradient(to left, #b64aba, #5a3ead) bottom right/1px 100% no-repeat;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2 {
  align-items: flex-start;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2:after {
  top: 21%;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2 .c-text .c-text__inner span {
  display: block;
  margin-top: 1.25rem;
}
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2 .c-text .c-text__inner,
.top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item dl .c-text .c-text__inner {
  background: linear-gradient(to right, #b64aba, #5a3ead);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item {
    background: linear-gradient(to right, rgba(182, 74, 186, 0.5), rgba(90, 62, 173, 0.5));
  }
  .top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2:after {
    top: 24%;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  .top-course-lineup .top-course-lineup_body.daigaku .course-lineup_item h2:after {
    top: 31%;
  }
}

/* ============
近隣校
======================== */
.area-school {
  margin: 5rem 0;
  padding: 5rem 2rem;
  background: rgba(98, 98, 98, 0.9);
}
.area-school h1 {
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.area-school p.title-lead {
  margin-top: 1.5rem;
}
.area-school .area-school-swiper .swiper-slide a > span {
  color: #000;
}
@media screen and (min-width: 768px) {
  .area-school {
    padding: 60px 20px;
    margin: 100px 0;
  }
  .area-school p.title-lead {
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .area-school p.title-lead {
    font-size: 1.7578125vw;
  }
}

/* ============
news
======================== */
.top-news {
  padding: 5rem 1rem;
  background: rgba(33, 41, 49, 0.9);
  margin-bottom: 5rem;
}
.top-news .section-inner {
  padding: 3rem 0 0;
}
.top-news .section-inner .news-item:first-child a {
  border-top: 1px dashed hsla(0, 0%, 100%, 0.5);
}
.top-news .section-inner .news-item a {
  padding: 2rem 40px 2rem 0;
  position: relative;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.5);
  transition: 0.3s ease-in-out;
}
.top-news .section-inner .news-item a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5rem;
  left: auto;
}
.top-news .section-inner .news-item a:after {
  left: auto;
  right: 1.1rem;
  top: 50%;
}
.top-news .section-inner .news-item a:hover {
  opacity: 0.5;
}
.top-news .section-inner .news-item a .news-item_head {
  line-height: 1;
}
.top-news .section-inner .news-item a .news-item_head time {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.top-news .section-inner .news-item a .news-item_head span[class^=icon] {
  border-radius: unset;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 0.5rem;
  display: inline;
}
.top-news .section-inner .news-item a p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #fff;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
.top-news .top-link-area {
  padding-left: 0;
}
.top-news #news_list + .top-link-area {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}
.top-news #news_overview-hidden.top-link-area .to-more {
  display: flex;
  margin: 2rem auto 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.top-news #news_overview-hidden + #news_student-hidden {
  margin: 4rem auto 0;
}
.top-news #news_student-hidden .title-lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: normal;
}
.top-news #news_student-hidden.top-link-area a {
  margin: 2rem auto 0;
}
.top-news #news_student-hidden.top-link-area a:after {
  left: 21.7%;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 60px 10px;
    margin-bottom: 100px;
  }
  .top-news .section-inner {
    padding: 60px 0 0;
  }
  .top-news .section-inner .news-item a {
    padding: 2.4vh 110px 2.4vh 0;
    grid-template-rows: unset;
  }
  .top-news .section-inner .news-item a:after {
    right: 1.4rem;
  }
  .top-news .section-inner .news-item a .news-item_head time,
  .top-news .section-inner .news-item a .news-item_head span[class^=icon] {
    font-size: 14px;
  }
  .top-news .section-inner .news-item a p {
    font-size: 16px;
  }
  .top-news #news_overview-hidden.top-link-area .to-more {
    margin: 40px auto 0;
  }
  .top-news #news_overview-hidden.top-link-area .to-more span {
    font-size: 16px;
    letter-spacing: 0.01em;
  }
  .top-news #news_overview-hidden + #news_student-hidden {
    margin-top: 60px;
  }
  .top-news #news_student-hidden .title-lead {
    font-size: 22px;
    line-height: normal;
  }
  .top-news #news_student-hidden.top-link-area a {
    margin: 40px auto 0;
  }
  .top-news #news_student-hidden.top-link-area a:after {
    left: 26.9%;
  }
}

/* ===============
オープンキャンパス 
=====================*/
.top-oc {
  background-image: linear-gradient(135deg, rgba(255, 0, 228, 0.4), rgba(0, 84, 255, 0.4));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
  padding: 5rem 0;
}
.top-oc .top-event-information {
  padding-bottom: 5rem;
  padding-top: 0;
}
.top-oc .top-event-information .title-lead {
  margin-top: 2.5rem;
}
.top-oc .top-event-information .event-catch-text {
  display: grid;
  max-width: 30rem;
  margin: 2.5rem auto;
  grid-auto-rows: minmax(2em, 1fr);
  place-content: center;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.top-oc .top-event-information .event-catch-text span {
  width: 100%;
  margin-top: 2%;
  color: #fff;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 1em 0;
}
@media (max-width: 926px) {
  .top-oc .top-event-information .event-catch-text {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-oc .top-event-information .top-link-area {
  width: 30rem;
  margin: 0 auto;
}
.top-oc .top-event-information .top-link-area a {
  border-radius: unset;
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
  min-height: 7rem;
  align-items: center;
  justify-content: unset;
  width: 100%;
  background-color: #fff;
  color: #101112;
  text-align: center;
  border-width: 2px;
  transition: 0.3s ease-in-out;
}
.top-oc .top-event-information .top-link-area a:before {
  opacity: 0;
}
.top-oc .top-event-information .top-link-area a:after {
  content: "";
  display: block;
  width: 3.3rem;
  height: 2.5rem;
  background-image: url(../../images/icon/icon-schedule.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: unset;
  opacity: unset;
  left: auto;
  border: unset;
}
.top-oc .top-event-information .top-link-area a span {
  font-size: 2rem;
  line-height: 7rem;
  position: relative;
  letter-spacing: 0.06em;
}
.top-oc .top-event-information .top-link-area a span:before {
  border: #000 solid 1px;
  width: 2.2rem;
  height: 2.2rem;
}
.top-oc .top-event-information .top-link-area a span:after {
  border-top: #000 solid 1px;
  border-right: #000 solid 1px;
  width: 0.7rem;
  height: 0.7rem;
  left: 0.6rem;
  top: 50%;
}
.top-oc .top-event-information .top-link-area a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.top-oc .area-school.experience {
  margin: 0;
  padding: 0;
  background: unset;
}
.top-oc .area-school.experience h2 {
  padding-bottom: 0;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
}
.top-oc .area-school.experience p {
  font-size: 1.4rem;
  margin: 2rem 0 3rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
.top-oc .area-school.experience .swiper.swiper-horizontal {
  max-width: var(--width);
  overflow: visible;
}
.top-oc .area-school.experience .experience-school-swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  border-style: none;
  height: 100%;
}
.top-oc .area-school.experience .experience-school-swiper .swiper-button-prev::after,
.top-oc .area-school.experience .experience-school-swiper .swiper-button-next::after {
  display: block;
}
@media screen and (min-width: 768px) {
  .top-oc {
    padding: 60px 0;
  }
  .top-oc .top-event-information {
    padding: 0 20px 80px;
  }
  .top-oc .top-event-information .title-lead {
    margin-top: 40px;
  }
  .top-oc .top-event-information .event-catch-text {
    width: -moz-max-content;
    width: max-content;
    grid-template-columns: repeat(2, 2fr);
    margin: 60px auto 30px;
    gap: 20px;
    grid-auto-rows: minmax(3em, 1fr);
  }
  .top-oc .top-event-information .event-catch-text span {
    font-size: 18px;
    width: 250px;
    padding: 0.75em 0.5em;
    text-align: center;
    margin-top: 0;
  }
  .top-oc .top-event-information .top-link-area {
    max-width: 680px;
    width: 100%;
    margin: 30px auto 0;
  }
  .top-oc .top-event-information .top-link-area a {
    min-height: 90px;
    padding: 0 50px;
    max-width: 680px;
  }
  .top-oc .top-event-information .top-link-area a:after {
    width: 58px;
    height: 45px;
  }
  .top-oc .top-event-information .top-link-area a span {
    font-size: 22px;
    line-height: 90px;
  }
  .top-oc .top-event-information .top-link-area a span:before {
    width: 33px;
    height: 33px;
  }
  .top-oc .top-event-information .top-link-area a span:after {
    width: 10px;
    height: 10px;
    left: 9px;
  }
  .top-oc .area-school.experience {
    padding: 0;
  }
  .top-oc .area-school.experience h2 {
    font-size: 26px;
    line-height: 1;
  }
  .top-oc .area-school.experience p {
    font-size: 16px;
    margin: 30px 0 0;
  }
  .top-oc .area-school.experience .experience-school-swiper {
    margin-top: 90px;
    padding-top: 20px;
  }
  .top-oc .area-school.experience .experience-school-swiper.swiper.swiper-initialized {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .top-oc .area-school.experience {
    padding: 0;
  }
}

/* ============
訪問者別
==================== */
.top-visitor-guide {
  background: rgba(66, 20, 71, 0.9);
  margin-top: 5rem;
  padding-top: 0;
}
.top-visitor-guide .visitor-guide-area {
  padding: 0 1.5rem;
}
.top-visitor-guide .visitor-guide-area .section-inner {
  max-width: 103.6rem;
  padding: 5rem 0;
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a {
  display: inline-flex;
  justify-content: center;
  background-color: #000000;
  background-image: url(../../../../design/common/images/visitor/top-list-img01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10rem auto;
  position: relative;
  flex-shrink: 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:nth-child(2) {
  background-image: url(../../../../design/common/images/visitor/top-list-img02.png);
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:nth-child(3) {
  background-image: url(../../../../design/common/images/visitor/top-list-img03.png);
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:nth-child(4) {
  background-image: url(../../../../design/common/images/visitor/top-list-img04.png);
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:before {
  width: 2rem;
  height: 2rem;
  left: 12.1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:after {
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  left: 12.6rem;
}
.top-visitor-guide .visitor-guide-area .section-inner .visitor-list a .visitor-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  min-height: 10rem;
  padding: 0 0 0 15rem;
}
@media screen and (min-width: 768px) {
  .top-visitor-guide {
    margin-top: 100px;
  }
  .top-visitor-guide .visitor-guide-area {
    padding: 0 20px;
  }
  .top-visitor-guide .visitor-guide-area .section-inner {
    padding: 60px 0;
  }
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list {
    grid-template-columns: repeat(2, 49%);
    gap: 20px;
  }
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list a {
    background-size: auto 100%;
  }
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:before {
    width: 32px;
    height: 32px;
    left: 17.3rem;
  }
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list a:after {
    top: 50%;
    width: 11px;
    height: 11px;
    left: 18.1rem;
  }
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list a .visitor-item {
    font-size: 18px;
    padding: 0 0 0 21.7rem;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-visitor-guide .visitor-guide-area .section-inner .visitor-list a .visitor-item {
    font-size: 1.7578125vw;
  }
}

/* =========
情報系グループ校
======================== */
.top-group {
  margin: 5rem 0 6.5rem;
  padding: 5rem 0;
  position: relative;
}
.top-group:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  inset: 0;
  background: rgba(98, 98, 98, 0.9);
  padding: 50px 12.4107142857% 50px 4.4642857143%;
  z-index: 0;
}
.top-group h1 {
  line-height: 1.25;
}
.top-group .top-group__content .top-group__description-textarea {
  padding: 3rem 2.4rem 0;
}
.top-group .top-group__content .top-group__description-textarea img {
  position: relative;
  top: auto;
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.6;
}
.top-group .top-group__content .top-group__content-inner {
  position: relative;
}
.top-group .top-group__content .top-group__group-school-list-area {
  margin-top: -3.1rem;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
}
.top-group .top-group__content .top-group__group-school-list-area:before {
  position: absolute;
  content: "";
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 0, 228, 0.3), rgba(0, 255, 252, 0.3), rgba(252, 255, 0, 0.3));
  width: 100vw;
  height: 100%;
  opacity: 0.4;
  left: 50%;
  transform: translateX(-50%);
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.top-group .top-group__content p,
.top-group .top-group__content ul li {
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 1.4rem;
}
.top-group .top-group__content p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.top-group .top-group__content ul.group-list-item {
  display: none;
}
.top-group .top-group__content ul a {
  width: auto;
  transition: 0.3s ease-in-out;
}
.top-group .top-group__content ul a:before {
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 1.2rem;
  transform: translate(0, -50%) rotate(-45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
}
.top-group .top-group__content ul a:hover {
  opacity: 0.3;
}
.top-group .top-group__content ul li {
  font-size: 1.2rem;
  padding-left: 2rem;
}
.top-group .top-group__content ul li span {
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
.top-group .top-group__content .group-list-button {
  color: #fff;
  display: block;
  text-align: center;
}
.top-group .top-group__content .group-list-button:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2rem;
  left: unset;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
  opacity: 1;
  background-image: none;
}
.top-group .top-group__content .group-list-button:hover, .top-group .top-group__content .group-list-button.active {
  background: #000;
}
.top-group .top-group__content .group-list-button.active:after {
  transform: rotate(-135deg);
  top: 3px;
}
.top-group .top-group__content .group-list-button:hover:after {
  transform-origin: unset;
}
.top-group .top-group__content .toggle-switch-area,
.top-group .top-group__content .toggle-item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .top-group {
    margin: 100px 0;
    padding: 60px 0;
  }
  .top-group:before {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .top-group h1 {
    font-size: 40px;
  }
  .top-group .top-group__content .top-group__content-inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .top-group .top-group__content .top-group__description-textarea {
    padding: 60px 24px 0;
  }
  .top-group .top-group__content .top-group__description-textarea img {
    position: absolute;
    top: 100px;
    width: 60%;
    transform: translateX(-52%);
  }
  .top-group .top-group__content p {
    font-size: 16px;
    max-width: 680px;
    margin: 0 auto 200px;
  }
  .top-group .top-group__content .top-group__group-school-list-area {
    padding: 50px 50px 40px;
    margin-top: 0;
  }
  .top-group .top-group__content ul a,
  .top-group .top-group__content ul.group-list-item a {
    width: 33%;
  }
  .top-group .top-group__content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .top-group .top-group__content ul.group-list-item {
    display: flex !important;
  }
  .top-group .top-group__content ul a:before {
    width: 7px;
    height: 7px;
    margin-top: 16px;
  }
  .top-group .top-group__content ul li {
    font-size: 14px;
    padding-left: 20px;
  }
  .top-group .top-group__content ul li span {
    font-size: 9px;
  }
  .top-group .top-group__content .group-list-button {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .top-group {
    margin: 9.765625vw 0;
    padding: 5.859375vw 0;
  }
  .top-group h1 {
    font-size: 3.90625vw;
  }
  .top-group .top-group__content .top-group__description-textarea {
    padding: 5.859375vw 24px 0;
  }
  .top-group .top-group__content p {
    font-size: 1.5625vw;
  }
  .top-group .top-group__content .top-group__group-school-list-area {
    padding: 4.8828125vw 4.8828125vw 3.90625vw;
  }
  .top-group .top-group__content ul a:before {
    width: 0.68359375vw;
    height: 0.68359375vw;
    margin-top: 1.5625vw;
  }
  .top-group .top-group__content ul li {
    font-size: 1.3671875vw;
    padding-left: 1.953125vw;
  }
}

/* ===================
入学案内～YouTubeコンテンツの共通部分
====================================== */
.top-guide {
  padding: 5rem 0;
  background: rgba(66, 20, 71, 0.9);
}
.top-guide .guide-list {
  padding: 3rem 1rem 1.5rem;
  margin: 0 auto;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-guide .guide-list .guide-item {
  flex: 0 1 100%;
  border-bottom: 1px dashed hsla(0, 0%, 100%, 0.5);
  margin: 0;
}
.top-guide .guide-list .guide-item:first-child {
  border-top: 1px dashed hsla(0, 0%, 100%, 0.5);
}
.top-guide .guide-list .guide-item a {
  width: 100%;
  background: none;
  margin: 0;
  padding: 1.5rem 1.3rem;
  display: block;
  transition: 0.3s ease-in-out;
  color: #fff;
  /* 項目が2行になるとき */
  /* 項目のフォントサイズが2種類あるとき */
}
.top-guide .guide-list .guide-item a:before {
  display: none;
}
.top-guide .guide-list .guide-item a:hover {
  opacity: 0.3;
}
.top-guide .guide-list .guide-item a span {
  margin: 0;
  font-size: 1.6rem;
  padding-left: 3.5rem;
  line-height: 1.5;
}
.top-guide .guide-list .guide-item a span:before {
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.top-guide .guide-list .guide-item a span:after {
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 0.6rem;
}
.top-guide .guide-list .guide-item a .two-line-character {
  display: block;
  text-align: left;
}
.top-guide .guide-list .guide-item a .two-line-character span {
  padding-left: 0;
}
.top-guide .guide-list .guide-item a .two-line-character span:before, .top-guide .guide-list .guide-item a .two-line-character span:after,
.top-guide .guide-list .guide-item a .two-line-character span span:before,
.top-guide .guide-list .guide-item a .two-line-character span span:after {
  display: none;
}
.top-guide .guide-list .guide-item a .two-font-sizes {
  align-items: baseline;
}
.top-guide .guide-list .guide-item a .two-font-sizes span {
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 0;
}
.top-guide .guide-list .guide-item a .two-font-sizes span:before, .top-guide .guide-list .guide-item a .two-font-sizes span:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-guide {
    padding: 60px 20px;
  }
  .top-guide .guide-list {
    padding: 60px 0 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    align-items: stretch;
    /* 項目が奇数の時 */
    /* 項目が奇数の時ここまで */
    /* 項目が1つの時 */
    /* 項目が1つの時ここまで */
  }
  .top-guide .guide-list.odd-item {
    border-bottom: 1px dashed #898989;
    padding: 60px 0 0;
  }
  .top-guide .guide-list.odd-item + .top-link-area {
    margin-top: 40px;
  }
  .top-guide .guide-list.single-item {
    border-top: 1px dashed #898989;
    padding: 0;
    margin: 60px auto 0;
  }
  .top-guide .guide-list.single-item + .top-link-area {
    margin-top: 40px;
  }
  .top-guide .guide-list .guide-item {
    flex: 0 2 50%;
    display: flex;
    align-items: center;
    /* 項目が奇数の時 */
    /* 項目が奇数の時ここまで */
  }
  .top-guide .guide-list .guide-item:nth-child(2) {
    border-top: 1px dashed hsla(0, 0%, 100%, 0.5);
  }
  .top-guide .guide-list .guide-item.no-border {
    border: none;
  }
  .top-guide .guide-list .guide-item a {
    padding: 30px 0;
    /* 項目のフォントサイズが2種類あるとき */
  }
  .top-guide .guide-list .guide-item a span {
    font-size: 18px;
    padding-left: 47px;
    line-height: 1.5;
  }
  .top-guide .guide-list .guide-item a span:before {
    width: 32px;
    height: 32px;
  }
  .top-guide .guide-list .guide-item a span:after {
    width: 10px;
    height: 10px;
    left: 9px;
  }
  .top-guide .guide-list .guide-item a .two-line-character span {
    padding-left: 0;
  }
  .top-guide .guide-list .guide-item a .two-font-sizes span {
    font-size: 14px;
    padding-left: 0;
  }
}

/* ================
入学案内
========================== */
.top-admission {
  margin-top: 6rem;
  background: rgba(33, 41, 49, 0.9);
}
@media screen and (min-width: 768px) {
  .top-admission {
    margin-top: 100px;
  }
}

/* =====================
学費サポート
========================== */
.top-support {
  margin: 5rem 0;
}
@media screen and (min-width: 768px) {
  .top-support {
    margin: 100px 0;
  }
}

/* ===============
キャンパスライフ
========================= */
.top-campuslife {
  position: relative;
  background: rgba(98, 98, 98, 0.9);
}
.top-campuslife .p-guide-section__list {
  padding-bottom: 0;
}

/* ================
SNS
====================== */
.top-sns {
  margin: 5rem 0;
  padding: 5rem 2rem;
  position: relative;
  background: rgba(33, 41, 49, 0.9);
}
.top-sns .top-sns_body {
  padding: 3rem 0 0;
}
.top-sns .top-sns_body > .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-sns .top-sns_body > .banner .round-btn {
  width: 30%;
  margin: 10px 0px;
  text-align: center;
}
.top-sns .top-sns_body > .banner .round-btn img {
  width: 7.5rem;
}
.top-sns .top-sns_body > .banner .round-btn img[src*=ig] {
  border: none;
}
.top-sns .top-sns_body > .banner .round-btn div.round-btn-name {
  color: #000000;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 25px;
  box-shadow: 3px 2px 1px #4f4f4f;
  width: 100px;
  height: 35px;
  margin: 0 auto 20px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .top-sns {
    margin: 100px auto;
    padding: 60px 20px;
  }
  .top-sns .top-sns_body > .banner {
    max-width: 400px;
    margin: auto;
  }
}

/* ===========
アクセス
====================== */
.top-access {
  margin: 5rem 0;
  background: rgba(33, 41, 49, 0.9);
  padding: 5rem 0;
}
.top-access .section-inner {
  margin: 0 auto;
}
.top-access h3 {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 400;
}
.top-access p {
  margin-top: 2rem;
  text-align: center;
}
.top-access p,
.top-access ul {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}
.top-access .top-link-area a {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-access {
    margin: 100px 0;
    padding: 60px 20px;
  }
  .top-access h1 {
    font-size: 40px;
  }
  .top-access .section-inner {
    padding-top: 50px;
  }
  .top-access .section-inner h3 {
    font-size: 26px;
  }
  .top-access .section-inner p {
    margin-top: 30px;
  }
  .top-access .section-inner p,
  .top-access .section-inner ul {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .top-access .section-inner .top-link-area a {
    margin-top: 40px;
  }
}

/* =============
インフォーメーション
====================== */
/* ============
教育実績紹介
====================== */
.top-achievement {
  background: rgba(98, 98, 98, 0.9);
  margin: 5rem 0;
  position: relative;
}

/* =================
PVのYouTube
======================== */
.top-special-movie {
  background: rgba(33, 41, 49, 0.9);
  padding: 5rem 0;
  margin: 0 auto 5rem;
  position: relative;
}
.top-special-movie .youtube {
  margin: 3rem auto 0;
  padding: 0 2rem;
  text-align: center;
  max-width: 68rem;
}
@media screen and (min-width: 768px) {
  .top-special-movie {
    padding: 60px 20px;
    margin-bottom: 100px;
  }
  .top-special-movie .youtube {
    margin: 60px auto 0;
  }
}

/* 20250820 youtubeモーダル化 */
.p-top-movie__iframebox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.p-top-movie__iframebox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-movie__modal {
  display: none; /* デフォルトでは非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  max-width: 1030px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

.p-top-movie__modal.active {
  display: block; /* activeクラスが追加されたら表示 */
}

.p-top-movie__modal--close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #222;
  cursor: pointer;
  z-index: 1001;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.p-top-movie__bg {
  background: none;
}

.p-top-movie__bg.active {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 3;
}

.p-top-movie__play {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
}

.youtube-modal.active {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.p-top-movie img {
  cursor: pointer;
}

/* footerのOCと資料請求のアイコン調整 */
.l-cv {
  position: relative;
  z-index: 2;
}
.l-cv .p-cv {
  display: flex;
}
.l-cv .p-cv__item {
  flex: 0 1 50%;
}
.l-cv .c-bar-link--middle.c-bar-link {
  padding: 0;
}
.l-cv .c-bar-link--middle .c-bar-link__text {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.l-cv .c-bar-link--middle .c-bar-link__text:before {
  width: 2.2rem;
  height: 2.2rem;
  border: solid 1px #fff;
  background: none;
}
.l-cv .c-bar-link--middle .c-bar-link__text:after {
  width: 0.7rem;
  height: 0.7rem;
  top: 50%;
  left: 0.6rem;
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-cv .c-bar-link--middle .c-bar-link__text:before {
    width: 32px;
    height: 32px;
  }
  .l-cv .c-bar-link--middle .c-bar-link__text:after {
    width: 10px;
    height: 10px;
    top: 50%;
    left: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .l-cv .c-bar-link--middle .c-bar-link__text:before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .l-cv .c-bar-link--middle .c-bar-link__text:after {
    width: 0.9765625vw;
    height: 0.9765625vw;
    left: 0.87890625vw;
  }
}

@media (max-width: 767px) {
  span.pc {
    display: inline;
  }
  span.sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  span.pc {
    display: block;
  }
  span.sp {
    display: inline;
  }
  .sp {
    display: none;
  }
}
.new-line {
  display: block;
}/*# sourceMappingURL=top.css.map */