.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-8d93661:#153D96;--e-global-color-04fab01:#AB2152;--e-global-color-6f65f34:#333333;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#153D96;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */p:last-child{
    margin-bottom: 0;
}

p{
    margin-bottom: 1.5em;
}

.h2-sub{
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 0.1em;
    line-height: 1.3em;
}
.h2-sub2{
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 0.3em;
    line-height: 1.3em;
}

.h1-sub{
    font-size: 3.75em;
    font-weight: 700;
    margin-bottom: 0.1em;
    line-height: 1.3em;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
  .h1-sub{
    font-size: 3em;
  }
}

.ctn-btn a{
    display: block;
    width: 300px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #153d96, #ab2152);
    padding: 18px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-radius: 40px;
    margin: 0 auto;
}

.ctn-btn a::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top:calc(50% - 5px);
    right: 20px;
}

.ctn-btn a:hover{
    opacity: 0.7;
    transition:0.3s;
}

.ctn-btn2 a{
    display: block;
    width: 300px;
    box-sizing: border-box;
    background:#fff;
    padding: 18px;
    text-align: center;
    position: relative;
    color: #333;
    border: solid 1px #333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2em;
    border-radius: 40px;
    margin: 0 auto;
}

.ctn-btn2 a::after{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    top:calc(50% - 5px);
    right: 20px;
}

.ctn-btn2 a:hover{
    opacity: 0.7;
    transition:0.3s;
}


@media screen and (max-width: 1020px) {
.ctn-btn a,
.ctn-btn2 a{
    font-size: 14px;
    width:270px;
    padding: 16px;
    margin: 0 auto;
}
}/* End custom CSS */