.elementor-kit-8{--e-global-color-primary:#111111;--e-global-color-secondary:#111111;--e-global-color-text:#111111;--e-global-color-accent:#111111;--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;}.elementor-kit-8 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 */@media screen and (min-width: 834px){	
  .br-pc { display:block; }	
  .br-sp { display:none; }	
}	
@media screen and (max-width: 834px){	
  .br-pc { display:none; }	
  .br-sp { display:block; }	
}

svg polyline {
  fill: none !important;
}

.video-dot{
  position: relative;
  overflow: hidden;
  background: #000; /* 読み込み中の保険 */
}

.video-dot > video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* ドットのフィルタ */
.video-dot::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;

  /* ドット柄（サイズはここで調整） */
  background-image: radial-gradient(circle,
    rgba(255,255,255,.22) 1px,
    rgba(255,255,255,0) 1.6px
  );
  background-size: 4px 4px;      /* ← ドット間隔 */
  background-position: 0 0;

  /* 乗り方の調整 */
  opacity: .8;                  /* ← 強さ */
  mix-blend-mode: overlay;       /* ← なじませ方（合わなければ normal に） */
}


.haji .qodef-m-text-holder{
    width: 100%;
    justify-content: space-between;
}

.haji .qodef-m-text{
    width: 100%;
}

.haji .qodef-m-icon svg * {
  stroke: #fff !important;
}

.haji:hover .qodef-m-icon svg * {
  stroke: #2A449E !important;
}

.no-wrap{
  white-space: nowrap;
}

.point{
    color: #2A449E;
}/* End custom CSS */