.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f931a54:#485644;--e-global-color-66d7ff1:#EEEBE2;--e-global-color-71aecdd:#252525;--e-global-color-547455a:#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;overscroll-behavior:auto;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:5000ms;--e-preloader-delay:0ms;--e-preloader-width:30px;}.elementor-kit-7 e-page-transition{background-color:#EEEBE2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1688px;}.e-con{--container-max-width:1688px;}.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 */body{
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

html{font-size: 62.5%;}

p{margin-bottom: 0;}

/* タブレット・PC */
@media only screen and (min-width: 769px) { 
.sp {display: none;}
.pc {display: block;}
}

/* スマホ*/
@media only screen and (max-width: 768px) { 
.sp {display: block;}
.pc {display: none;}
}

/* 全部*/
.all {display: block;}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}/* End custom CSS */