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

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
    .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;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
    header .c-gnav>.menu-item:first-child {
        display: none
    }
}
@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;
    }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        font-size: 5.5vw;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
        font-size: 2.3vw;
        line-height: 1.4;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText br {
        display: none;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText::before {
        width: 130%;
        height: 4vw;
    }
    #interview .swell-block-columns__inner {
        margin-left: calc(2em* -1);
    }
    #interview .swell-block-columns .swell-block-column {
        margin: 0 0 0 2em;
        width: calc(var(--clmn-w) - 2em);
    }
    .post_content #interview .swell-block-column figure figcaption {
        font-size: 1.7vw;
    }
    .post_content #interview .swell-block-column p {
        font-size: 1.8vw;
    }
    #about .post_content #info .swell-block-column:nth-child(1), #about .post_content #history .swell-block-column:nth-child(2) {
        width: 30%;
    }
    #about .post_content #info .swell-block-column:nth-child(2), #about .post_content #history .swell-block-column:nth-child(1) {
        width: 63%;
    }
    #message .post_content .swell-block-column:nth-child(1) {
        width: 60%;
    }
    #message .post_content .swell-block-column:nth-child(2) {
        width: 24%;
    }
    .page-template-interview #content.l-content {
        padding-top: 0;
    }
    .page-template-interview .post_content #first .swell-block-column figure {
        height: 50vh;
    }
    .page-template-interview .post_content #first .belong {
        display: inline-block;
    }
    .page-template-interview .post_content #first .name {
        margin-left: 10px;
        position: relative;
        top: 3px;
        display: inline-block;
    }
}

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