/*vr.ccs*/

.wrapper {
    overflow: hidden;
}

/*----------------------------------
Main
------------------------------------*/

.vr_main_wrap {
    margin: 0 auto;
    position: relative;
    width: 100vw;
    overflow: hidden;
    height: 600px;
}

.main_img_sp {
    display: none;
}

.vr_main_wrap video {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main_movie {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.main_movie:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 1;
}

.vr_main .main_title {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    z-index: 2;
}

.vr_main .main_title>p {
    width: 35%;
    max-width: 299px;
}

.vr_main .main_title div {
    margin-left: 3%;
}

.vr_main .main_title h1 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 43px;
}

.vr_main .main_title h1 span {
    font-weight: 600;
    line-height: 1.2;
    font-size: 48px;
}

.vr_main .main_comment {
    position: relative;
    top: -10px;
    display: inline-block;
    padding: 7px 16px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border-radius: 8px;
}

.vr_main .main_comment:before {
    content: "";
    position: absolute;
    top: 90%;
    left: 15%;
    border: 10px solid transparent;
    border-top: 15px solid #333;
}

@media screen and (min-width:1024px) {
    .vr_main .main_title h1 {
        /* font-size: 3vw; */
        font-size: 54px;
    }
    
    .vr_main .main_title h1 span {
        /* font-size: 3.5vw; */
        font-size: 60px;
    }
    
    .vr_main .main_comment {
        font-size: 22px;
    }
}

/*-----------202507ボタン修正---------*/
.intro-btn__flex {
    position: absolute;
    top: 78%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 3%;
}

.intro-btn a {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 70px;
    max-height: 70px;
    width: 430px;
    line-height: 70px;
    text-align: center;
    /* text-indent: -4vw; */
    background-size: 20px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px
}

.intro-btn.left a {
    border: 3px solid #fff;
    background-color: #0f8a69;
    color: #fff;
    transition: all .3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.intro-btn.left a:hover {
    transform: scale(1.05, 1.05);
    opacity: 1;
}

.intro-btn.right a {
    border: 3px solid #0f8a69;
    background-color: #fff;
    color: #0f8a69;
    transition: all .3s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.intro-btn.right a:hover {
    transform: scale(1.05, 1.05);
    opacity: 1;
}

.intro-btn.right {
    margin-left: 0px;
}

.intro-btn__desc {
    position: absolute;
    top: -20px;
    left: 45px;
    display: block;
    width: 80%;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    padding: 8px 0px;
    text-align: center;
    z-index: 10;
}

.intro-btn.left .intro-btn__desc {
    background-color: #fff;
    color: #0f8a69;
}

.intro-btn.right .intro-btn__desc {
    background-color: #0f8a69;
    color: #fff;
}

.intro-bdash-document {
    display: inline-block;
    width: 80px;
    position: absolute;
    transform: translate(180px, -114px) rotate(0deg);
    z-index: 2;
}

@media screen and (max-width:1023px) {
    .intro-btn__flex {
        gap: 2%;
    }

    .intro-btn a {
        height: 60px;
        max-height: 60px;
        line-height: 60px;
        width: 330px;
        font-size: 18px;
    }

    .intro-btn__desc {
        left: 36px;
        font-size: 13px;
        padding: 6px 0px;
    }

    .intro-bdash-document {
        width: 64px;
        transform: translate(140px, -100px) rotate(0deg);
        z-index: 2;
    }
}

/*----------------------------------
セミナー情報
------------------------------------*/

.vr_info {
    width: calc(100% - 40px);
    max-width: 1250px;
    margin: 0 auto;
    height: 0;
}

.vr_info ul {
    width: 100%;
    display: flex;
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.vr_info ul li:first-child {
    width: 180px;
    padding: 30px 20px;
    text-align: center;
    background: #B60005;
    position: relative;
}

.vr_info ul li:nth-child(2) {
    width: calc(100% - 180px);
    padding: 30px 20px;
    background: #fff;
}

.vr_info ul li:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #B60005;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -6px;
}

.vr_info ul li:first-child span {
    color: #fff;
}

.vr_info ul li:nth-child(2) span {
    font-size: 16px;
}

/*----------------------------------
VR360とは？
------------------------------------*/

section.vr_intro {
    background: #F9F6F3;
}

.vr_intro .inner {
    padding: 140px 0 80px;
}

#vr_cont h2 span {
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 60px;
}

#vr_cont h2 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

#vr_cont h2 span span {
    color: #B60005;
}

.vr_intro .intro_tx {
    max-width: 860px;
    margin: 0 auto 40px;
}

