.elementor-7882 .elementor-element.elementor-element-95757da > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-7882 .elementor-element.elementor-element-95757da{left:0px;}body.rtl .elementor-7882 .elementor-element.elementor-element-95757da{right:0px;}.elementor-7882 .elementor-element.elementor-element-95757da{top:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){body:not(.rtl) .elementor-7882 .elementor-element.elementor-element-95757da{left:-1px;}body.rtl .elementor-7882 .elementor-element.elementor-element-95757da{right:-1px;}.elementor-7882 .elementor-element.elementor-element-95757da{top:0px;}}/* Start custom CSS for html, class: .elementor-element-95757da *//*************************************************************
  0) i18n
*************************************************************/
.bt-i18n { display: none; }

html[lang="ja"] .bt-i18n.bt-ja,
html[lang^="ja"] .bt-i18n.bt-ja { display: inline; }

html[lang="en"] .bt-i18n.bt-en,
html[lang^="en"] .bt-i18n.bt-en { display: inline; }

html[lang="zh"] .bt-i18n.bt-zh,
html[lang^="zh"] .bt-i18n.bt-zh { display: inline; }

html[lang="ko"] .bt-i18n.bt-ko,
html[lang^="ko"] .bt-i18n.bt-ko { display: inline; }

html[lang^="en"] .bt-news,
html[lang^="zh"] .bt-news,
html[lang^="ko"] .bt-news {
  display: none !important;
}

.bt-hide-all {
  display: none !important;
}

/*************************************************************
  1) サイト全体フッター
*************************************************************/
.bt-footer {
  background-color: #002662;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 28px 12px 22px;
  font-size: 13px;
  box-sizing: border-box;
}

.bt-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.bt-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
}

.bt-footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: opacity 0.2s ease;
}

.bt-footer-links a:hover {
  opacity: 0.65;
}

.bt-footer-copy {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}

/*************************************************************
  footer Language
*************************************************************/
.bt-footer-lang .lang-item {
  position: relative;
}

.bt-footer-lang .lang-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.bt-footer-lang .lang-dropdown {
  display: none !important;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  z-index: 10000;
}

.bt-footer-lang .lang-dropdown li {
  display: block;
}

.bt-footer-lang .lang-dropdown a {
  display: block;
  padding: 10px 16px;
  color: #0f2a62;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.bt-footer-lang .lang-dropdown a:hover {
  background: #f4f6fa;
}

@media (hover: hover) and (pointer: fine) {
  .bt-footer-lang .lang-item:hover .lang-dropdown,
  .bt-footer-lang .lang-item:focus-within .lang-dropdown {
    display: block !important;
  }
}

.bt-footer-lang .lang-item.is-open .lang-dropdown {
  display: block !important;
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .bt-footer {
    padding: 24px 10px 18px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .bt-footer-links {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .bt-footer-links a {
    font-size: 14px;
  }

  .bt-footer-copy {
    font-size: 11px;
  }

  .bt-footer-lang .lang-dropdown {
    bottom: calc(100% + 10px);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    min-width: 210px;
  }
}

/*************************************************************
  2) 固定SPメニュー
*************************************************************/
.sp-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  .sp-fixed-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #002662;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 65px;
    padding-bottom: env(safe-area-inset-bottom);
    align-items: center;
    text-align: center;
    z-index: 999999;
  }

  .sp-fixed-menu .menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
  }

  .sp-fixed-menu .icon {
    height: 30px;
    margin-bottom: 3px;
  }

  .menu-toggle-btn .icon {
    height: 22px !important;
  }

  .sp-fixed-menu .menu-item .small-text {
    font-size: 0.7em !important;
    font-weight: 600;
    display: inline-block;
    transform: translateY(-1px);
  }

  body {
    padding-bottom: calc(65px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 769px) {
  .sp-fixed-menu {
    display: none !important;
  }
}

/*************************************************************
  3) 下からスライドアップのボトムメニュー
*************************************************************/
.sp-bottom-menu-panel {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  max-height: 85vh;
  transition: bottom .35s ease-in-out;
  z-index: 999998;
}

.sp-bottom-menu-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  z-index: -1;
}

