@charset "utf-8";

/* tyuukiplan */
.m-visionBox {
    display: flex;
    justify-content: space-between;
}
.m-visionBox__text {
    width: calc(100% - (826px + 40px));
}
.m-visionBox__text p + p {
    margin-top: 10px;
}
.m-menuFlex .c-gp__c2__c {
    position: relative;
    padding-bottom: 100px;
}
.m-menuFlex .c-gp__c2__c .c-gp__bu {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - (30px * 2));
}

@media screen and (max-width: 767px) {
    .m-visionBox {
        display: block;
    }
    .m-visionBox figure {
        margin-bottom: 20px;
    }
    .m-visionBox figure img {
        width: 100%;
    }
    .m-visionBox__text {
        width: 100%;
    }
    .m-menuFlex .c-gp__c2__c {
        padding-bottom: 0;
    }
    .m-menuFlex .c-gp__c2__c .c-gp__bu {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
    }
    .is-pc {
        display: none;
    }
}