@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */




/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv .mv-slider{
  opacity: 0;
  transition: opacity .3s linear;  
}
#Mv .mv-slider.slick-initialized{
  opacity: 1;
}
#Mv .mv-slider .scene{
  position: relative;  
}
#Mv .mv-slider .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Mv .mv-slider .bg img{
  transition: 6s;
  transform: scale( 1 );  
}
#Mv .mv-slider .front{
  position: relative;
  z-index:10;
}
#Mv .mv-slider .is-active .bg img{
  transform: scale( 1.1 );  
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/



/* sec-banner
-----------------------------------------------------------------*/
.sec-banner{
  margin-top: -7px;
  padding: 40px 0 15px;
  background: #7FBE26;  
}
.sec-banner .banner-carousel{
   padding: 0 65px; 
}
.sec-banner .banner-carousel .carousel li{
  padding: 0 5px;
}
.sec-banner .banner-carousel .carousel li a{
  display: block;
  background: #FFF;  
}
.sec-banner .banner-carousel .carousel li a img.pc{
  display: block;
}
.sec-banner .banner-carousel .carousel li a img.sp{
  display: none;
}
.sec-banner-fix{
  margin-top: -7px;
  padding: 40px 0 15px;
  background: #7FBE26;  
}
.fix-banner{
	width:33.3%;
}

/* department
-----------------------------------------------------------------*/
.department{
  padding: 88px 0;  
}
.department .sec-ttl + .txt{
  margin-bottom: 65px;
}
.department .course-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;  
}
.department .course-list li{
  width: calc((100% - 5%)/4);
}
.department .course-list .pic{
  position: relative;
}
.department .course-list .pic .baloon{
  position: absolute;
  top: -18px;  
}
.department .course-list .course01 .baloon{
  right:-10px;
  width: 28.63%;  
}
.department .course-list .course02 .baloon{
  left: -14px;
  width: 30.45%; 
}
.department .course-list .course03 .baloon{
  right:-10px;
  width: 28.63%;   
}
.department .course-list .course04 .baloon{
  right:-10px;
  width: 28.63%;   
}
.department .course-list .txt-area{
  position: relative;
  z-index:5;
  padding: 20px 15px 24px;
  border-radius: 14px;
  margin: -28% 5% 0;
  text-align: center;
  color: #FFF;
}
.department .course-list .course01 .txt-area{
  background: #20AEE5;  
}
.department .course-list .course02 .txt-area{
  background: #F5AC3C;
}
.department .course-list .course03 .txt-area{
  background: #EC7A9A;
}
.department .course-list .course04 .txt-area{
  background: #8800ff;
}
.department .course-list h3{
  margin-bottom: 8px;
  font-size: 2.1rem;  
}
.department .course-list .year{
  margin-bottom: 18px;  
}
.department .course-list .year span{
  display: inline-block;
  margin: 0 3px;  
  padding: 0 10px;
  border-radius: 3px;
  font-size: 1.4rem;  
}
.department .course-list .course01 .year span{
  background: #BAE3F9;
  color: #20AEE5;  
}
.department .course-list .course02 .year span{
  background: #F6E0B9;
  color: #F5AC3C;  
}
.department .course-list .course03 .year span{
  background: #F1CBD5;
  color: #EC7A9A;  
}
.department .course-list .btn-detail a{
  max-width: 280px;
  width: 86%;
  height: 45px;
  line-height: 41px;
  font-size: 1.6rem;
  background-position: right 22px center;  
  transition: all 300ms linear;
}
.btn_line_round a:before,
.btn_line_round span:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #231815;
  transition: all 200ms linear;
}
.btn_line_round a:hover,
.btn_line_round span:hover{
 color:#ffffff;
 border-color: #231815;
}
.btn_line_round a:hover:before,
.btn_line_round span:hover:before{
 left: 0;
}
.department .course-list .btn-detail a:hover{
  background-position: right -30px center;  
}
.btn_line_round._w a:before,
.btn_line_round._w span:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ffffff;
  transition: all 200ms linear;
}
.btn_line_round._w a:hover,
.btn_line_round._w span:hover{
 border-color: #ffffff;
}
.btn_line_round._w a.hovergreen:hover,
.btn_line_round._w span.hovergreen:hover{
 color:#7FBE26;
}
.btn_line_round._w a.hoverbio:hover,
.btn_line_round._w span.hoverbio:hover{
 color:#20AEE5;
}
.btn_line_round._w a.hovermed:hover,
.btn_line_round._w span.hovermed:hover{
 color:#F5AC3C;
}
.btn_line_round._w a.hoverpsy:hover,
.btn_line_round._w span.hoverpsy:hover{
 color:#EC7A9A;
}
.btn_line_round._w a.hoverint:hover,
.btn_line_round._w span.hoverint:hover{
 color:#FF1D25;
}
.btn_line_round._w a:hover:before,
.btn_line_round._w span:hover:before{
 left: 0;
}
.department .international{
  display: flex;
  justify-content: center;
  align-items:center;
  max-width: 640px;
  margin: 0 auto;
  padding: 24px 15px;
  border-radius: 14px;
  background: #FF1D25;
  color: #FFF;
}
.department .international h3{
  max-width: 205px;
  padding-right: 24px;
  border-right : 1px solid #FFF;
  line-height:1;
  font-size: 2.6rem;  
}
.department .international h3 span.en{
  display:block;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 3px;
  background: #EFCBCB;  
  color: #FF1D25;
  line-height:1.8; 
  font-size: 1.4rem;
}
.department .international .btn-detail{
  margin-left: 24px;
  max-width: 320px;
  width: 50%;
}
.department .international .btn-detail a{
  width: 100%;
  margin: 0;
  height: 45px;
  line-height: 41px;
  font-size: 1.6rem;
  background-position: right 22px center;  
}

