@charset "UTF-8";

@media screen and (min-width: 768px){
    .pc-none{
        display: none;
    }
}
::placeholder{
    color: #999;
}
.st-Header{
    display: flex;
}
.st-Header_Logo{
    width: 300px;
}
.st-Header_Button{
    display: flex;
}
.st-Header_Button a{
    width: 190px;
}
.st-Header_Button a:first-of-type{
    margin-right: 20px;
}
.btn-primary{
    background-color: #0C83AA;
    color: #fff;
}
.btn-primary:hover{
    background-color: #1696c1;
}
.sml-text{
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
}
.sml-text a{
    text-decoration: underline;
}
.home-Hero_Device::after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: url(/lp/multilingual-training/images/joseikin_icon.png) right bottom no-repeat;
    background-size: contain;
    position: absolute;
    top: -140px;
    right: 40px;
    z-index: 1;
}
#lp-202406 .home-Hero_Btn-wrap .st-Btn, #lp-202406 .home-Demo_Btn-wrap .st-Btn{
    width: 290px;
}
#lp-202406 .home-Feature{
    margin-bottom: 0;
}
#lp-202406 .home-Hero h2.home-Hero_Title{
    font-size: 50px;
}
#lp-202406 .home-Hero h2.home-Hero_Title, #lp-202406 .home-Hero .home-Hero_Copy{
    margin-bottom: 30px;
}
#lp-202406 .home-Feature .home-Feature_Title{
    font-size: 34px;
    line-height: 50px;
}
.home-Feature_MajoreTitle{
    font-size: 2.6rem;
}

.home-Feature__lead-cont{
    margin: 50px auto 20px;
    padding: 0 20px;
}
.home-Feature__lead-cont ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-Feature__lead-cont ul li{
    width: calc(33.3% - 20px);
}

.home-Feature__subttl{
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    max-width: calc(1224px + 2vw);
    min-width: 1200px;
    margin: -30px auto 0;
    padding: 14px 1vw;
    border-radius: 10px;
    background: #0C83AA;
    text-align: center;    
}
.home-Feature__subttl::after{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 18px solid #0C83AA;
    border-bottom: 0;
}

h2.home-Feature__ttl{
    margin: 40px auto 60px;
    font-size: 3.0rem;
    color: #0C83AA;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
h2.home-Feature__ttl span{
    font-size: 1.5rem;
}

.home-Feature_Inner{
    background-color: #F4F6F7;
}
.home-Feature_Img{
    background-size: cover;
    align-content: center;
}
.home-Feature_Img>*{
    grid-area: auto;
}
.home-Feature_Img p{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    text-shadow: 1px 1px 3px #000;
}
#lp-202406 .home-Feature .home-Feature_Inner p{
    max-width: 500px;
    font-weight: bold;
    color: #29ADD8;
}
#lp-202406 .home-Feature .home-Feature_Inner p span{
    font-size: 12px;
}
#lp-202406 .home-Feature .home-Feature_note{
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #F4F6F7 50%, #F4F6F7 100%), linear-gradient(180deg, #29ADD8 1px, transparent 1px);
}
#lp-202406 .home-Feature .home-Feature_note span{
    font-weight: bold;
}
#lp-202406 .home-Feature .home-Feature_Text{
    margin-bottom: 25px;
}
#lp-202406 .home-Feature .home-Feature_Text span{
    padding: 0;
    background: none;
}
#lp-202406 .home-Feature ul.home-Feature_List li{
    padding: 0;
    text-indent: 0;
    margin-bottom: 15px;
}
#lp-202406 .home-Feature ul.home-Feature_List li span{
    font-size: 12px;
    display: inline-block;
}
#lp-202406 .home-Feature .home-Feature_Inner .home-Feature_link:first-of-type {
    margin-top: 20px;
}
#lp-202406 .home-Feature .home-Feature_Inner .home-Feature_link{
    margin: 5px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
#lp-202406 .home-Feature .home-Feature_Inner .home-Feature_link a{
    text-decoration: underline;
}
#lp-202406 .home-Feature .home-Function .txt-list .list-item{
    font-size: 18px;
    display: -webkit-box;
}
#lp-202406 .home-Feature .home-Function .txt-list .list-item:nth-of-type(5)::before {
    background: url(/module/images/owl-top/icon-feature12.svg) no-repeat center / contain;
}
#lp-202406 .home-Feature .home-Function .txt-list .list-item:nth-of-type(8)::before {
    background: url(/module/images/owl-top/icon-feature13.svg) no-repeat center / contain;
}
#lp-202406 .home-Feature .home-Demo{
    padding-bottom:120px;
}
#lp-202406 .home-Feature .home-Demo .home-Demo_Device{
    max-width: 460px;
}


