@charset "utf-8";
/* ===============================================
# 共通
=============================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  scroll-behavior: smooth;
}
body{
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;      
  animation: PageIn 1.3s ease 0s 1 normal;    
}
*[id]{
  scroll-margin-top: 30px;
}
main{
  overflow: hidden;
  padding-bottom: 0;
}
main .inner {
  width: 100%;
  max-width: 1400px;
}
img{
  image-rendering: -webkit-optimize-contrast;
}
button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  outline: none;
}
@media screen and (max-width: 768px) {
  main .inner {
    width: 93.3%;
  }
  .footer_bottom{
    padding-bottom: 25vw;
  }
}
/* ===============================================
# ヘッダー
=============================================== */
header {
  padding: 42px 44px 33px 56px;
}
header .navi_inner {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
header h1{
  width: 170px;
  margin-right: 20px;
}
header .gnav_lp li.top{
  display: none;
}
header .gnav_lp li:nth-child(n+2){
  margin-left: 40px;
}
header .gnav_lp a{
  color: #063e8d;
  font-weight:500;
  font-family: 'Sawarabi Gothic', sans-serif;
}

header .btn_menu{
  display: none;
}
@media print,screen and (max-width :1200px) {
  header {
    padding: 42px 10px 33px 15px;
  }
  header h1{
    width: 130px;
  }  
  header .gnav_lp a{
    font-size: 15px;
    font-size: 1.5rem;
  }  
  header .gnav_lp li:nth-child(n+2){
    margin-left: 15px;
  }  
}
@media screen and (max-width :834px) {
  header {
    position: relative;
    padding: 0 0 0 18px;
  }
  header .navi_inner {
  }
  header h1{
    width: 117px;
  }
  header .gnav_lp{
    display: none;
    padding: 35px 0 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 999;
    background-image: -moz-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
    background-image: -webkit-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
    background-image: -ms-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);      
  }
  header .gnav_lp ul{
    display: block;     
  }
  header .gnav_lp li{
    text-align: center;
  }
  header .gnav_lp li.top{
    display: block;
  }  
  header .gnav_lp li:nth-child(n+2){
    margin: 30px 0 0 0;
  }  
  header .gnav_lp a{
    display: inline-block;
    padding: 0 0.2em;
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
    background: linear-gradient(transparent 60%, #ffffff 0%);
  }
  header .btn_menu{
    width: 55px;
    height: 55px;
    text-align: center;
    display: block;
    background: url("/common/img/ico_menu.svg")no-repeat center center;
    background-size: 23px auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }  
  header .btn_menu[aria-expanded="true"]{
    background-image: url("/lp/common/img/campuslife/ico_menu_close.svg");
    background-color: #063e8d;
  }
}

/*サイドメニュy－*/
header .side_nav{
  position: fixed;
  bottom: 3%;
  right: 1.87%;
  z-index: 900;
  max-width: 169px;
  width: 13%;
}
header .side_nav img{
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.38));
}
header .side_nav li:nth-child(n+2){
  margin-top: 20px;
}
@media (hover: hover) and (pointer: fine) {
  header .side_nav a:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media screen and (max-width :834px) {
  /*サイドメニュy－*/
  header .side_nav{
    position: fixed;
    bottom: 3%;
    right: 1.5%;
    max-width: inherit;
    width: 97%;
  }
  header .side_nav ul{
    max-width: 500px;
    margin: 0 auto;
    display:-webkit-box;
    display:flex; 
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
  }
  header .side_nav li{
    width: 48.7%;
  }
  header .side_nav li:nth-child(n+2){
    margin: 0;
  }
  header .side_nav img{
    width: 100%;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.38));
  }
  
}