.vr_intro .intro_tx div {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

.vr_intro .intro_tx p .bold {
    font-weight: bold;
}

.vr_intro ul {
    display: flex;
    justify-content: space-between;
    padding: 0 45px;
}

.vr_intro ul li {
    width: 31%;
}

.vr_intro ul li .about_img {
    max-width: 276px;
    display: block;
    margin: 0 auto 30px;
}

.vr_intro ul li h3 {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600;
}

.vr_intro ul li p {
    text-align: center;
}

/*----------------------------------
実際に体験してみてください
------------------------------------*/

.vr_taiken {
    background-image: url(/22/img/vr/taiken_bk.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vr_taiken .inner {
    padding: 110px 0 100px;
}

#vr_cont .vr_taiken h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.is-sp-show {
    display: none;
}

.vr_taiken .demo_vr_wrap {
    max-width: 1080px;
    margin: 45px auto 0;
}

.vr_taiken .demo_vr {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.vr_taiken .demo_vr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------
導入企業様
------------------------------------*/

.vr_com {
    background: #fff;
}

.vr_com .inner {
    padding: 90px 0 60px;
    max-width: 100%;
}

#vr_cont .vr_com .inner .large {
    font-weight: 500;
    font-size: 56px;
}

#vr_cont .vr_com h2 p {
    font-size: 36px;
    font-weight: 600;
}

.slick-slide {
    padding: 0 10px;
}

.vr_com .case_bt {
    display: block;
    margin: 60px auto 0;
    width: 300px;
    height: 60px;
    background: #fff;
    border: 1px solid #b60005;
    position: relative;
    border-radius: 10px;
}

.vr_com .case_bt span {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #b60005;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*----------------------------------
VR360の活用イメージ
------------------------------------*/

.vr_activity {
    background: #F9F6F3;
    position: relative;
}

.vr_activity .vr360_bk {
    position: absolute;
    right: -5%;
    top: 240px;
    max-width: 60%;
}

.vr_activity .inner {
    padding: 100px 0 80px;
}

#vr_cont .vr_activity h2 {
    text-align: left;
}

.vr_activity .inner>p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.ac_block {
    display: flex;
    padding: 40px 0 40px;
}

.ac_left01 {
    max-width: 638px;
    width: 54%;
}

.ac_right01 {
    max-width: 612px;
    width: 46%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}

.desc_cont {
    width: 120%;
    background: #fff;
    padding: 6% 6% 8% 6%;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.desc_cont .exam-title {
    display: inline-block;
    font-size: 20px;
    margin-left: 16px;
    font-weight: bold;
}

.desc_cont>span {
    color: #B60005;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.desc_cont>span>span {
    color: #B60005;
    font-size: 20px;
    font-weight: 600;
    margin-left: 2px;
    font-family: 'Roboto', sans-serif;
}

.desc_cont>h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px;
}

.ac_right02 {
    max-width: 638px;
    width: 54%;
}

.ac_left02 {
    max-width: 612px;
    width: 46%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}

.ac_left02 .desc_cont {
    width: 120%;
    background: #fff;
    padding: 6% 6% 8% 6%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.slick-dots li.slick-active button:before {
    color: #B60005;
}

.slick-dots li {
    margin: 0 2px;
}

@media screen and (max-width:1023px) {
    .desc_cont>span>span {
        font-size: 20px;
    }
    
    .desc_cont > h4 {
        font-size: 23px;
    }

    .desc_cont > p {
        font-size: 14px;
    }
}

/*----------------------------------
VR360ご提供の流れ
------------------------------------*/

.vr_flow {
    background: #fff;
}

.vr_flow .inner {
    padding: 65px 0 180px;
}

.vr_flow .inner>p {
    text-align: center;
}

.flow_img_pc {
    width: 100%;
    margin: 70px auto 0;
}

ul.flow_img_sp {
    display: none;
}

/*----------------------------------
VR360主な機能
------------------------------------*/

.feature {
    background: #fff;
}

.feature .inner {
    padding: 40px 0 130px;
    max-width: 100%;
    width: 100%;
}

#vr_cont .feature h2 {
    text-align: left;
    line-height: 0.5;
}

.fe_cont {
    display: flex;
}

.fe_cont_left {
    padding-right: 1.5625%;
    padding-left: 6.25%;
    width: 43.96875%;
    min-width: 400px;
    margin-right: 2%;
    margin-top: -80px;
}

.fe_cont_left>p {
    margin-bottom: 30px;
}

.fe_cont_right {
    position: relative;
    padding-bottom: 80px;
    padding-left: 7.03125%;
    width: 56.03125%;
    background-color: #f5f5f5;
}

.slide-navigation {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.slide-navigation .item {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 20px;
}

.slide-navigation .item span {
    color: #B60005;
    font-weight: 500;
    font-size: 16px;
}

.swiper--wrapper {
    width: 100%;
}

.mySwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    transform: none !important;
}

.mySwiper .swiper-slide {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px !important;
    margin-bottom: 12px;
    padding-bottom: 8px;
    width: auto !important;
    cursor: pointer;
    opacity: 1;
    margin-right: 20px;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}

.mySwiper .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #B60005;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
}

