.achievements_flex_container{
    background-color: #ffffff;
}
.achievements_flex_wrapper{
    width: 95vw;
    max-width: 1366px;
    margin: 0 auto;
}
.achievements_flex_heading{
    text-align: center;
    margin-bottom: 20px;
    padding-top: 80px;
}
.achievements_flex_heading h2{
    font-size: 30px;
    font-weight: 700;
}
.achievements_flex_heading h2 span{
    font-size: 25px;
}
.achievements_flex_area{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 60px;
}
.achievements_flex01{
    width: 45%;
    border-radius: 12px;
}
.achievements_flex02{
    width: 55%;
    background-color: #F5F5F5;
    height: 100%;
    box-sizing: border-box;
    padding: 22px;
    border-radius: 12px;
    height: 420px;
}
.achievements_flex01 img{
    width: 100%;
    height: 420px;
    border-radius: 12px;
    object-fit: cover;
}
p.achievements_flex02_p01{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}
p.achievements_flex02_p02{
    font-size: 16px;
    line-height: 35px;
}
/*-------------*/
/*
当社の強み
*/
/*-------------*/
.achievements_strong_container{
    background-color: #FAFAFA;
}
.achievements_strong_wrapper{
    width: 95vw;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.achievements_strong_heading{
    text-align: center;
}
.achievements_strong_heading h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.achievements_strong_heading span{
    font-size: 25px;
    
}
.achievements_strong_heading p{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 35px;
}
.achievements_strong_flex_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 40px;
}
.achievements_strong_flex{
    background-color: #1E2C59;
    border-radius: 5px;
    width: calc(50% - 20px);
    height: 230px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow:0 3px 6px #9e9e9e;
}
.achievements_strong_flex h4{
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}
.achievements_strong_flex p{
    font-size: 16px;
    color: #ffffff;
    line-height: 35px;
}
@media(min-width:769px){
    .achievements_strong_heading br{
        display: none;
    }
}
@media(max-width:768px){
    .achievements_flex_heading{
        padding-top: 60px;
        text-align: left;
    }
    .achievements_flex_heading h2{
        font-size: 20px;
    }
    .achievements_flex_heading h2 span{
        font-size: 18px;
    }
    .achievements_flex_area{
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .achievements_flex_area02,
    .achievements_flex_area04{
        flex-wrap: wrap-reverse;
    }
    .achievements_flex01{
        width: 100%;
        border-radius: 8px;
    }
    .achievements_flex02{
        padding: 18px;
        border-radius: 8px;
        height: auto;
        width: 100%;
        box-shadow:0 3px 6px #9e9e9e;
    }
    .achievements_flex01 img{
        height: 380px;
        border-radius: 8px;
    }
    p.achievements_flex02_p01{
        margin-bottom: 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    p.achievements_flex02_p02{
        font-size: 16px;
        line-height: 35px;
    }
    /*-------------*/
    /*
    当社の強み
    */
    /*-------------*/
    .achievements_strong_wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .achievements_strong_heading{
        text-align: left;
    }
    .achievements_strong_heading h3{
        font-size: 22px;
    }
    .achievements_strong_heading span{
        font-size: 18px;
    }
    .achievements_strong_heading p{
        font-size: 14px;
    }
    .achievements_strong_flex_area{
        gap: 20px 0;
        margin-top: 20px;
    }
    .achievements_strong_flex{
        background-color: #1E2C59;
        border-radius: 5px;
        width: 100%;
        height: 400px;
        padding: 20px;
    }
    .achievements_strong_flex04{
        height: 320px;
    }
    .achievements_strong_flex h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .achievements_strong_flex p{
        font-size: 16px;
    }
}