@charset "utf-8";

.biz__01 .halfWrap {display:flex; flex-wrap:wrap; justify-content:space-between; align-items: center;}
.biz__01 .halfWrap .order1 {order:1;}
.biz__01 .halfWrap .order2 {order:2;}
.biz__01 .halfWrap .half.halftxt {width:43%; word-break: keep-all; }
.biz__01 .halfWrap .half.halfimg {width:53%; }
.biz__01 .halfWrap .imgWrap {position:relative; width:100%; height:0; padding-bottom:65%; overflow:hidden; border-radius:50px; }
.biz__01 .halfWrap .imgWrap .imgpst { position:absolute; width:100%; height:100%; top:0; left:0; }
.biz__01 .halfWrap .imgWrap .imgpst img {width:100%; height:100%; object-fit: cover; }
 

.biz__01 .radiusBg {display:inline-block; padding:9px 20px 5px; border-radius:30px; background-color:#f5aa00; color:#fff; }
@media screen and (max-width:1024px){
  .biz__01 .halfWrap .imgWrap {border-radius:30px;}
  .biz__01::before,
  .biz__01::after {height:150px; }

}
@media screen and (max-width:768px){
  .biz__01::before,
  .biz__01::after {height:80px; }
  .biz__01 .halfWrap .half.halftxt,
  .biz__01 .halfWrap .half.halfimg {width:100%; }
  .biz__01 .halfWrap .half.halftxt {padding-bottom:30px; text-align:left;}
  .biz__01 .halfWrap .halftxt.order1,
  .biz__01 .halfWrap .halftxt.order2 {order:1;}
  .biz__01 .halfWrap .halfimg.order1,
  .biz__01 .halfWrap .halfimg.order2 {order:2;}
}