@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
#reform-inquiry .header-wrap__gNavi__list:nth-of-type(7) a {
  pointer-events: none;
}
#reform-inquiry .header-wrap__gNavi__list:nth-of-type(7) a::before {
  width: 100%;
  left: 0;
  transition: 0.6s;
}

.pagetitle-wrap.inquiry {
  background: unset;
  background-image: url("../../img/inquiry/bg_pagetitle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.pagetitle-wrap.inquiry::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}

.pagetitle-wrap__text {
  z-index: 1;
}

.p-mv__chu {
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 1;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-mv__chu {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-mv__chu {
    font-size: 1rem;
  }
}/*# sourceMappingURL=inquiry.css.map */