/* メニュー改修 */
article.search ul.btn_type03.flex .other-none,
br.home-sub-list {
  display: none;
}

.home-new2026 br.home-sub-list {
  display: block;
}

.home-new2026 .search {
  z-index: 100;
}

@media (min-width: 751px) {
  .home-new2026 .search {
    display: block;
    right: 0;
    margin: 0;
    width: 100%;
    z-index: 100;
    background: none;
    pointer-events: none;
    max-width: 100% !important;
    overflow: hidden;
  }

  .home-new2026 .search .first-layered {
    pointer-events: all;
    position: relative;
  }

  .home-new2026 .search .first-layered::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background: rgb(0, 0, 0);
    z-index: -5;
    opacity: 0.2;
    transition: top 0.2s;
  }

  .home-new2026 .search .first-layered.is-scroll::before {
    top: 0;
  }

  .home-new2026 header {
    z-index: 101;
  }

  .home-new2026 .search .first-layered>.menu_wrap {
    margin: 0 0 0 auto;
    opacity: 1;
    height: auto;
    max-width: calc(100% - 21em) !important;
  }

  .home-new2026 .search .first-layered,
  .home-new2026 .search .second-layered,
  .home-new2026 .search .second-layered section,
  .home-new2026 .search .first-layered .menu_wrap>.btn_type03 li.home-list {
    display: block;
  }

  .home-new2026 header.type2 .menu,
  .home-new2026 .search .first-layered>.menu_wrap> :not(.btn_type03),
  .home-new2026 .search .first-layered>.menu_wrap>.course,
  .home-new2026 .search .first-layered>.menu_wrap>.btn_type03 li {
    display: none;
  }

  .home-new2026 .home-list {
    border: 0 !important;
    width: fit-content !important;
    min-height: 3.5em !important;
    margin: 0 !important;
  }

  .home-new2026 .home-list button {
    font-weight: 500;
    overflow: hidden;
    color: rgb(255, 255, 255) !important;
    font-size: 1.09em !important;
    line-height: 1.2 !important;
    padding: 2.3em 0 !important;
    background: transparent !important;
    letter-spacing: 0.1em;
  }

  .home-new2026 .home-list button::before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: left 0.2s;
  }

  .home-new2026 .home-list button:hover::before,
  .home-new2026 .home-list button.is-current::before {
    left: 0;
  }

  .home-new2026 .first-layered>.menu_wrap .btn_type03 {
    gap: 5em;
    margin-right: 5%;
    padding: 0 !important;
    justify-content: flex-end !important;
  }

  .home-new2026 .home-list button::after {
    display: none;
  }

  .home-new2026 .home-list button br {
    display: none;
  }

  .home-new2026 .search .second-layered .slide {
    background: rgba(51, 51, 51, 0.9);
    display: flex;
  }

  .home-new2026 .search .second-layered .slide button.back {
    pointer-events: none;
    margin: auto;
    font-size: 1em;
    color: rgb(255, 255, 255);
    font-weight: 700;
    width: 15.3125em;
    padding: 2.5em 4.5em 2.5em 2.5em;
    text-align: left;
  }

  .home-new2026 .search .second-layered .slide button.back::before {
    width: 1.125em;
    height: 1em;
    border: 0;
    background: url("../img/top/arrow_icon05.svg") center center / contain no-repeat;
    left: auto;
    right: 2em;
    transform: translateY(-50%);
  }

  .home-new2026 .search .second-layered .slide .btn_type03 {
    width: calc(100% - 15.3125em);
    border-left: 1px solid rgb(128, 128, 128);
    padding: 2em;
    gap: 0 4.5%;
    justify-content: flex-start;
    align-items: baseline;
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li {
    border: 0;
    width: calc(30.3333%);
    overflow: hidden;
    margin-bottom: 0.5em;
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li a {
    padding-left: 0;
    border-bottom: 0.15em solid rgb(128, 128, 128);
    color: rgb(255, 255, 255) !important;
    background-color: transparent !important;
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li a::after {
    filter: none;
    width: 2em;
    height: 2em;
    border-radius: 50%;
  }
.home-new2026 .search .second-layered .slide .btn_type03 li a.blank::after {
    background-size: 1.3em;
}

  
  .home-new2026 .search .second-layered .slide .btn_type03 li a:hover::after {
    background-color: rgb(0, 0, 0)!important;
    filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(100deg) brightness(100%) contrast(100%);
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.2em;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: -0.15em;
    left: -100%;
    transition: left 0.2s;
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li a:hover::before {
    left: 0;
  }

  .home-new2026 .search .second-layered .slide .btn_type03 li br {
    display: none;
  }
}

/* メイン */
.home-new2026 {
  background: rgb(255, 255, 255) !important;
}

.home-new2026 main {
  width: 100%;
}

.p-top_fv {
  position: relative;
  z-index: 1;
}

.p-top_fv-slide,
.p-top_fv_more {
  width: 75em;
  height: 45em;
}

.p-top_fv-slide {
  position: relative;
  overflow: hidden;
}

.p-top_fv-slide__bg,
.p-top_fv-slide__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s;
  pointer-events: none;
}

.swiper-slide-active .p-top_fv-slide__bg,
.swiper-slide-active .p-top_fv-slide__content {
  opacity: 1;
}

.p-top_fv-slide__number,
.p-top_fv-slide__type {
  position: absolute;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 4px 4px 0);
}

.p-top_fv-slide__number {
  width: 7.5em;
  top: 0;
  left: 0;
  transition: transform 0.5s 0.3s;
  transform: scale(0);
}

.swiper-slide-active .p-top_fv-slide__number {
  transform: scale(1);
}

.p-top_fv-slide__type {
  display: flex;
  flex-flow: row-reverse wrap;
  bottom: 2em;
  right: 0;
  justify-content: center;
  align-items: end;
  transition: 0.3s;
}

.is-next .p-top_fv-slide__type,
.is-prev .p-top_fv-slide__type {
  flex-direction: column;
  right: -3.2em;
  filter: brightness(0) saturate(1);
  opacity: 0.2;
}

.swiper-slide-active.full .p-top_fv-slide__type {
  right: 5%;
  bottom: 9.5em;
}

.swiper-slide-active.full .p-top_fv-slide__voice {
  right: 4.25em;
  top: 4.25em;
}

.p-top_fv-slide__type img {
  width: 3.75em;
}

.p-top_fv-slide__voice {
  width: 7.5em;
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 4px 4px 4px);
  transition: transform 0.4s 0.5s;
  transform: scale(0);
}

.swiper-slide-active .p-top_fv-slide__voice {
  transform: scale(1);
}

.p-top_fv_course-list {
  width: max-content;
  position: absolute;
  right: 10%;
  top: calc(100% - 23.5em);
  transition: transform 0.4s;
  transform: scale(0);
  z-index: 10;
}

.p-top_fv_course-list a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 0.75em;
  padding: 0.5em 1.5em;
  text-align: justify;
  text-align-last: justify;
  border: 0.15em solid;
  border-radius: 5em;
  margin: 0.8em 0;
}

