@charset "utf-8";
/* ===============================================
# 学部教育のご案内
=============================================== */
.sec_faculty {
  background: #f3f8fb;
}
.sec_faculty .lead_text {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
.sec_faculty .cmn_ttl07 {
  margin:0 0 15px 0;
}
.sec_faculty .box_ttl {
  line-height: 1.3;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 25px 0;
}

/*保健×医療×福祉---------------------*/
.sec_faculty .area_imglink {
  position: relative;
  margin: 27px 0 70px 0;
}
.sec_faculty .area_imglink a{
  display: block;
  overflow: hidden;
  padding: 138px 0 45px 0;   
  background: url("/department/img/bg_study.jpg")no-repeat center center;
  background-size: cover;
}
.sec_faculty .area_imglink .box_img{
  width: 50%;
  float: right;
}
.sec_faculty .area_imglink .box_img figure {
  display: inline-block;
  margin-left: 124px;
}
.sec_faculty .area_imglink .box_img img {
  width: 527px;
}
.sec_faculty .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;
}

/*専門分野を学ぶ---------------------*/
.sec_faculty .area_study {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #999999;
  padding: 25px 0 0 0;
}
.sec_faculty .area_study .box_ttl {
  margin: -15px 0 30px 0;
}
.sec_faculty .area_study .box_ttl span {
  display: inline-block;
  background:#f3f8fb;
  padding: 0 50px;
}
.sec_faculty .area_study .box_study {
  max-width: 866px;
  padding: 0 15px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;    
}
.sec_faculty .area_study .box_study .area_ttl{
  width: 300px;
  margin-right: 5%;
}
.sec_faculty .area_study .box_study .ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.sec_faculty .area_study .box_study .ttl strong {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: normal;
}
.sec_faculty .area_study .box_study .text {
  flex: 1;
  font-size: 17px;
  font-size: 1.7rem;  
}
.sec_faculty .area_study .btn {
  display: block;
  width: 242px;
  margin: 20px auto 15px auto;
  padding: 12px 5px;
  border: solid 1px #e1e5e8;
  border-radius: 30px;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
}
.sec_faculty .area_study .btn span {
  content: "";
  display: inline-block;
  padding: 0 34px;
  background: url(/common/img/ico_arrow_g.svg) no-repeat right center;  
  background-size: 17px 5px;
}
.sec_faculty .area_study .btn:hover {
  opacity: 1;
  background-color: #ffebec;
}
.sec_faculty .plus {
  text-align: center;
  margin:20px auto;
  font-size: 23px;
  font-size: 2.3rem;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #666666;
  line-height: 45px;    
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,Helvetica,Arial,sans-serif;  
}
@media screen and (max-width :1350px) {
  /*保健×医療×福祉---------------------*/
  .sec_faculty .area_imglink .box_img figure {
    margin-left: 50px;
  }
}
@media screen and (max-width :1200px) {
  /*保健×医療×福祉---------------------*/
  .sec_faculty .area_imglink .box_img {
    width: 100%;
    text-align: center;
    float: none;
  }
  .sec_faculty .area_imglink .box_img figure {
    margin: 0 15px;
    display: block;
  }
}
@media screen and (max-width :1000px) {
  /*専門分野を学ぶ---------------------*/
  .sec_faculty .area_study {
    max-width: 96.4%;
  }
  .sec_faculty .area_study .box_study {
  }
  .sec_faculty .area_study .box_study .ttl {
  }  
}
@media screen and (max-width :768px) {
  .sec_faculty .cmn_ttl07 {
    margin:0 0 10px 0;
  }  
  .sec_faculty .box_ttl  {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec_faculty .lead_text {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.7;
  } 
  /*保健×医療×福祉---------------------*/
  .sec_faculty .area_imglink {
       margin: 15px 0 30px 0;
  }  
  .sec_faculty .area_imglink a{
    padding: 95px 0 15px 0;   
    background-image: url("/department/img/bg_study_sp.jpg");
  }
  .sec_faculty .area_imglink .box_img img {
    width: 90%;
  }
  /*専門分野を学ぶ---------------------*/
  .sec_faculty .area_study .box_ttl {
    margin: -8px 0 10px 0;
  }  
  .sec_faculty .area_study .box_ttl span {
    padding: 0 10px;
  }
  .sec_faculty .area_study .box_study .area_ttl{
    width: 100%;
    margin-right: 0;
  }
  .sec_faculty .area_study .box_study .ttl {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-size: 1.2rem;    
  }
  .sec_faculty .area_study .box_study .ttl strong {
    font-size: 25px;
    font-size: 2.5rem;
  }  
  .sec_faculty .area_study .box_study .text {
    max-width: inherit;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .sec_faculty .area_study .btn {
    margin: 10px auto 15px auto;
  }
  .sec_faculty .plus span {
    font-size: 18px;
    font-size: 1.8rem;
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}

/* ===============================================
# 学部教育のご案内
=============================================== */
.sec_teacher {
  padding: 50px 0 120px 0;
}
@media screen and (max-width :768px) {
  .sec_teacher {
      padding: 0 0 50px 0;
  }
}

/* ===============================================
# 保健福祉学部
=============================================== */
/*４つの学科-----------------------------------*/
.haw .sec_feature{
  background: #f3f8fb;
  margin-top: 40px;
  margin-bottom: 90px;
}
.haw .sec_feature h2.ttl{
  text-align: center;
  margin-bottom: 25px;
}
.haw .sec_feature h2.ttl img{
  width: 44%;
  max-width: 527px;
  margin: -40px auto 0;
}
.haw .sec_feature .box_subject{
  max-width: 1190px;
  margin: 25px auto 60px;
  padding: 35px 7.5% 50px;
  background: #deedf7;
  border-radius: 100px;
}
.haw .sec_feature .box_subject > .flex{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;    
}
.haw .sec_feature .box_subject > .flex > dl{
  width: 30.7%;
}
.haw .sec_feature .box_subject > .flex > dl > dt{
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #029990;
  font-feature-settings: "palt";
  line-height: 1.167;
}
.haw .sec_feature .box_subject .item{
  position: relative;
  min-height: 103px;
  margin-bottom: 10px;
  padding: 10px 0;
  background: #04ada3;
  font-size: 19px;
  font-size: 1.9rem;
  color: #fff;
  line-height: 1.474;
  font-weight: bold;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;  
}
.haw .sec_feature .box_subject .list{
  margin-left: 10px;
}
.haw .sec_feature .box_subject .list li{
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
}
.haw .sec_feature .box_subject .list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #04ada3;
  content: "●";
  display: inline-block;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
/*col2*/
.haw .sec_feature .box_subject > .flex > dl.col2 > dt{
  color: #048fad;
}
.haw .sec_feature .box_subject > .flex .col2 .item{
  background: #048fad;
}
.haw .sec_feature .box_subject > .flex .col2 .list li::before {
  color: #048fad;
}
/*col3*/
.haw .sec_feature .box_subject > .flex > dl.col3 > dt{
  color: #0f6bac;
}
.haw .sec_feature .box_subject > .flex .col3 .item{
  background: #0f6bac;
}
.haw .sec_feature .box_subject > .flex .col3 .list li::before {
  color: #0f6bac;
}

.haw .sec_feature .box_subject .btn{
  position: relative;
  overflow: hidden;
  display: block;
  width: 242px;
  margin: 20px auto 0 auto;
  padding: 12px 5px;
  border-radius: 20px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-size: 1.4rem;
  background: #04ada3;
  background: -moz-linear-gradient(45deg,  #04ada3 16%, #04ada3 16%, #04ada3 34%, #0b83a9 100%);
  background: -webkit-linear-gradient(45deg,  #04ada3 16%,#04ada3 16%,#04ada3 34%,#0b83a9 100%);
  background: linear-gradient(45deg,  #04ada3 16%,#04ada3 16%,#04ada3 34%,#0b83a9 100%);
}
.haw .sec_feature .box_subject .btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 34px;
  background: url(/common/img/ico_arrow_w.svg) no-repeat right center;  
  background-size: 17px 5px;
}
@media screen and (min-width :769px) {
  .haw .sec_feature .box_subject .btn::before{
    content: '';
    display: block;
    width: 100%;
    height: 101%;
    background: #1ac4ba;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;  
    z-index: 0;
  }
  .haw .sec_feature .box_subject .btn:hover{
    opacity: 1;
  }
  .haw .sec_feature .box_subject .btn:hover::before{
    opacity: 1;
  }  
}
@media screen and (max-width :1500px) {
  .haw .sec_feature .box_subject > .flex > dl > dt{
    font-size: 1.3vw;
  }
  .haw .sec_feature .box_subject .item{
    font-size: 1.3vw;
  }  
  .haw .sec_feature .box_subject .list{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media pritn,screen and (min-width :1025px) {
  /*ico*/
  .haw .sec_feature .box_subject > .flex > dl.col1 dd .item::after,
  .haw .sec_feature .box_subject > .flex > dl.col2 dd .item::after{
    display: block;
    content: '';
    width: 12.9%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/department/health_and_welfare/img/ico_cross.svg) no-repeat center center;
    background-size: 90% auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .haw .sec_feature .box_subject .flex > dl.col2 dd .item::after{
    background-image: url(/department/health_and_welfare/img/ico_cross02.svg);
  }
}
@media screen and (max-width :1024px) {
  .haw .sec_feature{
    background: #f3f8fb;
  }
  .haw .sec_feature .inner{
    width: 100%;
  }
  .haw .sec_feature .box_subject{
    width: 96.4%;
    margin-right: auto;
    margin-left: auto;
    padding: 25px 0;
    border-radius: 50px;
  }
  .haw .sec_feature .box_subject > .flex{
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;      
  }
  .haw .sec_feature .box_subject > .flex > dl{
    width: 47.2%;
  }
  .haw .sec_feature .box_subject > .flex > dl dt{
    width: 100%;
    font-size: 16.5px;
    font-size: 1.65rem;
    display: -webkit-box;
    display: -ms-flex;  
    display: -webkit-flex;
    display: flex;    
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;    
  }
  .haw .sec_feature .box_subject .item{
    font-size: 14px;
    font-size: 1.4rem;
  }
  .haw .sec_feature .box_subject .list{
    margin-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*col2*/
  .haw .sec_feature .box_subject > .flex > dl.col2{
    margin-left: 1.8%;
  }
  /*col3*/
  .haw .sec_feature .box_subject > .flex > dl.col3{
    margin-top: 10px;
    padding-top: 25px;
    background: url(/department/health_and_welfare/img/ico_cross02.svg) no-repeat top center;
    background-size: 20px auto;    
  }
}
@media screen and (max-width :768px) {
  .haw .sec_feature{
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .haw .sec_feature .lead{
    width: 96.4%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .haw .sec_feature h2.ttl{
    margin-bottom: 15px;
  }
  .haw .sec_feature h2.ttl img{
    width: 84.2%;
    max-width: inherit;
    margin: -5.8% auto 0;
  }
  .haw .sec_feature .box_subject > .flex > dl > dt{
    margin-bottom: 5px;
    line-height: 1.273;
  }
  .haw .sec_feature .box_subject .item{
    min-height: 78px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  .haw .sec_feature .box_subject .btn{
    width: 200px;
    margin: 15px auto 0 auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .haw .sec_feature .box_subject .btn span {
    padding: 0 50px;
    background-size: 15px 6px;
  } 
  
  /*android対応*/
  .android .haw .sec_feature .box_subject > .flex{
    display: block;
  }
  .android .haw .sec_feature .box_subject > .flex > dl{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*専門分野を学ぶ-----------------------------------*/
.haw .sec_faculty .plus.plus01{
  margin-bottom: 45px;
}
@media screen and (max-width :1024px) {
  .haw .sec_faculty .area_study .box_study{
    display: block;
  }
  .haw .sec_faculty .area_study .box_study .area_ttl{
    width: 100%;
    margin-right: 0;
  } 
  .haw .sec_faculty .area_study .box_study .text{
    max-width: 100%;
  }
}
@media screen and (max-width :768px) {
  .haw .sec_faculty .plus.plus01{
    margin-bottom: 25px;
  }  
}
