@charset "UTF-8";
/* ==========================
    ベースカラーの設定 
=============================*/
/*トップページnavの色*/
/* ==========================
    Compass、Sass各種設定
=============================*/
/*768以上はPC表示*/
/*767以下はスマホ表示・bootstrapはsm*/
/* ====================
    header
======================*/
header {
  position: fixed;
  width: 100%;
  height: 65px;
  padding: 16px 5px 0;
  background: #fff;
  z-index: 9999;
  top: 0;
}
@media screen and (min-width: 768px) {
  header {
    position: static;
    padding: 16px 0 0;
    width: 1200px;
    height: 95px;
    margin: auto;
  }
}

.logo_img {
  float: left;
}

.logo_right {
  float: left;
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  .logo_right {
    padding-left: 14px;
  }
}

/* ロゴマーク */
.logo_img img {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .logo_img img {
    width: 65px;
  }
}

/* ロゴの説明 */
.logo_txt {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 8px;
  color: #0C497C;
  font-size: 8px;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .logo_txt {
    font-size: 14px;
    margin-top: 8px;
  }
}

/* ロゴタイプ */
h1 {
  height: 25px;
  margin: 0;
  width: 100%;
}
/*2017/6/6iosで拡大した時にひ表示が崩れる問題の対応
h1 img {
  width: 250px;
  max-width: -webkit-calc(100vw - 110px);
  max-width: calc(100vw - 110px);
  vertical-align: top;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  h1 img {
    width: 363px;
    margin-top: 10px;
  }
}*/
h1 img {
  width: 250px;
  max-width: -webkit-calc(100vw - 110px);
  max-width: calc(100vw - 110px);
  vertical-align: top;
  margin-top: 4px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  h1 img {
    width: 363px;
    margin-top: 10px;
  }
}


/* ヘッダーに登場するボタン */
.header_btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_btn {
    display: block;
    position: relative;
    float: right;
    width: 180px;
    height: 40px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 40px;
    text-align: center;
  }
  .header_btn img {
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-right: 5px;
    width: 19px;
  }
  .header_btn a {
    color: #fff;
    display: block;
  }
  .header_btn span {
    color: #fff;
  }
}

/* お問い合わせボタン */
.contact_btn {
  position: relative;
  transition: opasity 0.3s;
  backface-visibility: hidden;
  background-color: #c5509e;
}
.contact_btn:hover {
  opacity: 0.8;
}