.swiper-slide-active .p-top_fv_course-list {
  transform: scale(1);
}

.swiper-slide-active.full .p-top_fv_course-list {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 2px 2px 0);
  top: calc(100% - 23.9em);
  right: 12%;
}

.p-top_fv-slide__item {
  position: absolute;
  transition: 0.8s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 25em;
  height: 34.375em;
  padding: 0 2.25em 1em;
  margin: 0 auto;
}

.p-top_fv-slide__img {
  background: rgb(51, 51, 51);
  border-radius: 20rem;
  width: 100%;
  height: 100%;
  transition: 0.8s ease-in-out;
  overflow: hidden;
}

.swiper-slide-active .p-top_fv-slide__item {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 10;
}

.swiper-slide-active.full .p-top_fv-slide__item {
  width: 100%;
  height: 100%;
  padding: 0;
}

.swiper-slide-active.full .p-top_fv-slide__item .p-top_fv-slide__img {
  height: 100%;
  border-radius: 0;
  width: 85%;
  margin: 0 auto;
}

.p-top_fv-slide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-active.full .p-top_fv-slide__item .p-top_fv-slide__number {
  top: 6em;
  left: 1%;
}

.is-next .p-top_fv-slide__item,
.is-prev .p-top_fv-slide__item {
  transform: translate(-50%, -50%) scale(0.465);
  opacity: 1;
  z-index: 5;
}

.is-next .p-top_fv-slide__item {
  top: 29%;
  left: 77.5%;
}

.is-prev .p-top_fv-slide__item {
  top: 72%;
  left: 22.5%;
}

.p-top_fv-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-top_fv-bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
  background: var(--bg-pc) repeat center/cover;
}

.p-top_fv-bg-item.is-active {
  opacity: 1;
}

.p-top_fv_more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}

.p-top_fv_more>* {
  pointer-events: all;
}

.p-top_fv-slide__arrow {
  display: flex;
  flex-wrap: wrap;
  width: calc(28.35em);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 48%;
  transform: translateY(-50%);
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  transition: width 0.5s;
}

.full .p-top_fv-slide__arrow {
  width: calc(67.35em);
  top: 42%;
}

.p-top_fv-slide__prev,
.p-top_fv-slide__next,
.p-top_campus-slide-prev,
.p-top_campus-slide-next {
  width: 3.375em;
  height: 2em;
  background-color: rgb(255, 255, 255);
  border-radius: 1em;
  pointer-events: auto;
  cursor: auto;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 3px);
}

.p-top_fv-slide__prev::before,
.p-top_fv-slide__next::before,
.p-top_campus-slide-prev::before,
.p-top_campus-slide-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}

.p-top_fv-slide__prev::before,
.p-top_fv-slide__next::before {
  background: url("../img/top/fv_slide-arrow.webp") center center / contain no-repeat;
}

.p-top_fv-slide__next::before,
.p-top_campus-slide-next::before {
  transform: scale(-1, 1);
}

.p-top_campus-slide-prev::before,
.p-top_campus-slide-next::before {
  background: rgb(236, 99, 66);
  mask: url("../img/top/fv_slide-arrow.webp") center center / contain no-repeat;
}

.p-top_fv_catch {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 2;
  height: auto;
  max-height: 25em;
  position: absolute;
  top: 15%;
  left: 11em;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.p-top_fv_catch .tcy {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  vertical-align: middle;
}

.full .p-top_fv_catch {
  left: 1%;
  top: 47%;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 2px 2px 0);
}

.p-top_fv_scroll {
  width: 9em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1em auto;
  opacity: 0.15;
}

.p-top_fv_scroll img {
  display: block;
  width: 100%;
}

.full .p-top_fv_scroll {
  opacity: 0.35;
}

.home-new2026 .u-top_curve {
  position: relative;
  z-index: 1;
  margin-top: -35em;
  mask-image: radial-gradient(70% 35em at 50% 0%, transparent 100%, black 100%);
  pointer-events: none;
}

.home-new2026 .u-top_curve>* {
  pointer-events: all;
}

.p-urgent-topic {
  position: relative;
  z-index: 2;
}

.p-urgent-topic__inner {
  display: flex;
  align-items: center;
  gap: 0.7em;
  background-color: rgb(255, 255, 255);
  border-radius: 1em;
  padding: 1em;
  max-width: 28.5em;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 3px);
  position: absolute;
  left: 2%;
  top: -3em;
}

.p-urgent-topic__label {
  width: 6.75em;
}

.p-urgent-topic__label img {
  display: block;
  width: 100%;
}

.p-urgent-topic__slider {
  flex-grow: 1;
  height: 2em;
  overflow: hidden;
}

.p-urgent-topic__item {
  width: 100%;
  justify-content: flex-start;
}

.p-urgent-topic__item a {
  display: flex;
  align-items: center;
  gap: 0.6em;
  text-decoration: none;
  color: rgb(51, 51, 51);
  transition: color 0.3s;
  border-radius: 0.5em;
  padding: 0 0.5em;
}

.p-urgent-topic__item .date {
  white-space: nowrap;
  font-size: 0.75em;
  text-align: center;
  line-height: 0.9;
  font-weight: 500;
  color: #808080;
}

.p-urgent-topic__item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-top_pick-content {
  padding-top: 40em;
  width: 100%;
}
.p-urgent-topic + .p-top_pick-content {
    padding-top: 43em;
}
.home-new2026 .u-bg_oval {
  position: absolute;
  top: 0;
  left: -31.25em;
  width: calc(100% + 31.25em);
  min-width: 68.125em;
  height: calc(100% - 11em);
  border-radius: 31.25em;
  z-index: -1;
}

.home-new2026 .u-bg_oval.c-key_bg_bl {
  background: rgb(100, 153, 227);
}

.p-top_pick-content__inner {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 auto;
}

.p-top_pick-content__title {
  text-align: center;
  order: 2;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 11em;
  position: relative;
  margin-top: -6em;
}

.p-top_pick-content__title-label {
  align-items: center;
  height: 4.875em;
  gap: 1.875em;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
  margin-right: 4em;
}

.p-top_pick-content__title-label img {
  height: 100%;
  width: auto;
  display: block;
}

.p-top_pick-content__dec {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14.125em;
  z-index: 1;
}

.p-top_pick-content__dec img {
  width: 100%;
  display: block;
}

