@charset "utf-8";
.page_title {
  &::before {
    background: url(../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    &::before {
      background: url(../img/page_title_sp.png) no-repeat left bottom;
      background-size: cover;
    }
  }
}

.intro_outer {
  padding-bottom: 64px; 
}

.pri_outer {
  padding-bottom: 104px;
  @media screen and (max-width: 767px) {
    padding-bottom: 72px;
  }
}
.pri_art {
  margin-bottom: 48px;
  &:last-of-type {
    margin-bottom: 0;
  }
}
.pri_ttl {
  color: var(--dark-blue);
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
  line-height: 1.5;
}