@charset "utf-8";

/*********************************************************************
*
*  For vrar xr-training
*
*********************************************************************/

#contents {
    font-family: "�����", YuMincho, "Hiragino Mincho ProN W3", "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
}

/* btn_play_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .btn_play {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .btn_play {
        margin-top: 0px;
        width: 100%;
    }
}

/* mv_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .mv_wrap .section_inner {
        background-image: url(../img/mv.jpg);
    }

    .mv_wrap .mov {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 102%;
        min-height: 102%;
        overflow: hidden;
        z-index: 1;
    }

    .mv_wrap .mov video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 102%;
        min-height: 102%;
        width: auto;
        height: auto;
        z-index: 1;
    }

    .mv_wrap .section_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 650px;
        background-position: center;
        background-size: cover;
    }

    .mv_wrap .page_ttl {
        position: relative;
        width: 100%;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .mv_wrap .page_ttl .ja1 {
        margin-bottom: 30px;
        font-size: 10.0rem;
        font-weight: bold;
    }

    .mv_wrap .page_ttl .ja1::after {
        content: "";
        display: block;
        margin: 30px auto 0;
        width: 50px;
        height: 1px;
        background-color: #FFF;
    }

    .mv_wrap .page_ttl .ja2 {
        font-size: 5.0rem;
    }

    .mv_wrap .btn_wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding: 0 10px;
        width: 100%;
        max-width: 1060px;
        z-index: 2;
    }

    .mv_wrap .btn_wrap a {
        width: 49%;
    }

    .mv_wrap .btn_wrap a span {
        width: 100%;
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .mv_wrap .section_inner {
        background-image: url(../img/mv_sp.jpg) !important;
    }

    .mv_wrap .mov {
        display: none;
    }

    .mv_wrap .fb_mov video {
        width: auto;
        height: auto;
    }

    .mv_wrap .section_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 500px;
        background-position: center;
        background-size: cover;
    }

    .mv_wrap .page_ttl {
        position: relative;
        padding-top: 50px;
        width: 100%;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    .mv_wrap .page_ttl .ja1 {
        margin-bottom: 10px;
        font-size: 3.2rem;
        font-weight: bold;
    }

    .mv_wrap .page_ttl .ja1::after {
        content: "";
        display: block;
        margin: 10px auto 0;
        width: 50px;
        height: 1px;
        background-color: #FFF;
    }

    .mv_wrap .page_ttl .ja2 {
        font-size: 2.2rem;
    }

    .mv_wrap .btn_wrap {
        margin-top: 30px;
        width: 90%;
    }

    .mv_wrap .btn_wrap a {
        margin-left: auto;
        margin-right: auto;
    }

    .mv_wrap .btn_wrap a + a {
        margin-top: 20px;
    }
}

/* cover_wrap */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .cover_wrap .section_inner {
        background-image: url(../img/mv.jpg);
    }
}

@media screen and (max-width: 767px) {
    .cover_wrap .section_inner {
        background-image: url(../img/mv_sp.jpg);
    }
}