/* open-campus
-----------------------------------------------------------------*/
.open-campus-caroucel-box{
  position: relative; 
}
.open-campus-caroucel{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.open-campus-caroucel.is-show{
  position: relative;
  z-index:100;
  opacity: 1;
	animation-name: fade-in;
  animation-duration: 1s;   
}
.open-campus-caroucel .caroucel{
  display: flex;
  padding-bottom: 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.open-campus-caroucel .caroucel li{
  min-width: 320px;
  transform: scale(1);
}


/* more
-----------------------------------------------------------------*/
.more{
  padding: 80px 0;
  background: url(../common/image/bg_illust_left_pickup.png) no-repeat left top,url(../common/image/bg_illust_right_pickup.png) no-repeat right top #7FBE26;
  background-size: 36% auto;  
}
.more h2{
  text-align: center;  
}
.more h2+.txt{
  margin: 30px 0 35px;
  text-align: center;  
  color: #FFF;
  font-size: 1.8rem;    
}
.more .more-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more .more-list li{
  display: flex;
  align-items: center;
  padding: 20px 35px;
  border: 4px solid #231815;
  border-radius: 15px;
  background: #FFF;  
}
.more .more-list li:nth-child(n+3){
  margin-top: 25px;  
}
.more .more-list li.more01{
  width: 30.22%;  
}
.more .more-list li.more02{
  width: 68.43%;  
}
.more .more-list li.more03{
  width: 48.57%;  
}
.more .more-list li.more04{
  width: 49.15%;  
}
.more .more-list .baloon{
  position: absolute;
}
.more .more-list .btn_round{
  margin-top: 20px;  
}
.more .more-list .btn_round a{
  height: 60px;
  line-height: 58px;
  border-radius:30px;
}
.more .more-list li.more01 .txt{
  position: relative;  
}
.more .more-list li.more01 .txt .baloon{
  left: -10px;
  bottom: 0;
  width: 44.35%;  
}
.more .more-list li.more02 .txt-area{
  margin-right: 15px;  
}
.more .more-list li.more02 .txt01{
  position: relative;
  margin-right: 6px;  
}
.more .more-list li.more02 .txt01 .baloon{
  right: -15px;
  bottom: 0;
  z-index:5; 
  width: 40.97%; 
}
.more .more-list li.more02 .txt02{
  position: relative;
  margin-left: 6px;
}
.more .more-list li.more02 .txt02 .baloon{
  right: -14px;
  bottom: 0;
  width: 42.48%;  
}
.more .more-list li.more03 .txt-area,
.more .more-list li.more04 .txt-area{
  margin-right: 15px;  
}
.more .more-list li.more04 .pic{
  position: relative;  
}
.more .more-list li.more04 .pic .baloon{
  right: -20px;
  bottom: 0;
  width: 54.34%;      
}

/* official-sns
-----------------------------------------------------------------*/
.official-sns{
  padding: 80px 0 55px;
  background: #9DDADC;  
}
.official-sns .sec-ttl span{
  color: #231815;  
}
.official-sns .sec-ttl+.txt{
  margin-bottom: 30px;  
}
.official-sns .btn-detail{
  margin: 40px 0;
}
.official-sns .sns-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.official-sns .sns-list li{
  margin: 0 10px;
}

.instagram_feed {
  margin: 40px auto 0;
}
.instagram_feed ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram_feed ul li {
  width: 16.6%;
  padding: 0.5% 0.4%;
  box-sizing: border-box;
  border-radius: 30px;
  overflow: hidden;
}
.instagram_feed ul li a{
  display: block;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.instagram_feed ul li a img{
  height: 100%;
  width: auto;
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .instagram_feed {
      margin: 20px auto 0;
    }
    .instagram_feed ul li {
      width: 50%;
      padding: 1%;
    }
    #instagram-feed3.instagram_feed ul li a img{
      height: 100%;
      width: auto;
      max-width: none;
    }
}





/*--------------------------------------------------------------------------
   tablet
---------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {


.department .course-list h3 {
	font-size: 2.4rem;
}

}





/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   FirstPage
---------------------------------------------------------------------------*/

#FirstPage .ttl{
  width: 80%;
  top:28%;
  z-index: 5;
}
#FirstPage .faculty{
  width: 80%;
  top:46%;
  transform: translate(-50%,-100%);
}
#FirstPage .faculty li:nth-child(4){
  transform: translateX(200%);
}  
#FirstPage .student{
  width: 85%;
  height:40vh;
  bottom:0;
}
#FirstPage .student li{
  width: 50%;
}
#FirstPage .student li:nth-child(1){
  left:20%;
}
#FirstPage .student li:nth-child(2){
  bottom:20px;
  left:50%;
}
#FirstPage .student li:nth-child(3){
  right:-5%;
  transform: translateX(0);
  z-index: 1;
}
#FirstPage .frame{
  height:100%;
  background: url(../image/img_main_frame_top_sp.png) top -15% center no-repeat,url(../image/img_main_frame_bottom_sp.png) bottom -9% center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 4;
  transform: scale(1.15);
  transition-delay: 1.7s;
  transition: 0.7s;
}
#FirstPage .start.frame{
  transform: scale(1);
}
#FirstPage .enter:hover{
  opacity:.9;  
}
#FirstPage .enter{
  bottom: 2%;
  max-width: 380px;
  width: 70vw;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/