.p-top_pick-content__slider {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.p-top_pick-content__slider .swiper-slide {
  border: 0.15em solid rgb(102, 153, 227);
  width: 16.875em;
  height: 8.75em;
  overflow: hidden;
}

.p-top_pick-content__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-top_pick-content__pagination,
.p-top_pick-content__btn {
  display: none;
}

.p-top_visitors {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}



.p-top_visitors label {
  font-size: 1.125em;
  width: fit-content;
  padding: 2em;
  pointer-events: none;
  position: absolute;
  top: -4.7em;
  left: 6em;
  z-index: 1;
  margin: 0 auto;
  color: rgb(255, 255, 255);
}

.p-top_visitors label::before,
.p-top_visitors label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-top_visitors label::before {
  width: 12.4em;
  height: 5.55em;
  background: url("../img/top/top_visitors-dec.webp") center center / contain no-repeat;
  left: calc(50% + 0.5em);
  z-index: -1;
}

.p-top_visitors label::after {
  opacity: 0;
}

.p-top_visitors .accshow {
  padding: 0 !important;
}

.p-top_visitors .accshow .btn_type01 li {
  width: calc(100%/3);
  border: 1px solid rgb(128, 128, 128);
  box-sizing: border-box;
}

.p-top_visitors .accshow .btn_type01 li a {
  color: rgb(255, 255, 255);
  background: rgb(77, 77, 77);
  display: block;
  font-size: 0.875em;
  text-align: center;
  padding: 1.4em;
  font-weight: 700;
  position: relative;
}

.p-top_visitors .accshow .btn_type01 li p {
  width: 100%;
  max-width: 10em;
  margin: 0 auto;
  text-align: justify;
  text-align-last: justify;
}

.p-top_visitors .accshow .btn_type01 li a::after {
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  top: 50%;
  right: 14%;
  transform: translateY(-50%);
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(100deg) brightness(100%) contrast(100%);
}

.p-top_visitors .accshow .btn_type01 li a:hover::after {
  filter: none;
}

.p-top_banner {
  background: rgb(255, 255, 255);
  padding: 3em 0 5em;
}

.p-top_banner ul {
  gap: 2.25em;
  margin: 2em auto;
  max-width: 1200px;
  width: 85%;
}

.p-top_banner ul a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}

.p-top_banner a:hover {
  transform: translateY(-0.3125em);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.625em 1.25em;
}

.p-top_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-top_blog {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  padding: 5em 0 0;
}

.p-top_blog__title {
  align-items: flex-end;
  gap: 3.25em;
}

.p-top_blog__title::before {
  content: "";
  display: block;
  width: 36.625em;
  height: 4.5em;
  background: url("../img/top/top_blog-label_en.webp") left center / contain no-repeat;
}

.p-top_blog__title .jp {
  width: 9.625em;
  margin-bottom: 0.5em;
}

.p-top_blog__bg-band01,
.p-top_blog__bg-band02 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}

.p-top_blog__bg-band01 {
  top: 43%;
  height: 36.25em;
  background-color: rgb(243, 238, 238);
  transform: skewY(5deg) translateY(-50%);
}

.p-top_blog__bg-band02 {
  top: 51%;
  height: 9.75em;
  background-color: rgb(195, 215, 244);
  transform: skewY(-8deg);
}

.p-top_blog__inner {
  position: relative;
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  z-index: 10;
  padding-bottom: 11em;
}

.p-top_blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  max-width: calc(100% - 18.5em);
  margin: 3.125em 0 1.825em;
}

.p-top_blog__item a {
  display: block;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(51, 51, 51);
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  height: 100%;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

.p-top_blog__item a:hover {
  transform: translateY(-0.3125em);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.625em 1.25em;
  background-color: rgb(236, 226, 227) !important;
}

.p-top_blog__item .thumb {
  height: 7.6875em;
}

.p-top_blog__item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-top_blog__item .info {
  padding: 1em;
}

.p-top_blog__item .date {
  display: block;
  font-size: 0.8125em;
}

.p-top_blog__item .title {
  font-size: 1em;
  color: rgb(100, 153, 227);
  font-weight: 500;
  text-align: justify;
  text-decoration: underline;
  line-height: 1.6;
  word-break: break-all;
}

.p-top_blog__btn-wrap {
  text-align: right;
  max-width: calc(100% - 18.5em) !important;
  margin: 0 !important;
}

.p-top_blog__btn-wrap.btn_type06 .p-btn-more {
  border: 1px solid rgb(51, 51, 51);
  transition: 0.3s;
  letter-spacing: 0.3em;
  width: fit-content;
  margin: 0 0 0 auto;
  filter: none;
  padding: 0.6em 4.15em;
  font-size: 1em;
  background: transparent !important;
}

.p-top_blog__dec {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17.5em;
  z-index: 5;
  pointer-events: none;
}

.p-top_blog__dec img {
  width: 100%;
  display: block;
}

.p-top_about {
  position: relative;
  padding: 4.75em 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(233, 96, 63) 40%, rgb(209, 71, 39) 100%);
}

.p-top_about::before,
.p-top_about::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.p-top_about::before {
  top: -12.025em;
  left: calc(50% - 21.5em);
  transform: translateX(-50%);
  width: 49.75em;
  height: 56.75em;
  background: url("../img/top/top_about-shingeki.webp") no-repeat center/contain;
}

.p-top_about__marquee {
  position: absolute;
  top: 2.7em;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.p-top_about__marquee-inner {
  display: inline-flex;
  animation: 30s linear 0s infinite normal none running marqueeScroll;
}

.marquee-img {
  width: auto;
  height: 6.875em;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-50%);
  }
}

.p-top_about__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.p-top_about__title img {
  width: 27.5em;
  height: auto;
  margin-bottom: 5.625em;
}

.p-top_about__body img {
  max-width: 37.5em;
  width: 100%;
  height: auto;
  margin: 2em auto;
}

.p-top_about__banner {
  width: 82%;
  transition: transform 0.3s;
  margin: 0 auto;
  max-width: 980px;
  border-radius: 1.75em;
}

.p-top_about__banner:hover {
  transform: translateY(-0.3125em);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.625em 1.25em;
}

.p-top_about__banner img {
  width: 100%;
  height: auto;
}

