@charset "UTF-8";

/* ! CSSの構成 トップビュー ================================================== 
  
共通
トップビュー
スライダー
  
-------------------------------------------------- */



/* ! 共通 ================================================== */ 
li.main > section + section {
  margin: 30px 0 0;
}





/* ! トップビュー ================================================== */ 
.top_view {
  width: 100%;
  background: url(../img/bg_view.png) no-repeat center center;
  background-size: cover !important;
}

/* ! トップニュース ================================================== */ 
@media screen and (max-width: 480px){
  .top_news ul ul {
    width: calc((100% + 16px));
  }
}






/* ! スライダー ================================================== */
.swiper-slide.register {
  background: #36BFFF url(../img/slider/bg_view.svg) no-repeat center center;
  background-size: 1280px 200px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  position: relative;
  animation: float 16s ease infinite;
}
.swiper-slide.register .members {
  content: "";
  display: block;
  width: 1000px;
  height: 186px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-slide .register_cnt {
  width: 480px;
  height: 360px;
  background: url(../img/slider/bg_cloud.svg) no-repeat;
  background-size: contain !important;
  display: -webkit-flex; display: flex;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  animation: float 16s ease infinite;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@keyframes float {
  0% {background-position: center bottom;}
  50% {background-position: center top;}
  100% {background-position: center bottom;}
}

.swiper-slide .register_cnt .explain {
  color: #36BFFF;
  font: 700 16px/1.5em 'Hiragino Sans', sans-serif;
  text-align: center;
  margin: -12px 0 0;
}
.swiper-slide .register_cnt .logo {
  margin: 20px 0 30px;
}
.swiper-slide .register_cnt .logo img {
  height: 36px;
}
.swiper-slide .register_cnt [class*="btnarea"] {
  margin-bottom: -16px;
}



/* !  ================================================== */ 

.top_re li.main > section:nth-child(even){
  background: #ECF1F4;
}
.top_re li.main > section{
  padding: 30px 0;
  position: relative;
}
.top_re .swiper-container {
  position: relative;
}
/*
.top_re .swiper-container:before{
  content: "";
  pointer-events: none;
  position: absolute;
  background: -moz-linear-gradient(right, #fff, transparent);
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
  height: 100%;
  width: 200px;
  right: 0px;
  top: 0px;
  z-index: 2;
}
*/
.top_re .swiper-container.next_disabled:before {
  content: none;
}

/* 色変更 */
.top_re .top_new_lessons .swiper-container:before {
  background: -moz-linear-gradient(right, #ECF1F4, transparent);
  background: -webkit-linear-gradient(right, #ECF1F4, transparent);
  background: linear-gradient(to left, #ECF1F4, transparent);
}


/*
.slide_wrapper:before{
  content: "";
  position: absolute;
  background: #fff;
  opacity: .5;
  height: 240px;
  width: 100px;
  right: -30px;
}
*/

.top_re .top_news,.top_new_tech{
  background: #ECF1F4;
  padding: 30px 0 50px;
}

.top_re .top_new_tech{
  margin: 50px 0 0;
}


.top_re .top_news article.card .text{
  padding: 10px;
}