/* eラーニング教材の制作支援 */

.p-cpack__elearning {
    padding: 130px 0 140px;
}
.p-cpack-inner {
    max-width: calc(1224px + 2vw);
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 1vw;
}
.p-cpack-ttl {
    font-size: 42px;
    color: #0C83AA;
    font-weight: 600;
    text-align: center;
}
.p-cpack__elearning-ttl + .p-cpack__elearning-desc {
    margin-top: 40px;
}
.p-cpack__elearning-desc span {
    color: #0C83AA;
}
.p-cpack__elearning-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}
.p-cpack__elearning-item {
    width: calc(50% - 15px);
}
.p-cpack__elearning-desc {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    margin-top: 54px;
}
.p-cpack__elearning-btn {
    max-width: 518px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
.p-cpack-btn--bl {
    background: #004F69;
    color: #fff;
}
.p-cpack-btn {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    line-height: 60px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

/* footer */

#lp-202406 .home-Start .home-Start_Container-cover,
.home-Start_Unit{
    width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1450px) {
    .home-Feature_Img iframe{
        width: 500px;
        height: 281px;
    }
}
@media screen and (min-width: 0) and (max-width: 768px) {
    :root {
         --rem: 14;
         --pd: 21rem;
    }
    .sp-none{
        display: none;
    }
    .st-Header{
        height: 90px;
    }
    .st-Header_Logo{
        width: 160px;
    }
    .st-Header_Button{
        flex-direction: column;
    }
    .st-Header_Button a{
        width: 120px;
    }
    .st-Header_Button a:first-of-type{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sml-text{
        margin-top: -20px;
        margin-bottom: 20px;
        font-size: 12px;
    }
    #lp-202406 .home-Hero h2.home-Hero_Title{
        font-size: 22px;
        line-height: calc(44em / var(--em));
    }
    #lp-202406 .home-Hero_Btn-wrap .st-Btn, #lp-202406 .home-Demo_Btn-wrap .st-Btn{
        width: 250px;
    }
    .home-Hero_Device::after {
        width: 100px;
        height: 100px;
        top: -50px;
        right: 20px;
    }
    .home-Feature_Inner{
        background-color: #fff;
    }
    #lp-202406 .home-Feature .home-Feature_note{
        background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #29ADD8 1px, transparent 1px);
    }
    #lp-202406 .home-Hero .home-Hero_Copy span{
        font-size: 12px;
    }
    #lp-202406 .home-Feature .home-Feature_Title{
        font-size: 25px;
        line-height: 1.4;
    }
    .home-Feature_Img{
        margin: auto;
        width: 100%;
        max-width: 100%;
    }
    .home-Feature_Img iframe{
        width: 300px;
        height: 169px;
    }
    .home-Feature_Img p{
        font-size: 14px;
    }
    .home-Feature_MajoreTitle {
        font-size: 1.6rem;
        white-space: normal;
    }
    .home-Feature__lead-cont ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-Feature__lead-cont ul li {
        width: 100%;
    }
    .home-Feature__lead-cont ul li + li {
        margin-top: 30px;
    }
    .home-Feature__subttl{
        min-width: auto;
        width: 90%;
        padding: 8px 0;
        font-size: 1.4rem;
        margin: -40px auto 0;
    }
    h2.home-Feature__ttl{
        font-size: 2rem;
    }
    h2.home-Feature__ttl span{
        font-size: 1.2rem;
    }
    .p-cpack__elearning {
        padding: 40px 0 80px;
    }
    .p-cpack-inner {
        min-width: auto;
        width: 90%;
        padding: 0;
    }
    .p-cpack-ttl {
        font-size: 1.6rem;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .p-cpack__elearning-ttl + .p-cpack__elearning-desc {
        margin-top: 24px;
    }
    .p-cpack__elearning-cont {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .p-cpack__elearning-item {
        width: 100%;
    }
    .p-cpack__elearning-desc {
        font-size: 1.2rem;
        margin-top: 40px;
    }
    .p-cpack__elearning-item + .p-cpack__elearning-item {
        margin-top: 30px;
    }
    #lp-202406 .home-Feature .home-Function .txt-list .list-item{
        font-size: 12px;
    }
    #lp-202406 .home-Start .home-Start_Container-cover,
    .home-Start_Unit{
        width: 100%;
    }
}