.p-top_event,
.p-top_course,
.p-top_student,
.p-top_sns {
  padding: 4.6em 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-top_event__title {
  align-items: flex-end;
  justify-content: space-between;
  gap: 3.25em;
  padding: 0 6.875em;
  position: relative;
  z-index: 2;
}

.p-top_event__title::before {
  content: "";
  display: block;
  width: 14.875em;
  height: 4.5em;
  background: url("../img/top/top_event-label_en.webp") left center / contain no-repeat;
  order: 2;
}

.p-top_event__title .jp {
  width: 15.375em;
  margin-bottom: 0.5em;
}

.p-top_event__inner {
  margin-top: 2.5em;
  position: relative;
  z-index: 1;
  padding-bottom: 4.375em;
}

.p-top_event__slider {
  mask-image: linear-gradient(to right, transparent 8%, black 8.5%, black 100%);
  padding: 1.25em 0;
}

.p-top_event__slider .swiper-wrapper {
  padding-left: 10%;
}

.p-top_event__card {
  height: auto;
}

.p-top_event__card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0.5375em 0.5375em 0.7375em;
  text-decoration: none;
  color: rgb(51, 51, 51);
  transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.p-top_event__card a:hover {
  transform: translateY(-0.3125em);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.625em 1.25em;
  background-color: rgb(236, 226, 227) !important;
}

.p-top_event__card .thumb {
  aspect-ratio: 400 / 210;
  overflow: hidden;
}

.p-top_event__card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-top_event__card .info {
  padding: 1.75em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.p-top_event__card .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
  font-size: 0.8125em;
  font-weight: bold;
}

.p-top_event__card .tag-cat {
  color: rgb(255, 255, 255);
  padding: 0.5em 1.2em 0.5em 3.3em;
  border-radius: 5em;
  margin-left: -3.5em;
}

.p-top_event__card .tag-type {
  color: rgb(136, 136, 136);
}

.p-top_event__card .date {
  display: block;
  font-size: 0.8125em;
  font-weight: 500;
}

.p-top_event__card .date span {
  font-size: 0.92em;
}

.p-top_event__card .title {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}

.p-top_event__btn-wrap {
  max-width: fit-content !important;
  margin: 1em 0 0 10% !important;
}

.p-top_event__btn-wrap.btn_type06 .p-btn-event {
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
  width: fit-content;
  filter: none;
  padding: 0.6em 3.15em 0.6em 1em !important;
  font-size: 1em !important;
  background: transparent !important;
  color: rgb(255, 255, 255) !important;
}

.p-top_event__btn-wrap.btn_type06 .p-btn-event::after {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(100deg) brightness(100%) contrast(100%);
}

.p-top_event .u-bg_oval.c-key_bg_bl {
  bottom: 0;
  top: auto;
  height: calc(100% - 10em);
  width: calc(50% + 31.25em);
  min-width: 75em;
}

.home-new2026 .u-bg_oval.c-key_bg_sub_lg {
  right: -31.25em;
  left: auto;
  top: -4.8em;
  height: 100%;
  z-index: 0;
  width: calc(70% + 31.25em);
  min-width: 85em;
}

.p-top_course__title {
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding-bottom: 1.4em;
}

.p-top_course__title::before {
  content: "";
  display: block;
  width: 4.375em;
  height: 0.875em;
  background: url("../img/top/top_course-label_en.webp") left center / contain no-repeat;
  order: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transform: translateX(2em);
}

.p-top_course__title .jp {
  width: 11.875em;
}

.p-top_course__inner {
  position: relative;
}

.p-top_course__inner::before {
  content: "";
  display: block;
  width: 18.125em;
  height: 12.5em;
  background: url("../img/top/top_course-dec.webp") center center / contain no-repeat;
  position: absolute;
  top: -12.5em;
  left: calc(50% + 15em);
  transform: translateX(-50%);
}

.p-top_course__list {
  margin: 4em 0;
  border: 1px solid;
}

.p-top_course__list li {
  width: calc(20%);
  box-sizing: border-box;
  border: 1px solid;
}

.p-top_course__list li a {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375em;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 3em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}

.p-top_course__list li a::after {
  width: 5.33em;
  height: 1.6em;
  background-color: #666;
  right: 0;
  bottom: 0;
  border-radius: 1em 0 0;
  background-image: url("../img/top/top_course-more.webp");
}

.p-top_course__list li a::before {
  font-size: 1em;
  width: 11em;
  height: calc(100% + 2px);
  left: 0;
  right: auto;
  top: -1px;
  opacity: 1;
  background: center center / cover no-repeat;
  z-index: -1;
  mix-blend-mode: multiply;
  content: "" !important;
}

.p-top_course__list li a:hover,
.p-top_course__list li a:hover::after {
  transform: none;
  color: rgb(255, 255, 255) !important;
}

.p-top_course__list .il .c-icon::before {
  background-image: url("../img/top/top_course_il.webp");
}

.p-top_course__list .ci .c-icon::before {
  background-image: url("../img/top/top_course_ci.webp");
}

.p-top_course__list .mg .c-icon::before {
  background-image: url("../img/top/top_course_mg.webp");
}

.p-top_course__list .gc .c-icon::before {
  background-image: url("../img/top/top_course_gc.webp");
}

.p-top_course__list .gd .c-icon::before {
  background-image: url("../img/top/top_course_gd.webp");
}

.p-top_course__list .id .c-icon::before {
  background-image: url("../img/top/top_course_id.webp");
}

.p-top_course__list .fg .c-icon::before {
  background-image: url("../img/top/top_course_fg.webp");
}

.p-top_course__list .an .c-icon::before {
  background-image: url("../img/top/top_course_an.webp");
}

.p-top_course__list .fa .c-icon::before {
  background-image: url("../img/top/top_course_fa.webp");
}

.p-top_course__list .td .c-icon::before {
  background-image: url("../img/top/top_course_td.webp");
}

.p-top_course__list .il a:hover {
  background-color: rgb(229, 190, 14) !important;
}

.p-top_course__list .ci a:hover {
  background-color: rgb(253, 108, 100) !important;
}

.p-top_course__list .mg a:hover {
  background-color: rgb(231, 74, 111) !important;
}

.p-top_course__list .gc a:hover {
  background-color: rgb(51, 179, 129) !important;
}

.p-top_course__list .gd a:hover {
  background-color: rgb(216, 45, 68) !important;
}

.p-top_course__list .id a:hover {
  background-color: rgb(45, 150, 213) !important;
}

.p-top_course__list .fg a:hover {
  background-color: rgb(57, 193, 203) !important;
}

.p-top_course__list .an a:hover {
  background-color: rgb(239, 148, 34) !important;
}

.p-top_course__list .fa a:hover {
  background-color: rgb(150, 81, 155) !important;
}

.p-top_course__list .td a:hover {
  background-color: rgb(125, 196, 55) !important;
}

.p-top_student {
  padding-bottom: 9.2em;
}

.p-top_student__inner {
  position: relative;
  z-index: 2;
  width: 85%;
  margin: 0 auto;
  padding: 0 2em 2.875em;
  box-sizing: border-box;
}

.p-top_student__content {
  display: grid;
  align-items: center;
  gap: 1em;
  max-width: 1200px;
  margin: 0 auto;
}

.home-new2026 .p-top_student .c-key_bg_bl {
  background: rgb(212, 227, 247);
  bottom: 0;
  top: auto;
  width: calc(100% + 34.25em);
  height: calc(100% - 4.4em);
}

.home-new2026 .p-top_student--interview .c-key_bg_bl {
  right: -31.25em;
  left: auto;
}

.p-top_student__title {
  grid-area: title;
  width: 9em;
  margin: 0 auto;
}

.p-top_student__title .jp {
  width: 100%;
}

.p-top_student__btn-wrap {
  grid-area: link;
  width: fit-content !important;
  margin: 0 !important;
}

.p-top_student--interview .p-top_student__btn-wrap {
  margin-left: auto !important;
}

.p-top_student__list-wrap {
  grid-area: list;
  position: relative;
}

.p-top_student--works .p-top_student__content {
  grid-template-areas: "title list" "link list";
  grid-template-columns: 9em 1fr;
}

.p-top_student--interview .p-top_student__content {
  grid-template-areas: "list title" "list link";
  grid-template-columns: 1fr 9em;
}

.p-top_student .p-top_student__btn-wrap .p-btn-student {
  font-size: 1em;
  filter: none;
  letter-spacing: 0.3em;
  padding: 0;
  background-color: transparent !important;
}

.p-top_student .p-top_student__btn-wrap .p-btn-student::after {
  position: relative;
  top: 0;
  right: 0;
  margin: 1em auto;
  width: 4.625em;
  height: 4.625em;
  padding: 1.8em;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  background-size: 1.9em;
  transform: translateY(0px) !important;
}

.p-top_student .p-top_student__btn-wrap .p-btn-student:hover::after {
  transform: scale(1.1) !important;
  right: 0;
}

.p-top_student__list {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin: 0 auto;
}

.p-top_student__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 242 / 300;
  position: relative;
  z-index: 1;
}

