.elementor-kit-7{--e-global-color-primary:#1E257D;--e-global-color-secondary:#CFC7C3;--e-global-color-text:#444444;--e-global-color-accent:#00C896;--e-global-color-f563e5a:#107489;--e-global-color-b9afc39:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-b9afc39 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.site-primary-header-wrap{
      background-color: #F6F8FB;
  }
  a{
    text-decoration: none !important;
}
/* ベース（非表示→表示アニメーション） */
.hover-card {
  position: relative;
  overflow: visible;
}
.hover-card .hover-text {
  position: absolute;
  left: 30px;
  right: 12px;
  bottom: 20px;
 /* 好きな背景に調整 */
  color: #ffffff;
  padding: 5%;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity .28s ease, transform .28s ease;
  pointer-events: none; /* 非表示時にクリックを受けない */
  z-index: 3;
}

/* ホバーで表示（デスクトップ） */
.hover-card:hover .hover-text,
.hover-card:focus-within .hover-text { /* キーボードアクセス用 */
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 767px) {
  .service-card .text {
    opacity: 1 !important;
    transform: none !important;
  }
}

.twentytwenty-after-label:before {
    background-color: #1e257d;
    
}
.ast-container {
  padding: 0 !important;
  margin: 0 !important;
}

.site-content > .ast-container {
  padding: 0 !important;
}

.elementor-section {
  margin: 0 !important;
  padding: 0 !important;
/* ページ全体の横スクロール防止 */
html, body {
  overflow-x: hidden !important;
}

/* 背景スライダーの親には overflow制限をかけない */
.elementor-container,
.elementor-section {
  overflow-x: visible !important;
}

/* 背景スライダー専用：Safariズレ防止 */
.elementor-background-slideshow {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  transform: none !important;
}
/* Elementorスライダーのはみ出し防止 */
.elementor-background-slideshow.swiper {
  overflow: hidden !important;
  direction: ltr !important; /* RTL強制を解除 */
  transform: translate3d(0, 0, 0) !important;
}

/* 画面全体の横スクロール防止 */
html, body {
  overflow-x: hidden !important;
}/* End custom CSS */