.visual {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
}
.visual.sub {
  position: relative;
  padding: 3rem 14px 1.8rem 14px;
  background-color: #f6f6f7;
}
.visual.sub .sub_title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: var(--bodyWidth);
  z-index: 2;
  gap: 8px;
}
.visual.sub .sub_title h1 {
  position: relative;
  font-weight: 500;
  font-family: var(--textFont);
  font-size: 1.7rem;
  color: #333;
}
.visual.sub .sub_title h1::before {
  content: "";
  display: inline-block;
  vertical-align: -2px;
  width: 7px;
  height: 1.4rem;
  background-color: #BD9213;
  margin-right: 12px;
  opacity: 0.7;
}
.visual.sub .sub_title a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.visual.sub .sub_title a i {
  font-size: 1.1rem;
  color: #AAA;
}
.visual.sub .bg_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=99eb133ff06094c8493dccbc037afd1e073f20eb._subHeader.scss.map */