.p-top_student__item a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 50em;
}

.p-top_student__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top_student__item a::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(100, 153, 227);
  mix-blend-mode: multiply;
  transition: opacity 0.3s;
  pointer-events: none;
}

.p-top_student__item a:hover::after {
  opacity: 0;
}

.p-top_student--works .p-top_student__list-wrap li:last-child::before,
.p-top_student--interview .p-top_student__list-wrap li:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  background: center center / contain no-repeat;
  position: absolute;
  top: -14%;
  z-index: 0;
}

.p-top_student--works .p-top_student__list-wrap li:last-child::before {
  right: 2%;
  background-image: url("../img/top/top_student-dec_w.webp");
  background-position: right center;
}

.p-top_student--interview .p-top_student__list-wrap li:first-child::before {
  left: 0;
  background-image: url("../img/top/top_student-dec_i.webp");
  background-position: left center;
  top: -12%;
}

.p-top_campus {
  position: relative;
  padding: 5em 0 6.25em;
  overflow: hidden;
}

.p-top_campus__bg-orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33em;
  z-index: 0;
  background: url("../img/top/top_campus-para.webp") center center / 75em repeat, rgb(236, 99, 66);
}

.p-top_campus__inner {
  position: relative;
  z-index: 1;
}

.p-top_campus__header {
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 2.5em;
}

.p-top_campus__title {
  width: 15.25em;
  margin: 0 auto 0.6em;
}

.p-top_campus__title img {
  width: 100%;
  display: block;
}

.p-top_campus__sub {
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-top_campus__slider {
  padding: 0 0 2.5em;
}

.p-top_campus__slider-wrap {
  position: relative;
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}

.p-top_campus__slide {
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 10px 20px);
}

.p-top_campus__slide.swiper-slide-active {
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0 10px 20px);
}

.p-top_campus__slide-inner {
  position: relative;
  width: 100%;
  padding-top: 133.33%;
  transition: 0.5s;
  border-radius: 70em;
  overflow: hidden;
  z-index: 1;
  mask-image: -webkit-radial-gradient(center, white, black);
}

.p-top_campus__slide-inner::before,
.p-top_campus__slide-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1s;
  opacity: 1;
  z-index: 1;
}

.p-top_campus__slide-inner::before {
  mix-blend-mode: color;
  background: rgb(127, 128, 128);
}

.p-top_campus__slide-inner::after {
  background: rgb(128, 128, 128);
  opacity: 0.45;
}

.p-top_campus__slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top_campus__slide .p-top_campus__slide-inner {
  transform: scale(0.01) translateZ(0px);
}

.swiper-slide-prev .p-top_campus__slide-inner,
.swiper-slide-next .p-top_campus__slide-inner {
  transform: scale(0.7) translateZ(0px);
}

.swiper-slide-active .p-top_campus__slide-inner {
  transform: scale(1) translateZ(0px);
}

.swiper-slide-active .p-top_campus__slide-inner::before,
.swiper-slide-active .p-top_campus__slide-inner::after {
  opacity: 0;
}

.p-top_campus-slide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  width: calc(34% + 3.35em);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.p-top_campus__bottom {
  text-align: center;
  position: relative;
  margin-top: -3em;
  pointer-events: none;
}

.p-top_campus__bottom::before,
.p-top_campus__bottom::after {
  content: "";
  display: block;
  background: center center / contain no-repeat;
}

.p-top_campus__bottom::before {
  content: "";
  display: block;
  width: 38.5em;
  height: 4.875em;
  background-image: url("../img/top/top_campus-label_en.webp");
  margin: 0 auto 3em;
}

.p-top_campus__bottom::after {
  width: 10em;
  height: 16.125em;
  background-image: url("../img/top/top_campus-dec.webp");
  position: absolute;
  left: calc(50% + 18em);
  transform: translateX(-50%);
  top: -8.7em;
  z-index: 1;
}

.p-top_campus__btn-wrap.btn_type06 {
  margin: 0 auto !important;
}

.p-top_campus__btn-wrap.btn_type06 .p-btn-campus {
  border: 1px solid rgb(51, 51, 51);
  transition: 0.3s;
  letter-spacing: 0.3em;
  width: fit-content;
  margin: 0 auto;
  filter: none;
  pointer-events: all;
  padding: 0.6em 6em !important;
  font-size: 1em !important;
  background: transparent !important;
}

.p-top_campus__btn-wrap.btn_type06 .p-btn-campus::before {
  content: "";
  display: block;
  width: 3.5em;
  height: 4.875em;
  position: absolute;
  background: url("../img/top/top_campus-cta_dec.webp") no-repeat center 1em / 4em;
  bottom: 0;
  left: 1.5em;
}

.p-top_campus__btn-wrap.btn_type06 .p-btn-campus::after {
  right: 2em;
}

.p-top_campus__btn-wrap.btn_type06 .p-btn-campus:hover::after {
  right: 1em;
}

.p-top_sns__inner {
  position: relative;
  max-width: 900px;
  width: 67%;
  background: rgb(236, 99, 66);
  padding: 2.25em;
  box-sizing: border-box;
  margin: 0.4em auto;
}

.p-top_sns__inner::before,
.p-top_sns__inner::after {
  content: "";
  display: block;
  border: 2px solid rgb(236, 99, 66);
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

.p-top_sns__inner::before {
  width: calc(100% - 10em);
  height: calc(100% + 2em);
  border-bottom: 0;
  border-left: 0;
  right: -1em;
  top: -1em;
}

.p-top_sns__inner::after {
  width: calc(100% + 2em);
  height: calc(100% - 3.5em);
  border-top: 0;
  border-right: 0;
  left: -1em;
  bottom: -1em;
}

.p-top_sns__title {
  position: absolute;
  width: 12em;
  top: -1.5em;
  left: -2em;
  pointer-events: none;
}

.p-top_sns__title img {
  width: 100%;
  display: block;
}

.p-top_sns__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
}

.p-top_sns__links a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.875em;
  width: fit-content;
  border-radius: 50%;
  transition: transform 0.3s;
  background-color: rgb(255, 255, 255) !important;
}

