@import "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
.header {
  display: flex;
  position: fixed;
  top: 0;
  align-items: center;
  z-index: 100;
  width: 100vw;
  height: 80px;
  background-color: #FFFFFF;
}

.header-logo img {
  height: 65px;
  width: 178px;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 47px 0 20px;
  height: 100%;
}

.header-nav .nav-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header-nav .nav-menu a {
  font-size: 16px;
  color: #2C2F2C;
  font-weight: bold;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0px;
}

.menu-icon-menu {
  display: none;
}

.header-nav-sp {
  display: none;
}

.no-item-post {
  text-align: center;
  color: #2C2F2C;
  font-size: 16px;
  margin-top: 100px;
}

@media screen and (max-width: 765px) {
  .menu-icon-menu {
    display: block;
  }
  .menu-icon-menu img {
    width: 30px;
    height: 38px;
  }
  .header-nav .nav-menu {
    display: none;
  }
  .header {
    height: 64px;
  }
  .header-wrap {
    padding: 0 15px;
  }
  .header-nav-sp {
    display: block;
    margin-top: 10px;
    transition: max-height 0.3s, transform 0.3s;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    display: none;
  }
  .header-logo img {
    width: 150px;
    height: 54px;
  }
  .nav-menu-sp {
    position: absolute;
    background: #004EA2;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding: 42px 23px 90px 23px;
    height: 100vh;
    overflow-y: auto;
  }
  .nav-menu-sp li a {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 16px;
  }
  .nav-menu-sp li:not(:first-child) {
    padding-top: 18px;
    padding-left: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .nav-menu-sp li:first-child {
    padding-left: 6px;
  }
  .group-menu-icon-sp {
    display: flex;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .group-menu-icon-sp li:first-child {
    padding-top: 20px;
  }
  .group-menu-icon-sp li:last-child {
    border: none;
  }
  .menu-item-sp-2 {
    padding-top: 170px !important;
  }
  .menu-icon-close-sp {
    display: none;
    width: 26.29px;
    height: 26.89px;
  }
}
