﻿@charset "utf-8";


.vr{
    max-width: 1200px;
    width: 100%;
    padding: 36px 0 80px 0;
    margin: 0 auto;
    font-size: 16px;
}
.vr h2{
    font-size: 1.4rem;
    text-align: center;
    margin: 4rem auto;
    line-height: 1.9rem;
}
.vr_cont{
    background-color: #fff;
    margin: 0 0 2rem ;
}

.vr_img{width: 100%;}

.vr_cont .vr_text{
    width: 85%;
    margin: 0 auto;
    font-weight: 400;
    padding: 2.5rem 0;
}

.vr_cont .vr_merit {
    width: 1200px;
    height: 634px;
    background: white;
    height: 632px;
}

.vr_cont .other_box {
    width: 100%;
    background: url(../technology/img/img6.png);
    background-image: cover;
}

.other_box .other_information {
    padding: 30px 0px;
}

.vr_cont .other_box {
    position: relative;
    text-align: center;
}

    .vr_cont .other_box .vr_img {
        position: absolute;
        right: 0%;
        z-index: -100;
    }

    other_information {
        display: flex;
        flex-direction: column;
    }

@media screen and (max-width: 500px) {
    .other_box .other_information {
        padding: 5px 0px;
    }
}

.vr_cont .other_box .other_text {
    width: 90%;
    font-size: 24px;
    background: white;
    margin: 30px auto 30px;
}

    .vr_cont .other_box .other_text p {
        padding: 30px 10px 30px 10px;
        text-align: left;
        margin-left: 3%;
    }

@media screen and (max-width: 1000px) {

    .vr_cont .other_box .other_text {
        font-size: 18px;
    }

    .vr_cont .other_box .other_text p {
        padding: 20px 10px 20px 10px;
    }

}

@media screen and (max-width: 600px) {

    .vr_cont .other_box .other_text {
        font-size: 14px;
    }

    .vr_cont .other_box .other_text p {
        padding: 10px 10px 10px 10px;
    }
}

.vr_table_merit p {
    width: 90%;
    margin: 0 auto;
    font-weight: 400;
}

.vr_table_merit table {
    width: 100%;
    margin: 10px auto;
    border-collapse: separate;
    border-spacing: 10px;
}

.vr_table_merit td {
    padding: 10px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.4;
}

.line {
    border-bottom: 1px solid red;
}

.vr_table_merit table th, table td {
    color: black;
    text-align: center;
    vertical-align: middle;
    padding: 60px 20px;
    font-size: 22px
}

.vr_table_merit table td:nth-child(3) {
    font-size: 18px;
    text-align: left;
    padding-left: 3%;
    line-height: 1.7;
}

.vr_table_merit .text_Consideration {
    font-size: 18px;
    text-align: left;
    padding-left: 3%;
    line-height: 1.7;
}