.swiper_prev,
.swiper_next {
  display: block;
  box-sizing: border-box;
  width: 36px;
  height: 80px;
  background: url("/lp/common/img/campuslife/ico_swiper.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 25%;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.swiper_prev{
  right: auto;
  left: 0;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.swiper-container-horizontal > .swiper-pagination-bullets.pagination_class{
  margin-top: 15px;
}
.pagination_class .swiper-pagination-bullet{
  width:11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}
.pagination_class .swiper-pagination-bullet-active {
  background: #063e8d;
}
@media screen and (max-width :834px) {
  .swiper_prev_movie,
  .swiper_next_movie {
    display: none;
  }
  .swiper_next,
  .swiper_prev{
    width: 70px;
    height: 30px;
    bottom: 0;
    top: auto;
    background-size: 15px auto;
  }  
  .swiper_next{
    right: 50%;
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0);
  }
  .swiper_prev{
    left: 50%;
    border-left: solid 1px #b3c6e5;
    -webkit-transform: translate(-100%,0) scale(-1,1);
    transform: translate(-100%,0) scale(-1,1);
  }
  
  .swiper-container-horizontal > .swiper-pagination-bullets.pagination_class{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
/* ===============================================
# プロモ
=============================================== */
.sec_promo{
  overflow: hidden;
}
.sec_promo .wrap_promo{  
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;   
}
.sec_promo .box_ttl{
  -webkit-box-ordinal-group:2;
  order: 1;  
  position: relative;
  text-align: center;
  z-index: 1;
}
.sec_promo h1 img{
  margin-top: -93px;
  width: 617px;
}

.sec_promo .list_faculty{
  margin-top:5px;
  font-family: 'Sawarabi Gothic', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
  color: #063e8d;
}
.sec_promo .list_faculty li:nth-child(n+2){
  position: relative;
  margin-left: 73px;
}
.sec_promo .list_faculty li:nth-child(n+2)::before{
  content: '／';
  position: absolute;
  left: -46px;
  top: 0;
}

.sec_promo .swiper_promo{
  -webkit-box-ordinal-group:1;
  order: 0;  
}
.sec_promo .swiper-wrapper{
  transition-timing-function: linear;  
  z-index: 0;
}
.sec_promo .swiper_promo li {
  width: 605px;
  padding: 0;
  text-align: center;
}
.sec_promo .swiper_promo li figure{
  position: relative;
}
.sec_promo .swiper_promo li figure > img{
  border-radius: 30px;
}
.sec_promo .swiper_promo li figure figcaption{
  position: absolute;
  width: 310px;
}
.sec_promo .swiper_promo li.item1 figure figcaption{
  top: 8.34%;
  left: -2.47%;
  width: 271px;
}
.sec_promo .swiper_promo li.item2 figure figcaption{
  bottom: 5.78%;
  left: 1.65%;
  width: 308px;
}
.sec_promo .swiper_promo li.item3 figure figcaption{
  bottom: 6.94%;
  right: 10%;
}

.sec_promo .list_anc{
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.sec_promo .list_anc li:nth-child(n+2){
  margin-left: 35px;
}
.sec_promo .list_anc li a{
  padding-left: 23px;
  color: #063e8d;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  background: url("/lp/common/img/campuslife/ico_anc.svg")no-repeat left top 3px;
  background-size: 16px auto;
}
.sec_promo .list_anc li a span{
  display: inline-block;
  padding: 0 5px 8px 5px;
  background-image : linear-gradient(to right, #063e8d, #063e8d 6px, transparent 4px, transparent 10px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;  
}
/*越谷*/
#lp_campus.koshigaya .sec_promo .swiper_promo li.item1 figure figcaption{
  width: 265px;
}
#lp_campus.koshigaya .sec_promo .swiper_promo li.item2 figure figcaption{
  width: 249px;
  bottom: 8.9%;
  left: -2.47%;
}
#lp_campus.koshigaya .sec_promo .swiper_promo li.item3 figure figcaption{
  width: 305px;
  bottom: 17.9%;
  right:5%;
}
/*湘南*/
#lp_campus.shonan .sec_promo .swiper_promo li.item1 figure figcaption{
  width: 293px;
}
#lp_campus.shonan .sec_promo .swiper_promo li.item2 figure figcaption{
  width: 197px;
  bottom: 5.8%;
  left: 3%;
}
#lp_campus.shonan .sec_promo .swiper_promo li.item3 figure figcaption{
  width: 281px;
  bottom: 6.8;
  right:5%;
}
@media screen and (max-width :834px) {
  .sec_promo h1 img{
    width: 305px;
    margin-top: -15px;
  }

  .sec_promo .list_faculty{
    margin-top:5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_promo .list_faculty li:nth-child(n+2){
    margin-left: 60px;
  }
  .sec_promo .list_faculty li:nth-child(n+2)::before{
    left: -33px;
  }
  .sec_promo .swiper_promo li {
    width: 313px;
    max-width: 90%;
  }
  .sec_promo .swiper_promo li figure > img{
    border-radius: 15px;
  }
  .sec_promo .swiper_promo li figure figcaption{
    width: 74.35%;
  }
  .sec_promo .swiper_promo li.item1 figure figcaption{
    width: 64.6%;
  }
  .sec_promo .swiper_promo li.item2 figure figcaption{
    width: 73.87%;
  }
  
  .sec_promo .list_anc{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .sec_promo .list_anc li{
    margin-bottom: 10px;
  }
  .sec_promo .list_anc li:nth-child(n+2){
    margin-left: 7px;
  }
  .sec_promo .list_anc li a{
    padding-left: 17px;
    font-size: 10px;
    font-size: 1rem;
    background-size: 12px auto;
  }
  .sec_promo .list_anc li a span{
    padding: 0 0 6px 0;
    background-image : linear-gradient(to right, #063e8d, #063e8d 5px, transparent 5px, transparent 8px);
    background-size:8px 2px;
  }
  
  /*越谷*/
  #lp_campus.koshigaya .sec_promo .swiper_promo li.item1 figure figcaption{
    width: 53.21%;
  }
  #lp_campus.koshigaya .sec_promo .swiper_promo li.item2 figure figcaption{
    width: 50%;
  }
  #lp_campus.koshigaya .sec_promo .swiper_promo li.item3 figure figcaption{
    width: 61.3%;
  }  
  /*湘南*/
  #lp_campus.shonan .sec_promo .swiper_promo li.item1 figure figcaption{
    width: 73.92%;
  }
  #lp_campus.shonan .sec_promo .swiper_promo li.item2 figure figcaption{
    width: 49.7%;
  }
  #lp_campus.shonan .sec_promo .swiper_promo li.item3 figure figcaption{
    width: 70%;
  }  
}

/* ===============================================
# どんなところ？
=============================================== */
.sec_about{
  overflow: hidden;
  margin-top: 68px;
}
.sec_about h2{
  position: relative;
  z-index: 1;
}
.sec_about h2 img{
  width: 31.64%;
  margin-left: 11.4%;
  margin-bottom: -36px;
}
.sec_about .wrap_campus .box_img{
  width: 45.15%;
  margin-right: 62px;
}
.sec_about .wrap_campus .area_txt{
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 17px;
  font-size: 1.7rem;
  color: #063e8d;
}
.sec_about .wrap_campus .box_access{
  position: relative;
  padding: 40px 10px 23px;
  margin-top: 50px;
  background: #eceffb;
  border-radius: 15px;
}
.sec_about .wrap_campus .box_access dt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.sec_about .wrap_campus .box_access dt img{
  width: 130px;
}
.sec_about .wrap_campus .box_access dd figure{
  max-width: 532px;
  margin: 0 auto;
}
/*越谷*/
#lp_campus.koshigaya .sec_about h2 img{
  width: 26.1%;
  margin-left:15.38%;
  margin-bottom: -18px;

}
#lp_campus.koshigaya .sec_about .wrap_campus .box_access{
  background: #eaf8ec;
}
/*湘南*/
#lp_campus.shonan .sec_about h2 img{
  width: 26.1%;
  margin-left:15.38%;
  margin-bottom: -18px;

}
#lp_campus.shonan .sec_about .wrap_campus .box_access{
  background: #ebfafb;
}

  
@media print,screen and (max-width :1024px) {
  .sec_about h2{
    text-align: right;
  }  
  .sec_about h2 img{
    margin-left: 0;
    width: 442px;
  }  
  .sec_about .wrap_campus{
    display: block;
    margin-right: auto;
  }
  .sec_about .wrap_campus .box_img{
    width: 100%;
    text-align: center;
    margin:0 0 20px;
  }  
  
  /*越谷*/
  #lp_campus.koshigaya .sec_about h2 img{
    width: 340px;
  }  
  /*湘南*/
  #lp_campus.shonan .sec_about h2 img{
    width: 340px;
  }    
}
@media screen and (max-width :834px) {
  .sec_about{
    margin-top: 25px;
  }
  .sec_about h2 img{
    width: 256px;
    margin-bottom: -24px;
  }
  .sec_about .wrap_campus .area_txt{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_about .wrap_campus .box_access{
    padding: 34px 5% 16px;
    margin-top: 55px;
    border-radius: 8px;
  }
  .sec_about .wrap_campus .box_access dt img{
    width: 130px;
  }
  .sec_about .wrap_campus .box_access dd figure{
    max-width: inherit;
  }
  
  /*越谷*/
  #lp_campus.koshigaya .sec_about h2 img{
    width: 204px;
  }   
  /*湘南*/
  #lp_campus.shonan .sec_about h2 img{
    width: 204px;
  }   
}
/*wrap_photo*/
.sec_about .wrap_photo{
  position: relative;
  padding-top: 106px;
  z-index: 1;
}
.sec_about .wrap_photo h3{
  width: 160px;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-241px);
  transform: translateX(-241px);
}
.sec_about .list_photo{
  position: relative;
  transition-timing-function: linear;  
} 
.sec_about .list_photo li{
  width: 194px;
}
.sec_about .list_photo li .thumb{
  position: relative;
  height: 194px;
  border-radius: 15px;
  overflow: hidden;
}
.sec_about .list_photo li .thumb img{
  object-fit: cover;
}
@media print,screen and (max-width :1024px) {
  .sec_about .wrap_photo{
   padding-top: 15px;
  }
  .sec_about .wrap_photo h3{
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);    
  }  
}
@media screen and (max-width :834px) {
  .sec_about .wrap_photo h3{
    width: 80px;
  }
  .sec_about .list_photo li{
    width:97px;
  }
  .sec_about .list_photo li .thumb{
    height: 97px;
    border-radius: 8px;
  }
}
/* ===============================================
# ここで学べる学部
=============================================== */
.sec_faculty{
  margin-top: 130px;
  padding-bottom: 106px;
}
.sec_faculty h2{
  margin-bottom: 66px;
}
.sec_faculty h2 img{
  width: 311px;
}
@media screen and (max-width :834px) {
  .sec_faculty{
    margin-top:80px;
    padding-bottom: 88.5px;
  }
  .sec_faculty h2{
    text-align: center;
    margin-bottom: 45px;
  }
  .sec_faculty h2 img{
    width: 229px;
  }  
}
/*学部リスト---------------------------------------*/
.area_faculty ul{
  width: 100%;
  flex-wrap: wrap;
}
.area_faculty li{
  position: relative;
  width: 46.92%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; 
}
.area_faculty .list_faculty li::before{
  content: '';
  position: absolute;  
  z-index: 0;
}
.area_faculty .list_faculty li:nth-child(1)::before {
  width: 90%;
  height: 100%;
  background: url("/lp/campuslife_adachi/img/bg_deco1.png")no-repeat top right;
  background-size: contain;
  top: -50%;
  left: -28.8%;
 
}
.area_faculty .list_faculty li:nth-child(2)::before {
  width: 73.27%;
  height: 64%;
  background: url("/lp/campuslife_adachi/img/bg_deco2.png")no-repeat top right;
  background-size: contain;
  bottom: -26%;
  left: -16.5%;
}
.area_faculty .list_faculty li:nth-child(3)::before{
  display: none;
}
.area_faculty .box_img{
  display: block;
  position: relative;  
  width: 100%;
  -webkit-box-ordinal-group:1;
  order: 0;  
}
.area_faculty .box_img >.link{
  position: relative;  
  display: block;
  width: 100%;
  padding-top: 78%;
  overflow: hidden;  
  border-radius: 20px 20px 0 20px;
}
.area_faculty .box_img >.link > img{
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%) scale(1.01);
  transform:translate(-50%,-50%) scale(1.01);
  -webkit-transition: all 0.85 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  transition: all 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99); 
}
.area_faculty .box_img .btn{
  display: block;
  width: 22%;
  position: absolute;
  right: -1px;
  bottom:-1px;
  z-index: 10;
}
.area_faculty h3{
  margin-top: 22px;
  line-height: 1.3;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #063e8d;
  font-style: italic;
  -webkit-box-ordinal-group:2;
  order:1;  
  -webkit-transform: scaleX(0.9);
  transform: scaleX(0.9);
}
.area_faculty .txt{
  margin-top: 18px;
  -webkit-box-ordinal-group:3;
  order:2;  
  color: #063e8d;
  text-align: center;
}