/* cover_st_2 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .cover_st_2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cover_st_2 .section_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 650px;
        background-position: center;
        background-size: cover;
    }

    .cover_st_2 .page_ttl {
        position: relative;
        width: 100%;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
        z-index: 2;
    }

    .cover_st_2 .page_ttl .ja1 {
        margin-bottom: 30px;
        font-size: 6.0rem;
        font-weight: bold;
    }

    .cover_st_2 .page_ttl .ja1::after {
        content: "";
        display: block;
        margin: 30px auto 0;
        width: 50px;
        height: 1px;
        background-color: #FFF;
    }

    .cover_st_2 .page_ttl .ja2 {
        font-size: 3.0rem;
    }

    .cover_st_2 .btn_wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        padding: 0 10px;
        width: 100%;
        max-width: 1060px;
    }

    .cover_st_2 .btn_wrap a {
        width: 49%;
    }

    .cover_st_2 .btn_wrap a span {
        width: 100%;
        min-width: auto;
    }
}

@media screen and (max-width: 767px) {
    .cover_st_2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cover_st_2 .section_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        height: 500px;
        background-position: center;
        background-size: cover;
    }

    .cover_st_2 .page_ttl {
        position: relative;
        padding-top: 50px;
        width: 100%;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }

    .cover_st_2 .page_ttl .ja1 {
        margin-bottom: 10px;
        font-size: 3.2rem;
        font-weight: bold;
    }

    .cover_st_2 .page_ttl .ja1::after {
        content: "";
        display: block;
        margin: 10px auto 0;
        width: 50px;
        height: 1px;
        background-color: #FFF;
    }

    .cover_st_2 .page_ttl .ja2 {
        font-size: 2.2rem;
    }

    .cover_st_2 .btn_wrap {
        margin-top: 30px;
        width: 90%;
    }

    .cover_st_2 .btn_wrap a {
        margin-left: auto;
        margin-right: auto;
    }

    .cover_st_2 .btn_wrap a + a {
        margin-top: 20px;
    }
}

/* section_header_1 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .section_header_1 {
        color: #000;
        font-size: 4.0rem;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        line-height: 1.4;
    }

    .section_header_1:before, .section_header_1:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #5b9bd5;
        display: block;
    }

    .section_header_1:before {
        margin-right: .4em;
    }

    .section_header_1:after {
        margin-left: .4em;
    }
}

@media screen and (max-width: 767px) {
    .section_header_1 {
        color: #000;
        font-size: 2.4rem;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
        line-height: 1.4;
    }

    .section_header_1:before, .section_header_1:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #5b9bd5;
        display: block;
    }

    .section_header_1:before {
        margin-right: .4em;
    }

    .section_header_1:after {
        margin-left: .4em;
    }
}

/* overview_st_1 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .overview_st_1 {}

    .overview_st_1 .sec_ttl {
        margin-bottom: 40px;
        font-size: 3.7rem;
        color: #000;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
    }

    .overview_st_1 .sec_ttl span {
        /* border-bottom: solid 2px #5b9bd5; */
    }

    .overview_st_1 .item_ttl .ttl {
        line-height: 1.2;
        font-size: 4.0rem;
    }

    .overview_st_1 .item_desc {
        margin-bottom: 0px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .overview_st_1 .item_img {
        margin-top: 20px;
    }

    .overview_st_1 .flex_wrap_1 {
        display: flex;
        justify-content: space-between;
    }

    .overview_st_1 .flex_wrap_1 .flex_clm:nth-of-type(1) {
        width: 40%
    }

    .overview_st_1 .flex_wrap_1 .flex_clm:nth-of-type(2) {
        width: 55%
    }

    .overview_st_1 .flex_wrap_1 .desc_1 {
        margin-bottom: 0px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .overview_st_1 .flex_wrap_1 .mov video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .overview_st_1 {}

    .overview_st_1 .sec_ttl {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 2.5rem;
        color: #000;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
    }

    .overview_st_1 .sec_ttl span {
        /* border-bottom: solid 2px #5b9bd5; */
    }

    .overview_st_1 .item_ttl .ttl {
        line-height: 1.4;
        font-size: 2.5rem;
    }

    .overview_st_1 .item_desc {
        margin-bottom: 0px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .overview_st_1 .item_img {
        margin-top: 20px;
    }

    .overview_st_1 .flex_wrap_1 {
    }

    .overview_st_1 .flex_wrap_1 .flex_clm + .flex_clm {
        margin-top: 30px;
    }

    .overview_st_1 .flex_wrap_1 .desc_1 {
        margin-bottom: 0px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .overview_st_1 .flex_wrap_1 .mov video {
        width: 100%;
        height: auto;
    }
}

/* overview_st_2 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .overview_st_2 {}

    .overview_st_2 .sec_ttl {
        margin-bottom: 40px;
        font-size: 4.0rem;
        color: #000;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
    }

    .overview_st_2 .sec_ttl span {
        /* border-bottom: solid 2px #5b9bd5; */
    }

    .overview_st_2 .item_ttl .ttl {
        line-height: 1.2;
        font-size: 4.0rem;
    }

    .overview_st_2 .item_desc {
        margin-bottom: 0px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .overview_st_2 .item_img {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .overview_st_2 {}

    .overview_st_2 .sec_ttl {
        margin-bottom: 20px;
        font-size: 2.5rem;
        color: #000;
        text-align: center;
        line-height: 1.4;
        font-weight: bold;
    }

    .overview_st_2 .sec_ttl span {
        /* border-bottom: solid 2px #5b9bd5; */
    }

    .overview_st_2 .item_ttl .ttl {
        line-height: 1.4;
        font-size: 2.5rem;
    }

    .overview_st_2 .item_desc {
        margin-bottom: 0px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .overview_st_2 .item_img {
        margin-top: 20px;
    }
}

/* feature_st_1 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .feature_st_1 {}

    .feature_st_1 .sec_ttl {
        margin-bottom: 40px;
        font-size: 5.8rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .feature_st_1 .sec_ttl span {
        font-size: 8.0rem;
    }

    .feature_st_1 .list_1 > li {
        background-color: #fff;
    }

    .feature_st_1 .list_1 > li:nth-child(2n) {
        background-color: #f5f5f5;
    }

    .feature_st_1 .list_1 > li + li {
        margin-top: 40px;
    }

    .feature_st_1 .list_1 .item_wrap {
        position: relative;
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 400px;
    }

    .feature_st_1 .list_1 .item_bg {
        content: "";
        position: absolute;
        left: auto;
        right: 570px;
        top: 0;
        display: block;
        width: 500px;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .feature_st_1 .list_1 li:nth-child(2n) .item_bg {
        left: 570px;
        right: auto;
    }

    .feature_st_1 .list_1 .item_detail {
        padding: 100px 0;
        width: 500px;
        margin-right: 0;
        margin-left: auto;
    }

    .feature_st_1 .list_1 li:nth-child(2n) .item_detail {
        margin-right: auto;
        margin-left: 0;
    }

    .feature_st_1 .list_1 .item_ttl {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        color: #5b9bd5;
        font-weight: bold;
    }

    .feature_st_1 .list_1 .item_ttl .no {
        margin-right: 30px;
        line-height: 1;
        font-size: 10rem;
        font-weight: 300;
    }

    .feature_st_1 .list_1 .item_ttl .ttl {
        line-height: 1.2;
        font-size: 3.7rem;
    }

    .feature_st_1 .list_1 .item_desc {
        margin-bottom: 20px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .feature_st_1 .list_1 .item_merit {
        margin-bottom: 50px;
        padding: 20px;
        background-color: #FFF;
    }

    .feature_st_1 .list_1 li:nth-child(2n) .item_merit {
        background-color: #f5f5f5;
    }

    .feature_st_1 .list_1 .item_merit .ttl {
        margin-bottom: 20px;
        font-size: 2.8rem;
        color: #ff0005;
        line-height: 1.4;
    }

    .feature_st_1 .list_1 .item_merit .list li {
        padding-left: 55px;
        min-height: 44px;
        font-size: 2.8rem;
        line-height: 1.4;
        background-image: url(../img/ico/check_1.svg);
        background-size: 45px auto;
        background-repeat: no-repeat;
        background-position: left 4px;
    }

    .feature_st_1 .list_1 .item_merit .list li + li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .feature_st_1 {}

    .feature_st_1 .sec_ttl {
        margin-bottom: 20px;
        font-size: 2.8rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .feature_st_1 .sec_ttl span {
        font-size: 3.8rem;
    }

    .feature_st_1 .list_1 > li {
        padding: 25px 6% 35px 6%;
        background-color: #fff;
    }

    .feature_st_1 .list_1 > li:nth-child(2n) {
        background-color: #f5f5f5;
    }

    .feature_st_1 .list_1 .item_wrap {}

    .feature_st_1 .list_1 .item_bg {
        content: "";
        display: block;
        width: 730px;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .feature_st_1 .list_1 .item_detail {
        padding: 0px;
    }

    .feature_st_1 .list_1 .item_ttl {
        margin-bottom: 20px;
        color: #5b9bd5;
        font-weight: bold;
    }

    .feature_st_1 .list_1 .item_ttl span {
        display: block;
    }

    .feature_st_1 .list_1 .item_ttl .no {
        margin-bottom: 10px;
        line-height: 1;
        font-size: 5.5rem;
        font-weight: 300;
    }

    .feature_st_1 .list_1 .item_ttl .ttl {
        line-height: 1.4;
        font-size: 2.4rem;
    }

    .feature_st_1 .list_1 .item_desc {
        margin-bottom: 20px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .feature_st_1 .list_1 .item_img {
        margin-bottom: 0px;
    }

    .feature_st_1 .list_1 .item_merit {
        margin-bottom: 30px;
        padding: 20px;
        background-color: #FFF;
    }

    .feature_st_1 .list_1 li:nth-child(2n) .item_merit {
        background-color: #f5f5f5;
    }

    .feature_st_1 .list_1 .item_merit .ttl {
        margin-bottom: 20px;
        font-size: 1.8rem;
        color: #ff0005;
        line-height: 1.4;
    }

    .feature_st_1 .list_1 .item_merit .list li {
        padding-left: 30px;
        font-size: 1.8rem;
        line-height: 1.4;
        background-image: url(../img/ico/check_1.svg);
        background-size: 25px auto;
        background-repeat: no-repeat;
        background-position: left top 3px;
    }

    .feature_st_1 .list_1 .item_merit .list li + li {
        margin-top: 10px;
    }

    .feature_st_1 .list_1 .btn_more {
        margin: 0 auto;
    }
}


.client_st_1 .list_1 li{
	text-align: center;
}

/* benefit_st_1 */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .benefit_st_1 {}

    .benefit_st_1 .sec_ttl {
        margin-bottom: 40px;
        font-size: 4.0rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .benefit_st_1 .list_1 {
        display: flex;
        justify-content: center;
    }

    .benefit_st_1 .list_1 li {
        width: 48%;
    }

    .benefit_st_1 .list_1 li + li {
        margin-left: 4%;
    }

    .benefit_st_1 .list_1 li span {
        position: relative;
        display: block;
        padding-top: 62%;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
    }

    .benefit_st_1 .list_1 li span .item_ttl {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        padding: 10px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 2.8rem;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
    }

    .benefit_st_1 .item_desc {
        margin-bottom: 40px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .benefit_st_1 .box_st_1 .list_1 .ttl {
        margin-bottom: 20px;
        font-size: 2.8rem;
        color: #000;
        line-height: 1.4;
        text-align: center;
    }

    .benefit_st_1 .box_st_1 {
        padding: 0px;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .benefit_st_1 {}

    .benefit_st_1 .sec_ttl {
        margin-bottom: 25px;
        font-size: 2.4rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .benefit_st_1 .list_1 {}

    .benefit_st_1 .list_1 li + li {
        margin-top: 25px;
    }

    .benefit_st_1 .list_1 li a {
        position: relative;
        display: block;
        padding-top: 62%;
        background-size: cover;
        background-position: center;
    }

    .benefit_st_1 .list_1 li a .item_ttl {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        padding: 10px;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 2.0rem;
        color: #FFF;
        line-height: 1.4;
        text-align: center;
    }

    .benefit_st_1 .item_desc {
        margin-bottom: 30px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .benefit_st_1 .box_st_1 .list_1 .ttl {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 2.4rem;
        color: #000;
        line-height: 1.4;
        text-align: center;
    }

    .benefit_st_1 .box_st_1 {
        padding: 0px;
        background-color: #fff;
        margin-top: 20px;
    }
}
