@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;
}

/* ================

共通設定

=============================*/
/* ==================
コンテンツ調整
==========================*/
.l-wrapper {
  overflow: hidden;
}

.section-wrap {
  padding-bottom: 0;
}

.section-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid" 1, "palt" 1;
}

section {
  padding: 0;
}

/* 情報デザイン3 */
@keyframes bggradient {
  0% {
    background-position: 0% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
body {
  position: relative;
}

.l-wrapper {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  background: linear-gradient(90deg, #fcd6e3, #a8edea);
  background-size: 200% 100%;
  animation: bggradient 10s ease infinite;
}

.l-wrapper.is-active {
  opacity: 1;
}

.index header {
  background: none;
}
.index header.scroll {
  background: #fff;
}

.header-site-name .school-name {
  color: #000;
}

main {
  position: relative;
  z-index: 2;
}

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: 2.5rem;
  font-style: normal;
  color: transparent;
  text-align: center;
  background: #001446;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding: 0 1rem;
}

h1 {
  margin-top: 1.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  color: #001446;
}
h1 ~ p.title-lead {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 2rem;
}

.top-course-lineup h1,
.top-event-information h1 {
  font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
  .heading-sub-text .c-text__inner {
    font-size: 3.5rem;
  }
  h1 {
    margin-top: 40px;
  }
  h1 ~ p.title-lead {
    font-size: 1.6rem;
  }
  .top-course-lineup h1,
  .top-event-information h1 {
    font-size: 4.6rem;
  }
  section:not(.top-course-lineup):not(.top-event-information) h1 span {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .heading-sub-text {
    font-size: 3.41796875vw;
  }
  .top-course-lineup h1,
  .top-event-information h1 {
    font-size: 4.4921875vw;
    margin-top: 2.9296875vw;
  }
  section:not(.top-course-lineup):not(.top-event-information) h1 span {
    font-size: 3.90625vw;
  }
}
.section-wrap section > h2::after {
  display: none !important;
}

p.title-lead {
  text-align: center;
}

/* ==================
リンクボタン 
============================*/
.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: #fff;
  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, #64ce7b, #67d4d1);
     border-image: linear-gradient(to right, #64ce7b, #67d4d1);
  border-image-slice: 1;
  text-align: center;
  color: #000;
}
.top-link-area a:not([class]):hover,
.to-more:hover,
.group-list-button:hover {
  background: #000;
  color: #fff;
}
@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%;
  border: solid 1px #000;
  background: #fff;
  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%;
  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: linear-gradient(0deg, #60d088 0%, #56d2c2 100%);
}
.c-bar-link--oc:before {
  background: linear-gradient(125deg, #35a0be 0%, #6690ea 34%, #e662b9 68%, #f29f5d 83%, #fedc01 99%);
}

.c-bar-link--ph {
  background: #001446;
}

.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 pagination 
====================*/
.common-swiper .swiper-pagination {
  color: #000;
}

/* =====================

各セクションごとのcss

================================*/
/* ==================
MV
============================*/
@keyframes marquee_first_transform {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2222px);
  }
}
@keyframes marquee_second_transform {
  from {
    transform: translateX(2222px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes img_left01 {
  0% {
    transform: translateX(0);
  }
  /*95% {
      -webkit-transform: translateX(-5000px);
      transform: translateX(-5000px);
  }*/
  100% {
    transform: translateX(-5000px);
  }
}
@keyframes img_left02 {
  0% {
    transform: translateX(0);
  }
  /*70% {
      -webkit-transform: translateX(-5000px);
      transform: translateX(-5000px);
  }*/
  100% {
    transform: translateX(-5000px);
  }
}
@keyframes img_left03 {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-5000px);
  }
  100% {
    transform: translateX(-5000px);
  }
}
@keyframes img_left04 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5000px);
  }
}
@keyframes img_left05 {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-5000px);
  }
  100% {
    transform: translateX(-5000px);
  }
}
@keyframes img_left01_last {
  0% {
    transform: translateX(2500px);
    opacity: 1;
  }
  /*95% {
      -webkit-transform: translateX(-2500px);
      transform: translateX(-2500px);
      opacity: 1;
  }*/
  100% {
    transform: translateX(-2500px);
    opacity: 1;
  }
}
@keyframes img_left02_last {
  0% {
    transform: translateX(2500px);
    opacity: 1;
  }
  /*70% {
      -webkit-transform: translateX(-2500px);
      transform: translateX(-2500px);
      opacity: 1;
  }*/
  100% {
    transform: translateX(-2500px);
    opacity: 1;
  }
}
@keyframes img_left03_last {
  0% {
    transform: translateX(2500px);
    opacity: 1;
  }
  70% {
    transform: translateX(-2500px);
  }
  100% {
    transform: translateX(-2500px);
    opacity: 1;
  }
}
@keyframes img_left04_last {
  0% {
    transform: translateX(2500px);
    opacity: 1;
  }
  100% {
    transform: translateX(-2500px);
    opacity: 1;
  }
}
@keyframes img_left05_last {
  0% {
    transform: translateX(2500px);
    opacity: 1;
  }
  70% {
    transform: translateX(-2500px);
    opacity: 1;
  }
  100% {
    transform: translateX(-2500px);
    opacity: 1;
  }
}
@keyframes marquee_first_left {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes marquee_second_left {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes marquee_first_left2 {
  from {
    left: 0;
  }
  to {
    left: -200%;
  }
}
@keyframes marquee_second_left2 {
  from {
    left: 200%;
  }
  to {
    left: 0;
  }
}
@keyframes marquee_first_right {
  from {
    right: 0;
  }
  to {
    right: 100%;
  }
}
@keyframes marquee_first_right2 {
  from {
    right: 0;
  }
  to {
    right: 200%;
  }
}
@keyframes marquee_second_right {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes marquee_second_right2 {
  from {
    right: -200%;
  }
  to {
    right: 0;
  }
}
.l-kv {
  margin-top: -5rem;
  padding-bottom: 5rem;
  background: rgba(225, 240, 237, 0.8);
}
.l-kv .p-slider-wrapper {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-kv .p-slider-wrapper .p-slider-wrapper__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 2222px !important;
}
.l-kv .p-slider-wrapper .p-slider-wrapper__slider .p-slider-wrapper__slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 2222px !important;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-y;
}
.l-kv .p-slider-wrapper .p-slider-wrapper__slider.p-slider-wrapper__slider--01 .p-slider-wrapper__slider-bg {
  -webkit-animation: marquee_first_transform 20s linear infinite;
  z-index: 0;
  background-image: url(../../../images/top/bg_billboard01.png.webp);
  animation: marquee_first_transform 20s linear infinite;
}
.l-kv .p-slider-wrapper .p-slider-wrapper__slider.p-slider-wrapper__slider--01 .p-slider-wrapper__slider-bg--last {
  animation: marquee_second_transform 20s linear infinite;
}
.l-kv .p-slider-wrapper .p-slider-wrapper__slider.p-slider-wrapper__slider--02 .p-slider-wrapper__slider-bg {
  -webkit-animation: marquee_first_transform 50s linear infinite;
  z-index: 0;
  background-image: url(../../../images/top/bg_billboard02.png.webp);
  animation: marquee_first_transform 50s linear infinite;
}
.l-kv .p-billboard {
  position: relative;
  width: 100%;
  max-height: 40rem;
  height: 100%;
}
.l-kv .p-billboard .p-billboard__slider {
  z-index: 1;
  position: absolute;
  top: 9.3rem;
  left: 0;
  width: 100%;
  max-height: 29rem;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg {
  position: absolute;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--01 {
  -webkit-animation: img_left01 100s linear forwards;
  z-index: 2;
  top: 90px !important;
  left: -50px;
  width: 313px;
  animation: img_left01 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--02 {
  -webkit-animation: img_left02 80s linear forwards;
  z-index: 3;
  bottom: 0;
  left: 300px;
  width: 235px;
  animation: img_left02 80s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--03 {
  -webkit-animation: img_left03 100s linear forwards;
  z-index: 4;
  top: 0;
  left: 400px;
  width: 153px;
  animation: img_left03 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--04 {
  -webkit-animation: img_left04 100s linear forwards;
  z-index: 1;
  top: 36px;
  left: 550px;
  width: 417px;
  animation: img_left04 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--05 {
  -webkit-animation: img_left05 80s linear forwards;
  z-index: 5;
  bottom: 37px !important;
  left: 100px;
  width: 183px;
  animation: img_left05 80s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--06 {
  -webkit-animation: img_left01 100s linear forwards;
  z-index: 2;
  top: 115px;
  left: 1200px;
  width: 313px;
  animation: img_left01 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--07 {
  -webkit-animation: img_left02 80s linear forwards;
  z-index: 3;
  bottom: 0;
  left: 1550px;
  width: 235px;
  animation: img_left02 80s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--08 {
  -webkit-animation: img_left03 100s linear forwards;
  z-index: 4;
  top: 0;
  left: 1650px;
  width: 153px;
  animation: img_left03 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--09 {
  -webkit-animation: img_left04 100s linear forwards;
  z-index: 1;
  top: 36px;
  left: 1800px;
  width: 417px;
  animation: img_left04 100s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--10 {
  -webkit-animation: img_left05 80s linear forwards;
  z-index: 5;
  bottom: 34px;
  left: 1350px;
  width: 183px;
  animation: img_left05 80s linear forwards;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--01 {
  -webkit-animation: img_left01_last 100s linear infinite;
  z-index: 2;
  animation: img_left01_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--02 {
  -webkit-animation: img_left02_last 80s linear infinite;
  z-index: 3;
  animation: img_left02_last 80s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--03 {
  -webkit-animation: img_left03_last 100s linear infinite;
  z-index: 4;
  animation: img_left03_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--04 {
  -webkit-animation: img_left04_last 100s linear infinite;
  z-index: 1;
  animation: img_left04_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--05 {
  -webkit-animation: img_left05_last 80s linear infinite;
  z-index: 5;
  animation: img_left05_last 80s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--06 {
  -webkit-animation: img_left01_last 100s linear infinite;
  z-index: 2;
  animation: img_left01_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--07 {
  -webkit-animation: img_left02_last 80s linear infinite;
  z-index: 3;
  animation: img_left02_last 80s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--08 {
  -webkit-animation: img_left03_last 100s linear infinite;
  z-index: 4;
  animation: img_left03_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--09 {
  -webkit-animation: img_left04_last 100s linear infinite;
  z-index: 1;
  animation: img_left04_last 100s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last.p-billboard__slider-bg--10 {
  -webkit-animation: img_left05_last 80s linear infinite;
  z-index: 5;
  animation: img_left05_last 80s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--01 {
  -webkit-animation: img_left01_last 100s 50s linear infinite;
  z-index: 2;
  animation: img_left01_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--02 {
  -webkit-animation: img_left02_last 80s 40s linear infinite;
  z-index: 3;
  animation: img_left02_last 80s 40s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--03 {
  -webkit-animation: img_left03_last 100s 50s linear infinite;
  z-index: 4;
  animation: img_left03_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--04 {
  -webkit-animation: img_left04_last 100s 50s linear infinite;
  z-index: 1;
  animation: img_left04_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--05 {
  -webkit-animation: img_left05_last 80s 40s linear infinite;
  z-index: 5;
  animation: img_left05_last 80s 40s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--06 {
  -webkit-animation: img_left01_last 100s 50s linear infinite;
  z-index: 2;
  animation: img_left01_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--07 {
  -webkit-animation: img_left02_last 80s 40s linear infinite;
  z-index: 3;
  animation: img_left02_last 80s 40s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--08 {
  -webkit-animation: img_left03_last 100s 50s linear infinite;
  z-index: 4;
  animation: img_left03_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--09 {
  -webkit-animation: img_left04_last 100s 50s linear infinite;
  z-index: 1;
  animation: img_left04_last 100s 50s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__slider .p-billboard__slider-bg.p-billboard__slider-bg--last02.p-billboard__slider-bg--10 {
  -webkit-animation: img_left05_last 80s 40s linear infinite;
  z-index: 5;
  animation: img_left05_last 80s 40s linear infinite;
  opacity: 0;
}
.l-kv .p-billboard .p-billboard__text {
  position: absolute;
  color: #ffffff;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-size: 13.3333333333vw;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
  opacity: 0.3;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--upper {
  top: 5rem;
  right: 0;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--upper--01 {
  animation: marquee_first_right2 20s linear infinite;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--upper--02 {
  animation: marquee_second_right2 20s linear infinite;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--lower {
  bottom: 18.4vw;
  left: 0;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--lower--01 {
  animation: marquee_first_left2 20s linear infinite;
}
.l-kv .p-billboard .p-billboard__text.p-billboard__text--lower--02 {
  animation: marquee_second_left2 20s linear infinite;
}
.l-kv .p-billboard .l-container {
  z-index: 4;
  position: relative;
  max-width: 17rem;
  margin: 0 auto;
}
.l-kv .p-billboard .l-container .p-billboard__textarea {
  display: flex;
  z-index: 3;
  position: relative;
  align-items: center;
  max-height: 100%;
  max-height: 40rem;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner {
  overflow: hidden;
  position: absolute;
  top: 13rem;
  color: #040f29;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1 {
  -webkit-transform: translateX(-100%);
  overflow: hidden;
  transform: translateX(-100%);
  color: #ffffff;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  white-space: nowrap;
  transition: transform 1s;
  line-height: 1;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1 > span {
  -webkit-transform: translateX(100%);
  display: inline-block;
  padding: 1.3333333333vw;
  transform: translateX(100%);
  background-color: #040f29;
  transition: transform 1s;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle {
  -webkit-transform: translateX(-100%);
  margin-top: 1rem;
  overflow: hidden;
  transform: translateX(-100%);
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
  transition: transform 1s;
  transition-delay: 100ms;
  line-height: 1;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle > span {
  transform: translateX(100%);
  transition: transform 1s;
  transition-delay: 100ms;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle > span > span {
  display: inline-block;
  padding: 0.8vw;
  background-color: #ffffff;
  white-space: nowrap;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle > span > span + span {
  margin-top: 0.9333333333vw;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower {
  margin-top: 2rem;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead {
  -webkit-transform: translateX(-100%);
  overflow: hidden;
  transform: translateX(-100%);
  font-size: 1.5rem;
  transition: transform 1s;
  transition-delay: 500ms;
  line-height: 1;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead > span {
  -webkit-transform: translateX(100%);
  display: block;
  transform: translateX(100%);
  transition: transform 1s;
  transition-delay: 500ms;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead > span > span {
  display: inline-block;
  position: relative;
  padding: 1.3333333333vw;
  white-space: nowrap;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead > span > span:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead + .p-billboard__textarea-lead {
  margin-top: 1.3333333333vw;
  transition-delay: 700ms;
}
.l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead + .p-billboard__textarea-lead > span {
  transition-delay: 700ms;
}
@media screen and (min-width: 768px) {
  .l-kv {
    margin-top: 0;
    padding-bottom: 0;
  }
  .l-kv .p-billboard {
    max-height: 540px;
  }
  .l-kv .p-billboard .p-billboard__slider {
    max-height: 415px;
    top: 85px;
  }
  .l-kv .p-billboard .p-billboard__text {
    font-size: min(6.8965517241vw, 80px);
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--upper {
    top: min(10.3448275862vw, 72px);
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--upper--01 {
    animation: marquee_first_right 40s linear infinite;
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--upper--02 {
    animation: marquee_second_right 40s linear infinite;
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--lower {
    bottom: min(3.4482758621vw, 40px);
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--lower--01 {
    animation: marquee_first_left 40s linear infinite;
  }
  .l-kv .p-billboard .p-billboard__text.p-billboard__text--lower--02 {
    animation: marquee_second_left 40s linear infinite;
  }
  .l-kv .p-billboard .l-container {
    max-width: 420px;
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea {
    max-height: 540px;
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner {
    top: unset;
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1 {
    font-size: min(4.4827586207vw, 31px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1 > span {
    padding: min(0.8620689655vw, 6px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle {
    font-size: min(1.5517241379vw, 16px);
    margin-top: min(1.2931034483vw, 15px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle > span > span {
    padding: min(0.4310344828vw, 3px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower {
    margin-top: min(3.4482758621vw, 30px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead {
    font-size: min(2.2413793103vw, 22px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead > span > span {
    padding: min(0.8620689655vw, 6px);
  }
  .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lower .p-billboard__textarea-lead + .p-billboard__textarea-lead {
    margin-top: min(0.8620689655vw, 10px);
  }
}
@media (min-width: 768px) and (max-width: 1160px) {
  .l-kv .p-billboard .l-container {
    padding: 0;
  }
}

.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-h1 > span,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-subtitle > span,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lead,
.l-wrapper.is-active .l-kv .p-billboard .l-container .p-billboard__textarea .p-billboard__textarea-inner .p-billboard__textarea-lead > span {
  transform: translateX(0);
}

/* ==================
緊急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;
  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;
  border: solid 1px #000;
}
.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下バナーリンク画像
======================== */
@keyframes marquee_first {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@keyframes marquee_second {
  from {
    transform: translate(100%);
  }
  to {
    transform: translate(0);
  }
}
.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:before, .top-information:after {
  position: absolute;
  bottom: -12.4vw;
  left: -12vw;
  content: "CREATE YOURSELF TO SURVIVE THE FUTURE";
  color: #ffffff;
  font-family: "Barlow";
  font-style: italic;
  font-weight: 400;
  font-size: 13.3333333333vw;
  letter-spacing: 0.025em;
  white-space: nowrap;
  opacity: 0.3;
  z-index: -1;
}
.top-information:before {
  animation: marquee_first 40s linear infinite;
}
.top-information:after {
  animation: marquee_second 40s linear infinite;
}
.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;
    padding: 0 20px;
  }
  .top-information:before, .top-information:after {
    bottom: max(-3.4482758621vw, -40px);
    left: 0;
    font-size: min(7.7586206897vw, 72px);
  }
  .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: linear-gradient(135deg, rgba(248, 236, 195, 0.8), rgba(196, 236, 160, 0.8));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.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: #fff;
  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: #001446;
  top: 0;
  bottom: 0;
  left: 22.5%;
  margin: auto;
}
.top-point .section-inner .area-school-swiper .swiper-wrapper dl dt {
  color: #001446;
  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: #000;
}
.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, #71d386, #67d4d1);
  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(255, 255, 255, 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 {
  background: rgba(255, 255, 255, 0.9);
}
.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: #000;
  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: #000;
}
.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 > 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: #d2d2d2;
  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 > 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 > 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(225, 240, 237, 0.8);
}
.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(255, 255, 255, 0.8);
  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%, 0%, 0.5);
}
.top-news .section-inner .news-item a {
  padding: 2rem 40px 2rem 0;
  position: relative;
  border-bottom: 1px dashed hsla(0, 0%, 0%, 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: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}
.top-news .section-inner .news-item a .news-item_head span[class^=icon] {
  border-radius: unset;
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0 0.5rem;
  display: inline;
}
.top-news .section-inner .news-item a p {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #000;
  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: #000;
  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, 186, 0, 0.8), rgba(255, 41, 147, 0.8));
  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;
  line-height: 2;
  color: #001446;
}
.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: #000;
  font-size: 1.2rem;
  background-color: rgba(255, 255, 255, 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: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.06em;
  color: #000;
  text-align: center;
}
.top-oc .area-school.experience p {
  font-size: 1.2rem;
  margin: 2rem 0 3rem;
  text-align: center;
}
.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: linear-gradient(135deg, rgba(248, 236, 195, 0.8), rgba(196, 236, 160, 0.8));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
  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: #fff;
  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: #000;
}
.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(225, 240, 237, 0.8);
  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(100, 206, 123, 0.8), rgba(103, 212, 209, 0.8));
  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: #000;
  opacity: 0.8;
  margin-bottom: 1.4rem;
}
.top-group .top-group__content p {
  font-size: 1.2rem;
  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.1rem;
  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: #000;
  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 #000;
  border-right: 1px solid #000;
  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: linear-gradient(135deg, rgba(248, 236, 195, 0.8), rgba(196, 236, 160, 0.8));
  background-size: 300% 300%;
  animation: gradient 10s ease infinite;
}
.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%, 0%, 0.5);
  margin: 0;
}
.top-guide .guide-list .guide-item:first-child {
  border-top: 1px dashed hsla(0, 0%, 0%, 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: #000;
  /* 項目が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%, 0%, 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(255, 255, 255, 0.8);
}
@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(225, 240, 237, 0.8);
}
.top-campuslife .p-guide-section__list {
  padding-bottom: 0;
}

/* ================
SNS
====================== */
.top-sns {
  margin: 5rem 0;
  padding: 5rem 2rem;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
.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: 6rem;
}
.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;
  line-height: 2.2;
  font-size: 14px;
}
@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(255, 255, 255, 0.8);
  padding: 5rem 0;
}
.top-access .section-inner {
  margin: 0 auto;
}
.top-access h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 400;
}
.top-access p {
  margin-top: 2rem;
  text-align: center;
}
.top-access p,
.top-access ul {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 2.3;
  color: #000;
  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(225, 240, 237, 0.8);
  margin: 5rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-achievement {
    margin: 100px 0;
  }
}

/* =================
PVのYouTube
======================== */
.top-special-movie {
  background: rgba(255, 255, 255, 0.8);
  padding: 5rem 0;
  margin: 0 auto 5rem;
  position: relative;
}
.top-special-movie h1 {
  font-size: 1.8rem;
}
.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 h1 {
    font-size: 26px;
  }
  .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 .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__icon {
  display: none;
}
.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-color: #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 screen and (min-width: 768px) {
  .l-cv {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  span.pc {
    display: inline;
  }
  span.sp {
    display: block;
  }
  .pc,
  span.show-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  span.pc {
    display: block;
  }
  span.sp {
    display: inline;
  }
  .sp,
  span.show-sp {
    display: none;
  }
}
.new-line {
  display: block;
}/*# sourceMappingURL=top.css.map */