/* sec-banner
-----------------------------------------------------------------*/
  .sec-banner{
    padding: 25px 0 12px;  
  }
  .sec-banner .banner-carousel{
     padding: 0; 
  }
  .sec-banner .banner-carousel .carousel li a img.pc{
    display: none;
  }
  .sec-banner .banner-carousel .carousel li a img.sp{
    display: block;
  }

.fix-banner{
	width:100%;
	margin:5px auto;
}
/* department
-----------------------------------------------------------------*/
  .department{
    padding: 50px 0;  
  }
  #Page .department .sec-ttl img{
    width: auto;
    height: 24px; 
  }
  .department .sec-ttl + .txt{
    margin-bottom: 25px;
  }
  .department .course-list{
    display: block;
    margin-bottom: 0;  
  }
  .department .course-list li{
    width: 100%;
    margin-bottom: 30px;
  }
  .department .course-list .btn-detail a,
  .department .international .btn-detail a {
    background-position: right 15px center;
  }
  .department .international{
    display: block;
  }
  .department .international h3{
    margin-bottom: 15px;
    max-width: initial;
    padding-right: 0;
    border-right : none; 
    text-align:center; 
  }
  .department .international h3 span{
    display:block; 
  }
  .department .international h3 span.en{
    display:inline-block;
  }
  .department .international .btn-detail{
    margin-left: 24px;
    max-width: initial;
    width: 100%;
  }

  
/* open-campus
-----------------------------------------------------------------*/
  .open-campus-caroucel{
    width: calc(100% + 30px);
    margin: 0 0 30px 0;
  }
  .open-campus-caroucel .caroucel li{
    min-width: 285px;
    padding: 0 8px;
  }


/* more
-----------------------------------------------------------------*/
  .more{
    padding: 70px 0 40px;
    background: url(../common/image/bg_illust_left_pickup_sp.png) no-repeat left top,url(../common/image/bg_illust_right_pickup_sp.png) no-repeat right top #7FBE26;
    background-size: 50% auto;  
  }
  #Page .more h2 img{
    width: auto;
    height: 24px; 
  }
  .more h2+.txt{
    margin: 15px 0 25px;
    font-size: 1.4rem;    
  }
  .more .more-list{
    display: block;
  }
  .more .more-list li{
    display: block;
    padding: 20px;
    border: 2px solid #231815;
  }
  .more .more-list li:nth-child(n+2){
    margin-top: 20px;  
  }
  .more .more-list li.more01{
    width: 100%;  
  }
  .more .more-list li.more02{
    width: 100%;  
  }
  .more .more-list li.more03{
    width: 100%;  
  }
  .more .more-list li.more04{
    width: 100%;  
  }
  .more .more-list .btn_round{
    margin-top: 20px;
    padding: 0 5px;  
  }
  .more .more-list .btn_round a{
    height: 55px;
    line-height: 53px;
    border-radius:28px;
  }
  .more .more-list li.more01 .txt .baloon{
    left: -5px;
    bottom: -20px;
    width: 42.5%;  
  }
  .more .more-list li.more02 .txt-area{
    margin-right: 0;  
  }
  .more .more-list li.more02 .txt01{
    margin: 15px 0 0;  
  }
  .more .more-list li.more02 .txt02{
    margin: 15px 0 0;
  }
  .more .more-list li.more03 .txt-area,
  .more .more-list li.more04 .txt-area{
    margin: 0 0 15px;  
  }
  .more .more-list li.more04 .pic{
    position: relative;  
  }
  .more .more-list li.more04 .pic .baloon{
    right: -15px;
    bottom: 0;
    width: 42%;      
  }

/* official-sns
-----------------------------------------------------------------*/
  .official-sns{
    padding: 40px 0 35px;
  }
  #Page .official-sns .sec-ttl img{
    width: auto;
    height: 24px;  
  }
  .official-sns .sec-ttl+.txt{
    margin-bottom: 25px;  
  }
  .official-sns .btn-detail{
    margin: 25px 0;
  }
  .official-sns .sns-list li{
    width: 40px;
    margin: 0 8px;
  }
  



}