/* お悩み・課題 */

.s2 {
    text-align: center;
    padding: 35px 0;
    background-image: url("../../media/p1_s2_1.svg");
    background-size: cover;
    min-height: 800px;
}

.s2 .bg_1 {
    width: 100%;
    background-image: url("../../media/p1_s2_1.svg");
}

.s2 {
    height: 765px;
    position: relative;
}

.s2 .bg_1 {
    width: 100%;
    height: 765px;
    background: url("../media/p1_s2_1.svg") no-repeat top center/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.s2 .t1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.s2 .t2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 45px;
    letter-spacing: 1.5px;
}

.s2 .t2 span {
    color: #4C84D6;
    font-size: 48px;
    font-weight: 800;
}

.s2 .s2_flex {
    display: flex;
    align-items: center;
    justify-content:center;
}

.s2 .t3 {
    font-size: 18px;
    margin-bottom: 62px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.s2 .t3:nth-child(2) {
    margin-left: 30px;
}
.s2 .t3:nth-child(3) {
    margin-left: 60px;
}
.s2 .t3:nth-child(4) {
    margin-left: 90px;
}
.s2 .t3:nth-child(5) {
    margin-left: 120px;
}
.s2 .t3:last-child {
    margin-bottom: 0px;
}

.s2 .t3 .check{
    display: inline-block;
    width: 39px;
    height: 28px;
    margin-right: 15px;
}

.s2 .s2_imgs {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.s2 .s2_imgs .bg_2 {
    width:129.44px;
    height:149px;

}

.s2 .s2_imgs .bg_3 {
    width: 125px;
    height: 134px;
    margin-left: 32px
}

.s2 .s2_imgs .bg_4 {
    width: 100%;
    width: 152px;
    margin-left: 72px
}

@media screen and (max-width: 900px){
    .s2 {
        padding: 0 20px;
        min-height: 300px;
        height: 600px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .s2 .bg_1 {
     object-fit: contain;
    }
    .s2 .t1 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .s2 .t2 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1;
        line-height: 1.5;
        width: 283px;
        margin :0 auto 38px auto;
    }

    .s2 .t2 span{
        font-size: 36px;
        font-weight: bold;
      
    }
    .s2 .s2_flex {
        align-items: flex-start;
    }
    .s2 .t3_text {
        margin-top: 24px;

    }
    .s2 .t3 {    
        font-size: 14px;
        margin-bottom: 60px; 
        align-items: flex-start;
        text-align: left;
        line-height: 1.6;
    }
    .s2 .t3:nth-child(2) {
        margin-left: 0px;
    }
    .s2 .t3:nth-child(3) {
        margin-left: 0px;
    }
    .s2 .t3:nth-child(4) {
        margin-left: 0px;
    }
    .s2 .t3:nth-child(5) {
        margin-left: 0px;
    }
    .s2 .t3 .check{
        width: 35px;
        min-width: 35px;
        height: 25px;
        margin-right: 14px;
    }
    .s2_imgs .bg_2 {
        width: 129.44px;
        height: 149px;
    }

    .s2_imgs .bg_3 {
        width: 125px;
        height: 134px;
        margin-left: 0 !important;
    }

    .s2_imgs .bg_4 {
        width: 152px;
        height: 138px;
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 600px){
    .s2 .t3 {    
        margin-bottom: 30px; 
    }
}
