@charset "UTF-8";



.top26 {
  line-height: 1.6;
  color: #2C2B2C;
}

.top26 img {
  max-width: 100%;
}


/* リンク */
.top26 a {
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (hover:hover) {
  .top26 a img {
    transition: .2s;
  }
  .top26 a:hover img {
    opacity: .7;
  }
}
.top26 p {
  line-height: 1.7;
}
.top26 a {
  color: #23b0b6;
  text-decoration: underline;
}

/* ボタン */
a.top26-btn {
  padding: 0;
  font-weight: bold;
  position: relative;
  min-width: 17em;
  z-index: 10;
  display: inline-block;
  text-decoration: none;
  transition: .2s;
  border: 1px solid #2C2B2C;
  border-radius: 99px;
  background: linear-gradient(to right, #6C37BC, #ED2F5B);
}
.top26-btn p {
  padding: 1rem 4rem;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background-color: #2C2B2C;
  color: #fff;
  background-color: #2C2B2C;
  background-image: url("../images/2026/top/chevron.svg");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 10px;
  border-radius: 90px;
  transform: translate(-5px, -5px);
}

a.top26-btn.top26-btn-green {
  background: #2C2B2C!important;
}
a.top26-btn-green p {
  background: linear-gradient(130deg, #29a0aa 50%, #32bd2e 100%)!important;
  border: 1px solid #2C2B2C;
}


@media (hover: hover) {
  .top26-btn:hover {
    opacity: 1;
    transform: scale(1.1);
  }
}


/* CTA */
.top26-cta {
  margin: 50px 0 0;
  text-align: center;
}


/* レイアウト */
.top26 .container {
  width: 94%;
  max-width: 1000px;
  margin: auto;
}
.top26 .container.slim {
  max-width: 900px;
}

@media (min-width: 1401px) {
  .top26 .container {
    width: 94%;
    max-width: 1200px;
    margin: auto;
  }
  .top26 .container.slim {
    max-width: 1000px;
  }
}


/* 留学生の方　ボタン */
.top26-buttons {
  text-align: center;
  margin: 40px auto;
  width: 750px;
  max-width: 92%;
}
.top26-buttons a {
  display: block;
  margin: 0 0 20px;
  line-height: 0;
}
.top26-buttons a img {
  width: 100%;
  max-width: 100%;
  border-radius: 60px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
}
@media (min-width: 1021px) {
  .top26-buttons {
    display: flex;
    margin: 70px auto;
  }
  .top26-buttons a {
    display: inline-block;
    flex: 1;
    margin: 0 20px;
  }
  .top26-buttons a:hover {
    transform: scale(1.1);
    opacity: 1;
  }
  .top26-buttons a:hover img {
    opacity: 1;
  }
}


/* 次回のオープンキャンパス */
.next-oc {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 120px auto;
  transition: .2s;
  width: 1200px;
  max-width: 100%;
}
.next-oc>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.next-oc::after {
  content: "";
  display: block;
  width: 22%;
  height: 126%;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: url("../images/2026/top/oc-next-person.png") no-repeat top right;
  background-size: contain;
  pointer-events: none;
}
.next-oc-body {
  background-color: #EFF1F2;
}

.next-oc-h {
  background: linear-gradient(to right, #6C37BC, #ED2F5B);
  line-height: 0;
  padding: 5px 5px 5px 20px;
  line-height: 1.7;
}
.top26-oc-title {
  font-weight: normal;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top26-oc-date {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 0 0 20px;
}
.top26-oc-date>div {
  display: inline-block;
  height: 30px;
}
.top26-oc-date strong {
  color: #DE2395;
  font-size: 30px;
}
.top26-oc-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  width: 27px;
  height: 27px;
  line-height: 0;
  font-size: 16px;
  color: #fff;
  background-color: #2C2B2C;
  border-radius: 40px;
}

.next-oc-thumb {
  line-height: 0;
  border-radius: 3px;
  border: 1px solid #2C2B2C;
  position: absolute;
  bottom: 0;
  right: 20px;
  height: fit-content;
  aspect-ratio: 1/1;
  transform: translateY(10%) rotate(-5deg);
  transform-origin: bottom right;
  z-index: 10;
  overflow: hidden;
}
.next-oc-thumb a {
  display: block;
}
.next-oc-thumb a:hover,
.next-oc-thumb a:hover img {
  opacity: 1;
}
.next-oc-thumb img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.top26-oc-foot {
  display: block;
  width: fit-content;
  margin: 0 0 0 auto;
  line-height: 1;
}
.next-oc-foot {
  display: block;
  width: fit-content;
  line-height: 1;
}
.next-oc-link {
  display: none;
}

@media (max-width: 1020px) {
  .next-oc {
    margin: 100px 0 100px 2%;
  }
  .next-oc-body {
    background-color: #EFF1F2;
    border-radius: 30px 0 0 30px;
    border: 1px solid #2C2B2C;
    border-right: none;
    box-shadow: 5px 5px #2C2B2C;
    overflow: hidden;
  }
  .next-oc-main {
    padding: 20px 150px 20px 20px;
  }
  .next-oc-thumb {
    width: 150px;
  }
  .next-oc-h img {
    height: 40px;
  }
}

@media (max-width: 800px) {
  .next-oc {
    margin: 60px 0 100px 2%;
  }
  .next-oc-h img {
    height: 30px;
  }
  .next-oc-foot,
  .next-oc-title {
    font-size: 14px;
  }
  .top26-oc-date {
    margin: 0 0 15px;
  }
  .top26-oc-title {
    line-height: 1;
    margin: 0 0 15px;
  }
  .next-oc-main {
    padding: 20px 120px 20px 20px;
  }
  .next-oc-thumb {
    width: 120px;
    right: 10px;
  }
  .next-oc::after {
    height: 117%;
  }
  .next-oc-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (max-width: 400px) {
  .next-oc-main {
    padding: 20px 140px 20px 20px;
  }
}

@media (min-width: 1021px) {
  .next-oc {
    margin: 170px auto 160px;
  }
  .top26-oc-title {
    font-size: 18px;
  }
  .next-oc .top26-oc-title {
    font-size: 20px;
  }
  .next-oc-h img {
    height: 47px;
  }
  .next-oc-body {
    margin: 0 0 0 23%;
    overflow: hidden;
    background-color: #EFF1F2;
    border: 1px solid #2C2B2C;
    border-radius: 30px;
    box-shadow: 5px 5px #2C2B2C;
    background-image: url("../images/2026/top/oc-bg.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 35%;
  }
  .next-oc-h {
    padding: 10px 0 10px 110px;
  }
  .next-oc-main {
    padding: 35px 200px 35px 110px;
  }
  .next-oc-thumb {
    bottom: auto;
    right: auto;
    top: 0;
    left: 20px;
    width: 27%;
    height: fit-content;
    aspect-ratio: 1/1;
    transform: translateY(-17%) rotate(-5deg);
    transform-origin: bottom left;
  }
  .next-oc::after {
    width: 27%;
    height: 126%;
    right: 20px;
  }
  .top26-oc-date>div {
    height: 40px;
  }
  .top26-oc-date strong {
    font-size: 45px;
  }
}

@media (hover:hover) {
  a.top26-oc-foot:hover {
    color: #DE2395;
  }
  .next-oc-thumb a {
    overflow: hidden;
  }
  .next-oc-thumb a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}


/* おすすめコンテンツ */
.top26-sect-h {
  text-align: center;
  margin: 0 0 20px;
  padding: 0 10px;
  position: relative;
  z-index: 30;
}
.top26-sect-h img {
  height: 50px;
}
.top26-sect-contents {
  padding: 0 0 80px;
}
.top26-contents-slider {
  position: relative;
  padding: 0 0 40px;
}
.top26-contents-slider a {
  display: block;
}
.top26-contents-slider .swiper-pagination {
  bottom: 0;
}
.top26-contents-slider .swiper-slide img {
  width: 100%;
  height: auto;
}

@media (max-width: 1020px) {
  .top26-contents-h img {
    width: 330px;
    max-width: 98%;
    height: auto;
  }
  .top26-contents-slider .swiper-slide {
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
}

@media (max-width: 600px) {
  .top26-sect-contents {
    padding: 0 0 60px;
  }
}

@media (min-width: 1021px) {
  .top26-sect-h {
    margin: 0 0 40px;
  }
  .top26-sect-contents {
    padding: 0 0 120px;
  }
  .top26-contents-h img {
    height: 120px;
  }
  .top26-contents-slider {
    margin: 60px 0 0;
  }
  .top26-contents-slider a img {
    transition: .2 ease-out;
  }
  .top26-contents-slider a:hover {
    opacity: .9;
  }
  .top26-contents-slider a:hover img {
    opacity: 1;
    transform: translateY(-10px);
  }
}


/* スワイパー */
.swiper-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  z-index: 10;
  pointer-events: none;
}
.swiper-buttons>* {
  pointer-events: all;
}
.swiper_01 .swiper-buttons {
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  font-size: 0;
  color: transparent;
  background-image: url("../images/2026/top/slider-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px !important;
  height: 25px !important;
  position: absolute;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
  right: 2% !important;
}
.swiper-button-prev {
  left: 2% !important;
  transform: rotate(180deg);
}

.swiper_03 .swiper-buttons {
  width: 90%;
}
.swiper_03 .swiper-button-prev {
  left: 0% !important;
}
.swiper_03 .swiper-button-next {
  right: 0% !important;
}

@media (min-width: 1021px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px !important;
    height: 35px !important;
  }
  .swiper_01 .swiper-buttons {
    width: 50%;
  }
  .swiper_03 .swiper-buttons {
    width: 36%;
  }
}

@media (min-width: 1201px) {
  .swiper_01 .swiper-buttons {
    width: 43%;
  }
  .swiper_03 .swiper-buttons {
    width: 32%
  }
}
@media (min-width: 1801px) {
  .swiper_01 .swiper-buttons {
    width: 42%;
  }
  .swiper_03 .swiper-buttons {
    width: 22%;
  }

}





/* スワイパー：ページネーション */
.swiper-pagination-bullet {
  border: 1px solid #2C2B2C;
  background-color: #EFF1F2;
  opacity: 1;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
}
.swiper_03 .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination-bullet-active {
  background-color: #4ca4ac !important;
  border: none;
}





/* アリアーレが選ばれる理由 */
.top26-sect-reasons {
  background-color: #EFF1F2;
  position: relative;
}
.top26-sect-reasons .container {
  padding: 0 0 80px 0;
  position: relative;
  overflow: visible;
}
.top26-sect-reasons .top26-cta {
  margin: 60px 0 0;
}
.top26-reasons {
  position: relative;
  z-index: 10;
}
.top26-reasons-h {
  position: relative;
  z-index: 12;
}
.reasons-item {
  border-radius: 3px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
  overflow: hidden;
  background-color: #fff;
}
.reasons-item img {
  border-bottom: 1px solid #2C2B2C;
}
.reasons-item div {
  padding: 10px;
}
.reasons-item-h {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.reasons-item-h strong {
  font-size: 1.3em;
  font-weight: bold;
  color: #23b0b6;
}
.top26-sect-reasons .top26-btn {
  width: 500px;
  max-width: 94%;
}
.top26-reasons-h {
  padding: 0;
  margin: 0;
}
@media (max-width: 1020px) {
  .top26-reasons-h img {
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
  }
  .top26-reasons-h .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .top26-reasons-h {
    position: relative;
    z-index: 10;
    transform: translateY(10%);
  }
  .sect-reasons-container {
    z-index: 20;
  }
  .reasons-item {
    margin: 0 0 30px;
  }
}
@media (min-width: 1021px) {
  .top26-reasons {
    display: flex;
  }
  .reasons-item {
    margin: 0 10px;
  }
  .reasons-item div {
    padding: 20px;
  }
  .reasons-item-h {
    margin: 0 0 10px;
  }
  .top26-reasons-h img {
    height: 120px;
    position: relative;
    z-index: 10;
  }
  .top26-reasons-h .container {
    padding: 80px 0 60px;
  }
  .top26-reasons-h .container::before {
    content: "";
    display: block;
    width: 100%;
    height: 420px;
    position: absolute;
    top: -20px;
    left: -120px;
    background-image: url("../images/2026/top/reason-person.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .sect-reasons-container {
    position: relative;
    z-index: 20;
    padding: 60px 0 80px 0;
  }

}


/* 目指せる学科 */
.top26-depts-h {
  padding: 120px 0 30px;
}
.dept-block {
  position: relative;
  margin: 0 0 60px;
}

.dept-block {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.dept-block a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.dept-block-h {
  overflow: hidden;
  line-height: 0;
  border-radius: 30px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
}
.dept-block-h img {
  width: 100%;
}

.dept-block-image {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #2C2B2C;
}

.dept-block-pill {
  width: 60%;
  line-height: 1;
  font-size: 18px;
  background-color: #2C2B2C;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

@media (max-width: 1020px) {
  .top26-depts-h {
    padding: 70px 0 40px;
    margin: 0;
  }
  .top26-depts-h img {
    width: 520px;
    max-width: 96%;
    height: auto;
  }

  .dept-block-image {
    bottom: 0;
    width: 42%;
    pointer-events: none;
  }

  .top26-sect-depts .container {
    width: 100%;
  }

  .dept-01 {
    margin-left: 10%;
  }
  .dept-01 .dept-block-h {
    border-radius: 30px 0 0 30px;
    transform: translateX(5px);
  }
  .dept-01 .dept-block-image {
    left: 0;
    transform: translateX(-20%) translateY(10%);
  }

  .dept-02 {
    margin-right: 10%;
  }
  .dept-02 .dept-block-h {
    border-radius: 0 30px 30px 0;
    transform: translateX(-5px);
  }
  .dept-02 .dept-block-image {
    right: 0;
    transform: translateX(20%) translateY(10%);
  }

  .dept-block-flex {
    max-width: 94%;
    margin: 20px auto;
  }

}

@media (min-width: 1021px) {

  .top26-depts-h img {
    height: 120px;
  }

  .dept-block.dept-01 {
    padding: 0 30% 0 0;
  }
  .dept-block.dept-02 {
    padding: 0 0 0 30%;
  }
  .dept-block-flex {
    display: flex;
    margin: 0 -20px 120px;
  }
  .dept-block-flex>* {
    margin: 0 20px;
  }
  .dept-block-image {
    width: 40%;
    position: absolute;
    top: -10px;
    border-radius: 3px;
    border: 1px solid #2C2B2C;
    transform: rotate(5deg);
  }
  .dept-01 .dept-block-image {
    right: 5px;
  }
  .dept-02 .dept-block-image {
    left: 5px;
    transform: rotate(-5deg);
  }
  .dept-block {
    transition: .2s ease-out;
  }
  .dept-block:hover {
    opacity: .9;
    transform: translateY(-10px);
  }
}


/* オープンキャンパス */
.top26-sect-oc {
  background-color: #EFF1F2;
  position: relative;
  margin: 100px 0 0;
  padding: 60px 0;
}
.top26-oc {
  position: relative;
  z-index: 30;
  display: flex;
  padding: 0 0 40px;
  justify-content: center;
}
.top26-oc .swiper-wrapper {
  display: flex;
}
.top26-oc .swiper-pagination {
  bottom: 0;
}
.top26-oc-item {
  width: 300px;
  display: block;
  margin: auto;
  /* flex: 0 1 300px; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
}
.top26-oc-thumb {
  width: 100%;
  line-height: 0;
  border-bottom: 1px solid #2C2B2C;
}
.top26-oc-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top26-oc-body {
  padding: 15px;
}
.top26-oc-h {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.top26-oc-cta .top26-btn {
  min-width: 20em;
  margin: 0 0 20px;
}
.top26-oc-cta .top26-btn:last-of-type {
  margin: 0;
}

@media (max-width: 1020px) {
  .top26-oc-h {
    text-align: left;
    padding: 0 0 0 40px;
  }
  .top26-oc-h img {
    height: 100px;
  }
  .top26-oc {
    box-sizing: border-box;
    padding: 30px 40px 50px;
    overflow: hidden;
  }
  .top26-sect-oc::before {
    content: "";
    display: block;
    width: 51%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    transform: translateX(0%) translateY(-5%);
    background: url("../images/2026/top/oc-person.png") no-repeat top left;
    background-size: 140%;
    z-index: 1;
  }
}

@media (max-width: 400px) {
  .top26-oc-h img {
    height: auto;
    width: 46%;
  }
}

@media (min-width: 1021px) {
  .top26-sect-oc {
    margin: 200px 0 0;
    padding: 120px 0;
  }
  .top26-oc-h {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-58%);
  }
  .top26-oc-body {
    padding: 20px;
  }
  .top26-oc-h::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    background: url("../images/2026/top/oc-person.png") no-repeat top left;
    z-index: 1;
    width: 400px;
    height: 500px;
    transform: translateX(30%) translateY(-20%);
    background-size: contain;
  }
}




/* STUDENT'S VOICE */
.top26-sect-voice {
  margin: 80px 0 120px 0;
}
.top26-voice {
  position: relative;
}
.top26-voice::after,
.top26-voice::before {
  content: "";
  display: block;
  width: 330px;
  height: 330px;
  position: absolute;
  background: url("../images/2026/top/voice-01-bg.png") no-repeat center;
  background-size: contain;
  z-index: 1;
}
.top26-voice::before {
  bottom: -100px;
  left: -140px;
}
.top26-voice::after {
  background-image: url("../images/2026/top/voice-02-bg.png");
  top: -140px;
  right: -140px;
}
.voice-item {
  border-radius: 3px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
  margin: 0 20px;
  line-height: 0;
  background-color: #EFF1F2;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.voice-item img {
  border-bottom: 1px solid #2C2B2C;
}
.voice-item div {
  position: relative;
  line-height: normal;
  padding: 40px 10px 10px;
}

.voice-item-h {
  background-color: #6C37BC;
  color: #Fff;
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  top: 0;
  left: 0;
  padding: 5px 20px;
  font-size: 18px;
  border-radius: 0 60px 60px 0;
  transform: translateY(-50%);
}
.voice-item:last-of-type .voice-item-h {
  background-color: #23b0b6;
}
.voice-item-h strong {
  font-weight: bold;
  font-size: 1.5em;
}

.voice-pill {
  display: inline-block;
  padding: 6px 40px;
  margin: 0 0 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background-color: #23b0b6;
  border-radius: 50px;
}
.voice-item:last-of-type .voice-pill {
  background-color: #6C37BC;
}
.voice-item .strong {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px;
}

@media (max-width: 1020px) {
  .voice-item {
    margin: 0 0 30px;
  }
  .top26-voice-h {
    margin: 0 0 30px;
  }
  .top26-voice-h img {
    width: 55%;
    height: auto;
  }
  .top26-sect-voice .container {
    max-width: 100%;
    width: 100%;
  }
  .top26-voice {
    padding: 0 3%;
  }
  .top26-voice::after,
  .top26-voice::before {
    width: 50%;
    height: 500px;
    background: url("../images/2026/top/voice-02-bg_sp.png") no-repeat;
    background-size: contain;
  }
  .top26-voice::before {
    bottom: 0;
    left: 0;
    transform: translateY(20%);
    background-position: bottom left;
  }
  .top26-voice::after {
    background-image: url("../images/2026/top/voice-01-bg_sp.png");
    background-position: top right;
    top: 0;
    right: 0;
    transform: translateY(-30%);
  }
}

@media (min-width: 1021px) {
  .top26-sect-voice {
    margin: 120px 0;
  }
  .top26-voice {
    display: flex;
    margin: 0 -20px;
  }
  .voice-item div {
    padding: 50px 20px 20px;
  }
  .voice-item-h {
    line-height: 1;
    font-size: 16px;
    padding: 10px 30px 10px 20px;
  }
  .voice-pill {
    font-size: 16px;
  }
  .voice-item-h strong {
    font-size: 1.6em;
  }


}



/* CAMPUS LIFE */

.top26-sect-event {
  position: relative;
  margin: 160px 0;
}
.top26-sect-event .container {
  padding: 100px 0 0;
  position: relative;
}
.top26-event-h {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(30px) translateY(-24%);
  z-index: 50;
}
.event-bubble {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
@media (max-width: 1020px) {
  .top26-event-h {
    text-align: left;
    padding: 0;
  }
  .top26-event-h img {
    width: 50%;
    height: auto;
  }
  .top26-sect-event .container {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .top26-event-h img {
    width: 45%;
  }
}
@media (min-width: 1021px) {
  .top26-sect-event {
    position: relative;
    padding: 0 0 100px;
    margin: 160px 0;
  }
  .top26-sect-event {
    background-color: #EFF1F2;
  }
  .top26-event-h {
    transform: translateX(20%) translateY(-56%);
  }
  .event-bubble {
    width: 500px;
    top: -30px;
    right: -30px;

  }
}


/* CAMPUS LIFE　スライダー */
.top26-event-slider img {
  border-radius: 3px;
  border: 1px solid #2C2B2C;
}
.top26-event-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top26-event-slider .swiper-slide:nth-of-type(2n) {
  transform: rotate(-3deg);
}
.top26-event-slider .swiper-slide:nth-of-type(3n) {
  transform: rotate(3deg);
}

.swiper_02-rtl {
  margin-top: -5px;
}
@media (min-width: 1021px) {
  .swiper_02-rtl {
    margin-top: -20px;
  }
}

/* BLOG */
.top26-sect-updates {
  position: relative;
  margin: 0 0 100px;
}
.top26-sect-updates .container {
  max-width: 1200px;
}
.top26-blog-item {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #2C2B2C;
  box-shadow: 5px 5px #2C2B2C;
  background-color: #fff;
  margin: 0 0 20px;
}
.top26-blog-item div {
  padding: 10px;
}
.top26-blog-item a {
  text-decoration: none;
  color: #2C2B2C;
  display: flex;
  align-items: center;
}
.top26-blog-thumb {
  display: block;
  flex: 0 0 37.5%;
  aspect-ratio: 1/1;
  height: 100%;
  border-right: 1px solid #2C2B2C;
}
.top26-blog-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.top26-blog-foot {
  margin: 40px 0 0;
  text-align: center;
}
.top26-blog-date {
  color: #DE2395;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 7px;
  display: block;
  line-height: 1;
}
.top26-insta-h,
.top26-blog-h {
  margin: 0;
}

@media (max-width: 1020px) {
  .top26-sect-updates {
    background-color: #EFF1F2;
    padding: 0 0 80px;
    margin: 0 0 80px;
  }
  .top26-sect-updates .container {
    width: 100%;
  }
  .top26-insta-h,
  .top26-blog-h {
    padding: 0;
  }
  .top26-blog-h {
    margin: -10px 0 0 0;
    transform: translateY(-50%);
  }
  .top26-insta-h {
    margin: 0 0 10px;
  }
  .top26-insta-h img,
  .top26-blog-h img {
    height: auto;
    width: 100%;
  }
  .top26-blog {
    margin: 0 0 100px;
  }
  .top26-updates-body {
    width: 94%;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .top26-blog-item p {
    font-size: 14px;
  }
}

@media (min-width: 1021px) {
  .top26-blog-item div {
    padding: 20px;
  }
  .top26-sect-updates .container {
    display: flex;
  }
  .top26-sect-updates .container>* {
    flex: 1;
    position: relative;
    z-index: 10;
  }
  .top26-blog-foot {
    margin: 30px 0 0;
    padding: 0 15px 0 0;
    text-align: right;
  }
  .top26-blog .top26-blog-foot {
    margin: 40px 0 0;
  }
  .top26-insta .top26-blog-foot {
    padding-right: 40px;
  }
  .top26-blog-h,
  .top26-insta-h {
    text-align: left;
    transform: translateY(-40%);
  }
  .top26-insta-h {
    transform: translateY(-50%);
  }
  .top26-blog-h {
    transform: translateY(-40%) translateX(-33%);
  }
  .top26-blog {
    margin: 0 40px 0 0;
  }
  .top26-blog-thumb {
    flex: 0 0 152px;
  }
  .top26-blog-item a:hover img {
    opacity: 1;
  }
  .top26-insta {
    margin: 0 0 0 40px;
  }
  .top26-sect-updates::after,
  .top26-sect-updates::before {
    content: "";
    display: block;
    background-color: #EFF1F2;
    position: absolute;
    top: 0;
    bottom: 40px;
    height: auto;
    width: 45%;
    z-index: 1;
  }
  .top26-sect-updates::after {
    right: 0;
  }
  .top26-sect-updates::before {
    left: 0;
  }
}


/* INSTAGRAM */

.top26 #sb_instagram #sbi_images {
  padding: 0 !important;
  margin: 0 !important;
}
.top26 #sb_instagram .sbi_photo img {
  border-radius: 20px;
  box-shadow: 5px 5px #2C2B2C;
  border: 1px solid #2C2B2C;
}
.top26 #sb_instagram .sbi_photo_wrap {
  padding: 10px;
}
@media (min-width: 1021px) {
  .top26-updates-body {
    padding: 10px 20px 0 0;
  }
  .top26-insta-body {
    padding: 0 40px 0 0;
  }
  .top26 #sb_instagram .sbi_photo img {
    border-radius: 30px;
  }
}


/* 未来100周年記念動画もCHECK */
.top26-sect-video {
  margin: 50px 0 100px 0;
}
.top26-sect-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 3px;
  box-shadow: 5px 5px #2C2B2C;
  border: 1px solid #2C2B2C;
  position: relative;
  z-index: 10;
}
@media (max-width: 1020px) {
  .top26-video-h img {
    width: 400px;
    max-width: 94%;
    height: auto;
  }
}
@media (min-width: 1021px) {
  .top26-video-h img {
    height: 90px;
  }
  .top26-sect-video {
    margin: 180px 0;
  }
  .top26-sect-video .container {
    position: relative;
  }
  .top26-sect-video .container::after,
  .top26-sect-video .container::before {
    content: '';
    display: block;
    width: 400px;
    height: 90%;
    position: absolute;
    top: -120px;
    background: url("../images/2026/top/video-01.png") no-repeat top center;
    background-size: contain;
    z-index: 1;
  }
  .top26-sect-video .container::before {
    left: 0;
    transform: translateX(-65%);
  }
  .top26-sect-video .container::after {
    right: 0;
    transform: translateX(56%);
    background-image: url("../images/2026/top/video-02.png");
  }
}


/* 
メインビジュアル部分 */

#mainv_catch {
  top: 50% !important;
}
#mainv_catch p {
  white-space: nowrap;
  position: relative;
}
.mainv_en {
  width: 450px;
  position: absolute;
  right: -30%;
  top: 55%;
}
@media screen and (max-width: 900px) {
  .mainv_en {
    right: -15%;
  }
}
@media screen and (max-width: 700px) {
  #mainv_catch p {
    font-size: 1.7em;
  }
  .mainv_en {
    right: -20vw;
    top: 85%;
  }
}
#mainv_catch {
  top: 50% !important;
}
@media screen and (max-width: 700px) {
  #mainv_catch {
    top: 37% !important;
  }
  #mainv_catch p {
    font-size: 1.7em;
  }
  .mainv_en {
    right: -20vw;
    top: 85%;
  }
}

/* MV　スクロール */
.scroll-down {
  position: absolute;
  bottom: 1%;
  right: 50%;
}
.scroll-down span {
  position: absolute;
  left: -20px;
  bottom: 55px;
  color: #fff;
  font-size: 0.9rem;
}
.scroll-down p:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #fff;
  transform: skewX(-31deg);
}
.scroll-down p:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #eee;
}

/* MV　バナー */
.floating-banners {
  position: fixed;
  bottom: 80px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.top-banner {
  display: block;
  position: absolute;
  z-index: 100;
}
.top-banner img {
  width: 100%;
  height: auto;
}
.top-banner.top-banner-01 {
  width: clamp(90px, 16vw, 280px);
  bottom: 10px;
  left: 3vw;
  transform-origin: center bottom;
  /* animation: yurayura 2s ease-in-out infinite; */
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.top-banner.top-banner-02 {
  width: clamp(90px, 16vw, 280px);
  top: auto;
  bottom: 0;
  right: 2vw;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media screen and (min-width: 701px) {
  .top-banner.top-banner-01 {
    bottom: 0;
    left: 6vw;
  }
  .top-banner.top-banner-02 {
    bottom: 0;
    right: 6vw;
  }
}
@media screen and (min-width: 1601px) {
  .floating-banners {
    bottom: 20px;
  }
  .top-banner.top-banner-01 {
    bottom: 0;
    left: 12vw;
  }
  .top-banner.top-banner-02 {
    bottom: 0;
    right: 12vw;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-14vw);
  }
  100% {
    transform: translateY(0vw);
  }
}

@media screen and (max-width: 1200px) {
  @keyframes floating-y {
    0% {
      transform: translateY(-22vw);
    }
    100% {
      transform: translateY(0vw);
    }
  }
}

@media screen and (max-width: 1000px) {
  @keyframes floating-y {
    0% {
      transform: translateY(-26vw);
    }
    100% {
      transform: translateY(0vw);
    }
  }
}

@keyframes yurayura {
  0%,
  100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

/* 調整 */
.br {
  display: inline-block;
}

/* トップへ戻る */
#pagetop {
  z-index: 100;
}