/* 解決 */

.s3 {
    padding: 24px 0 156px 0;
}

.s3 .check_arrow {
    width: 50px;
    height: 128px;
    display: block;
    margin: 0 auto 37px auto;
}

.s3 h2 {
    font-size: 30px;
    letter-spacing: 0.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.s3 h2 span{
    font-size: 48px;
    color: #FD7E0B;
}

.s3 p.sub_title {
    font-size: 18px;
    text-align: center;
    color: #333333;
    margin-bottom: 65px;
}

.s3_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items:flex-start;
    gap: 27px;
    margin-bottom: 45px;
}

.s3_flex:last-child {
    margin-bottom: 0;
}

.s3_flex_text {
    text-align: left;
    width: 380px;
}
.s3_flex_text .num {
    display: inline-block;
    font-size: 64px;
    font-weight: 500;
    color: #FD7E0B;
    margin-bottom:10px;
}

.s3_flex_text h3 {
    text-align: left;
    font-size: 30px;
    line-height: 1.3;
}

.s3_flex_text h3 .bold {
    font-weight: bold;
    line-height: 0;
}

.col_oragnge {
    color: #FD7E0B;
    font-size: 30px;
}

.s3_flex_text p {
    font-size: 18px;
    line-height: 36px;
}
.flex_img1 {
    width: 316px;
    height: 278px;
}

@media screen and (max-width: 750px){
    .s3 {
        padding: 28px 20px 75px 20px;
    }

    .s3 h2 {
        font-size: 20px;
        letter-spacing: 0.3rem;
        margin-bottom: 25px;
    }
    .s3 p.sub_title {
      display: none;
    }
    .s3_flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        margin-bottom:0px;
    }
    .s3_flex_text .num {
        font-size: 48px;
        margin-bottom:5px;
    }
    .s3_flex_text h3 {
   
        font-size:24px;
    line-height: 1.2;
    }
    .col_oragnge {
        font-size: 24px;
    }
    .s3_flex_text {
        max-width: 380px;
        width:100%;
    }
    .s3_flex_text p {
        font-size: 15px;
        line-height: 30px;
    }
}

@media screen and (max-width: 750px){
    .s3 h2 {
        margin-bottom: 70px;
    }
    .s3 h3 {
        margin-bottom: 6px;
    }
}