.p-top_sns__links a:hover {
  transform: scale(1.1);
}

.p-top_sns__links img {
  width: 2.875em;
  height: auto;
}

.p-top_sns__tags {
  position: absolute;
  top: 6em;
  left: -2em;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5125em;
  transform: rotate(-10deg);
}

.tag-black {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding: 0.2em 0.5em 0.35em;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  width: fit-content;
}

.p-top_sns__tags .tag-black:nth-child(2) {
  margin-left: 3em;
}

.p-top_sns__copy {
  width: 10.625em;
  position: absolute;
  bottom: -5em;
  right: 1em;
  z-index: 1;
}

.p-top_sns__copy img {
  width: 100%;
  display: block;
}

.c-float_btn {
  position: fixed;
  z-index: 2;
}

.c-float_btn__item {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: bold;
  transition: 0.3s;
}

.c-float_btn__item--yellow {
  background-color: rgb(255, 246, 79);
}

.c-float_btn__item--white {
  background-color: rgb(255, 255, 255);
}

.c-float_btn__icon {
  width: 1.375em;
  height: 1.375em;
  background: center center / contain no-repeat;
}

.oc .c-float_btn__icon {
  background-image: url("../img/top/top_float-cta_oc.webp");
}

.doc .c-float_btn__icon {
  background-image: url("../img/top/top_float-cta_doc.webp");
}

@media screen and (min-width: 751px) {
  .p-top_banner .col1 li {
    width: 100%;
  }

  .p-top_banner .col2 li {
    width: calc(50% - 1.125em);
  }

  .p-top_banner .col3 li {
    width: calc(33.3333% - 1.5em);
  }

  .p-top_pick-content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1.25em;
    width: 54em;
  }

  .p-top_pick-content__slider {
    padding: 1em 0;
  }

  .p-top_pick-content__slider .swiper-wrapper {
    transform: none !important;
  }

  .p-top_pick-content__slider .swiper-slide {
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
  }
.p-top_pick-content__slider .swiper-slide:nth-child(1),
.p-top_pick-content__slider .swiper-slide:nth-child(2) {
  margin: 0 auto;
}
  .p-top_pick-content__slider .swiper-slide:hover {
    transform: translateY(-0.3125em);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.625em 1.25em;
  }

  .p-top_visitors .accshow {
    height: auto;
    padding: 0;
    opacity: 1;
  }

  .c-float_btn {
    top: 7em;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .c-float_btn__item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
    height: 10em;
    width: fit-content;
    padding: 0.85em 0.75em;
    border-radius: 1em 0 0 1em;
    box-shadow: rgba(0, 0, 0, 0.08) -3px 3px 10px;
    margin: 0 0 0 auto;
    gap: 0.5em;
  }

  .c-float_btn__item:hover {
    padding-right: 20px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }

  .c-float_btn__icon img {
    width: 24px;
    height: auto;
  }

  .c-float_btn__text {
    writing-mode: vertical-rl;
    font-size: 0.8125em;
    height: 90%;
    text-align-last: justify;
    box-sizing: border-box;
  }

  .doc .c-float_btn__text {
    padding: 1.4em 0;
  }
  .p-top_pick-content__item.is-js-cloned {
    display: none !important;
}
}

@media screen and (max-width: 750px) {

  .p-top_fv-slide,
  .p-top_fv_more {
    width: 100%;
    height: 62.5em;
  }

  .p-top_fv-bg-item {
    background-image: var(--bg-sp);
  }

  .p-top_fv-slide__item {
    width: 27.25em;
    height: 37.125em;
    padding: 1.2em 4.125em 3.875em;
  }

  .p-top_fv-slide__number,
  .p-top_fv-slide__type {
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 6px 7px 0);
  }

  .p-top_fv-slide__number {
    width: 10.25em;
  }

  .p-top_fv-slide__type {
    right: 1em;
    bottom: 0;
    transition: top 0.6s, bottom 0.6s, filter 0.3s;
  }

  .p-top_fv-slide__type img {
    width: 5.875em;
  }

  .swiper-slide-active .p-top_fv-slide__type img+img {
    margin-right: -1em;
  }

  .p-top_fv-slide__voice {
    width: 10.875em;
    top: 3em;
    right: 4em;
  }

  .p-top_fv_catch {
    writing-mode: inherit;
    max-width: 20em;
    background-color: rgb(51, 51, 51);
    border-radius: 0 10em 10em 0;
    padding: 1.1em 2.5em 1.1em 1.5em;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: 500;
    text-align: justify;
    text-align-last: justify;
    line-height: 1.7;
    left: 0 !important;
    top: calc(100% - 12.3em) !important;
    filter: none !important;
  }

  .p-top_fv_catch .tcy {
    width: auto;
    vertical-align: baseline;
  }

  .p-top_fv_course-list {
    width: 42%;
    right: 1em !important;
    top: calc(100% - 16.2em) !important;
  }

  .p-top_fv_course-list a {
    font-size: 1.25em;
    border: 0;
    margin: 0.4em 0;
    text-align-last: auto;
    padding: 0;
    pointer-events: none;
    padding-left: 1em;
    text-indent: -1em;
  }

  .swiper-slide-active .p-top_fv-slide__item {
    top: calc(37%);
  }

  .is-next .p-top_fv-slide__item,
  .is-prev .p-top_fv-slide__item {
    transform: translate(-50%, -50%) scale(0.527);
  }

  .is-next .p-top_fv-slide__item {
    left: 87.5%;
    top: 21%;
  }

  .is-prev .p-top_fv-slide__item {
    top: 59%;
    left: 13.5%;
  }

  .is-next .p-top_fv-slide__type {
    right: 11em;
    top: 39.5em;
    bottom: auto;
  }

  .is-prev .p-top_fv-slide__type {
    right: auto;
    left: 11em;
    bottom: 43em;
  }

  .p-top_fv-slide__arrow {
    width: 12.5em !important;
    top: 69% !important;
  }

  .full .p-top_fv-slide__arrow {
    filter: drop-shadow(rgba(0, 0, 0, 0.3) 2px 2px 0);
  }

  .p-top_fv-slide__prev,
  .p-top_fv-slide__next {
    background-color: transparent;
    width: 6em;
    height: 3.5em;
    filter: contrast(0) brightness(200%);
  }

  .p-top_fv_scroll {
    width: 12.25em;
    margin: 0.5em auto;
    opacity: 0.1 !important;
  }

  .swiper-slide-active.full .p-top_fv-slide__item .p-top_fv-slide__img {
    width: 100%;
    height: calc(97.7% - 8em);
    margin-top: 8em;
  }

  .swiper-slide-active.full .p-top_fv-slide__type {
    right: 5%;
    bottom: 8.5em;
  }

  .swiper-slide-active.full .p-top_fv-slide__item .p-top_fv-slide__number {
    top: 10em;
    left: 3%;
  }

  .swiper-slide-active.full .p-top_fv-slide__item .p-top_fv-slide__voice {
    top: 10em;
    right: 4%;
  }

  .p-urgent-topic__label {
    width: 10em;
  }

  .p-urgent-topic__inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 2em;
    max-width: 92%;
    box-sizing: border-box;
    padding: 1.4em 0.8em;
  }
