@charset "utf-8";

.brand-property-header .brand-property-gnav .brand-property-gnavWrap li a:hover::after, .brand-property-header .brand-property-gnav .brand-property-gnavWrap li.current a::after {
  width: 0;
}



.plan {
  position: relative;
  z-index: 0;
  padding-top: 170px;
  padding-bottom: 160px;
  background: url(../../../img/common/img_bg.jpg) repeat center/190px auto;
}
.plan::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-green), 1);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 480px){
  .plan {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}