.elementor-kit-6{--e-global-color-primary:#131B1E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans Gothic";--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 Gothic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif JP";--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 *//* =============================
   ちえぼうLP 共通CSS
   ============================= */

/* カラー変数 */
:root {
  --c-green-main:   #5C8A3C;
  --c-green-dark:   #3d5c28;
  --c-green-light:  #EEF4E8;
  --c-bg-base:      #F9F6F0;
  --c-bg-card:      #F5EFE6;
  --c-text-main:    #3D3022;
  --c-text-sub:     #7A6A55;
  --c-border:       #D9D0C0;
}

/* ベース */
.chiebo-lp {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--c-text-main);
  background: var(--c-bg-base);
  line-height: 1.8;
}

/* セクション共通 */
.chiebo-section {
  padding: 32px 24px;
  max-width: 640px;
  margin: 0 auto;
}

/* セクション見出し */
.chiebo-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--c-text-main);
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.h-hana {
  color: var(--c-text-main);
  letter-spacing: 0.12em;
}
.h-hana::before,
.h-hana::after {
  content: '✿';
  font-size: 12px;
  color: var(--c-green-main);
  margin: 0 10px;
  vertical-align: middle;
}
.h-dots {
  display: flex;
  gap: 4px;
}
.h-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-green-main);
  opacity: 0.6;
}

/* ボタンC（アンダーライン） */
.btn-chiebo-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: var(--c-green-dark);
  border: none;
  border-bottom: 1.5px solid var(--c-green-main);
  padding: 14px 24px !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}
.btn-chiebo-c::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    to right,
    rgba(92,138,60,0.18) 60%,
    rgba(92,138,60,0.04) 100%
  );
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.btn-chiebo-c:hover::before { transform: translateX(0); }
.btn-chiebo-c:hover { color: var(--c-green-main); }
.btn-chiebo-c span { position: relative; z-index: 1; }
.btn-arrow { font-size: 18px; font-weight: 300; }/* End custom CSS */