/*越谷*/
#lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(1)::before{
  background-image: url("/lp/campuslife_koshigaya/img/bg_deco1.png");
}
#lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(2)::before {
  background-image: url("/lp/campuslife_koshigaya/img/bg_deco2.png");
}   
#lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 53.1%;
  height: 80%;
  background: url("/lp/campuslife_koshigaya/img/bg_deco3.png")no-repeat bottom left;
  background-size: contain;
  bottom:5%;
  left: -50px;
}
/*湘南*/
#lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(1)::before{
  background-image: url("/lp/campuslife_shonan/img/bg_deco1.png");
}
#lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(2)::before {
  background-image: url("/lp/campuslife_shonan/img/bg_deco2.png");
}   
@media (hover: hover) and (pointer: fine) {
  .area_faculty .box_img >.link:hover >img{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    transform:translate(-50%,-50%) scale(1.03);    
  }
}
@media print,screen and (min-width :835px){
  .area_faculty ul{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
  }
  .area_faculty .list_faculty li:nth-child(2) {
    margin-top: 106px;
  }  
  .area_faculty .list_faculty li:nth-child(2) {
    margin-top: 106px;
  }    
  .area_faculty li::after{
    content: '';
    width: 46.92%;
    display: block;
  }  
  
  /*越谷*/
  #lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(2){
    margin-top: 270px;
  }
  #lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(2)::before {
    bottom:-41%;
    left: auto;  
    right: -20%;
  }    
  #lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(3){
    margin-top: -220px;
  }    
}
@media screen and (max-width :834px) {
  .area_faculty .list_faculty{
    display: block;
  }
  .area_faculty li{
    width: 87.2%;
  }
  .area_faculty li:nth-child(n+2){
    margin-top: 55px;    
  }
  .area_faculty .list_faculty li:nth-child(2n){
    margin-right: 0;
    margin-left: auto;
  }
  .area_faculty .list_faculty li:nth-child(1)::before {
    width: 90%;
    height: 102%;
    top: -56%;
    left: -26.4%;
  }
  .area_faculty .list_faculty li:nth-child(2)::before {
    width: 73.88%;
    height: 65%;
    bottom: auto;
    top: -23%;
    left: auto;
    right: -21.3%;
  }  
  .area_faculty .box_img >.link{
    border-radius: 10px 10px 0 10px;
  }
  .area_faculty .box_img .btn{
    
  }
  
  .area_faculty h3{
    margin-top: 13px;
    font-size: 20px;
    font-size: 2rem;
  }
  .area_faculty .txt{
    margin-top: 12px;
    font-size: 13px;
    font-size: 1.3rem;
    font-feature-settings: "palt";    
  }  
  
  /*越谷*/
  #lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(3)::before{
    display: block;
  }
  

}
@media screen and (max-width :768px) {
  #lp_campus.koshigaya .area_faculty .list_faculty li:nth-child(3)::before{
    left: -4%;
  }
}
/*キャンパスツアー----------------------------------*/
.wrap_tours{
  margin-top: 237px;
}

