html{
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    word-wrap: break-word;
    margin: 0;
    overflow-x: hidden;
}
h1, h2, h3, p{
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}

.lp header{
    height: 80px; 
    position: relative; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
}
.lp.ec_solution_b2b header{
    filter: drop-shadow(0 0px 5px #D9D9D9);    
}
.lp header .content{
    width:calc(100% - 80px);
    height: 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.lp header .content img{
    height: 80px;

}
.lp header .content .menu_button_group{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.lp header .content .menu{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    margin: 0 30px 0 auto;
    background: #fff;
    height: 80px;
}
.lp header .content .menu .menu_item{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    text-align: center;
    height: 100%;
}
.lp header .content .menu .menu_item.with_submenu{
    display: flex;
    flex-direction: column;
    justify-content: space-around; 
    cursor: pointer;   
    transition: all ease-in-out .3s;
}
.lp header .content .menu .menu_item .menu_item_name{
    display: flex;
    height: 80px;
    align-items: center;
    gap: 10px;
}
.lp header .content .menu .menu_item .submenu_list{
    font-size: 14px;
    background: #fff;
    box-shadow: 4px 4px 8px 0 rgba(217, 217, 217, 0.10);
    padding: 20px;
    position: fixed;
    top: 80px;
    display: flex;
    gap: 15px;
    text-align: left;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    /*transform: perspective(500px) rotateY(90deg);*/
    transition: all .5s;
}
.lp header .content .menu .menu_item .submenu_list.open{
    opacity: 1;
    /*top: 80px;*/
    visibility: visible;
    max-height: 300px;
    transform: none;
}
.lp header .content .menu .menu_item a{
    color: #000;
    text-decoration: none;
}
.lp header .content .menu .menu_item img{
    margin: 6px 0 0;
    width: 14px;
}
.lp header .content .menu .menu_item img.open{
    transform: rotate(180deg);
}
.lp header .content .menu .line{
    display: none;
    width: 1px;
    height: 25px;
    background: #D9D9D9;
}
.lp header .content .cta_button a{
    padding: 10px 50px;
    height: 50px; 
    background: #4D62E9; 
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

/* main 共通 */
.lp main {
    background: #FFF;
    text-align: center;
}
.lp main section{
    width: 100%;
}
.lp main .probrem,
.lp main .case,
.lp main .faq{
    background: #E2F1FF;
}
.lp.ec_solution_b2b main .case{
    background: #FFF;
}
.lp main .contact{
    background: #C4E0FF;
}

.lp main .inner{
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    display: inline-flex;
    max-width: 1200px; 
    padding: 60px 50px; 
    gap: 20px;
}
.lp main .fv .inner{
    flex-direction: row;
    gap: 100px; 
    padding-top: 140px;
    padding-bottom: 60px; 
}
.lp main .probrem .inner{
    gap: 50px;
}

.lp main .inner .section_title{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-end; 
    align-items: center; 
    gap: 10px; 
    display: flex;
}
.lp main .inner .section_title .ornament{
    text-align: center; 
    color: #353599; 
    font-size: 16px;
}
.lp main .inner .section_title h2.title{
    /*justify-content: flex-start; 
    align-items: flex-end; */
    display: block;
}
.lp main .inner .section_title h2.title .main{
    text-align: center; 
    color: #353599; 
    font-size: 36px;
    font-weight: 700;
}
.lp main .inner .section_title h2.title .sub{
    text-align: center; 
    color: black;
    font-size: 32px;
    font-weight: 400;
}
.lp main .feature .inner .section_title .ornament{
    color: #FFF; 
}
.lp main .feature .inner .section_title h2.title .main{
    color: #FFF; 
}

.lp main .inner .line_group{
    padding-bottom: 20px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: flex;
}
.lp main .inner .line_group .line{
    width: 60px;
    height: 0px; 
    outline: 1px #353599 solid; 
    outline-offset: -0.50px;
}
.lp main .feature .inner .line_group .line{
    outline: 1px #FFF solid;  
}

/* main セクションごと */

/* fv */
.lp main .fv .inner .title_area{
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 40px; 
    display: inline-flex;
    text-align: left;
    width: 60%;
}
.lp main .fv .inner .title_area .copy{
    font-family: "Noto Serif JP";
}
.lp main .fv .inner .title_area .title_group{
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: flex;

}
.lp main .fv .inner .title_area .title_group .title{
    align-self: stretch; 
    color: #353599; 
    font-size: 40px;  
}
.lp main .fv .inner .image_group{
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 40px; 
    display: inline-flex;
    width: 40%;
    max-width: 480px;
}
.lp main .fv .inner .image_group img{
    width: 100%;
}
.lp main .fv .inner .cta_button{
    width: 100%;
}
.lp main .fv .inner .cta_button a{
    padding: 10px;
    display: block;
    width: 65%;
    text-align: center; 
    background: #4D62E9; 
    border-radius: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

/* probrem */
.lp main .probrem .inner .probrem_text{
    text-align: center;
}
.lp main .probrem .inner .card_group{
    padding-left: 50px; 
    padding-right: 50px; 
    justify-content: center; 
    align-items: center; 
    gap: 40px; 
    display: inline-flex;
}
.lp main .probrem .inner .card_group .card{
    flex: 1 1 0; 
    padding: 25px; 
    background: #FFF; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10); 
    border-radius: 10px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    align-self: stretch;
    gap: 10px; 
    display: inline-flex;
    text-align: left;
}
.lp main .probrem .inner .card_group .card img{
    width: 190px;
}
.lp main .probrem .inner .card_group .card span{
    font-size: 16px;
}
.lp main .probrem .inner .card_group .card span.bold{
    font-weight: 700;
}

/* solve */
.lp main .solve .inner .arrow_symbol{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; 
    display: flex;
}
.lp main .solve .inner .arrow_symbol img{
    height: 180px;
}
.lp main .solve .inner .text_group{
    align-self: stretch; 
    padding-left: 30px; 
    padding-right: 30px;  
    padding-top: 20px;  
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    display: flex;
}
.lp main .solve .inner .text_group .text{
    align-self: stretch; 
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}
.lp main .solve .inner .text_group .text .bold{
    color: #353599; 
    font-weight: 700;
}

/*about*/
.lp main .about .inner .card_group {
    align-self: stretch; 
    padding-bottom: 20px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 30px; 
    display: flex;
    /*
    width: 1000px;
    margin: 0 auto;
    */
    text-align: left;
}
.lp main .about .inner .card_group .card {
    align-self: stretch; 
    height: 120px; 
    padding-left: 30px; 
    padding-right: 30px; 
    padding-top: 20px; 
    padding-bottom: 20px; 
    background: white; 
    box-shadow: 2px 2px 5px rgba(53, 53, 153, 0.10); 
    border-radius: 10px; 
    justify-content: flex-start;
    align-items: center; 
    gap: 30px; 
    display: inline-flex;
}
.lp main .about .inner .card_group .card img{
    width: 100px;
}
.lp main .about .inner .card_group .card .text_group {
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 15px; 
    display: inline-flex;
}
.lp main .about .inner .card_group .card .text_group .text_head {
    color: #353599; 
    font-size: 24px; 
    font-weight: 700; 
}
.lp main .about .inner .card_group .card .text_group .text_content {
    align-self: stretch; 
    font-size: 18px; 
    font-weight: 400;
}
.lp main .about .inner .text_group{
    align-self: stretch; 
    padding-bottom: 20px; 
    padding-left: 50px; 
    padding-right: 50px; 
    background: white; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 30px; 
    display: flex;
    text-align:left;
}
.lp main .about .inner .text_group .text_content .bold{
    color: #353599;
    font-weight: 700;
}
.lp main .about .inner .text_group .text_list{
    align-self: stretch; 
    padding-bottom: 20px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    display: flex;
}
.lp main .about .inner .text_group .text_list li{
    font-size: 24px;
    align-self: stretch;
    padding: 10px;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
    text-align: left;
}
.lp main .about .inner .text_group .text_list li img{
    margin: 6px 0 0;
}
.lp main .about .inner .text_group .text_list li .bold{
    color: #353599;
    font-weight: 700;
}

/* case */
.lp main .case .inner .card_group{
    align-self: stretch; 
    padding: 30px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    display: flex;
}
.lp main .case .inner .card_group .card{
    align-self: stretch; 
    padding-left: 20px; 
    padding-right: 20px; 
    background: white; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10); 
    border-radius: 10px; 
    justify-content: flex-start; 
    align-items: center;
    flex-direction: row;
    gap: 10px; 
    display: inline-flex;
}
.lp main .case .inner .card_group .card img{
    width: 320px;
}
.lp main .case .inner .card_group .card .image_group{
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: flex;
}
.lp main .case .inner .card_group .card .text_group{
    flex: 1 1 0; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 25px; 
    padding-bottom: 25px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    gap: 20px; 
    display: inline-flex; 
    text-align: left;
}
.lp main .case .inner .card_group .card .text_group .text_head{
    align-self: stretch;
    font-size: 24px; 
    font-weight: 700; 
    line-height: 30px;
}
.lp main .case .inner .card_group .card .text_group .text_head .bold{
    color: #353599;
}
.lp main .case .inner .card_group .card .text_group .text_head_sub{
     font-weight: 700; 
}
.lp main .case .inner .card_group .card .text_group .text_content{
     font-size: 16px;
}
.lp main .case .inner .case_image_group{
    align-self: stretch; 
    padding-top: 30px; 
    padding-bottom: 30px; 
    justify-content: center;
    align-items: flex-start; 
    gap: 20px; 
    display: inline-flex; 
    flex-wrap: wrap; 
    align-content: flex-start;
}
.lp main .case .inner .case_image_group img{
    width: 460px; 
    border: 1px #909090 solid;
}
.lp.ec_management main .case .inner .card_group{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 30px; 
    display: flex;
}
.lp.ec_management main .case .inner .card_group .card{
    align-self: stretch; 
    background: white; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10); 
    border-radius: 10px; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: inline-flex;
    padding: 0;
}
.lp.ec_management main .case .inner .card_group .card:nth-of-type(2n){
    flex-direction: row-reverse;
}
.lp.ec_management main .case .inner .card_group .card img.main_image{
    flex: 1 1 0; 
    align-self: stretch; 
    max-width: 320px; 
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px;
    object-fit: cover;
}
.lp.ec_management main .case .inner .card_group .card:nth-of-type(2n) img.main_image{
    border-top-left-radius: 0; 
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px;
}
.lp.ec_management main .case .inner .card_group .card .text_group{
    flex: 1 1 0; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 25px; 
    padding-bottom: 25px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
    display: inline-flex;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_header{
    font-size: 24px;
    font-weight: 700;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_plobrem{
    align-self: stretch; 
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    border-radius: 10px; 
    outline: 1px #909090 solid; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 15px; 
    display: inline-flex;
    font-size: 18px;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_solve{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: flex;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_solve .bold{
    color: #353599; 
    font-weight: 700;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_solve .text_solve_list{
    align-self: stretch; 
    padding-left: 15px; 
    padding-right: 15px; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    gap: 8px; 
    display: flex;
    font-size: 24px; 
    font-weight: 500;
    margin: 0;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_solve .text_solve_list .bold{
    color: #353599; 
    font-weight: 700;
}
.lp.ec_management main .case .inner .card_group .card .text_group .text_solve .text_solve_list li{
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 10px; 
    display: inline-flex;
}
.lp.ec_management main .case .inner .card_group .card img.check_icon{
    width: 24px;
    margin-top: 5px;
}

/* integration */
.lp main .integration .inner .text_head{
    text-align: center; 
    color: #353599; 
    font-size: 32px; 
    font-weight: 700;
}
.lp main .integration .inner .text_head_sub{
    font-size: 24px;
    font-weight: 700;
}
.lp main .integration .inner .text_content{
    align-self: stretch; 
    text-align: center;
    line-height: 30px;
}
.lp main .integration .inner .text_content .bold{
    color: #353599;
    font-weight: 700;
}
.lp main .integration .inner .integration_img_group{
    display: flex;
    gap: 15px;
    width: 960px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.lp main .integration .inner .integration_img_group .integration_img{
    padding: 15px;
}
.lp main .integration .inner .integration_img_group .integration_img img{
    width: 120px;
    height: auto;
}

/* feature */
.lp main .feature .inner{
    background-image:url(../img/common/feature_background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: calc(1280px - 100px);
    max-width: 1280px;
}
.lp main .feature .inner .feature_group{
    align-self: stretch;
    /*padding-top: 25px;
    padding-bottom: 10px;*/
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}
.lp main .feature .inner .feature_group .feature_group_sub{
    max-width: 1060px;
    margin: 0 auto;
}
.lp main .feature .inner .feature_group .feature_group_sub .sub_title{
    padding: 6px 20px;
    text-align: left;
    border-left: 8px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.lp main .feature .inner .feature_group .feature_group_sub .feature_group_sub_group{
    align-self: stretch;
    padding-top: 25px;
    padding-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
}
.lp main .feature .inner .feature_group .feature_item {
    width: calc(50% - 60px);
    max-width: 500px;
    padding-top: 20px; 
    padding-bottom: 20px; 
    padding-left: 30px; 
    padding-right: 20px; 
    background: white; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.10); 
    border-radius: 10px; 
    justify-content: center;
    align-items: center; 
    gap: 30px; 
    display: flex;
    position: relative;
    text-align: left;
}
.lp main .feature .inner .feature_group .feature_item.global {
    outline: 2px #353599 solid;
    background-image:url(../img/common/feature_card_background.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.lp main .feature .inner .feature_group .feature_item img.feature_image {
    width: 80px;
}
.lp main .feature .inner .feature_group .feature_item .text_group{
    flex: 1 1 0; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    gap: 10px; 
    display: inline-flex;
}
.lp main .feature .inner .feature_group .feature_item .text_group .text_header{
    text-align: center; 
    font-size: 24px; 
    font-weight: 700;
}
.lp main .feature .inner .feature_group .feature_item .text_group .text_content{
    align-self: stretch; 
    font-size: 18px;
    min-height: 100px;
}
.lp main .feature .inner .feature_group .feature_item .global_mark{
    height: 30px;
    background: #353599;
    position: absolute;
    top: 15px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 10px;
}
.lp main .feature .inner .feature_group .feature_item .global_mark_text{
    text-align: center; 
    color: white; 
    font-size: 14px; 
    font-weight: 700;
}

/* faq */
.lp main .faq .inner .faq_group{
    width: 800px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.lp main .faq .inner .faq_group .faq_item{
    align-self: stretch;
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    display: flex;
    text-align: left;
}
.lp main .faq .inner .faq_group .faq_item .question{
    width: 100%;
    padding: 20px;
    background: #8FAADC;
    color: white; 
    font-size: 20px; 
    font-weight: 700; 
}
.lp main .faq .inner .faq_group .faq_item .answer{
    width: 100%;
    font-size: 18px;
    padding: 20px;
    background: white;
}

/* comparison */
.lp main .comparison .inner{
    width: 70%;
}
.lp main .comparison .inner .comparison_group{
    align-self: stretch; 
    padding-left: 100px; 
    padding-right: 100px; 
    padding-top: 30px; 
    padding-bottom: 30px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    display: flex;
}
.lp main .comparison .inner .comparison_group .comparison_row{
    width: 100%;
    align-self: stretch; 
    justify-content: flex-start; 
    align-items: center; 
    display: inline-flex;
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell{
    width: 25%; 
    background: white;
    font-size: 15px;
    border-bottom: 1px #D9D9D9 solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    justify-content: center;
    align-self: stretch;
    gap: 10px;
}
.lp main .comparison .inner .comparison_group .comparison_row.head .comparison_cell{
    font-size: 16px;
    font-weight: 700;
    border-bottom: none;
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell_group{
    width: 75%;
    display: flex;
    flex-direction: row;
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.main{
    border-left: 3px #353599 solid; 
    border-right: 3px #353599 solid;
    text-align: center; 
    width: 33.33%;
}
.lp main .comparison .inner .comparison_group .comparison_row:last-child .comparison_cell.main{
    border-bottom: 3px #353599 solid; 
}
.lp main .comparison .inner .comparison_group .comparison_row.head .comparison_cell.main{
    background: #353599; 
    border-left: 3px #353599 solid; 
    border-top: 3px #353599 solid; 
    border-right: 3px #353599 solid;
    text-align: center; 
    color: white; 
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.other{
    width: 33.33%;
}
.lp main .comparison .inner .comparison_group .comparison_row.head .comparison_cell.other{
    background: #E2F1FF;
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.main .comparison_image,
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.other .comparison_image{
    width: 50px;
}
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.main .comparison_text,
.lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.other .comparison_text{
   min-height: 30px;
}

/* contact */
.lp main .contact .inner .head_text {
    text-align: center; 
    font-size: 24px; 
    font-weight: 700;
}
.lp main .contact .inner .content_text{
    font-size: 16px;
    text-align: left;
} 
.lp main .contact .inner form{
    width: 100%;
}
.lp main .contact .inner .form_group {
    width: 85%;
    margin: 0 auto;
    padding-top: 30px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    display: flex;
}
.lp main .contact .inner .form_group .form_item{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: center; 
    align-items: flex-start; 
    gap: 5px; 
    display: flex;
}
.lp main .contact .inner .form_group .form_item .item_name{
    justify-content: flex-start; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex;
    font-size: 16px; 
}
.lp main .contact .inner .form_group .form_item .item_name .item_text a{
    color: #4D62E9; 
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
.lp main .contact .inner .form_group .form_item .item_name .required{
    width: 43px; 
    height: 20px; 
    background: #DC143C; 
    border-radius: 20px; 
    color: #FFF; 
    font-size: 12px;
    font-weight: 500;
}
.lp main .contact .inner .form_group .form_item input{
    align-self: stretch;
    height: 28px;
    background: white;
    border: 1px solid #909090;
}
.lp main .contact .inner button.contact_submit_button{
    align-self: stretch;
    height: 40px; 
    position: relative; 
    width: 200px;
    height: 50px; 
    background: #4D62E9; 
    border: none; 
    border-radius: 30px;
    color: white; 
    font-size: 24px; 
    font-weight: 700;
    margin-top: 20px;
}

/* contact(wp) */
.lp main .contact .inner .wpcf7{
    width: 100%;
}
.lp main .contact .inner .hidden-fields-container,
.lp main .contact .inner .screen-reader-response{
    display: none;
}
.lp main .contact .inner .Form{
    width: 85%;
    margin: 0 auto;
    padding-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
}
.lp main .contact .inner .Form_Item{
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.lp main .contact .inner .Form_Item .Form-Item-Label{
    display: flex;
    align-items: center;
}
.lp main .contact .inner .Form_Item .Form-Item-Label + p{
    width: 100%;
}
.lp main .contact .inner .Form_Item .Form-Item-Label span{
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    font-size: 16px;
}
.lp main .contact .inner .Form_Item .Form-Item-Label span.Form-Item-Label-Required{
    display: block;
    width: 43px;
    height: 20px;
    background: #DC143C;
    border-radius: 20px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}
.lp main .contact .inner .Form_Item input{
    align-self: stretch;
    height: 28px;
    background: white;
    border: 1px solid #909090;
    width: 100%;
}
.lp main .contact .inner .Form_Item input[type="checkbox"]{
    width: unset;
    height: unset;
}
.lp main .contact .inner .Form_Item textarea{
    align-self: stretch;
    height: 100px;
    background: white;
    border: 1px solid #909090;
    width: 100%;
}
.lp main .contact .inner .Form_Item .wpcf7-not-valid-tip{
    font-size: 16px;
    color: #DC143C;
    display: block;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}
.lp main .contact .inner input[type="submit"]{
    align-self: stretch;
    height: 40px; 
    position: relative; 
    width: 200px;
    height: 50px; 
    background: #4D62E9; 
    border: none; 
    border-radius: 30px;
    color: white; 
    font-size: 24px; 
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
}


.lp footer{
    height: 120px;
    background: #353599;
    width: 100%;
}
.lp footer .inner{
    width: 100%;
    height: 120px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media screen and (max-width: 1280px){
    .lp main .feature .inner{
        width: 90%;
    }
}

@media screen and (max-width: 1080px){
    .lp header .content .menu .menu_item{
        padding: 10px 1vw;
    }
}

@media screen and (max-width: 960px){
    html{
        scroll-padding-top: 60px;
    }
    html.subheader{
        scroll-padding-top: 130px;
    }

    body{
        font-size: 16px;
    }
    img{
        max-width: 90vw;
    }

    .lp header{
        height: 60px; 
        padding-left: 0;
        padding-right: 0; 
        width: 100%;
    }
    .lp header .content{
        width: 90vw;
        height: 60px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        
    }
    .lp header .content img{
        height: 60px;
    }
    .lp header .content .menu{
        position: fixed;
        height: 50px;
        top: 60px;
        left: 0;
        width: calc(100% - 20px);
        justify-content: center;
        font-size: 13px;
        padding: 0 10px;
    }
    .lp header .content .menu .menu_item{
        width: 25%;
        gap: 5px;
    }
    .lp header .content .menu .menu_item.w36{
        width: 36%;
    }
    .lp header .content .menu .menu_item.w30{
        width: 30%;
    }
    .lp header .content .menu .menu_item.w18{
        width: 20%;
    }
    .lp header .content .menu .line{
        display: block;
        width: 1px;
        height: 25px;
        background: #D9D9D9;
    }
    .lp header .content .menu .menu_item img{
        width: 12px;
    }
    .lp header .content .menu .menu_item .menu_item_name{
        height: 50px;
    }
    .lp header .content .menu .menu_item .submenu_list{
        top: 110px;
    }
    .lp header .content .cta_button a{
        padding: 8px 40px;
        height: 50px; 
        font-size: 16px;
    }

    .lp main .inner .section_title .ornament{
        font-size: 14px;
    }
    .lp main .inner .section_title h2.title .main{
        font-size: 20px;
    }
    .lp main .inner .section_title h2.title .sub{
        font-size: 20px;
    }

    .lp main .inner .line_group .line{
        width: 40px;
    }
    .lp main .fv .inner .title_area{
        width: 100%;
    }
    .lp main .fv .inner .title_area .copy{
        font-size: 18px;
    }
    .lp main .fv .inner .title_area .title_group .title{
        font-size: 28px;
    }
    .lp main .fv .inner .title_area .title_group .discription{
        font-size: 16px;
    }
    .lp main .fv .inner .image_group{
        width: 100%;
    }
    .lp main .fv .inner .cta_button{
        margin: 0 auto;
    } 
    .lp main .fv .inner .cta_button a{
        padding: 10px;
        font-size: 18px;
        width: 85%;
        margin: 0 auto;
    } 

    .lp main .inner{
        width: 90vw; 
        padding: 0;
        padding: 40px 0; 
    }
    .lp main .fv .inner{
        flex-direction: column;
        gap: 50px; 
        padding-top: 100px;
        padding-bottom: 60px; 
    }

    .lp main .solve .inner .arrow_symbol img{
        height: 120px;
    }
    .lp main .solve .inner .text_group .text{
        max-width: 100%;
    }

    .lp main .probrem .inner .card_group{
        flex-direction: column;
    }

    .lp main .about .inner .card_group .card{
        height: unset;
        flex-direction: column;
    }
    .lp main .about .inner .card_group .card img{
        width: 130px;
    }
    .lp main .about .inner .card_group .card .text_group .text_head{
        font-size: 17px;
    }
    .lp main .about .inner .card_group .card .text_group .text_content{
        font-size: 16px;
    }
    .lp main .about .inner .text_group{
        padding-left: 15px;
        padding-right: 15px;
    }
    .lp main .about .inner .text_group .text_list li{
        font-size: 18px;
    }
    .lp main .about .inner .text_group .text_list li img{
        width: 20px;
    }

    .lp main .case .inner .card_group .card .text_group .text_head{
        font-size: 18px; 
    }
    .lp main .case .inner .card_group .card .text_group .text_head_sub{
        font-size: 15px;
    }
    .lp main .case .inner .card_group .card .text_group .text_content{
        font-size: 15px;
    }
    .lp main .case .inner .card_group .card{
        flex-direction: column;
        padding: 20px;
    }
    .lp main .case .inner .card_group .card img{
        width: 100%;
    }
    .lp main .case .inner .card_group .card .text_group {
        flex: 1 1 0;
        padding-left: 0;
        padding-right: 0;
    }
    .lp main .case .inner .case_image_group img{
        width: 100%;  
    }
    .lp.ec_management main .case .inner .card_group .card:nth-of-type(2n){
        flex-direction: column;
    }
    .lp.ec_management main .case .inner .card_group .card img.main_image{
        height: 220px;
        max-width: unset;
        object-fit: cover;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }
    .lp.ec_management main .case .inner .card_group .card .text_group{
        padding-top: 20px;
    }
    .lp.ec_management main .case .inner .card_group .card .text_group .text_header{
        font-size: 18px;
    }
    .lp.ec_management main .case .inner .card_group .card .text_group .text_plobrem{
        font-size: 16px;
    }
    .lp.ec_management main .case .inner .card_group .card .text_group .text_solve .text_solve_list li{
        font-size: 18px;
    }
    .lp.ec_management main .case .inner .card_group .card img.check_icon{
        width: 20px;
    }

    .lp main .integration .inner .text_head{
        font-size: 18px;
    }
    .lp main .integration .inner .text_head_sub{
        font-size: 16px;
    }
    .lp main .integration .inner .integration_img_group{
        width: 100%;
    }
    .lp main .integration .inner .integration_img_group .integration_img{
        padding: 10px
    }
    .lp main .integration .inner .integration_img_group .integration_img img{
        max-width: 80px;
    }

    .lp main .feature{
        background-image:url(../img/common/feature_background_sp.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    .lp main .feature .inner{
        background-image:none;
        width: 90%;
    }
    .lp main .feature .inner .feature_group{
        flex-direction: column;
    }
    .lp main .feature .inner .feature_group .feature_group_sub .sub_title{
        font-size: 20px;
    }
    .lp main .feature .inner .feature_group .feature_group_sub .feature_group_sub_group{
        flex-direction: column;
    }
    .lp main .feature .inner .feature_group .feature_item {
        width: 100%;
        width: calc(100% - 60px);
    }
    .lp main .feature .inner .feature_group .feature_item img.feature_image {
        width: 70px;
    }
    .lp main .feature .inner .feature_group .feature_item .text_group .text_header{
        font-size: 18px; 
    }
    .lp main .feature .inner .feature_group .feature_item .text_group .text_content{
        font-size: 16px; 
    }

    .lp main .faq .inner .faq_group{
        width: 100%;
    }
    .lp main .faq .inner .faq_group .faq_item .question{
        width:calc(100% - 40px); 
        font-size: 18px;
    }
    .lp main .faq .inner .faq_group .faq_item .answer{
        width:calc(100% - 40px);
        font-size: 16px;
    }

    .lp main .comparison .inner {
        width: 95%;
    }
    .lp main .comparison .inner .comparison_group{
        padding-left: 0;
        padding-right: 0;
    }
    .lp main .comparison .inner .comparison_group .comparison_row{
        width: 100%;
        flex-direction: column;
    }
    .lp main .comparison .inner .comparison_group .comparison_row .comparison_cell{
        width: calc(100% - 40px);
        align-items: flex-start;
        border-bottom: unset;
        padding: 10px 20px;
        font-size: 14px;
    }
    .lp main .comparison .inner .comparison_group .comparison_row.head .comparison_cell{
        font-size: 14px;
    }
    .lp main .comparison .inner .comparison_group .comparison_row .comparison_cell_group{
        width: 100%;
    }
    .lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.main,
    .lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.other{
        align-items: center;
        border-bottom: 1px #D9D9D9 solid;
        font-size: 13px;
    }
    .lp main .comparison .inner .comparison_group .comparison_row .comparison_cell.main{
        border-left: 0;
        border-right: 0;
    }
    .lp main .comparison .inner .comparison_group .comparison_row:last-child .comparison_cell.main{
        border-bottom: 0;
        border-bottom: 1px #D9D9D9 solid;
    }

    .lp main .contact .inner .head_text{
        font-size: 18px;
    }
    .lp main .contact .inner .form_group {
        width: 90vw; 
        padding-top: 0; 
        padding-left: 0; 
        padding-right: 0; 
    }
    .lp main .contact .inner button.contact_submit_button{
        font-size: 16px;
    }

    .lp main .contact .inner .Form{
        width: 100%;
    }

    .lp.ec_solution_b2b main {
        margin: 50px 0 0;
    }

    .lp footer .inner{
        width: 100%;
    }
}