@charset "UTF-8";
/*基本のグレー*/
/*ボタンの色1*/
/*ボタンの色2*/
/*スマホナビ*/
/*青い文字*/
/*赤い文字*/
/*フォームの色*/
/*PCのヘッダー*/
/*薄いグレー 表組のborderの色*/
/*introとmain部分の余白*/
/*最大幅*/
header {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 5px 0;
  color: #707070;
  background-color: white;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.logo {
  display: block;
  color: transparent;
  width: 205px;
  height: 50px;
  margin: 0 0 0 12px;
  background-image: url(../../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-nav {
  margin: 0 12px 0 0;
}

.sp-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-nav li:nth-of-type(1) {
  margin: 0 10px 0 0;
}

.sp-nav li:nth-of-type(1) a::before {
  display: block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-image: url("../../img/icon/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  margin: 0 auto;
}

.sp-nav li:nth-of-type(2) a::before {
  display: block;
  color: transparent;
  width: 30px;
  height: 30px;
  background-image: url("../../img/icon/tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  margin: 0 auto;
}

.sp-nav a {
  display: block;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #707070;
}

.pc-nav {
  display: none;
}

.tel {
  display: none;
}

.btm-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: #E9FCFF;
}

.btm-nav a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #707070;
}

.btm-nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 12px;
}

.btm-nav li {
  width: 70px;
  height: 100%;
}

.btm-nav li:nth-of-type(1) a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon/home.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.btm-nav li:nth-of-type(2) a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon/guidance.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.btm-nav li:nth-of-type(3) a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon/recruit.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.btm-nav li:nth-of-type(4) a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon/works.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.btm-nav li:nth-of-type(5) a::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../../img/icon/company.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  header {
    padding: 18px 0 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo {
    margin: 0 0 22px 12px;
  }
  .btm-nav {
    display: none;
  }
  .pc-nav {
    display: block;
    width: 100%;
    background-color: #E9FCFF;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .pc-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style-type: none;
  }
  .pc-nav li {
    width: 20%;
    text-align: center;
  }
  .pc-nav li a {
    line-height: 1;
    padding: 12px 0;
  }
  .pc-nav a {
    color: #2777B8;
    text-decoration: none;
    display: block;
  }
  .pc-nav a:hover {
    opacity: 0.5;
  }
  .pc-nav .now a {
    background-color: #2777B8;
    color: white;
  }
  .sp-nav {
    display: none;
  }
  .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    margin: 0 25px 22px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2777B8;
    font-size: 35px;
  }
  .tel::before {
    display: block;
    color: transparent;
    width: 40px;
    height: 40px;
    background-image: url("../../img/icon/tel.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    margin: 0 10px 0 0;
  }
}
/*# sourceMappingURL=header.css.map */