@charset 'UTF-8';

.vr-modelhouse .mainimgarea .bgcover {
    background-image: url(../img/product/product12.png);
}

.vr-modelhouse .feature .inner.text.top {
    width: calc(100% - 140px);
    background-image: url(../img/product/vr-modelhouse/top.png);
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 70px 70px 0;
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr-modelhouse .feature .inner.text.top:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.vr-modelhouse .feature .inner.text.top h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.vr-modelhouse .feature .inner.company-information {
    background-color: #fff;
    padding: 70px;
}

.vr-modelhouse .feature .inner.company-information .box {
    display: flex;
    justify-content: space-between;
}

.vr-modelhouse .feature .inner.company-information .box>.info {
    width: 60%;
}

.vr-modelhouse .feature .inner.company-information .box>figure {
    width: 30%;
    padding: 0;
    margin: 0;
}

.vr-modelhouse .feature .inner.company-information .box>figure img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.vr-modelhouse .feature .inner.company-information .box .info img {
    max-width: 400px;
    display: block;
}

.vr-modelhouse .feature .inner.company-information .box .info figure {
    margin: 0;
    margin-bottom: 30px;
}

.vr-modelhouse .feature .inner.company-information .box .info h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.vr-modelhouse .feature .inner.company-information .box .info ul {
    margin-bottom: 20px;
}

.vr-modelhouse .feature .inner.company-information .box .info ul li {
    font-size: 1.2rem;
}

.vr-modelhouse .feature .inner.company-information .box .info p {
    font-size: 1.1rem;
}

.vr-modelhouse .feature .inner.gqhouse {
    background-image: url(../img/product/vr-modelhouse/img02.png);
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vr-modelhouse .feature .inner.gqhouse:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.vr-modelhouse .feature .inner.gqhouse h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.vr-modelhouse .feature .inner.gqhouse h3 {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 2em;
}

.vr-modelhouse .feature .inner.gqhouse h3 a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.vr-modelhouse .feature .inner.talk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.vr-modelhouse .feature .inner.talk figure {
    margin: 0;
}

.vr-modelhouse .feature .inner.talk img {
    border-radius: 8px;
    max-width: 640px;
}

.vr-modelhouse .feature .inner.talk>div.box {
    width: calc(100% - 700px);
}

.vr-modelhouse .feature .inner.talk>div p {
    margin-bottom: 2em;
}

.vr-modelhouse .feature .vrv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vr-modelhouse .feature .vrv p {
    width: calc(100% - 700px);
}

.vr-modelhouse .feature .vrv figure {
    max-width: 640px;
}

.vr-modelhouse .feature .vrv figure figcaption {
    margin-top: 10px;
}

.vr-modelhouse .feature .vrv figure img {
    width: 100%;
}

.vr-modelhouse .feature .inner.talk2 {
    background-color: #fff;
}

.vr-modelhouse .feature .inner.talk2 .img {
    display: flex;
    justify-content: center;
}

.vr-modelhouse .feature .inner.talk2 .img figure {
    width: 50%;
}

.vr-modelhouse .feature .inner.talk2 .img figure img {
    width: 100%;
    border-radius: 8px;
}

.vr-modelhouse .feature .inner.talk2 .img figure figcaption {
    margin-top: 10px;
}

.vr-modelhouse .feature .inner.talk .img figure.logo img {
    max-width: 320px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

@media (max-width: 896px) {
    .vr-modelhouse .feature {
        padding-top: 70px;
    }

    .vr-modelhouse .feature .inner.text.top {
        margin-top: 0;
        width: calc(100% - 40px);
        margin: auto;
    }

    .vr-modelhouse .feature .inner.company-information .box {
        display: block;
    }

    .vr-modelhouse .feature .inner.company-information .box .info img {
        max-width: 320px;
        margin: auto;
    }

    .vr-modelhouse .feature .inner.company-information .box>.info {
        width: 100%;
    }

    .vr-modelhouse .feature .inner.company-information {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vr-modelhouse .feature .inner.company-information .box>figure {
        margin-top: 20px;
        width: 100%;
    }

    .vr-modelhouse .feature .inner.company-information .box>figure img {
        display: block;
        max-width: 320px;
        margin: auto;
    }

    .vr-modelhouse .feature .inner.talk,
    .vr-modelhouse .feature .inner.talk2 {
        flex-wrap: wrap;
    }

    .vr-modelhouse .feature .inner.talk>div.box {
        width: 100%;
    }

    .vr-modelhouse .feature .inner.talk>div.img {
        width: 100%;
    }

    .vr-modelhouse .feature .inner.talk img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto 20px;
    }

    .vr-modelhouse .feature .vrv {
        flex-wrap: wrap;
    }

    .vr-modelhouse .feature .vrv p {
        width: 100%;
    }

    .vr-modelhouse .feature .vrv figure {
        max-width: 100%;
    }

    .vr-modelhouse .feature .inner.talk2 .img {
        flex-wrap: wrap;
    }

    .vr-modelhouse .feature .inner.talk2 .img figure {
        width: 100%;
    }

    .vr-modelhouse .feature .inner.talk figure.logo img {
        max-width: 320px;
    }
}