@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oswald-Medium";
  src: url(/fonts/Oswald/Oswald-Medium.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* ヘッダ */
/*========*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 182px;
  background-color: #f2f4f4;
  clear: both;
  transition: 0.4s;
  z-index: 10;
}
@media (max-width: 1023px) {
  header {
    height: 82px;
    padding: 20px;
    background-color: #FFF;
    border-bottom: 1px solid #f2f4f4;
  }
}
header .h-logo {
  width: 249px;
  margin-top: 32px;
  margin-left: 40px;
  float: left;
}
@media (max-width: 1023px) {
  header .h-logo {
    max-width: 112px;
    margin: 0;
  }
}
header .h-logo img {
  display: block;
}
header .h-menu-area .h-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0 16px;
  margin-bottom: 24px;
  margin-right: 116px;
}
@media (max-width: 1023px) {
  header .h-menu-area .h-wrap {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
header .h-menu-area .h-setting {
  position: relative;
  margin-bottom: 8px;
}
header .h-menu-area .h-link {
  margin-bottom: 8px;
}
header .h-menu-area .h-link a {
  display: flex;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 14px;
  color: var(--txt-color);
  line-height: 1;
}
header .h-menu-area .h-link a img {
  margin-right: 4px;
}
header .h-menu-area .h-link a:hover {
  color: var(--base-color);
}
header .h-menu-area .h-search {
  width: 192px;
  /* 埋め込み検索体裁調整 */
}
@media (max-width: 1023px) {
  header .h-menu-area .h-search {
    width: 100%;
  }
}
header .h-menu-area .h-search input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid #47433f;
}
header .h-menu-area .h-search .gsc-search-box {
  margin: 0 auto;
}
header .h-menu-area .h-search .gsc-search-box .gsib_a {
  padding: 8px 24px 8px 8px;
  background-position: right center;
}
header .h-menu-area .h-search .gsc-search-box .gsib_b {
  display: none;
}
header .h-menu-area .access-bt {
  width: 44px;
}
header .h-menu-area .access-bt a {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: var(--txt-color);
}
header .h-menu-area .access-bt a:hover {
  text-decoration: none;
}
header .h-menu-area .access-bt a figcaption {
  margin-top: 10px;
}
header .h-menu-area .search-area {
  width: 44px;
}
header .h-menu-area .search-area .h-ac-menu {
  display: block;
  padding: 0;
  background-color: transparent;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
header .h-menu-area .search-area .h-ac-menu figcaption {
  margin-top: 10px;
}
header .h-menu-area .search-area .h-ac-cts {
  display: none;
  position: fixed;
  width: 100vw;
  max-height: calc(100vh - 82px);
  left: 0;
  top: 82px;
  padding: 20px;
  background-color: #f2f4f4;
  overflow-y: auto;
}
header .h-menu-area .h-list-other-link {
  display: flex;
  justify-content: space-between;
  width: 372px;
}
header .h-menu-area .h-list-other-link li {
  width: 48%;
}
header .h-menu-area .h-list-other-link li a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 72px;
  padding: 0 12px;
  background-color: #47433f;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
header .h-menu-area .menu-nav .sub-menu {
  display: none;
}

header .menu {
  position: fixed;
  width: 96px;
  height: 182px;
  top: 0;
  right: 0;
  padding: 0;
  background-color: var(--base-color);
  cursor: pointer;
  z-index: 15;
}
@media (max-width: 1023px) {
  header .menu {
    width: 48px;
    height: 48px;
    top: 20px;
    right: 20px;
    background-color: transparent;
  }
}
header .menu .menu-inner {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
  margin: 0 auto;
}
header .menu .menu-inner span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  header .menu .menu-inner span {
    height: 1px;
    background: #47433f;
  }
}
header .menu .menu-inner span:first-child {
  top: 0;
}
header .menu .menu-inner span:nth-child(2) {
  top: 9px;
}
header .menu .menu-inner span:last-child {
  top: 19px;
}
header .menu.open .menu-inner span:first-child {
  top: 9px;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  header .menu.open .menu-inner span:first-child {
    background-color: var(--base-color);
  }
}
header .menu.open .menu-inner span:last-child {
  top: 9px;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  header .menu.open .menu-inner span:last-child {
    background-color: var(--base-color);
  }
}
header .menu.open .menu-inner span:nth-child(2) {
  opacity: 0;
}
header .menu .menu-txt {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1023px) {
  header .menu .menu-txt {
    margin-top: 8px;
    font-size: 10px;
    color: var(--txt-color);
  }
}
header .menu .menu-txt.on {
  display: none;
}
header .menu.open .menu-txt.off {
  display: none;
}
header .menu.open .menu-txt.on {
  display: block;
}
@media (max-width: 1023px) {
  header .menu.open .menu-txt {
    color: var(--base-color);
  }
}

