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

@media only screen and (min-width: 768px){
    .sec_ttl h3{
        flex-direction: column;
        align-items: center;
        font-family: "Zen Maru Gothic", sans-serif;
    }
    .sec_ttl h3 .en{
        color: #EEC9AE;
        font-size: 3.2rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.3;
    }
    .sec_ttl h3 .ja{
        color: #E27510;
        font-size: 4rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.3;
    }
    .txt p{
        color: #333333;
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2;
    }
    .btn{
        width: 265px;
    }
    .btn a{
        justify-content: center;
        color: #ffffff;
        background: #E27510;
        border: 2px solid #E27510;
        border-radius: 90px;
        padding: 20px 30px;
        transition: 0.3s;
    }
    .btn a:hover{
        background: #ffffff;
        color: #E27510;
    }
    .btn a i{
        margin-right: 5px;
    }
}

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

@media only screen and (max-width: 767px){
    .sec_ttl h3{
        flex-direction: column;
        align-items: center;
        font-family: "Zen Maru Gothic", sans-serif;
    }
    .sec_ttl h3 .en{
        color: #EEC9AE;
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 1.3;
    }
    .sec_ttl h3 .ja{
        color: #E27510;
        font-size: 2.4rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    .txt p{
        color: #333333;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
    .btn{
        width: 260px;
    }
    .btn a{
        justify-content: center;
        color: #ffffff;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        background: #E27510;
        border-radius: 90px;
        padding: 20px 30px;
        box-sizing: border-box;
    }
    .btn a i{
        margin-right: 5px;
    }
}