.elementor-kit-7{--e-global-color-primary:#212121;--e-global-color-secondary:#47525A;--e-global-color-text:#F58A0D;--e-global-color-accent:#103152;--e-global-color-15bf0da:#2680EB;--e-global-color-3c8dcb1:#FFFFFF;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:1.8rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:1.5;--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;background-color:#FFFFFF00;}.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;}.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 *//*remのサイズ調整*/
html {
    font-size: 62.5%;
}

/*ホバー時に下線が伸びる設定(ヘッダー)*/
.header_index {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header_index::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0; /* 右からスタート */
  width: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: width 0.4s ease, right 0.4s ease;
}

.header_index:hover::after {
  width: 100%;
  right: 0;
  left: 0; /* 左端まで伸ばす */
}

/*ホバー時に下線が伸びる設定(フッター)*/
.footer_index {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.footer_index::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0; /* 右からスタート */
  width: 0;
  height: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: width 0.4s ease, right 0.4s ease;
}

.footer_index:hover::after {
  width: 100%;
  right: 0;
  left: 0; /* 左端まで伸ばす */
}

/*loop itemの高さを統一*/
.elementor-loop-container:not(.elementor-posts-masonry) {
    align-items: stretch!important;
}/* End custom CSS */