@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#TOP
------------------------------------------------------------------- */
/* scroll-section */
.scroll-section-2 {
  padding-top: 50px;
}
/* 見出し */
.section-title {
  margin-bottom: 25px;
}
.section-title .top {
  font-size: 3.2rem;
}
.section-title .bottom {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
/* スライド */
#TOP .swiper-button-prev,
#TOP .swiper-button-next {
  width: 28px;
  height: 28px;
}
#TOP .swiper-button-prev {
  left: calc(50% - 100px);
}
#TOP .swiper-button-next {
  right: calc(50% - 100px);
}
#TOP .swiper-button-prev::after,
#TOP .swiper-button-next::after {
  width: 14px;
  height: 14px;
}





/* mv */
.mv {
  /* height: calc(100vh - 50px); */
  height: calc(100vh - 50px - 80px - 40px);
}
.mv__content {
  height: calc(100% - 20px - 158px / 273 * 92 - 20px);
}
.mv__content p {
  font-size: 2.8rem;
  line-height: 1.43;
}
.mv__content > img {
  top: unset;
  bottom: 47px;
  left: 5.6%;
  transform: none;
}
.mv__banner {
  overflow-x: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mv__banner ul {
  width: auto;
  margin: 0;
}
.mv__banner ul li {
  width: 158px;
}
.mv__banner ul li + li {
  margin-left: 14px;
}
.mv__banner ul li a:hover {
  opacity: 1;
}
.mv__banner ul li a img {
  width: 158px;
  height: calc(158px / 273 * 92);
  background-color: #fff;
}
.mv__opencampus {
  right: 6.13%;
  bottom: 85px;
  width: 144px;
}
.mv__opencampus a {
  height: 144px;
}
.mv__opencampus a::after {
  right: 35px;
  bottom: 10px;
  width: 23px;
  height: 22px;
}
.mv__opencampus a:hover {
  background-color: #fff;
}
.mv__opencampus a:hover::after {
  right: 35px;
  bottom: 10px;
}
.mv__opencampus a p span:first-of-type {
  font-size: 2rem;
}
.mv__opencampus a p span:last-of-type {
  font-size: 1.6rem;
}
.mv__opencampus a div span:first-of-type {
  font-size: 4rem;
}
.mv__opencampus a div span:last-of-type {
  font-size: 1.5rem;
}





/* topics */
.topics {
  padding-top: 30px;
  padding-bottom: 65px;
}
.topics .container {
  width: 100%;
}
.topics .section-title {
  margin-left: 6%;
}
.topics .swiper {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.topics .swiper .swiper-wrapper {
  left: calc((100% - 158px - 28px) / 2);
}
.topics .swiper .swiper-wrapper .swiper-slide {
  width: 158px;
  margin-left: 14px;
}
.topics-slide .swiper-button-prev,
.topics-slide .swiper-button-next {
  top: 30px;
}
.topics-thumbnail {
  margin-bottom: 12px;
}
.topics-thumbnail img {
  height: 88.88px;
  border-radius: 5px;
}
/* .topics-category {
  margin-bottom: 0;
}
.topics-category a:hover {
  background-color: unset;
  color: unset;
} */
.topics-title {
  font-size: 1.6rem;
}
/* .topics-title a:hover {
  text-decoration: unset;
} */
.topics-time {
  font-size: 1.4rem;
}





/* news */
.news {
  padding-bottom: 60px;
}
.news .section-title {
  margin-bottom: 35px;
}
.news__tab {
  margin-bottom: 24px;
}
.news__tab ul {
  flex-wrap: wrap;
}
.news__tab ul li {
  width: 48%;
  padding-top: 0.715em;
  padding-bottom: calc(0.715em - 4px);
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.news__tab ul li:hover {
  border-color: unset;
}
.news__content ul {
  margin-bottom: 40px;
}
/* .news__content ul li {
  flex-wrap: wrap;
} */
.news__content ul li + li {
  margin-top: 30px;
}
.news-time {
  margin-right: 10px;
  font-size: 1.4rem;
}
.news-category {
  /* margin-right: 0; */
  /* margin-bottom: 0.6em; */
  margin-left: calc(77.8px + 10px);
  font-size: 1.4rem;
}
.news-category a {
  width: 5.14em;
}
/* .news-category a:hover {
  background-color: unset;
  color: unset;
} */
/* .news-title {
  flex: unset;
  width: 100%;
} */
/* .news-title a:hover {
  text-decoration: unset;
} */





/* course */
.course {
  position: static;
  padding-bottom: 60px;
}
.course__content {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -60px;
}
.course__content .container {
  width: 88%;
  padding-top: 25px;
  background-color: #fff;
}
.course__content .section-title {
  text-align: left;
  padding-left: 30px;
  margin-bottom: 10px;
}
.course__content p:last-of-type {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 1.25em;
  font-size: 1.6rem;
  line-height: 1.75;
}





/* pickup */
.pickup {
  padding-top: 0;
  padding-bottom: 45px;
}
.pickup ul li {
  width: 48%;
  margin-bottom: calc(88vw * 0.04);
  margin-left: 4%;
}
.pickup ul li:nth-of-type(4n + 1) {
  margin-left: 4%;
}
.pickup ul li:nth-of-type(2n + 1) {
  margin-left: 0;
}
/* .pickup ul li a img {
  object-fit: cover;
  object-position: center;
  height: calc(88vw * 0.48 / 273 * 92);
  background-color: #aaa;
} */





/* special-contents */
.special-contents {
  padding-top: 35px;
  padding-bottom: 40px;
}
.special-contents .section-title {
  margin-bottom: 35px;
}
.special-contents ul {
  display: block;
}
.special-contents ul li {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.special-contents ul li + li {
  margin-top: 30px;
}
.special-contents-thumbnail::before {
  width: 24px;
  height: 24px;
}
.special-contents-thumbnail::after {
  right: 6px;
  bottom: 6px;
  width: 12px;
  height: 12px;
}
.special-contents-thumbnail img {
  height: calc(88vw / 330 * 194);
}
.special-contents-title {
  margin-top: 0.2em;
  font-size: 1.8rem;
  line-height: 1.56;
}
.special-contents-text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 0.4em;
}





/* contents */
.contents {
  padding-top: 50px;
  padding-bottom: 60px;
}
.contents ul {
  display: block;
}
.contents ul li {
  width: 100%;
}
.contents ul li + li {
  margin-top: 45px;
}
.contents ul li .section-title {
  margin-bottom: 5px;
}
.contents ul li .section-title .top {
  font-size: 2.4rem;
}
.contents ul li p {
  margin-bottom: 2em;
  font-size: 1.6rem;
}





/* about */
.about {
  padding-bottom: 60px;
}
.about__content {
  margin-top: -70px;
}
.about__content .container .inner {
  padding-top: 25px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.about__content .section-title {
  margin-bottom: 5px;
  padding-left: 30px;
}
.about__content .section-title .top {
  font-size: 3.2rem;
}
.about__content .flex {
  display: block;
}
.about__content .flex p {
  margin-right: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 1.5em;
}
.about__content .flex .common-button {
  margin: 0 auto !important;
}





/* campus-life */
.campus-life {
  padding-bottom: 60px;
}
.campus-life img {
  width: 100%;
  margin-right: 0;
}
.campus-life__content {
  position: relative;
  margin-top: -70px;
}
.campus-life__content .container {
  position: static;
}
.campus-life__content .container .inner {
  position: static;
  width: 100%;
  padding-top: 25px;
}
.campus-life__content .section-title {
  margin-bottom: 5px;
  padding-left: 30px;
}
.campus-life__content .section-title .top {
  font-size: 3.2rem;
}
.campus-life__content p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 30px;
  padding-left: 30px;
}
.campus-life__content .common-button {
  margin: 0 auto !important;
}





/* gatun */
.gatun a picture {
  height: calc(100% / 375 * 271);
}
.gatun a:hover picture img {
  transform: none;
}
.gatun a p {
  top: 15.5vw;
  left: 6%;
  font-size: 5.3vw;
  line-height: 1.4;
}
.gatun a h2 {
  top: 32.5vw;
  left: 6%;
  width: 88%;
}
.gatun a .common-button {
  top: 50.9vw;
}
.gatun a:hover .common-button {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.gatun a:hover .common-button::after {
  background-image: url(../../img/common/icon-common-button-black.png);
}





/* follow-us */
.follow-us {
  padding-top: 65px;
  padding-bottom: 80px;
}
.follow-us .container {
  width: 100%;
}
.follow-us h3 {
  margin-bottom: 15px;
}
.follow-us__instagram {
  margin-bottom: 60px;
}
.follow-us__instagram .slide-show {
  display: block;
  margin-bottom: 20px;
}
.follow-us__instagram .slide-show ul {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.follow-us__instagram .slide-show ul + ul {
  display: none;
}
.follow-us__instagram .slide-show ul:first-child {
  animation: none;
}
.follow-us__instagram .slide-show ul:last-child {
  animation: none;
}
.follow-us__instagram .slide-show ul li {
  display: block;
  margin-right: 0;
  margin-left: 0;
  width: calc((100% - 6px) / 3);
}
.follow-us__instagram .slide-show ul li img {
  width: 100%;
  height: calc((100vw - 6px) / 3);
  margin-bottom: 3px;
}
.follow-us__instagram p {
  margin-bottom: 1em;
}
.follow-us__youtube .swiper {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.follow-us__youtube .swiper .swiper-wrapper {
  left: calc((100% - 158px - 28px) / 2);
}
.follow-us__youtube .swiper .swiper-wrapper .swiper-slide {
  width: 158px;
  margin-left: 14px;
}
.follow-us-youtube-slide .swiper-button-prev,
.follow-us-youtube-slide .swiper-button-next {
  top: 30px;
}
.follow-us-youtube-thumbnail {
  margin-bottom: 12px;
}
.follow-us-youtube-thumbnail img {
  height: 88.88px;
  border-radius: 5px;
}
.follow-us-youtube-title {
  font-size: 1.6rem;
}





@media screen and (max-width: 480px) {
  /* course */
  .course__background + .course__background {
    margin-top: 4px;
  }
  .course__background picture img {
    height: 105px;
  }
  .course__background:nth-of-type(odd) picture:first-child img {
    animation: loop 45s -22.5s linear infinite;
  }
  .course__background:nth-of-type(odd) picture:last-child img {
    animation: loop-2 45s linear infinite;
  }
  .course__background:nth-of-type(even) picture:first-child img {
    animation: loop-reverse 60s linear infinite;
  }
  .course__background:nth-of-type(even) picture:last-child img {
    animation: loop-reverse-2 60s -30s linear infinite;
  }
}





@media screen and (max-width: 374px) {
  /* about */
  .about__content .section-title .top {
    font-size: 3rem;
  }
  /* campus-life */
  .campus-life__content .section-title .top {
    font-size: 3rem;
  }
}





}