#header {
    height: 560px;
    overflow: hidden;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -1px;
}
/* .resize_img {
    width: 43%;
    height: 70%;
    position: absolute;
    z-index: 9;
    clip-path: inset(0 round 50% 50% 0px 0px);
    bottom: 0;
} */
#header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.caption {
    color: #FFFFFF;
    font-size:48px;
    text-transform: uppercase;
    margin: 0;
    line-height: 55px;
    z-index: 99;
}
.caption.caption01 {
    position: absolute;
    top: 150px;
    width: 400px;
    font-family: "generalsans-semibold";
}
.caption.caption02 {
    position: absolute;
    bottom: 200px;
    right: -30px;
    width: 400px;
    font-family: "generalsans-semibold";
}
.header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}