.icon-bgm,
.icon-camera,
.icon-wifi,
.icon-phone,
.icon-signage,
.icon-tv,
.icon-payment,
.header .btn-bgm::before,
.header .btn-camera::before,
.header .btn-wifi::before,
.header .btn-phone::before,
.header .btn-bgm-s::before,
.header .btn-camera-s::before,
.header .btn-wifi-s::before,
.header .btn-phone-s::before {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-bgm,
.header .btn-bgm::before,
.header .btn-bgm-s::before {
  background-image: url("/images/icon/icon_bgm.svg");
}
.icon-camera,
.header .btn-camera::before,
.header .btn-camera-s::before {
  background-image: url("/images/icon/icon_camera.svg");
}
.icon-wifi,
.header .btn-wifi::before,
.header .btn-wifi-s::before {
  background-image: url("/images/icon/icon_wifi.svg");
}
.icon-phone,
.header .btn-phone::before,
.header .btn-phone-s::before {
  background-image: url("/images/icon/icon_phone.svg");
}
.icon-signage {
  background-image: url("/images/icon/icon_signage.svg");
}
.icon-tv {
  background-image: url("/images/icon/icon_tv.svg");
}
.icon-payment {
  background-image: url("/images/icon/icon_payment.svg");
}
.icon-fb,
.icon-tw {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-fb {
  background-image: url("/images/icon/icon_fb.svg");
}
.icon-tw {
  background-image: url("/images/icon/icon_tw.svg");
}
.icon-service,
.icon-store,
.icon-store-white {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.icon-service {
  background-image: url("/images/icon/icon_service.svg");
}
.icon-store {
  background-image: url("/images/icon/icon_store.svg");
}
.icon-store-white {
  background-image: url("/images/icon/icon_store_white.svg");
}
.icon-time,
.icon-refresh {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-time {
  background-image: url("/images/icon/icon_time.svg");
}
.icon-refresh {
  background-image: url("/images/icon/icon_refresh.svg");
}
.icon-home {
  width: 12px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-image: url("/images/icon/icon_home.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
}
.icon-home-dp {
  width: 12px;
  height: 10px;
  background-size: contain;
  display: inline-block;
  background-image: url("/images/icon/icon_home_dp.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
  margin-top: -2px;
}
.icon-pdf {
  position: relative;
  padding-right: 30px;
}
.icon-pdf::before {
  content: "";
  background: url("/images/icon/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 11px;
  position: absolute;
  bottom: calc(1em / 2);
  right: 0;
  margin: auto;
}
.icon-day::before,
.icon-night::before {
  content: "";
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
}
.icon-day::before {
  width: 41px;
  height: 41px;
  background-image: url("/service/bgm/u-music/assets/images/program_icon_day.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.icon-night::before {
  width: 38px;
  height: 38px;
  background-image: url("/service/bgm/u-music/assets/images/program_icon_night.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.header .btn,
.header .btn-second,
.header .btn-cta {
  display: block;
  position: relative;
  border-radius: 4px;
  line-height: 1em;
  cursor: pointer;
  color: #fff;
  padding: 16px 20px;
  width: 288px;
  font-size: clamp(16px, 1.5625vw, 16px);
}
@media screen and (max-width: 1024px) {
  .header .btn,
  .header .btn-second,
  .header .btn-cta {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header .btn,
  .header .btn-second,
  .header .btn-cta {
    text-align: center;
    width: 100%;
    padding: 18px 20px;
  }
}
.header .btn::after,
.header .btn-second::after,
.header .btn-cta::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
}
.header .btn {
  transition: background 300ms;
  border: 1px solid #094c97;
  background: #094c97;
}
.header .btn:hover {
  background: #147bd1;
}
.header .btn-second {
  transition: background 300ms;
  color: #094c97;
  border: 1px solid #094c97;
  background: #fff;
}
.header .btn-second::after {
  border-color: #094c97;
}
.header .btn-second:hover {
  background: #e5f5fd;
}
.header .btn-cta {
  z-index: 1;
  border: 1px solid #ff7b23;
  background: #ff7b23;
  box-shadow: 0px 3px 6px rgba(51,51,51,0.15);
}
.header .btn-cta::before {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 300ms;
  border-radius: 4px;
  background: linear-gradient(135deg, #ff7b23 0%, #f34b4b 100%);
}
.header .btn-cta:hover::before {
  opacity: 0;
}
.header .btn-blank::after {
  width: 11px;
  height: 11px;
  border: none;
  transform: rotate(0);
  background: url("/images/icon/icon_blank_white.svg");
  background-repeat: no-repeat;
}
.header .btn-s {
  width: 194px;
}
@media screen and (max-width: 767px) {
  .header .btn-s {
    width: 100%;
  }
}
.header .btn-l {
  padding: 16px 20px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .header .btn-l {
    width: 100%;
  }
}
.header .link {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  transition: opacity 300ms;
}
.header .link:hover {
  opacity: 0.6;
  border-bottom: 1px solid transparent;
}
.header .txtlink,
.header .txtlink-blank {
  position: relative;
  color: #094c97;
  border-bottom: 1px solid #094c97;
  padding-right: 1em;
  transition: opacity 300ms;
  transition: all 0.3s;
}
.header .txtlink::after,
.header .txtlink-blank::after {
  content: '';
  width: 7px;
  height: 7px;
  display: block;
  border-top: solid 2px #094c97;
  border-right: solid 2px #094c97;
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(1em / 2);
  right: 0;
  transition: all 0.3s ease;
}
.header .txtlink:hover,
.header .txtlink-blank:hover {
  border-bottom: 1px solid transparent;
}
.header .txtlink:hover::after,
.header .txtlink-blank:hover::after {
  right: -0.5em;
}
.header .txtlink-blank::after,
.header .txtlink-blank-blank::after {
  content: '';
  width: 11px;
  height: 11px;
  border: none;
  transform: rotate(0);
  position: absolute;
  bottom: calc(1em / 2);
  right: 0;
  background: url("/images/icon/icon_blank.svg");
  background-repeat: no-repeat;
}
.header .txtlink-blank:hover::after,
.header .txtlink-blank-blank:hover::after {
  right: 0;
}
.header .btn-play,
.header .btn-stop {
  display: block;
  width: 33px;
  height: 33px;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
}
.header .btn-play::before,
.header .btn-stop::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .btn-play:hover,
.header .btn-stop:hover {
  background: #094c97;
}
.header .btn-play {
  background: #3b4043;
}
.header .btn-play::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
  left: 12px;
}
.header .btn-stop {
  background: #98a6b5;
}
.header .btn-stop::before {
  width: 10px;
  height: 10px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header .btn-close {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  background: #094c97;
  position: relative;
  transition: opacity 300ms;
}
.header .btn-close::before,
.header .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff;
}
.header .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header .btn-close:hover {
  opacity: 0.7;
}
.header .btn-acod {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 100%;
  background: #d0d0d0;
  position: relative;
  transition: opacity 300ms;
}
.header .btn-acod::before,
.header .btn-acod::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff;
}
.header .btn-acod::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.header .btn-acod::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header .btn-acod:hover {
  opacity: 0.7;
}
.header .btn-checkbox input {
  display: none;
}
.header .btn-checkbox input + label {
  position: relative;
}
.header .btn-checkbox input + label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #bfbfbf;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  margin-right: 0.3em;
}
.header .btn-checkbox input + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 10px;
  transform: rotate(40deg) translateY(-50%);
  border-bottom: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
}
.header .btn-checkbox input:checked + label::before {
  background-color: #094c97;
  border-color: #094c97;
}
.header .btn-checkbox input:checked + label::after {
  border-color: #fff;
}
.header .pagination {
  display: flex;
  justify-content: center;
}
.header .pagination li {
  margin-right: 8px;
}
.header .pagination li:last-child {
  margin-right: 0;
}
.header .pagination-prev,
.header .pagination-next,
.header .pagination-btn > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  color: #094c97;
  text-align: center;
  transition: all 300ms;
  font-family: "AvenirBold";
  background: #fff;
}
.header .pagination-prev.is_active,
.header .pagination-next.is_active,
.header .pagination-btn > a.is_active,
.header .pagination-prev:hover,
.header .pagination-next:hover,
.header .pagination-btn > a:hover {
  border: 1px solid #094c97;
  background: #094c97;
  color: #fff;
}
.header .pagination-btn > a {
  color: #16445a;
}
.header .pagination-prev,
.header .pagination-next {
  text-indent: -9999px;
  position: relative;
  cursor: pointer;
}
.header .pagination-prev::after,
.header .pagination-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.header .pagination-prev:hover::after,
.header .pagination-next:hover::after {
  border-color: #fff;
}
.header .pagination-prev::after {
  border-bottom: solid 3px #094c97;
  border-left: solid 3px #094c97;
  left: 12px;
}
.header .pagination-next::after {
  border-top: solid 3px #094c97;
  border-right: solid 3px #094c97;
  left: 9px;
}
.header .btn-bgm,
.header .btn-camera,
.header .btn-wifi,
.header .btn-phone {
  position: relative;
  display: inline-block;
  padding: 7px 15px 7px 46px;
  background: #f0f3f5;
  border: 1px solid #dde2e7;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  transition: opacity 300ms;
}
.header .btn-bgm::before,
.header .btn-camera::before,
.header .btn-wifi::before,
.header .btn-phone::before {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 10px;
}
.header .btn-bgma:hover,
.header .btn-cameraa:hover,
.header .btn-wifia:hover,
.header .btn-phonea:hover {
  opacity: 0.7;
}
.header .btn-bgm {
  color: #00b8f1;
}
.header .btn-camera {
  color: #6744c8;
}
.header .btn-wifi {
  color: #009c8d;
}
.header .btn-phone {
  color: #009c8d;
}
.header .btn-bgm-s,
.header .btn-camera-s,
.header .btn-wifi-s,
.header .btn-phone-s {
  position: relative;
  display: inline-block;
  padding: 4px;
  background: #f0f3f5;
  border: 1px solid #dde2e7;
  border-radius: 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: opacity 300ms;
}
.header .btn-bgm-s::before,
.header .btn-camera-s::before,
.header .btn-wifi-s::before,
.header .btn-phone-s::before {
  content: "";
  display: block;
}
.header .btn-bgm-sa:hover,
.header .btn-camera-sa:hover,
.header .btn-wifi-sa:hover,
.header .btn-phone-sa:hover {
  opacity: 0.7;
}
.header .btn-bgm-txt,
.header .btn-camera-txt,
.header .btn-net-txt,
.header .btn-signage-txt,
.header .btn-pos-txt,
.header .btn-uplink-txt,
.header .btn-other-txt {
  display: inline-block;
  border-radius: 4px;
  padding: 4px 8px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 13px;
  transition: opacity 300ms;
}
.header .btn-bgm-txta:hover,
.header .btn-camera-txta:hover,
.header .btn-net-txta:hover,
.header .btn-signage-txta:hover,
.header .btn-pos-txta:hover,
.header .btn-uplink-txta:hover,
.header .btn-other-txta:hover {
  opacity: 0.7;
}
.header .btn-bgm-txt {
  background: #e6f7ff;
  color: #35adeb;
}
.header .btn-camera-txt {
  background: #f6f2ff;
  color: #6744c8;
}
.header .btn-net-txt {
  background: #e9fffc;
  color: #168e82;
}
.header .btn-signage-txt {
  background: #ffeadc;
  color: #ff7b23;
}
.header .btn-pos-txt {
  background: #e9efff;
  color: #323e85;
}
.header .btn-uplink-txt {
  background: #fffadc;
  color: #596a7d;
}
.header .btn-other-txt {
  background: #dde2e7;
  color: #596a7d;
}
.header .ex-anchor-link {
  padding-top: 105px;
  margin-top: -105px;
}
@media screen and (max-width: 1023px) {
  .header .ex-anchor-link {
    padding-top: 85px;
    margin-top: -85px;
  }
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header .show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .show-sp {
    display: inherit !important;
  }
}
@media screen and (min-width: 1024px) {
  .header .show-pc {
    display: inherit !important;
  }
}
@media screen and (max-width: 1023px) {
  .header .show-pc {
    display: none !important;
  }
}
.header button {
  background: none;
  outline: 0;
  border: 0;
}
.header {
  position: relative;
  width: 100%;
  z-index: 100 !important;
  color: #333;
  font-family: "Noto Sans Japanese", "NotoSans Cjk", "Noto Sans JP";
  font-weight: 400;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .header a {
    transition: 0.3s;
  }
}
.header a:not(class*="btn") {
  color: #333;
}
.header a.body-localnav-head-inner-main {
  transition: none;
}
@media screen and (max-width: 1023px) {
  .header a.body-localnav-head-inner-main:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #707f89;
    border-right: 2px solid #707f89;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    transform: translateY(-100%);
    transition: transform, 400ms;
    overflow: scroll;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: #f0f3f5;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .header-nav {
    height: calc(100vh - 46px);
  }
}
.header-main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header-main {
    padding-top: 55px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header-main.is-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1301px) {
  .header-contact {
    position: absolute;
    right: 24px;
  }
}
.header-contact a {
  display: block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
  border: 1px solid #ff7b23;
  background: #ff7b23;
  box-shadow: 0px 3px 6px rgba(51,51,51,0.15);
  position: relative;
}
.header-contact a:before {
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 300ms;
  border-radius: 4px;
  background: linear-gradient(135deg, #ff7b23 0%, #f34b4b 100%);
}
.header-contact a:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.header-contact a:hover:before {
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header-contact {
    display: none;
  }
}
.header-level1,
.header-level2,
.header-level3 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header-level1-inner,
  .header-level2-inner,
  .header-level3-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-level1-inner,
.header-level2-inner,
.header-level3-inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
.header-level1-left-inner,
.header-level2-left-inner,
.header-level3-left-inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav,
  .header-level2-right-nav,
  .header-level3-right-nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .header-level1 {
    background: #fff;
    height: 55px;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1 {
    background: #f0f3f5;
    padding-bottom: 1px;
  }
}
.header-level1-left {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header-level1-left {
    position: absolute;
    left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-left {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f3f5;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-left-inner {
    background: #f0f3f5;
  }
}
@media screen and (min-width: 1024px) {
  .header-level1-left-inner {
    background: #fff;
  }
}
.header-level1-left-logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  height: 55px;
  z-index: 1;
}
@media screen and (max-width: 1035px) {
  .header-level1-left-logo {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-left-logo {
    height: 46px;
  }
}
.header-level1-left-logo img {
  width: 120px !important;
  height: 41px !important;
}
.header-level1-left-catch {
  color: #36404b;
  padding-left: 14px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .header-level1-left-catch {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-left-inner {
    height: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .header-level1-right {
    z-index: 2;
  }
}
.header-level1-right-nav-pulldown {
  visibility: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 500ms;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav-pulldown {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 500ms;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-pulldown {
    overflow: hidden;
    transition: max-height 500ms;
  }
}
.header-level1-right-nav > li {
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li {
    padding: 0;
  }
}
.header-level1-right-nav > li >a,
.header-level1-right-nav > li >p {
  display: block;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav > li >a,
  .header-level1-right-nav > li >p {
    line-height: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li >a,
  .header-level1-right-nav > li >p {
    padding: 12px 0 14px;
    border-bottom: 1px solid #c9d1d9;
    margin: 0 18px;
  }
}
.header-level1-right-nav > li > a,
.header-level1-right-nav > li >p {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li > a:before,
  .header-level1-right-nav > li >p:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
  }
}
.header-level1-right-nav > li > a:after,
.header-level1-right-nav > li >p:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav > li > a:after,
  .header-level1-right-nav > li >p:after {
    width: 0;
    height: 3px;
    background: #3b4043;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width 300ms;
  }
}
.header-level1-right-nav > li > a span,
.header-level1-right-nav > li >p span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav > li > a:hover:after,
  .header-level1-right-nav > li >p:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li > a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #707f89;
    border-right: 2px solid #707f89;
    transform: rotate(45deg);
    right: 10px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li.current >a {
    color: #094c97;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav > li.current >a:after {
    border-color: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav > li.current >a:after,
  .header-level1-right-nav > li.current >p:after {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-mypage {
    margin: 16px 0 64px;
  }
}
.header-level1-right-nav-mypage a {
  display: block;
  color: #094c97;
  background: #f0f3f5;
  box-shadow: inset 3px 3px 13px rgba(0,0,0,0.015), 3px 3px 3px rgba(0,0,0,0.04);
  margin: 5px 0;
  padding: 10px 5px;
  transition: box-shadow 500ms;
  border-radius: 4px;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav-mypage a {
    height: 28px;
    line-height: 28px !important;
    padding: 0 24px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-mypage a {
    text-align: center;
    background: #fff;
  }
}
.header-level1-right-nav-mypage a span {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-mypage a:before {
    content: none !important;
  }
}
.header-level1-right-nav-mypage a:after {
  content: none !important;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav-mypage a:hover {
    background: #f0f3f5;
    box-shadow: inset -3px -3px 13px rgba(0,0,0,0.02);
  }
}
.header-level1-right-nav-mypage a span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-level1-right-nav-mypage a span {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-mypage a span {
    padding-left: 22px;
    display: inline-block;
    line-height: 1.3;
  }
}
.header-level1-right-nav-mypage a span:before {
  content: "";
  background: url("https://usen.com/images/icon/icon-mypage.svg");
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .header-level1-right-nav-mypage a span:before {
    bottom: auto;
    right: 0;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-level2 {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2 {
    display: none;
    background: #f0f3f5;
  }
}
.header-level2-left {
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header-level2-left {
    display: none;
    position: absolute;
    top: 40px;
    left: calc((100% - 1024px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-left {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f3f5;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-left-inner {
    background: #f0f3f5;
  }
}
@media screen and (min-width: 1024px) {
  .header-level2-left-inner {
    background: #fff;
  }
}
.header-level2-left-logo {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px 0 0;
  height: 55px;
  z-index: 1;
}
@media screen and (max-width: 1035px) {
  .header-level2-left-logo {
    padding: 0 12px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-left-logo {
    height: 46px;
  }
}
.header-level2-left-logo img {
  width: 120px !important;
  height: 41px !important;
}
.header-level2-left-catch {
  color: #36404b;
  padding-left: 14px;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .header-level2-left-catch {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-left-inner {
    height: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .header-level2-right {
    z-index: 2;
  }
}
.header-level2-right-nav-pulldown {
  visibility: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 500ms;
}
@media screen and (min-width: 1024px) {
  .header-level2-right-nav-pulldown {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 500ms;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav-pulldown {
    overflow: hidden;
    transition: max-height 500ms;
  }
}
.header-level2-right-nav > li {
  padding: 0 12px;
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li {
    padding: 0;
  }
}
.header-level2-right-nav > li >a,
.header-level2-right-nav > li >p {
  display: block;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-level2-right-nav > li >a,
  .header-level2-right-nav > li >p {
    height: 55px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li >a,
  .header-level2-right-nav > li >p {
    padding: 12px 0 14px;
    border-bottom: 1px solid #c9d1d9;
    margin: 0 18px;
  }
}
.header-level2-right-nav > li > a,
.header-level2-right-nav > li >p {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li > a:before,
  .header-level2-right-nav > li >p:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #fff;
  }
}
.header-level2-right-nav > li > a:after,
.header-level2-right-nav > li >p:after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .header-level2-right-nav > li > a:after,
  .header-level2-right-nav > li >p:after {
    width: 0;
    height: 3px;
    background: #3b4043;
    bottom: 0;
    left: 0;
    right: 0;
    transition: width 300ms;
  }
}
.header-level2-right-nav > li > a span,
.header-level2-right-nav > li >p span {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .header-level2-right-nav > li > a:hover:after,
  .header-level2-right-nav > li >p:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li > a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #707f89;
    border-right: 2px solid #707f89;
    transform: rotate(45deg);
    right: 10px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li.current >a {
    color: #094c97;
  }
}
@media screen and (max-width: 1023px) {
  .header-level2-right-nav > li.current >a:after {
    border-color: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .header-level2-right-nav > li.current >a:after,
  .header-level2-right-nav > li.current >p:after {
    width: 100%;
  }
}
.header-level3 {
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .header-level3 {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header-level3:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #f0f3f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 1023px) {
  .header-level3 {
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .header-level3-inner {
    width: 100%;
    max-width: 1024px;
    margin: auto;
  }
}
.header-level3-left {
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .header-level3-left {
    width: 100%;
    background: #f0f3f5;
  }
}
@media screen and (min-width: 1024px) {
  .header-level3-left {
    position: absolute;
    top: 55px;
    left: calc((100% - 1024px) / 2);
    z-index: 1;
  }
}
.header-level3-left.none {
  display: none;
}
.header-level3-left-inner {
  height: 50px;
}
@media screen and (max-width: 1023px) {
  .header-level3-left-inner {
    height: 39px;
    border-bottom: 1px solid #c9d1d9;
    background: #fff;
  }
}
.header-level3-left-logo {
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .header-level3-left-logo {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level3-left-logo img {
    width: auto;
    height: 16px;
  }
}
.header-level3-left-catch {
  color: #36404b;
  font-size: 12px;
  line-height: 1.2;
}
.header-level3-left-catch-note {
  display: inline-block;
  background: #dde2e7;
  font-size: 10px;
  padding: 4px;
  line-height: 1;
  margin-left: 4px;
}
@media screen and (max-width: 1023px) {
  .header-level3-left {
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 3;
  }
}
@media screen and (min-width: 1024px) {
  .header-level3-right {
    z-index: 2;
  }
}
@media screen and (max-width: 1023px) {
  .header-level3-right-nav {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level4 {
    z-index: 100;
  }
}
@media screen and (min-width: 1024px) {
  .header-level4 {
    position: relative;
    width: 100%;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .header-level4 {
    position: fixed;
    width: 100%;
    top: 46px;
    left: 0;
  }
}
.header-level4-inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .header-level4-left {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #c9d1d9;
    background: #fff;
    display: flex;
    align-items: center;
  }
}
.header-level4-left-logo {
  line-height: 1;
  margin-right: 16px;
}
@media screen and (max-width: 1023px) {
  .header-level4-left-logo {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level4-left-logo img {
    width: auto;
    height: 16px;
  }
}
.header-level4-right {
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .header-level4-right {
    display: none;
  }
}
.header-level4-right ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-level4-right ul li a {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header-level4-right ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
  }
  .header-level4-right ul li a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #094c97;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: width 300ms;
  }
}
@media screen and (min-width: 1024px) {
  .header-level4-right ul li > a:hover {
    color: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .header-level4-right ul li > a:hover:after {
    width: 27px;
    opacity: 1;
    background: #094c97;
  }
}
.header-level4-right ul li.current a {
  color: #094c97;
}
@media screen and (min-width: 1024px) {
  .header-level4-right ul li.current a:after {
    width: 27px;
    opacity: 1;
    background: #094c97;
  }
}
.header-level5 {
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  display: block !important;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1125px) {
  .header-level5 {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.header-level5 li a {
  white-space: nowrap;
  margin: 10px 8px;
  color: #333 !important;
}
.header-level5 li a:after {
  display: none;
}
.header-level5 li a:hover,
.header-level5 li a.is_current {
  background-color: #f0f3f5;
  border-radius: 5px;
  color: #094c97 !important;
}
.header-nav-list-menu {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header-nav-list-menu {
    border-bottom: 1px solid #c9d1d9;
  }
}
.header-nav-list-menu >a,
.header-nav-list-menu >span {
  display: block;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu >a,
  .header-nav-list-menu >span {
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-menu >a,
  .header-nav-list-menu >span {
    font-size: 16px;
    padding: 13px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu > a:after {
    content: "";
    width: 0;
    height: 3px;
    background: #094c97;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: width 300ms;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-menu > a:not(.icon-accordion):after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #707f89;
    border-right: 2px solid #707f89;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu > a:hover {
    color: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu > a:hover:after {
    width: 27px;
    opacity: 1;
  }
}
.header-nav-list-menu > span {
  pointer-events: none;
  opacity: 0.6;
}
.header-nav-list-menu.current > a,
.header-nav-list-menu.current > .gnav-service-title {
  color: #094c97;
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu.current > a:after,
  .header-nav-list-menu.current > .gnav-service-title:after {
    width: 27px;
    opacity: 1;
    background: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-pulldown {
    visibility: hidden;
    opacity: 0;
    transition: opacity, 300ms;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: #f0f3f5;
    padding: 10px 8px;
    border-radius: 0px 0px 5px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-pulldown {
    overflow: hidden;
    max-height: 0;
    transition: max-height, 500ms;
  }
}
.header-nav-list-pulldown a {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  min-width: 165px;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .header-nav-list-pulldown a {
    position: relative;
    padding: 8px 0 8px 25px;
  }
}
.header-nav-list-pulldown a:hover {
  color: #094c97;
  background: #c9d1d9;
}
@media screen and (max-width: 1023px) {
  .header-nav-list-pulldown a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #707f89;
    border-right: 1px solid #707f89;
    transform: rotate(45deg);
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-pulldown li:last-child a {
    margin-bottom: 10px;
  }
}
.header-nav-list-pulldown li.current > a {
  color: #094c97;
  background: #c9d1d9;
}
.header-nav-list-pulldown li.header-level3-option a {
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-nav-list-pulldown li.header-level3-option a:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-pulldown li.header-level3-option a:after {
    content: "";
    width: 10px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 25px;
    left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .header-level3-left ~ .header-nav {
    top: 85px;
    height: calc(100vh - 85px);
  }
}
@media screen and (min-width: 1024px) {
  .header.is-open .header-level3-left {
    z-index: 0;
  }
}
.header.is-fixed {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header.is-fixed {
    height: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .header.is-fixed {
    height: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .header.is-fixed .header-main,
  .header.is-fixed .header-level1 {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header.is-fixed .header-level3-left,
  .header.is-fixed .header-level3 {
    position: fixed;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  [id^="air"] .header .header-level1,
  [id^="u-wifi"] .header .header-level1,
  #uhikari .header .header-level1,
  [id^="eyes"] .header .header-level1,
  #next_cloud .header .header-level1,
  [id^="pos"] .header .header-level1,
  [id^="uregi"] .header .header-level1,
  [id^="os"] .header .header-level1,
  [id^="payment"] .header .header-level1,
  [id^="music"] .header .header-level1,
  [id^="phone"] .header .header-level1,
  [id^="DSIGNAGE"] .header .header-level1,
  [id^="robot"] .header .header-level1,
  #KettyBotPro .header .header-level1,
  #BELLABOT .header .header-level1,
  #bellabotpro .header .header-level1,
  #KETTYBOT .header .header-level1,
  #pudut300 .header .header-level1,
  #overseas .header .header-level1,
  #dokodemo .header .header-level1,
  #dmagazine .header .header-level1,
  #economy .header .header-level1,
  #virtual_restaurant .header .header-level1,
  #mobile_intercom .header .header-level1,
  .app .header .header-level1 {
    position: absolute !important;
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .header .header-level3-left-inner,
  [id^="u-wifi"] .header .header-level3-left-inner,
  #uhikari .header .header-level3-left-inner,
  [id^="eyes"] .header .header-level3-left-inner,
  #next_cloud .header .header-level3-left-inner,
  [id^="pos"] .header .header-level3-left-inner,
  [id^="uregi"] .header .header-level3-left-inner,
  [id^="os"] .header .header-level3-left-inner,
  [id^="payment"] .header .header-level3-left-inner,
  [id^="music"] .header .header-level3-left-inner,
  [id^="phone"] .header .header-level3-left-inner,
  [id^="DSIGNAGE"] .header .header-level3-left-inner,
  [id^="robot"] .header .header-level3-left-inner,
  #KettyBotPro .header .header-level3-left-inner,
  #BELLABOT .header .header-level3-left-inner,
  #bellabotpro .header .header-level3-left-inner,
  #KETTYBOT .header .header-level3-left-inner,
  #pudut300 .header .header-level3-left-inner,
  #overseas .header .header-level3-left-inner,
  #dokodemo .header .header-level3-left-inner,
  #dmagazine .header .header-level3-left-inner,
  #economy .header .header-level3-left-inner,
  #virtual_restaurant .header .header-level3-left-inner,
  #mobile_intercom .header .header-level3-left-inner,
  .app .header .header-level3-left-inner {
    height: 50px;
    padding-top: 5px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .header .header-level3-left ~ .header-nav,
  [id^="u-wifi"] .header .header-level3-left ~ .header-nav,
  #uhikari .header .header-level3-left ~ .header-nav,
  [id^="eyes"] .header .header-level3-left ~ .header-nav,
  #next_cloud .header .header-level3-left ~ .header-nav,
  [id^="pos"] .header .header-level3-left ~ .header-nav,
  [id^="uregi"] .header .header-level3-left ~ .header-nav,
  [id^="os"] .header .header-level3-left ~ .header-nav,
  [id^="payment"] .header .header-level3-left ~ .header-nav,
  [id^="music"] .header .header-level3-left ~ .header-nav,
  [id^="phone"] .header .header-level3-left ~ .header-nav,
  [id^="DSIGNAGE"] .header .header-level3-left ~ .header-nav,
  [id^="robot"] .header .header-level3-left ~ .header-nav,
  #KettyBotPro .header .header-level3-left ~ .header-nav,
  #BELLABOT .header .header-level3-left ~ .header-nav,
  #bellabotpro .header .header-level3-left ~ .header-nav,
  #KETTYBOT .header .header-level3-left ~ .header-nav,
  #pudut300 .header .header-level3-left ~ .header-nav,
  #overseas .header .header-level3-left ~ .header-nav,
  #dokodemo .header .header-level3-left ~ .header-nav,
  #dmagazine .header .header-level3-left ~ .header-nav,
  #economy .header .header-level3-left ~ .header-nav,
  #virtual_restaurant .header .header-level3-left ~ .header-nav,
  #mobile_intercom .header .header-level3-left ~ .header-nav,
  .app .header .header-level3-left ~ .header-nav {
    top: 96px;
    height: calc(100vh - 96px);
  }
}
@media screen and (min-width: 1024px) {
  [id^="air"] .header.is-fixed .header-level1,
  [id^="u-wifi"] .header.is-fixed .header-level1,
  #uhikari .header.is-fixed .header-level1,
  [id^="eyes"] .header.is-fixed .header-level1,
  #next_cloud .header.is-fixed .header-level1,
  [id^="pos"] .header.is-fixed .header-level1,
  [id^="uregi"] .header.is-fixed .header-level1,
  [id^="os"] .header.is-fixed .header-level1,
  [id^="payment"] .header.is-fixed .header-level1,
  [id^="music"] .header.is-fixed .header-level1,
  [id^="phone"] .header.is-fixed .header-level1,
  [id^="DSIGNAGE"] .header.is-fixed .header-level1,
  [id^="robot"] .header.is-fixed .header-level1,
  #KettyBotPro .header.is-fixed .header-level1,
  #BELLABOT .header.is-fixed .header-level1,
  #bellabotpro .header.is-fixed .header-level1,
  #KETTYBOT .header.is-fixed .header-level1,
  #pudut300 .header.is-fixed .header-level1,
  #overseas .header.is-fixed .header-level1,
  #dokodemo .header.is-fixed .header-level1,
  #dmagazine .header.is-fixed .header-level1,
  #economy .header.is-fixed .header-level1,
  #virtual_restaurant .header.is-fixed .header-level1,
  #mobile_intercom .header.is-fixed .header-level1,
  .app .header.is-fixed .header-level1 {
    position: absolute !important;
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .header.is-fixed .header-level2-left,
  [id^="u-wifi"] .header.is-fixed .header-level2-left,
  #uhikari .header.is-fixed .header-level2-left,
  [id^="eyes"] .header.is-fixed .header-level2-left,
  #next_cloud .header.is-fixed .header-level2-left,
  [id^="pos"] .header.is-fixed .header-level2-left,
  [id^="uregi"] .header.is-fixed .header-level2-left,
  [id^="os"] .header.is-fixed .header-level2-left,
  [id^="payment"] .header.is-fixed .header-level2-left,
  [id^="music"] .header.is-fixed .header-level2-left,
  [id^="phone"] .header.is-fixed .header-level2-left,
  [id^="DSIGNAGE"] .header.is-fixed .header-level2-left,
  [id^="robot"] .header.is-fixed .header-level2-left,
  #KettyBotPro .header.is-fixed .header-level2-left,
  #BELLABOT .header.is-fixed .header-level2-left,
  #bellabotpro .header.is-fixed .header-level2-left,
  #KETTYBOT .header.is-fixed .header-level2-left,
  #pudut300 .header.is-fixed .header-level2-left,
  #overseas .header.is-fixed .header-level2-left,
  #dokodemo .header.is-fixed .header-level2-left,
  #dmagazine .header.is-fixed .header-level2-left,
  #economy .header.is-fixed .header-level2-left,
  #virtual_restaurant .header.is-fixed .header-level2-left,
  #mobile_intercom .header.is-fixed .header-level2-left,
  .app .header.is-fixed .header-level2-left {
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .header.is-fixed .header-level3-left,
  [id^="u-wifi"] .header.is-fixed .header-level3-left,
  #uhikari .header.is-fixed .header-level3-left,
  [id^="eyes"] .header.is-fixed .header-level3-left,
  #next_cloud .header.is-fixed .header-level3-left,
  [id^="pos"] .header.is-fixed .header-level3-left,
  [id^="uregi"] .header.is-fixed .header-level3-left,
  [id^="os"] .header.is-fixed .header-level3-left,
  [id^="payment"] .header.is-fixed .header-level3-left,
  [id^="music"] .header.is-fixed .header-level3-left,
  [id^="phone"] .header.is-fixed .header-level3-left,
  [id^="DSIGNAGE"] .header.is-fixed .header-level3-left,
  [id^="robot"] .header.is-fixed .header-level3-left,
  #KettyBotPro .header.is-fixed .header-level3-left,
  #BELLABOT .header.is-fixed .header-level3-left,
  #bellabotpro .header.is-fixed .header-level3-left,
  #KETTYBOT .header.is-fixed .header-level3-left,
  #pudut300 .header.is-fixed .header-level3-left,
  #overseas .header.is-fixed .header-level3-left,
  #dokodemo .header.is-fixed .header-level3-left,
  #dmagazine .header.is-fixed .header-level3-left,
  #economy .header.is-fixed .header-level3-left,
  #virtual_restaurant .header.is-fixed .header-level3-left,
  #mobile_intercom .header.is-fixed .header-level3-left,
  .app .header.is-fixed .header-level3-left {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="u-wifi"] .header.is-fixed .header-level3-left ~ .header-nav,
  #uhikari .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="eyes"] .header.is-fixed .header-level3-left ~ .header-nav,
  #next_cloud .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="pos"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="uregi"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="os"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="payment"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="music"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="phone"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="DSIGNAGE"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="robot"] .header.is-fixed .header-level3-left ~ .header-nav,
  #KettyBotPro .header.is-fixed .header-level3-left ~ .header-nav,
  #BELLABOT .header.is-fixed .header-level3-left ~ .header-nav,
  #bellabotpro .header.is-fixed .header-level3-left ~ .header-nav,
  #KETTYBOT .header.is-fixed .header-level3-left ~ .header-nav,
  #pudut300 .header.is-fixed .header-level3-left ~ .header-nav,
  #overseas .header.is-fixed .header-level3-left ~ .header-nav,
  #dokodemo .header.is-fixed .header-level3-left ~ .header-nav,
  #dmagazine .header.is-fixed .header-level3-left ~ .header-nav,
  #economy .header.is-fixed .header-level3-left ~ .header-nav,
  #virtual_restaurant .header.is-fixed .header-level3-left ~ .header-nav,
  #mobile_intercom .header.is-fixed .header-level3-left ~ .header-nav,
  .app .header.is-fixed .header-level3-left ~ .header-nav {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 1023px) {
  [id^="air"] .content,
  [id^="u-wifi"] .content,
  #uhikari .content,
  [id^="eyes"] .content,
  #next_cloud .content,
  [id^="pos"] .content,
  [id^="uregi"] .content,
  [id^="os"] .content,
  [id^="payment"] .content,
  [id^="music"] .content,
  [id^="phone"] .content,
  [id^="DSIGNAGE"] .content,
  [id^="robot"] .content,
  #KettyBotPro .content,
  #BELLABOT .content,
  #bellabotpro .content,
  #KETTYBOT .content,
  #pudut300 .content,
  #overseas .content,
  #dokodemo .content,
  #dmagazine .content,
  #economy .content,
  #virtual_restaurant .content,
  #mobile_intercom .content,
  .app .content {
    padding-top: 96px;
  }
}
@media screen and (min-width: 1024px) {
  [id^="uregibeauty"] .header-contact,
  [id^="uregifood"] .header-contact,
  [id^="uregistore"] .header-contact,
  [id^="uregihealthcare"] .header-contact,
  [id^="ursvb"] .header-contact,
  [id^="music_entertainment"] .header-contact,
  [id^="music_enterprise"] .header-contact,
  #music .header-contact,
  #music_function .header-contact,
  #music_entertainment_dazn .header-contact {
    position: fixed;
  }
}
@media screen and (min-width: 1024px) {
  [id^="uregibeauty"] .header .header-level1,
  [id^="uregifood"] .header .header-level1,
  [id^="uregistore"] .header .header-level1,
  [id^="uregihealthcare"] .header .header-level1,
  [id^="ursvb"] .header .header-level1,
  [id^="music_entertainment"] .header .header-level1,
  [id^="music_enterprise"] .header .header-level1,
  #music .header .header-level1,
  #music_function .header .header-level1,
  #music_entertainment_dazn .header .header-level1 {
    position: absolute !important;
  }
}
[id^="uregibeauty"] .header .header-level3-left-inner,
[id^="uregifood"] .header .header-level3-left-inner,
[id^="uregistore"] .header .header-level3-left-inner,
[id^="uregihealthcare"] .header .header-level3-left-inner,
[id^="ursvb"] .header .header-level3-left-inner,
[id^="music_entertainment"] .header .header-level3-left-inner,
[id^="music_enterprise"] .header .header-level3-left-inner,
#music .header .header-level3-left-inner,
#music_function .header .header-level3-left-inner,
#music_entertainment_dazn .header .header-level3-left-inner {
  height: 46px;
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header .header-level3-left-inner,
  [id^="uregifood"] .header .header-level3-left-inner,
  [id^="uregistore"] .header .header-level3-left-inner,
  [id^="uregihealthcare"] .header .header-level3-left-inner,
  [id^="ursvb"] .header .header-level3-left-inner,
  [id^="music_entertainment"] .header .header-level3-left-inner,
  [id^="music_enterprise"] .header .header-level3-left-inner,
  #music .header .header-level3-left-inner,
  #music_function .header .header-level3-left-inner,
  #music_entertainment_dazn .header .header-level3-left-inner {
    height: 39px;
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header .header-level3-left ~ .header-nav,
  [id^="uregifood"] .header .header-level3-left ~ .header-nav,
  [id^="uregistore"] .header .header-level3-left ~ .header-nav,
  [id^="uregihealthcare"] .header .header-level3-left ~ .header-nav,
  [id^="ursvb"] .header .header-level3-left ~ .header-nav,
  [id^="music_entertainment"] .header .header-level3-left ~ .header-nav,
  [id^="music_enterprise"] .header .header-level3-left ~ .header-nav,
  #music .header .header-level3-left ~ .header-nav,
  #music_function .header .header-level3-left ~ .header-nav,
  #music_entertainment_dazn .header .header-level3-left ~ .header-nav {
    top: 85px;
    height: calc(100vh - 85px);
  }
}
@media screen and (min-width: 1024px) {
  [id^="uregibeauty"] .header.is-fixed .header-level1,
  [id^="uregifood"] .header.is-fixed .header-level1,
  [id^="uregistore"] .header.is-fixed .header-level1,
  [id^="uregihealthcare"] .header.is-fixed .header-level1,
  [id^="ursvb"] .header.is-fixed .header-level1,
  [id^="music_entertainment"] .header.is-fixed .header-level1,
  [id^="music_enterprise"] .header.is-fixed .header-level1,
  #music .header.is-fixed .header-level1,
  #music_function .header.is-fixed .header-level1,
  #music_entertainment_dazn .header.is-fixed .header-level1,
  [id^="uregibeauty"] .header.is-fixed .header-level3,
  [id^="uregifood"] .header.is-fixed .header-level3,
  [id^="uregistore"] .header.is-fixed .header-level3,
  [id^="uregihealthcare"] .header.is-fixed .header-level3,
  [id^="ursvb"] .header.is-fixed .header-level3,
  [id^="music_entertainment"] .header.is-fixed .header-level3,
  [id^="music_enterprise"] .header.is-fixed .header-level3,
  #music .header.is-fixed .header-level3,
  #music_function .header.is-fixed .header-level3,
  #music_entertainment_dazn .header.is-fixed .header-level3 {
    position: absolute !important;
  }
}
@media screen and (min-width: 1024px) {
  [id^="uregibeauty"] .header.is-fixed .header-level1-left,
  [id^="uregifood"] .header.is-fixed .header-level1-left,
  [id^="uregistore"] .header.is-fixed .header-level1-left,
  [id^="uregihealthcare"] .header.is-fixed .header-level1-left,
  [id^="ursvb"] .header.is-fixed .header-level1-left,
  [id^="music_entertainment"] .header.is-fixed .header-level1-left,
  [id^="music_enterprise"] .header.is-fixed .header-level1-left,
  #music .header.is-fixed .header-level1-left,
  #music_function .header.is-fixed .header-level1-left,
  #music_entertainment_dazn .header.is-fixed .header-level1-left,
  [id^="uregibeauty"] .header.is-fixed .header-level3-left,
  [id^="uregifood"] .header.is-fixed .header-level3-left,
  [id^="uregistore"] .header.is-fixed .header-level3-left,
  [id^="uregihealthcare"] .header.is-fixed .header-level3-left,
  [id^="ursvb"] .header.is-fixed .header-level3-left,
  [id^="music_entertainment"] .header.is-fixed .header-level3-left,
  [id^="music_enterprise"] .header.is-fixed .header-level3-left,
  #music .header.is-fixed .header-level3-left,
  #music_function .header.is-fixed .header-level3-left,
  #music_entertainment_dazn .header.is-fixed .header-level3-left {
    position: absolute !important;
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header.is-fixed .header-level1-left-inner,
  [id^="uregifood"] .header.is-fixed .header-level1-left-inner,
  [id^="uregistore"] .header.is-fixed .header-level1-left-inner,
  [id^="uregihealthcare"] .header.is-fixed .header-level1-left-inner,
  [id^="ursvb"] .header.is-fixed .header-level1-left-inner,
  [id^="music_entertainment"] .header.is-fixed .header-level1-left-inner,
  [id^="music_enterprise"] .header.is-fixed .header-level1-left-inner,
  #music .header.is-fixed .header-level1-left-inner,
  #music_function .header.is-fixed .header-level1-left-inner,
  #music_entertainment_dazn .header.is-fixed .header-level1-left-inner,
  [id^="uregibeauty"] .header.is-fixed .header-level3-left-inner,
  [id^="uregifood"] .header.is-fixed .header-level3-left-inner,
  [id^="uregistore"] .header.is-fixed .header-level3-left-inner,
  [id^="uregihealthcare"] .header.is-fixed .header-level3-left-inner,
  [id^="ursvb"] .header.is-fixed .header-level3-left-inner,
  [id^="music_entertainment"] .header.is-fixed .header-level3-left-inner,
  [id^="music_enterprise"] .header.is-fixed .header-level3-left-inner,
  #music .header.is-fixed .header-level3-left-inner,
  #music_function .header.is-fixed .header-level3-left-inner,
  #music_entertainment_dazn .header.is-fixed .header-level3-left-inner {
    height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="uregifood"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="uregistore"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="uregihealthcare"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="ursvb"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="music_entertainment"] .header.is-fixed .header-level3-left ~ .header-nav,
  [id^="music_enterprise"] .header.is-fixed .header-level3-left ~ .header-nav,
  #music .header.is-fixed .header-level3-left ~ .header-nav,
  #music_function .header.is-fixed .header-level3-left ~ .header-nav,
  #music_entertainment_dazn .header.is-fixed .header-level3-left ~ .header-nav {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header-level4,
  [id^="uregifood"] .header-level4,
  [id^="uregistore"] .header-level4,
  [id^="uregihealthcare"] .header-level4,
  [id^="ursvb"] .header-level4,
  [id^="music_entertainment"] .header-level4,
  [id^="music_enterprise"] .header-level4,
  #music .header-level4,
  #music_function .header-level4,
  #music_entertainment_dazn .header-level4 {
    width: 80%;
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header-level4-inner,
  [id^="uregifood"] .header-level4-inner,
  [id^="uregistore"] .header-level4-inner,
  [id^="uregihealthcare"] .header-level4-inner,
  [id^="ursvb"] .header-level4-inner,
  [id^="music_entertainment"] .header-level4-inner,
  [id^="music_enterprise"] .header-level4-inner,
  #music .header-level4-inner,
  #music_function .header-level4-inner,
  #music_entertainment_dazn .header-level4-inner {
    margin: 0;
  }
}
[id^="uregibeauty"] .header.is-fixed + .content .header-level4,
[id^="uregifood"] .header.is-fixed + .content .header-level4,
[id^="uregistore"] .header.is-fixed + .content .header-level4,
[id^="uregihealthcare"] .header.is-fixed + .content .header-level4,
[id^="ursvb"] .header.is-fixed + .content .header-level4,
[id^="music_entertainment"] .header.is-fixed + .content .header-level4,
[id^="music_enterprise"] .header.is-fixed + .content .header-level4,
#music .header.is-fixed + .content .header-level4,
#music_function .header.is-fixed + .content .header-level4,
#music_entertainment_dazn .header.is-fixed + .content .header-level4 {
  top: 0;
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="uregifood"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="uregistore"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="uregihealthcare"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="ursvb"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="music_entertainment"] .header.is-fixed + .content .header-level4 .header-level4-left,
  [id^="music_enterprise"] .header.is-fixed + .content .header-level4 .header-level4-left,
  #music .header.is-fixed + .content .header-level4 .header-level4-left,
  #music_function .header.is-fixed + .content .header-level4 .header-level4-left,
  #music_entertainment_dazn .header.is-fixed + .content .header-level4 .header-level4-left {
    height: 46px;
  }
}
@media screen and (max-width: 1023px) {
  [id^="uregibeauty"] .content,
  [id^="uregifood"] .content,
  [id^="uregistore"] .content,
  [id^="uregihealthcare"] .content,
  [id^="ursvb"] .content,
  [id^="music_entertainment"] .content,
  [id^="music_enterprise"] .content,
  #music .content,
  #music_function .content,
  #music_entertainment_dazn .content {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 1023px) {
  [id^="ursvb"] .header.is-fixed .header-level3-left {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  [id^="ursvb"] .header-level4-right {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  [id^="music_enterprise"] .header-level4-left {
    height: 39px;
  }
  [id^="music_enterprise"] .header-level4-left-logo {
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-right: 0;
  }
  [id^="music_enterprise"] .header-level4-left-logo img {
    width: 48%;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  [id^="robot"] .content,
  #KettyBotPro .content,
  #BELLABOT .content,
  #bellabotpro .content,
  #KETTYBOT .content,
  #pudut300 .content {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  #overseas .header-level3-left,
  #dokodemo .header-level3-left,
  #dmagazine .header-level3-left,
  #economy .header-level3-left {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  #uhikari .header-main {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #uhikari .header-level3 {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #u-wifi .content {
    padding-top: 0 !important;
    top: 37px !important;
  }
}
@media screen and (max-width: 1023px) {
  #u-wifi-hotel .content,
  #u-wifi-hoikuen .content {
    padding-top: 0 !important;
    top: 96px !important;
  }
}
@media screen and (max-width: 1023px) {
  #u-wifi-hotel .content .breadcrumbs,
  #u-wifi-hoikuen .content .breadcrumbs {
    top: unset;
  }
}
@media screen and (max-width: 1023px) {
  .icon-accordion:before,
  .icon-accordion:after {
    content: "";
    display: block;
    width: 9px;
    height: 2px;
    background: #707f89;
    position: absolute;
    right: 8px;
    top: 50%;
  }
}
@media screen and (max-width: 1023px) {
  .icon-accordion:before {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .icon-accordion:after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .is-active > .icon-accordion:after {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-list-menu.js-pulldownmenu.is-active .header-nav-list-pulldown {
    visibility: visible;
    opacity: 1;
    transition-duration: 500ms;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-menu.js-pulldownmenu.is-active .header-nav-list-pulldown {
    overflow: visible;
    max-height: 500px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-menu.js-pulldownmenu .header-nav-list-menu-inner {
    pointer-events: none;
  }
}
.hamburger {
  position: fixed;
  top: 0;
  right: 15px;
  padding: 15px 9px;
  z-index: 6;
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger-box {
  top: 16px;
  right: 0;
}
.hamburger-box:before,
.hamburger-box:after {
  content: "";
}
.hamburger-box:before {
  top: 6px;
}
.hamburger-box:after {
  top: 12px;
}
.hamburger-box,
.hamburger-box:before,
.hamburger-box:after {
  width: 18px;
  height: 3px;
  background: #3b4043;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
}
.hamburger.is-active .hamburger-box {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-box:before {
  opacity: 0;
}
.hamburger.is-active .hamburger-box:after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}
.hamburger.is-active ~.header-nav {
  transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .js-nav-pulldown.is-active > a:after,
  .js-nav-pulldown.is-active >p:after {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .js-nav-pulldown.is-active .header-level2-right-nav-pulldown {
    visibility: visible;
    opacity: 1;
    max-height: 3000px;
  }
}
@media screen and (min-width: 1024px) {
  .js-nav-pulldown-title.is-active:after {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .js-nav-pulldown-title.is-active +.header-level2-right-nav-pulldown {
    visibility: visible;
    max-height: 3000px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-servicelist.is-active .body-localnav-head:before,
  .list-0.is-active .body-localnav-head:before {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .nav-servicelist.is-active .icon-accordion:after,
  .list-0.is-active .icon-accordion:after {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .nav-servicelist.is-active .body-localnav-body,
  .list-0.is-active .body-localnav-body {
    max-height: 3000px;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .only-pc {
    display: inherit;
  }
}
@media screen and (max-width: 1023px) {
  .js-companylist .only-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .js-nav-pulldown-title {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .header-level2-right-nav-pulldown {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .body-localnav:before {
    background: rgba(240,243,245,0.9);
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .body-localnav-lists {
    justify-content: center;
    height: 35px;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .body-localnav-list a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-weight: inherit;
    transition: 0.3s !important;
    position: relative;
  }
  .js-companylist .body-localnav-list a:after {
    content: "";
    width: 0;
    height: 2px;
    background: #3b4043;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: width 300ms;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .body-localnav-list a:hover:after {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .js-companylist .body-localnav-list.current a.body-localnav-head-inner-main:after {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .js-companylist .body-localnav-list.current a.body-localnav-head-inner-main {
    color: #094c97;
  }
}
.js-companylist .body-localnav-list.current a.body-localnav-head-inner-main:after {
  border-color: #094c97;
}
@media screen and (max-width: 1023px) {
  .js-companylist .body-localnav-head-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .js-companylist .body-localnav-head-inner-main {
    padding: 10px 15px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .js-companylist.current .js-nav-pulldown-title span {
    color: #094c97;
  }
}
@media screen and (max-width: 1023px) {
  .js-companylist.current .js-nav-pulldown-title span:before,
  .js-companylist.current .js-nav-pulldown-title span:after {
    background: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .js-servicelist .body-localnav-head {
    box-sizing: border-box;
    position: relative;
  }
  .js-servicelist .body-localnav-head::before {
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 300ms;
  }
}
@media screen and (min-width: 1024px) {
  .js-servicelist .body-localnav-head-inner {
    font-weight: bold;
    height: 75px;
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .js-servicelist .body-localnav-lists {
    height: 0;
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .js-servicelist.is-active .body-localnav-lists {
    height: 75px;
    opacity: 1;
  }
}
.header-level4-right >ul >li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header-level4-right >ul >li >a.gnav-service-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-level4-right >ul >li >a.gnav-service-link:after {
    content: none;
  }
}
.header-level4-right >ul >li:has(ul):hover .header-level5 {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header-level4-right-menu {
    display: inherit;
  }
}
.gnav-service {
  position: inherit;
}
.gnav-service-title {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .gnav-service-title {
    padding: 0 12px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-title {
    font-size: 16px;
    padding: 13px 12px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-inner {
    width: 100vw;
    transform: translateX(0);
    visibility: hidden;
    opacity: 0;
    transition: opacity, 300ms;
    position: absolute;
    top: 50px;
    left: 0;
    background: #f0f3f5;
    padding: 10px 8px;
    border-radius: 0px 0px 5px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-inner {
    overflow: hidden;
    max-height: 0;
    transition: max-height, 500ms;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-contents {
    width: 100%;
    max-width: 1024px;
    display: flex;
    margin: auto;
    padding: 24px 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .gnav-service-contents {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-col {
    padding: 0 8px;
    border-right: 1px solid #dde2e7;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-col {
    border-top: 0.5px dashed #dde2e7;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-col:first-child {
    border-left: 1px solid #dde2e7;
  }
}
.gnav-service-col.icon-accordion:before,
.gnav-service-col.icon-accordion:after {
  top: 30px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .gnav-service-col-inner {
    height: 100%;
    padding: 8px;
    border-radius: 4px;
    background: rgba(205,214,221,0);
    transition: 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-col-inner:hover {
    background: #cdd6dd;
  }
}
.gnav-service-col.current .gnav-service-col-inner {
  background: #cdd6dd;
}
@media screen and (min-width: 1024px) {
  .gnav-service-col-group .gnav-service-col:first-child {
    border-right: none;
    padding-right: 0;
  }
}
.gnav-service-col-group .gnav-service-col:last-child {
  border-top: none;
  border-bottom: none;
}
@media screen and (min-width: 1024px) {
  .gnav-service-col-group .gnav-service-col:last-child {
    padding-left: 0;
  }
}
.gnav-service-main {
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .gnav-service-main {
    padding: 0 12px;
  }
}
.gnav-service-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .gnav-service-link {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-image {
    display: none;
  }
}
.gnav-service-image img {
  max-width: 100%;
  height: auto;
}
.gnav-service-catch {
  font-size: 11px;
  margin-top: 8px;
}
.gnav-service-name {
  font-weight: 600;
  color: #094c97;
}
.gnav-service-lists {
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .gnav-service-lists {
    overflow: hidden;
    max-height: 0;
    transition: max-height 500ms;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-list a {
    font-size: 12px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-list a {
    font-size: 14px;
    padding: 8px 0 8px 25px;
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-list .txtlink {
    border: none;
    color: #333;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-list .txtlink:after {
    width: 5px;
    height: 5px;
    border-top: 1px solid #707f89;
    border-right: 1px solid #707f89;
    left: 10px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .gnav-service-flex {
    display: flex;
  }
}
.gnav-service.is-active .gnav-service-inner {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .gnav-service.is-active .gnav-service-inner {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service.is-active .gnav-service-inner {
    max-height: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-col.is-active .gnav-service-lists {
    visibility: visible;
    max-height: 300px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .gnav-service-col.is-active.icon-accordion:after {
    transform: translateY(0);
  }
}
[id^="music"] .gnav-service-col.current .gnav-service-col-inner {
  background: none;
}
@media screen and (max-width: 1023px) {
  [id^="music"] .gnav-service-col.current .gnav-service-main {
    background: #cdd6dd;
  }
}
[id^="music"] .gnav-service-col-inner:hover {
  background: none;
}
[id^="music"] .gnav-service-list.current a {
  background: #cdd6dd;
}
[id^="music"] .gnav-service-list a:hover {
  background: #cdd6dd;
}
@media screen and (max-width: 1023px) {
  .robot-list-sub-item.current .robot-list-sub-inner {
    background: #cdd6dd;
  }
}
@media screen and (min-width: 1024px) {
  body.pc-localnav-none .body-localnav {
    display: none;
  }
}
.body-localnav {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .body-localnav:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav {
    background: #fff;
  }
}
.body-localnav-inner {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons.pc {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons {
    display: flex;
    flex-direction: column-reverse;
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons .txtlink {
    color: #094c97;
    display: block;
    border-radius: 4px;
    line-height: 1em;
    text-align: center;
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #094c97;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons .txtlink::after {
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons .txtlink.all {
    color: #fff;
    background-color: #094c97;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-inner .body-localnav-buttons .txtlink.all::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-btn:before {
    content: "";
    width: 100%;
    height: 75px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-btn {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
  }
  .body-localnav-btn-text {
    background: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 20px 2px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: all 300ms;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .body-localnav-btn-text::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    margin-left: 5px;
    position: absolute;
    top: 7px;
    right: 7px;
    transition: all 300ms;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-title {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-lists {
    max-width: 1024px;
    margin: auto;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-lists {
    transition: all 300ms;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list {
    padding: 0 15px;
  }
  .body-localnav-list:nth-child(1) .body-localnav-head-inner {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-list {
    border-bottom: 1px solid #fff;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list:after {
    content: "";
    border-right: 1px dotted #dde2e7;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-list:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list:last-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list:last-child .body-localnav-head-inner:after {
    content: none;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-list.is-active-nav .body-localnav-head-inner {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-list.is-active .icon-accordion:after {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-head {
    position: relative;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-head.is-active::before {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-head:hover::before {
    width: 100%;
  }
}
.body-localnav-head-inner {
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .body-localnav-head-inner {
    font-size: clamp(14px, 1.3671875vw, 14px);
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-head-inner {
    font-size: 14px;
    position: relative;
    border-bottom: 0.5px dashed #dde2e7;
  }
}
.body-localnav-head-inner:after {
  content: "";
  width: 1px;
  height: 50px;
  border-right: 1px dashed #dde2e7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .body-localnav-head-inner-main {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-head-inner-main {
    padding: 10px 15px;
    display: block;
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .body-localnav-head-inner {
    font-size: 14px;
  }
}
.body-localnav-body {
  z-index: -1;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .body-localnav-body {
    width: 100%;
    background: #efefef;
    box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.4);
    position: absolute;
    top: 75px;
    left: 0;
    display: none;
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body {
    background: #f0f3f5;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
  }
}
.body-localnav-body-inner {
  padding: 30px 8px;
}
@media screen and (min-width: 1024px) {
  .body-localnav-body-inner {
    max-width: 1024px;
    margin: auto;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body-inner {
    padding: 0;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-body-contents {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body-contents {
    margin: 16px 0 0;
  }
}
.body-localnav-body .body-localnav-title {
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .body-localnav-body .body-localnav-title {
    font-size: 10px;
  }
}
.body-localnav-body .body-localnav-title span {
  display: block;
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .body-localnav-body .body-localnav-title span {
    font-size: 15px;
  }
}
.body-localnav-body .body-localnav-subtitle {
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1700px) {
  .body-localnav-body .body-localnav-subtitle {
    font-size: 14px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body .body-localnav-subtitle {
    line-height: 1.5em;
  }
}
.body-localnav-body .body-localnav-grid-title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .body-localnav-body .body-localnav-grid-title {
    height: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body .body-localnav-grid-title {
    display: none;
  }
}
.body-localnav-body .body-localnav-grid-subtitle {
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1700px) {
  .body-localnav-body .body-localnav-grid-subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-body .body-localnav-grid-subtitle {
    font-size: 12px;
    margin-left: 0;
  }
}
.body-localnav-card {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 8px;
  position: relative;
  box-shadow: 0px 8px 24px rgba(51,51,51,0.102);
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  .body-localnav-card {
    padding: 8px 8px 8px 16px;
    border-radius: 5px;
    margin-top: 0;
    margin-bottom: 16px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.body-localnav-card:hover {
  box-shadow: none;
  cursor: pointer;
}
.body-localnav-card > a {
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .body-localnav-card.small {
    display: none;
  }
}
.body-localnav-card > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .body-localnav-card > a {
    border-radius: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-card-image {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-card-image img {
    width: 80px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-card-lead {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-card-lead {
    font-size: 14px;
  }
}
.body-localnav-card-lead sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.body-localnav-card-text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .body-localnav-card-text {
    display: none;
  }
}
.body-localnav-card-text small {
  font-size: 80%;
}
@media screen and (max-width: 1023px) {
  .body-localnav-link {
    padding: 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-lists {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-list {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-link-list {
    margin-bottom: 8px;
  }
}
.body-localnav-link-list a {
  font-size: 14px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-list a {
    font-weight: bold;
    color: #094c97;
    border-bottom: 1px solid #094c97;
    padding-right: 1em;
    transition: opacity 300ms;
    white-space: nowrap;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-link-list a {
    margin-bottom: 8px;
    padding: 0 1em;
    color: #36404b;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-link-list a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 2px #36404b;
    border-right: solid 2px #36404b;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-list a:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 2px #094c97;
    border-right: solid 2px #094c97;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-list a:hover {
    text-decoration: none;
    border: none;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-link-list a:hover:after {
    right: -0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-buttons {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #dde2e7;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-buttons.show-sp {
    width: 100%;
    display: flex !important;
    padding: 10px 0;
  }
}
.body-localnav-buttons .btn-second {
  margin-right: 16px;
}
.body-localnav-buttons .txtlink {
  margin: 0 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-color: #333;
}
.body-localnav-buttons .txtlink::after {
  border-color: #333;
}
@media screen and (max-width: 1023px) {
  .body-localnav-buttons .txtlink::after {
    border-color: #094c97;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-buttons .txtlink {
    width: 50%;
    color: #094c97;
    border-color: #094c97;
  }
}
@media screen and (min-width: 1024px) {
  .body-localnav-buttons.sp {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-buttons.sp {
    display: inherit !important;
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .body-localnav-buttons.sp .btn-second {
    margin-bottom: 8px;
  }
}
.body-localnav-buttons.sp * {
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .grid-right .body-localnav-grid-title {
    font-size: 14px;
  }
  .list-0 .body-localnav-body {
    top: 55px;
    height: 245px;
  }
  .list-0 .body-localnav-link {
    display: flex;
    justify-content: center;
  }
  .list-0 .body-localnav-link-lists {
    flex-direction: column;
    margin: 0 1%;
  }
  .list-0 .body-localnav-link-lists .corp-top {
    margin-top: -5px;
  }
  .list-0 .body-localnav-link-lists .corp-top a {
    font-size: 110%;
  }
  .list-0 .body-localnav-link-list {
    margin-top: 5px;
  }
  .list-0 .body-localnav-link-list a {
    color: #3c4956;
    border-color: #3c4956;
  }
  .list-0 .body-localnav-link-list a:after {
    border-color: #3c4956;
  }
  .list-0 .body-localnav-link-list.blank a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border: none;
    transform: rotate(0);
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/images/icon/icon_blank_dg.svg");
    background-repeat: no-repeat;
  }
  .list-support .body-localnav-body {
    top: 55px;
    height: unset;
  }
  .list-support .body-localnav-body-contents {
    margin-top: 0;
  }
  .list-support .body-localnav-link {
    justify-content: left;
  }
  .list-support .body-localnav-link-lists {
    flex-direction: unset;
    margin: unset;
  }
  .list-support .body-localnav-link-list {
    margin-top: 5px;
  }
  .list-support .body-localnav-link-list a {
    color: #094c97;
    border-color: #094c97;
  }
  .list-support .body-localnav-link-list a:after {
    border-color: #094c97;
  }
  .list-support .grid-left {
    width: 59% !important;
  }
  .list-support .grid-right {
    width: 39% !important;
  }
  .list-support .grid-right .body-localnav-card-lead {
    margin-bottom: 0;
  }
  .list-support .body-localnav-card-image img {
    max-width: unset;
  }
  .list-1 .grid-left {
    width: 66%;
  }
  .list-1 .grid-right {
    width: 31%;
  }
  .list-4 .grid-left {
    width: 64%;
  }
  .list-4 .grid-right {
    width: 34%;
  }
  .list-0 .grid-left,
  .list-2 .grid-left,
  .list-7 .grid-left,
  .list-9 .grid-left,
  .list-0 .grid-right,
  .list-2 .grid-right,
  .list-7 .grid-right,
  .list-9 .grid-right {
    width: 48.5%;
  }
  .list-0 .body-localnav-grid-title,
  .list-2 .body-localnav-grid-title,
  .list-7 .body-localnav-grid-title,
  .list-9 .body-localnav-grid-title {
    font-size: 18px;
  }
  .list-3 .grid-left {
    width: 49%;
  }
  .list-3 .grid-right {
    width: 49%;
  }
  .list-3 img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
  }
  .list-8 .body-localnav-grid,
  .list-6 .body-localnav-grid {
    width: 31%;
  }
  .list-8 .body-localnav-grid.small,
  .list-6 .body-localnav-grid.small {
    width: 23.25%;
  }
  .list-8 .body-localnav-card-right,
  .list-6 .body-localnav-card-right {
    padding: 16px 0;
  }
  .list-8 .body-localnav-card,
  .list-6 .body-localnav-card {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .list-0 .body-localnav-link {
    margin: 16px 0 0;
  }
  .list-0 .body-localnav-link-list.blank a:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    border: none;
    transform: rotate(0);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url("/images/icon/icon_blank_dg.svg");
    background-repeat: no-repeat;
  }
  .list-1 .grid-right {
    display: none;
  }
  .list-support .body-localnav-card.small,
  .list-4 .body-localnav-card.small {
    display: flex !important;
  }
  .list-support .body-localnav-card.large img,
  .list-4 .body-localnav-card.large img {
    height: 80px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  #modal1 .modal-box .column {
    width: 1024px;
  }
  #modal1 .modal-box .modal-service-card {
    width: 24%;
  }
  #modal1 .modal-box a.btn-second.mt-16.only-pc {
    width: unset;
  }
}
@media screen and (min-width: 1200px) {
  #modal1 .modal-box .column {
    width: 1200px;
    justify-content: center;
  }
}
.modal01 {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal-box {
  animation-name: modalopen;
  animation-duration: 1s;
  margin-top: 4.2rem;
}
@media screen and (max-width: 1023px) {
  .modal-box {
    margin-top: 1.2rem;
  }
}
.modal-box .column {
  background: #fff;
  justify-content: center !important;
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .modal-box .column {
    padding: 0 0 16px !important;
  }
}
button.modalOpen {
  width: 100%;
}
.modalClose {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  font-weight: 100;
  font-size: 3rem;
}
@media screen and (max-width: 1023px) {
  .modalClose {
    top: 0;
    right: 0;
    font-size: 1.4rem;
  }
}
.modal-service-card {
  width: 33%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .modal-service-card {
    width: 100%;
    padding: 0 16px;
  }
}
.modal-service-catch {
  font-size: 14px;
  font-weight: bold;
}
.modal-service-image img {
  width: 100%;
  height: auto;
}
.modal-service-text {
  font-size: 14px;
  flex-grow: 1;
}
