@charset "utf-8";

.header{
  max-width: 1040px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  padding-bottom: 15px;
  z-index: 10;
}


/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */ 
/* 上部ボタン　PC版 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */


.header_btn_box {
  max-width: 1040px;
}

.header_btn_box a {
  color: #fff;
}

.header_btn1 {
  width: 35%;
  display: block;
  color: #fff;
  background-color: #444;
  /* border: 1px solid #000; */
  line-height: 65px;
  text-align: center;
  /* font-size: 25px; */
  /* position: relative; */
}


.header_btn1 a {
  display: block;
  font-size: 20px;
  /* padding: px 10px 12px 48px; */
}
.header_btn1 a::before{
  content: '';
  background-image: url(../img/mail_icon.jpg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.header_btn2 {
  position: relative;
  width: 35%;
  background-color: #ff7878;
  text-align: center;
  padding: 18px;
  height: 65px;
  inset: 0;
  margin: auto;
  line-height: 0.6;
}

.header_btn2 a{
  display: block;
  font-size: 150%;
  height: 65px;
  color: #fff;
  
}
.header_btn2 span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 60%;
  line-height: 2.5;
}

.header_btn3 {
  width: 35%;
  color: #fff;
  background-color: #5095ef;
  text-align: center;
  height: 65px;
}
.header_btn3 a {
  display: block;
  font-size: 130%;
  line-height: 65px;
}

.header_btn_box {
  display: flex;
  margin: 0 auto;
}

.header_inner {
  max-width: 1040px;
  margin: 0 auto;
  background-color: #fff;
}

.logo{
  display: block;
  max-width: 1040px;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgba(255,255,255,50), transparent);
}


