/*------------------------------------
タイトル用CSS
------------------------------------*/
/* デフォルトタイトル1 */
.default-title.left {
  text-align: left;
}
.default-title.center {
  text-align: center;
}
.default-title .main-ttl {
  font-family: var(--font-sub-2);
  font-size: 1.1rem;
  letter-spacing: 3px;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.2rem;
}
.default-title .sub-ttl {
  font-family: var(--font-sub-1);
  font-size: 2.8rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 1080px) {
  .default-title .sub-ttl {
    font-size: 2.1rem;
    letter-spacing: 0.15rem;
  }
  .default-title .main-ttl {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .default-title .sub-ttl {
    font-size: 1.6rem;
  }
  .default-title .main-ttl {
    font-size: 0.9rem;
  }
}

/* ページデフォルトタイトル */
.sub-title-area {
  background-image: url(../../img/page-title-bg-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
.sub-title-area .catch {
  position: relative;
  display: inline-block;
}
.sub-title-area .catch h1 {
  font-family: var(--font-sub-1);
  font-size: 2.5rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.3rem;
}
.archive-voice .sub-title-area,
.archive-information .sub-title-area {
  background-image: url(../../img/page-title-bg-2.png);
}
#page_company .sub-title-area {
  background-image: url(../../img/page-title-bg-3.png);
}

/* ページサブタイトル */
.page-title {
  margin-bottom: 40px;
}
.page-title h2 {
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--font-sub-2);
  font-weight: 300;
  font-style: normal;
}
.page-title p {
  margin-top: 20px;
  line-height: 2;
}

@media only screen and (max-width: 1080px) {
  .sub-title-area .catch h1 {
    font-size: 2rem;
  }
  .sub-title-area {
    padding: 40px 0;
  }
  .page-title p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .sub-title-area .catch h1 {
    font-size: 1.5rem;
  }
  .sub-title-area {
    padding: 30px 0;
  }
  .page-title h2 {
    font-size: 1.3rem;
  }
  .page-title p {
    font-size: 0.8rem;
  }
}
