@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans&family=Zen+Maru+Gothic:wght@700&display=swap');

img{
    width: 100%;
}
@media screen and (max-width: 768px){
    .only-pc{
        display: none!important;
    }
    .wrapper_original{
        max-width: 89.333vw;
        margin: 0 auto;
    }
}
@media screen and (min-width:769px){
    .only-sp{
        display: none!important;
    }
    .wrapper_original{
        max-width: 77.599vw;
        margin: 0 auto;
    }
}
/* ctaボタン */
.cta_lead{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 4vw;
    margin-bottom: 2.133vw;
}
.cta_btn{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    margin: 0 auto;
    background-color: #C74A2D;
    color: #FFF;
    text-align: center;
    font-weight: 700;
    width: 89.333vw;
    line-height: 16vw;
    border-radius: 8vw;
    font-size: 6vw;
}
.cta_btn_arrow{
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    border-top:3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin:0 0 0.667vw 2.667vw;
}
/* pc */
@media screen and (min-width:769px){
    .cta_lead{
        font-size: 1.757vw;
        margin-bottom: 1.171vw;
    }
    .cta_btn{
        width: 64.422vw;
        line-height: 8.053vw;
        border-radius: 4.392vw;
        font-size: 2.928vw;
    }
    .cta_btn_arrow{
        width:1.83vw;
        height: 1.83vw;
        border-top:6px solid #FFF;
        border-right: 6px solid #FFF;
        margin:0 0 0.22vw 0.732vw;
    }    
}

/* section */
.section_area{
    padding-bottom: 14.667vw;
}
.section_top{
    position: relative;
    padding: 13.333vw 0 8vw;
    margin-bottom: 8vw;
}
.section_top_ttl{
    font-family: 'Open Sans', sans-serif;
    color: #DAC6EB;
    text-align: center;
    font-size: 16vw;
    margin-bottom: 4.267vw;
}
.section_top_lead{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 4.533vw;
    line-height: 1.7;
}
.section_top::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 13.333vw;
    height: 0.4vw;
    background-color: #71419D;
}
/* pc */
@media screen and (min-width:769px){
    .section_area{
        padding-bottom: 10vw;
    }
    .section_top{
        padding: 10.249vw 0 4.392vw;
        margin-bottom: 7.028vw;
    }
    .section_top_ttl{
        font-size: 9.151vw;
        margin-bottom: 2.635vw;
    }
    .section_top_lead{
        font-size: 1.757vw;
    }
    .section_top::after{
        width: 3.66vw;
        height: 0.22vw;
    }
}
/* main_cta_area */
/* sp */
.main_cta_area{
    background-color: #F0ECF0;
    padding: 12vw 0;
}
/* pc */
@media screen and (min-width:769px){
    .main_cta_area{
        padding: 6.589vw 0;
    }
}

/* kv */
/* sp */
.kv_top_area{
    background-color: #F0ECF0;
    padding: 4vw 0 2.8vw;
}

