@charset "utf-8";

/*********************************************************************
*
*  For vrar xr-training
*
*********************************************************************/


@import url("https://fonts.googleapis.com/css2?family=Mukta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");

#contents {
/*    font-family: "�����", YuMincho, "Hiragino Mincho ProN W3", "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
*/	
/*	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
*/
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-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: block;
        margin-top: 40px;
        padding: 0 10px;
        width: 100%;
        max-width: 1060px;
        z-index: 2;
        text-align: center;
    }

    .mv_wrap .btn_wrap a {
        width: 49%;
        display: inline-block;
    }

    .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.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.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: #262626;
        font-size: 4.0rem;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        font-family: "Mukta", sans-serif;
        letter-spacing: -0.02em;
        line-height: 1.4;
    }

    .section_header_1:before, .section_header_1:after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #585858;
        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-top: 60px;
        margin-bottom: 80px;
        font-size: 4.2rem;
        color: #262626;
        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: 50%
    }

    .overview_st_1 .flex_wrap_1 .flex_clm:nth-of-type(2) {
        width: 45%
    }
    
    .mov{
        background-image: url("../img/xt_logo.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .overview_st_1 .flex_wrap_1 .desc_1 {
        margin-bottom: 0px;
        color: #262626;
        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;
    }
}









/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .seanario_st_1 {}

    .seanario_st_1 .sec_ttl {
        margin-bottom: 40px;
        font-size: 4.0rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .seanario_st_1 .seanario_st_item_ttl {
        line-height: 1.2;
        font-size: 3.7rem;
        align-items: center;
        margin-bottom: 60px;
        color: #5b9bd5;
        font-weight: bold;
		text-align: center;
    }

    .seanario_st_1 .seanario_st_item_ttl_p {
        line-height: 1.2;
        font-size: 2.0rem;
        align-items: center;
        margin-bottom: 60px;
        font-weight: bold;
		text-align: center;
    }

    .seanario_st_1 .list_1 {
        display: flex;
        justify-content: center;
    }

    .seanario_st_1 .list_1 li {
        width: 100%;
    }

    .seanario_st_1 .list_1 li + li {
        margin-left: 4%;
    }

    .seanario_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;
    }

    .seanario_st_1 .item_desc {
        margin-bottom: 40px;
        font-size: 2.0rem;
        text-align: justify;
    }

    .seanario_st_1 .box_st_1 .list_1 .ttl {
        margin-bottom: 20px;
        font-size: 2.0rem;
        color: #000;
        line-height: 1.4;
        text-align: center;
    }

    .seanario_st_1 .box_st_1 {
        padding: 0px;
        background-color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .seanario_st_1 {}

    .seanario_st_1 .sec_ttl {
        margin-bottom: 25px;
        font-size: 2.4rem;
        color: #ff0005;
        text-align: center;
        line-height: 1.4;
    }

    .seanario_st_1 .seanario_st_item_ttl {
        line-height: 1.2;
        font-size: 2.7rem;
        align-items: center;
        margin-bottom: 30px;
        color: #5b9bd5;
        font-weight: bold;
		text-align: center;
    }

    .seanario_st_1 .seanario_st_item_ttl_p {
        line-height: 1.2;
        font-size: 1.8rem;
        align-items: center;
        margin-bottom: 60px;
        font-weight: bold;
		text-align: left;
    }
	
    .seanario_st_1 .list_1 {}

    .seanario_st_1 .list_1 li + li {
        margin-top: 25px;
    }


    .seanario_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;
    }

    .seanario_st_1 .item_desc {
        margin-bottom: 30px;
        font-size: 1.8rem;
        text-align: justify;
    }

    .seanario_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;
    }

    .seanario_st_1 .box_st_1 {
        padding: 0px;
        background-color: #fff;
        margin-top: 20px;
    }
}



.seanario_st_1 .list_1{
    margin-top: 5em;
}


.usecase_list button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    text-align: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
}

.usecase_link{
    font-size: 1.0em;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 1em;
    box-shadow: 0em 0em 0.5em 0em #999;
    transition-duration: 0.5s;
}

.usecase_link:hover{
    background-color: #444;color: white;
    box-shadow: 0em 0em 1em 0em #999;
}

.usecase_link h5{
    font-size: 0.8em;
    border-bottom: 1px solid #999;
    margin-bottom: 1em;
}
.usecase_link p{
    font-size: 1.1em;
    font-weight: 800;
    height: 6em;
}

.usecase_link_tri{
    position: absolute;
    bottom: 0.2em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.usecase_contents{
    padding-top: 10em;
}

.usecase_contents h4{
    padding: 1em 1em;
    margin-bottom: 1em;
    background-color: #444;
    font-weight: 800;
    font-size: 1.2em;
    color: #FFF;
}
.usecase_contents h4 span{
    display: inline-block;
    margin-right: 1em;
    font-weight: 400;
}

.usecase_contents h5{
    border-bottom: 1px solid #999;
    font-weight: 800;
    font-size: 1.2em;
    color: #444;
}
.usecase_contents h5 + p{
    padding: 1em 1em;
    margin: 1em 0em 2em 0em;
    color: #444;
    font-weight: 800;
    background-color: #FFF3C3;
}

.usecase_contents ul{
    display: flex;
    justify-content: center;
}

.usecase_contents ul li{
    width: 100%;
}

.usecase_contents ul li + li{
    margin-left: 4%;
}

.usecase_contents ul li p{
    font-size: 1.1em;
    color: #444;
    padding: 0.5em 1em 1em 1em;
    margin-top: 1em;
    background-color: #EEE;
    font-weight: 800;
}
.usecase_contents ul li p span{
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    margin-left: -0.5em;
}

.usecase_contents_tri{
    margin-top: 0.1em;
    text-align: center;
    font-size: 10em;
    line-height: 0.2em;
    font-family: "Material Symbols Outlined";
    user-select: none;
    color: #F1D64A;
}

.btn_bk{
    padding: 0.5em 0.7em;
    border: none;
    cursor: pointer;
    border-radius: 0.5em;
}
.btn_bk_arrow{
    font-family: "Material Symbols Outlined";
}

.usecase_image{
    padding: 1em;
}
.usecase_image li{
    margin-bottom: 1em;
}
.usecase_image li span{
    display: block;
    text-align: center;
    font-weight: 800;
    margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
    
.usecase_contents ul{
    display: inherit;
}
.usecase_contents ul li + li{
    margin-left: 0%;
}
    
    
}

.cv_st_2{
    background-image: inherit;
    background-color: #463E3E;
}
.cv_st_2 .sec_ttl{
    font-size: 3.0rem;
}

.cv_st_2 .btn_wrap{
    display: block;
    text-align: center;
}
.cv_st_2 .btn_wrap .btn_form{
    display: inline-block;
}