.mySwiper .swiper-slide:hover:before {
    transform: scale(1);
}

.mySwiper .swiper-slide span {
    color: #B60005;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active:before {
    transform: scale(1);
}

.mySwiper2 {
    padding: 0 30% 0 0 !important;
}


.mySwiper2 .swiper-slide>div {
    background: #fff;
    padding: 15px 15px 15px 15px;
}

.mySwiper2 .swiper-slide h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
}

.mySwiper2 .swiper-slide>div p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
}

.mySwiper2 {
    width: 100%;
    margin-top: -80px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper2 .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: stretch !important;
}

.mySwiper2 .swiper-slide {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-left: 30px;
    height: auto;
}

.mySwiper2 .swiper-slide>div {
    height: 100%;
    width: 100%;
}

.mySwiper2 .swiper-slide>span {
    color: #B60005;
    font-size: 75px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #B60005;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    text-align: left;
    margin-top: 45px;
    margin-left: 24px;
    padding-right: 30%;
}

/*----------------------------------
Matterportとは
------------------------------------*/

.mat {
    background: #F9F6F3;
}

.mat .inner {
    padding: 80px 0 70px;
}

.mat h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.mat h3 img {
    width: 238px;
    display: inline;
    vertical-align: middle;
    margin-top: -10px;
}

.mat .mat_cont {
    max-width: 695px;
    margin: 50px auto 0;
}

.mat .mat_cont>p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: left;
}

.mat_cont .mat_image {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mat_cont .mat_image p {
    width: 330px;
}

/*----------------------------------
推奨環境
------------------------------------*/

.env {
    background: #fff;
}

.env .inner {
    padding: 80px 0 40px;
}

.env_cont {
    padding: 60px 5% 30px 5%;
    background: #FCFCFC;
    border: 1px solid #D5D5D5;
    max-width: 860px;
    margin: 0 auto;
}

.env_cont h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.env_cont h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.env_cont h4:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 16px;
    background-image: url(/22/img/vr/env_h4_ic.png);
    background-size: contain;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.env_cont>p {
    font-size: 18px;
}

.env_cont .terminal {
    margin-top: 55px;
}

.env_cont .terminal dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.env_cont .terminal dl dt,
.env_cont .terminal dl dd {
    font-size: 18px;
}

.env_cont .terminal dl dt {
    width: 22%;
    margin-bottom: 30px;
}

.env_cont .terminal dl dd {
    width: 78%;
    margin-bottom: 30px;
}

/*----------------------------------
資料請求
------------------------------------*/

.doc {
    background: #fff;
}

.doc .inner {
    padding: 85px 0 105px;
}

.doc_request_bt h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative; 
}

.doc_request_bt h3:before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(/22/img/vr/doc_l.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -60px;
}

.doc_request_bt h3:after {
    content: '';
    display: inline-block;
    width: 65px;
    height: 65px;
    background-image: url(/22/img/vr/doc_r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: -60px;
}

.doc_request_bt {
    max-width: 640px;
    margin: 0 auto;
}

.doc_request_bt a {
    width: 100%;
    height: 100px;
    background: #0f8a69;
    /* background-color: #B60005; */
    display: block;
    margin: 55px auto 0;
    position: relative;
    border-radius: 10px;
    transition: all .3s;
}

.doc_request_bt a:hover {
    transform: scale(1.05, 1.05);
}

.doc_request_bt a span {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

/*--------------20220413フォーム修正------------------------*/
.vrform {
    padding: 60px 8% 30px 8%;
    border: 1px solid #D5D5D5;
    max-width: 870px;
}


.form_images {
    width: 30%;
    display: inline;
}

h3.service-ttl {
    padding: 40px 0 20px 0;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
}

.vrform {
    padding-top: 0;
}

/* =============================
vr_style_add 
===============================*/
.demo-iframe {
    border: 0;
}

.mat_input {
    width: 100%;
    height: 800px;
    border: 0;
    background: transparent;
}


