@charset "utf-8";
@import url("https://use.typekit.net/nnj1zgf.css");
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
    /* line-height: inherit; */
    font-size: inherit;
    /* letter-spacing: inherit; */
    /* text-align: inherit; */
}
.h_nav li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #fff;
}
#wrap{
    overflow: hidden;
}

.inner{
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}

/* .snap_container{
    overflow: auto;
    scroll-snap-type: y mandatory;
    height: 100vh;
} */

/* .biz_bg{
    background: url(../img/business/biz_bg.jpg);
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    color: #fff;
} */
/* .mv_box{
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
} */
/* .biz_mv_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
} */
/* .dtl_bg{
    background: url(../img/business/dtl_bg01.jpg);
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    color: #fff;
} */
/* .dtl_box{
    min-height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
} */
/* .dtl_flex{
    display: flex;
    align-items: center;
    width: 100%;
} */



/*  */
.biz_mv_flex02{
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    width: 100%;
    position: absolute;
    max-width: 1240px;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    height: 340px;
}
.biz_ttl{
    font-weight: bold;
    font-size: 50px;
}
.biz_list_outer{
    display: flex;
    align-items: flex-end;
}
.biz_sub_ttl{
    font-weight: 500;
    font-size: 20px;
    margin: 10px 0 110px;
}
.biz_mv{
    color: #fff;
    position: relative;
    /* background: url(../img/business/biz_bg.jpg);
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    color: #fff; */
}
.scroll_down{
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 900;
}
.scroll_down span{
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 15px;
}
.anchor{
    max-width: 21px;
    margin-top: 10px;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
  } */
@-webkit-keyframes sdb {
    0% {
        -webkit-transform:translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform:translate(0px, 20px);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform:translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform:translate(0px, 20px);
        opacity: 0;
    }
}

.biz_cat_ttl{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.biz_cat_text{
    /* line-height: 1.8; */
    font-weight: 500;
}
.biz_list li{
    opacity: 0.5;
    margin-top: 10px;
    transition: 0.4s;
    cursor: pointer;
    font-weight: 500;
}
.orange_num{
    transition: 0.4s;
}
.biz_list li:first-child{
    margin-top: 0;
}
.biz_list li:hover{
    opacity: 1;
}
.be_orange:hover .orange_num{
    color: #ff7437;
}

.biz_list li.now{
    opacity: 1;
}
.biz_list li.now span{
    color: #ff7437;
}
.mv_t{
    position: absolute;
    max-width: 316px;
    right: 0;
    bottom: 0;
    width: 16vw;
}


/*  */
.dtl_bg{
    color: #fff;
    position: relative;
    /* background: url(../img/business/dtl_bg01.jpg);
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    scroll-snap-align: start;
    color: #fff; */
    background: #fff;
    height: 900px;
}
#pc_page .dtl_bg{
    height: 650px;
}
#update_page .dtl_bg{
    height: 1000px;
}
.dtl_flex02{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
    position: absolute;
    max-width: 1240px;
    padding: 0px 20px;
    margin: 0 auto;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
}
.dtl_flex02.dtl_1con{
    /* max-width: 950px; */
    top: 50%;
    transform: translate(-50%,-50%);
}
.dtl_flex02.school{
    justify-content: center;
}
.dtl_flex02 a{
    max-width: 260px;
    margin: 60px auto 0;
    height: 60px;
    font-weight: bold;
}
.dtl_flex02 a span.link_arrow{
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    margin-left: 10px;
}
.dtl_list_box{
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-content: center;
}
.dtl_list li{
    position: relative;
    opacity: 0.4;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
    transition: 0.4s;
    cursor: pointer;
    color: #333;
    margin-left: 1em;
}
.dtl_list li::before{
    position: absolute;
    left: -1em;
    content: "";
    height: 2px;
    width: 12px;
    background: #333;
    top: 50%;
    transform: translateY(-50%);
}
.dtl_list li.now::before{
    background: #ff7437;
}
.dtl_list li.now{
    color: #ff7437;
    opacity: 1;
}
.dtl_list li:first-child{
    margin-top: 0;
}
.dtl_list li:hover{
    opacity: 1;
    color: #ff7437;
}
.dtl_ttl_en{
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}
.dtl_ttl_ja{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    padding: 20px 0;
    position: relative;
    margin-bottom: 40px;
    color: #333;
}
.dtl_ttl_ja::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #333;
}
.dtl_ttl_ja span{
    /* margin-left: -0.5em; */
}
.dtl_text{
    /* line-height: 1.6; */
    color: #333;
}



