.visual {display: flex; flex-flow: column; justify-content: flex-end; align-items: center; width: 100%; height: auto; padding: 123px 40px 0; background: url(./../img/kv_bg.png)no-repeat 50% 50%; background-size: cover; overflow: hidden; box-sizing: border-box;}
.visual .txt-box {width: 100%;}
.visual .txt-box .lb {display: flex; align-items: center; justify-content: center; width: 260px; height: 56px; margin-bottom: 20px; border-radius: 60px; background: var(--pr); font-size: 24px; font-weight: 500; line-height: 1.3; letter-spacing: -0.96px; color: var(--wt);}
.visual .txt-box .tit {margin-bottom: 20px; font-size: 50px; font-weight: bold; line-height: 1.3; letter-spacing: -3px; color: var(--black_3);}
.visual .txt-box .tit span {color: var(--pr);}
.visual .txt-box .sub {font-size: 24px; font-weight: 400; line-height: 1.5; letter-spacing: -0.96px; color: var(--gray_6);}
.visual .txt-box .sub span {color: var(--black_3); font-weight: bold;}

.visual .img-box {position: relative; bottom: -100px; max-width: 443px; width: 100%; height: auto;}
.visual .img-box img {width: 100%;}