@charset "utf-8";
.wrap_main{
  position: relative;
}
.ttl_sec{
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 3rem;
  color: #4c4c4c;
  line-height: 1;
}
.ttl_sec.en{
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width :834px) {
  .inner{
    width: 90.666%;
  }
  .ttl_sec{
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl_sec.en{
    font-size: 27.5px;
    font-size: 2.75rem;
  }
}

/* ===============================================
# sec_main
=============================================== */
.sec_promo{
  position: relative;
  z-index: 1;
}
/*area_title*/
.sec_promo .area_title{
  background: url(/common/img_law-school/bg_promo.jpg) no-repeat center;
  background-color: #000;
  height: 600px;
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.sec_promo .area_title::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 10px solid rgba(255,245,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.sec_promo .area_title .ttl_promo{
  text-align: center;
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15), 0px 0px 7px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width :834px) {
  .sec_promo .area_title{
    background-image: url(/common/img_law-school/bg_promo_sp.jpg);
    background-size: cover;
    height: 74.666vw;
    max-height: 400px;
  }
  .sec_promo .area_title::before{
    border-width: 8px;
  }
  .sec_promo .area_title .ttl_promo{
    font-size: 40px;
    font-size: 4rem;
  }
}
/* ===============================================
# wrap_contents
=============================================== */
.wrap_contents{
  position: relative;
  background: #f8f8f8;
  z-index: 0;
}
.wrap_contents::before{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  content: '';
  width: 1308px;
  height: 842px;
  background: url("/common/img_law-school/bg_deco01.svg")no-repeat left top;
  background-size: contain;
}
@media screen and (max-width :834px) {
  .wrap_contents::before{
    width: 650px;
    height: 421px;
    background-size: cover;
  }
}
/* ===============================================
# sec_news
=============================================== */
.sec_news{
  position: relative;
}
.sec_news .wrap_news{
  padding-top: 82px;
  padding-bottom: 91px;
  background: #fff;
}
#home .cmn_news_list li .cmn_cate::after{
  content: none;
}
@media screen and (max-width :834px) {
  .sec_news .wrap_news{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* ===============================================
# sec_message
=============================================== */
.sec_message{
  padding-top: 83px;
}
.sec_message .ttl_sec.en{
  color: #bfbfbf;
}
.sec_message .txt_catch{
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.4;
}
.sec_message .txt_catch + .cmn_p{
  margin-top: 35px;
}
.sec_message .cmn_p{
  line-height: 1.75;
}
.sec_message .cmn_textPhoto.message .box_text{
  display: block;
}
.sec_message .cmn_textPhoto.message .wrap_more{
  max-height: 350px;
  overflow: hidden;
  position: relative;
}
.sec_message .cmn_textPhoto.message .wrap_more::after{
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg,rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, .8) 60%, rgba(248, 248, 248, 0) 100%);
  position: absolute;
  bottom: 0;
}
.sec_message .cmn_textPhoto.message .wrap_more + .cmn_link_btn{
  margin-top: 40px;
}
@media screen and (max-width :834px) {
  .sec_message{
    padding-top: 50px;
  }
  .sec_message .ttl_sec{
    font-size: 22.5px;
    font-size: 2.25rem;
    margin-bottom: 13px;
  }
  .sec_message .txt_catch{
    font-size: 23px;
    font-size: 2.3rem;
  }
  .sec_message .txt_catch + .cmn_p{
    margin-top: 16px;
  }
  .sec_message .cmn_p{
    line-height: 1.61;
  }
  .sec_message .cmn_textPhoto.message figure{
    float: none;
    margin: 0 auto;
  }
  .sec_message .cmn_textPhoto.message .wrap_more{
    max-height: 175px;
  }
  .sec_message .cmn_textPhoto.message .wrap_more::after{
    height: 75px;
  }
  .sec_message .cmn_textPhoto.message .wrap_more + .cmn_link_btn{
    margin-top: 20px;
  }
}
/* ===============================================
# sec_content
=============================================== */
.sec_message + .sec_content{
  padding-top: 90px;
}
.sec_content{
  padding: 60px 0;
}
.sec_content.bg{
  background-color: #fff;
}
@media screen and (max-width :834px) {
  .sec_message + .sec_content{
    padding-top: 73px;
  }
  .sec_content{
    padding: 50px 0;
  }
}

/* ===============================================
# sec_link
=============================================== */
.sec_link{
  background-color: #fff;
}