@charset "UTF-8";
.top25 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  color: #292929;
}
.top25 * {
  position: relative;
  box-sizing: border-box;
}

/* レイアウト */
.top25-container {
  width: 97%;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 991px) {
  .top25-container {
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .top25-container {
    max-width: 1200px;
  }
}
@media (max-width: 990px) {
  .top25-container.full {
    max-width: 100%;
    width: 100%;
  }
}
.top25-container * {
  position: relative;
  box-sizing: border-box;
}
.top25-sect {
  padding: 0 0 60px 0;
}
.top25-sect-head {
  padding: 30px 0 0;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.top25-sect-head.bg-recommends {
  background-image: url("../images/2025/top/recommends.png");
  background-size: 102%;
  background-position: top center;
  padding: 60px 0 0;
}
.top25-sect-head.bg-opencampus {
  background-image: url("../images/2025/top/opencampus.png");
  background-size: 110%;
  background-position: top center;
}
.top25-sect-head.bg-courses {
  background-image: url("../images/2025/top/courses.png");
  background-size: auto 40px;
  background-position: top 4px center;
}
.top25-sect-head.bg-campuslife {
  background-image: url("../images/2025/top/campuslife.png");
  background-size: 105%;
  background-position: top center;
  margin: 0 auto;
  padding-bottom: 20%;
}
.top25-sect-head.bg-employment {
  background-image: url("../images/2025/top/employment.png");
  background-size: 102%;
  background-position: top -40px right -10px;
  padding-bottom: 30px;
}
@media (min-width: 991px) {
  .top25-sect-head {
    width: 97%;
    padding: 60px 0 0;
  }
  .top25-sect-head.bg-courses {
    background-size: auto 70px;
    background-position: top 10px left 10%;
  }
  .top25-sect-head.bg-opencampus {
    background-position: top 10px right 0;
    background-size: auto 90%;
  }
  .top25-sect-head.bg-campuslife {
    background-position: top left 10%;
    background-size: contain;
    min-height: 180px;
    padding-bottom: 80px;
  }
  .top25-sect-head.bg-recommends {
    background-size: auto 130px;
    background-position: top left;
    padding: 100px 0 0;
  }

  .top25-sect-head.bg-employment {
    background-size: auto 240px;
    background-position: top -60px right;
    padding: 60px 0;
    min-height: 200px;
    max-width: 1400px;
  }
}

.top25-campuslife .layout {
  margin-top: -40px;
}

.top25-sect-h {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}
@media (min-width: 401px) {
  .top25-sect-h {
    text-align: center;
    font-size: 28px;
  }
}
@media (min-width: 991px) {
  .top25-sect-h {
    font-size: 40px;
  }
}

/* 共通 */
.top25-weekday {
  display: inline-block;
  width: auto;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  vertical-align: bottom;
  margin: 2px 0 0 5px;
  padding: 5px 5px 0;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #4ca4ac;
  border-radius: 40px;
}

.top25 .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}

/* おすすめコンテンツ */
.top25-recommended-swiper {
  position: relative;
  padding: 40px 0 0;
  margin: 0 0 2rem;
  z-index: 40;
}
.top25-recommended-swiper * {
  position: initial;
}
@media (max-width: 990px) {
  .top25-recommended-swiper {
    padding: 30px 5% 10px;
  }
}


/* 20250701 バナー */
.top25-image-banner {
  text-align: center;
  margin: 2rem 1rem;
}
@media (min-width: 991px) {
  .top25-image-banner {
    margin: 4rem 1rem;
  }
}


/* 次回のオープンキャンパス */
.top25-next-oc {
  position: relative;
  padding: 2rem 0 4rem;
}
.top25-oc-banner {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 29% 20px 20px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);  
  background-image: linear-gradient(130deg, #4ca4ac 0%, #4fac4c 50%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0;
}
.top25-oc-banner-h {
  color: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.top25-oc-banner-body {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 20px 10px 20px 20px;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background-image: url("../images/2025/top/kira.png");
  background-position: top right;
  background-size: 200px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.top25-oc-banner .date {
  display: inline-block;
  line-height: 1;
  font-size: 25px;
  font-weight: bold;
  color: #ff64a1;
  vertical-align: top;
}
.top25-oc-banner .top25-weekday {
  background-color: #ff64a1;
  width: auto;
  height: 24px;
  font-size: 12px;
  vertical-align: top;
  margin: 2px 0 0 5px;
  padding: 5px 5px 0;
}
.top25-oc-banner .title {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0 0;
  width: 100%;
  line-height: 1.5;  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top25-oc-banner-main {
  flex: 0 0 59%;
  padding: 10px 0 10px 10px;
}
.top25-oc-banner-image {
  flex: 1;
  line-height: 0;
  z-index: 20;
}
.top25-oc-banner-image img {
  aspect-ratio: 1/1;
  height: 100%;
  width: auto;
  object-fit: cover;
}

@media (max-width: 480px) {
  .top25-oc-banner {    
    height: fit-content;
    max-height: 12rem;
  }
}

@media (max-width: 760px) {
  .top25-next-oc {
    padding: 20px 2% 10px;
  }
  .top25-oc-banner-h br {
    display: none;
  }
  .top25-oc-banner .title {
    margin: 5px 0 0;
  }
  .top25-oc-banner-body {
    height: 6rem;
    padding: 10px;
    background-size: 150px;
    border-radius: 1rem 0 0 1rem;
  }
}

@media (min-width: 761px) {
  .top25-oc-banner-image {
    flex: 0 0 35%;
  }
  .top25-oc-banner-main {
    flex: 0 0 65%;
    padding: 1rem 2rem;
  }
  .top25-next-oc {
    margin: auto;
  }
  .top25-oc-banner-h {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1;
  }
  .top25-oc-banner-h br {
    display: none;
  }
  .top25-next-oc {
    width: 800px;
  }
  .top25-oc-banner-body {
    background-size: 300px;
    background-color: #fff;
    height: 11rem;
    padding: 1rem 2rem;
  }
  .top25-oc-banner {
    /* padding: 20px 40% 30px 30px; */
  }
  .top25-oc-banner .date {
    height: 45px;
    font-size: 48px;
  }
  .top25-oc-banner .title {
    font-size: 22px;
    margin: 20px 0 0;
  }
  .top25-oc-banner .top25-weekday {
    background-color: #ff64a1;
    height: 30px;
    font-size: 18px;
    vertical-align: bottom;
    padding: 5px 5px 0;
    margin: 0 0 4px 5px;
  }
  .top25-next-oc::after,
  .top25-next-oc::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -50px;
    width: 30%;
    height: 110%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 20;
    pointer-events: none;
  }
  .top25-next-oc::before {
    background-image: url("../images/2025/top/person-01-new.png");
    left: -20%;
  }
  .top25-next-oc::after {
    background-image: url("../images/2025/top/person-02-new.png");
    right: -20%;
  }
}


/* オープンキャンパス */
.top25-sect-oc {
  margin-top: 0;
  padding: 0 0 20px;
  background-image: linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
}
.swiper_02 .swiper-wrapper {
  transition-timing-function: linear;
}
.top25-oc-list li {
  margin: 0 0 1rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
}
.top25-oc-list li a {
  display: flex;
  align-items: center;
}
.top25-oc-list .image {
  flex: 0 1 23%;
  margin: 0 15px 0 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.top25-oc-list .image img {
  aspect-ratio: 1 / 1;
}
.top25-oc-list li:first-child .image {
  border-radius: 16px 0 0 16px;
}
.top25-oc-list .body {
  flex: 1;
  overflow: hidden;
  padding: 10px 10px 10px 0;
}
.top25-oc-list .date {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #4ca4ac;
  line-height: 1;
}
.top25-oc-list li:first-child .date {
  color: #ff64a1;
}
.top25-oc-list li:first-child .top25-weekday {
  background-color: #ff64a1;
}
.top25-oc-list .title {
  font-size: 1rem;
  margin: 0.5rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}
.top25-oc-list li:first-child .title {
  display: block;
  font-size: 1rem;
  margin: 10px 0 0;
  width: 100%;
}
.top25-oc-sub {
  text-align: center;
  margin: 30px 0;
}
.top25-pill {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  background-color: #4ca4ac;
  color: #fff;
  min-width: 6rem;
  font-weight: 600;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 50px;
}
.top25-oc-list {
  margin: 30px 0;
}
.top25-oc-list .next-oc-h {
  color: #ff64a1;
  font-size: 18px;
  margin: 0 0 10px;
}
.top25-oc-list li:not(:first-child) .next-oc-h {
  display: none;
}
.top25-oc-list li:first-child {
  border: 3px solid #ffed90;
}
.top25-oc-slider {
  margin: 0 0 30px 0;
}
@media (max-width: 990px) {
  .top25-pill {
    width: 15em;
    font-size: 1rem;
    margin: 0 0 10px;
  }
  .top25-oc-list li:first-child .image {
    flex: 0 0 31%;
  }
  .top25-oc-sub {
    overflow: visible;
    margin: 0;
    padding: 30px 0 20px;
  }
  .top25-oc-sub::after,
  .top25-oc-sub::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 150%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    z-index: 10;
  }
  .top25-oc-sub::before {
    background-image: url("../images/2025/top/person-01.png");
    left: 0;
  }
  .top25-oc-sub::after {
    background-image: url("../images/2025/top/person-02.png");
    right: 0;
  }
}
@media (max-width: 400px) {
  .top25-oc-sub::before {
    left: -5px;
  }
  .top25-oc-sub::after {
    right: -5px;
  }
}

@media (hover: hover) {
  .top25-oc-list li {
    transition: 0.5s;
  }
  .top25-oc-list li:hover {
    opacity: 0.8;
  }
  .top25-oc-list li a:hover {
    opacity: 1;
  }
}
@media (min-width: 991px) {
  .top25-oc-slider {
    margin: 50px 0;
  }
  .top25-sect-oc {
    margin-top: 0;
    background-image: url("../images/2025/top/bg-dots.png"),
      linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
    background-repeat: repeat-x;
    background-position: bottom 10px center, center;
    background-size: 35px, 100%;
  }
  .top25-oc-list {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem -1rem;
  }
  .top25-oc-list .image {
    flex: 0 1 20%;
    margin: 0 2rem 0 0;
  }
  .top25-oc-list li {
    flex: 0 1 calc(50% - 2rem);
    margin: 0 1rem 1rem;
    overflow: visible;
  }
  .top25-oc-list .title {
/*     font-size: 1.2rem; */
	  font-size: 1rem;
  }
  .top25-oc-list li:first-child {
    flex: 0 0 800px;
    border: 4px solid #ffed90;
    margin: 0 auto 40px;
    background-image: url("../images/2025/top/bg-oc-dots.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .top25-oc-list .next-oc-h {
    margin: 0 0 20px;
  }
  .top25-oc-list .date {
    font-size: 33px;
  }
  .top25-oc-list li:first-child .date {
    font-size: 50px;
    line-height: 1;
  }
  .top25-oc-list li:first-child .title {
    margin: 20px 0 0;
    font-size: 25px;
  }
  .top25-oc-list li:first-child .image {
    flex: 0 0 26%;
  }
  .top25-oc-list li:first-child .body {
    overflow: hidden;
    padding: 1rem 13% 1rem 0;
  }
  .top25-oc-list .top25-weekday {
    width: auto;
    min-width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 4px 4px 0;
    transform: translateY(-3px);
    margin: 0 0 0 6px;
  }
  .top25-oc-list li:first-child .top25-weekday {
    width: auto;
    min-width: 35px;
    height: 35px;
    font-size: 22px;
    padding: 5px 5px 0;
    margin: 0 0 0 10px;
  }
  .top25-oc-list li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -25px;
    width: 32%;
    height: 120%;
    background-image: url("../images/2025/top/oc-next-02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
  }
  .top25-oc-list:has(> :nth-child(2):last-child) {
    justify-content: center;
  }
}

/* 体験メニュー */
.top25-menu {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10px 10px;
  margin: 60px 0 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.top25-menu-h {
  width: 14em;
  font-size: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 20px;
  padding: 1rem 0 1rem 0.5rem;
}
.top25-menu-sub {
  text-align: center;
  font-size: 1rem;
}
.top25-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0;
}
.top25-menu-list div {
  flex: 0 0 50%;
  padding: 0 10px;
  margin: 0 0 20px;
  text-align: center;
}
.top25-menu-name {
  font-weight: normal;
  font-size: 1rem;
}
.top25-menu-list img {
  border-radius: 10px;
  margin: 0 0 10px;
}
@media (max-width: 990px) {
  .top25-menu {
    margin-bottom: 0;
    overflow: visible;
  }
  .top25-menu::after {
    content: "";
    display: block;
    width: 53%;
    height: 50%;
    position: absolute;
    bottom: -40px;
    right: -10px;
    background-image: url("../images/2025/top/oc-foot.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
  .top25-sect-oc {
    padding-bottom: 40px;
  }
}
@media (min-width: 991px) {
  .top25-menu-h {
    font-size: 30px;
    padding: 20px 0;
  }
  .top25-menu-sub {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
  }
  .top25-menu-name {
    font-size: 18px;
  }
  .top25-menu {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 10px;
    margin: 60px 0 30px;
  }
  .top25-menu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
  }
  .top25-menu-list div {
    flex: 1 0 30%;
    margin: 0 15px 20px;
  }
}

/* 学科 */
@media (max-width: 990px) {
  .top25-sect-courses {
    padding: 0;
  }
}
.top25-course {
  margin: 30px 0;
}
.top25-course-body {
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(130deg, #d1e7e9 50%, #d2e9d2 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.course-02 .top25-course-body {
  background: linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
}
.course-03 .top25-course-body {
  background: linear-gradient(130deg, #d2e9d1 50%, #f4eec5 100%);
}
.course-04 .top25-course-body {
  background: linear-gradient(130deg, #ced5f1 50%, #e6d1f0 100%);
}
.top25-course-body p {
  line-height: 1.6;
}
.top25-course-image {
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 10;
}
.top25-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top25-course-h {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top25-course-h span {
  font-size: 1rem;
  font-weight: normal;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 4em;
  text-align: center;
  line-height: 1;
  border-radius: 40px;
  margin: 0 15px;
  padding: 7px 10px;
}

.top25-course hr {
  display: block;
  border: none;
  width: auto;
  height: 10px;
  margin: 1rem -5px;
  background: none;
  background-image: url("../images/2025/top/bg-hr.png");
  background-repeat: space;
  background-position: center;
  background-size: auto 6px;
}
.top25-course-btn {
  display: block;
  text-align: center;
  border-radius: 40px;
  margin: 2rem auto 0;
  width: 20rem;
  font-size: 18px;
  color: #fff;
  padding: 1rem;
  line-height: 1;
  background: linear-gradient(130deg, #4ca4ac 50%, #4fac4c 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.course-02 .top25-course-btn {
  background: linear-gradient(130deg, #904cac 50%, #d75487 100%);
}
.course-03 .top25-course-btn {
  background: linear-gradient(130deg, #4fac4c 50%, #dcbd1b 100%);
}
.course-04 .top25-course-btn {
  background: linear-gradient(130deg, #405dc8 50%, #a14ac5 100%);
}

@media (max-width: 990px) {
  .top25-course-image {
    width: 80%;
    height: auto;
    margin: auto;
    aspect-ratio: 16 / 9;
  }
  .top25-course-body {
    margin-top: -80px;
    padding: 110px 20px 40px;
  }
  .top25-course-h .br {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .top25-course-h .br + span {
    margin: 0 0 0 5px;
  }
}
@media (min-width: 991px) {
  .top25-course hr {
    background-size: auto 10px;
  }
  .top25-course {
    margin: 50px 0;
  }
  .top25-course-h {
    font-size: 34px;
  }
  .top25-course-h span {
    font-size: 18px;
    min-width: 5em;
    padding: 5px 20px;
    margin: 5px 0 0 20px;
  }
  .top25-course-btn {
    font-size: 22px;
  }
  .top25-course-body {
    width: 70%;
    padding: 40px 15% 40px 40px;
    margin: 0 0 0 10%;
  }
  .course-04 .top25-course-body,
  .course-02 .top25-course-body {
    margin: 0 10% 0 auto;
    padding: 40px 40px 40px 15%;
  }
  .top25-course-body p {
    font-size: 18px;
  }
  .top25-course-image {
    position: absolute;
    height: 100%;
    width: 31%;
    top: -20px;
    right: 0;
  }
  .top25-course.course-04 .top25-course-image,
  .top25-course.course-02 .top25-course-image {
    right: auto;
    left: 0;
  }
}

/* 将来に役立つスキルが身につく！ */
.top25-skills {
  margin: 0;
  padding: 20px 0 0;
  background: linear-gradient(130deg, #e7d1f0 50%, #f4d3e1 100%);
}
.top25-skills-h {
  text-align: center;
  color: #ff779f;
  font-size: 20px;
  padding: 1rem;
  border-radius: 99px;
  width: 90%;
  max-width: 100%;
  font-weight: normal;
  margin: 0 auto 2rem;
  background: #fff;
  position: relative;
}
@media (max-width: 990px) {
  .top25-skills img {
    display: block;
    width: 80%;
    margin: 20px auto 0;
  }
  .top25-skills-foot {
    margin: 10px 0 0;
    padding: 20px 0 40px;
  }
  .top25-skills-foot::after,
  .top25-skills-foot::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 30%;
    height: 200%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
  }
  .top25-skills-foot::before {
    left: 0;
    background-image: url("../images/2025/top/skills-foot-01.png");
    background-position: bottom left;
  }
  .top25-skills-foot::after {
    right: 0;
    background-image: url("../images/2025/top/skills-foot-02.png");
    background-position: bottom right;
  }
  .top25-skills-btn {
    display: block;
    z-index: 20;
    width: 15em;
    margin: auto;
    background-color: #ff64a1;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 15px 40px 15px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 40px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    background-image: url("../images/2025/top/arrow.svg");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 60px;
  }
}
@media (max-width: 400px) {
  .top25-skills-foot {
    margin: 0;
    padding: 50px 0;
  }
}
@media (min-width: 991px) {
  .top25-skills-foot {
    display: none;
  }
  .top25-skills {
    border-radius: 20px;
    margin: 4rem 0 0;
    padding: 3rem 6rem;
  }
  .top25-skills-h {
    width: 39rem;
    font-size: 35px;
  }
  .top25-skills-h br {
    display: none;
  }
  .top25-skills::after {
    content: "";
    display: block;
    width: 43%;
    height: 60%;
    position: absolute;
    bottom: -60px;
    right: 10px;
    background-image: url("../images/2025/top/skills-foot.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .top25-skills-image {
    margin: -20px 0 0;
  }
}

.top25-skills-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
  bottom: -17px;
  border: 18px solid transparent;
  border-bottom: none;
  border-top-color: #fff;
}

/* 先輩たちの就職先 */
.top25-employment {
  background: linear-gradient(130deg, #d1e7e9 50%, #d2e9d2 100%);
  padding-bottom: 40px;
}
.top25-students {
  padding: 0 0 50px;
}

.top25-students .swiper-slide {
  height: auto;
}
.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: 42%;
}

.swiper-button-prev,
.swiper-button-next {
  font-size: 0;
  color: transparent;
  background-image: url("../images/2025/top/slider-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 45px !important;
  height: 45px !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-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper_01 .swiper-pagination-bullet-active,
.swiper_03 .swiper-pagination-bullet-active {
  background-color: #4ca4ac !important;
}

.top25-students .swiper-pagination {
  bottom: -2rem;
}

.top25-students .card {
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.top25-students .image {
  margin: 0 0 20px;
}
.top25-students .name {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
}
.top25-students .card img {
  width: 100%;
}
.top25-students .card p {
  text-align: center;
  color: #d75487;
  font-size: 20px;
}
.swiper_03 .swiper-buttons {
  transform: translateY(-20px);
  width: 90%;
}
@media (min-width: 801px) {
  .swiper_03 .swiper-buttons {
    width: 94%;
  }
}
@media (min-width: 1801px) {
  .swiper_03 .swiper-buttons {
    width: 63%;
  }
}

@media (min-width: 991px) {
  .top25-students {
    margin-top: -40px;
  }
}
@media (max-width: 990px) {
  .swiper_01 .swiper-buttons {
    transform: translateY(-5px);
  }
  .top25-students .swiper-slide {
    padding: 0 8%;
  }
  .swiper-buttons {
    width: 100% !important;
    height: 30px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 0 !important;
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
  }
}


/* キャンパスライフ */
.top25-campuslife-video {
  margin: 0 auto 30px;
}
.top25-campuslife-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-top: 5px;
  border-radius: 20px;
}

.top25-campuslife-video__h {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1rem;
  border-radius: 99px;
  width: 30rem;
  max-width: 100%;
  margin: auto;
  border: 3px solid #fff;
  background: #dcbd1b;
  background: linear-gradient(130deg, #dcbd1b 0%, #e28d43 50%);
  position: relative;
}

.top25-campuslife-video__h::before,
.top25-campuslife-video__h::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  margin: auto;
}

.top25-campuslife-video__h::before {
  bottom: -18px;
  border: 18px solid transparent;
  border-bottom: none;
  border-top-color: #fff;
}

.top25-campuslife-video__h::after {
  bottom: -14px;
  border: 15px solid transparent;
  border-bottom: none;
  border-top-color: #e28d43;
}

.top25-campuslife-video__h.var-pink {
  background: #d75487;
  background: linear-gradient(130deg, #e28d43 0%, #d75487 50%);
}
.top25-campuslife-video__h.var-pink::after {
  border-top-color: #d75487;
}
.top25-campuslife-swiper {
  margin: 20px 0 0;
}
@media (min-width: 991px) {
  .top25-campuslife-video__h {
    font-size: 32px;
    width: 20em;
    padding: 18px 0;
    line-height: 1;
  }
  .top25-campuslife-swiper {
    margin: 3rem 0 10px;
    padding: 0 0 2rem;
    background-image: url("../images/2025/top/bg-swiper.png");
    background-repeat: repeat-x;
    background-size: 20px;
    background-position: bottom center;
  }
}


/* キャンパスライフ　バナー */
.top25-campuslife-banner {
  text-align: center;
  margin: 2rem 0;
  padding: 1rem;
}
.top25-campuslife-banner img {
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 991px) {
  .top25-campuslife-banner {
    margin: 4rem 0;
  }
  .top25-campuslife-banner img {
    border-radius: 20px;
  }
}
@media (hover: hover) {
  .top25-campuslife-banner a img,
  .top25-campuslife-banner a {
    transition: .2s;
  }
  .top25-campuslife-banner a:hover {
    opacity: 1;
  }
  .top25-campuslife-banner a:hover img {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* 未来100周年記念動画もCHECK！ */
.top25-anniversary {
  margin: 30px 0;
  padding: 20px 0 0;
  overflow: hidden;
  background: linear-gradient(130deg, #F7E2CF 0%, #F4D3E0 50%);
}
@media (min-width: 991px) {
  .top25-anniversary {
    margin: 0;
    padding: 40px 0 30px 0;
  }
}

/* インスタグラム */
.top25-instagram {
  text-align: center;
  padding: 0 0 2rem;
}
.top25-instagram-id {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 1.2rem;
}
.top25-instagram-id img {
  margin: 0 15px 0 0;
}



/* インスタグラムフォローボタン */
#sb_instagram .sbi_follow_btn a {
  border-radius: 50px!important;
  background: linear-gradient(130deg, #d75487 10%, #A14AC5 100%)!important;
  transition: .2s ease-in-out!important;
}
#sb_instagram .sbi_follow_btn a:hover {
  border-radius: 50px!important;
  background: linear-gradient(130deg, #d75487 10%, #A14AC5 100%)!important;
  transform: scale(1.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2)!important;
  opacity: 1;
}



/* ブログ */

.top25-sect-blog {
  background-image: url("../images/2025/top/bg-dots.png"),
    linear-gradient(130deg, #e6d1f0 50%, #ced5f1 100%);
  background-repeat: repeat-x;
  background-position: bottom 10px center, center;
  background-size: 16px, 100%;
  padding: 0 0 50px;
}

.top25-container.slim {
  max-width: 1000px;
}
.top25-blog-item {
  display: block;
  position: relative;
  margin: 0 0 30px;
}

.top25-blog .thumb {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: -20px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.top25-blog .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.top25-blog .body {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 20px 10px 105px;
  margin: 0 0 0 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.top25-blog .date {
  display: block;
  font-weight: bold;
  color: #4ca4ac;
  font-size: 21px;
  margin: 0 0 5px;
  line-height: 1;
}
.top25-blog-more {
  text-align: right;
}
.top25-blog-more a {
  display: inline-block;
  padding: 12px 40px 15px;
  font-weight: normal;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  width: 160px;
  background-color: #fff;
  border-radius: 50px;
  background-image: url("../images/2025/top/chevron-em.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 40px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.top25-blog p {
  font-size: 1rem;
  line-height: 1.4;
}
.top25-sect-head.bg-blog {
  background-image: url("../images/2025/top/blog.png");
  background-size: auto 180px;
  background-position: top -55px center;
  min-height: 150px;
  padding: 40px 0 0;
}
@media (max-width: 990px) {
  .top25-sect-blog .top25-container {
    margin-top: -30px;
  }
}
@media (min-width: 991px) {
  .top25-blog-more {
    margin-top: -20px;
  }
  .top25-sect-head.bg-blog {
    background-size: auto 230px;
    background-position: top -60px right 10%;
    min-height: 200px;
    padding: 50px 0 0;
  }
  .top25-blog .date {
    margin: 0 0 15px;
  }
  .top25-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -30px -18px 0 -18px;
  }
  .top25-blog .thumb {
    top: -20px;
    left: 0;
    width: 180px;
    height: 180px;
  }
  .top25-blog-item {
    flex: 1 1 46%;
    padding: 15px 0 15px 40px;
    margin: 0 15px 40px;
  }
  .top25-blog .body {
    min-height: 170px;
    padding: 25px 25px 15px 140px;
  }
  .top25-sect-blog {
    background-position: bottom -220px center, center;
    background-size: 35px, 100%;
  }
  .top25-blog p {
    font-size: 17px;
    line-height: 1.6;
  }
}

/* バナー */
.top25-banners {
  margin: 30px 0;
}
.top25-banners a {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(130deg, #d75487 50%, #904cac 100%);
}

.top25-banners p {
  padding: 15px;
  background-image: url("../images/2025/top/chevron-wh.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
}

@media (max-width: 990px) {
  .top25-banners a {
    margin: 0 0 20px;
  }
}
@media (min-width: 991px) {
  .top25-banners {
    display: flex;
    margin: 80px -10px 20px;
  }
  .top25-banners a {
    flex: 1;
    margin: 0 10px;
  }
}


/* メインビジュアル部分 */
#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;
}

/* インスタグラム　カルーセル */
.top25-loop {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 200vw;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.top25-instagram .loop-list {
  flex: 0 0 50%;
  padding: 0 5px;
  margin: 0;
  box-sizing: border-box;
}

.top25-loop.loop-01 > div:first-of-type {
  -webkit-animation: loop 200s -100s linear infinite;
  animation: loop 200s -100s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.top25-loop.loop-01 > div:last-of-type {
  -webkit-animation: loop2 200s linear infinite;
  animation: loop2 200s linear infinite;
}

.top25-loop.loop-02 > div:first-of-type {
  -webkit-animation: loop4 200s -100s linear infinite;
  animation: loop4 200s -100s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.top25-loop.loop-02 > div:last-of-type {
  -webkit-animation: loop5 200s linear infinite;
  animation: loop5 200s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@-webkit-keyframes loop4 {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes loop4 {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes loop5 {
  0% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes loop5 {
  0% {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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