@charset "UTF-8";


/* common */
.ly_cont {
    @media (max-width: 1079.98px) {
        padding: 40px 5% 40px;
    }
}

/*======KV======*/
.lp_ly_kv{
    padding: 50px calc(50% - 540px);
    background-image: url(../img/lp/3/top_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    min-height: 28vw;
    @media (max-width: 1080px) { 
        width: 100%;
        padding: 30px 5%;
    }
    @media (max-width: 768px) { 
        flex-flow: column;
        width: 100%;
        gap: 30px;
        min-height: 50vh;
        background-image: url(../img/lp/3/top_bg_sp.png);
        justify-content: flex-start;
    }
}
.lp_ly_kv_inner{
    width: calc(50% - 20px);
    @media (max-width: 768px) { 
        width: 100%;
    }
    h1{
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
        img{
            width: 100%;
        }
        @media (max-width: 768px) { 
            img{
                width: 90%;
            }
        }
        }
}
.lp_cta_sub{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 150%; /* 24px */
    margin: 28px auto 16px;
}
.lp_cta{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    background-color: var(--primary);
    padding: 14px 36px;
    border-radius: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.36px;
    display: table;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
        font-size: 16px;
        padding: 14px 24px;
    }
}
/* about */
.about_line_sub{
    text-align: center;
    padding-right: 30px;
    img{
        width: 100%;
        max-width: 400px;
    }
}
.about_line_main{
    text-align: center;
    margin-bottom: 12px;
    img{
        width: 100%;
        max-width: 600px;
    }
}
.about_graphic{
    margin: 0 auto;
    max-width: 1080px;
    img{
        width: 100%;
    }
}
.about{
    position: relative;
}
.line_bubble{
    position:absolute;
    width: 90px;
    right: calc(50% - 280px);
    top: 90px;
    img{
        width: 100%;
    }
}



/* pain */
.pain_container{
    background-color: #F8F6F4;
}
.pain_title_img{
    width: 168px;
    text-align: center;
    display: table;
    margin: 0 auto;
    img{
        width: 100%;
    }
    @media screen and (max-width: 768px) {
        width:120px;
    }
}
.lp_pain_title{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    margin: 12px auto;
    color: #224E99;
    /* strong{
        leading-trim: both;
        text-edge: cap;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    } */
    @media screen and (max-width: 768px) {
        font-size: 20px;
        strong{
            font-size: 32px;
        }
    }
}
.pain_sub{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
    @media screen and (max-width: 768px) {
        font-size: 14px;
    }
}
.pain_list{
    width: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 32px auto 50px;
    @media screen and (max-width: 768px) {
        /* flex-flow: column; */
        gap: 20px;
    }
}
.pain_list_inner{
    width: calc(25% - 23px);
    @media screen and (max-width: 768px) {
        width: calc(50% - 10px);
    }
}
.pain_list_title{
    padding: 14px 0px;
    align-items: center;
    color: #353C56;
    gap: 10px;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 100% */
    border-bottom: 2px solid #CFD2DB;
    @media screen and (max-width: 768px) {
        font-size: 20px;
        font-size: 16px;
        padding: 8px 0 ;
    }
}
.pain_list_child{
    display: flex;
    flex-flow: column;
    gap: 15px;
    margin-top: 18px;
    @media screen and (max-width: 768px) {
        gap: 12px ;
        margin-top: 12px;
    }
}
.pain_list_child_inner{
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; 
    color: #353C56;
    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}
