.title.blue.center {
    margin-bottom: 20px;
}



.base h2 .ttl-eng {
    font-size: 16px;
    font-weight: 400;
    color: #3780CF;
}

.base h2 .ttl-jpn {
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

.btn svg {
    fill: #3780CF;
}

.base .metabox {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .base .image img {
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);
} */

.button-center {
    border-bottom: 1px solid #3780CF;
    width: 177px;
    justify-content: flex-start;
    padding: 10px;
    margin: auto;
    margin-top: 30px;
    text-decoration: transparent;
    background-color: #3780CF;

}

.button-center .text {
    border-bottom: 1px solid transparent;
    color: #fff;

}

.button-center.blue-button svg {
    fill: #fff;
}

@media screen and (min-width: 768px) {
    .image-text {
        position: absolute;
        bottom: 20px;
    }

    .bg-grey {
        background-color: #ffffff;
        padding: 55px;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 80%;
        margin: auto;
        text-align: center;
        margin-top: -55px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .image-text {
        position: absolute;
        bottom: 0px;
    }

    .bg-grey {
        background-color: #ffffff;
        padding: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
        text-align: center;
        margin-top: -55px;
        position: relative;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) {}