@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: 10px 0 0 2vw;
        width: 210px;
    }
    header .l-header__inner h1.c-catchphrase {
        left: 250px;
        font-size: 0.8rem;
        width: calc(100% - 340px);
    }
    #main_visual .p-mainVisual__inner {
        height: 70vh;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 5vw;
        width: 12em;
    }
    #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;
    }
    #content .post_content h2 {
        font-size: 3.2vw !important;
    }
    .post_content #recruit .wp-block-cover {
        display: block;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .post_content #recruit .wp-block-cover img {
        object-position: right;
    }
    .post_content #recruit .wp-block-cover__inner-container {
        margin: 0;
        width: 50%;
    }
    /* .post_content #recruit .wp-block-cover__inner-container * {
        text-align: left;
    } */
    footer#footer #f_contact > section .mTe2 {
        margin-top: 1em !important;
    }
    footer#footer #f_contact hgroup img {
        width: 100px;
        right: 0;
    }
    #content .c-tabList .c-tabList__button .u-fz-l {
        font-size: 2.5vw !important;
    }
    footer .l-footer__inner #ft_r h3 {
        font-size: 2.8vw;
    }
    footer #ft_l #f_logo {
        max-width: 260px;
    }
}

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

}
