@charset "UTF-8";
body, input, button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
}

/*---------- グローバルメニュー ----------*/
.custom-local-menu {
  background: #eff2f6;
  padding: 10px 0;
  position: sticky;
  top: 99px;
  z-index: 10;
}
.custom-local-menu .str-inner {
  margin: 0 auto;
  max-width: 1200px;
}
.custom-local-menu .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  justify-content: center;
}
.custom-local-menu .menu > li {
  margin: 0 10px;
  position: relative;
}
.custom-local-menu .menu > li > a {
  background: rgba(22, 38, 124, 0);
  color: #000;
  display: block;
  font-size: 1.6rem;
  line-height: 1.312;
  min-height: 45px;
  padding: 12px 20px;
  text-decoration: none;
  transition: background 0.3s ease-out;
}
.custom-local-menu .menu > li > a:hover {
  background: rgba(22, 38, 124, 0.08);
}
.custom-local-menu .menu > li > a._current {
  background: rgba(22, 38, 124, 0.08);
  pointer-events: none;
}
.custom-local-menu .menu > li > a b {
  font-weight: 700;
}
.custom-local-menu .menu > li + li::before {
  border-left: 1px dotted #000;
  bottom: 10px;
  content: "";
  display: block;
  left: -10px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.custom-local-menu .menu > li + li.is-break::before {
  display: none;
}
.custom-local-menu .sp-hdg-button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.3125;
  padding: 12px 30px 12px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.custom-local-menu .sp-hdg-button::after {
  border: 1px solid #787878;
  border-width: 2px 2px 0 0;
  bottom: auto;
  content: "";
  display: block;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  top: calc(50% - 9px);
  transform: rotate(135deg);
  transition: 0.2s transform ease-out, 0.2s top ease-out;
  width: 10px;
}

@media screen and (min-width: 1024px) and (max-width: 1155px), print {
  .custom-local-menu {
    top: 121px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1050px), print {
  .custom-local-menu {
    top: 125px;
  }
}
@media screen and (max-width: 1024px), print {
  .custom-local-menu {
    top: 59px;
  }
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu {
    padding: 0;
    top: 59px;
    transition: 0.2s margin ease-out;
  }
  .custom-local-menu:not(.is-fixed) {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-local-menu:not(.is-fixed) .menu {
    position: static;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu .menu {
    display: flex !important;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu {
    background: #f2f2f2;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li + li::before {
    display: none;
  }
}
@media screen and (min-width: 640px), print {
  .custom-local-menu .sp-hdg {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu .sp-hdg-button {
    font-size: 1.4rem;
  }
}
.is-open.custom-local-menu .sp-hdg-button::after {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}

.custom-local-menu.is-fixed {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 640px) and (max-width: 1024px), print {
  .custom-local-menu.is-fixed {
    padding: 0;
  }
  .custom-local-menu.is-fixed .sp-hdg {
    display: block;
  }
  .custom-local-menu.is-fixed .menu {
    background: #f2f2f2;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .custom-local-menu.is-fixed .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
@media screen and (min-width: 640px) {
  .custom-local-menu:not(.is-fixed) .menu {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._x-narrow .menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}/*# sourceMappingURL=second-menu.css.map */