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

@media only all and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
    #main_visual .p-mainVisual__inner {
        height: 60vh;
    }
    .post_content #first.swell-block-columns {
        margin-top: 2vw !important;
    }
    .post_content #first.swell-block-columns .swell-block-column {
        --clmn-w--pc: 100% !important;
    }
    .page .post_content > div:first-child h2 br {
        display: none;
    }
    .post_content #first .swell-block-column figure {
        height: 50vh;
    }
    #people_list ul, #other_list ul {
        padding-left: 0;
    }
    #other_list ul li a > div {
        padding: 1em;
    }
}

@media all and (min-width: 768px) and (max-width: 960px) {
    header#header .l-header__logo #logo {
        padding: 1vw;
    }
    #menu_btn em {
        left: -5px;
    }
    .post_content h3, .post_content .swell-block-column h3 {
        font-size: 2vw;
    }
    footer#footer #f_contact p {
        font-size: 1.6vw;
    }
}
@media all and (min-width: 600px) and (max-width: 960px) {
    /* .post_content #first.swell-block-columns {
        margin-top: 2vw !important;
    } */
    /* .page .post_content > div:first-child h2 br {
        display: none;
    } */
    /* #work .post_content .swell-block-button__link {
        padding: 20px 40px 20px 10px;
    }
    #work .post_content #detail .wp-block-columns h3 {
        font-size: 1.5rem;
        margin-bottom: 0.7em;
    } */
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    /* #main_visual .p-mainVisual__inner {
        min-height: 850px;
    } */
    #body_wrap.home #reason .swell-block-columns .swell-block-column {
        margin: 0 1.5% 0;
        width: 30%;
    }
    .btn, [class*=is-style-btn_] a, .swell-block-button__link, .wp-block-button__link, footer #btn_tel a {
        font-size: 0.9rem;
    }
    footer#footer #f_contact > section {
        display: block;
    }
    footer#footer #f_contact > section > section {
        width: 100%;
    }
    .home #about .swell-block-columns__inner {
        display: block;
    }
    .post_content #staff .ttl + .swell-block-columns .swell-block-column:nth-child(2) {
        margin-top: 0;
        --clmn-w--tab: 50% !important;
    }
    body.company .swell-block-columns.sp_only .swell-block-column figure {
        margin-bottom: -25%;
    }
    body.company .swell-block-columns.sp_only .swell-block-column figure img {
        width: 70% !important;
        height: 70% !important;
        left: 15% !important;
    }
    .archive .l-content, .single .l-content, .l-content {
        padding-top: 1em;
    }
    .archive .-type-card .p-postList__item {
        padding: 0 2.5em;
    }
    h1.c-pageTitle span {
        font-size: 1.5rem;
    }
    .post_content .swell-block-column .ttl h2, .post_content .swell-block-column .ttl p {
        text-align: left !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
}