.sub_tit{}
.greet{background: linear-gradient(to bottom,#fff, #f8f8f8)}
.greet .ctt{display:flex;align-items:center;justify-content:space-between;}
.gr_img{width:40%}
.gr_img img{width:100%;border-radius:15px;}
.gr_txt{width:53%}
.gr_txt p{margin-top:30px;}
.gr_txt p b{font-weight:bold}
.gr_txt strong{font-weight:500;display:flex;align-items:end;gap:0 20px}
.gr_txt strong img{width:140px;mix-blend-mode: multiply;}
@media screen and (max-width:768px){
  .greet .ctt{flex-wrap:wrap}
  .gr_img{width:100%}
  .gr_txt{width:100%;margin-top:30px;}
  .gr_txt p {margin-top: 20px;}
  .gr_txt strong {gap:0 15px;}
  .gr_txt strong img{width:100px}
}