.elementor-kit-6{--e-global-color-primary:#088D5D;--e-global-color-secondary:#2F3318;--e-global-color-text:#2F3318;--e-global-color-accent:#088D5D;--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-text-line-height:1.8em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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);}.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 */html {overflow-x: hidden;}
body {overflow-x: hidden;}
.line-title {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 0 1em;
  color: #333;
}

.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1em;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}

.line-title::before {
  left: 0;
  transform: translate(-120%, -50%) rotate(55deg); 
}

.line-title::after {
  right: 0;
  transform: translate(120%, -50%) rotate(-55deg); 
}


.line-title2 {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 900;
  padding: 0 0.01em;
  color: #333;

}

.line-title2::before,
.line-title2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1em;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}

.line-title2::before {
  left: 0;
  transform: translate(-120%, -50%) rotate(75deg); 
}

.line-title2::after {
  right: 0;
  transform: translate(120%, -50%) rotate(-75deg); 
}
.pc{display:block;}
.sp{display:none;}

 @media screen and (max-width: 480px) {
.pc{display:none;}
.sp{display:block;}
}/* End custom CSS */