
#btn_w {
    border-bottom: solid 2px #fff !important;
}



.work_block_01 {
    padding:10% 0 !important;
}
.B01_content {
    padding:15px;
    text-align: center;
}

.content_img {
    height: 730px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_img img {
    width: auto;
    height: 100%;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.content_img img:hover {
    scale: 1.1;
}


.work_block_01 h3 {
    margin-top: 22px;
    font-size:clamp(26px, 2.0vw, 40px);
    font-weight: 900 !important;
    color: #fff;
    margin-bottom: 65px;
}


.w_block_01 .w_img_01 > img {
    width: 100%;
    -moz-box-shadow: inset 0 -10px 10px -10px #000000;
  -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
  box-shadow: inset 0 -10px 10px -10px #000000;
}