@charset "utf-8";

/* ===============================================
# sec_link＋テキスト
=============================================== */
.sec_link{
  max-width: 1800px;
  margin: 0 auto;
  padding-top:175px;
  background: url(/information/img/bg_link.png) no-repeat top center;
}
@media screen and (max-width :768px){
.sec_link{
  padding-top:51.4%;
  background-image: url(/information/img/bg_link_sp.png);
  background-size: 100% auto;
}  
}
/*ヒューマンサービスの実現---------------------*/
.box_human{
  position: absolute;
  left: 30px;
  top: 0;
  width: 570px;
  max-width: 43.7%;
  padding: 54px 2% 0 3.5% ;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(29, 29, 29, 0.14);
}
@media screen and (max-width :1000px){
  .box_human{
    position: relative;
    left: 0;
    width: 100%;
    max-width: inherit;
  }  
}
@media screen and (max-width :768px){
  .box_human{
    padding: 30px 8.6% 0 7.6% ;
    box-shadow: 0px 0px 7px 0px rgba(29, 29, 29, 0.14);
  }  
}
/*縦タイトル*/
.box_human .ttl_left{
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body.android .box_human .ttl_left{
  display: none;
}
.box_human .ttl_left::after{
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  height: calc(100% - 220px);
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #df6b70;
}
.box_human .ttl_left .jp{
  padding: 18px 0;
  letter-spacing: 0.1em;
  background: url(/information/img/bg_ttl_top.svg) no-repeat top center,
    url(/information/img/bg_ttl_bottom.svg) no-repeat bottom center;
  background-size: 17px 8px;
}
.box_human .ttl_left .en{
  display: inline-block;
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

@media screen and (max-width :768px){
  .box_human .ttl_left::after{
    height: 120px;
    height: calc(100% - 160px);
  }
  .box_human .ttl_left .jp{
    padding: 14px 0;
    background-size: 11px 5px;
    font-size: 12px;
    font-size: 1.2rem;    
  }
  .box_human .ttl_left .en{
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  
}
/*右の項目*/
.box_human .box_right{
  flex: 1;
  padding-left: 9%;
}
.box_human .box_right .ttl{
  padding-right: 40px;
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝Pro", "Hiragino Mincho Pro", YuMincho, serif;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right 20px top 15px;
  background-size: 17px 5px;
}
.box_human .box_right .ttl::after{
  content: '';
  display: block;
  width: 87px;
  height: 1px;
  margin-top: 20px;
  background-color: #df6b70;
}
.box_human .box_right .text{
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.733;
}
.box_human .box_right .btn{
  display: block;
  width: 242px;
  margin:0 auto 40px;
  padding: 12px 5px;
  border: solid 1px #999999;
  border-radius: 30px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
}
.box_human .box_right .btn span{
  display: inline-block;
  padding: 0 34px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;  
  background-size: 17px 5px;
}

@media screen and (min-width :769px){
  .box_human .box_right .btn:hover{
    opacity: 1;
    background-color: #ffebec;
  }
}
@media screen and (max-width :768px){
  .box_human .box_right{
    padding-left: 9.8%;
  }
  .box_human .box_right .ttl{
    padding-right: 15px;
    margin-bottom: 17px;
    font-size: 19px;
    font-size: 1.9rem;
    background-position: right top 13px;
    background-size: 10.5px 3px;
  }
  .box_human .box_right .ttl::after{
    width: 54px;
    margin-top: 13px;
  }
  .box_human .box_right .text{
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.385;
  }
  .box_human .box_right .btn{
    width: 100%;
    max-width: 300px;
    margin-bottom: 22px;
    padding: 13px 5px;
  }  
  .box_human .box_right .btn span{
    padding: 0 11%;
    background-size: 11.5px 3.5px;    
  }
}


/*インデックスリスト---------------------------------*/
.sec_link .cmn_link_menu{
  padding-top: 155px;
}
.sec_link .cmn_link_menu > ul > li:nth-child(n+5){
  margin-top: 47px;
}

@media screen and (max-width :1000px){
  .sec_link .cmn_link_menu{
    padding-top: 20px;
  }
}

/* ===============================================
# sec_campus
=============================================== */
.sec_campus{
  padding-top: 100px;
  padding-bottom: 140px;
}
.sec_campus .box_ttl{
  margin-bottom: 10px;
  text-align: center;  
  color: #333333;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.sec_campus .box_ttl .left{
  padding-right: 8px;
  font-size: 95px;
  font-size: 9.5rem;
}
.sec_campus .box_ttl .right .en{
  display: block;
  font-size: 48px;
  font-size: 4.8rem;
}
.sec_campus .box_ttl .right .jp{
  display: block;
  margin-top: 12px;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width :768px){
  .sec_campus{
    padding-top: 33px;
    padding-bottom: 60px;
    padding-bottom: 14.2vw;
  }
  .sec_campus .box_ttl{
    margin-bottom: 13px;
  }
  .sec_campus .box_ttl .left{
    padding-right: 6px;
    font-size: 71px;
    font-size: 7.1rem;
  }
  .sec_campus .box_ttl .right .en{
    font-size: 36px;
    font-size: 3.6rem;
  }
  .sec_campus .box_ttl .right .jp{
    margin-top: 12px;
    font-size: 12.5px;
    font-size: 1.25rem;
  }  
}
/*リンク*/
.sec_campus .box_link{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec_campus .box_link li{
  width: 33%;
}
.sec_campus .box_link figure{
  position: relative;
  background-color: #000;
}
.sec_campus .box_link figure img{
  width: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}
.sec_campus .box_link figcaption{
  width: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.sec_campus .box_link figcaption span::before{
  content: '';
  display: block;
  height: 1px;
  width: 87px;
  margin: 15px auto 20px;
  background-color: #fff;
}
.sec_campus .box_link figcaption span{
  display: block;
  font-size: 22px;
  font-size: 2.2rem;  
}
.sec_campus .box_link .ttl{
  padding: 22px 63px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.sec_campus .box_link .ttl span{
  position: relative;
  display: inline-block;
}
.sec_campus .box_link .ttl span::before{
  content: '';
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 5px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}
.sec_campus .box_link .ttl span::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 87px;
  background-color: #df6b70;
}
@media screen and (min-width :769px){
  .sec_campus .box_link a:hover{
    opacity: 1;
  }
  .sec_campus .box_link a:hover figure img{
    opacity: 0.8;
  }
  .sec_campus .box_link a:hover .ttl span{
    color: #666666;
  }
  .sec_campus .box_link a:hover .ttl span::before{
    right: -63px;
  }
}
@media screen and (max-width :1000px){
  .sec_campus .box_link figcaption{
    font-size: 17px;
    font-size: 1.7rem;  
  }
  .sec_campus .box_link figcaption span{
    font-size: 15px;
    font-size: 1.5rem;
  }  
  .sec_campus .box_link .ttl{
    font-size: 19px;
    font-size: 1.9rem;      
  }
}
@media screen and (max-width :768px){
  .sec_campus .box_link li{
    width: 96.4%;
    margin: 0 auto;
  }
  .sec_campus .box_link li:nth-child(n+2){
    margin-top: 10px;
  }
  .sec_campus .box_link figcaption{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_campus .box_link figcaption span::before{
    width: 52px;
    margin: 13px auto 8px;
  }
  .sec_campus .box_link figcaption span{
    font-size: 13px;
    font-size: 1.3rem;  
  }
  .sec_campus .box_link .ttl{
    padding: 15px 22px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_campus .box_link .ttl span::before{
    right: -22px;
    width: 10px;
    height: 3px;
  }
  .sec_campus .box_link .ttl span::after{
    bottom: -7px;
    width: 52px;
  }  
}

