.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#54595F;--e-global-color-accent:#171C61;--e-global-color-1766304:#171C61;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 */main {
    overflow: hidden;
}

.gradient-text h2 {
 display: inline-block;
 color: transparent !important;
 background: linear-gradient(130deg, #0A2E78 0%, #2D88B5 80%);
 -webkit-background-clip: text;
}



/*  ==================================================
改行
================================================== */

@media (min-width: 1023px) { /*Desktop*/
.tb-br {
    display: none !important;
}
}

@media (min-width: 768px) { /*PC tablet only*/
.sp-br {
    display: none !important;
}
}

@media (max-width: 767px) { /*phone only*/
.pc-br,
.tb-br {
    display: none !important;
}
}

@media (min-width: 1200px) { /*Desktop large*/


.pcl-tb-sp-br {
    display: none !important;
}
}

@media (min-width: 1200px) { /*Desktop large*/
.pcs-tb-sp-br {
    display: none !important;
}
}

@media (max-width: 1199px)  { /*Desktop small + Tablet + Phone*/
.pc-l-br {
    display: none !important;
}
}

@media (min-width: 1023px) { /* Tablet + Phone*/
.pc-tb-br {
    display: none !important;
}
}

@media (max-width: 991px)  { /*Tablet + Phone*/
.pcl-tb-sp-br {
    display: none !important;
}
.pc-only-br {
    display: none !important;
}
}




/* --------------------------------------------
	common
-------------------------------------------- */

#cta .elementor-button {
    min-width: 100%;
}

#cta .elementor-button p {
    font-size: 19px;
}

#cta .elementor-button-text p {
    margin: 0;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#cta .elementor-button-text p:before {
    width: 50px;
    height: 1px;
    content: '';
    display: inline-block;
    margin-right: 17px;
    background-color: #002D75;
}

#cta .elementor-button-text p:after {
    width: 50px;
    height: 1px;
    content: '';
    display: inline-block;
    margin-left: 17px;
    background-color: #002D75;
}

#cta a.elementor-button:hover .elementor-button-text p:before,
#cta a.elementor-button:hover .elementor-button-text p:after {
    background-color: #fff;
}

@media (max-width: 767px) { /*Phone*/
#cta .elementor-button p {
    font-size: 14px;
}
}/* End custom CSS */