@charset "utf-8";
/* ===============================================
# 体験授業一覧
=============================================== */
.main_contents .cmn_catch{
  letter-spacing: 0.08em;
  margin-bottom: 60px;
}
.list_class{
  flex-wrap: wrap;  
  -webkit-box-align: start;
  align-items: flex-start;   
  margin-bottom: 65px;
}
.list_class li{
  position: relative;
}
.list_class li::after {
  content: '';
  display: block;
  width: calc(100% - 49px);
  height: 1px;
  background: #cacaca;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_class li::before {
  content: '';
  display: block;
  width: 39px;
  height: 1px;
  background: #00b097;
  position: absolute;
  bottom: 0;
  right: 0;
}

.list_class li a{
  display: block;
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}
.list_class li a::before{
  position: absolute;
  right: 15px;
  bottom: 30px;
  display: inline-block;
  content: '';
  width: 11px;
  height: 11px;
  background: url("/education/assets/img/ico_arrow.svg")no-repeat left center;
  background-size: contain;
}
.list_class li figure .thumb{
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.list_class li figure::after{
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 1;
  background: url("/education/assets/img/ico_play_class.svg")no-repeat center center;
  background-size: contain;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.39);
}
.list_class li figure img{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.list_class li .ttl{
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.26;
  color: #000;
}
.list_class li .name{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 20px;
  padding-right: 50px;
}
.list_class li time{
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  line-height: 1;
  padding-right: 50px;
  margin-top: 15px;
}
@media (hover: hover) and (pointer: fine) {
  .list_class li a:hover figure img{
    opacity: 0.5;
  }
  .list_class li a:hover::before{
    -webkit-animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); 
  }  
}
@media print,screen and (min-width :835px) and (min-width :1281px){
  .list_class li{
    width: 23.4%;
    margin-left: 2.13%;
  }
  .list_class li:nth-child(4n+1){
    margin-left: 0;
  }
  .list_class li:nth-child(n+5){
    margin-top: 50px;
  }  
}
@media screen and (max-width :1280px) and (min-width :835px){
  .list_class li{
    width: 31%;
    margin-left: 3.5%;
  }
  .list_class li:nth-child(3n+1){
    margin-left: 0;
  }
  .list_class li:nth-child(n+4){
    margin-top: 50px;
  }  
}
@media screen and (max-width :834px) {
  .main_contents .cmn_catch{
    margin-bottom: 40px;
  }
  .list_class{
    -webkit-box-pack: justify;
    justify-content: space-between;    
    margin-bottom: 35px;
  }
  .list_class li{
    width: 47.8%;
  }
  .list_class li::after {
    width: calc(100% - 15px);
  }
  .list_class li::before {
    width: 12px;
  }
  .list_class li:nth-child(n+3){
    margin-top: 25px;
  }   
  .list_class li a{
    padding-bottom: 7px;
  }
  .list_class li a::before{ 
    position: absolute;
    right: 3px;
    bottom: 15px;
    content: '';
    width: 6px;
    height: 6px;
  }
  .list_class li figure{
    margin-bottom: 9px;
  }
  .list_class li figure::after{
    content: '';
    width: 25px;
    height: 25px;
    top: -12px;
  }
  .list_class li .ttl{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.15;
  }
  .list_class li .name{
    font-size: 10px;
    font-size: 1rem;
    margin-top: 12px;
    padding-right: 15px;
  }
  .list_class li time{
    font-size: 9px;
    font-size: 0.9rem;
    padding-right: 15px;
    margin-top: 7px;
  }  
	
	.android .list_class{
    display: block;
  }
	.android .list_class li{
    margin:15px auto 0 !important;
  }	
}
/* ===============================================
# 授業ゼミ紹介
=============================================== */
#seminar{
  margin-top: 126px;
  margin-bottom: 43px;
}
.list_seminar{
  margin-bottom: 40px;
	-webkit-box-pack: justify;
	justify-content: space-between;  
  -webkit-box-align: start;
  align-items: flex-start;  
  flex-wrap: wrap;
}
.list_seminar li{
  position: relative;
  border-top: solid 3px #50bcc4;
}
.list_seminar li::after {
  content: '';
  display: block;
  width: calc(100% - 49px);
  height: 1px;
  background: #cacaca;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_seminar li::before {
  content: '';
  display: block;
  width: 39px;
  height: 1px;
  background: #00b097;
  position: absolute;
  bottom: 0;
  right: 0;
}
.list_seminar li a{
  position: relative;
  padding: 22px 0 24px 0;
  display: block;
  text-decoration: none;
}
.list_seminar li a::after{
  content: '詳しく見る';
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 23px;
  right:  36px;
  line-height: 1;
  color: #000;
  font-feature-settings: "palt";  
}
.list_seminar li a::before{
  position: absolute;
  right: 15px;
  bottom: 26px;
  display: inline-block;
  content: '';
  width: 11px;
  height: 11px;
  background: url("/education/assets/img/ico_arrow.svg")no-repeat left center;
  background-size: contain;
}
.list_seminar li .area_top{
  display:-webkit-box;
  display:flex;  
}
.list_seminar li .area_top figure{
  position: relative;
  width: 47%;
  margin-right: 18px;
}
.list_seminar li .area_top figure .thumb{
  padding-top: 66.48%;
}
.list_seminar li .area_top figure img{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.list_seminar li .area_top .box_ttl{
  -webkit-box-flex: 1;
  flex: 1;  
  line-height: 1.3;
  padding-top: 10px;
  font-feature-settings: "palt";  
}
.list_seminar li .area_top .box_ttl .dept,
.list_seminar li .area_top .box_ttl .name{
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.list_seminar li .area_top .box_ttl .dept{
  margin-bottom: 7px;
}
.list_seminar li .area_top .box_ttl .ttl{
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #000;
  margin-top: 3px;
}
.list_seminar li .txt{
  margin-top: 15px;
  padding-top: 15px;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  border-top: solid 1px #cccccc;
  font-feature-settings: "palt";  
}
.list_seminar li time{
  display: block;
  margin-top: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  line-height: 1;
  padding-right:110px;
}
@media (hover: hover) and (pointer: fine) {
  .list_seminar li a:hover figure img{
    opacity: 0.5;
  }
  .list_seminar li a:hover::before{
    -webkit-animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: arrow 0.6s cubic-bezier(0.645, 0.045, 0.355, 1); 
  }  
}

@media print,screen and (min-width :835px){
  .list_seminar::after{
    content: '';
    display: block;
    width: 30.76%;
  }    
  .list_seminar li{
    width: 30.76%;
  }
  .list_seminar li:nth-child(n+4){
    margin-top: 50px;
  }
}
@media print,screen and (max-width :1280px) {
  .list_seminar li .area_top{
    display: block;
  }
  .list_seminar li .area_top figure{
    width: 100%;
    margin: 0;
  }  
}
@media screen and (max-width :834px) {
  #seminar{
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .list_seminar{
    margin-bottom: 35px;
  }
  .list_seminar li{
    width: 47.8%;
    border-width: 2px;
  }
  .list_seminar li:nth-child(n+3){
    margin-top: 15px;
  }  
  .list_seminar li::after {
    width: calc(100% - 15px);
  }
  .list_seminar li::before {
    width: 12px;
  }
  .list_seminar li a{
    position: relative;
    padding: 5px 0 10px 0;
  }
  .list_seminar li a::after{
    display: none;
  }
  .list_seminar li a::before{
    position: absolute;
    right: 3px;
    bottom: 15px;
    content: '';
    width: 6px;
    height: 6px;
  }
  .list_seminar li .area_top .box_ttl{
    padding-top: 12px;
  }
  .list_seminar li .area_top .box_ttl .dept,
  .list_seminar li .area_top .box_ttl .name{
    font-size: 10px;
    font-size: 1rem;
  }
  .list_seminar li .area_top .box_ttl .dept{
    margin-bottom: 3px;
  }
  .list_seminar li .area_top .box_ttl .ttl{
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
  }
  .list_seminar li .txt{
    display: none;
  }
  .list_seminar li time{
    margin-top: 12px;
    font-size: 9px;
    font-size:0.9rem;
    padding-right:15px;
  }  
	
	.android .list_seminar{
    display: block;
  }
	.android .list_seminar li{
    margin:15px auto 0 !important;
  }
}

/*swiper*/
@media print,screen and (min-width :835px){
  .cmn_wide_index .wrap_swiper{
    position: relative;
  }
  .cmn_wide_index .area_swiper_list{
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
  }
  .list_seminar.swiper-wrapper{
    flex-wrap: nowrap;
  }
  .list_seminar.swiper-wrapper li{
    width: 400px;
  }
  .wrap_swiper .swiper_arrow{
    width: 44px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
  }
  .wrap_swiper .swiper_arrow.next{
    right: -70px;
  }
  .wrap_swiper .swiper_arrow.prev{
    left:-70px;
  }
  .wrap_swiper .swiper_arrow.prev img{
    -webkti-transform: scale(-1,1);
    transform: scale(-1,1);
  }  
}
@media screen and (max-width :1024px) {
  .wrap_swiper .swiper_arrow{
    width: 30px;
  }
  .wrap_swiper .swiper_arrow.next{
    right: -40px;
  }
  .wrap_swiper .swiper_arrow.prev{
    left:-40px;
  }  
}
@media screen and (max-width :834px) {
  .wrap_swiper .swiper_arrow{
    display: none;
  }
}
