.elementor-kit-26{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-abeec8e:#49AC35;--e-global-color-eaea24f:#3E3A39;--e-global-color-502feaf:#F8F8F8;--e-global-color-24fb2b8:#F9B700;--e-global-color-9d205b6:#005BE1;--e-global-color-7edf875:#F0F3F9;--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;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-9d205b6 );--e-preloader-size:20px;}.elementor-kit-26 e-page-transition{background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* タイトルを消す */
h1.entry-title{
	display:none;
}

/* フッターを消す */
#site-footer{
	display: none;
	padding-block-start: 0;
	padding-block-end: 0;
}

/* PCのみ改行 */
@media screen and (max-width: 767px){
	.br_pc{
		display: none;
	}
}

/* タブレットのみ改行 */
@media screen and (min-width: 1024px){
	.br_tb{
		display: none;
	}
}

/* スマホのみ改行 */
@media screen and (min-width: 768px){
	.br_sp{
		display: none;
	}
}

/* 左右の余白を消す */
html,body{
width:100%;
overflow-x:hidden;
}

/*追従オブジェクトの反転表示*/
.sticky-difference {
  mix-blend-mode: difference;
}/* End custom CSS */