@charset "UTF-8";


.inner {
    max-width: 1240px;
}

.hero {
    background-image: url(/img/cmn/bg-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 150px 0 72px;
}

.hero_body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero_ttl h2 {
    font-size: 27px;
    color: #007edf;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero_txt {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about_more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    padding: 27px 21px;
    background: linear-gradient(to right bottom, #3DC0FF, #007EDF);
}

.about_more p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
}

.about_more a {
    color: #007EDF;
    background-color: #fff;
    padding: 12px 33px 12px 11px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
}

.about_more a::after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(/img/cmn/icon-download_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    shape-image-threshold: 5%;
    right: 3%;
    bottom: 30%;
}


/* intro */

.intro {
    position: relative;
}

.intro::before {
    content: '';
    width: 100%;
    height: 750px;
    background: linear-gradient(to bottom, #E4F2FB, #F5FBFF);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -10;
}

.intro_cnt {
    width: 100%;
    background-image: url(/img/about/bg-intro_cnt.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 97px 87px;
    border-radius: 37px;
    position: relative;
    margin-bottom: 90px;
}

.intro_img {
    position: absolute;
    right: -6%;
    bottom: 0;
}

.intro_ttl.-en {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', serif;
    color: #fff;
    margin-bottom: 45px;
}

.intro_ttl.-ja {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 45px;
    color: #fff;
    line-height: 50px;
}

.intro_txt {
    color: #fff;
    margin: 15px 0;
    font-size: 15px;
    max-width: 512px;
}

.btn_more {
    width: 40%;
    margin-top: 30px;
}

/* percent */

.percent {
    padding-bottom: 90px;
}

.percent_ttl {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

.percent_list {
    display: flex;
    justify-content: center;
}

.percent_list li {
    padding: 60px 30px;
    width: 386px;
    display: flex;
    align-items: center;
    flex-flow: column;
    border-right: solid 1px #BABABA;
}

.percent_list li:last-child {
    border-right: none;
}

.percent_list_ttl {
    font-size: 16px;
    font-weight: bolf;
    margin-bottom: 20px;
}

.percentage {
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 45px;
    font-family: 'Montserrat', serif;
    line-height: 40px;
}

.percentage .big {
    font-size: 70px;
    background: linear-gradient(90deg, #3DC0FF, #003F70);
    background: -webkit-linear-gradient(0deg, #3DC0FF, #003F70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.percent_list_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}


/* service */

.service {
    padding: 140px 0 160px;
    overflow: hidden;
}

.section_ttl {
    color: #007EDF;
    margin-bottom: 35px;
    line-height: 40px;
}

.service_head {
    text-align: center;
    margin-bottom: 100px;
}

.service_ttl.-small {
    margin-bottom: 15px;
}

.service_intro {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 35px;
}

.service_list_cnt {
    position: relative;
    margin-bottom: 220px;
}

.service_list .service_list_cnt:nth-child(1) .service_diagram {
    position: absolute;
    right: 0%;
    bottom: -20%;
}

.service_diagram {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 50px 25px;
    border-radius: 15px;
    margin: 70px auto 0;
    width: 100%;
    max-width: 1040px;
}

.service_list .service_list_cnt:first-child .service_diagram {
    max-width: 700px;
}

.service_list .service_list_cnt .service_diagram .pattern_ttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.service_list .service_list_cnt .service_diagram .pattern_ttl::before {
    content: '';
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 50%;
    background: #007EDF;
}

.point_diagram_cnt {
    /* padding: 30px; */
}

.pattern_txt {
    margin-bottom: 40px;
    font-size: 16px;
}

.service_diagram_ttl {
    font-size: 16px;
    color: #909090;
    margin-bottom: 30px;
}

.service_diagram_img {
    text-align: center;
}


.service_list .service_list_cnt:nth-child(odd) {
    display: flex;
    flex-flow: column;
    align-items: start;
    position: relative;
}

.service_list .service_list_cnt:nth-child(odd)::before {
    content: '';
    width: 998px;
    height: 819px;
    background-image: url(/img/about/bg-service_list01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -7%;
    right: -50%;
}

.service_list .service_list_cnt:nth-child(even) {
    display: flex;
    flex-flow: column;
    align-items: end;
    position: relative;
}

.service_list .service_list_cnt:last-child {
    margin-bottom: 0px;
}

.service_list .service_list_cnt:nth-child(even) .service_list_tag {
    margin-right: 450px;
}

.service_list .service_list_cnt:nth-child(even)::before {
    content: '';
    width: 716px;
    height: 716px;
    background-image: url(/img/about/bg-service_list02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 10%;
    left: -35%;
}


.service_list_tag .service_list_tag_txt {
    color: #fff;
    background-color: #007EDF;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
    width: fit-content;
}

.service_list_head {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.service_list_number {
    color: #E4F2FB;
    font-size: 106px;
    font-weight: bold;
    line-height: 50px;
    font-family: 'Montserrat', serif;
}

.service_list_ttl {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    color: #007EDF;
}

.service_list_txt {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    max-width: 600px;
    margin-bottom: 50px;
}

.service_list_txt::before {
    content: '';
    width: 3px;
    height: 100%;
    background-color: #FA529D;
    position: absolute;
    left: 0;
    top: 0;
}

.service_detail {
    width: 52%;
}

.service_detail li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: solid 1px #AEDFFF;
    padding: 18px;
    max-width: 373px;
}

.service_detail li:last-child {
    border-bottom: none;
}

.service_detail li p {
    color: #007EDF;
    font-size: 13px;
    font-weight: bold;
}


/* structure */

.structure {
    background-color: #F5FBFF;
    border-radius: 130px;
    padding: 120px 0 245px;
}

.section_head {
    text-align: center;
    margin-bottom: 50px;
}

.structure_logo {
    margin: 33px 0;
}

.structure_intro {
    font-size: 16px;
    font-weight: bold;
}

.structure_comment_cnt {
    background-color: rgb(174, 223, 255, 0.3);
    border: solid 3px #3DC0FF;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    margin-bottom: 48px;
}

.structure_comment_cnt::after {
    content: '';
    width: 26px;
    height: 88px;
    background-image: url(/img/cmn/icon-line_structure.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -18.5%;
    transform: translateX(50%);
    right: 50%;
}

.structure_comment ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.structure_comment ul li {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}

.structure_comment_txt p {
    background-color: #fff;
    border: solid 1px #DDDDDD;
    padding: 10px 14px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    max-width: 288px;
}

/* solution */

/* .solution .inner {
    max-width: 1350px;
}

.solution_body {
    background-color: #fff;
    border-radius: 15px;
    padding: 90px 56px;
    margin-bottom: 86px;
}

.solution_ttl {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #3DC0FF, #003F70);
    background: -webkit-linear-gradient(0deg, #3DC0FF, #003F70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution_cnt {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 43px;
}

.solution_cnt_row::before {
    content: '';
    width: 84px;
    height: 16px;
    background-image: url(/img/cmn/icon-line_structure_small.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.solution_cnt_row.-left::before {
    right: -26%;
    top: 32%;
}

.solution_cnt_row.-right::before {
    left: -26%;
    top: 32%;
    transform: rotate(180deg);
}

.solution_cnt_row.-center::before {
    content: none;
}

.solution_cnt_row.-bottom::before {
    transform: rotate(-90deg) translateX(50%);
    right: 47%;
    top: -1%;
}

.solution_cnt_row.-left,
.solution_cnt_row.-right {
    width: 320px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 34px 20px;
    position: relative;
    z-index: 10;
}

.solution_cnt_row.-bottom {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 34px 20px;
    position: relative;
    z-index: 10;
}

.solution_cnt_row.-center {
    margin-top: 360px;
}

.solution_cnt_row.-center img {
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    bottom: 40%;
    z-index: 0;
}

.solution_cnt_row_ttl {
    color: #007EDF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.solution_cnt_row.-left ul li {
    background-color: #E4F2FB;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.solution_cnt_row.-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.solution_cnt_row.-right ul li {
    background-color: #E4F2FB;
    border-radius: 10px;
    height: 100px;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
}

.step {
    margin-bottom: 50px;
}

.step_ttl {
    font-size: 16px;
    font-weight: bold;
    background: #E4F2FB;
    border-radius: 15px;
    width: 100%;
    padding: 13px 20px;
    margin-bottom: 33px;
}

.step_ttl .blue {
    font-family: 'Montserrat', serif;
    font-size: 17px;
    color: #007EDF;
    font-weight: bold;
    margin-right: 20px;
}

.step_img {
    text-align: center;
}

.kind {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.kind_head {
    color: #007EDF;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 15px;
    background-color: #F5FBFF;
    border: solid 1px #007EDF;
    line-height: 24px;
}

.kind_txt {
    color: #007EDF;
    font-size: 16px;
    font-weight: bold;
}

.kind_txt span {
    font-size: 87px;
    line-height: 142px;
    font-family: 'Montserrat', serif;
} */


/* effect */

.effect .section_ttl {
    text-align: center;
}

.effect_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.effect_list li {
    background-color: #E4F2FB;
    border-radius: 15px;
    padding: 23px 15px;
    text-align: center;
    max-width: 275px;
    width: 100%;
    height: 425px;
}

.effect_list li img {
    margin-bottom: 40px;
}

.effect_list li p {
    font-size: 16px;
    font-weight: 500;
}


/* konw */

.know {
    position: relative;
    background-color: #fff;
    border-radius: 130px;
    margin-top: -100px;
    padding-bottom: 70px;
}

.know::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F3FAFF;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.know_cnt {
    padding-bottom: 107px;
    /* border-bottom: solid 1px #BABABA; */
}

.know_label {
    color: #fff;
    background-color: #007EDF;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 20px 112px;
    text-align: center;
    width: 402px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 80px;
}

.know_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 48px;
}

.know_list li {
    padding: 27px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    width: 370px;
    height: 394px;
    text-align: center;
}

.know_list li img {
    margin-bottom: 10px;
}

.know_list_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #FA529D;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.know_intro_arrow {
    transform: rotate(90deg);
}

.know_list_txt {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}

.know .btn_more {
    width: 300px;
    margin: 0 auto;
}


@media screen and (max-width:767px) {
    
    .hero {
        padding-top: 100px;
    }
    
    .hero_body {
        flex-flow: column-reverse;
        gap: 30px;
    }

    .hero_ttl h2 {
        font-size: 25px;
    }

    .about_more {
        flex-flow: column;
    }

    .about_more p {
        text-align: center;
    }

    /* intro */

    .intro::before {
        height: 1490px;
        bottom: 2%;
    }

    .intro_img {
        position: unset;
        margin-bottom: 20px;
    }

    .intro_cnt {
        padding: 35px 16px;
    }

    .intro_ttl.-en {
        margin-bottom: 10px;
    }

    .intro_ttl.-ja {
        font-size: 21px;
        line-height: 35px;
    }

    .btn_more {
        width: 100%;
    }


    /* parcent */
    
    .percent_ttl {
        margin-bottom: 0px;
    }

    .percent_list {
        flex-flow: column;
    }

    .percent_list li {
        border-right: none;
        border-bottom: solid 1px #BABABA;
    }

    .percent_list li:last-child {
        border-bottom: none;
    }

    .percent_list li {
        width: 100%;
    }


    /* service */

    .service {
        padding: 70px 0 0;
    }

    .service_head {
        margin-bottom: 50px;
    }

    .service_list .service_list_cnt:nth-child(odd)::before,
    .service_list .service_list_cnt:nth-child(even)::before {
        display: none;
    }

    .service_list_tag {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .service_list_number {
        font-size: 60px;
    }

    .service_list_tag .service_list_tag_txt {
        margin-bottom: 0px;
    }

    .service_list_ttl {
        font-size: 25px;
    }

    .service_list_txt {
        margin-bottom: 40px;
    }

    .service_list_cnt {
        margin-bottom: 100px;
    }

    .service_list .service_list_cnt:nth-child(even) {
        align-items: start;
    }

    .service_list .service_list_cnt:nth-child(even) .service_list_tag {
        margin-right: 0;
    }

    .service_list .service_list_cnt:nth-child(odd) .img_computer,
    .service_list .service_list_cnt:nth-child(even) .img_computer {
        position: unset;
        margin-bottom: 10px;
    }

    .service_list .service_list_cnt:nth-child(1) .service_diagram {
        position: unset;
    }

    .service_detail {
        width: 100%;
    }

    .service_diagram {
        padding: 20px;
        margin-top: 0px;
    }

    .service_diagram_ttl {
        font-size: 14px;
    }

    .point_diagram_cnt {
        padding: 0px;
    }

    .pattern {
        padding: 20px 15px;
    }

    .pattern_ttl span {
        margin-right: 5px;
    }

    .pattern_ttl {
        margin-bottom: 20px;
    }

    .service_list .service_list_cnt:last-child {
        margin-bottom: 100px;
    }


    /* structure */

    .structure {
        border-radius: 53px 53px 0 0;
        padding: 100px 0 120px;
    }

    .structure_comment_cnt {
        padding: 34px 16px;
    }

    .structure_comment ul {
        gap: 20px;
    }

    .structure_comment ul li {
        gap: 15px;
    }

    .structure_comment ul li img {
        width: 27%;
    }

    .structure_comment::after {
        bottom: -8%;
    }

    .structure_comment_cnt::after {
        bottom: -9%;
    }


    /* effect */

    .effect_cnt {
        overflow: scroll;
    }

    .effect_list {
        width: 1180px;
    }


    /* know */

    .know {
        border-radius: 70px;
        padding-bottom: 0px;
        margin-top: -50px;
    }
    
    .know_label {
        width: 80%;
        padding: 10px 20px;
    }

    .know_intro {
        text-align: left;
    }

    .know_list {
        flex-flow: column;
    }

    .know_list li {
        width: 100%;
        height: 415px;
    }



}