.nobie_container{
    max-width: 1200px;
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
    box-sizing: border-box;
}

.nobie_banner{
    position: relative;
}

.nobie_explain_box{
    max-width: 1200px;
    width: 100%;
    margin: -40px auto 0;
    text-align: center;
    padding: 0 100px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.nobie_explain_ttl{
    line-height: 1.3;
    margin-bottom: 35px;
    letter-spacing: -4.5px;
}

.nobie_para{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    text-align: start;
    color: #231815;
}

.nobie_explain_ul{
    text-align: start;
    margin: 42px 0 43px;
}

.nobie_explain_li{
    margin-bottom: 30px;
}

.nobie_explain_txt{
    font-size: 29px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
}

.nobie_spe_div{
    text-align: start;
    border: 1px solid #231815;
    padding: 40px 30px 45px;
    margin: 60px 0 60px;
}

.nobie_spe_para{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
}

.nobie_title_box{
    margin-bottom: 50px !important;
}

.nobie_plant_flex{
    max-width: 1200px;
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 37px;
    box-sizing: border-box;
    margin: 65px auto 40px;
}

.nobie_plant_img{
    max-width: 465px;
    width: 100%;
}

.nobie_plant_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nobie_plant_txt{
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-top: 15px;
    text-align: start;
}

.nobie_plant_right{
    max-width: calc(100% -  502px);
    width: 100%;
}

.nobie_plant_para{
    font-size: 19px;
    font-weight: 400;
    line-height: 2.1;
    color: #fff;
    text-align: start;
}

.nobie_weed_txt{
    color: #231815;
}

.nobie_weed_ttl{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #231815;
    letter-spacing: -1px;
}

.nobie_weed_para{
    color: #231815;
    margin-top: 11px;
    letter-spacing: -0.49px;
}

.kamemushi_div{
    margin-top: 70px;
}

.kamemushi_ttl{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #231815;
}

.kamemushi_img_div{
    display: flex;
    gap: 15px;
    margin: 15px 0 24px;
}

.kamemushi_img{
    max-width: 515px;
    width: 100%;
}

.kamemushi_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kamemushi_para{
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    color: #231815;
    text-align: start;
}

.stink_bug_img{
    max-width: 1200px;
    width: 100%;
    margin: 47px auto 10px;
    padding: 0 100px;
    box-sizing: border-box;
}

.stink_bug_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stink_bug_para{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    color: #231815;
    letter-spacing: -1px;
    margin-bottom: 60px;
}

.disti_para{
    margin-top: -15px;
}

.disti_img{
    max-width: 714px;
    width: 100%;
    margin: 50px auto 75px;
}

.disti_img img{
    width: 100%;
    height: 100%;
}

.chart_para{
    letter-spacing: -0.2px;
}

.chart_img{
    width: 100%;
    margin: 28px 0 60px;
}

.chart_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mf_para{
    margin-top: 10px;
}

.mf_para_sec{
    margin-bottom: 110px;
}

.agent_img{
    max-width: 1200px;
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
    margin: 50px auto 8px;
}

.agent_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nobie_pro_container{
    padding-bottom: 60px;
}

@media screen and (max-width: 1200px){
    .nobie_explain_ttl{
        font-size: 50px;
    }
}

@media screen and (max-width: 1020px){
    .nobie_explain_ttl{
        font-size: 40px;
    }
}

@media screen and (max-width: 1000px){
    .nobie_pro_sub_container{
        padding: 0;
    }
    .nobie_plant_left{
        max-width: 50%;
    }

    .nobie_plant_right{
        max-width: 50%;
    }
}

@media screen and (max-width: 840px){
    .nobie_explain_ttl{
        font-size: 36px;
    }
}