.wrap_tours .area_faculty.area_faculty{
  position: relative;
}
.wrap_tours .area_txt{
  width: 27%;
  max-width: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wrap_tours h2{
  position: absolute;
  top: 65px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 10;
}
.wrap_tours h2 img{
  width: 155px;
}
.wrap_tours .area_txt .box_txt{
  position: relative;
  background: #eceffb;
  border-radius: 50%;
  margin-top: 12px;
  padding-top: 100%;
  color: #063e8d;
}
.wrap_tours .area_txt .box_txt::before{
  content: '';
  width: 24.5%;
  height: 24.5%;
  background: url("/lp/common/img/campuslife/img_deco_tours.svg")no-repeat bottom left;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 6%;
  -webkit-transform: translateY(-66.2%);
  transform: translateY(-66.2%);
}
.wrap_tours .area_txt .box_txt p{
  position: absolute;
  top: 50%;
  left: 0;
  padding:0 40% 0 14.8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  font-size: min(15px,1.12vw);  
}
.wrap_tours .area_txt .img{
  width: 64.54%;
  position: absolute;
  right:0;
  bottom:0;
  -webkit-transform: translate(25%,47%);
  transform: translate(25%,47%);
}
.wrap_tours .list_event{
  width: 78.23%;
  margin: 0 0 0 auto;
}

.wrap_tours .list_event h3{
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0;
  padding: 0 20px;
}
.wrap_tours .list_event .box_img >.link{
  padding-top: 69%;
}
.wrap_tours .list_event li.event .caption{
  width: 55.4%;
  position: absolute;
  top: 0;
  left: 23%;
  z-index: 1;
  -webkit-transform: translateY(-75%);
  transform: translateY(-75%);
}
@media print,screen and (min-width :835px){
  .area_faculty .list_event li:nth-child(2){
    margin-top: 113px;
  }
  
  #lp_campus.koshigaya .wrap_tours h2,
  #lp_campus.shonan .wrap_tours h2{
    width: 123px;
  }  
}

@media print,screen and (max-width :1280px) {
  .wrap_tours .area_txt{
    left: -20px;
  }  
}
@media screen and (max-width :834px) {
  .wrap_tours{
    margin-top: 150px;
  }
  .wrap_tours .area_txt{
    width: 79.7%;
    max-width: inherit;
    margin-left: 7.2%;
    position: relative;
    z-index: 0;
    left: 0;
  }
  .wrap_tours h2{
    width: 36.54%;
    top: 0;
    -webkit-transform: translate(-31.3%,-19.4%);
    transform: translate(-31.3%,-19.4%);
    z-index: 10;
  }
  .wrap_tours h2 img{
    width: 100%;
  }
  .wrap_tours .area_txt .box_txt{
    margin-top: 0;
  }
  .wrap_tours .area_txt .box_txt::before{
    width: 21.8%;
    height: 21.8%;
    top: 0;
    right: -7.2%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .wrap_tours .area_txt .box_txt p{
    top: auto;
    bottom: 50%;
    bottom:35vw;
    padding:0 8% 0 27.8%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 13px;
    font-size: 3.3vw;
    line-height: 1.346;
  }
  .wrap_tours .area_txt .img{
    width: 38.72%;
    right: auto;
    left: 0;
    -webkit-transform: translate(-23.4%,29.8%);
    transform: translate(-23.4%,29.8%);
  }
  .wrap_tours .list_event{
    display: block;
    margin-top: -31.2%;
    margin-top: -31.2vw;
    width: 100%;
  }
  .wrap_tours .list_event li{
    width:70%; 
    margin-right: 0;
    margin-left: auto;
  }
  .wrap_tours .list_event li:nth-child(2n){
    margin-right: auto;
    margin-left: 0;
  }
  .wrap_tours .list_event li:nth-child(n+2){
    margin-top: 22vw;
  }
  .wrap_tours .list_event h3{
    font-size:20px;
    font-size:2rem;
    letter-spacing: 0;
    padding: 0 0;
    font-feature-settings: "palt";    
  }
  .wrap_tours .list_event li.event .caption{
    width:88%;
    left: 6%;
    z-index: 1;
    -webkit-transform: translateY(-62.6%);
    transform: translateY(-62.6%);
  }  
  
    /*越谷*/
    
    #lp_campus.koshigaya .wrap_tours h2,
    #lp_campus.shonan .wrap_tours h2{
      width: 30%;
    }    
}
@media print,screen and (min-width :835px){
.ttl_koshigaya{
      margin-top:30px;
  } 
  }
/* ===============================================
# RealCampuslife
=============================================== */
.sec_campuslife{
  overflow: hidden;
  background: #ecf4fb;
  padding-bottom: 76px;
}
main .sec_campuslife .inner{
  max-width: 1840px;
}
.sec_campuslife h2{
  text-align: center;
  margin-bottom: 52px;
}
.sec_campuslife h2 img{
  width: 510px;
}
.sec_campuslife .list_voice{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.sec_campuslife .list_voice dl{
  width: 29.9%;
}
.sec_campuslife .list_voice dt{
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}
.sec_campuslife .list_voice dt .no{
  display: block;
}
.sec_campuslife .list_voice dt .no img{
  width: 71px;
}
.sec_campuslife .list_voice dt .ttl{
  margin-top: 15px;
  display: inline-block;
  padding: 0 0 10px;
  color: #063e8d;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
  font-style: italic;
  background-image: linear-gradient(to right, #063e8d, #063e8d 6px, transparent 4px, transparent 10px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;  
}
.sec_campuslife .list_voice .box_txt{
  position: relative;
  padding-right: 30.9%;
}
.sec_campuslife .list_voice .box_txt > p{
  position: relative;
  z-index: 1;
  font-size: 17px;
  font-size: 1.7rem;
  color: #063e8d;
}
.sec_campuslife .list_voice .box_txt > img{
  width: 40.1%;
  position: absolute;
  top: -41px;
  right: -51px;
  z-index: 0;
}
.sec_campuslife .list_voice figure{
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 40px;
}
.sec_campuslife .list_link{
  margin-top: 5px;
}
.sec_campuslife .list_link li{
  text-align: right;
}
.sec_campuslife .list_link li a{
  position: relative;
  display: inline-block;
  color: #063e8d;
  line-height: 1.3;
  font-weight: 500;
  padding-left: 44px;
}
.sec_campuslife .list_link li a::before{
  content: '';
  width: 30px;
  height: 2px;
  background: #063e8d;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 1px;
}
.sec_campuslife .list_link li a[target="_blank"]::after{
  display: inline-block;
  content: '';
  width: 15px;
  height: 16px;
  background: url("/lp/common/img/campuslife/ico_more_b.svg")no-repeat right center;
  background-size: contain;
  margin-left: 6px;
}
.sec_campuslife .list_link li:nth-child(n+2){
  margin-top: 3px;
}

/*越谷*/
#lp_campus.koshigaya .sec_campuslife{
  background: #e8f6e9;
}
/*湘南*/
#lp_campus.shonan .sec_campuslife{
  background: #edf6f7;
}

