/* main colors */
.breadcrumbs {
  display: flex;
  gap: 16px;
  row-gap: 4px;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media (min-width: 920px) {
  .breadcrumbs {
    gap: 24px;
    margin-bottom: 110px;
  }
}
.breadcrumbs span {
  font-size: 13px;
}
.breadcrumbs .current-item {
  color: #969696;
}

.page_contents {
  padding-top: 72px;
}
.page_contents_top {
  position: relative;
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 919px) {
  .page_contents_top {
    height: 260px;
    margin-bottom: 40px;
  }
}
.page_contents_top img {
  width: 100%;
}
@media (max-width: 919px) {
  .page_contents_top img {
    height: 100%;
    object-fit: cover;
    object-position: center left;
  }
}
.page_contents_title {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 919px) {
  .page_contents_title_bg {
    max-width: 300px;
  }
}
.page_contents_title_wrap {
  padding-left: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 24px;
  left: 20px;
  gap: 4px;
  width: max-content;
}
@media (min-width: 920px) {
  .page_contents_title_wrap {
    flex-direction: row;
    padding-left: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 38px;
    gap: 16px;
    gap: 8px;
    align-items: flex-end;
  }
}
.page_contents_title_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/title_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 920px) {
  .page_contents_title_wrap::before {
    width: 24px;
    height: 24px;
  }
}
.page_contents_title_en {
  font-size: 22px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  line-height: 1;
}
@media (min-width: 920px) {
  .page_contents_title_en {
    font-size: 48px;
  }
}
.page_contents_title_ja {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 920px) {
  .page_contents_title_ja {
    font-size: 16px;
  }
}

.page_section_title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Syne", sans-serif;
  margin-bottom: 40px;
  line-height: 1;
}
@media (min-width: 920px) {
  .page_section_title {
    font-size: 32px;
    margin-bottom: 86px;
  }
}

.not_found {
  padding-top: 120px;
}
.not_found h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.not_found p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}/*# sourceMappingURL=page.css.map */