.elementor-kit-7{--e-global-color-primary:#18AD5E;--e-global-color-secondary:#C8BDA1;--e-global-color-text:#474645;--e-global-color-accent:#FF7449;--e-global-color-e62e894:#FFFFFF;--e-global-color-cffd5fa:#000000;--e-global-color-f53b5bb:#FAFAFA;--e-global-color-09b8863:#595757;--e-global-typography-primary-font-family:"Noto Sans JP";--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:"Noto Sans JP";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-e62e894 );}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:15px;--container-default-padding-bottom:10px;--container-default-padding-left:15px;}.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;}.elementor-kit-7{--e-page-transition-entrance-animation:e-page-transition-slide-out-up;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.elementor-kit-7{--e-page-transition-entrance-animation:e-page-transition-slide-out-up;}}/* Start custom CSS */html, body {
    font-size: clamp(16px, 1.2vw, 20px);
    font-feature-settings: "palt";
}

/* PCとSPで表示切り替え */
@media screen and (min-width:769px) {
  .d-pc {
      display:block;
  }
  .d-sp {
      display:none;
  }
}
@media screen and (max-width:768px) {
  .d-pc {
      display:none;
  }
  .d-sp {
      display:block;
  }
}

.font_ryumin_b * {
    font-family: "リュウミン B-KL", Ryumin Bold KL, serif !important;
}
.font_ryumin_r * {
    font-family: "リュウミン R-KL", Ryumin Regular KL, serif !important;
}

P:last-of-type {
    margin-bottom: 0;
}/* End custom CSS */