.page-title[data-v-9f1191a9] {
  padding-inline: var(--gutter);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.page-title .title[data-v-9f1191a9] {
  font-size: var(--h1);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-bk-primary);
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1024px) {
.page-title .title[data-v-9f1191a9] {
    max-width: var(--title-max-width, 100%);
}
}
@media screen and (max-width: 1023.98px) {
.page-title .title[data-v-9f1191a9] {
    max-width: 100%;
}
}
.page-title .sub-title[data-v-9f1191a9] {
  font-size: var(--body2);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-family: "NotoSansJP";
  white-space: pre-wrap;
}
.page-title .desc[data-v-9f1191a9] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2.5;
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
.desc[data-v-9f1191a9] {
    margin-top: clamp(0px, 5.5555555556vw, 80px);
    letter-spacing: clamp(0px, 0.0069444444vw, 0.1px);
}
}
@media screen and (max-width: 1023.98px) {
.desc[data-v-9f1191a9] {
    margin-top: 48px;
    letter-spacing: 0;
}
}