.elementor-748 .elementor-element.elementor-element-16fe404{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-b876d6f *//* トップに戻るボタン（PCのみ表示） */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #05325F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}

#back-to-top.show {
  opacity: 1;
  /*
  pointer-events: auto;
  transform: translateY(0);
  */
}

#back-to-top:hover {
  background-color: #1a4a7a;
}

/* スマホでは非表示 */
/*
@media (max-width: 767px) {
  #back-to-top {
    display: none !important;
  }
}
*//* End custom CSS */