.p-urgent-topic__item a {
    padding: 0;
    gap: 0.36em;
}
  .p-urgent-topic__item {
    font-size: 1.5em;
  }

  .home-new2026 .u-top_curve {
    mask-image: radial-gradient(88% 35em at 50% 0%, transparent 100%, black 100%);
  }

  .home-new2026 .u-bg_oval {
    height: 100%;
  }

  .p-top_pick-content {
    padding-top: 39em;
  }

  .p-urgent-topic+.p-top_pick-content {
    padding-top: 44em;
  }

  .p-top_pick-content__inner {
    width: 100%;
  }

  .p-top_pick-content__title-label {
    height: auto;
    justify-content: end;
    gap: 1.375em;
    margin: 0 auto 0 0;
    max-width: min-content;
  }

  .p-top_pick-content__title-label img {
    height: 4.375em;
  }

  .p-top_pick-content__title {
    padding-top: 10.75em;
    padding-bottom: 2.875em;
    margin: -8em 0 5em;
    width: 95%;
  }

  .p-top_pick-content__dec {
    width: 18.75em;
    right: 1.6em;
    left: auto;
    transform: translateX(0px);
    overflow: hidden;
    border-radius: 0 50% 50% 0;
  }

  .p-top_pick-content__slider {
    max-width: 100%;
    padding-bottom: 3em;
    padding-left: 4%;
  }

  .p-top_pick-content__slider .swiper-slide {
    border-width: 0.25em;
    height: 20.5em;
    box-sizing: border-box;
    width: 90%;
  }

  .p-top_pick-content__pagination {
    display: flex;
    justify-content: flex-start;
    gap: 1.875em;
    filter: none;
    position: absolute;
    transform: translateY(0px);
    bottom: 0;
    top: auto;
    left: 0;
    margin: 0 2.6em;
  }

  .p-top_pick-content__pagination .swiper-pagination-bullet {
    width: 1.125em;
    height: 1.125em;
    background: rgb(135, 175, 233);
  }

  .p-top_pick-content__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: inherit;
    background: rgb(102, 102, 102);
  }

  .p-top_pick-content__btn {
    display: block;
    top: 8em;
    width: 3.5em;
    height: 3.5em;
    background-color: #4d4d4d;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
  }

  .p-top_pick-content__btn::after {
    font-size: 16px;
  }

  .p-top_pick-content__btn--next {
    right: 4.3em;
  }

  .p-top_pick-content__btn--next:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-top: 0.25em solid #fff;
    border-right: 0.25em solid #fff;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
