h2.wp-block-heading {
    font-size: 28px;
    padding-left: 30px;
    color: #133b9e;
    font-weight: bold;
    position: relative;
    margin-bottom: 35px;
}

h2.wp-block-heading::after {
    content: "";
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, rgb(0, 97, 207) 72%, rgb(0, 24, 84) 72%);
    position: absolute;
    left: 0;
    top: 0;
}

h3.wp-block-heading {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    color: #001854;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 35px;
}

h3.wp-block-heading::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0061cf 50%, #40bdd6 50%);
    position: absolute;
    left: 0;
    bottom: 0;
}

h4.wp-block-heading {
    color: #0061CF;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 35px;
}
h4.wp-block-heading.mb-15{
    margin-bottom: 15px;
}
h5.wp-block-heading {
    color: #133B9E;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    margin-bottom: 35px;
}
ul.list-anchor.length-2{
    justify-content: center;
}
h5.wp-block-heading:after {
    width: 300px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgba(0, 117, 207, 1) 0%, rgba(0, 117, 207, 0) 100%);
    left: 0;
}

.is-style-bg-1 {
    position: relative;
}

.is-style-bg-1::after {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(199, 243, 255) 61%, rgb(255, 255, 255) 100%);
}

.is-style-box-border {
    padding: 40px 15px;
    border: 2px solid #1e3a94;
    border-radius: 20px;
    background-color: #fff;
}

a.wp-block-button__link.wp-element-button {
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 30px;
    font-size: 1.9rem;
    font-weight: bold;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    color: #133b9e;
    padding-right: 60px;
}

a.wp-block-button__link.wp-element-button::after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/assets/images/index/icon-blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.wp-block-button {
    padding: 2px;
    background: linear-gradient(90deg, #007ba6 0%, #004ea6 100%);
    border-radius: 10px;
}


/*# sourceMappingURL=blocks.css.map */

.page-block-editor .page-content p {
    line-height: 2;
    letter-spacing: 0.05em;
}

.wp-block-image {
    margin: 20px auto;
}

ul.wp-block-list {
    margin: 20px auto;
}

ul.wp-block-list li {
    padding-left: 25px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 2;
}

ul.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0061CF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 12px;
}
g#linkapp,g#link-google{
    cursor: pointer;
}

body.page-block-editor .page-content {
    margin-bottom: 100px;
}

.wp-block-group.is-style-box-bg-white {
    padding: 45px 20px;
    border-radius: 15px;
}

.wp-block-group.is-style-box-bg-white .wp-block-image {
    margin: 0;
}

.wp-block-group.is-style-container {
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-button.is-style-download a.wp-block-button__link.wp-element-button::after {
    background-image: url(/assets/images/index/icon-download.svg);
}

.wp-block-button.is-style-download a.wp-block-button__link.wp-element-button {
    position: relative;
    padding-left: 60px;
}

.wp-block-button.is-style-download a.wp-block-button__link.wp-element-button::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/index/icon-dot-download.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.wp-block-button:before{
    display: block;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    background-color: white;
    border-radius: 8px;
    content: '';
}
.wp-block-button{
    position: relative;
}
.wp-block-button a.wp-block-button__link.wp-element-button:hover{
    opacity: 1;
}
.wp-block-button a.wp-block-button__link.wp-element-button:hover{
    opacity: 0.6;
}
.box-contact-service {
    border: 2px solid #1e3a94;
    border-radius: 20px;
    padding: 30px 15px;
    background-color: #fff;
}

.box-contact-company h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-contact-company p {
    text-align: center;
    margin-top: 5px;
}

.box-contact-company {
    position: relative;
    padding-bottom: 25px
}

.box-contact-company:after {
    display: block;
    position: absolute;
    width: 500px;
    bottom: 0;
    left: calc(50% - 250px);
    height: 1px;
    content: '';
    background-color: #133B9E;
}

.box-contact-tel .tel {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em;
    margin-top: 25px;
}

.box-contact-tel .tel span {
    color: #133B9E;
}

.box-contact-tel p {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.box-btn-contact a.btn {
    max-width: 330px;
    margin: 20px auto 20px;
}

.box-btn-contact .btn-mail-inner {
    width: 100%;
    display: flex;
    height: 70px;
    padding-left: 20px;
    height: 70px;
    padding-right: 60px;
    flex-direction: row;
}

.box-btn-contact .btn-mail-inner span {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15px;
}
.height-100{
    height: 100% !important;
}
.page-block-editor .page-content p.lh-1-55{
    line-height: 1.55 !important;
}

.box-btn-contact .btn-mail-inner:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/assets/images/index/icon-btn-contact.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.box-btn-contact a:hover .btn-mail-inner:after{
    
    background-image: url(/assets/images/index/icon-contact-hover.svg);
}
body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    background-color: #f2f6ff;
    color: #133b9e;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 35px;
    width: 300px !important;
}

body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 30px 35px;
    line-height: 1.875;
}

