/* PC
================================================= */

@media only screen and (min-width: 768px){
    .sec_ttl h3{
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
    }
    .sec_ttl h3 .en{
        color: #14993C;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background: #ffffff;
        padding: 5px 15px;
        border-radius: 8px;
    }
    .sec_ttl h3 .ja{
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }
    .txt p{
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .btn{
        width: 235px;
        background: #14993C;
        border-radius: 90px;
    }
    .btn a{
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 20px;
        box-sizing: border-box;
    }
    .btn a span{
        margin-right: 10px;
    }
}

/* SP
================================================= */

@media only screen and (max-width: 767px){
    .sec_ttl h3{
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
    }
    .sec_ttl h3 .en{
        color: #14993C;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        background: #ffffff;
        padding: 5px 15px;
        border-radius: 8px;
        margin-bottom: 5px;
    }
    .sec_ttl h3 .ja{
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
    }
    .txt p{
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .btn{
        width: 235px;
        background: #14993C;
        border-radius: 90px;
    }
    .btn a{
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        padding: 20px;
        box-sizing: border-box;
    }
    .btn a span{
        margin-right: 10px;
    }
}