@charset "UTF-8";
header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  height: 80px;
}
@media (max-width: 767px) {
  header .inner {
    padding: 0 0 0 15px;
  }
}
header .header-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
}
header .logo:hover {
  color: #333;
  opacity: 1;
}
header .header-catch {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.83;
}
@media (max-width: 767px) {
  header .header-catch {
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}
header .nav-content {
  margin-left: 26px;
  padding-top: 30px;
}
header .nav-content .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
header .nav-content .nav-list .nav-item:nth-child(n+2) {
  margin-left: 17px;
}
header .nav-content .nav-list .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.87;
}
header .nav-content .nav-list .nav-item .nav-icon {
  position: relative;
  top: 2px;
  font-size: 1.6rem;
  margin-left: 7px;
}
header .header-info {
  height: 100%;
  margin-left: auto;
}
@media (max-width: 767px) {
  header .header-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 187px;
    margin-left: 0;
  }
}
header .header-info .list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 767px) {
  header .header-info .list {
    justify-content: flex-end;
  }
}
header .header-info .list .item {
  background-color: #ffe600;
  width: 160px;
  height: 78px;
}
@media (max-width: 767px) {
  header .header-info .list .item {
    width: 49.1978609626%;
    height: auto;
    max-height: 58px;
  }
}
header .header-info .list .item:nth-child(n+2) {
  margin-left: 2px;
}
header .header-info .list .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  header .header-info .list .item a {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2.15;
  }
}
header .header-info .list .item a:hover {
  color: #333;
  opacity: 1;
}

/* SP */
@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header .nav-content {
    display: none;
  }

  .sp-nav-wrap {
    position: fixed;
    bottom: 61px;
    left: 0;
    z-index: 10000;
    background-color: #222;
    border-radius: 0 10px 10px 0;
    width: 60px;
    height: 60px;
  }

  .btn-wrap {
    position: relative;
    z-index: 10001;
  }

  .drawer-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .drawer-hamburger-button {
    color: #fff;
    font-size: 3rem !important;
  }

  .drawer-hamburger-button-txt {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    width: 100%;
    height: 100%;
  }
  .drawer-hamburger-button-txt:before {
    content: "メニュー";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateY(0) translateX(-50%);
    text-align: center;
    width: 100%;
    height: 100%;
  }

  .drawer-hamburger-icon {
    background-color: #fff;
    width: 23px;
    height: 3px;
    margin: 0 auto 18px;
  }
  .drawer-hamburger-icon:after {
    height: 3px;
    background-color: #fff;
  }
  .drawer-hamburger-icon:before {
    height: 3px;
    background-color: #fff;
    top: -7px;
  }
  .drawer-hamburger-icon:after {
    top: 7px;
  }

  .drawer-nav {
    z-index: 9999;
    background-color: #005aaa;
    width: 100% !important;
    height: 100%;
  }

  .drawer-open {
    /* OPEN中 */
  }
  .drawer-open .drawer-hamburger {
    right: 0 !important;
  }
  .drawer-open .drawer-hamburger-button-txt:before {
    content: "閉じる";
  }
  .drawer-open .drawer-nav {
    top: 55px;
    right: 0 !important;
    height: 100%;
    padding: 50px 15px;
  }
  .drawer-open .drawer-overlay {
    display: none;
  }

  .drawer-menu {
    width: 65.22%;
    height: 100%;
    margin: 0 auto;
  }
  .drawer-menu .drawer-item {
    border-bottom: 2px solid #fff;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
    width: 97.78%;
    padding-bottom: 11px;
  }
  .drawer-menu .drawer-item:hover {
    border-bottom-color: #fff500;
  }
  .drawer-menu .drawer-item a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
  }
  .drawer-menu .drawer-item a:after {
    content: ">";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 2rem;
    font-weight: normal;
    transform: translateY(-50%) translateX(-50%);
  }
  .drawer-menu .drawer-item a:hover:after {
    color: #fff500;
  }
  .drawer-menu .drawer-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .drawer-info {
    margin-top: 30px;
  }
  .drawer-info .btn {
    border: none;
    box-shadow: 5px 4px 0px 0 #003d73;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    width: 97.78%;
    max-width: 100%;
    min-height: 60px;
    margin: 0;
  }
  .drawer-info .btn:nth-child(n+2) {
    margin-top: 30px;
  }
  .drawer-info .btn a:after {
    font-size: 1.6rem;
  }
}