#pageFoot img {
    width: 70px;
    display: inline;
}

/* fv */
.func_fv_container{
    display: flex;
    width: 100%;
    /* padding-top: 152px; */
    padding-bottom: 100px;
    justify-content: center;

    /* padding-top: 80px; */
}
.func_fv_container .cont_main{
    display: flex;
    width: 95%;
    max-width: 1440px;
    justify-content: center;
}
.func_fv_container .cont_main .fv_cols{
    display: flex;
    width: 100%;
    max-width: 1100px;
    flex-direction: row;
    gap: 80px;
}
.func_fv_container .cont_main .fv_cols .fv_imgbox{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 510px;
}
.func_fv_container .cont_main .fv_cols .fv_imgbox img{
    max-width: 510px;
    z-index: 2;
}
.func_fv_container .cont_main .fv_cols .fv_imgbox .fv_main_img{
    max-width: 510px;
}
.func_fv_container .cont_main .fv_cols .fv_imgbox .bg_img{
    max-width: 500px;
    position: absolute;
    z-index: 0;
}

.func_fv_container .cont_main .fv_cols .fv_txtbox{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.func_fv_container .cont_main .fv_cols .fv_txtbox > h1{
    margin: 0;

    color: #2A579A;
    font-size: 36px;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 1.08px;
}
.func_fv_container .cont_main .fv_cols .fv_txtbox > h1 .lgr_h1{
    color: #2A579A;
    font-size: 44px;
    font-weight: 900;
    line-height: 160%; /* 70.4px */
    letter-spacing: 1.32px;
}
.func_fv_container .cont_main .fv_cols .fv_txtbox > p{
    margin: 0;
}

@media screen and (max-width: 1020px) {
    .func_fv_container .cont_main .fv_cols {
        gap: 40px;
    }

    .func_fv_container .cont_main .fv_cols .fv_txtbox > h1 {
        font-size: 30px;
        line-height: 160%;
        letter-spacing: 0.9px;
    }
    .func_fv_container .cont_main .fv_cols .fv_txtbox > h1 .lgr_h1 {
        font-size: 36px;
        line-height: 160%; /* 57.6px */
        letter-spacing: 1.08px;
    }
}
@media screen and (max-width: 780px) {
    .func_fv_container .cont_main .fv_cols {
        flex-direction: column;
        align-items: center;
        width: 89.825%;
        gap: 32px;
    }
    
    .func_fv_container .cont_main .fv_cols .fv_txtbox {
        max-width: 510px;
        gap: 16px;
    }
    .func_fv_container .cont_main .fv_cols .fv_txtbox p{
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .func_fv_container {
        padding-bottom: 48px;
        padding-top: 0px;
    }
}

/* fv */
.func_sub_fv .cont_main{
    max-width: 1440px;
}
.func_sub_fv .cont_main .fv_cols{
    /* max-width: 1220px; */
    gap: 64px;
}
.func_sub_fv .cont_main .fv_cols .fv_imgbox{
    max-width: 602px;
}
.func_sub_fv .cont_main .fv_cols .fv_imgbox .monitor_div img{
    max-width: 602px;
}
.func_sub_fv .cont_main .fv_cols .fv_imgbox .fv_main_img{
    max-width: 602px;
}
.func_sub_fv .cont_main .fv_cols .fv_imgbox .bg_img{
    max-width: 500px;
    top: -68px;
    z-index: 0;
}

.func_sub_fv .cont_main .fv_cols .fv_txtbox > h1{
    margin: 0;
    font-size: 34px;
    line-height: 160%; /* 54.4px */
    letter-spacing: 1.02px;
}
.func_sub_fv .cont_main .fv_cols .fv_txtbox > p{
    margin: 0;

    color: #0E203B;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%; /* 27.2px */

    font-feature-settings: unset;
}

.fv_imgbox{
    display: flex;
    gap: 5px;
    align-items: center;
    align-self: center;
    flex-direction: column-reverse;
}
.fv_imgbox .mimg{
    display: flex;
    max-width: 680px;
    width: 100%;
    position: relative;
    justify-content: center;
}
.fv_imgbox .mimg img{
    display: block;
    width: 100%;
    height: auto;
}
.fv_imgbox .mimg video{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

.fv_imgbox .mimg .monitor_div{
    z-index: 1;
}

.fv_imgbox .mimg .monitor_div img{

}

.fv_imgbox .mimg .video_div{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 1;
}

.fv_imgbox .mimg .video_div video{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 !important;
}

.fv_imgbox .mimg .video_div .video_area{
    position: relative;
    width: 86.6%;
    display: flex;
    align-self: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 451 / 254.95;
}
.fv_imgbox .mimg .video_div .video_area img{
    display: block;
    width: 86%;
    height: auto;
}
.fv_imgbox .mimg .fv_bg_circles{
    position: absolute;
    right: -5%;
    z-index: 3;
    top: 0;
    height: 75%;
    align-self: anchor-center;
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
}
.fv_imgbox .mimg .fv_bg_circles img{
    display: block;
    width: 17%;
    height: auto;
    max-width: 104px !important;
    aspect-ratio: 104 / 104;
}
.fv_imgbox .mimg .fv_bg_lines{

}
.fv_imgbox .mimg .fv_bg_lines img{
    display: block;
    width: 100%;
    height: auto;
}
.fv_imgbox .mimg .circle2{
    right: unset;
    left: 0%;
    align-items: self-end;
    justify-content: left;
}
.fv_imgbox .mimg .circle2 img{
    max-width: 109px !important;
    aspect-ratio: 109 / 72;
}


@media screen and (max-width:880px) {
    .func_sub_fv {
        padding-bottom: 48px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 {
        font-size: 30px;
        line-height: 160%;
        letter-spacing: 0.9px;
    }
}
@media screen and (max-width:780px) {
    .func_sub_fv .cont_main .fv_cols{
        gap: 32px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 {
        text-align: center;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p br{
        display: none;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox .blue_btn_n {
        align-self: center;
    }
    /* .fv_imgbox .mimg .fv_bg_circles img{
        max-width: 60px !important;
        aspect-ratio: 60 / 60;
    } */
}
@media screen and (max-width:500px) {
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > h1 {
        font-size: 22px;
        letter-spacing: 0.66px;
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p {
        font-size: 14px;
        line-height: 170%; /* 23.8px */
    }
    .func_sub_fv .cont_main .fv_cols .fv_txtbox > p .sp_br{
        display: block;
    }
}


.section_cols{
    margin-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    max-width: 996px;
    gap: 48px;
}
.section_cols .cols_itm{
    position: relative;
    overflow: hidden;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-height: 236px;

    border-radius: 12px;
    background: #FFF;
    text-decoration: none;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}
.section_cols .cols_itm > img{
    position: absolute;
    top: 0;
    left: 0;
}

.section_cols .cols_itm .cols_itm_img{
    max-width: 80px
}
.section_cols .cols_itm .cols_itm_img img{
}
.section_cols .cols_itm .cols_itm_txt{

}
.section_cols .cols_itm .cols_itm_txt p{
    margin: 0;

    color: #0E203B;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}
.section_cols .cols_itm .bottom_svg{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.section_cols .cols_itm .bottom_svg svg{

}

.section_cols .cols_itm:hover{
    transition: all .3s;
    opacity: .5;
}

.topServicecards{
    display: unset;
    justify-content: unset;
}
.topServicecards{
    max-width: 1325px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 64px;
    justify-self: center;
    
    position: relative;
}
.topServicecards .slider_bg_grd_l{
    position: absolute;
    left: -1px;
    display: flex;
    width: 180px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    gap: 10px;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.topServicecards .slider_bg_grd_r{
    position: absolute;
    right: -1px;
    display: flex;
    z-index: 3;
    width: 180px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.topServicecards .topServicecardslider{
    margin: 0 auto;
}

.topServicecards .topServicecardslider .t_card{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;

    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);

    margin-top: 15px;
    margin-bottom: 15px;

    text-decoration: none;
}
.topServicecards .topServicecardslider .t_card .rbbtxt{
    border-radius: 0px 0px 8px 8px;
    background: linear-gradient(90deg, #885AE7 0%, #488DDF 100%);
    padding: 6px 10px; 
    text-align: center;
    width: 80%;
    align-self: center;
}
.topServicecards .topServicecardslider .t_card .rbbtxt span{
    color: #FFF;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.48px;
}
.topServicecards .topServicecardslider .t_card .t_card_img{
    display: flex;
    width: 100%;
    justify-content: center;
}
.topServicecards .topServicecardslider .t_card .t_card_img img{
    display: block;
    width: 90%;
    height: auto;
}
.topServicecards .topServicecardslider .t_card .t_card_txt{
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: center;
    align-items: center;
}
.topServicecards .topServicecardslider .t_card .t_card_txt p{
    margin: 0;

    color: #0E203B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
.topServicecards .topServicecardslider .t_card .t_card_txt span{
    color: #0E203B;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%; /* 26px */

    margin-top: 3px;
    margin-bottom: 16px;
}

.topServicecards .topServicecardslider .t_card .t_card_txt > div{
    display: flex;
    gap: 8px;
}
.topServicecards .topServicecardslider .t_card .t_card_txt > div > span{
    color: #2A579A;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */

    margin: 0;
}

.topServicecards .topServicecardslider .slick-prev{
    left: 60px;
    top: 45%;
    z-index: 5;
    visibility: hidden;
    height: 60px;
    position: absolute;
}
.topServicecards .topServicecardslider .slick-prev::before{
    background-image: url(../images/left_s_btn.png) !important;
    background-size: cover !important;
    content: ' ';
    display: block;
    width: 60px;
    height: 60px;
    visibility: visible;
}
.topServicecards .topServicecardslider .slick-next{
    right: 77px;
    z-index: 5;
    top: 45%;
    visibility: hidden;
    height: 60px;
    width: 60px;
    position: absolute;
}
.topServicecards .topServicecardslider .slick-next::before{
    background-image: url(../images/right_s_btn.png) !important;
    background-size: cover !important;
    content: ' ';
    display: block;
    width: 60px;
    height: 60px;
    visibility: visible;
}
.topServicecards .topServicecardslider .t_card, 
.topServicecards .topServicecardslider .t_card img {
    transition: unset;
}
.topServicecards .topServicecardslider .t_card:hover{
    cursor: pointer;
    /* transition: all .3s; */
    opacity: .5;
    transition: all .3s;
    color: unset;
}

@media screen and (max-width: 1200px){
    .topServicecards .topServicecardslider .t_card{
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media screen and (max-width: 850px){
    .topServicecards .topServicecardslider .t_card .t_card_txt p{
        font-size: 16px;
        letter-spacing: 0.48px;
    }
    .topServicecards .topServicecardslider .t_card .t_card_txt span{
        font-size: 19px;
        letter-spacing: 0.57px;
    }
    .topServicecards .topServicecardslider .t_card .t_card_txt .t_card_moreb span{
        font-size: 14px;
        line-height: 100%; /* 14px */
    }
    .topServicecards .topServicecardslider .t_card .rbbtxt span {
        font-size: 13px;
    }
}
@media screen and (max-width: 700px) {
    .topServicecards .topServicecardslider .t_card{
        max-width: unset;
    }
}
@media screen and (max-width: 699px){
    .topServicecards .slider_bg_grd_l,
    .topServicecards .slider_bg_grd_r{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .topServicecards .topServicecardslider .t_card{
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* top page fv padding bottom delete */
.mainVisual_top {
    padding-bottom: 0;
}

/* feature list custom  */
@media screen and (max-width: 1020px) {
    .f_list_cols_custom{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 680px) {
    .f_list_cols_custom{
        grid-template-columns: repeat(2, 1fr);
        gap: 13px;
        width: 96.285%;
    }
    .f_list_cols_custom .cols_itm{
        padding: 16px;
        min-height: 196px;
        gap: 8px;
    }
    .f_list_cols_custom .cols_itm .cols_itm_txt p {
        text-align: left;

        font-size: 16px;
        font-weight: 700;
        line-height: 160%; /* 17.6px */
    }
    .f_list_cols_custom .cols_itm .cols_itm_txt p br{
        display: none;
    }
}

