@charset "utf-8";
/* CSS Document */

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
}

@media all and (min-width: 768px) and (max-width: 959px) {
    header#header .l-header__logo #logo {
        margin: 5px 0 0 2vw;
        width: 130px;
    }
    header .l-header__inner h1.c-catchphrase {
        left: 180px;
        font-size: 0.7rem;
    }
    #main_visual .p-mainVisual__inner {
        height: 70vh;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 5.5vw;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
        font-size: 3vw;
    }
    /* #body_wrap header + #btn_cta li a {
        font-size: 1rem;
        height: 120px;
        padding: 0px 5px 68px 13px;
    }
    footer#footer #f_contact ul li#btn_tel a {
        background: url(../../assets/img/icon_tel.svg) no-repeat left 10px center #fff;
        background-size: 20px;
    }
    footer#footer #f_contact ul li#btn_tel a em {
        font-size: 1.2rem;
    }
    footer#footer #f_contact ul li#btn_tel a span {
        font-size: 0.65rem;
    } */
    .post_content #worry .ttl + .wp-block-group {
        background-size: 100%;
    }
    #content .post_content .swell-block-column h3 {
        font-size: 1.4rem;
    }
    .post_content #service > .wp-block-group__inner-container {
        padding-bottom: 15em;
    }
    /* footer#footer #f_contact {
        background: url(../../../../uploads/bg_contact.svg) no-repeat center #d7eefb;
        background-size: cover;
    } */
    #menu > div {
        width: 90%;
    }
    #menu #info #ccopy {
        letter-spacing: 0;
        line-height: 1.5;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

}
