/* main colors */
.page_contents {
  padding-top: 80px;
}
@media (min-width: 920px) {
  .page_contents {
    padding-top: 204px;
  }
}
.page_contents .page_title {
  margin-bottom: 80px;
}
@media (min-width: 920px) {
  .page_contents .page_title {
    margin-bottom: 178px;
  }
}
.page_contents .page_title_en {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: 46px;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (min-width: 920px) {
  .page_contents .page_title_en {
    font-size: 70px;
    margin-bottom: 18px;
  }
}
.page_contents .page_title_ja {
  line-height: 1.25;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 920px) {
  .page_contents .page_title_ja {
    font-size: 17px;
  }
}
.page_contents .page_title .breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 920px) {
  .page_contents .page_title .breadcrumbs {
    gap: 10px;
    margin-top: -9px;
  }
}
.page_contents .page_title .breadcrumbs span {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 920px) {
  .page_contents .page_title .breadcrumbs span {
    font-size: 14px;
  }
}
.page_contents .page_title .breadcrumbs .current-item {
  color: #a8a8a8;
}
.page_contents .page_title_wrap {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (min-width: 920px) {
  .page_contents .page_title_wrap {
    justify-content: space-between;
    flex-direction: row;
  }
}
.page_contents .section_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 49px;
  text-align: center;
  letter-spacing: 0.05em;
}

.not_found {
 padding: 0 0 80px;
}

.not_found h1 {
 font-size: 24px;
 margin-bottom: 20px;
 text-align: center;
}
.not_found p {
 font-size: 14px;
 margin-bottom: 40px;
 text-align: center;
}
.not_found .circle_btn {
 margin: 0 auto;
}


/*# sourceMappingURL=page.css.map */