a > .dlb_contents_wrap-wide {
  position: relative;
  overflow: hidden;
}
a > .dlb_contents_wrap-wide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/dcms_media/image/top03.jpg');
  background-size: cover;
  background-position: top;
  transition: transform 0.4s ease;
  z-index: 0;
}
a:hover > .dlb_contents_wrap-wide::before {
  transform: scale(1.05);
}
a > .dlb_contents_wrap-wide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44,95,138,0.15);
  opacity: 0;
  z-index: 1;
}
a:hover > .dlb_contents_wrap-wide::after {
  opacity: 1;
}
a > .dlb_contents_wrap-wide .container {
  position: relative;
  z-index: 2;
}