@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.top-images-main .swiper-slide{
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.images-main1 {
  background-image: url("../img/photo01.jpg");
}
.images-main2 {
  background-image: url("../img/photo02.jpg");
}
.images-main3 {
  background-image: url("../img/photo03.jpg");
}
.images-main4 {
  background-image: url("../img/photo04.jpg");
}
.images-main5 {
  background-image: url("../img/photo05.jpg");
}
.btn-movie-gallery,
.btn-message{
  background-color: #A02B2E;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  padding: 15px 28px;
}
.btn-movie-gallery > span,
.btn-message > span{
  background-position: left center;
  background-repeat: no-repeat;
  color: #FFF;
  display: block;
  padding-left: 30px;
}
.btn-movie-gallery > span{
  background-image: url("../img/ic_movie.svg");
}
.btn-message > span{
  background-image: url("../common/img/ic_arrow_ft.svg");
}

.top-navi-contents > li{
  display: flex;
}
.top-navi-contents > li > a{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-navi-contents > li > a:before{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: .3s;
}
.top-navi-contents > li > a:after{
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  content: "";
  display: block;
  height: 41.73%;
  position: absolute;
  left: 0;
  right: 0;
  top: 58.27%;
  bottom: 0;
  z-index: 1;
  opacity: .75;
}
.top-navi-contents > li.university > a:before{
  background-image: url("../img/img_university.jpg");
}
.top-navi-contents > li.student > a:before{
  background-image: url("../img/img_student.jpg");
}
.top-navi-contents > li.career > a:before{
  background-image: url("../img/img_career.jpg");
}
.top-navi-contents > li > a > div{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.top-navi-contents > li > a > p{
  color: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.swiper-slide > .text1 img,
.swiper-slide > .text2 img{
  height: auto;
  width: 100%;
  min-width: auto;
}
@media print, screen and (min-width:781px) {
  #footer-area{
    margin-top: 0;
  }
  
  
  
  .top-contents-wrap{
    display: flex;
    min-height: 520px;
    height: calc(100vh - 80px);
  }
  
  
  
  .top-contents-images{
    width: calc(100% - 404px);
    position: relative;
  }
  .top-images-main{
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .images-main1{
    background-image: url("../img/photo01.jpg");
  }
  .images-main2{
    background-image: url("../img/photo02.jpg");
  }
  .images-main3{
    background-image: url("../img/photo03.jpg");
  }
  .images-main4{
    background-image: url("../img/photo04.jpg");
  }
  .images-main5{
    background-image: url("../img/photo05.jpg");
  }
  .swiper-slide > .text1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  .swiper-slide > .text2{
    width: 39.9168%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  
  .btn-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 2;
  }
  .btn-box > a{
    margin-left: 10px;
    margin-top: 10px;
  }
  
  
  
  .top-navi-contents{
    display: flex;
    flex-direction: column;
    width: 404px;
  }
  .top-navi-contents > li{
    display: flex;
    height: 100%;
  }
  .top-navi-contents > li > a > p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 780px) {
  #footer-area{
    margin-top: 130px;
  }
  
  
  
  .top-contents-images{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .top-images-main{
    position: relative;
    z-index: 1;
    order: 0;
  }
  .swiper-slide{
    padding-bottom: 100%;
  }
  .swiper-slide > .text1{
    width: 72.82%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  .swiper-slide > .text2{
    width: 48.2051%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }
  
  .btn-box{
    margin: 0 20px;
    padding-top: 30px;
    order: 1;
  }
  .btn-box > a{
    display: flex;
    justify-content: center;
  }
  .btn-box > a:nth-child(n + 2){
    margin-top: 10px;
  }
  
  
  
  .top-navi-contents{
    display: flex;
    flex-direction: column;
    margin: 30px 20px 0;
  }
  .top-navi-contents > li{
    display: flex;
    height: 230px;
  }
  .top-navi-contents > li:nth-child(n + 2){
    margin-top: 20px;
  }
  .top-navi-contents > li > a > p{
    font-size: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine){
  .top-navi-contents > li > a:hover:before{
    transform: scale(1.05);
  }
}

