.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-12eb242:#F9F8F4;--e-global-color-d0d08c8:#333333;--e-global-color-9c0d77a:#113961;--e-global-color-886744a:#113961;--e-global-color-12351c8:#EAF3FC;--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-global-typography-d06223d-font-family:"BIZ UDGothic";--e-global-typography-d06223d-font-size:18px;--e-global-typography-d06223d-font-weight:500;--e-global-typography-d06223d-line-height:1.8em;--e-global-typography-140e661-font-family:"BIZ UDGothic";--e-global-typography-140e661-font-size:12px;--e-global-typography-140e661-font-weight:500;--e-global-typography-140e661-line-height:1.6em;--e-global-typography-766eeb1-font-family:"BIZ UDGothic";--e-global-typography-766eeb1-font-size:18px;--e-global-typography-766eeb1-font-weight:500;--e-global-typography-766eeb1-line-height:1.8em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1000ms;--e-preloader-delay:1000ms;--e-preloader-width:300px;}.elementor-kit-6 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-kit-6{--e-global-typography-d06223d-font-size:18px;--e-global-typography-140e661-font-size:14px;--e-global-typography-766eeb1-font-size:16px;--e-preloader-width:200px;}.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 */