.page-title-section {
  padding: 45px 0 0 85px;
  text-align: left;
  margin-top: 70px;
}



.page-title-container {
  background: url(/assets/images/haikei.png) -55px top no-repeat;
  background-size: 345px auto;
}

.page-title-section .title {
  font-size: 32px;
  line-height: 1;
  font-family: var(--secondary-font);
}

.page-title-section .sub-title {
  letter-spacing: 0.5em;
  line-height: 1;
  font-size: 13px;
  margin-top: 15px;
  color: var(--secondary);
}

.page-description-container {
  position: relative;
  margin: 120px 0 110px 500px;
  line-height: 1.8;
  letter-spacing: 0.3em;
}

.page-description-container>p {
  position: relative;
}

.page-description-container>p:first-child:before {
  position: absolute;
  content: "";
  height: 60px;
  width: 12px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);
}

@media screen and (max-width: 768px) {
  .page-title-container {
    background: url(/assets/images/haikei.png) -22% top no-repeat;
    background-size: 65% auto;
    margin: 10vw 0 20vw;
  }

  .page-title-section {
    padding: 60px 0;
  }

  .page-title-section {
    padding: 24vw 0 15vw;
    margin: 0;
    text-align: center;
  }

  .page-title-section .title {
    font-size: 5vw;
    line-height: 1;
  }

  .page-title-section .sub-title {
    font-size: 2.5vw;
    letter-spacing: 0.5em;
    margin: 6vw 0 0;
  }

  .page-description-container {
    margin: 10vw 8vw 25vw;
  }

  .page-description-container>p {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  .page-description-container>p:first-child:before {
    width: 11px;
    height: 10vw;
    top: -10vw;
    left: 0;
    display: none;
  }
}