.bl_step{display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start}.bl_step_item{background-color:#f3f7fa;padding:30px;position:relative;width:calc(33.33333% - 20px)}.bl_step_item:after{background-size:cover;content:"";height:48px;position:absolute;right:-25px;top:50%;transform:translateY(-50%);width:35px}.bl_step_item_number{background-color:#057dc8;-webkit-clip-path:polygon(0 0,100% 0,0 100%);clip-path:polygon(0 0,100% 0,0 100%);height:110px;left:0;position:absolute;top:0;width:110px}.bl_step_item_number span{align-items:center;display:flex;height:60px;justify-content:center;width:60px}.bl_step_item_number span span{color:#fff;font-size:2.5rem;font-style:italic;line-height:1;text-align:center}.bl_step_item_ttl{font-size:1.375rem;font-weight:700;line-height:1.4545454545;padding:15px 60px;text-align:center}.bl_step_item_txt{font-size:1rem;line-height:1.625;padding:15px 0}@media screen and (max-width:768px){.bl_step_item{width:100%}.bl_step_item:after{bottom:-30px;right:50%;top:auto;transform:translateX(50%) translateY(0) rotate(90deg)}.bl_step_item:last-child:after{background-image:none!important}}@media screen and (min-width:769px){.bl_step_item:nth-child(3n):after{background-image:none!important}}