.elementor-kit-6{--e-global-color-primary:#00316E;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Shippori Mincho B1";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1;--e-global-typography-primary-letter-spacing:4.5px;--e-global-typography-secondary-font-family:"Marcellus";--e-global-typography-secondary-font-size:19px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:3.8px;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-text-letter-spacing:1.6px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:32px;--e-global-typography-primary-letter-spacing:3.2px;--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-letter-spacing:1.68px;--e-global-typography-text-font-size:14px;--e-global-typography-text-letter-spacing:1.4px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*ヘッダーお問合せボタン装飾*/
.cs_contact-box::after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid white;
}

/*最新情報のボーター一番下だけ非表示*/
@media screen and (max-width:1024px) {
    .e-loop-item:last-child .cs-info-list {
        /*border: none!important;*/
    }
}


/*事業概要ページ*/
/*下線*/
.custom-underline-right,  .custom-underline-left {
  position: relative;
  bottom: 0;
  left: 0%; /* 線の開始位置を少し右から */
  width: 100%;  /* 線の長さ（全体の90%） */
  height: 1px;
  background-color: #00316E;
}

.custom-underline-right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #00316E;
  border-radius: 50%;
}
.custom-underline-left::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #00316E;
  border-radius: 50%;
}


/*記事一覧のサムネサムネを指定比率枠内に収まるよう調整*/
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{
    background-color: #f8f8f8;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    height: 100%!important;
    width: auto;
    max-width: 100%;
}/* End custom CSS */