.kv_ttl{
    width: 93.333vw;
    border-radius: 5.733vw;
    background-color: #FFF;
    height: 11.333vw;
    text-align: center;
    margin: 0 auto 3.2vw;
    color:#71419D;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}
.kv_point_area{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 90.933vw;
}
.kv_point{
    background-color: #71419D;
    color: #FFF;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    width: 29.333vw;
    line-height: 7.333vw;
    border-radius: 5.733vw;
    font-size: 3.467vw;
    font-weight: 700;
}
.kv_img{
    position: relative;
    width: 100%;
    background-color: #F0ECF0;
}
.kv_lead_area{
    position: absolute;
    top: 40vw;
    left: 3.333vw;
}
.kv_lead_bg{
    background-color: #FFF;
    display: inline-block;
    height: 11.5vw;
    padding:0 1.333vw;
    margin-bottom: 2vw;
}
.kv_lead{
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 7.5vw;
    font-weight: 700;
}
.kv_lead_small{
    font-size: 6vw;
}
.kv_cta{
    background-color: #F0ECF0;
    padding: 3.6vw 0 4.267vw;
}
.cta_dl{
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    text-align: center;
    font-size: 3.733vw;
    text-decoration: underline #000;
    margin: 2.133vw auto 0;
}
.cta_dl_arrow{
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-top:2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin:0 0 0 1.333vw;
}
/* pc */
@media screen and (min-width:769px){
    .kv_top_area{
        background-color:transparent;
        padding: 0;
        width: 51.977vw;
        position: absolute;
        top: 8vw;
        left: 6.296vw;
        z-index: 1;
    }
    .kv_ttl{
        width:100%;
        border-radius: 3.953vw;
        height: 8.053vw;
        margin-bottom: 1.464vw;
    }
    .kv_point_area{
        width: 100%;
    }
    .kv_point{
        width: 16.837vw;
        line-height: 3.88vw;
        border-radius: 3.148vw;
        font-size: 1.83vw;
    }
    .kv_lead_area{
        top: 18vw;
        left: 6.296vw;
    }
    .kv_lead_bg{
        height: 7.6vw;
        padding:0 0.732vw;
        margin-bottom: 1vw;
    }
    .kv_lead{
        font-size: 5vw;
    }
    .kv_lead_small{
        font-size:4vw;
    }
    .kv_cta{
        padding: 2.343vw 0 2.196vw;
    }
    .cta_dl{
        font-size: 1.464vw;
        margin: 1.537vw auto 0;
    }
    .cta_dl_arrow{
        width: 0.732vw;
        height: 0.732vw;
        border-top:3px solid #000;
        border-right: 3px solid #000;
        margin:0 0 0.146vw 0.439vw;
    }
}
/* 画面幅1800px以上の時 */
@media screen and (min-width:1800px){
    .kv_top_area{
        top: 120px;
    }
}

/* service */
/* sp */
.service_head_ai{
    width: 100%;
    margin-bottom: 8vw;
}
.service_head_ttl{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 8vw;
    margin-bottom: 4.267vw;
}
.service_head_txt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 4.533vw;
    margin-bottom: 12vw;
}
.service_movie_txt{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 4.533vw;
    margin-bottom: 2.667vw;
}
.service_movie{
    width: 100%;
    text-align: center;
    margin-bottom: 16vw;
}
.yt-wrapper{
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.yt-wrapper iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.point_area{
    position: relative;
    margin-bottom: 13.333vw;
}
.point_logo{
    color: #71419D;
    font-family: 'Open Sans', sans-serif;
    font-size: 9.333vw;
}
.point_logo_num{
    display: inline-block;
    font-size: 16vw;
    margin-left: 1.333vw;
}
.point_ttl{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 6.667vw;
    margin-bottom: 10vw;
}
.point_txt_area{
    width: 100%;
    position: relative;
    padding: 6.133vw 7.467vw;
}
.point_brackets{
    position: absolute;
    display: inline-block;
    z-index: -1;
    width: 8vw;
}
.point_brackets.topleft{
    top: 0;
    left: 0;
}
.point_brackets.topright{
    top: 0;
    right: 0;
    transform: rotate(90deg);
}
.point_brackets.bottomleft{
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}
.point_brackets.bottomright{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.point_txt{
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
    font-size: 4.533vw;
    letter-spacing: -0.045vw;
}
.point_ai{
    position: absolute;
    width: 40vw;
    top: 5vw;
    right: 0;
}

/* pc */
@media screen and (min-width:769px){
    .service_head{
        display: flex;
        justify-content: space-between;
        margin-bottom: 8.565vw;
    }
    .service_head_ai{
        width: 35.871vw;
        margin-bottom: 0;
    }
    .service_head_txt_area{
        width: 36.603vw;
    }    
    .service_head_ttl{
        font-size: 3.5vw;
        margin-bottom: 2.196vw;
    }
    .service_head_txt{
        line-height: 2;
        font-size: 1.5vw;
        margin-bottom: 0;
        letter-spacing: -0.039vw;
    }
    .service_movie_txt{
        font-size: 1.757vw;
        margin-bottom: 0.878vw;
    }
    .service_movie{
        width: 58.565vw;
        margin: 0 auto 8.785vw;
    }
    .yt-wrapper{
        padding-top: 0;
    }
    .yt-wrapper .youtube_symbol{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 68px;
        height: 48px;
        transform:translate(-50%,-50%);
        transition: opacity .25s cubic-bezier(0,0,.2,1);
        pointer-events: none;
    }
    .youtube_symbol .yt-play-bg{
        transition: fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);
        fill: #212121;
        fill-opacity: .8;
    }
    .yt-wrapper:hover .yt-play-bg {
        transition: fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);
        fill: #f00;
        fill-opacity: 1;
    }
    .point_area{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7.321vw;
    }
    .point_line{
        display: block;
        background-color: #DAC6EB;
        width: 0.22vw;
        height: 29.283vw;
    }
    .point_logo{
        font-size: 3.66vw;
    }
    .point_logo_num{
        font-size: 7.321vw;
        margin-left: 0.586vw;
    }
    .point_ttl{
        font-size: 2.635vw;
        margin-bottom: 3vw;
    }
    .point_txt_area{
        width: 38.799vw;
        padding: 3.294vw;
    }
    .point_brackets{
        width: 3.66vw;
    }
    .point_txt{
        line-height: 1.8;
        font-size: 1.611vw;
        letter-spacing: -0.016vw;
    }
    .point_ai{
        position: static;
        width: 31.113vw;
    }
}