.contact_active {
  opacity: 0.8;
}
.contact_active span {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.contact_active span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* 採用ボタン */
.adoption_btn {
  position: relative;
  transition: opasity 0.3s;
  backface-visibility: hidden;
  background-color: #09715A;
}
.adoption_btn:hover {
  opacity: 0.8;
}

.adoption_active {
  opacity: 0.8;
}
.adoption_active span {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.adoption_active span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

/* ====================
    メニュー
======================*/
/* メニュー */
.menu {
  position: relative;
  background-color: #0C497C;
}

.menu-list {
  display: none;
  list-style-type: none;
  background-color: #fff;
  border-top: 3px solid #0C497C;
  margin: 0;
  position: fixed;
  top: 65px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
}
@media screen and (min-width: 768px) {
  .menu-list {
    display: block;
    background: none;
    width: 1200px;
    height: 65px;
    margin: auto;
    border: none;
    top: 0;
    margin: 0 auto;
    text-align: justify;
    z-index: 9999;
    position: static;
    overflow: visible;
    text-justify: distribute-all-lines;
  }
}

.menu-list-item {
  line-height: 46px;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
  text-indent: 2rem;
}
@media screen and (min-width: 768px) {
  .menu-list-item {
    transition: color 0.3s;
    font-size: 1rem;
    color: #fff;
    border: none;
    display: inline-block;
    position: relative;
    overflow: visible;
    height: 65px;
    line-height: 65px;
    text-indent: 0;
  }
  .menu-list-item:hover {
    color: #98c5d9;
  }
}

@media screen and (min-width: 768px) {
  .menu-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
  }
}
.menu-listlink {
  display: block;
}

/* サブメニュー ul */
.submenu {
  font-weight: 200;
  font-size: 14px;
  text-indent: 4rem;
}
@media screen and (min-width: 768px) {
  .submenu {
    visibility: hidden;
    font-weight: 400;
    font-size: 15px;
    list-style: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 14em;
    color: #000000;
  }
}

/* サブメニュー li */
.submenu li {
  border-top: 1px solid #ddd;
  background: url(../img/common/list_arrow.png) no-repeat 3rem 50%;
  background-size: 5px;
}
@media screen and (min-width: 768px) {
  .submenu li {
    border-top: none;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%;
    line-height: 3em;
    display: block;
    padding-left: 10px;
    text-align: left;
    z-index: 9999;
    position: relative;
    text-indent: 1rem;
    background: url(../img/common/list_arrow2.png) no-repeat 10px 50%;
    background-size: 5px;
    background-color: rgba(16, 100, 170, 0.95);
    color: #fff;
  }
  .submenu li:hover {
    background-color: #0C497C;
  }
}

.submenu li a {
  display: block;
}

/* アクティブなメニュー　*/
.menu_active {
  position: relative;
  background-color: #e3f5fc;
  color: #0C497C;
}
@media screen and (min-width: 768px) {
  .menu_active {
    /*background-color: #0C497C;*/
      background-color: rgba(12, 73, 124, 0.1);
      color: #FFF;
  }
  .menu_active a {
    font-weight: 500;
    color: #fff;
  }
  .menu_active:before {
    content: "";
    position: absolute;
    bottom: 18px;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
}

/* アクティブなメニュー（submenu有り）　*/
.menu_active2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .menu_active2 {
    background-color: #0C497C;
  }
  .menu_active2 a {
    font-weight: 500;
    color: #fff;
  }
  .menu_active2:before {
    content: "";
    position: absolute;
    bottom: 18px;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
}

/* アクティブなサブメニューがある時の打ち消し用設定*/
.menu_active .submenu,
.menu_active2 .submenu {
  background-color: #fff;
  color: #000;
}
.menu_active .submenu a,
.menu_active2 .submenu a {
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .menu_active .submenu a,
  .menu_active2 .submenu a {
    font-weight: 400;
  }
}

/* アクティブなサブメニュー*/
.submenu .menu_active {
  background-color: #e3f5fc;
  color: #0C497C;
}
@media screen and (min-width: 768px) {
  .submenu .menu_active {
    background-color: #0C497C;
    color: #fff;
  }
  .submenu .menu_active a {
    color: #fff;
    font-weight: 400;
  }
  .submenu .menu_active:before {
    display: none;
  }
}

/* サブメニューが現れたり消えたり*/
@media screen and (min-width: 768px) {
  .menu-list-item:hover .submenu li {
    visibility: visible;
  }

  .menu-list-item:hover .submenu li {
    overflow: visible;
    opacity: 1;
  }
}
/* [≡]ボタン */
.menu_btn {
  display: block;
  background-color: #1375C6;
  text-align: center;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 10px;
  right: 5px;
  vertical-align: bottom;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .menu_btn {
    display: none;
  }
}

.menu_btn span {
  display: block;
  width: 40px;
  height: 4px;
  position: absolute;
  left: 5px;
  transition: all 0.3s ease-out;
}

.menu_btn span:nth-of-type(1) {
  top: 8px;
  background: #fff;
}

.menu_btn span:nth-of-type(2) {
  top: 18px;
  background: #fff;
}

.menu_btn span:nth-of-type(3) {
  top: 28px;
  background: #fff;
}

.menu_btn span.menu_txt {
  bottom: 16px;
  color: #fff;
}

.menu_btn span.menu_txt:before {
  height: 10px;
  content: "メニュー";
  font-size: 10px;
}

.open span.menu_txt:before {
  content: "閉じる";
}

/*‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥
    [×]のアニメーション設定
‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥*/
.open span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.open span:nth-of-type(2) {
  background: rgba(255, 255, 255, 0);
}

.open span:nth-of-type(3) {
  top: 18px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/* ====================
    footer
======================*/
footer {
  position: relative;
}

.footer_margin {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer_margin {
    margin-top: 80px;
  }
}

/*TOPページなど、mainとの間にmarginのいらないフッター*/
.top_footer {
  margin-top: 0;
}

.footer-school {
  padding: 30px 10px 20px;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (min-width: 768px) {
  .footer-school {
    font-size: 14px;
  }
}

.footer-school_title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-school_title {
    float: left;
  }
}

.footer-school_list {
  float: left;
}
.footer-school_list a {
  color: #1476C6;
}
.footer-school_list a:hover {
  text-decoration: underline;
  color: #6ab4f0;
}
.footer-school_list ul {
  display: table;
  table-layout: fixed;
  padding-top: 10px;
}
.footer-school_list li {
  display: inline-block;
  width: 50%;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footer-school_list ul {
    padding-top: 0;
    margin-left: 40px;
  }
  .footer-school_list li {
    width: 180px;
    display: table-cell;
  }
}

@media screen and (min-width: 768px) {
  .footer_add-nav {
    padding: 20px  0;
    width: 1200px;
    margin: auto;
  }
}

.footer-address {
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
  padding: 20px 10px;
}
.footer-address dl {
  line-height: 2;
}
.footer-address dt {
  font-size: 18px;
  margin-top: 10px;
}
.footer-address dd {
  line-height: 1.5;
  margin-bottom: 5px;
}
.footer-address a {
  color: #1476C6;
}
@media screen and (min-width: 768px) {
  .footer-address {
    border-bottom: none;
    text-align: left;
    float: left;
    padding: 0;
    width: 600px;
  }
  .footer-address dt {
    margin-top: 0;
  }
}

.footer-logo img {
  width: 70px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    float: left;
      height: 100px;
  }
  .footer-logo img {
    width: 85px;
    margin-right: 20px;
  }
}

.footer-menu {
  line-height: 2;
  padding: 20px;
  list-style-type: none;
}
.footer-menu .float_l {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer-menu {
    font-size: 14px;
    float: right;
    width: 600px;
    padding: 0;
  }
  .footer-menu .float_l {
    width: 175px;
  }
  .footer-menu a:hover {
    text-decoration: underline;
    color: #1476C6;
  }
}

.copyright {
  background: #0C497C;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

/*# sourceMappingURL=header-footer.css.map */