.family_name {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 45px;
  color: #fff;
  background-color: #5095ef;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
}
.family_name span {
  font-size: 25px;
  color: #fff;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 学科名称 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
.nav_box {
  max-width: 1040px;
  height: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 左の項目 ロゴマーク*/
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.nav_box_left{
  width: 30%;
  position: relative;
}

.nav_box_left img{
  width: 70%;
  position: absolute;
  left: 15%;
}


/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 右の項目 学科名と募集概要*/
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.nav_box_right {
  width: 70%;
}

.dept_name {
  font-size: 40px;
  color: #627c53;
  border-bottom: 3px solid #627c53;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 1.25;
}

.dept_rec p{
  font-size: 30px;
  font-weight: 600;
  color: #627c53;
}

/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 募集概要 */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

.naiyou {
  max-width: 1040px;
  margin: 0 auto;
  line-height: 25px;
  /* border: 1px solid #fff; */
  font-size: 16px;
  /* padding-left: 15px; */
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  /* background-color: #eee; */
  display: block;
}
.red_moji{
  font-size: 28px;
  font-weight: 600;
  color: #ff002b;
}
.sub_moji{
  font-size: 14px;
}
.tbl1 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
  /* transform: rotate(0.03deg); */
}
.tbl1,tr,td {
  border: 1px solid #fff;
}

tr {
  height: 50px;
}

.col1 {
  width: 30%;
  color: #fff;
  background-color: #627c53;
  text-align: center;
}
.col2 {
  width: 70%;
  background-color: #eee;
  padding: 12px;
  color: #666;
  line-height: 1.65;
}

dd {
  color: #666;
}


/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/*フッター部ここから*/
/* ◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

footer.sfooter {
  background-color: #444;
  color: #fff;
  padding-top: 50px;
}

footer.sfooter a {
  color: #fff;
}

.sfooter .footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer_left {
  width: 365px;
  padding-left: 20px;
}

.footer_center {
  width: 300px;
}

.footer_right {
  width: 300px;
  margin-right: 20px;
}

.company_name {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.company_address {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sfooter .privacy_policy {
  display: block;
  width: 170px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  padding: 7px 13px;
}

.sfooter .privacy_policy a {
  color: #444;
  font-weight: bold;
}

.sfooter .privacy_policy a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item {
  color: #fff;
  font-size: 16px;
}

.link_item_detail {
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 16px;
  margin-bottom: 20px;
}

.link_item a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.link_item_detail a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_name a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.company_address a:hover {
  color: #0d9ab6;
  font-weight: bold;
}

.mb25 {
  margin-bottom: 25px;
}

.mb7 {
  margin-bottom: 7px;
}

.mt33 {
  margin-top: 33px;
}

.copyright {
  max-width: 1040px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  border-top: solid 1px #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 35px;
}

/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */
/* SPナビを非表示 */
/* ◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇◇ */

.sp_nav{
  display: none;
}
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇ MEDIA QUERY max-width: 768px ■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■
■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */


@media screen and (max-width: 768px){

  .header{
    position: sticky;
    top: 0;
    padding-bottom: 5px;
    z-index: 10;
  }
    
  .header_inner {
    max-width: 100%;
    margin: 0 auto;
    /* background-color: #fff; */
  }
  
  .logo{
    display: block;
    text-align: center;
  }

  .logo img{
    max-width: 330px;
  }
      
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* 学部名 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .family_name {
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;;
    font-size: 180%;
    color: #fff;
    background-color: #5095ef;
    line-height: 120%;
    text-align: center;
    border-radius: 30px;
  }

  .family_name span {
    font-size: 60%;
    color: #fff;
  }
    
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* 学部紹介の全体 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .nav_box {
    max-width: 100%;
    height: auto    ;
    flex-wrap: wrap ;
    margin: 0 auto;
    margin-bottom: 25px;
    /* display: flex; */
    /* justify-content: space-between; */
  }
  
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
    /* PCの左側：ロゴマーク */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .nav_box_left{
    width: 100%;
    display: block;
    height: 25vh;
    width: 25vh;
    margin: 0 auto;
    position: relative;
  }
  
  .nav_box_left img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    left: -5px;
  }

  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
    /* PCの右側：授業の内容 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .nav_box_right {
    display: block;
    width: 100%;
  }

  .dept_name {
    max-width: 100%;
    margin: 20px;

    font-size: 160%;
    color: #147893;
    text-align: center;

    border-bottom: 3px solid #627c53;
    
    font-weight: 600;
    line-height: 1.25;
  }
  
  .dept_rec p{
    font-size: 24px;
    font-weight: 600;
    color: #627c53;
    text-align: center;
  }


/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
/* 上部のボタン */
/* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .header_btn_box {
    max-width: 100%;
    display: block;
  }

  .header_btn_box a {
    color: #fff;
  }

  .header_btn1 {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #444;
    /* border: 1px solid #000; */
    line-height: 250%;
    text-align: center;
    /* font-size: 25px; */
    position: relative;
  }

  .header_btn1 a {
    display: block;
    font-size: 100%;
    letter-spacing: 0.5em;
    line-height: 250%;
    /* padding: px 10px 12px 48px; */
  }

  .header_btn1 a::before{
    content: '';
    background-image: url(../img/mail_icon.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  
  .header_btn2 {
    display: none;

    float: left;
    /* position: relative; */
    width: 50%;
    background-color: #ff7878;
    text-align: center;
    padding: 5px;
    height: 35px;
    inset: 0;
    margin: auto;
    line-height: 0.6;
  }
/*   
  .header_btn2 a{
    display: none;
    display: block;
    font-size: 13px;
    height: 35px;
    color: #fff;

  }

  .header_btn2 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 35px;
  } */
    
  .header_btn3 {
    display: none;

    float: right;
    width: 50%;
    color: #fff;
    padding: 5px;
    background-color: #5095ef;
    text-align: center;
    height: 35px;
  }

  /* .header_btn3 a {
    display: block;
    font-size: 13px;
    line-height: 35px;
  } */

  .header_btn_box {
    max-width: 100%;
    margin: 0 auto;
  }

  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* SP用のボタン表示 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .sp_nav{
    display: block;
    justify-content: space-between;
    width: 100%;
    display: flex;
    height: 40px;
    position: sticky;
    bottom: 0;
  }

  .sp_btn2{
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 5px;
    text-align: center;
    background-color: #ff7878;
    color: #fff;
  }
  .sp_btn2 span{
    font-size: 8px;
    color: #fff;
  }

  .sp_btn3{
    width: 50%;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #5095e8;
    line-height: 40px;
    color: #fff;
  }

  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
    /* 概要一覧表 */
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  .naiyou {
    border: 1px solid #fff;
    font-size: 14px;
    max-width:  100%;
    display: block;
  }

  .red_moji{
    font-size: 20px;
    font-weight: 600;
    color: #ff002b;
    line-height: 1;
  }

  .sub_moji{
    font-size: 12px;
    line-height: 0.25;
  }

  .tbl1 {
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 50px;
  }

  .tbl1, tr, td {
    border: 1px solid #fff;
  }

  tr {
    height: 50px;
  }
  

  .col1 {
    font-size: 14px;
    width: 30%;
    color: #fff;
    padding: 5px;
    background-color: #627c53;
    text-align: center;
  }
  .col2 {
    font-size: 14px;
    width: 70%;
    background-color: #eee;
    padding: 10px;
    color: #666;
    line-height: 1.65;
  }
    
  .cont_btn a {
    color: #627c53;
  }

  .cont_btn a:hover {
    background-color: #627c53;
    color: #fff;
  }

  .company_name a {
    color: #fff;
  }

  .header_btn_box a {
    color: #fff;
  }
  

  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */
  /* フッター部ここから*/
  /* ■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■◇■ */

  footer.sfooter {
    background-color: #444;
    color: #fff;
    padding-top: 50px;
  }
  
  footer.sfooter a {
    color: #fff;
  }
  
  .sfooter .footer_inner {
    max-width: 100%;
    margin: 0 auto;
    /* display: flex; */
    /* justify-content: space-between; */
    display: block;
  }
  
  .footer_left {
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
  }
  
  .footer_center {
    width: 100%;
    padding-left: 20px;
    margin-top: 50px;
  }
  
  .footer_right {
    width: 100%;
    margin-right: 20px;
    padding-left: 20px;
  }
  
  .company_name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .company_address {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .sfooter .privacy_policy {
    display: block;
    width: 170px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    padding: 7px 13px;
  }
  
  .sfooter .privacy_policy a {
    color: #444;
    font-weight: bold;
  }
  
  .sfooter .privacy_policy a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item {
    color: #fff;
    font-size: 16px;
  }
  
  .link_item_detail {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 16px;
    margin-bottom: 20px;
  }
  
  .link_item a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .link_item_detail a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_name a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .company_address a:hover {
    color: #0d9ab6;
    font-weight: bold;
  }
  
  .mb25 {
    margin-bottom: 25px;
  }
  
  .mb7 {
    margin-bottom: 7px;
  }
  
  .mt33 {
    margin-top: 33px;
  }
    
  .copyright {
    max-width: 1040px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    border-top: solid 1px #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 35px;
  }
  /*フッター部ここまで*/
}

