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

@media only screen and (min-width: 768px){
    .sec_ttl h3{
        text-align: center;
    }
    .sec_ttl h3 .en{
        display: inline-block;
        color: #227C38;
        font-family: "Oswald", sans-serif;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        position: relative;
    }
    .sec_ttl h3 .en::before{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../img/common/sec_ttl-en_ic.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: -45px;
    }
    .sec_ttl h3 .en::after{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../img/common/sec_ttl-en_ic.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -45px;
    }
    .sec_ttl h3 .ja{
        display: block;
        color: #227C38;
        font-size: 4rem;
        font-weight: 600;
    }
    .txt p{
        color: #227C38;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 2;
    }
    .btn{
        width: 290px;
        background: #F1B531;
        border-radius: 90px;
        box-shadow: 0px 6px 0px 0px rgba(179, 135, 38, 1);
    }
    .btn a{
        display: block;
        color: #ffffff;
        font-size: 1.6rem;
        padding: 20px 40px 20px 20px;
        box-sizing: border-box;
        position: relative;
    }
    .btn a:after{
        content: "\F133";
        color: #ffffff;
        font-family: "bootstrap-icons";
        font-size: 1.6rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 25px;
    }
}

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

@media only screen and (max-width: 767px){
    .sec_ttl h3{
        text-align: center;
    }
    .sec_ttl h3 .en{
        display: inline-block;
        color: #227C38;
        font-family: "Oswald", sans-serif;
        font-size: 1.8rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        position: relative;
    }
    .sec_ttl h3 .en::before{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../img/common/sec_ttl-en_ic.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: -45px;
    }
    .sec_ttl h3 .en::after{
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background: url(../img/common/sec_ttl-en_ic.png) no-repeat center / contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: -45px;
    }
    .sec_ttl h3 .ja{
        display: block;
        color: #227C38;
        font-size: 2.4rem;
        font-weight: 600;
    }
    .txt p{
        color: #227C38;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        line-height: 2;
    }
    .btn{
        background: #F1B531;
        border-radius: 90px;
        box-shadow: 0px 6px 0px 0px rgba(179, 135, 38, 1);
    }
    .btn a{
        display: block;
        color: #ffffff;
        font-size: 1.6rem;
        text-align: center;
        padding: 13.5px 20px;
        box-sizing: border-box;
        position: relative;
    }
    .btn a:after{
        content: "\F133";
        color: #ffffff;
        font-family: "bootstrap-icons";
        font-size: 1.6rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right: 15px;
    }
}