@charset "utf-8";
/* ===============================================
# 受験生の方へトップ
=============================================== */
/*タイトル-------------------------------------------*/
.cmn_sec_mainttl.future_top{
  padding-bottom: 66px;
}
.cmn_sec_mainttl.future_top .area_movie .box_iframe{
  position: relative;
  padding-top: 56.4%;
}
.cmn_sec_mainttl.future_top .area_movie .box_iframe iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media print,screen and (min-width :835px){
  .cmn_sec_mainttl.future_top .area_movie{
    width: 41.7%;
    min-height: 330px;
    margin-left: 40px;
  }  
}
@media screen and (max-width :834px) {
  .cmn_sec_mainttl.future_top{
    padding-bottom:161px;
  }
}
/*魅力に触れる-------------------------------------------*/
.sec_top_charm{
  position: relative;
  background: #f3f4e9;
  padding: 94px 0 50px;
}
.sec_top_charm h2{
  position: absolute;
  top: -136px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sec_top_charm h2 img{
  width: 350px;
  margin-right: 19px;
}
.sec_top_charm h2 span{
  display: block;
  margin-bottom: 10px;
  color: #555555;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.sec_top_charm .list_link > li a{
  color: #000;
  text-decoration: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;  
}
.sec_top_charm .list_link figure{
  position: relative;
}
.sec_top_charm .list_link figure::before{
  position: absolute;
  right: -12px;
  bottom: -12px;
  content: '';
  width: 40px;
  height: 40px;
  background: url("/common/img/ico_arrow_y.svg")no-repeat center center;
  background-size: contain;
  z-index: 10;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.sec_top_charm .list_link .thumb{
  padding-top: 81.16%;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.sec_top_charm .list_link .box_text .ttl{
  margin-top: 27px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
  font-size: 2rem;
}
.sec_top_charm .list_link .box_text .txt{
  margin-top: 20px;
  line-height: 1.688;
}
@media (hover: hover) and (pointer: fine) {
  .sec_top_charm .list_link a:hover .thumb{
    opacity: 0.5;
  }
}
@media print,screen and (min-width :835px){
  .sec_top_charm .swiper-pagination{
    text-align: right;
    margin-bottom: 35px;
  }  
  .sec_top_charm .swiper_charm{
    max-width: 1578px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
  }  
  .sec_top_charm .list_link > li{
    width: 362px;
  }  
}
@media screen and (max-width :834px) {
  .sec_top_charm{
    padding: 102px 0 45px;
  }
  .sec_top_charm h2{
    top: -80px;
    text-align: center;
    margin-bottom: 45px;
  }
  .sec_top_charm h2 img{
    width: 223px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sec_top_charm h2 span{
    margin-bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-feature-settings: "palt";
  }
  .sec_top_charm .list_link{
    display: block;
    width: 89.4%;
    margin: 0 auto;
  }
  .sec_top_charm .list_link > li:nth-child(n+2){
    margin-top: 30px;
  }
  .sec_top_charm .list_link > li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .sec_top_charm .list_link figure{
    width: 47.8%;
    max-width: 165px;
  }
  .sec_top_charm .list_link figure::before{
    width: 30px;
    height: 30px;
  }
  .sec_top_charm .list_link .thumb{
    border-radius: 10px;
  }
  
  .sec_top_charm .list_link .box_text{
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 16px;
  }
  .sec_top_charm .list_link .box_text .ttl{
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    font-feature-settings: "palt";
  }
  .sec_top_charm .list_link .box_text .txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
    line-height: 1.607;
  }  
}
/*3つの特徴-------------------------------------------*/
.sec_top_feature{
  border-top: solid 1px #fff;
  background-color: #f8f8f8;
}
/*area_ttl*/
.sec_top_feature .area_ttl{
  width: 29%;
  min-width: 350px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-right: solid 1px rgba(149,149,149,0.32);
  background: url("/common/img_future/bg_future.svg")no-repeat  top left;
}
.sec_top_feature .area_ttl>*{
  width: 255px;
  margin: 0 8.6% 0 auto;
}
.sec_top_feature .area_ttl h2{
  margin-bottom: 30px;
  text-align: center;
}
.sec_top_feature .area_ttl h2 .img{
  display: block;
  width: 245px;
  margin: 0 auto 43px;
}
.sec_top_feature .area_ttl h2 .txt img{
  width: 237px;  
}
/*area_contetns*/
.sec_top_feature .area_contetns{
    -webkit-box-flex: 1;
    flex: 1;  
}
.sec_top_feature .area_contetns .cmn_acd {
  border-color: rgba(149,149,149,0.32);
  background-color: #f8f8f8;
}
.sec_top_feature .area_contetns .cmn_acd:first-child{
  border-top: none;
}
.cmn_acd > * {
  max-width: 1062px;
  padding-left: 0;
  padding-right: 30px;
  margin: 0 auto 0 4.4%;
}
.sec_top_feature .area_contetns .cmn_acd .acd_ttl{
  padding-left: 72px;
}
.sec_top_feature .area_contetns .cmn_acd .no{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 53px;
  padding: 11.5px 0;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  background: #515151;
  border-radius: 50%;
}
.sec_top_feature .area_contetns .cmn_acd .acd_item{
  padding-bottom: 35px;
}
@media print,screen and (max-width :1280px) {
  .sec_top_feature .area_contetns .cmn_acd .acd_ttl{
    font-size: 20px;
    font-size: 2rem;
    padding-left: 55px;
  }
  .sec_top_feature .area_contetns .cmn_acd .no{
    width: 40px;
    padding: 5px 0;
  }  
}
@media print,screen and (max-width :1024px){
  .cmn_acd > *{
    padding-right: 0;
  }
}
@media screen and (max-width :834px) {
  /*area_ttl*/
  .sec_top_feature .area_ttl{
    width: 100%;
    min-width: inherit;
    padding-top: 38px;
    padding-bottom: 42px;
    background-size: 103% auto;
  }
  .sec_top_feature .area_ttl>*{
    width: 89.4%;
    margin: 0 auto;
  }
  .sec_top_feature .area_ttl h2{
    margin-bottom: 40px;
    text-align:left;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;    
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;    
  }
  .sec_top_feature .area_ttl h2 .img{
    width: 36%;
    max-width: 122px;
    margin: 0 13px 0 0;
  }  
  .sec_top_feature .area_ttl h2 .txt{
    -webkit-box-flex: 1;
    flex: 1;    
    padding-bottom: 8px;
  }
  .sec_top_feature .area_ttl h2 .txt img{
    width: 178px;
  }
  /*area_contetns*/
  .cmn_acd > * {
    width: 89.4%;
    margin: 0 auto;
  }
  .sec_top_feature .area_contetns{
    border-top:solid 1px rgba(149,149,149,0.32);  
  }
  .sec_top_feature .area_contetns .cmn_acd .acd_ttl{
    padding-left: 50px;
  }
  .sec_top_feature .area_contetns .cmn_acd .no{
    width: 40px;
    padding: 9px 0;
    font-size:17px;
    font-size:1.7rem;
  }
  .sec_top_feature .area_contetns .cmn_acd .acd_item{
    padding-bottom:50px;
  }  
}
/*少人数クラスの基礎教育*/
.area_feature1 ul.list_dept{
  flex-wrap: wrap;
}
.area_feature1 ul.list_dept li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;  
  padding: 26px 0;
  border-top: solid 1px #d6d6d6;
}
.area_feature1 ul.list_dept li figure{
  width: 30.6%;
  max-width: 154px;
  margin-right: 14px;  
}
.area_feature1 ul.list_dept li .thumb{
  border-radius: 10px;
}
.area_feature1 ul.list_dept li .box_text{
  -webkit-box-flex: 1;
  flex: 1;  
}
.area_feature1 ul.list_dept li .cate{
  margin-bottom: 10px;  
}
.area_feature1 ul.list_dept li .cmn_cate_dep{
  font-weight: bold;
}
@media print,screen and (min-width :1281px) {
  .area_feature1 ul.list_dept li{
    width: 47.7%;
  }
  .area_feature1 ul.list_dept li:nth-child(2n+2){
    width: 52.3%;
    padding-left: 2.3%;
  } 
}
@media print,screen and (max-width :1280px) {
  .area_feature1 ul.list_dept{
    display: block;
  }
}
@media screen and (max-width :834px) {
  .area_feature1 ul.list_dept li{
    padding: 18px 0;
  }
  .area_feature1 ul.list_dept li figure{
    width: 33.8%;
    max-width: 115px;
    margin-right: 11px;  
  }
  .area_feature1 ul.list_dept li .thumb{
    border-radius: 5px;
  }
  .area_feature1 ul.list_dept li .cate{
    margin-bottom: 10px;  
  }
  .area_feature1 ul.list_dept li .txt{
    letter-spacing: -0.025em;
  }
}
/*アクティブな学びを支える様々なプログラム･制度*/
.area_feature2 ul.list_program li:nth-child(n+2){
  margin-top: 35px;
  padding-top: 35px;
  border-top: solid 1px #d6d6d6;
}
.area_feature2 ul.list_program li figure .thumb{
  padding-top: 66.66%;
}
.area_feature2 ul.list_program li .box_text .ttl{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media print,screen and (min-width :1281px) {
  .area_feature2 ul.list_program li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }  
  .area_feature2 ul.list_program li figure{
    width: 30.6%;
  }  
  .area_feature2 ul.list_program li .box_text{
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 34px;
  }  
}
@media print,screen and (max-width :1280px) {
  .area_feature2 ul.list_program li .box_text{
    padding-top: 15px;
  }  
}
@media screen and (max-width :834px) {
  .area_feature2 ul.list_program li:nth-child(n+2){
    margin-top: 30px;
    padding-top: 30px;
  }
  .area_feature2 ul.list_program li .box_text .ttl{
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 15px;
  }  
  .area_feature2 ul.list_program li figure{
    max-width: 400px;
  }
}
/*安定した就職実績～高い就職率*/
.area_feature3 .txt_main{
  margin-bottom: 25px;
}
.area_feature3 .list_job{
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.area_feature3 dl{
  width: 24.1%;
  padding: 28px 5px;
  background: #eda32f;
  color: #fff;
  text-align: center;
  line-height: 1.286;
}
.area_feature3 dl.jc{
  background: #45b052;
}
.area_feature3 dl.jg{
  background: #e964a1;
}
.area_feature3 dl.jp{
  background: #3595ca;
}
.area_feature3 dl dt{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.15;
}
.area_feature3 dl dd{
  padding-top: 10px;
}
.area_feature3 dl dd .percent{
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1;
}
.area_feature3 dl dd .percent span{
  font-size: 36px;
  font-size: 3.6rem;
}
.area_feature3 dl dd .txt{
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.area_feature3 dl.jg dd .txt{
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
@media print,screen and (max-width :1600px) and (min-width :1281px){
  .area_feature3 dl dt{
    font-size: 1.25vw;
  }
  .area_feature3 dl dd .percent{
    font-size: 4.063vw;
  }
  .area_feature3 dl dd .percent span{
    font-size: 2.25vw;
  }
  .area_feature3 dl dd .txt{
    font-size: 0.8vw;
  }
}
@media print,screen and (min-width :1281px) {
  .area_feature3 dl:nth-child(n+2){
    margin-left: 1.2%;
  }
}
@media print,screen and (max-width :1280px) {
  .area_feature3 dl{
    width: 48.2%;
  }
  .area_feature3 dl:nth-child(2n+2){
    margin-left: 3.6%;
  }
  .area_feature3 dl:nth-child(n+3){
    margin-top: 20px;
  }  
}
@media screen and (max-width :834px) {
  .area_feature3 .list_job{
    max-width: 340px;
    margin: 0 auto 42px;
  }
  .area_feature3 dl{
    padding: 20px 5px;
    line-height: 1.273;
  }
  .area_feature3 dl dt{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.133;
  }
  .area_feature3 dl dd .percent{
    font-size: 48.5px;
    font-size: 4.85rem;
  }
  .area_feature3 dl dd .percent span{
    font-size: 27px;
    font-size: 2.7rem;
  }
  .area_feature3 dl dd .txt{
    font-size: 11px;
    font-size: 1.1rem;
  }
  
  .android .area_feature3 .list_job{
    display: block;
  }
  .android .area_feature3 dl{
    margin: 0 auto 20px;
  }
}
@media screen and (max-width :360px) {
  .area_feature3 dl dd .txt br{
    display: none;
  }
}
/* ===============================================
# VOICE
=============================================== */
.sec_ttl_voice .box_ttl{
  text-align: center;
}
.sec_voice_top{
  padding-top: 20px;
  padding-bottom: 90px;
}
.sec_voice_top .cmn_story{
  padding-top: 30px;
}
.sec_voice_discussion{
  text-align: center;
}
@media screen and (max-width :834px) {
  .sec_voice_top{
    padding-top: 15px;
    padding-bottom: 70px;
  }
  .sec_voice_top .cmn_story{
    padding-top: 0;
  }
}

/* ===============================================
# 法学部のキャンパスライフ
=============================================== */
.area_campus_ttl{
  background: #fefef7;
  padding-bottom: 58px;
}
.area_campus_ttl h1{
  text-align: center;
}
.area_campus_ttl .txt_main{
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width :834px) {
  .area_campus_ttl{
    padding-bottom: 30px;
  }  
}
/*キャンパス-------------------*/
.sec_campus{
  background: #fefef7;
  padding-bottom: 80px;
}
.sec_campus .inner:nth-of-type(n+2){
  margin-top: 145px;
}
.sec_campus .box_photo h2{
  width: 261px;
  margin-bottom: 25px;
}
.sec_campus .box_photo h2.shirokane{
  width: 247px;
}
.sec_campus .box_photo h2.class{
  width: 359px;
}
.sec_campus .box_photo h2.event{
  width: 157px;
}


.sec_campus .box_photo .ttl{
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.sec_campus .box_photo .ttl .year{
  display: inline-block;
  padding-left: 22px;
  margin-left: 22px;
  border-left: solid 1px #b2b2b2;
}
.sec_campus .box_photo .txt{
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 25px;
}
.sec_campus .wrap_list .list_photo{
  flex-wrap: wrap;
}
.sec_campus .wrap_list .list_photo li{
  width: 24.7%;
  width: calc(calc(100% - 6px) / 4);
  margin-left: 2px;
  cursor: pointer;
}
.sec_campus .wrap_list .list_photo li:nth-child(4n+1){
  margin-left: 0;
}
.sec_campus .wrap_list .list_photo li:nth-child(n+5){
  margin-top: 2px;
}
.sec_campus .wrap_list .list_photo li figure{
  position: relative;
}
.sec_campus .wrap_list .list_photo li figure::before{
  content: '';
  width: 16%;
  height: 32px;
  background: url("/common/img/ico_zoom.svg")no-repeat bottom right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sec_campus .wrap_list .list_photo li .thumb{
  padding-top: 80%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.sec_campus .wrap_list .ttl_list,
.sec_campus .wrap_list .arrow_campus{
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .sec_campus .wrap_list .list_photo li:hover .thumb{
    opacity: 0.5;
  }
}
@media print,screen and (min-width :835px){
  .sec_campus .inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;  
    max-width: 1576px;
    padding-right: 50px;
    padding-left:0;
    margin-right:auto;
    margin-left: 0;
  }  
  .sec_campus .inner.right{
    padding-right: 0;
    padding-left: 50px;
    margin-right: 0;
    margin-left: auto;
  }  
  .sec_campus .box_main{
    width: 42.8%;
    padding-top: 28px;
  }
  .sec_campus .right .box_main{
    -webkit-box-ordinal-group:2;
    order: 1;  
  }
  .sec_campus .box_main .thumb{
    height: 100%;
    padding-top: 0;
  }
  .sec_campus .box_photo{
    padding-left: 4.4%;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .sec_campus .right .box_photo{
    -webkit-box-ordinal-group:1;
    order: 0;  
    padding-left:0;
    padding-right: 4.4%;
  }    
}
@media print,screen and (max-width :1024px) {
  .sec_campus .inner{
    width: 100%;
  }  
}
@media screen and (max-width :834px) {
  .sec_campus{
    padding-bottom: 50px;
  }
  .sec_campus .inner{
    width: 100%;
  }
  .sec_campus .inner:nth-of-type(n+2){
    margin-top: 70px;
  }
  .sec_campus .box_main .thumb{
    width: 100%;
    padding-top: 66.66%;
  }
  .sec_campus .box_photo{
    width: 89.4%;
    margin: 0 auto;
  }
  .sec_campus .box_photo h2{
    position: relative;
    z-index: 1;
    width: 195px;
    margin-top: -18px;
    margin-bottom: 11px;
  }
  .sec_campus .box_photo h2.shirokane{
    width: 185px;
  }
  .sec_campus .box_photo h2.class{
    width: 269px;
  }
  .sec_campus .box_photo h2.event{
    width: 118px;
  }
  .sec_campus .box_photo .ttl{
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_campus .box_photo .ttl .year{
    padding-left: 12px;
    margin-left: 12px;
  }
  .sec_campus .box_photo .txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .sec_campus .wrap_list .list_photo{
    flex-wrap: wrap;
  }
  .sec_campus .wrap_list .list_photo li{
    width: calc(calc(100% - 3px) / 4);
    margin-left: 1px;
  }
  .sec_campus .wrap_list .list_photo li:nth-child(n+5){
    margin-top: 1px;
  }
  .sec_campus .wrap_list .list_photo li figure::before{
    width: 16%;
    height: 14px;
  }
}
/*モーダル*/
#hidden{
  display: none;
}
.wrap_modal_campus .modaal-container{
  max-width: 654px;
}
.wrap_modal_campus .modaal-content-container{
  padding: 30px;
  opacity: 0;
}
.wrap_modal_campus .modaal-close{
  position: absolute;
  right: -25px;
  top: -25px;
  width: 49px;
  height: 49px;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.2));
  background: url("/common/img/btn_close.svg")no-repeat center center;
  background-size: contain;
}
.wrap_modal_campus .modaal-close::before,
.wrap_modal_campus .modaal-close::after{
  display: none;
}
.wrap_modal_campus .swiper_campus{
  position: relative;
  overflow: hidden;
}
.wrap_modal_campus .list_photo li{
  width: 100%;
}
.wrap_modal_campus .list_photo .thumb{
  padding-top: 66.66%;
}
.wrap_modal_campus .ttl_list{
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 10px;
}
.wrap_modal_campus .arrow_campus{
  width: 19px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top:-10px;
}
.wrap_modal_campus .arrow_campus img{
  filter: drop-shadow(0 0 2px rgba(0, 0, 0,1));
}
.wrap_modal_campus .arrow_campus.next{
  right: 12px;
}
.wrap_modal_campus .arrow_campus.prev{
  left: 12px;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
@media screen and (max-width :834px) {
  .wrap_modal_campus .modaal-inner-wrapper{
    padding: 60px 5.3%;
  }
  .wrap_modal_campus .modaal-content-container{
    padding: 18px;
  }
  .wrap_modal_campus .modaal-close{
    position: absolute;
    right: -18px;
    top: -18px;
    width: 37px;
    height: 37px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  }
  .wrap_modal_campus .list_photo li{
    width: 100%;
  }
  .wrap_modal_campus .ttl_list{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wrap_modal_campus .arrow_campus{
    width: 14px;
    margin-top:-15px;
  }
  .wrap_modal_campus .arrow_campus.next{
    right: 6px;
  }
  .wrap_modal_campus .arrow_campus.prev{
    left: 6px;
  }  
}