/* value */
/* sp */
.value{
    background-repeat: no-repeat;
    background-size: cover;
}
.value .section_top{
    margin-bottom: 16vw;
}
.features_item{
    position: relative;
    width: 75.6vw;
    margin:0 auto 5vw;
}
.features_item:last-of-type{
    margin-bottom: 0;
}
.features_txt_area{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.features_txt_ttl{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 700;
    color: #0D0D0D;
    width: 100%;
    font-size: 6.133vw;
    margin-bottom: 6vw;
}
.features_txt_ddl{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #0D0D0D;
    width: 100%;
    line-height: 1.7;
    font-size: 4.8vw;
}
/* pc */
@media screen and (min-width:769px){
    .value .section_top{
        margin-bottom: 4.685vw;
    }
    .features_area{
        display: flex;
        justify-content: space-between;
    }
    .features_item{
        position: relative;
        width: 22.694vw;
        margin:0;
    }
    .features_txt_ttl{
        font-size: 1.903vw;
        margin-bottom:2.05vw;
    }
    .features_txt_ddl{
        font-size: 1.464vw;
    }
}

/* casestudy */
/* sp */
.casestudy_slider_content{
    background-color: #F0ECF0;
    padding: 8vw 0 9.333vw;
}
.casestudy_logo{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #71419D;
    text-align: center;
    line-height: 1;
    font-size: 6.667vw;
    margin-bottom: 8vw;
}
.casestudy_logo_lead{
    font-size: 4vw;
}
.casestudy_head{
    position: relative;
    background-color: #FFF;
    width: 82.667vw;
    height: 37.733vw;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20.8vw;
    margin:0 auto 6.667vw;
}
.casestudy_head_txt{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #71419D;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 61.333vw;
    font-size: 5.067vw;
}
.casestudy_worry{
    position: absolute;
    width:25vw;
    top: -15vw;
    left: 0;
    z-index: 1;
}
.casestudy_content_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3vw;
}
.casestudy_bubble{
    position: relative;
    width: 65.333vw;
}
.casestudy_bubble_txt{
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateX(-50%) translateY(-50%);
    color: #0D0D0D;
    font-weight: 700;
    font-size: 4vw;
    width: 48.667vw;
    line-height: 1.5;
}
.casestudy_human{
    width: 16vw;
}
.slick-arrow{
    z-index: 3;
}
.slick-arrow::before{
    content: "";
    width: 5vw;
    height: 5vw;
    position: absolute;
    top: 0;
    z-index: 3;
}
.slick-prev::before{
    border-top: 8px solid #3E3A39;
    border-right: 8px solid #3E3A39;
    transform: rotate(-135deg);
    left: 2vw;
}
.slick-next::before{
    border-top: 8px solid #3E3A39;
    border-right: 8px solid #3E3A39;
    transform: rotate(45deg);
    left: -4vw;
}
/* pc */
@media screen and (min-width:769px){
    .casestudy_slider_content{
        padding: 4.758vw 5.271vw 6.223vw;
    }
    .casestudy_logo{
        font-size: 3.66vw;
        margin-bottom: 2.928vw;
    }
    .casestudy_logo_lead{
        font-size: 1.757vw;
    }
    .casestudy_head{
        width: 100%;
        height: 9.663vw;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 4.832vw;
        margin-bottom:3.66vw;
    }
    .casestudy_head_txt{
        left: 58%;
        width: 49.048vw;
        font-size: 2.05vw;
    }
    .casestudy_worry{
        width: 12.445vw;
        top: -5vw;

    }
    .casestudy_content_area{
        width: 61.493vw;
        margin: 0 auto;
        padding: 0;
    }
    .casestudy_bubble{
        position: relative;
        width: 49.341vw;
    }
    .casestudy_bubble_txt{
        font-size: 1.903vw;
        width: 37.189vw;
        line-height: 1.7;
        left: 47%;
    }
    .casestudy_human{
        width: 9.517vw;
    }
    .slick-arrow::before{
        width: 4vw;
        height: 4vw;
    }
    .slick-prev::before{
        border-top: 12px solid #3E3A39;
        border-right: 12px solid #3E3A39;
        left: 2vw;
    }
    .slick-next::before{
        border-top: 12px solid #3E3A39;
        border-right: 12px solid #3E3A39;
        left: -4.3vw;
    }     
}

