@charset "UTF-8";
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 1s;
  box-sizing: border-box;
  width: 100%;
  transition: top 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
#header .hpc {
  padding: 3.28125vw 2.6041666667vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: calc(100% - 1.6666666667vw);
  gap: 2.6041666667vw;
  transition: 1s;
}
#header .hpc .logo {
  width: 19.6vw;
  height: 4.5833333333vw;
}
#header .hpc .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#header .hpc .logo a:hover {
  opacity: 0.8;
}
#header .hpc .header-menu {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
}
#header .hpc .header-menu #menu-header-menu {
  flex-wrap: wrap;
}
#header .hpc .header-menu #menu-header-menu > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: start;
  position: relative;
  padding-left: 2.7083333333vw;
  padding-right: 2.7083333333vw;
}
#header .hpc .header-menu #menu-header-menu > li::before {
  content: "";
  background: #2022B0;
  width: 2.5520833333vw;
  height: 0.1041666667vw;
  position: absolute;
  transform: translateY(-50%) rotate(-60deg);
  top: 50%;
  right: -1.2vw;
}
#header .hpc .header-menu #menu-header-menu > li a {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 0.9375vw;
  font-family: "font-ZKGNb", "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  transition: 1s;
  letter-spacing: 0;
  line-height: 1;
}
#header .hpc .header-menu #menu-header-menu > li a .txt-e {
  display: block;
  color: #2022B0;
  letter-spacing: 0;
}
#header.fixed .hpc {
  background: #EFEFEF;
  box-shadow: 0px 0px 4px 0px #7b7979;
  padding: 1.5vw;
}
#header.fixed .hpc .logo {
  width: 14vw;
  height: 3vw;
}
#header .hsp {
  display: none;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    height: initial;
    border: none;
  }
  #header .hpc {
    display: none;
  }
  #header .hsp {
    display: block;
    transition: 0.5s;
  }
  #header .hsp .menu-bar {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  #header .hsp .menu-bar .logo {
    width: 146px;
    height: 31px;
    transition: 0.5s;
  }
  #header .hsp .menu-bar .logo a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  #header .hsp .menu-bar .logo a img {
    width: 100%;
    height: 100%;
  }
  #header .hsp .menu-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 11;
    background: transparent;
    transition: 0.5s;
  }
  #header .hsp .menu-btn div {
    height: 2px;
    width: 40px;
    background: #2022B0;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.6s ease;
  }
  #header .hsp .menu-btn div:nth-of-type(1) {
    top: calc(50% - 8px);
    left: 35%;
  }
  #header .hsp .menu-btn div:nth-of-type(3) {
    top: calc(50% + 8px);
    left: 65%;
  }
  #header .hsp .menu-btn.active div {
    width: 40px;
    transform-origin: center;
    transition: 0.5s ease-in-out;
  }
  #header .hsp .menu-btn.active div:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(210deg);
  }
  #header .hsp .menu-btn.active div:nth-of-type(2) {
    display: none;
  }
  #header .hsp .menu-btn.active div:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-210deg);
  }
  #header .hsp .menu-btn-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では非表示 */
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: initial;
    background: #ffffff;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    box-sizing: border-box;
    z-index: 10;
  }
  #header .hsp .menu-btn-nav .logo {
    width: 146px;
    height: 31px;
    position: absolute;
    top: 16px;
    left: 15px;
  }
  #header .hsp .menu-btn-nav .logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #header .hsp .menu-btn-nav .logo a img {
    width: 100%;
    height: 100%;
  }
  #header .hsp .menu-btn-nav .menus {
    width: 100%;
    height: calc(100% - 70px - 80px);
    box-sizing: border-box;
    overflow-y: scroll;
    margin-top: 70px;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li {
    width: 80%;
    margin: 0 auto;
    border-radius: 0;
    border-bottom: solid 1px #000000;
    box-sizing: border-box;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li a {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000000;
    padding: 30px 15px;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    flex-wrap: wrap;
    font-style: normal;
    box-sizing: border-box;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    gap: 5px;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li a::before {
    content: none;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li a span {
    line-height: 1;
    font-size: 14px;
    color: #2022B0;
  }
  #header .hsp .menu-btn-nav .txt-c {
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    background: #2022B0;
  }
  #header .hsp .menu-btn-nav .txt-c .txt-j {
    font-size: 16px;
    color: #ffffff;
  }
  #header .hsp .menu-btn-nav .txt-c svg {
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .hsp .menu-btn-nav.active {
    opacity: 1;
    visibility: visible;
    right: 0; /* メニューを表示する */
  }
  #header.fixed {
    top: 0;
  }
  #header.fixed .hsp {
    background: #EFEFEF;
    box-shadow: 0px 0px 4px 0px #7b7979;
  }
  #header.fixed .hsp .menu-btn-nav .logo {
    top: 16px;
  }
}
/*# sourceMappingURL=header.css.map */