.sp-menu-toggle:checked ~ .sp-bottom-menu-panel {
  bottom: calc(65px + env(safe-area-inset-bottom));
}

.sp-bottom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: -1;
}

.sp-menu-toggle:checked ~ .sp-bottom-menu-panel .sp-bottom-overlay {
  display: block;
}

.sp-bottom-menu-inner {
  padding: 28px 22px;
  background: white;
}

.sp-bottom-menu-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-bottom-menu-inner ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #002662 !important;
  transition: transform 0.12s ease, background 0.12s ease;
}

.sp-bottom-menu-inner ul li a img {
  height: 28px;
  width: 28px;
  object-fit: contain;
}

.sp-close-btn {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #002662;
  cursor: pointer;
  z-index: 1001;
}

.sp-close-btn:hover {
  opacity: 0.7;
}

.sp-bottom-menu-inner ul li a:active {
  background: #f2f6ff;
  transform: scale(0.96);
}

.sp-bottom-menu-inner ul li a:hover {
  background: #f7faff;
}

/*************************************************************
  横スクロール予防
*************************************************************/
html, body {
  overflow-x: hidden;
}

/* フッター：言語別リンク */
.bt-footer-links .bt-footer-item .bt-footer-link {
  display: none;
}

html[lang="ja"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-ja,
html[lang^="ja"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-ja { display: inline; }

html[lang="en"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-en,
html[lang^="en"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-en { display: inline; }

html[lang="zh"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-zh,
html[lang^="zh"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-zh { display: inline; }

html[lang="ko"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-ko,
html[lang^="ko"] .bt-footer-links .bt-footer-item .bt-footer-link.bt-ko { display: inline; }

/* SP固定フッター：言語別リンク */
.sp-fixed-menu .bt-sp-link { display: none !important; }

html[lang="ja"] .sp-fixed-menu .bt-sp-link.bt-ja,
html[lang^="ja"] .sp-fixed-menu .bt-sp-link.bt-ja { display: flex !important; }

html[lang="en"] .sp-fixed-menu .bt-sp-link.bt-en,
html[lang^="en"] .sp-fixed-menu .bt-sp-link.bt-en { display: flex !important; }

html[lang="zh"] .sp-fixed-menu .bt-sp-link.bt-zh,
html[lang^="zh"] .sp-fixed-menu .bt-sp-link.bt-zh { display: flex !important; }

html[lang="ko"] .sp-fixed-menu .bt-sp-link.bt-ko,
html[lang^="ko"] .sp-fixed-menu .bt-sp-link.bt-ko { display: flex !important; }

/* SPボトムメニュー：言語別リンク */
.sp-bottom-menu-inner .bt-sp-panel-link { display: none !important; }

html[lang="ja"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-ja,
html[lang^="ja"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-ja { display: flex !important; }

html[lang="en"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-en,
html[lang^="en"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-en { display: flex !important; }

html[lang="zh"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-zh,
html[lang^="zh"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-zh { display: flex !important; }

html[lang="ko"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-ko,
html[lang^="ko"] .sp-bottom-menu-inner .bt-sp-panel-link.bt-ko { display: flex !important; }

@media (max-width: 768px) {
  body {
    padding-bottom: calc(65px + env(safe-area-inset-bottom)) !important;
  }

  .bt-footer {
    margin-bottom: calc(65px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 768px) {

  /* アコーディオンを背面へ */
  .elementor-widget-accordion,
  .elementor-widget-n-accordion,
  .elementor-accordion,
  .e-n-accordion {
    position: relative;
    z-index: 1 !important;
  }

  /* 固定フッターを最前面 */
  .sp-fixed-menu {
    z-index: 999999 !important;
  }

  .sp-bottom-menu-panel {
    z-index: 999998 !important;
  }
}/* End custom CSS */