/* price&notes */
/* sp */
.price_panel{
    width: 100%;
}
/* pc */
@media screen and (min-width:769px){
    .price_content{
        width: 67.35vw;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .price_panel{
        width: 30.747vw;
    }
}

/* contact */
.contact{
    padding: 12vw 0 13.333vw;
    position: relative;
}
.contact_ttl{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #71419D;
    font-size: 5.333vw;
    margin-bottom: 7.333vw;
}
.contact_tel_center{
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    width: 81.867vw;
    line-height: 10vw;
    border:  solid 2px #707070;
    color: #262626;
    font-size: 3.733vw;
    margin: 0 auto 2.133vw;
}
.contact_tel_num{
    display: block;
    width: 89.333vw;
    margin: 0 auto 1.067vw;
}
.contact_time{
    font-family: 'Noto Sans JP', sans-serif;
    color: #363636;
    text-align: center;
    font-size: 2.933vw;
    margin-bottom: 2.133vw;
}
.contact_notes_dx{
    font-family: 'Noto Sans JP', sans-serif;
    color: #363636;
    width: 78vw;
    font-size: 2.267vw;
    margin: 0 auto;
}
.contact_notes_nomal{
    font-family: 'Noto Sans JP', sans-serif;
    color: #363636;
    width: 78vw;
    font-size: 2.267vw;
    margin: 0 auto;
}
.notes{
    margin-bottom: 13.333vw;
}
.notes p{
    font-family: 'Noto Sans JP', sans-serif;
    color: #767676;
    font-weight: 500;
    font-size: 2.667vw;
    line-height: 1.4;
}
.cta_fl{
    bottom: 0;
    right: 0;
    z-index: 5;
}
.cta_fl_base{
    position: relative;
    width: 100%;
    height: 15vw;
}
.cta_fl_sp{
    display: flex;
    width: 100vw;
    bottom: 0;
    z-index: 5;
}
.cta_fl_sp_btn{
    display: block;
    width: 50%;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 5.067vw;
    position: relative;
    padding: 4.133vw 0 4.133vw 5.333vw;
}
.cta_fl_arrow{
    position: absolute;
    content: "";
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    border-top:3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10vw;
    right: 5vw;
}
.cta_fl_tel{
    background-color: #104DAF;
}
.cta_fl_form{
    background-color: #5890EB;
}
/* pc */
@media screen and (min-width:769px){
    .contact{
        padding: 7.321vw 0 4.758vw;
    }
    .contact_ttl{
        font-size: 2.196vw;
        margin-bottom: 3.294vw;
    }
    .contact_tel_center{
        width: 28.697vw;
        line-height: 3.514vw;
        font-size: 1.318vw;
        margin: 0 auto 1.464vw;
    }
    .contact_tel_num{
        width: 39.531vw;
        margin: 0 auto 0.586vw;
    }
    .contact_time{
        font-size: 1.245vw;
        margin-bottom: 1.171vw;
    }
    .contact_notes_dx{
        width: 53vw;
        font-size: 1.245vw;
    }
    .contact_notes_nomal{
        width: 48vw;
        font-size: 1.245vw;
    }
    .notes{
        margin-bottom: 5.857vw;
    }
    .notes p{
        font-size: 1.025vw;
    }
    .cta_fl{
        bottom: 1.098vw;
        right: 1.098vw;
    }    
    .cta_fl_btn{
        position: relative;
        display: block;
        background-color: #5890EB;
        color: #fff;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        font-size:1.6vw;
        padding:0.9vw 2.7vw 0.9vw 1.5vw;
        border-radius: 0.732vw;
    }
    .cta_fl_btn_arrow{
        position: absolute;
        content: "";
        display: inline-block;
        width:0.8vw;
        height: 0.8vw;
        border-top:3px solid #FFF;
        border-right: 3px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1.8vw;
        right: 1vw;
    }
    .cta_fl_base{
        height: auto;
    }
}

/* ホバー */
.cta_btn:hover{
    opacity: .6;
}
.contact_tel_num:hover{
    opacity: .6;
}
.cta_fl_btn:hover{
    opacity: .6;
}