.header2025 {
    box-shadow: none;
}
section{
    padding: 0;
}
h1,
h2,
span,
p{
    font-family: "Noto Sans JP";
    font-style: normal;
    margin: 0;
}
section .section_main{
    
}
.container{
    max-width: 1200px;
    width: 95%;
    display: flex;
}
.section_blue {
    background-color: #f2f8fa;
}
.contentsWrap > .section_blue{
    padding-top: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
}
section .section_main .title_top h1 {
    display: flex;
    flex-direction: column;
}

section .section_main .title_top h1 span{
    color: #2A579A;
    font-family: "Noto Sans JP";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

@media screen and (max-width: 880px) {
    section .section_main .title_top h1 span{
        font-size: 16px;
    }
}

/* button  */
.white_btn_n{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    gap: 16px;

    max-width: 320px;
    height: 58px;
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}
.white_btn_n div{
    display: flex;
    width: 100%;
    margin-left: 8px;
    max-width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    background: #2A579A;
}
.white_btn_n span{
    color: #0E203B;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
}

.blue_btn_n{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    gap: 16px;

    max-width: 320px;
    height: 58px;
    border-radius: 29px;
    background: #2A579A;
    box-shadow: 0px 0px 18px 0px rgba(42, 87, 154, 0.15);
}
.blue_btn_n div{
    display: flex;
    width: 100%;
    margin-left: 8px;
    max-width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 21px;
    background: #FFF;
}
.blue_btn_n span{
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
}

.white_btn_n:hover,
.blue_btn_n:hover{
    opacity: .5;
    transition: all .2s ease-out 0s;
}

.section_main .btnbox{
    display: flex;
    width: 100%;
    justify-content: center;
}
.section_main .btnbox .blue_btn_n{
    max-width: 260px;
    gap: 0;
}
.section_main .btnbox .blue_btn_n > span{
    display: flex;
    width: 100%;
    justify-content: center;
}

/* plan general */
/* title  */
.section_main{

}

section .section_main .titlebox{
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}
section .section_main .titlebox h2{
    margin: 0;

    color: #0E203B;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 160%; /* 48px */
    letter-spacing: 2.4px;
}
section .section_main .titlebox p{
    margin: 0;

    color: #0E203B;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

@media screen and (max-width: 880px) {
    section .section_main .titlebox h2{
        font-size: 22px;
        line-height: 160%; /* 35.2px */
        letter-spacing: 1.76px;
    }
    section .section_main .titlebox p{
        font-size: 12px;
        line-height: 170%; /* 20.4px */
    }
}

/* plan custom  */
.subp_title_box_section .lft_imgbg {
    max-width: 510px;
}
.subp_title_box_section .right_imgbg {
    max-width: 510px;
    top: -100px;
}

@media screen and (max-width: 500px) {
    .subp_title_box_section .right_imgbg {
        width: unset;
        top: unset;
    }
}

/* プラン内容 */
.price_detail_section{

}
.price_detail_section .section_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f8fa;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.price_detail_section .section_main .cols{
    display: flex;
    width: 95%;
    max-width: 1200px;
    gap: 8px;
}
.price_detail_section .section_main .cols .itm_firstprice{
    display: flex;
    flex-direction: column;
    width: 14%;
    border-radius: 12px;
    border: 1px solid rgba(14, 32, 59, 0.10);
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    overflow: hidden;
}
.price_detail_section .section_main .cols .itm_firstprice > span{
    display: flex;
    width: 100%;
    max-width: 170px;
    height: 48px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    background: linear-gradient(90deg, #885AE7 0%, #488DDF 100%);

    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}
.price_detail_section .section_main .cols .itm_firstprice > p{
    color: #0E203B;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_detail_section .section_main .cols .itm_plus{
    display: flex;
    align-items: center;
}
.price_detail_section .section_main .cols .itm_plus svg{

}
.price_detail_section .section_main .cols .itm_monthly{
    display: flex;
    flex-direction: column;
    width: 82.53%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    overflow: hidden;
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 24px;
    padding-bottom: 24px;
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm{
    display: flex;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    gap: 24px;
    border-right: 1px dashed rgba(14, 32, 59, 0.40);
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm ul{
    margin: 0;
    padding-left: 20px;
    margin-top: 24px;
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm ul li{
    color: #0E203B;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
}

.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm p{
    margin: 0;
    color: #0E203B;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%; /* 20.4px */
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm p span{
    color: #0E203B;
    font-size: 11px;
    font-weight: 400;
    line-height: 170%;
}
.price_detail_section .section_main .cols .itm_monthly > span{
    display: flex;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #885AE7 0%, #488DDF 100%);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm > span{
    display: flex;
    height: 34px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-radius: 17px;
    background: rgba(14, 32, 59, 0.10);

    color: #0E203B;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm:nth-last-child(1){
    border-right: none;
}
.price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm:nth-child(2){
    gap: 0;
}

/* ec page custom  */
.price_detail_section .section_main .cols .ec-type .monthly_box{
    grid-template-columns: repeat(5, 1fr);
}
.price_detail_section .section_main .cols .ec-type .monthly_box{

}
.price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm ul {
    margin-top: 0px;
}
.price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm:nth-child(2) {
    gap: 24px;
}
.price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm:nth-child(3) {
    gap: 0px;
}
.price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm:nth-child(3) ul {
    margin-top:24px;
}

@media screen and (max-width: 880px) {
    .price_detail_section .section_main .cols .itm_monthly .monthly_box {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 16px;
        padding-bottom: 16px;
        gap: 16px;
    }
    .price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm {
        gap: 12px;
        border-right: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm ul{
        margin-top: 12px;
    }
    .price_detail_section .section_main .cols .itm_firstprice > p {
        font-size: 12px;
        line-height: 130%; /* 15.6px */
    }

    .price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm:nth-child(2) {
        gap: 12px;
    }
    .price_detail_section .section_main .cols .ec-type .monthly_box .monthly_itm:nth-child(3) ul {
        margin-top: 12px;
    }
}
@media screen and (max-width: 600px) {
    .price_detail_section .section_main .cols .itm_plus {
        max-width: 16px;
    }

    .price_detail_section .section_main .cols .itm_firstprice > span,
    .price_detail_section .section_main .cols .itm_monthly > span {
        color: #FFF;
        font-size: 12px;
        line-height: 130%; /* 15.6px */
        height: 38px;
        min-height: 38px;
    }
    .price_detail_section .section_main .cols {
        gap: 3px;
        width: 95.545%;
    }
    .price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm > span {
        font-size: 12px;
        line-height: 130%; /* 15.6px */
    }    

    .price_detail_section .section_main .cols .itm_firstprice {
        width: 22.36%;
    }
    .price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm p,
    .price_detail_section .section_main .cols .itm_monthly .monthly_box .monthly_itm p span{
        font-size: 11px;
        line-height: 170%; /* 18.7px */
    }
}


.price-step_section{

}
.price-step_section .section_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;  
}
.price-step_section .section_main .cols{
    display: flex;
    width: 95%;
    max-width: 1200px;   
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 80px;
}
.price-step_section .section_main .cols .cols_itm{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    max-width: 275px;
    width: 100%;
    background: #FFF;
    padding: 40px 32px 32px 32px;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    gap: 16px;
    position: relative;
}
.price-step_section .section_main .cols .cols_itm .gr_lbl{
    position: absolute;
    top: -11px;
    display: flex;
    width: 100%;
    width: 70px;
    height: 30px;
    align-self: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(270deg, #45D39A 0%, #31BBCC 100%);
}
.price-step_section .section_main .cols .cols_itm .gr_lbl span{
    color: #FFF;
    text-align: center;
    font-family: Overpass;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 12px */
}
.price-step_section .section_main .cols .cols_itm .gr_lbl span span{
    color: #FFF;
    font-family: Overpass;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}
.price-step_section .section_main .cols .cols_itm .imgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-step_section .section_main .cols .cols_itm .imgbox img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 70px;
}
.price-step_section .section_main .cols .cols_itm .txtbox{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.price-step_section .section_main .cols .cols_itm .txtbox p,
.price-step_section .section_main .cols .cols_itm .txtbox span
{  
    margin: 0;
}
.price-step_section .section_main .cols .cols_itm .txtbox p{
    color: #0E203B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.price-step_section .section_main .cols .cols_itm .txtbox span{
    color: #0E203B;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%; /* 28.8px */
}

.price-step_section .section_main .cols .arrow-imgbox{
    display: flex;
    align-self: center;
    width: 100%;
    max-width: 16px;
}
.price-step_section .section_main .cols .arrow-imgbox img{
    display: block;
    max-width: 21px;
    height: auto;
    width: 100%;
}
.price-step_section .section_main .cols .arrow-imgbox:nth-last-child(1){
    display: none;   
}

.price-step_section .section_main .formbox{
    display: flex;
    width: 95%;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    border-radius: 12px;
    background: #EAF0F7;
    padding-top: 40px;
    /* padding-bottom: 48px; */
    flex-direction: column;
}
.price-step_section .section_main .formbox .formmain{
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.price-step_section .section_main .formbox .formarea{
    display: flex;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    flex-direction: column;
}
.price-step_section .section_main .formbox .formmain > span{
    color: #0E203B;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
}
/* price page form custom */
.price-step_section .section_main .formbox .formarea .wpcf7 form {
    max-width: unset;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form div {
    max-width: unset;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form .input_group_wrap{
    display: flex;
    flex-direction: row;
}
.wpcf7 .wpcf7-form .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form .input_group:not(.privacy) .wpcf7-checkbox .wpcf7-list-item {
    margin: revert-layer;
    height: 30px;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border: 1px solid rgba(14, 32, 59, 0.15);
    background: #FFF;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form .privacy{
    align-items: center;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form .privacy .wpcf7-list-item-label{
    color: #0E203B;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form .privacy a{
    color: #2B589A;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form input[type=submit].btn_blue {
    border-radius: 29px;
    background: #2A579A;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.04px;
    display: flex;
    max-width: 200px;
    height: 58px;
    border-style: none;
    align-self: center;
}
.price-step_section .section_main .formbox .formarea .wpcf7 form input[type=submit].btn_blue:hover{
    opacity: .5;
    transition: all .3s;
}
.price-step_section .section_main .sp_form_txtbox{
    display: none;
    align-items: center;
    margin-bottom: 16px;
}
.price-step_section .section_main .sp_form_txtbox span{
    color: #0E203B;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    line-height: 160%; /* 35.2px */
    letter-spacing: 1.76px;
}

@media screen and (max-width: 880px) {
    .price-step_section .section_main .sp_form_txtbox{
        display: flex;
    }
    .price-step_section .section_main .formbox .formmain > span {
        display: none;
    }
    .price-step_section .section_main {
        margin-bottom: 0;
    }
    .price-step_section .section_main .cols{
        flex-direction: column;
        margin-bottom: 64px;
    }
    .price-step_section .section_main .cols .arrow-imgbox img
    {
        transform: rotate(90deg);
    }
    .price-step_section .section_main .cols .cols_itm {
        max-width: unset;
        width: unset;
    }
    .price-step_section .section_main .cols .arrow-imgbox {
        top: -7px;
        position: relative;
    }

    .price-step_section .section_main .formbox {
        width: 100%;
        border-radius: 0;
    }
    .price-step_section .section_main .formbox .formarea {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* recommend custom  */
.price_detail_section_recommend{

}
.price_detail_section_recommend .section_main{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.price_detail_section_recommend .cols{
    display: flex;
    width: 95%;
    max-width: 1200px; 
    gap: 40px;
}
.price_detail_section_recommend .cols .itm{
    display: flex;
    flex-direction: column; 
    border-radius: 12px;
    border: 1px solid rgba(14, 32, 59, 0.10);
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 0 18px 0 rgba(42, 87, 154, 0.15);
    width: 33.3%;
}
.price_detail_section_recommend .cols .itm .pp_br_lbl{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%; /* 23.4px */

    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(90deg, #885AE7 0%, #488DDF 100%);
}
.price_detail_section_recommend .cols .itm .itmbox{
    display: flex;
    padding: 24px 32px 32px 32px;
    flex-direction: column;
    gap: 32px;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_pt{
    display: flex;
    flex-direction: column;    
}
.price_detail_section_recommend .cols .itm .itmbox .rec_pt .lblbubble{
    display: flex;
    flex-direction: column; 
}
.price_detail_section_recommend .cols .itm .itmbox .rec_pt .lblbubble span{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%; /* 18.2px */

    border-radius: 3px;
    background: linear-gradient(270deg, #45D39A 0%, #31BBCC 100%);


    max-width: 174px;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 30px;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_pt .lblbubble svg{
    margin-left: 24px;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_pt p{
    color: #0E203B;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}

.price_detail_section_recommend .cols .itm .itmbox .rec_func{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_func > span{
    border-radius: 16px;
    background: rgba(14, 32, 59, 0.10);

    color: #0E203B;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%; /* 18.2px */

    display: flex;
    width: 100%;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_func ul {
    margin: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-position: inside;
    column-gap: 8px;
}
.price_detail_section_recommend .cols .itm .itmbox .rec_func ul li{
    /* display: flex; */
    color: #0E203B;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 23.8px */
}
.price_detail_section_recommend .cols .itm .itmbox .rec_func ul li::marker{
    font-size: .7em;
}

@media screen and (max-width:1000px) {
    .price_detail_section_recommend .cols .itm .itmbox {
        padding: 24px;
    }
    .price_detail_section_recommend .cols {
        gap: 24px;
    }
}
@media screen and (max-width:880px) {
    .price_detail_section_recommend .cols {
        flex-direction: column;
    }
    .price_detail_section_recommend .cols .itm {
        width: 100%;
    }
}