@media screen and (max-width: 900px) {
    .vr_table_merit table th, table td {
        font-size: 14px;
        padding: 0px 3px;
        width: 25%;
    }

    .vr_table_merit table td:nth-child(1) {
        font-size: 14px;
    }

    .vr_table_merit table td:nth-child(2) {
        font-size: 14px;
    }

    .vr_table_merit table td:nth-child(3) {
        font-size: 14px;
        width: 50%;
    }

    .vr_table_merit .text_Consideration {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {

    .vr_table_merit table th:first-child {
        font-size: 12px;
        padding: 0px 3px;
        width: 25%;
    }

    .vr_table_merit table td:nth-child(1) {
        font-size: 12px;
    }

    .vr_table_merit table td:nth-child(2) {
        font-size: 12px;
    }

    .vr_table_merit table td:nth-child(3) {
        font-size: 12px;
        width: 50%;
        padding-left: 1%;
    }

    .vr_table_merit .text_Consideration {
        font-size: 1px;
        padding-left: 1%;
    }

    .vr_table_merit td {
        padding: 10px;
        vertical-align: middle;
        font-size: 1px;
    }

    .vr_table_merit table th, table td {
        padding: 0px 20px;
        font-size: 1px
    }
}

    .vr_nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 80px;
    }

    .vr_nav_con {
        display: flex;
        width: 30%;
        background-color: #000;
        color: #fff;
        font-weight: 400;
        margin: 1rem 0 0;
    }

        .vr_nav_con a {
            color: #fff;
        }

        .vr_nav_con p {
            padding: 0.5rem 1rem;
        }

    .no_y,
    .no_r,
    .no_p,
    .no_g,
    .no_b,
    .no_wr {
        color: #000;
    }

    .no_y {
        background-color: #f9c21e;
    }

    .no_r {
        background-color: #ff0058;
    }

    .no_p {
        background-color: #a353fc;
    }

    .no_g {
        background-color: #77963d;
    }

    .no_b {
        background-color: #3e859b;
    }

    .no_wr {
        background-color: #ca5a6c;
    }

    .vr_sp {
        margin-top: 80px;
    }

    .vr_reference {
        font-size: 0.8rem;
    }

    /*
.vr_tit2{
    display: flex;
    height: 10rem;
    align-items: center;
}
.vr_tit2 p{
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 10rem;
    justify-content: center;
}
.vr_tit_no{
    width: 6%;
    background-color: #c8c8c8;
}

.vr_tit2 p{
    font-size: 2rem;
    font-weight: 600;
    
}

*/


    .sanple {
        display: flex;
        width: 100%;
    }

    .sanple_no,
    .sanple_tit {
        display: flex;
        height: 9rem;
        align-items: center;
        font-size: 2rem;
    }

    .sanple_no {
        width: 13%;
        justify-content: center;
        background-color: #c8c8c8;
        text-align: center;
    }

    .sanple_tit {
        width: 80%;
        margin: 0 2rem;
        line-height: 2rem;
    }

    .vr_bgc_pi {
        background-color: #f387a1;
    }

    .vr_bgc_o {
        background-color: #f9c21e;
    }

    .vr_use p {
        width: 90%;
        margin: 0 auto;
        font-weight: 400;
    }

    .vr_use table th, table td {
        font-size: 14px;
    }

    .vr_use table,
    .vr_use td,
    .vr_use tr {
        border: 1px solid #c8c8c8;
    }

    .vr_use table {
        width: 90%;
        margin: 10px auto 15px;
    }

.vr_use td {
    padding: 10px 10px 10px 2%;
    vertical-align: middle;
    text-align: left;
}

.vr_use .vr_box {
    width: 90%;
    margin: 0 auto;
}

.vr_use .vr_easy {
    /* width: 100%; */
    height: 100px;
    margin: 30px auto;
    margin: 75px auto 100px;
    background-color: #fff;
    border: solid #06bcff;
    border-width: 3px 3px 3px 300px;
    padding: 20px 30px 20px 30px;
    position: relative;
    top: 50px;
}

    .vr_use .vr_easy::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0%;
        margin-top: -20px;
        border: 20px solid transparent;
        border-left: 30px solid #06bcff;
    }


.vr_use .vr_box h2 {
    content: "";
    position: absolute;
    margin: 105px 0 0 70px;
    color: #fff;
    font-size: 26px;
    z-index: 10;
}

.vr_use .vr_easy p {
    line-height: 2rem;
    font-size: 1.2rem;
    width: 90%;
    max-width: 1200px;
    text-align: justify;
}

.vr_use h3 {
    margin-left: 5%;
    width: 90%;
}


.vr_use .hmd {
    text-align: center;
    padding-left: 0;
}

@media screen and (max-width: 1150px) {
    .vr_use .vr_easy {
        height: 150px;
    }

        .vr_use .vr_easy p {
            margin-top: 2%;
        }

    .vr_use .vr_box h2 {
        margin: 128px 0 0 70px;
        font-size: 24px;
        z-index: 10;
    }
}

@media screen and (max-width: 950px) {

    .vr_use .vr_easy {
        border: solid #06bcff;
        border-width: 3px 3px 3px 200px;
    }

    .vr_use .vr_box h2 {
        margin: 128px 0 0 20px;
        font-size: 24px;
        z-index: 10;
    }
}


