.elementor-kit-7{--e-global-color-primary:#094067;--e-global-color-secondary:#90B4CE;--e-global-color-text:#515F6E;--e-global-color-accent:#3DA9FC;--e-global-color-f4f5635:#EF4565;--e-global-color-1d1005a:#90B4CE;--e-global-color-c6a11bf:#FFFFFE;--e-global-typography-primary-font-family:"Sawarabi Gothic";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* メニューリンク hover時の色 */
.menu-link:hover {
  color: #094067;
}

/* 通常時の線（青） */
.elementor-element[class*="divider-section"] .elementor-divider-separator {
  border-top: 3px solid #0066cc;
}

/* active時の線（赤） */
.elementor-element[class*="divider-section"].active .elementor-divider-separator {
  border-top-color: #ef4565 !important;
}



/* 通常状態のリンク色（黒など任意に） */
.menu-link {
  color: #094067; /* 好みの色に調整してOK */
  text-decoration: none;
}

/* hover時（青っぽい色に） */
.menu-link:hover {
  color: #ef4565;
}

/* active時（例えばクリック中の色を抑制） */
.menu-link:active {
  color: #094067;
}

/* メニューリンクが active のとき（現在のセクション） */
.menu-link.active {
  color: #ef4565;
}/* End custom CSS */