@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 {
        padding: 0 4vw;
    }
    header#header .l-header__logo #logo {
        margin: 16px 0 0 0;
    }
    header .l-header__inner h1.c-catchphrase {
        left: 300px;
        font-size: 0.75rem;
        width: calc(100% - 410px);
    }
    #main_visual .p-mainVisual__inner {
        /* height: 70vh; */
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 3.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;
    }
    .post_content h2 {
        line-height: 1.3;
    }
    footer#footer #f_contact {
        padding: 6vw 4vw 0;
    }
    footer#footer #f_contact dl dt, footer#footer #f_contact dl dd {
        margin: 0.25em 0.5em;
    }
    footer #info dl + ul li {
        display: inline-block;
    }
    footer #info #unei + dl {
        text-align: center;
    }
    .post_content br.sp_ {
        display: none;
    }
}

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

}
