@charset "utf-8";

/* ===============================================
# ニュース
=============================================== */
.sec_news {
  background: #f7f7f7;
  padding: 10px 0 0 0;
}
.sec_news .lead_text {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_news .cmn_ttl07 {
  margin:0 0 15px 0;
}
.sec_news .box_ttl {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width :1000px) {
  .sec_news {
    padding: 0;
  }  
}
@media screen and (max-width :768px) {
  .sec_news .cmn_ttl07 {
    margin:0 0 10px 0;
  }  
  .sec_news .box_ttl  {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_news .lead_text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7;
  }   
}

/*ニュース---------------------*/
/*レイアウト*/
.sec_news .area_news {
  padding: 20px 30px 75px 30px;
  max-width: 1360px;
  margin: 0 auto;
}
.sec_news .area_news .box_pickup {
  width: 600px;
  margin-right: 60px;
}
.sec_news .area_news .box_list {
  width: calc( 100% - 660px );
}
/*PICkUP*/
.sec_news .area_news .box_pickup dl {
  position: relative;
}
.sec_news .area_news .box_pickup dt {
  text-align: center;
}
.sec_news .area_news .box_pickup dt img {
  width: 100%;
}
.sec_news .area_news .box_pickup dd {
  position: relative;
  background: #fff;
  margin: -78px 30px 0 30px;
  padding: 30px;
  z-index: 10;
}
.sec_news .area_news .box_pickup dd .ttl {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom:1px solid #999;
  padding: 0 0 17px 0;
  margin: 0 0 17px 0;
  line-height: 1.4;
}
.sec_news .area_news .box_pickup dd .text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}
.sec_news .area_news .box_pickup dd .date {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
  margin: 24px 0 0 0;
}
/*国際ニュース*/
.sec_news.international {
  background: #fbf9f3;
}
@media screen and (max-width :1280px) {
  /*レイアウト*/
  .sec_news .area_news .box_pickup {
    width: 47%;
    margin-right: 3%;
  }
  .sec_news .area_news .box_list {
    width: 50%;
  }
}
@media screen and (max-width :1000px) {
  /*レイアウト*/
  .sec_news .area_news {
    display: block;
    width: 100%;
    padding: 20px 0 35px 0;
  }
  .sec_news .area_news .box_pickup {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .sec_news .area_news .box_list {
    width: 94.6%;
    margin: 0 auto;
  }
  /*PICkUP*/  
  .sec_news .area_news .box_pickup dd {
    position: relative;
    background: #fff;
    margin: -35px auto 0 auto;
    padding: 20px 15px 10px 15px;
    width: 94.6%;
  } 
  .sec_news .area_news .box_pickup dd .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;    
  }
  .sec_news .area_news .box_pickup dd .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_news .area_news .box_pickup dd .date {
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
  }  
}

/*===========================================
# 留学生の受入れ
=============================================== */
.sec_receiving .area_imglink {
  position: relative;
}
.sec_receiving .area_imglink a {
  min-height: 460px;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 120px 0 0 0;   
  background: url("/cooperation/img/bg_receiving.jpg")no-repeat center center;
  background-size: cover;
  position: relative;
}
.sec_receiving .area_imglink .box_text  {
  float: right;
  width: 50%;
}
.sec_receiving .area_imglink .box_text .intro {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 0 0 131px;
}
.sec_receiving .area_imglink .box_text .ttl {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;  
}
.sec_receiving .area_imglink .box_text .text {
  font-weight: bold;
}
.sec_receiving .area_imglink .cmn_btn {
  margin: 20px auto 0 auto;
  background-color: rgba(255,255,255,0.7);
  border: none;
  pointer-events: none;
  padding: 13px 20px;
  font-size: 14px;
  font-size: 1.4rem;  
  max-width: 240px;
}
@media screen and (max-width :1000px) {
  .sec_receiving .area_imglink .box_text  {
    float: none;
    width: 100%;
  }
  .sec_receiving .area_imglink .box_text .intro {
      display: block;
      margin: 0;
  }
}
@media screen and (max-width :768px) {
  .sec_receiving .area_imglink a {
    min-height: 325px;
    height: 100%;
    padding: 60px 0 0 0;   
    background: url("/cooperation/img/bg_receiving_sp.jpg")no-repeat center top;
    background-size: cover;
  }
  .sec_receiving .area_imglink .box_text .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 10px 0;
  }
  .sec_receiving .area_imglink .box_text .text {
    font-size: 13px;
    font-size: 1.3rem;  
  }
  .sec_receiving .area_imglink .cmn_btn {
    font-size: 12px;
    font-size: 1.2rem;  
    margin: 15px auto 0 auto;    
  }  
}
@media screen and (max-width :600px) {
  .sec_receiving .area_imglink a {
    padding: 90px 0 0 0;   
  }
}
