.container h2{
  margin-top: 100px;
}

.brand-visual {
  background-image: url('../img/title_bg/title_bg_brand.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  
}

.brand-visual-text h1 {
  font-size: 48px;
  font-weight: 600;
}


.brand-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.page-location {
  max-width: 1400px;
  font-size: 16px;
  color: #666;
  margin-left: 20px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.page-location span {
  color: #ccc;
}


@media (max-width: 1660px) {
  .sub-page{
    padding-top: 90px;
  }
  .page-location {
    padding: 0px 16px 48px;
  }
}