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

@media only screen 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 only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
}
@media screen and (min-width: 600px) and (max-width: 960px) {
    /* .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-columns .swell-block-column:first-child {
        min-height: 500px;
    }
    .post_content #first .swell-block-column figure {
        height: 50vh;
        min-height: 500px;
    }
    #people_list ul, #other_list ul {
        padding-left: 0;
    }
    #other_list ul li a > div {
        padding: 1em;
    }
    #data .post_content #table .three .swell-block-column figure {
        margin-bottom: 1em;
    }
    body#data .post_content .swell-block-columns h3 {
        font-size: 2vw;
    }
    #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;
    } */
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 4vw;
    }
    footer #f_entry ul li .btn {
        font-size: 0.9rem;
    }
    #body_wrap.home #about .swell-block-column:nth-child(1) {
        --clmn-w: var(--clmn-w--tab,55%);
    }
    #body_wrap.home #about .swell-block-column:nth-child(2) {
        --clmn-w: 100% !important;
    }
    #body_wrap.home #about figure {
        width: 40%;
        left: 65%;
        margin-top: -18% !important;
    }
    #body_wrap.home #reason .swell-block-columns__inner {
        justify-content: center;
        margin: 0;
    }
    #body_wrap.home #reason .swell-block-columns .swell-block-column {
        margin: 0 1.5% 0;
        width: 30%;
    }
    #body_wrap.home #works .pc_only {
        display: block !important;
    }
    #body_wrap.home #works .sp_only {
        display: none !important;
    }
    #people_list ul {
        padding: 0 3vw;
    }
    #other_list ul {
        padding-left: 0;
    }
    #people_list ul li, #other_list ul li {
        width: 48%;
    }
    #other_list ul li a > div {
        padding: 1em;
    }
    .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;
    }
}

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