@media screen and (max-width: 900px) {
    .vr_cont p {
        padding: 1rem 0;
    }

    .vr_cont br {
        display: none;
    }

    .vr_cont .vr_on {
        display: block !important;
    }

    .vr_use .hmd {
        text-align: center;
        padding-left: 2%;
    }

    .vr_use .vr_easy p {
        margin-top: 0%;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .vr {
        font-size: 14px;
    }

    .vr_nav_con {
        width: 49%;
    }
}

@media screen and (max-width: 700px) {
    .vr_use .vr_easy {
        height: 180px;
    }

    .vr_use .vr_box h2 {
        margin: 154px 0 0 20px;
        font-size: 20px;
        z-index: 10;
    }

    .vr_use .vr_easy {
        border-width: 3px 3px 3px 180px;
    }

        .vr_use .vr_easy p {
            font-size: 14px;
        }
}

@media screen and (max-width: 600px) {
    .vr_use .vr_easy {
        height: 200px;
    }

    .vr_use .vr_box h2 {
        margin: 154px 0 0 20px;
        font-size: 20px;
        z-index: 10;
    }

    .vr_use .vr_easy {
        border-width: 3px 3px 3px 180px;
    }
}

@media screen and (max-width: 560px) {

    .vr_use .vr_easy {
        height: 180px;
    }

    .vr_use .vr_easy {
        height: 200px;
    }

    .vr_use .vr_box h2 {
        margin: 154px 0 0 10px;
        font-size: 14px;
        z-index: 10;
    }

    .vr_use .vr_easy {
        border-width: 3px 3px 3px 120px;
    }

        .vr_use .vr_easy p {
            font-size: 12px;
        }
}

@media screen and (max-width: 500px) {
    .vr {
        font-size: 14px;
    }

    .vr_nav_con {
        width: 100%;
        margin: 1px 0 0;
    }
    /**/
    .sanple_no,
    .sanple_tit {
        height: 6rem;
        font-size: 1.2rem;
    }

    .sanple_tit {
        margin: 0 1rem;
        line-height: 1.6rem;
    }

    .sanple_no {
        width: 20%;
    }

    .vr_use table th, table td {
        font-size: 12px;
    }
}

@media screen and (max-width: 400px) {
    .vr_use .vr_easy {
        height: 180px;
    }

    .vr_use .vr_easy {
        height: 150px;
    }

    .vr_use .vr_box h2 {
        margin: 60px 0 0 32%;
        font-size: 14px;
        z-index: 10;
    }

    .vr_use .vr_easy {
        border-width: 50px 3px 3px 3px;
    }

        .vr_use .vr_easy p {
            font-size: 12px;
            line-height: 2;
        }

        .vr_use .vr_easy::before {
            content: "";
            position: absolute;
            top: 8%;
            left: 50%;
            margin-left: -15px;
            border: 15px solid transparent;
            border-top: 15px solid#06bcff;
        }
}

.vr .inquiry_text {
    font-size: 24px;
    text-align: center;
}

.vr .btn {
    position: relative;
    z-index: 2;
    display: block;
    box-sizing: border-box;
    width: 600px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #ed4d59;
    margin: 20px auto 70px;
    padding: 12px 10px 15px 0;
    font-size: 24px;
    font-weight: 500;
    transition: all .3s;
}

        .vr .btn:hover {
            color: #fff;
        }

        .vr .btn::before {
            content: '';
            position: absolute;
            z-index: -1;
            display: block;
            box-sizing: border-box;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            transition: all .3s;
        }

        .vr .btn:after {
            content: url(../img/arrow.png);
            position: absolute;
            z-index: 1;
            display: block;
            box-sizing: border-box;
            top: 50%;
            right: 16px;
            margin-top: -12px;
            transition: all .3s;
        }

        .vr .btn:hover::before {
            left: 0;
            background: #333;
        }

        .vr .btn:hover::after {
            right: 10px;
            filter: none;
        }

@media screen and (max-width: 760px) {
    .vr .btn {
        width: 90%;
        line-height: 1.3;
        font-size: 120%;
    }

    #recruit .vr .btn {
        font-size: 120%;
    }

    .vr .inquiry_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .vr .btn {
        font-size: 120%;
    }

    .vr .inquiry_text {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px) {
    .btn .pc {
        display: none;
    }

    .btn .sp {
        display: block;
    }

    .vr .btn:after  {
        display: none;
    }

    .vr .btn {
        padding: 12px 0px 15px 0;
    }
}

