.elementor-kit-6{--e-global-color-primary:#FE7B00;--e-global-color-secondary:#FAF7EE;--e-global-color-text:#000000;--e-global-color-accent:#00CD0E;--e-global-color-faea9dd:#3B3F3C;--e-global-typography-primary-font-family:"Righteous";--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:900;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.8em;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-weight:900;background-color:var( --e-global-color-faea9dd );}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 */.breadcrumbs,
.breadcrumbs * {
    color: white;
    mix-blend-mode: difference;
}
.page:not(.home) [data-elementor-type="single-page"],
.page:not(.home) .page-content,
.blog [data-elementor-type="archive"],
body:not(.home) .service-section {
    position: relative;
    background: var(--color-bg-base);
}

.page:not(.home) [data-elementor-type="single-page"]::before,
.page:not(.home) .page-content::before,
.blog [data-elementor-type="archive"]::before,
body:not(.home) .service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gradient-overlay);
    pointer-events: none;
    z-index: 1;
}

/* PCとSPで表示切り替え */
@media screen and (min-width:768px) {
  .d-pc {
      display:block;
  }
  .d-sp {
      display:none;
  }
}
@media screen and (max-width:767px) {
  .d-pc {
      display:none;
  }
  .d-sp {
      display:block;
  }
}

.post-list .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-list .elementor-pagination .page-numbers.prev,
.post-list .elementor-pagination .page-numbers.next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    border: 1px solid var(--color-white) !important;
    border-radius: 9999px;
    .text {
        display: none;
    }
    &::before {
        content: "";
        display: block;
        border-top: .5rem solid transparent;
        border-bottom: .5rem solid transparent;
        width: 0;
        height: 0;
        transition: .2s;
    }
    &:not([href]) {
        opacity: .2;
    }
}
.post-list .elementor-pagination .page-numbers.prev {
    padding-right: .2rem;
    margin-right: 1rem !important;
    &::before {
        border-right: .7rem solid var(--color-white);
        border-left: 0;
    }
    &[href]:hover {
        border-color: var(--color-main) !important;
        &::before {
            border-right-color: var(--color-main);
        }
    }
}
.post-list .elementor-pagination .page-numbers.next {
    padding-left: .2rem;
    margin-left: 1rem !important;
    &::before {
        border-left: .7rem solid var(--color-white);
        border-right: 0;
    }
    &[href]:hover {
        border-color: var(--color-main) !important;
        &::before {
            border-left-color: var(--color-main);
        }
    }
}
.post-list .elementor-pagination .elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-list .elementor-pagination .page-numbers:not(.next):not(.prev) {
    min-width: 2rem;
    line-height: 1;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    padding-top: .5rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: 2px solid transparent !important;
    &:hover {
        border-color: var(--color-main) !important;
    }
}
.post-list .elementor-pagination .page-numbers.current {
    background: var(--color-main);
}
.post-list .elementor-pagination a.page-numbers {
    &:hover {
        text-decoration: none;
    }
}

.post-list .e-loop-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.blog .post-list .e-loop-item {
    @media(min-width: 1024px) {
        &:not(:nth-of-type(4n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
    @media(max-width: 1024px) and (min-width: 768px) {
        &:not(:nth-of-type(2n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
}
.blog .post-list .e-loop-item {
    @media(min-width: 1024px) {
        &:not(:nth-of-type(4n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
    @media(max-width: 1024px) and (min-width: 768px) {
        &:not(:nth-of-type(2n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
}
.single .post-list .e-loop-item {
    @media(min-width: 768px) {
        &:not(:nth-of-type(4n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
    @media(max-width: 767px) {
        &:not(:nth-of-type(2n)) {
            border-right: 1px solid rgba(255, 255, 255, .3);
        }
    }
}/* End custom CSS */