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

@media only screen and (min-width: 768px){
    .btn{
        width: 250px;
        text-align: center;
    }
    .btn a{
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background: #ffffff;
        padding: 20px 50px;
        box-sizing: border-box;
        border-radius: 90px;
        position: relative;
    }
    .btn a::after{
        content: "\F231";
        color: #ffffff;
        font-family: "bootstrap-icons";
        font-size: 1.6rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 30px;
    }
    .line a{
        color: #ffffff;
        background: #06C755;
    }
    .line a::before{
        content: "";
        width: 32px;
        height: 32px;
        background: url(../img/common/btn_ic-line.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 20px;
    }
    .mail a{
        color: #ffffff;
        background: #0E9AD8;
    }
    .mail a::before{
        content: "";
        width: 31px;
        height: 31px;
        background: url(../img/common/btn_ic-mail.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 20px;
    }
    .sec_ttl h3{
        flex-direction: column;
    }
    .sec_ttl h3 .en{
        color: #826E11;
        font-size: 1.8rem;
        font-weight: 900;
        letter-spacing: 0.1em;
    }
    .sec_ttl h3 .ja{
        font-size: 3.2rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
    .txt{
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 2;
    }
}

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

@media only screen and (max-width: 767px){
    .btn{
        width: 250px;
        text-align: center;
    }
    .btn a{
        display: block;
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        background: #ffffff;
        padding: 20px 50px;
        box-sizing: border-box;
        border-radius: 90px;
        position: relative;
    }
    .btn a::after{
        content: "\F231";
        color: #ffffff;
        font-family: "bootstrap-icons";
        font-size: 1.6rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 30px;
    }
    .line a{
        color: #ffffff;
        background: #06C755;
    }
    .line a::before{
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/common/btn_ic-line.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 30px;
    }
    .mail a{
        color: #ffffff;
        background: #0E9AD8;
    }
    .mail a::before{
        content: "";
        width: 31px;
        height: 31px;
        background: url(../img/common/btn_ic-mail.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 20px;
    }
    .sec_ttl h3{
        flex-direction: column;
    }
    .sec_ttl h3 .en{
        color: #826E11;
        font-size: 1.6rem;
        font-weight: 900;
        letter-spacing: 0.1em;
    }
    .sec_ttl h3 .ja{
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        line-height: 1.6;
    }
    .txt{
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.8;
    }
}