@charset "utf-8";

/***********************************
***** RESET
***********************************/
a[href^='#anc-']::before {
  content: none;
}

/***********************************
***** js用style
***********************************/
.js-display-none:not(:root) {
  display: none;
}

/***********************************
***** 汎用style
***********************************/
.au-mediaSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .au-mediaPc:not(:root) {
    display: none;
  }
  .au-mediaSp {
    display: block;
  }
}

/***********************************
***** PC SIZE
***********************************/
.au-header-nav-wrap {
  border-top: 1px solid #ccc;
}
.au-header-nav-wrap-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 51;
  border-bottom: 1px solid #cccccc;
}
.au-header-nav {
  padding: 16px 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.au-header-nav-logo {
  max-width: 127px;
  line-height: 1;
}
.au-header-nav-cta {
  display: flex;
  align-items: center;
}
.au-hdr-contact {
  display: flex;
  align-items: center;
  margin: 0;
}
.au-hdr-contact-dt {
  padding-right: 10px;
}
.au-nav-btn-apply {
  margin-left: 10px;
}

/***********************************
***** SP SIZE
***********************************/
@media screen and (max-width: 767px) {
  .au-header-nav-wrap-fixed {
    position: relative;
    z-index: 51;
  }
  .au-header-nav {
    padding: 0px;
  }
  .au-header-nav-logo {
    padding-left: 10px;
  }
  .au-header-nav-cta-sp {
    display: flex;
  }
  .au-nav-btn-apply-sp a {
    background: #fcdb00;
    display: inline-block;
    padding: 10px 7px 6px;
    box-sizing: border-box;
    width: 60px;
  }
  .au-apply-fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .au-hamburger {
    width: 50px;
    height: 62px;
    cursor: pointer;
    position: relative;
  }
  .au-hamburger-line {
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    background: #000000;
    transition: all 0.3s;
  }
  .au-hamburger-line:nth-child(1) {
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .au-hamburger-line:nth-child(2) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .au-hamburger-line:nth-child(3) {
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
  }
  .hamburger-actived .au-hamburger-line:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(0px) translateX(-65%);
    -ms-transform: rotate(45deg) translateY(0px) translateX(-65%);
    transform: rotate(45deg) translateY(0px) translateX(-65%);
    top: 40px;
  }
  .hamburger-actived .au-hamburger-line:nth-child(2) {
    display: none;
    background: rgba(255, 255, 255, 0);
  }
  .hamburger-actived .au-hamburger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(0px) translateX(-65%);
    -ms-transform: rotate(-45deg) translateY(0px) translateX(-65%);
    transform: rotate(-45deg) translateY(0px) translateX(-65%);
    bottom: 42px;
  }
  .au-nav-content {
    overflow: hidden;
  }
  .au-nav-list {
    margin-bottom: 0;
  }
  .au-nav-item:first-child a {
    border-top: 1px solid #cccccc;
  }
  .au-nav-item a {
    display: block;
    color: #223;
    padding: 11px 40px 10px 15px;
    background: #efefef;
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
  .au-nav-item a:hover {
    text-decoration: none;
  }
  .au-nav-item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 12px;
    height: 10px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-right: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    background-image: url(/common/ui_ver2/img/gHd2016_sp_sprite.png);
    background-position: -4px -8px;
    -webkit-background-size: 180px auto;
    background-size: 180px auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: medium none;
  }
  .au-nav-close-wrap {
    text-align: center;
    padding: 16px 0;
    background: #efefef;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }
  .au-nav-close {
    background: #4d4d4d;
    padding: 6px 20px 6px 37px;
    color: #ffffff;
    width: 180px;
    font-size: 12px;
    border-radius: 50px;
    position: relative;
  }
  .au-nav-close::after {
    content: "";
    background-image: url(/common/ui_ver2/img/gHd2016_sp_sprite.png);
    background-position: -158px -8px;
    -webkit-background-size: 180px auto;
    background-size: 180px auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
  }
}