.pain_check{
    margin-right: 8px;
    width: 18px;
    height: auto;
    @media screen and (max-width: 768px) {
        display: none;
    }
}
.lp_pain_title2{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    strong{
        color: #224E99;
        leading-trim: both;
        text-edge: cap;
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    @media screen and (max-width: 768px) {
        font-size: 20px;
        strong{
            font-size: 28px;
        }
    }
}
.pain_deta_wrap{
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(39, 41, 47, 0.10);
    padding: 40px 40px 20px;
    @media screen and (max-width: 768px) {
        padding: 24px 16px;
    }
}
.pain_deta_inner{
    display: flex;
    gap: 16px;
    align-items: center;
    padding-top: 16px;
    border-top: 3px solid #D2D2D2;
    width: 100%;
    margin: 16px auto 0;
    .pain_graph{
        width: 70%;
        margin: 0 auto;
        @media screen and (max-width: 768px) {
            width: 100%;
        }
    }
    @media screen and (max-width: 768px) {
        flex-flow: column;
    }
}
.pain_deta_main{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}
.pain_deta_desc{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    line-height: 30px; /* 200% */
}
/* solution */
.lp_solution_wrap{
    width: 100%;
    background-color: var(--primary);
}
.lp_solution_title{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 46.8px */
    margin-bottom: 12px;
    small{
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 36.4px */
        opacity: 0.7;
        color:#fff;
    }
    strong{
        color: #FBCE74;
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 62.4px */
    }
    @media screen and (max-width: 768px) {
        font-size: 20px;
        small{
            font-size: 20px;
        }
        strong{
            font-size: 32px;
        }
    }
}
.lp_solution_sub{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    @media screen and (max-width: 768px) {
        font-size: 14px;
        line-height:150%;
    }
}
.lp_solution_deta_wrap{
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid rgba(39, 41, 47, 0.10);
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 16px;
    margin-top: 60px;
    @media screen and (max-width: 768px) {
        flex-flow: column;
        gap: 12px;
        margin-top: 24px;
    }
}
.solution_graph{
    width: 100%;
    max-width: 536px;
    @media screen and (max-width: 768px) {
        order: 1;
    }
}
.lp_solution_deta{
    padding-left: 24px;
    @media screen and (max-width: 768px) {
        padding: 0;
        order: 2;
    }
}
.lp_solution_deta_main{
    color: #224E99;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}
.lp_solution_deta_desc{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-top: 16px;
    line-height: 30px; /* 200% */
    @media screen and (max-width: 768px) {
        font-size: 13px;
        line-height: 170%;
    }
}
.lp_solution_list{
    display: flex;
    gap: 40px 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    /* margin: 80px auto ; */
    @media screen and (max-width: 768px) {
        flex-flow: column;
        gap: 24px;
    }
    .lp_solution_list_inner{
        width:100%;
        display: flex;
        gap: 32px;
        align-items: center;
        @media screen and (max-width: 768px) {
            width: 100%;
            display: flex;
            gap: 12px;
            align-items: flex-start; /* 追加 */
        }
        div{
            width: calc(100% - 180px);
            @media screen and (max-width: 768px) {
                width: calc(75% - 12px);
            }
        }
        .solution_img{
            width:120px;
            @media screen and (max-width: 768px) {
                width: 25%;
                height: auto;
            }
        }
        .lp_solution_list_title{
            color: #224E99;
            font-size: 24px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; /* 36px */
            padding-bottom: 6px;
            @media screen and (max-width: 768px) {
                font-size: 18px;
                text-align: left;
                padding-top: 0;
            }

        }
        .lp_solution_list_desc{
            color: #3A3A3A;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 200%; /* 28px */
            @media screen and (max-width: 768px) {
                font-size: 13px;
                line-height: 170%;
            }
        }
    }
    .lp_solution_list_inner2{
        width: calc(50% - 15px);
        display: flex;
        gap: 16px;
        align-items: center;
        @media screen and (max-width: 768px) {
            width: 100%;
        }
        .lp_solution_list_title{
            color: #224E99;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 150%; /* 30px */
            padding-bottom: 6px;
            @media screen and (max-width: 768px) {
                font-size: 18px;
            }
        }
        .lp_solution_list_desc{
            color: #3A3A3A;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 200%; /* 28px */
            @media screen and (max-width: 768px) {
                font-size: 13px;
            }
        }
        .solution_img{
            width: 100px;
            @media screen and (max-width: 768px) {
                width: 80px;
            }
        }
    }
}
.lp_solution_title2{
    color: #35373C;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 75% */
    display: inline-flex;
    padding: 24px 10px; 
    border-bottom: 2px solid #224E99;
    margin: 0 auto 32px;
    /* margin-top: 72px; */
    display: table;
    strong{
        color: #224E99;
        font-size: 42px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 50% */
    }
    @media screen and (max-width: 768px) {
        font-size: 20px;
        line-height: 170%;
        padding: 16px 0 ;
        strong{
            font-size: 32px;
        }
    }
}
.lp_solution_list2{
    display: flex;
    gap: 0;
    margin: 32px auto;
    @media screen and (max-width: 768px) {
        gap: 24px;
        flex-flow: column;
    }
}
.lp_solution_list2_inner{
    width:25%;
    padding: 24px ;
    .solution_img{
        width: 120px ;
        display: table;
        margin: 0 auto;
    }
    @media screen and (max-width: 768px) {
        width: 100%;
        padding: 0;
    }
}
.lp_solution_list2_title{
    color: #224E99;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    padding: 20px 0 12px;
}
.lp_solution_list2_desc{
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
/* ex */
.lp_ex_title{
    color: #224E99;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 62.5% */
    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}
.ex_wrap{
    background-color: #F8F6F4;
}
.lp_ex_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 56px;
    @media screen and (max-width: 768px) {
        gap: 16px;
        margin-top: 32px;
    }
    .inner{
        width: calc(33.3% - 20px);
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        @media screen and (max-width: 768px) {
            display: flex;
            /* align-items: flex-start; */
            width: 100%;
        }
        .ex_img{
            width: 100%;
            @media screen and (max-width: 768px) {
                width: 30%;
                object-fit: cover;
            }
        }
        .lp_ex_list_inner_bottom{
            padding: 18px 20px;
            @media screen and (max-width: 768px) {
                padding: 16px;
                width: 70%;
            }
        }
    }
    .lp_ex_list_title{
        color: #224E99;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 100% */
        @media screen and (max-width: 768px) {
            font-size: 16px;
        }
    }
    .lp_ex_list_desc{
        color: #717182;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 153.846% */
        margin: 24px 0 6px;
        @media screen and (max-width: 768px) {
            margin: 16px 0 6px;
        }
    }
    .lp_ex_list_inner{
        display: flex;
        gap: 7px;
        flex-wrap: wrap;
        li{
            leading-trim: both;
            text-edge: cap;
            font-family: "Hiragino Sans";
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 12px; /* 166.667% */
            border-radius: 6px;
            background: #EDEEF2;
            padding: 6px 8px;
        }
    }
}

.lp_simulation_img{
    width: 88px;
    margin: 0 auto;
    display: table;
    img{
        width: 100%;
    }
}
.lp_simulation_title{
    color: #224E99;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 62.5% */
    margin-bottom: 16px;
    margin-top: 16px;
    @media screen and (max-width: 768px) {
        font-size: 24px;
    }
}
.lp_simulation_desc{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    @media screen and (max-width: 768px) {
        font-size: 14px;
    }
}
.lp_simulation_deta_wrap{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    @media screen and (max-width: 768px) {
        margin-top: 32px;
        flex-flow: column;
        gap: 12px;
    }
}
.lp_simulation_deta_wrap2{
    width: 100%;
    background-color: #F4F6FB;
    border-radius: 10px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    @media screen and (max-width: 768px) {
        margin-top: 32px;
        flex-flow: column;
        gap: 12px;
    }
}
.lp_simulation_deta_inner{
    width: 50%;
    padding: 45px;
    @media screen and (max-width: 768px) {
        width: 100%;
        padding: 16px;
    }
}
.lp_simulation_deta_title{
    color: #0078D7;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 83.333% */
    @media screen and (max-width: 768px) {}
}
.lp_simulation_deta_sub{
    color: #717182;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 166.667% */
    margin-bottom: 30px;
    margin-top: 4px;
}
.lp_simulation_deta_period{
    display: flex;
    width: 100%;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #EEF6FF;
    color: #224E99;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
    strong{
    font-size: 24px;
    color: #224E99;
    }

}
.lp_simulation_deta_list{
    margin-top: 10px;
    li{
        display: flex;
        padding: 14px 0px;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        justify-content: space-between;
        @media screen and (max-width: 768px) {
            gap: 10px;
        }

    }
}
.lp_simulation_deta_list_title{
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    width: 150px;
    @media screen and (max-width: 768px) {
        width: 120px;
    }

}
.lp_simulation_deta_list_info{
    color: #2C2C30;
    text-align: right;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
}
.lp_simulation_graph{
    width: 50%;
    @media screen and (max-width: 768px) {
        width: 100%;
    }

}
.lp_simulation_deta_img{
    width: 60px;
    margin: 0 auto;
    img{
        width: 100%;
    }
}

/* 比較表 */
.table-container {
    display: flex;
    justify-content: center;
    gap: 16px;
    /* flex-wrap: wrap; */
    max-width: 1080px;
    margin: 42px auto 0;
    @media screen and (max-width: 768px) {
        gap: 8px;
    }

}
.feature-list {
    text-align: right;
    padding-top: 60px;
    flex: 1;
    @media screen and (max-width: 768px) {
        width: 50%;
        flex: 3.5;
    }
}
.feature-category {
    font-size: 13px;
    height: 36px;
    width: 120px;
    font-weight: 400;
    padding: 8px 0;
    @media screen and (max-width: 768px) {
        flex: 1;
        font-size: 12px;
    }

}
.features_inner{
    width: calc(100% - 132px);
    @media screen and (max-width: 768px) {
        flex: 2;
    }
}
.feature_list_inner{
    display: flex;
    gap: 12px;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    @media screen and (max-width: 768px) {
        gap: 8px;
    }

}
.features {
    text-align: left;
}

.feature-label {
    padding: 8px 0;
    height: 36px;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}
.feature-label:last-child{
    border: none;
}

.plan {
    background-color: white;
    border-radius: 12px;
    padding: 0 20px 20px;
    flex: 1;
    @media screen and (max-width: 768px) {
        padding: 0 12px 12px;
        flex: 1;
    }
}
.plan.march {
    border: 2px solid #2D9CDB;
    background-color: #F4FAFF;
}
.plan-title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 18px 0;
    height: 60px;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    height: 36px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.check {
    color: #27AE60;
    font-size: 18px;
}

.cross {
    color: #BDBDBD;
    font-size: 18px;
}

.text-muted {
    color: #BDBDBD;
    font-size: 14px;
}


@media (max-width: 800px) {
    .table-container {
    }

    .feature-list {
    }
}