/* ナビゲーション 共通
--------------------------------*/
.menu-nav {
  display: flex;
  width: calc(100vw - 96px);
  background-color: var(--bg-color);
}
@media (max-width: 1023px) {
  .menu-nav {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    background-color: #f2f4f4;
    border-bottom: 1px solid #CCC;
  }
}
.menu-nav > li {
  width: 16.6666%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
@media (max-width: 1023px) {
  .menu-nav > li {
    width: 100%;
    border-bottom: 0;
  }
}
.menu-nav > li + li {
  border-left: 1px solid #CCC;
}
@media (max-width: 1023px) {
  .menu-nav > li + li {
    border-left: none;
  }
}
.menu-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 33px 8px;
  font-family: "NotoSansJP-Medium", sans-serif;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #47433f;
}
.menu-nav > li > a:hover {
  background-color: #f2f4f4;
  text-decoration: none;
}
.menu-nav > li > a .ic {
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .menu-nav > li > a {
    position: relative;
    justify-content: flex-start;
    padding: 20px 44px 20px 8px;
    font-size: 16px;
  }
  .menu-nav > li > a:not(.ac-link)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    border-color: #47433f;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    transform: rotate(-45deg);
  }
  .menu-nav > li > a.ac-link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    top: 50%;
    right: 8px;
    background: #47433f;
  }
  .menu-nav > li > a.ac-link::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    right: 16px;
    margin-top: -8px;
    background: #47433f;
  }
  .menu-nav > li > a.ac-link.open::after {
    opacity: 0;
  }
}
.menu-nav .sub-menu {
  padding: 24px 0;
  border-top: 1px solid #CCC;
}
@media (max-width: 1023px) {
  .menu-nav .sub-menu {
    padding: 0 0 16px;
    display: none;
    border-top: 0;
  }
  .menu-nav .sub-menu.open {
    display: block;
  }
}
.menu-nav .sub-menu li a {
  display: block;
  padding: 8px 24px 8px 32px;
  text-indent: -16px;
  text-align: left;
  font-size: 15px;
  color: #47433f;
  line-height: 1.6;
}
.menu-nav .sub-menu li a::before {
  content: "-";
  margin-right: 8px;
}
.menu-nav .sub-menu li a:hover {
  text-decoration: none;
}
.menu-nav .sub-menu li a:hover span {
  text-decoration: underline;
}

.h-menu-nv {
  margin: 32px 0 16px;
}
.h-menu-nv dt {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #398c8e;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 15px;
  line-height: 1;
}
.h-menu-nv dt::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #398c8e;
  border-radius: 50%;
}
.h-menu-nv dd .list-bt {
  display: flex;
  flex-shrink: 0;
  gap: 0 8px;
  margin-top: 16px;
  padding-bottom: 24px;
  overflow-x: scroll;
}
.h-menu-nv dd .list-bt li {
  min-width: 98px;
}
.h-menu-nv dd .list-bt li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-self: center;
  width: 100%;
  height: 98px;
  background-color: #FFF;
  border-radius: 4px;
  filter: drop-shadow(0px 2px 0px #CCC);
}
.h-menu-nv dd .list-bt li a img {
  display: block;
  max-width: 56px;
  margin: 0 auto;
}
.h-menu-nv dd .list-bt li a span {
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: "NotoSansJP-Medium", sans-serif;
  color: var(--txt-color);
  line-height: 1.3;
  text-align: center;
}

/* ナビゲーション
--------------------------------*/
nav.g-nv {
  position: fixed;
  width: 100%;
  max-height: calc(100vh - 96px);
  top: 96px;
  right: 0;
  background-color: #FFF;
  filter: drop-shadow(0 7px 5px #CCC);
  overflow-y: auto;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1023px) {
  nav.g-nv {
    max-height: calc(100vh - 82px);
    top: 82px;
    padding: 0 24px 64px;
    background-color: #f2f4f4;
  }
}
nav.g-nv.open {
  right: 0;
  pointer-events: all;
  z-index: 9;
  opacity: 1;
}
nav.g-nv .h-list-other-link {
  max-width: 320px;
  margin: 0 auto 40px;
}
nav.g-nv .h-list-other-link li + li {
  margin-top: 8px;
}
nav.g-nv .h-list-other-link a {
  display: block;
  padding: 20px 16px;
  background-color: #47433f;
  border-radius: 8px;
  text-align: right;
}
nav.g-nv .list-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
}
nav.g-nv .list-link a {
  display: block;
  color: #47433f;
  font-size: 14px;
  font-family: "NotoSansJP-Medium", sans-serif;
}

.h-setting {
  position: relative;
}
.h-setting .h-ac-menu {
  display: block;
  padding: 0;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.h-setting .h-ac-menu img {
  margin-right: 4px;
}
.h-setting .h-ac-menu:hover, .h-setting .h-ac-menu.open {
  color: var(--base-color);
}
.h-setting .h-ac-cts {
  position: absolute;
  width: 140px;
  margin-top: 8px;
  padding: 16px;
  background-color: #FFF;
  filter: drop-shadow(0 7px 5px #CCC);
}
.h-setting .h-ac-cts .list-set {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
}
.h-setting .h-ac-cts .list-set dt {
  width: 100%;
  margin: 8px 0 4px;
  font-family: "NotoSansJP-Medium", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.h-setting .h-ac-cts .list-set dd {
  width: 32px;
}
.h-setting .h-ac-cts .list-set dd .set-bt {
  display: block;
  width: 100%;
  padding: 8px 2px;
  border: 1px solid var(--base-color);
  background-color: #FFF;
  font-size: 14px;
  line-height: 1;
  color: var(--base-color);
}
.h-setting .h-ac-cts .list-set dd .set-bt:hover, .h-setting .h-ac-cts .list-set dd .set-bt.is-active {
  background-color: var(--base-color);
  color: #FFF;
}
/*# sourceMappingURL=header.css.map */