.pcv {
    display: block;
}

.spv {
    display: none;
}

@media screen and (max-width:768px) {
    .pcv {
        display: none;
    }

    .spv {
        display: block;
    }
}

.iblock {
    display: inline-block;
}

.gtugmanc {
    position: relative;
    bottom: 100px;
}

@media screen and (max-width:768px) {
    .gtugmanc {
        bottom: 72px;
    }
}


/*=======================================================
    main img
=======================================================*/
.lineupVisualSection .sectionBg {
    background-image: url(../img/main_gty_greenm.jpg);
}

.lineupVisualSection .sectionTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 260px;
    box-sizing: border-box;
    border: 4px solid #006b67;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .lineupVisualSection .sectionTitle {
        height: 110px;
        border: 2px solid #006b67;
    }
}

.lineupVisualSection .sectionTitle .logo {
    width: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .lineupVisualSection .sectionTitle .logo {
        width: 157px;
    }
}

.lineupVisualSection .sectionTitle .logo img {
    width: 100%;
    height: auto;
}

.lineupVisualSection .sectionTitle .logo::before {
    content: none;
}

/*=======================================================
    concept
=======================================================*/
.aboutgreenm {
    display: flex;
    position: relative;
}

@media (max-width: 767px) {
    .aboutgreenm {
        padding-bottom: 50%;
        z-index: 0;
    }
}

.aboutgreenm .blockImg {
    width: 50%;
    position: relative;
    background-image: url(../img/pic_aboutgreenm.jpg);
    background-position: center bottom;
    background-size: cover;
}

@media (max-width: 767px) {
    .aboutgreenm .blockImg {
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #6da8e0;
        background-image: url(../img/pic_aboutgreenm_sp.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 1;
    }
}

.aboutgreenm .blockTxt {
    width: 50%;
    height: 480px;
    padding: min(80px, 12vw) min(80px, 5vw) min(80px, 5vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e2ebea;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .aboutgreenm .blockTxt {
        width: 100%;
        height: auto;
        text-align: center;
        z-index: 2;
        background-color: transparent;
    }
}

.aboutgreenm .blockTxt .aboutgreenm__ttl {
    margin-bottom: 1em;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
    color: #006b67;
}

@media (max-width: 767px) {
    .aboutgreenm .blockTxt .aboutgreenm__ttl {
        font-size: min(26px, 5.4vw);
        color: #fff;
    }
}

.aboutgreenm .blockTxt .aboutgreenm__ttl~p {
    font-size: 1.15em;
    line-height: 2.1;
}

@media (max-width: 767px) {
    .aboutgreenm .blockTxt .aboutgreenm__ttl~p {
        color: #fff;
    }
}