.elementor-kit-7{--e-global-color-primary:#282828;--e-global-color-secondary:#282828;--e-global-color-text:#282828;--e-global-color-accent:#00A0E8;--e-global-color-97f1fb7:#104A8E;--e-global-color-5ad0166:#FFFFFF;--e-global-color-9ca5176:#104A8E12;--e-global-typography-primary-font-family:"Zen Kaku Gothic Antique";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Zen Kaku Gothic Antique";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Zen Kaku Gothic Antique";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Zen Kaku Gothic Antique";--e-global-typography-accent-font-weight:500;overscroll-behavior:none;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-97f1fb7 );color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-97f1fb7 );border-radius:0px 0px 0px 0px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-accent );border-style:solid;border-color:var( --e-global-color-accent );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-97f1fb7 );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}.elementor-lightbox{background-color:#000000DD;}.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 */.grecaptcha-badge {
    visibility: hidden;
}

.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.current-menu-item .sub-arrow svg{
    fill: var(--e-global-color-97f1fb7);
}

.pswp__bg {
    background-color: #000000AA;
}
@media screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}
body {
    position: relative;
}

body::before {
    content: "";
    background: url('/wp-content/uploads/background.png') no-repeat fixed;
    background-position: right bottom;
    background-size: 50%;
    opacity: 0.2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* 背景画像を背面に配置 */
}

.top-txt h1,
.top-txt h2, 
.top-txt h3 {
    white-space: nowrap;
}
.top-txt h2 {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.top-txt h2 span big {
    color: var(--e-global-color-97f1fb7);
    font-size: 2.0em;
}
@media screen and (max-width: 1200px) {
    .top-txt h2 {
        flex-flow: row;
        gap: 1.6vw;
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    .top-txt h2 {
        flex-flow: column;
        align-items: flex-start;
    }
}

.home-about .swiper-slide,
.home-about .swiper-slide .swiper-slide .swiper-slide-inner,
.home-about .swiper-slide .swiper-slide-inner img.swiper-slide-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: 500px !important;
    width: 750px !important;
}
@media (max-width: 1200px) {
    .home-about .swiper-slide,
    .home-about .swiper-slide .swiper-slide .swiper-slide-inner,
    .home-about .swiper-slide .swiper-slide-inner img.swiper-slide-image {
    height: auto !important;
    width: 100% !important;
    }
}

.slide .elementor-button {
  background: var(--e-global-color-97f1fb7);
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slide .elementor-button::after {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.slide .elementor-button:hover {
  color: var(--e-global-color-97f1fb7);
}
.slide .elementor-button:hover::after {
  transform: scale(1, 1);
}
.txt-justify span {
    display: inline-block;
    width: 100%;
    text-align-last:justify;
}
.wpcf7-form .required:before {
    content: "*";
    color: red;
}
.wpcf7-form th,
#wpcf7cpcnf th{
    width: 20%;
    font-size: 1.2em;
}
.wpcf7-form th,
.wpcf7-form td,
#wpcf7cpcnf th,
#wpcf7cpcnf td {
    text-align: left;
    border: none;
    background-color: transparent !important;
}
.wpcf7-btns,
.wpcf7cp-btns {
    text-align: center;
    width: 100%;
    padding: 20px;
}
.wpcf7-submit,
.wpcf7cp-cfm-edit-btn {
    height: 60px;
    width: 240px;
}
@media (max-width: 767px) {
    .wpcf7-form th,
    .wpcf7-form td,
    #wpcf7cpcnf th,
    #wpcf7cpcnf td {
        display: block;
        width: 100%;
        padding-bottom: 0px;
    }
    .wpcf7-form td,
    #wpcf7cpcnf td {
        padding-top: 0px;
    }
}

.category_list ul {
    display: flex;
    flex-wrap: wrap;
}
.category_list li a {
    white-space: nowrap;
}/* End custom CSS */