@media print,screen and (max-width :1024px) {
  .sec_campuslife .list_voice{
    display: block;
  }
  .sec_campuslife .list_voice dl{
    width: 100%;
    max-width: 511px;
    margin: 0 auto;
  }
  .sec_campuslife .list_voice dl:nth-child(n+2){
    margin-top: 65px;
  }  
  
  .sec_campuslife .list_voice .box_txt{
    padding-right: 170px;
  }
  .sec_campuslife .list_voice .box_txt > img{
    width: 150px;
    right: 0;
  }  
}
@media screen and (max-width :834px) {
  .sec_campuslife{
    padding-bottom: 57px;
  }
  main .sec_campuslife .inner{
    width: 88.53%;
  }
  .sec_campuslife h2{
    margin-bottom: 40px;
  }
  .sec_campuslife h2 img{
    width: 332px;
  }
  .sec_campuslife .list_voice dt{
    margin-bottom: 14px;
  }
  .sec_campuslife .list_voice dt .no img{
    width: 46px;
  }
  .sec_campuslife .list_voice dt .ttl{
    margin-top: 15px;
    padding: 0 0 8px;
    font-size: 15.5px;
    font-size: 1.55rem;
    background-image: linear-gradient(to right, #063e8d, #063e8d 3px, transparent 3px, transparent 6px);
    background-size: 6px 1px;
  }
  .sec_campuslife .list_voice .box_txt{
    padding-right: 25.75%;
  }
  .sec_campuslife .list_voice .box_txt > p{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_campuslife .list_voice .box_txt > img{
    width: 42%;
    top: -28px;
    right:-9%;
  }
  .sec_campuslife .list_voice figure{
    margin-top: 23px;
  }
  .sec_campuslife .list_link{
    margin-top: 10px;
  }
  .sec_campuslife .list_link li a{
    padding-left: 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_campuslife .list_link li a::before{
    width: 20px;
    height: 1.5px;
    top: 7px;
  }
  .sec_campuslife .list_link li a[target="_blank"]::after{
    width: 8px;
    height: 9px;
    margin-left: 4.5px;
  }
  .sec_campuslife .list_link li:nth-child(n+2){
    margin-top: 3px;
  }  
}
/* ===============================================
# 入試情報
=============================================== */
.sec_admission{
  padding-top: 95px;
  padding-bottom: 90px;
  background: #dfeef8;
}
.sec_admission h2{
  text-align: center;
  margin-bottom: 65px;
}
.sec_admission h2 img{
  width: 551px;
}
@media screen and (max-width :834px) {
  .sec_admission{
    padding-top: 55px;
    padding-bottom: 60px;
  }
  .sec_admission h2{
    margin-bottom: 38px;
  }
  .sec_admission h2 img{
    width: 357px;
  }  
}
/*バナー*/
.sec_admission .area_bnr ul{
  flex-wrap: wrap;
}
.sec_admission .area_bnr li{
  width: 49%;
}
@media (hover: hover) and (pointer: fine) {
  .sec_admission .area_bnr li a:hover{
    opacity: 0.8;
  }
}
@media print,screen and (min-width :835px){
  .sec_admission .area_bnr li:nth-child(n+3){
   margin-top: 30px;
  }
  .sec_admission .area_bnr li:nth-child(2n){
    margin-left: 2%;
  }  
}
@media screen and (max-width :834px) {
  .sec_admission .area_bnr ul{
    display: block;
  }
  .sec_admission .area_bnr li{
    width: 100%;
    text-align: center;
  }
  .sec_admission .area_bnr li:nth-child(n+2){
    margin-top: 23px;
  }  
}
/*動画で知る*/
.sec_admission .area_move{
  margin-top: 142px;
  padding-bottom: 50px;
  overflow: hidden;
}
.sec_admission .area_move h3{
  text-align: center;
  margin-bottom: 34px;
}
.sec_admission .area_move h3 img{
  width: 292px;
}
.sec_admission .area_swiper{
  position: relative;
  max-width: 1375px;
  padding: 0 50px;
  margin: 0 auto;  
}
.sec_admission .swiper_movie{
  overflow: hidden;
  max-width: 1226px;
  margin: 0 auto;
}
.sec_admission .swiper_movie li{
  width: 290px;
}
.sec_admission .swiper_movie li figure .thumb{
  position: relative;
}
.sec_admission .swiper_movie li figure .thumb::before{
  content: "";
  display: block;
  width: 10%;
  padding-top: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/lp/common/img/campuslife/ico_play.svg") no-repeat center center;
  background-size: contain;
  background-size: 100%;
}
.sec_admission .swiper_movie li figure img{
  border-radius: 10px;
}
.sec_admission .swiper_movie li figcaption{
  color: #063e8d;
  line-height: 1.333;
  margin-top: 13px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width :834px) {
  .sec_admission .area_move{
    margin-top: 95px;
    padding-bottom: 35px;
  }
  .sec_admission .area_move h3{
    margin-bottom: 24px;
  }
  .sec_admission .area_move h3 img{
    width: 219px;
  }
  .sec_admission .area_swiper{
    padding: 0 0;
  }
  .sec_admission .swiper_movie li{
    width: 217px;
  }
  .sec_admission .swiper_movie li figure .thumb::before{
    width: 9.8%;
    padding-top: 20%;
  }
  .sec_admission .swiper_movie li figure img{
    border-radius: 5px;
  }
  .sec_admission .swiper_movie li figcaption{
    line-height: 1.5;
    margin-top: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*もっと文教を知る*/
.sec_admission .area_inro .inner{
  border-top: solid 1px #b8cee5;
}
.sec_admission .area_inro h3{
  text-align: center;
  margin-bottom: 20px;
}
.sec_admission .area_inro h3 img{
  width: 488px;
}
.sec_admission .area_inro .list_link{
  flex-wrap: wrap;
}
.sec_admission .area_inro .list_link li{
  width: 24.61%;
}
.sec_admission .area_inro .list_link li a{
  min-height: 100px;  
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  padding: 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  font-family: 'Sawarabi Gothic', sans-serif;
  background-image: -moz-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  background-image: -webkit-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  background-image: -ms-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  box-shadow: 0px 0px 7.84px 0.16px rgba(163, 181, 206, 0.38);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_admission .area_inro .list_link li a[target="_blank"] span{
  display: inline-block;
  position: relative;
  padding-right: 34px;
}
.sec_admission .area_inro .list_link li a[target="_blank"] > span::after{
  display: inline-block;
  content: '';
  width: 15px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/lp/common/img/campuslife/ico_more_w.svg")no-repeat center center;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .sec_admission .area_inro .list_link li a:hover{
    opacity: 0.7;
  }
}
@media print,screen and (min-width :835px){
  .sec_admission .area_inro .list_link li{
    margin-left: 0.52%;
  }
  .sec_admission .area_inro .list_link li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_admission .area_inro .list_link li:nth-child(n+5){
    margin-top: 20px;
  }
}
@media screen and (max-width :834px) {
  .sec_admission .area_inro .inner{
    width: 100%;
  }
  .sec_admission .area_inro h3{
    margin-bottom: 23px;
  }
  .sec_admission .area_inro h3 img{
    width: 366px;
  }
  .sec_admission .area_inro .list_link{
    width: 93.33%;
    margin: 0 auto;
  }
  .sec_admission .area_inro .list_link li{
    width: 49.14%;
  }
  .sec_admission .area_inro .list_link li:nth-child(2n){
    margin-left: 1.72%;
  }  
  .sec_admission .area_inro .list_link li:nth-child(n+3){
    margin-top: 9px;
  }  
  .sec_admission .area_inro .list_link li a{
    min-height: 65px;  
    border-radius:10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_admission .area_inro .list_link li a[target="_blank"] span{
    min-width: 125px;
    padding-right: 15px;
  }  
  .sec_admission .area_inro .list_link li a[target="_blank"] > span::after{
    width: 10px;
    height: 10px;
  }  
  
  .android .sec_admission .area_inro .list_link{
    display: block;
  }
  .android .sec_admission .area_inro .list_link li{
    width: 100%;
    margin: 10px auto !important; 
  }
  .android .sec_admission .area_inro .list_link li a{
    display: block;
  }
  
}
/* ===============================================
# 他キャンパスリンク
=============================================== */
.sec_other ul li{
  width: 100%;
  height: 221px;
}
.sec_other ul li a{
  height: 100%;
  text-align: center;
  display: grid;
  place-items: center; 
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 1;
}
.sec_other ul li a span.jp{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 35px;
  font-size: 3.5rem;  
  display: block;
  margin-bottom: 8px;
}
.sec_other ul li a span[lang="en"]{
  font-family: 'Hammersmith One', sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
}
.sec_other ul li.shonan a{
  background-image: url("/lp/common/img/campuslife/bg_other_shonan.png")
}
.sec_other ul li.koshigaya a{
  background-image:url("/lp/common/img/campuslife/bg_other_koshigaya.png")
}
.sec_other ul li.adachi a{
  background-image:url("/lp/common/img/campuslife/bg_other_adachi.png")
}
@media (hover: hover) and (pointer: fine) {
  .sec_other ul li a:hover{
    opacity: 0.8;
  }
}
@media screen and (max-width :834px) {
  .sec_other ul{
    display: block;
  }
  .sec_other ul li{
    height: 110px;
  }
  .sec_other ul li a span.jp{
    font-size: 17.5px;
    font-size: 1.75rem;  
    margin-bottom: 6px;
  }
  .sec_other ul li a span[lang="en"]{
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/* ===============================================
# モーダル中
=============================================== */
#faculty_contents{
  display: none;
}
.modalbox_dept{
  padding: 30px 0;
}
  
.modalbox_dept #faculty_contents{
  display: block;
}
.modalbox_dept .tingle-modal-box{
  width: 90%;
  height: 100%;
  overflow: visible;
  max-width: 1200px;  
  background: none;
  max-height: 100%;
}
.modalbox_dept .tingle-modal-box__content{
  height: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;  
  background: #fff;
}
#faculty_contents_inner{
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #646464 #dfdfdf;
  scrollbar-width: thin;  
  margin: 0 auto;
  color: #063e8d;
  border-radius: 20px;
}
#faculty_contents_inner::-webkit-scrollbar{
  width: 5px;
}
#faculty_contents_inner::-webkit-scrollbar{
  background: #dfdfdf;
}
#faculty_contents_inner::-webkit-scrollbar-thumb{
  border-radius:0;
  background: #646464;
}
.modalbox_dept_contetns .wrap_moddal{
  padding: 0 0 80px;
  overflow-y: auto;
}
.modalbox_dept .area_ttl{
  background: #ecf9fe;
  padding: 65px 6% 28px;
}
.modalbox_dept .area_ttl h2{
  width: 282px;
  margin-bottom:23px;
}
.modalbox_dept .area_ttl .txt_capa{
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;  
}
.modalbox_dept .area_ttl .txt_capa li:nth-child(n+2){
  position:relative;
  padding-left: 1.5em;
}
.modalbox_dept .area_ttl .txt_capa li:nth-child(n+2)::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '／';
  display: inline-block;
}
.modalbox_dept .area_ttl .txt_capa em{
  font-weight: bold;
}
.modalbox_dept .area_about{
  padding: 40px 6% 36px;
}
.modalbox_dept .area_about .lead{
  line-height: 1.875;
}
.modalbox_dept .area_about .box_about{
  padding: 53px 25px 33px;
  position: relative;
  margin-top: 56px;
  background: #f8f9ff;
  border-radius: 20px;
}
.modalbox_dept .area_about dt{
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #063e8d;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  white-space: nowrap;
}
.modalbox_dept .area_about dt span{
  display: inline-block;
  padding: 0 34px;
  background: url("/lp/common/img/campuslife/ico_ttl_dept_l.svg") no-repeat left center,
    url("/lp/common/img/campuslife/ico_ttl_dept_r.svg") no-repeat right center
}
.modalbox_dept .area_about dt em{
  font-size: 27px;
  font-size: 2.7rem;
  padding-bottom: 5px;
  background-image: linear-gradient(to right, #063e8d, #063e8d 6px, transparent 4px, transparent 10px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;  
}
.modalbox_dept .list_about{
  justify-content: space-between;
}
.modalbox_dept .list_about li {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
}
@media print,screen and (min-width :1281px){
  .modalbox_dept .list_about li {
    width: 33%;
  }
}
.modalbox_dept .list_about li figure{
  width: 110px;
}
.modalbox_dept .list_about li p{
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 17px;
  line-height: 1.8;
}


.tingle-modal__close{
  display: none;
}

.modalbox_dept #btn_close_modal{
  display: grid;
  place-items: center;  
  position: absolute;
  top: -14px;
  right:-25px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1000;
  background: #fff;
}
.modalbox_dept #btn_close_modal::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);
  background-image: -webkit-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);
  background-image: -ms-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);    
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.modalbox_dept #btn_close_modal img{
  position: relative;
  z-index: 1;
  width: 21px;
}
@media (hover: hover) and (pointer: fine) {
  .modalbox_dept #btn_close_modal:hover::before{
    opacity: 0.4;
  }
}
@media print,screen and (max-width :1280px) {
  .modalbox_dept .list_about{
    display: block;
  }
  .modalbox_dept .list_about li:nth-child(n+2){
    margin-top: 30px;
  }
  .modalbox_dept .list_about li figure{
    width: 83px;
  }
}
@media screen and (max-width :834px) {
  .modalbox_dept{
    overflow: hidden;
  }
  .modalbox_dept .tingle-modal-box{
    width: 94%;
    margin: 0 auto;
    border-radius: 10px;  
  }
  .modalbox_dept_contetns .wrap_moddal{
    padding: 0 0 20px;
    font-size: 15px;
    font-size: 1.5rem;    
  }
  .modalbox_dept .area_ttl{
    padding: 27px 6.5% 20px;
  }
  .modalbox_dept .area_ttl h2{
    width: 220px;
    margin-bottom:17px;
  }
  .modalbox_dept .area_ttl .txt_capa{
    display: block;
  }
  .modalbox_dept .area_ttl .txt_capa li{
    padding-left: 0 !important;
  }
  .modalbox_dept .area_ttl .txt_capa li::before{
    display: none !important;
  }
  .modalbox_dept .area_about{
    padding: 17px 6% 36px;
  }
  .modalbox_dept .area_about .lead{
    line-height: 1.5;
  }
  .modalbox_dept .area_about .box_about{
    padding: 45px 5.2% 25px;
    margin-top: 56px;
    border-radius: 10px;
  }
  .modalbox_dept .area_about dt{
    top: -12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modalbox_dept .area_about dt span{
    padding: 0 25px;
    background-size: 10px auto,10px auto;
  }
  .modalbox_dept .area_about dt em{
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #063e8d, #063e8d 4px, transparent 2px, transparent 6px);
    background-size: 6px 1.5px;
  }
  .modalbox_dept .list_about li p{
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 13px;
    line-height: 1.539;
  }  
  
  .modalbox_dept #btn_close_modal{
    top: -10px;
    right:-5px;
    width: 34px;
    height: 34px;
  }
  .modalbox_dept #btn_close_modal img{
    width: 14px;
  }  
}
/*のぞき見------------------------------------------*/
.modalbox_dept .sec_class{
  position: relative;
  background: #dfe3f6;
  padding: 16px 6% 16px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
.modalbox_dept .sec_class>*{
  position: relative;
  z-index: 1;
}
.modalbox_dept .sec_class::before,
.modalbox_dept .sec_class::after{
  content: '';
  position: absolute;
  height: 100%;
  z-index: 0;
  background-size: contain;
}
.modalbox_dept .sec_class::before{
  top: 0;
  left: 0;
  width: 36.25%;
  background: url("/lp/common/img/campuslife/img_deco_class_l.png")no-repeat left top;
  background-size: contain;
}
.modalbox_dept .sec_class::after{
  bottom: 0;
  right: 0;
  width: 54%;
  background: url("/lp/common/img/campuslife/img_deco_class_r.png")no-repeat right bottom;
  background-size: contain;
}
.modalbox_dept .sec_class h3{
  width: 152px;
  margin-top: 16px;
  flex-shrink: 0;
}
.modalbox_dept .area_type{
  position: relative;
  width: calc(100% - 152px);
  max-width: 840px;
  padding: 0 55px;
  margin-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
}
.modalbox_dept .area_type .swiper_class{
  overflow: hidden;
}
.modalbox_dept .area_type .box_txt{
  -webkit-box-flex: 1;
  flex: 1;  
}
.modalbox_dept .area_type .box_txt dt .faculty{
  font-weight: bold;
  color: #063e8d;
}
.modalbox_dept .area_type .box_txt dt .tyep{
  display: block;
  padding: 0 0 20px 43px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  background: url("/lp/common/img/campuslife/ico_book.svg")no-repeat top left;
  background-size: 26px auto;
  border-bottom: solid 1px #063e8d;
}
.modalbox_dept .area_type figure{
  width: 35.6%;
  margin-left: 4.6%;
  text-align: center;
}

.modalbox_dept .area_type .swiper_class.noswipe .swiper_prev_class,
.modalbox_dept .area_type .swiper_class.noswipe .swiper_next_class{
  display: none;
}
@media print,screen and (max-width :1024px) {
  .modalbox_dept .area_type .swiper-slide{
    display: block;
  }
  .modalbox_dept .area_type figure{
    width: 100%;
    margin: 10px 0 0;
  }    
}
@media screen and (max-width :834px) {
  .modalbox_dept .sec_class{
    display: block;
    padding: 20px 6.5% 20px;
  }
  .modalbox_dept .sec_class::before{
    width: 92%;
  }
  .modalbox_dept .sec_class::after{
    width: 98%;
  }
  .modalbox_dept .sec_class h3{
    width: 114px;
    margin: 0 auto 8px;
  }
  .modalbox_dept .area_type{
    padding: 30px 0 50px;
    display: block;
    margin: 0;
    width: 100%;
  }
  .modalbox_dept .area_type .box_txt dt .tyep{
    padding: 0 0 17px 32px;
    margin-bottom: 6px;
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 20px auto;
  }
  .modalbox_dept .area_type .box_txt dd{
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*Pick up!------------------------------------------*/
.sec_pickup{
  padding-top: 60px;
}
.sec_pickup .inner{
  width: 88%;
  margin: 0 auto;
}
.sec_pickup h3{
  position: relative;
  width: fit-content;
  margin: 0 auto 25px;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  background-color: #fff;
  background-image:
    radial-gradient(#063e8d 20%, transparent 20%);
  background-size: 14px 14px;  
  background-repeat: repeat-x;
  background-position: bottom center;
}
.sec_pickup h3::before,
.sec_pickup h3::after{
  position: absolute;
  bottom: 3px;
  content: '';
  width: 8px;
  height: 8px;
  background: url("/lp/common/img/campuslife/ico_pickup.svg")no-repeat center center;
  background-size: contain;
}
.sec_pickup h3::before{
  left: -8px;
}
.sec_pickup h3::after{
  right: -8px;
}
.sec_pickup h3 img{
  width: 153px;
  margin-left: 7px;
}
.sec_pickup .area_pickup >figure{
  text-align: center;
  width: 35.27%;
}
.sec_pickup .area_pickup .box_txt{
  -webkit-box-flex: 1;
  flex: 1;  
  margin-left: 4%;
}
.sec_pickup .area_pickup .box_txt .comment{
  margin-top: 22px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;  
}
.sec_pickup .area_pickup .box_txt .comment >figure{
  width: 110px;
  margin-right: 33px;
}
.sec_pickup .area_pickup .box_txt .comment >.msg{
  position: relative;
  min-height: 90px;
  -webkit-box-flex: 1;
  flex: 1;  
  border: solid 2px #063e8d;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec_pickup .area_pickup .box_txt .comment >.msg::before{
  content: '';
  width: 28px;
  height: 31px;
  background: url("/lp/common/img/campuslife/ico_msg.svg")no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 50px;
  left:1.65px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);  
}
@media screen and (max-width :834px) {
  .sec_pickup{
    padding-top: 47px;
  }
  .sec_pickup .inner{
    width: 88.76%;
  }
  .sec_pickup h3{
    margin: 0 auto 20px;
    padding-bottom: 13px;
    font-size: 15px;
    font-size: 1.5rem;
    background-size: 10px 10px;  
  }
  .sec_pickup h3::before,
  .sec_pickup h3::after{
    bottom: 2px;
    width: 7px;
    height: 7px;
  }
  .sec_pickup h3::before{
    left: -4px;
  }
  .sec_pickup h3::after{
    right: -4px;
  }
  .sec_pickup h3 img{
    width: 115px;
    margin-left: 4px;
  }
  .sec_pickup .area_pickup{
    display: block;
  }
  .sec_pickup .area_pickup >figure{
    width: 100%;
  }
  .sec_pickup .area_pickup .box_txt{
    margin: 12px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;   
    line-height: 1.429;
  }
  .sec_pickup .area_pickup .box_txt .comment{
    margin-top:20px;
  }
  .sec_pickup .area_pickup .box_txt .comment >figure{
    width: 83px;
    margin-right: 25px;
  }
  .sec_pickup .area_pickup .box_txt .comment >.msg{
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .sec_pickup .area_pickup .box_txt .comment >.msg::before{
    width: 20px;
    height: 22px;
    top: 35px;
  }  
}
/*取得できる資格------------------------------------------*/
.sec_pickup .area_licence{
  margin-top: 58px;
  background: #f9f7e9;
  padding: 23px 38px 23px;
}
.sec_pickup .area_licence h4{
  width: fit-content;
  padding-bottom: 7px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 15px;
  background: url("/lp/common/img/campuslife/img_line.svg")repeat-x bottom center;
  background-size: auto 7px;
}
.sec_pickup .area_licence .cmn_discList{
  flex-wrap: wrap;
}
.sec_pickup .area_licence .cmn_discList >li{
  width: calc(100% / 3);
  padding-right: 1em;
  font-size: 19px;
  font-size: 1.9rem;
}
.sec_pickup .area_licence .cmn_discList >li::before{
  color: #dfe3f6;
}
@media screen and (max-width :834px) {
  .sec_pickup .area_licence{
    margin-top: 33px;
    padding: 20px 8.6% 20px;
  }
  .sec_pickup .area_licence h4{
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 12px;
    background-size: auto 4.5px;
  }
  .sec_pickup .area_licence .cmn_discList{
    display: block;
  }
  .sec_pickup .area_licence .cmn_discList >li{
    width:100%;
    padding-right: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*主な進路先------------------------------------------*/
.sec_pickup .area_course{
  margin-top: 80px;
}
.sec_pickup .area_course h4{
  width: 181px;
  margin: 0 auto 45px;
}
.sec_pickup .list_course li{
  display: grid;
  place-items: center;
  padding: 19px 10px;
  border: solid 1px #adbcd2;
  box-shadow: 0px 2px 0px 0px rgba(68, 106, 162, 0.25);
  border-radius: 10px;
}
.sec_pickup .list_course li > img{
  width: 80px;
}
.sec_pickup .list_course li p{
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: #38609c;
  font-feature-settings: "palt";  
  margin-top: 10px;
}
.sec_pickup .list_course li p .no{
  display: inline-block;
  margin-left: 0.2em;
  font-size: 36px;
  font-size: 3.6rem;
  vertical-align: text-bottom;
}
.sec_pickup .list_course li p .unit{
  font-size: 28px;
  font-size: 2.8rem;
}
@media print,screen and (min-width :835px){
  .sec_pickup .list_course li{
    width: 23.64%;
    margin-left: 1.813%;
  }  
  .sec_pickup .list_course li:nth-child(4n+1){
    margin-left: 0;
  }
  .sec_pickup .list_course li:nth-child(n+5){
    margin-top: 20px;
  }
}
@media screen and (max-width :834px) {
  .sec_pickup .area_course{
    margin-top: 35px;
  }
  .sec_pickup .area_course h4{
    width: 126px;
    margin-bottom: 19px;
  }
  .sec_pickup .list_course{
    flex-wrap: wrap;
  }
  .sec_pickup .list_course li{
    width: 48%;
  }
  .sec_pickup .list_course li:nth-child(2n){
    margin-left: 4%;
  }
  .sec_pickup .list_course li:nth-child(n+3){
    margin-top: 5px;
  }  
  .sec_pickup .list_course li{
    padding: 10px 5px;
    border-radius: 5px;
  }
  .sec_pickup .list_course li img{
    width: 60px;
  }
  .sec_pickup .list_course li p{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_pickup .list_course li p .no{
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_pickup .list_course li p .unit{
    font-size: 18px;
    font-size: 1.8rem;
  }  
}

/*MOVIE------------------------------------------*/
.sec_pickup .area_movie{
  margin-top: 37px;
  padding: 32px 10px 18px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.sec_pickup .area_movie::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.231;
  background-image: -moz-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);
  background-image: -webkit-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);
  background-image: -ms-linear-gradient( -3deg, rgb(55,196,181) 0%, rgb(94,193,229) 47%, rgb(77,153,215) 72%, rgb(60,112,200) 100%);
  z-index: -1;
}
.sec_pickup .area_movie h4{
  text-align: center;
  margin-bottom: 14px;
}
.sec_pickup .area_movie h4 img{
  width: 138px;
}
.sec_pickup .area_movie .name{
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.sec_pickup .area_movie .name .large{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
}
.sec_pickup .area_movie .youtube{
  position: relative;
  padding-top: 56.36%;
}
.sec_pickup .area_movie .youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalbox_dept .btn_more{
  margin-top: 56px;
}
.modalbox_dept .btn_more a{
  width: 428px;
  min-height: 100px; 
  margin: 0 auto;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  padding: 10px 10px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  font-family: 'Sawarabi Gothic', sans-serif;
  background-image: -moz-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  background-image: -webkit-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  background-image: -ms-linear-gradient( -3deg, rgb(129,219,209) 0%, rgb(135,218,249) 47%, rgb(137,197,242) 72%, rgb(138,175,235) 100%);
  box-shadow: 0px 0px 7.84px 0.16px rgba(163, 181, 206, 0.38);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.modalbox_dept .btn_more a[target="_blank"] > span::after{
  display: inline-block;
  content: '';
  width: 15px;
  height: 16px;
  margin-left: 21px;
  background: url("/lp/common/img/campuslife/ico_more_w.svg")no-repeat center center;
  background-size: contain;
}


@media (hover: hover) and (pointer: fine) {
  .modalbox_dept .btn_more a:hover{
    opacity: 0.8;
  }
}
@media screen and (max-width :834px) {
  .sec_pickup .area_movie{
    margin-top: 30px;
    padding: 30px 3% 18px;
    border-radius: 9px;
  }
  .sec_pickup .area_movie h4{
    margin-bottom: 10px;
  }
  .sec_pickup .area_movie h4 img{
    width: 104px;
  }
  .sec_pickup .area_movie .name{
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .sec_pickup .area_movie .name .large{
    font-size: 22.5px;
    font-size: 2.25rem;
  }
  .modalbox_dept .btn_more{
    margin-top: 19px;
  }
  .modalbox_dept .btn_more a{
    width: 278px;
    max-width: 100%;
    min-height: 65px; 
    border-radius: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .modalbox_dept .btn_more a[target="_blank"] > span::after{
    width: 10px;
    height: 11px;
    margin-left: 15px;
  }  
}