/*  */
.flow_sec{
    /* margin: 100px auto 140px; */
    background: #f5f5f5;
}
.sec_ttl{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.sec_ttl::after{
    position: absolute;
    content: "";
    background: #000;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sec_ttl_ja{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.sec_ttl_en{
    font-size: 18px;
    color: #0e7ed0;
    font-weight: bold;
    padding: 30px 0 24px;
}
.flow_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flow_inner{
    padding: 100px 0 140px;
}
.flow_graph{
    width: 100%;
    max-width: 250px;
    background: #fff;
    box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
}
.flow_main{
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    padding-left: 40px;
}
.graph_ttl{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 10px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 15px;
}
.flow_list li a{
    display: flex;
    padding: 0 20px 30px;
    align-items: center;
}
.square{
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    letter-spacing: 0;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(14,126,208)), color-stop(100%,rgb(78,180,255)));   /*古いWebkitブラウザ用の記述*/
    background-image: -moz-linear-gradient(905deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%); 
}
.list_name{
    font-size: 14px;
    font-weight: bold;
}
.flow_ttl{
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.flow_main .square{
    margin-right: 20px;
}
.flow_main .list_name{
    font-size: 18px;
    padding-right: 20px;
    line-height: 1;
}
.di{
    display: inline-block;
}
.flow_text{
    margin-top: 26px;
    font-weight: 500;
    /* line-height: 1.6; */
}
.flow_text span{
    font-size: 14px;
}
.flow_cap{
    margin-top: 5px;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}
.per_flow{
    margin-bottom: 30px;
    padding-top: 70px;
    margin-top: -70px;
}
.flow_arrow{
    max-width: 64px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.free_border{
    width: 100%;
    height: 48px;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(14,126,208)), color-stop(100%,rgb(78,180,255)));   /*古いWebkitブラウザ用の記述*/
    background-image: -moz-linear-gradient(905deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%); 
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    transition: 0.5s;
}
.free_border a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    position: relative;
}
/* .free_border a::after{
    position: absolute;
    top: 41%;
    right: 28%;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
} */
.to_showcase{
    margin-top: 120px;
    text-align: center;
}

.to_showcase p{
    font-weight: 500;
    /* line-height: 1.6; */
}

