.custom-local-menu {
  background: #f2f2f2;
  padding: 10px 0;
  position: sticky;
  top: 99px;
  z-index: 10;
}
@media screen and (min-width: 1025px) and (max-width: 1155px) {
  html[lang="ja"] .custom-local-menu {
    top: 121px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1050px) {
  html[lang="ja"] .custom-local-menu {
    top: 161px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu {
    top: 59px;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu {
    padding: 0;
    top: 61px;
    transition: 0.2s margin ease-out;
  }
  .custom-local-menu:not(.is-fixed):not(._absolute) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .custom-local-menu:not(.is-fixed):not(._absolute) .menu {
    position: static;
  }
}
.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;
}
@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%;
  }
}
.custom-local-menu .menu > li {
  margin: 0 10px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
.custom-local-menu .menu > li > a {
  background: rgba(22, 38, 124, 0);
  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;
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li > a {
    font-size: 1.4rem;
  }
}
.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);
  -webkit-text-stroke: 0.5px currentColor;
  text-stroke: 0.5px currentColor;
}
.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;
}
@media screen and (max-width: 639px) {
  .custom-local-menu .menu > li + li::before {
    display: none;
  }
}
.custom-local-menu .menu > li + li.is-break::before {
  display: none;
}
@media screen and (min-width: 640px), print {
  .custom-local-menu .menu > li.has-button {
    align-items: center;
    display: flex;
  }
}
.custom-local-menu .menu > li.has-button a {
  align-self: center;
  background: #032d63;
  color: #fff;
  font-weight: bold;
  min-height: inherit;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 640px), print {
  .custom-local-menu .menu > li.has-button a {
    border-radius: 5px;
    padding-bottom: 4px;
    padding-top: 5px;
  }
}
.custom-local-menu .menu > li.has-button a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1024px) {
  .custom-local-menu.is-fixed .menu > li a {
    border-radius: 0;
    padding: 12px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 640px), print {
  .custom-local-menu .sp-hdg {
    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%;
}
@media screen and (max-width: 639px) {
  .custom-local-menu .sp-hdg-button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu .sp-hdg-button span {
    transition: opacity 0.3s;
  }
}
.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: 20px;
  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 (max-width: 1024px) {
  .is-open.is-fixed.custom-local-menu .sp-hdg-button span {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .is-open._absolute.custom-local-menu .sp-hdg-button span {
    opacity: 1;
  }
}
@media screen and (max-width: 639px) {
  .is-open.custom-local-menu .sp-hdg-button span {
    opacity: 0;
  }
}
.is-open.custom-local-menu .sp-hdg-button::after {
  top: calc(50% - 3px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .custom-local-menu._absolute .menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .custom-local-menu._absolute .menu > li > a.is-current {
    background-color: rgba(22, 38, 124, 0.08);
  }
  .custom-local-menu._absolute .sp-hdg-button {
    font-weight: bold;
  }
}
.custom-local-menu._absolute,.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) {
  .custom-local-menu._absolute,.custom-local-menu.is-fixed {
    padding: 0;
  }
  .custom-local-menu._absolute .sp-hdg,.custom-local-menu.is-fixed .sp-hdg {
    display: block;
  }
  .custom-local-menu._absolute .menu,.custom-local-menu.is-fixed .menu {
    background: #f2f2f2;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .custom-local-menu._absolute .menu > li,.custom-local-menu.is-fixed .menu > li {
    border-top: 1px solid #fff;
    margin: 0;
  }
}
@media screen and (min-width: 640px), print {
  .custom-local-menu:not(.is-fixed):not(._absolute) .menu {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._narrow .menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._x-narrow .menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu._fixed-white.is-fixed,.custom-local-menu._fixed-white._absolute {
    background: #fff;
  }
  .custom-local-menu._fixed-white.is-fixed::before,.custom-local-menu._fixed-white._absolute::before {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li,.custom-local-menu._fixed-white._absolute .menu > li {
    border-top-color: #cecece;
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li:last-child,.custom-local-menu._fixed-white._absolute .menu > li:last-child {
    border-bottom: 1px solid #cecece;
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li > a,.custom-local-menu._fixed-white._absolute .menu > li > a {
    background-color: #fff;
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li > a.is-current,.custom-local-menu._fixed-white._absolute .menu > li > a.is-current {
    background-color: rgba(22, 38, 124, 0.08);
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li > a:hover,.custom-local-menu._fixed-white._absolute .menu > li > a:hover {
    background-color: rgba(22, 38, 124, 0.08);
  }
  .custom-local-menu._fixed-white.is-fixed .menu > li.has-child > a,.custom-local-menu._fixed-white._absolute .menu > li.has-child > a {
    background-color: #fff !important;
  }
  .custom-local-menu._fixed-white.is-fixed .child-menu,.custom-local-menu._fixed-white._absolute .child-menu {
    background-color: #fff;
  }
  .custom-local-menu._fixed-white.is-fixed .child-menu a:hover,.custom-local-menu._fixed-white._absolute .child-menu a:hover {
    background-color: rgba(22, 38, 124, 0.08);
  }
  .custom-local-menu._fixed-white.is-fixed .child-menu a.is-current,.custom-local-menu._fixed-white._absolute .child-menu a.is-current {
    background-color: rgba(22, 38, 124, 0.08);
  }
  .custom-local-menu._fixed-white.is-fixed.is-open,.custom-local-menu._fixed-white._absolute.is-open {
    filter: none;
  }
  .custom-local-menu._fixed-white.is-fixed.is-open::before,.custom-local-menu._fixed-white._absolute.is-open::before {
    opacity: 1;
    visibility: visible;
  }
}
.custom-local-menu._long .str-inner {
  max-width: 1400px;
}
.custom-local-menu._absolute {
  margin-bottom: -65px;
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._absolute {
    transition: background 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu._absolute {
    margin-bottom: -45px !important;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu._absolute {
    margin-bottom: -41px !important;
  }
}
.custom-local-menu._absolute:not(.is-fixed) {
  filter: none;
}
@media screen and (max-width: 1024px) {
  .custom-local-menu._absolute .menu {
    max-height: calc(100vh - 105px);
    overflow: auto;
    overscroll-behavior: contain;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._absolute .menu > li {
    margin-left: clamp(10px, 1vw, 20px);
    margin-right: clamp(10px, 1vw, 20px);
  }
}
.custom-local-menu._absolute .menu > li::before {
  display: none !important;
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._absolute .menu > li > a {
    background: none;
    padding-left: clamp(10px, 1vw, 20px);
    padding-right: clamp(10px, 1vw, 20px);
    position: relative;
  }
  .custom-local-menu._absolute .menu > li > a::before {
    background: currentColor;
    bottom: 2px;
    content: "";
    display: block;
    height: 0;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    transform-origin: center center;
  }
  .custom-local-menu._absolute .menu > li > a.is-current {
    -webkit-text-stroke: 0.5px currentColor;
    text-stroke: 0.5px currentColor;
  }
  .custom-local-menu._absolute .menu > li > a.is-current::before {
    transform: scaleX(1);
  }
  .custom-local-menu._absolute .menu > li > a:hover {
    -webkit-text-stroke: 0.5px currentColor;
    text-stroke: 0.5px currentColor;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._pc-transparent:not(.is-fixed) {
    background: transparent;
  }
  .custom-local-menu._pc-transparent:not(.is-fixed) .menu > li > a {
    background: transparent;
    color: #fff;
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._pc-black .menu > li > a {
    color: inherit !important;
  }
  .custom-local-menu._pc-black .menu > li > a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M13.69%2C.29c.41%2C.39%2C.41%2C1.01%2C0%2C1.4l-6.69%2C6.31L.31%2C1.69C-.1%2C1.3-.1%2C.68%2C.31%2C.29S1.38-.1%2C1.8%2C.29L7%2C5.2%2C12.2%2C.29c.41-.39%2C1.08-.39%2C1.49%2C0Z%22%20style%3D%22fill%3A%23000%3B%22%2F%3E%3C%2Fsvg%3E") !important;
  }
}
.custom-local-menu .menu > li.has-child {
  position: static;
}
.custom-local-menu .menu > li.has-child > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M13.69%2C.29c.41%2C.39%2C.41%2C1.01%2C0%2C1.4l-6.69%2C6.31L.31%2C1.69C-.1%2C1.3-.1%2C.68%2C.31%2C.29S1.38-.1%2C1.8%2C.29L7%2C5.2%2C12.2%2C.29c.41-.39%2C1.08-.39%2C1.49%2C0Z%22%20style%3D%22fill%3A%23fff%3B%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-left: 10px;
  transition: 0.2s transform ease-out;
  vertical-align: 2px;
  width: 14px;
}
.custom-local-menu.is-fixed .menu > li.has-child > a::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M13.69%2C.29c.41%2C.39%2C.41%2C1.01%2C0%2C1.4l-6.69%2C6.31L.31%2C1.69C-.1%2C1.3-.1%2C.68%2C.31%2C.29S1.38-.1%2C1.8%2C.29L7%2C5.2%2C12.2%2C.29c.41-.39%2C1.08-.39%2C1.49%2C0Z%22%20style%3D%22fill%3A%23000%3B%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1024px) {
  .custom-local-menu .menu > li.has-child > a::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M13.69%2C.29c.41%2C.39%2C.41%2C1.01%2C0%2C1.4l-6.69%2C6.31L.31%2C1.69C-.1%2C1.3-.1%2C.68%2C.31%2C.29S1.38-.1%2C1.8%2C.29L7%2C5.2%2C12.2%2C.29c.41-.39%2C1.08-.39%2C1.49%2C0Z%22%20style%3D%22fill%3A%2304127C%3B%22%2F%3E%3C%2Fsvg%3E") !important;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu .menu > li.has-child > a {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.custom-local-menu .menu > li.has-child.is-open > a::after {
  transform: rotate(-180deg);
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu .child-menu {
    background: #646464;
    display: none;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .custom-local-menu .child-menu .list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
  }
  .custom-local-menu .child-menu .list > li {
    margin-left: clamp(10px, 1vw, 20px);
    margin-right: clamp(10px, 1vw, 20px);
  }
  .custom-local-menu .child-menu .list > li > a {
    color: #fff;
    display: block;
    padding-bottom: 10px;
    padding-left: clamp(10px, 1vw, 20px);
    padding-right: clamp(10px, 1vw, 20px);
    padding-top: 10px;
    text-decoration: none;
  }
  .custom-local-menu .child-menu .list > li > a:hover {
    -webkit-text-stroke: 0.5px currentColor;
    text-stroke: 0.5px currentColor;
  }
}
@media screen and (max-width: 1024px) {
  .custom-local-menu .child-menu {
    display: none;
  }
  .custom-local-menu .child-menu .list > li {
    border-bottom: 1px solid #b6b6b6;
  }
  .custom-local-menu .child-menu .list > li:last-child {
    border-bottom: none;
  }
  .custom-local-menu .child-menu .list > li > a {
    display: block;
    padding: 10px 0 10px 48px;
    text-decoration: none;
    transition: background 0.3s ease-out;
  }
  .custom-local-menu .child-menu .list > li > a::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%3Cpath%20d%3D%22M5.66%2C15.81c-.26%2C0-.51-.1-.71-.29-.39-.39-.39-1.02%2C0-1.41l4.95-4.95L4.95%2C4.21c-.39-.39-.39-1.02%2C0-1.41s1.02-.39%2C1.41%2C0l6.36%2C6.36-6.36%2C6.36c-.2%2C.2-.45%2C.29-.71%2C.29Z%22%20style%3D%22fill%3A%2304127c%3B%22%2F%3E%3Crect%20id%3D%22b%22%20width%3D%2218%22%20height%3D%2218%22%20style%3D%22fill%3Anone%3B%22%2F%3E%3C%2Fsvg%3E");
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    vertical-align: -4px;
    width: 18px;
  }
  .custom-local-menu .child-menu .list > li > a.is-current {
    background-color: rgba(22, 38, 124, 0.08);
  }
}
@media screen and (min-width: 1025px), print {
  .custom-local-menu._absolute:not(.is-fixed) .menu > li.is-open > a {
    -webkit-text-stroke: 0.5px currentColor;
    text-stroke: 0.5px currentColor;
  }
}
@media screen and (max-width: 639px) {
  .custom-local-menu._sp-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.js-custom-anchor {
  display: block;
  margin-top: -65px;
  overflow: hidden;
  padding-top: 65px;
  pointer-events: none;
}