h6.wp-block-heading {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    color: #222222;
    margin-bottom: 15px;
}

h6.wp-block-heading:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 2px;
    background: #133b9e;
    top: 7px;
}

figure.wp-block-table.is-style-table-2 tr:first-child td {
    background-color: #133b9e;
    color: #fff;
    border-color: #fff;
    text-align: center;
    font-weight: bold;
}

figure.wp-block-table.is-style-table-2 td {
    height: 50px;
    padding: 15px 30px;
    text-align: left;
    letter-spacing: 0.025em;
    text-align: left;
    border: 1px solid #133b9e;
}

figure.wp-block-table.is-style-table-2 td:first-child {
    background-color: #f2f6ff;
    color: #133b9e;
    font-weight: bold;
    width: 190px;
    padding: 15px 20px;
}

figure.wp-block-table.is-style-table-3 tr:first-child td {
    background-color: #133b9e;
    color: #fff;
    border-color: #fff;
    text-align: center;
    font-weight: bold;
}

figure.wp-block-table.is-style-table-3 td {
    height: 50px;
    padding: 15px 30px;
    text-align: left;
    letter-spacing: 0.025em;
    text-align: left;
    border: 1px solid #133b9e;
    background-color: #fff;
}

figure.wp-block-table.is-style-table-3 td:first-child,
figure.wp-block-table.is-style-table-3 td:nth-child(2) {
    background-color: #f2f6ff;
    color: #133b9e;
    font-weight: bold;
    width: 280px;
    padding: 15px 20px;
}

figure.wp-block-table.is-style-table-3 td:first-child {
    width: 70px;
    text-align: center;
}

.video-youtube iframe {
    width: 650px;
    height: 366px;
}

.video-youtube {
    text-align: center;
}

.sec-bg-cs {
    position: relative;
}

.sec-bg-cs::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/10/bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.text-shadow {
    text-shadow: 0 0 5px #001854;
}

.title-step {
    min-height: 60px;
    display: flex;
    border: 2px solid #0061cf;
    border-radius: 30px;
    font-size: 2rem;
    color: #222;
    padding-left: 40px;
    gap: 55px;
    letter-spacing: 0.025em;
    align-items: center;
    font-weight: bold;
    background-color: #fff;
    margin-bottom: 25px;
}

.title-step span {
    font-size: 4.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #133b9e;
    line-height: 1;
    position: relative;
}