.showcase_btn{
    width: 300px;
    height: 60px;
    margin: auto;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(14,126,208)), color-stop(100%,rgb(78,180,255)));   /*古いWebkitブラウザ用の記述*/
    background-image: -moz-linear-gradient(905deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
    background-image: linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%); 
    margin-top: 30px;
    position: relative;
    transition-duration: 0.6s;
}
.showcase_btn a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    position: relative;
}
.showcase_btn a::after{
    position: absolute;
    top: 40%;
    right: 30px;
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.6s;
}
.showcase_btn a:hover::after {
    right: 20px;
    transition-duration: 0.6s;
}
.showcase_btn::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(14,162,208)), color-stop(100%,rgb(78,238,255)));   /*古いWebkitブラウザ用の記述*/
    background-image: -moz-linear-gradient( 90deg, rgb(14,162,208) 0%, rgb(78,238,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(14,162,208) 0%, rgb(778,238,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(14,162,208) 0%, rgb(778,238,255) 100%);
    background-image: linear-gradient( 90deg, rgb(14,162,208) 0%, rgb(78,238,255) 100%);
    opacity: 0;
    transition-duration: 0.6s;

}
.showcase_btn:hover::before{
    opacity: 1;
}

.bg_tab{
    display: none;
}
.bg_sp{
    display: none;
}

.float_biz_list{
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    padding: 20px;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 1000;
    box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
    opacity: 0;
    visibility: 0;
    transition: 0.4s;
}
.float_biz_list_tab{
    display: none;
}
.active{
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}
.br500{
    display: none;
}
.br550{
    display: none;
}
.below750{
    display: none;
}
/* 
.hide{
    display: none;
} */
.biz_list_sp{
    display: none;
}

.dtl_flex02 {
    display: block;
    /* top: 20vw; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}
.dtl_list_box {
    width: 100%;
    max-width: inherit;
    justify-content: left;
}
.dtl_list{
    display: flex;
    /* flex-wrap: wrap; */
    margin-bottom: 60px;
    width: 100%;
}
.dtl_list li {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 20px;
    margin-right: 20px;
}
.dtl_list li:first-child{
    margin-left: 0;
}
.dtl_list li::before {
    height: 15px;
    width: 2px;
    left: 0;
    top: -1px;
    transform: translateY(0);
}
.dtl01_box, .dtl02_box, .dtl03_box, .dtl04_box {
    width: 100%;
}



/* biz_flex_new */
.biz_flex_new{
    display: flex;
    justify-content: space-between;
}
#web_page .biz_img_new{
    max-width: 500px;
    width: 42%;
    margin-top: -80px;
    background: #fff;
    background: url(../img/business/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#web_page .dtl02_box .biz_img_new{
    background: #fff;
    background: url(../img/business/biz02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#web_page .dtl03_box .biz_img_new{

    background: #fff;
    background: url(../img/business/biz03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#web_page .dtl04_box .biz_img_new{
    background: #fff;
    background: url(../img/business/biz04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#system_page .biz_img_new{
    max-width: 500px;
    width: 42%;
    margin-top: 0;
    background: #fff;
    background: url(../img/business/system/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#graphic_page .biz_img_new{
    max-width: 500px;
    width: 42%;
    margin-top: -80px;
    background: #fff;
    background: url(../img/business/graphic/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#graphic_page .dtl02_box .biz_img_new{
    background: #fff;
    background: url(../img/business/graphic/biz02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#school_biz_page .biz_img_new {
    max-width: 500px;
    width: 42%;
    margin-top: 0;
    background: #fff;
    background: url(../img/business/school/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#pc_page .biz_img_new {
    max-width: 500px;
    width: 42%;
    margin-top: 0;
    background: #fff;
    background: url(../img/business/repair/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#update_page .biz_img_new{
    max-width: 500px;
    width: 42%;
    margin-top: -80px;
    background: #fff;
    background: url(../img/business/maintenance/biz01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#update_page .dtl02_box .biz_img_new{
    background: #fff;
    background: url(../img/business/maintenance/biz02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



@media screen and (max-width: 1800px){
    .float_biz_list{
        display: none;
    }
    .float_biz_list_tab{
        background: rgba(255, 255, 255, 1);
        max-width: 1200px;
        display: inline-block;
        padding: 20px;
        position: fixed;
        left: 50%;
        width: 100%;
        top: 10%;
        transform: translateX(-50%);
        z-index: 1000;
        box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
        opacity: 0;
        visibility: 0;
        transition: 0.4s;
    }
    .float_biz_list_tab.active {
        opacity: 1;
        visibility: visible;
        transition: 0.4s;
    }
    .biz_list_tab{
        display: flex;
        justify-content: center;
    }
    .biz_list.biz_list_tab li {
        margin-top: 0px;
        font-size: 14px;
        margin-left: 10px;
        padding-left: 10px;
        position: relative;
    }
    .biz_list.biz_list_tab li:not(:first-child){
        border-left: 1px solid #000;
    }
    /* .biz_list.biz_list_tab li::after:not(:first-child) {
        position: absolute;
    } */
    .biz_list.biz_list_tab li:first-child{
        margin-left: 0;
        padding-left: 0;
    }
    .biz_list.biz_list_tab li.now{
        color: #ff7437;
    }
}

@media screen and (max-width: 1400px){
    .biz_mv_flex02 {
        height: 260px;
    }
    .biz_sub_ttl {
        margin: 10px 0 60px;
        font-size: 14px;
    }
    .biz_ttl {
        font-size: 40px;
    }
    .biz_cat_ttl {
        font-size: 24px;
    }
    .biz_cat_text {
        /* line-height: 1.8; */
        font-weight: 500;
        font-size: 14px;
    }
    .dtl_ttl_ja {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .dtl_text {
        font-size: 16px;
        /* line-height: 1.6; */
    }
    .dtl_list li {
        font-size: 14px;
        /* margin-top: 20px; */
    }
    .sec_ttl_ja {
        font-size: 24px;
    }
    .sec_ttl_en {
        font-size: 16px;
        padding: 20px 0 14px;
    }
    .flow_main .list_name {
        font-size: 16px;
    }
    .flow_text {
        font-size: 14px;
    }
    .flow_text span{
        font-size: 12px;
    }
    .flow_cap{
        font-size: 10px;
        line-height: 1.2;
    }
    .free_border a {
        font-size: 16px;
    }
    .graph_ttl {
        font-size: 16px;
    }
    .square {
        font-size: 20px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .flow_graph {
        width: 100%;
        max-width: 200px;
        background: #fff;
        box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
    }
    .to_showcase p {
        font-size: 14px;
    }
    .showcase_btn a {
        font-size: 16px;
    }
    .showcase_btn {
        width: 250px;
        height: 50px;
    }
    .scroll_down span {
        font-size: 10px;
    }
    .anchor {
        max-width: 14px;
    }
    .scroll_down{
        left: 50%;
        bottom: 30px;
        transform: translate(-50%, 10%);
    }
    @-webkit-keyframes sdb {
        0% {
            -webkit-transform:translate(0, 0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -webkit-transform:translate(0px, 10px);
            opacity: 0;
        }
    }
    @keyframes sdb {
        0% {
            transform:translate(0, 0);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform:translate(0px, 10px);
            opacity: 0;
        }
}

@media screen and (max-width: 1240px){
    .br_pc{
        display: none;
    }
    .float_biz_list{
        display: none;
    }

}
@media screen and (max-width: 1000px){
    .bg_pc{
        display: none;
    }
    .bg_tab{
        display: block;
    }
    /* .hide{
        display: none;
    } */
    .to_showcase {
        margin-top: 80px;
    }
    .dtl01_box, .dtl02_box, .dtl03_box, .dtl04_box{
        width: 100%;
    }
    .dtl_list_box {
        width: 100%;
        /* max-width: 250px; */
    }
    .dtl_ttl_ja {
        font-size: 22px;
    }
    .dtl_text {
        font-size: 14px;
        /* line-height: 1.6; */
    }
    .dtl_bg {
        height: 800px;
    }
    #pc_page .dtl_bg{
        height: 600px;
    }
    #update_page .dtl_bg{
        height: 900px;
    }
}

@media screen and (max-width: 860px){
    #web_page .biz_img_new {
        width: 35%;
    }
    #system_page .biz_img_new {
        width: 35%;
    }
    #graphic_page .biz_img_new{
        width: 35%;
    }
    #graphic_page .dtl02_box .biz_img_new{
        width: 35%;
    }
    #school_biz_page .biz_img_new {
        width: 35%;
    }
    #pc_page .biz_img_new {
        width: 35%;
    }
    #update_page .biz_img_new {
        width: 35%;
    }
    #update_page .dtl02_box .biz_img_new {
        width: 35%;
    }
    .dtl_list li {
        padding-left: 15px;
        margin-right: 15px;
    }
    .dtl_ttl_ja {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px){
    .dtl_flex02 {
        display: block;
        /* top: 20vw; */
        left: 50%;
        transform: translateX(-50%);
    }
    .dtl_list_box {
        width: 100%;
        max-width: inherit;
        justify-content: left;
    }
    .dtl_list{
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 40px; */
    }
    .dtl_list li {
        margin-top: 0px;
        /* margin-left: 0px; */
        /* padding-left: 20px; */
        /* margin-right: 20px; */
    }
    .dtl_list li:first-child{
        margin-left: 0;
    }
    .dtl_list li::before {
        height: 15px;
        width: 2px;
        left: 0;
        top: -1px;
        transform: translateY(0);
    }
    .dtl01_box, .dtl02_box, .dtl03_box, .dtl04_box {
        width: 100%;
    }
    .biz_ttl {
        font-size: 36px;
    }
    .float_biz_list_tab {
        padding: 15px;
    }
    .biz_list.biz_list_tab li {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px){
    .biz_mv_flex02 {
        height: 100%;
        max-height: 410px;
    }
    .biz_mv_flex02 {
        display: block;
    }
    .biz_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        max-width: 510px;
        margin: 0px 0 30px;
    }
    .biz_list li{
        width: 48%;
        font-size: 14px;
    }
    .biz_list li {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .over750{
        display: none;
    }
    .below750{
        display: block;
    }
    .biz_list.biz_list_tab{
        max-width: inherit;
        margin: 0;
        justify-content: center;
    }
    .biz_list.biz_list_tab li {
        width: inherit;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .scroll_down {
        left: inherit;
        right: 6%;
        bottom: 20px;
        transform: inherit;
    }
    .anchor {
        margin-top: 0px;
    }
    .biz_flex_new {
        flex-wrap: wrap;
    }
    .biz_new_text{
        width: 100%;
    }
    #web_page .biz_img_new{
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    #system_page .biz_img_new {
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
        background-position: bottom, center;
    }
    #graphic_page .biz_img_new{
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    #graphic_page .dtl02_box .biz_img_new{
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    #school_biz_page .biz_img_new {
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
        background-position: top, center;
    }
    #pc_page .biz_img_new {
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    #update_page .biz_img_new {
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    #update_page .dtl02_box .biz_img_new {
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
    }
    .dtl02_box .biz_img_new{
        width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
}
.dtl03_box .biz_img_new{
    width: 100%;
        max-width: inherit;
        margin-top: 40px;
        height: 250px;
        display: block;
}
.dtl04_box .biz_img_new{
    width: 100%;
    max-width: inherit;
    margin-top: 40px;
    height: 250px;
    display: block;
}
#web_page .dtl04_box .biz_img_new {
    background-position: top,center;
}
    .dtl_list {
        margin-bottom: 40px;
    }
    .dtl_flex02 {
        top: 13vw;
    }
    .dtl_bg {
        height: 850px;
    }
    #pc_page .dtl_bg{
        height: 750px;
    }
}

@media screen and (max-width: 650px){
    .biz_mv_flex02 {
        max-height: 350px;
    }
    .flow_graph{
        display: none;
    }
    .flow_main {
        padding-left: 0px;
    }
    .flow_arrow {
        margin: 0 auto 30px;
    }
    .dtl_flex02 {
        /* top: 30vw; */
    }
    .bg_sp{
        display: block;
    }
    .bg_tab{
        display: none;
    }
    /* .hide{
        display: none;
    } */
    .biz_ttl {
        font-size: 28px;
    }
    .biz_sub_ttl {
        font-size: 10px;
    }
    .biz_list li {
        width: auto;
        font-size: 12px;
        margin-right: 20px;
    }
    .biz_cat_ttl {
        font-size: 20px;
    }
    .free_border a {
        font-size: 14px;
    }
    .sec_ttl_ja {
        font-size: 20px;
    }
    .sec_ttl_en {
        font-size: 14px;
        padding: 16px 0 10px;
    }
    .flow_main .list_name {
        font-size: 14px;
    }
    .float_biz_list_tab{
        display: none;
    }



    /* accordion */
    .biz_list_sp {
        /* background: rgba(255, 255, 255, 1); */
        background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgb(14,126,208)), color-stop(100%,rgb(78,180,255)));
        background-image: -moz-linear-gradient(905deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
        background-image: -webkit-linear-gradient( 
90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
        background-image: linear-gradient( 
90deg, rgb(14,126,208) 0%, rgb(78,180,255) 100%);
        display: inline-block;
        /* padding: 20px; */
        position: fixed;
        left: 50%;
        width: 90%;
        top: 10%;
        transform: translateX(-50%);
        z-index: 1000;
        box-shadow: 0px 0px 17px -3px rgba(194,194,194,0.6);
        opacity: 0;
        visibility: 0;
        transition: 0.4s;
    }
    .biz_list_sp.active {
        opacity: 1;
        visibility: visible;
        transition: 0.4s;
    }
    .biz_toggle {
        display: none;
    }
    .biz_option {
        position: relative;
    }
    .biz_list_title,
    .biz_list_sp_content {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s;
    }
    .biz_list_title {
        /* border: solid 1px #ccc; */
        padding: 1em;
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }
    .biz_list_title::after,
    .biz_list_title::before {
        content: "";
        position: absolute;
        right: 1.25em;
        top: 1.25em;
        width: 2px;
        height: 0.75em;
        background-color: #fff;
        transition: all 0.3s;
    }
    .biz_list_title::after {
        transform: rotate(90deg);
    }
    .biz_list_sp_content {
        max-height: 0;
        overflow: hidden;
    }
    .biz_list_sp_content p {
        margin: 0;
        padding: 10px;
        color: #939393;
        font-size: 14px;
        line-height: 1.5;
        background: #fff;
        border-bottom: 1px solid #ddd;
        /* text-align: center; */
    }
    .biz_list_sp_content p.now span{
        color: #ff7437;
    }
    .biz_list_sp_content p.now{
        color: #333;
    }
    .biz_toggle:checked + .biz_list_title + .biz_list_sp_content {
        max-height: 500px;
        transition: all 1.5s;
    }
    .biz_toggle:checked + .biz_list_title::before {
        transform: rotate(90deg) !important;
    }
}

@media screen and (max-width: 550px){
    .br550{
        display: block;
    }
    .dtl_list li {
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 20px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .biz_list li {
        margin-bottom: 14px;
    }
    .dtl_ttl_ja {
        padding: 10px 0;
    }
    .dtl_list {
        margin-bottom: 30px;
    }
    .dtl_flex02 {
        top: 16vw;
    }
}



@media screen and (max-width: 500px){
    .br500{
        display: block;
    }
    .biz_sub_ttl {
        margin: 10px 0 30px;
    }
    .biz_ttl {
        font-size: 26px;
    }
    .biz_sub_ttl {
        margin: 0px 0 30px;
    }
    .dtl_ttl_ja {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .dtl_bg {
        height: 940px;
    }
}


}








/* inviw */
.l_to_r {
	display: inline-block;
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: translateX(-30px);
}
.l_to_r.is-show {
	opacity: 1;
	transform: translateX(0);
}
.t_to_b{
	opacity: 0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: translateY(-20px);
}
.biz_list .t_to_b{
    opacity: 0;
    -webkit-transition-duration: 1s;
	transition-duration: 1s;
	transform: translateY(-20px);
}
.t_to_b.is-show{
    opacity: 1;
	transform: translateY(0);
}
.t_to_b.de01{
    transition-delay: 0.2s;
}
.t_to_b.de02{
    transition-delay: 0.4s;
}
.t_to_b.de03{
    transition-delay: 0.6s;
}
.t_to_b.de04{
    transition-delay: 0.8s;
}
.t_to_b.de05{
    transition-delay: 1s;
}
.de01{
    transition-delay: 0.2s;
}
.de02{
    transition-delay: 0.4s;
}
.de03{
    transition-delay: 0.6s;
}
.de04{
    transition-delay: 0.8s;
}
.de05{
    transition-delay: 1s;
}

.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}



.wave {
    display: flex;
    overflow: hidden;
  }
  
  .wave span {
    display: block;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  
  .wave.-visible span {
    transform: translate(0, 0);
  }
  
  .wave span:nth-child(2) {
    transition-delay: 0.06s;
  }
  .wave span:nth-child(3) {
    transition-delay: 0.12s;
  }
  .wave span:nth-child(4) {
    transition-delay: 0.18s;
  }
  .wave span:nth-child(5) {
    transition-delay: 0.24s;
  }
  .wave span:nth-child(6) {
    transition-delay: 0.30s;
  }
  .wave span:nth-child(7) {
    transition-delay: 0.36s;
  }
  .wave span:nth-child(8) {
    transition-delay: 0.42s;
  }
  .wave span:nth-child(9) {
    transition-delay: 0.48s;
  }
  .wave span:nth-child(10) {
    transition-delay: 0.54s;
  }
  .wave span:nth-child(11) {
    transition-delay: 0.6s;
  }
  .wave span:nth-child(12) {
    transition-delay: 0.66s;
  }
  .wave span:nth-child(13) {
    transition-delay: 0.72s;
  }
  .wave span:nth-child(14) {
    transition-delay: 0.78s;
  }
  .wave span:nth-child(15) {
    transition-delay: 0.84s;
  }
  .wave span:nth-child(16) {
    transition-delay: 0.9s;
  }
  .wave span:nth-child(17) {
    transition-delay: 0.94s;
  }
  .wave span:nth-child(18) {
    transition-delay: 0.98s;
  }