@charset "utf-8";
/* CSS Document */

@media screen and (max-width:768px){
    .visible-sp{
        display: block;
    }
    .hidden-sp{
        display:none !important;
    }
    .fixedcontainer{
        max-width: 750px;
    }
    body{
        font-size: 16px;
        line-height: 1.7;
    }
    .subpage{
        padding: 50px 0;
    }
    .logo{
        margin-bottom: 20px;
    }
    .logo img{
        width: 80px;
    }
    .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .footer .fixedcontainer{
        width: 100%;
    }
    .footer{
        font-size: 12px;
        padding: 30px 0;
    }
    .footer_links li{
        display: block;
        padding: 0 8px;
    }

    .about th{
        width: 140px;
    }
    .btn{
        margin-top: 20px;
    }
    .txt{
        font-size: 12px;
    }
    .cta2 .inner{
        padding: 30px 0 40px;
    }

    /* 追加箇所 */
    .mail {
        top: clamp(100px, 74vw, 550px);
    }
    .input_mail {
        width: 86%;
        height: clamp(0px, 12vw, 90px);
        font-size: 4vw;
    }
    .cta-btn {
        top: clamp(300px, 99vw, 700px);
    }
    .cta-btn a img {
        width: 84%;
        max-height: unset;
    }
    .mail2 {
        top: clamp(290px, 123vw, 920px);
    }
    .cta-btn2 {
        bottom: 5%;
    }
    .cta-btn2 a img {
        width: 84%;
        max-height: unset;
    }
}

@media screen and (max-width:300px){
    .input_mail {
        height: clamp(0px, 10vw, 90px);
    }
    .mail2 {
        top: clamp(100px, 122vw, 370px);
    }
    .cta-btn2 {
        bottom: clamp(0px, 55vw, 170px);
    }
    .cta-btn2 input {
        width: 80%;
    }
}