.title-step span::after {
    content: "";
    height: 34px;
    width: 4px;
    background-image: url(/wp-content/uploads/2025/10/bg-dot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
}

.text-step {
    padding: 0 25px;
}

figure.wp-block-table.is-style-table-4 {
    margin-bottom: 20px;
}

figure.wp-block-table.is-style-table-4 td {
    height: 50px;
    padding: 15px 45px;
    border: 1px solid #133b9e;
    background-color: #fff;
}

figure.wp-block-table.is-style-table-4 td:first-child {
    width: 370px;
    font-size: 1.7rem;
    color: #133B9E;
    font-weight: bold;
    background-color: #f2f6ff;
}

.wp-block-group.group-try {
    position: relative;
}

.wp-block-group.group-try::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/10/bg-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.wp-block-group.group-try>div {
    max-width: 1230px;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 15px;
}

.wp-block-group.group-try>div p {
    margin-bottom: 30px;
    font-size: 7.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
}

figure.wp-block-table.is-style-table-flex {
    padding: 0 20px;
}

figure.wp-block-table.is-style-table-flex tr {
    display: flex;
    gap: 20px;
}

figure.wp-block-table.is-style-table-flex td {
    display: block;
    border: none;
    flex: 1;
    padding: 17px 20px;
    border-bottom: 1px solid #b0c3d9;
}

figure.wp-block-table.is-style-table-flex td:nth-child(1) {
    width: 255px;
    flex: unset;
    padding: 17px 16px;
    border-bottom: 2px solid #0061cf;
    color: #133b9e;
    font-weight: 500;
    font-size: 1.7rem;
}

@media (max-width:767px) {
    figure.wp-block-table.is-style-table-flex td:nth-child(1) {
        width: 110px;
        font-size: 1.4rem;
        padding: 12px 10px;
        padding-right: 0;
    }
    figure.wp-block-table.is-style-table-flex {
        padding: 0;
    }
    figure.wp-block-table.is-style-table-flex td {
        padding: 13px 10px;
    }
    .video-youtube iframe {
        width: 100%;
        height: 200px;
    }
    h2.wp-block-heading {
        font-size: 2rem;
        padding-left: 20px;
    }
    h2.wp-block-heading::after {
        width: 6px;
    }
    h3.wp-block-heading {
        font-size: 1.7rem;
    }
    h4.wp-block-heading {
        font-size: 1.5rem;
    }
    .page-demo .title-jp::after {
        transform: none;
        top: 8px;
    }
    .page-demo section.page-header {
        height: auto;
    }
    .box-contact-company:after {
        width: 100%;
        left: 0;
    }
    .box-btn-contact .btn-mail-inner svg {
        width: 20px;
    }
    a.wp-block-button__link.wp-element-button {
        font-size: 1.6rem;
        padding: 0 30px;
        padding-right: 50px;
        min-height: 60px;
    }
    .wp-block-button.is-style-download a.wp-block-button__link.wp-element-button {
        padding-left: 40px;
    }
    .wp-block-button.is-style-download a.wp-block-button__link.wp-element-button::before {
        width: 12px;
        height: 12px;
        left: 15px;
    }
    a.wp-block-button__link.wp-element-button::after {
        width: 20px;
        height: 20px;
        right: 15px;
    }
    h5.wp-block-heading {
        font-size: 1.5rem;
    }
    h5.wp-block-heading:after {
        height: 4px;
    }
    body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
        width: auto !important;
        padding: 10px;
        font-size: 1.4rem;
    }
    body .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
        padding: 10px;
    }
    h6.wp-block-heading {
        font-size: 1.6rem;
        padding-left: 20px;
    }
    h6.wp-block-heading:after {
        width: 10px;
        height: 10px;
        left: 0;
        top: 8px;
    }
    figure.wp-block-table.is-style-table-2 td:first-child {
        width: 100px;
    }
    figure.wp-block-table.is-style-table-3 td:first-child,
    figure.wp-block-table.is-style-table-3 td:nth-child(2) {
        width: 100px;
        padding: 10px;
    }
    figure.wp-block-table.is-style-table-3 td {
        padding: 10px;
    }
    figure.wp-block-table.is-style-table-3 td:first-child {
        width: 30px;
    }
    .title-step {
        border-width: 1px;
        font-size: 1.5rem;
        padding-left: 20px;
        min-height: 40px;
        gap: 30px;
        margin-bottom: 15px;
    }
    .title-step span {
        font-size: 2.6rem;
    }
    .title-step span::after {
        width: 2px;
        height: 17px;
        right: -15px;
    }
    .text-step {
        padding: 0;
    }
    .wp-block-group.is-style-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    figure.wp-block-table.is-style-table-4 td:first-child {
        width: 100%;
        display: flex;
        align-items: center;
        height: 35px;
        font-size: 1.4rem;
        justify-content: center;
        border-bottom: none;
    }
    figure.wp-block-table.is-style-table-4 tr {
        display: block;
    }
    figure.wp-block-table.is-style-table-4 td {
        width: 100%;
        display: block;
        min-height: 35px;
        height: auto;
        padding: 10px 15px;
    }
    figure.wp-block-table.is-style-table-4 tr:not(:first-child) td:first-child {
        border-top: none;
    }
    .wp-block-group.group-try>div p {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .wp-block-group.group-try>div {
        min-height: 200px;
    }
    .is-style-box-border {
        padding: 20px 15px;
        border-width: 1px;
        border-radius: 10px;
    }
}