.p-top_campus + .p-top_pick-content:after {
    content: '';
    display: block;
    width: 100%;
    height: 16em;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
}
  


  .p-top_visitors label {
    pointer-events: all;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    font-size: 2.25em;
    padding: 1.4em;
    background: #4d4d4d;
  }

  .p-top_visitors label::before,
  .p-top_visitors label::after {
    opacity: 1;
    background: #fff;
    width: 0.83em;
    height: 0.1em;
    border-radius: 1em;
    right: 5%;
    left: auto;
  }

  .p-top_visitors label::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }

  .p-top_visitors .cssacc:checked+label:after {
    transform: translate(-50%, -50%) rotate(-0deg);
  }

  .p-top_visitors .accshow ul {
    border-top: 1px solid rgb(128, 128, 128);
  }

  .p-top_visitors .accshow .btn_type01 li {
    width: 50%;
    border-top: 0;
    border-left: 0;
  }

  .p-top_visitors .accshow .btn_type01 li:nth-child(even) {
    border-right: 0;
  }


  .p-top_visitors .accshow .btn_type01 li a {
    font-size: 1.5em;
    padding: 1.4em 1em;
    padding-right: 3.3em;
    letter-spacing: 0.1em;
  }

  .p-top_visitors .accshow .btn_type01 li a::after {
    right: 8%;
    width: 1.4em;
    height: 1.4em;
  }

  .p-top_visitors .accshow .btn_type01 li p {
    text-align: left;
    text-align-last: left;
    margin: 0;
    max-width: 100%;
  }



  .p-top_banner ul {
    width: 90%;
  }

  .p-top_banner ul li {
    width: 100%;
  }

  .p-top_blog__list {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 100%;
    border-bottom: 0.25em dotted;
  }

  .p-top_blog__title .jp {
    width: 13.75em;
    margin: 0 3em;
  }

  .p-top_blog__inner {
    width: 90%;
    padding-bottom: 0;
  }

  .p-top_blog__item {
    padding: 1em 0;
    border-top: 0.25em dotted;
  }

  .p-top_blog__item a {
    display: flex;
    gap: 2.75em;
    background: transparent;
    border: none;
  }

  .p-top_blog__item .thumb {
    width: 18.125em;
    height: 9.5em;
  }

  .p-top_blog__item .info {
    width: calc(100% - 18.125em);
    padding: 0;
  }


  .p-top_blog__item a:hover {
    background-color: transparent !important;
    box-shadow: none;
  }

  .p-top_blog__item .date {
    font-size: 1.25em;
    padding: 0.5em 0 0;
  }

  .p-top_blog__item .title {
    font-size: 1.5em;
    font-weight: 400;
  }

  .p-top_blog__btn-wrap {
    max-width: 100% !important;
  }

  .p-top_blog__btn-wrap.btn_type06 .p-btn-more {
    font-size: 1.5em;
    margin: 0 auto;
    padding: 1em 4.15em;
    border-width: 0.125em;
  }

  .p-top_blog__dec {
    position: relative;
    width: 29.375em;
    margin: 0 0 0 auto;
    right: 3%;
  }

  .p-top_blog__bg-band01 {
    height: calc(100% - 8em);
    top: 0;
    transform: skewY(5deg) translateY(0%);
  }

  .p-top_blog__bg-band02 {
    top: auto;
    bottom: 16em;
  }




  .p-top_about__inner {
    width: 90%;
  }

  .p-top_about::before {
    width: 57.875em;
    height: 66em;
    top: -13.5em;
    left: -16em;
    transform: translateX(0%);
  }

  .p-top_about::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 10%, rgba(212, 212, 212, 1) 40%, rgba(179, 179, 179, 1) 100%);
    mix-blend-mode: multiply;
  }

  .p-top_about__title img {
    width: 30.875em;
    margin-bottom: 4.5em;
  }

  .marquee-img {
    height: 7.75em;
  }

  .p-top_about__body img {
    max-width: 100%;
    margin: 0 auto -2.5em;
  }

  .p-top_about__banner {
    width: 100%;
  }



  .home-new2026 .u-bg_oval.c-key_bg_sub_lg {
    min-width: 0;
    top: -5.9em;
    width: calc(55% + 33.95em);
    height: calc(100% - 4em);
  }


  .p-top_event__title {
    padding: 0;
    gap: initial;
  }

  .p-top_event__title .jp {
    width: 21.75em;
    margin-left: 4.875em;
  }

  .p-top_event__title::before {
    width: 18.625em;
    height: 5.625em;
    background-image: url("../img/top/top_event-label_en_sp.webp");
  }

  .p-top_event__slider {
    padding: 1.75em 0;
  }

  .p-top_event__inner {
    padding-bottom: 7.375em;
  }

  .p-top_event__card .tags,
  .p-top_event__card .title,
  .p-top_event__card .date {
    font-size: 1.5em;
    gap: 0.5em;
  }

  .p-top_event__card .tag-cat {
    padding-right: 0.8em;
  }

  .p-top_event__card .date {
    margin-bottom: 0.5em;
  }

  .p-top_event__btn-wrap.btn_type06 .p-btn-event {
    font-size: 1.5em !important;
    padding: 0.6em 3.55em 0.6em 2em !important;
    letter-spacing: 0.1em;
    border-width: 0.125em;
  }


  .p-top_course__title {
    margin-right: 4em;
  }

  .p-top_course__title .jp {
    width: 16.25em;
  }

  .p-top_course__title::before {
    width: 5.75em;
    height: 1.1875em;
  }

  .p-top_course__inner::before {
    width: 16.75em;
    height: 12.875em;
    top: -12.875em;
    left: calc(50% + 14.6em);
  }

  .p-top_course__list li {
    width: 50%;
  }

  .p-top_course__list li a {
    font-size: 1.5em;
    padding: 2em 3em;
    padding-right: 1em;
    text-align: left;
    line-height: 1.5;
  }

  .p-top_course__list li a::before {
    width: 7.5em;
  }

  .p-top_course__list li a .txt {
    min-height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }





  .p-top_student {
    padding-top: 0;
  }

  .p-top_student--works .p-top_student__content,
  .p-top_student--interview .p-top_student__content {
    grid-template-areas:
      "title"
      "list"
      "link";
    grid-template-columns: 1fr;
  }

  .p-top_student__item a::after {
    display: none;
  }

  .p-top_student__inner {
    width: 90%;
    padding: 0;
  }

  .p-top_student__title {
    width: 21.25em;
  }

  .p-top_student__list {
    gap: 0.8125em;
  }

  .p-top_student--works .p-top_student__list-wrap li:last-child::before,
  .p-top_student--interview .p-top_student__list-wrap li:first-child::before {
    height: 4em;
  }

  .p-top_student--works .p-top_student__list-wrap li:last-child::before {
    right: -5%;
    background-image: url("../img/top/top_student-dec_w_sp.webp");
  }

  .p-top_student--interview .p-top_student__list-wrap li:first-child::before {
    background-image: url("../img/top/top_student-dec_i_sp.webp");
    top: -14%;
  }

  .p-top_student .p-top_student__btn-wrap .p-btn-student {
    font-size: 1.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    justify-content: center;
    margin: 0 auto;
  }

  .p-top_student__btn-wrap {
    margin: -2em auto 1em !important;
  }

  .p-top_student .p-top_student__btn-wrap .p-btn-student::after {
    display: inline-block;
    width: 3em;
    height: 3em;
    margin-right: -3em;
  }

  .home-new2026 .p-top_student .c-key_bg_bl {
    width: calc(85% + 34.25em);
    height: calc(100% - 16.5em);
  }


  .p-top_campus__bg-orange {
    height: 42.5em;
  }

  .p-top_campus__title {
    width: 21.75em;
    margin: 0 auto 2.3em;
  }

  .p-top_campus__sub {
    font-size: 1.5em;
  }

  .p-top_campus__slider-wrap {
    width: 100%;
  }

  .swiper-slide-prev .p-top_campus__slide-inner,
  .swiper-slide-next .p-top_campus__slide-inner {
    transform: scale(0.87) translateZ(0px);
  }

  .p-top_campus-slide__arrow {
    width: calc(74% + 3.35em);
  }

  .p-top_campus-slide-prev,
  .p-top_campus-slide-next {
    width: 5.5em;
    height: 3.375em;
    border-radius: 10em;
  }

  .p-top_campus__bottom {
    margin-top: 2em;
  }

  .p-top_campus__bottom::before {
    width: 102%;
    height: 6.1em;
    margin: 0 -1% 4em;
  }

  .p-top_campus__bottom::after {
    width: 17.375em;
    top: -11em;
    left: calc(50% - -1em);
    transform: translateX(-50%);
    background-image: url(../img/top/top_campus-dec_sp.webp);
    height: 24.375em;
  }

  .p-top_campus__btn-wrap.btn_type06 {
    margin: 10em auto 0 !important;
  }

  .p-top_campus__btn-wrap.btn_type06 .p-btn-campus {
    font-size: 1.5em !important;
    border-width: 0.125em;
  }

  .p-top_campus__btn-wrap.btn_type06 .p-btn-campus::before {
    background-position: center top;
  }


  .p-top_sns__inner {
    width: 78%;
    padding: 5.25em 2.25em 0;
}
.p-top_sns__inner::before {
    right: -1.5em;
    top: -1.5em;
    height: calc(100% + 3em);
}
.p-top_sns__inner::after {
    left: -1.5em;
    bottom: -1.5em;
    width: calc(100% + 3em);
    height: calc(100% - 3em);
    z-index: 1;
}
.p-top_sns__title {
    width: 12.5em;
    top: -2.2em;
    left: -1.6em;
}
.p-top_sns__tags {
    left: 40%;
    top: -2em;
    gap: 0.6125em;
    transform: rotate(-12deg);
}
.tag-black {
    font-size: 1.625em;
    padding: 0.35em 0.6em 0.45em;
}
.p-top_sns__tags .tag-black:nth-child(2) {
    margin-left: 4em;
}
.p-top_sns__copy {
    width: 31.125em;
    position: relative;
    margin: 0 auto;
    right: 0;
    bottom: -1.5em;
}
.p-top_sns__links {
    gap: 1.875em;
}
.p-top_sns__links a {
    padding: 2.625em;
}
.p-top_sns__links img {
    width: 3.75em;
}

.c-float_btn {
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  padding: 1.125em 1.75em;
  gap: 1.75em;
  box-sizing: border-box;
}

.c-float_btn__item {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0.58em;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 0.5em;
  font-size: 1.375em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-float_btn__text {
        text-align-last: justify;
        min-width: 50%;
 }
.c-float_btn__icon {
  display: flex;
  align-items: center;
  width: 1.75em;
  height: 1.75em;
}

  


.home-new2026 .search.document.sp {
    margin: 5em 0 -2em;
}
.home-new2026 footer.type2 .float {
    bottom: 8em;
}
.home-new2026 footer {
  padding-bottom: 4.5em;
}
}