.p-section_title {
  margin-bottom: 1rem;
  color: var(--color_main02);
  text-align: center;
}
.p-section_title .jpn {
  font-size: var(--f18);
}
.p-section_title .eng {
  font-size: var(--f57);
  font-family: var(--f_serif01);
  line-height: 1.3;
}
.p-section_title .eng:before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  margin: 0 auto;
  background-color: var(--color_main02);
}

@media screen and (min-width: 768px) {
  .p-section_title .jpn {
    font-size: var(--f18);
  }
  .p-section_title .eng {
    font-size: var(--f85);
  }
}
.c-first_view .bg_area {
  width: 100%;
  padding: 4rem 1.5rem 1.5rem;
  position: relative;
  background-color: var(--color_bg01);
}
.c-first_view .bg_area:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
  border: 0.5px solid var(--color_main02);
  z-index: 1;
}
.c-first_view .first_view__bread_list {
  display: flex;
  margin: 0.5rem 1.5rem 1.5rem;
}
.c-first_view .first_view__bread_list li {
  font-family: var(--f_serif01);
  color: var(--color_main01);
}
.c-first_view .first_view__bread_list li + li:before {
  content: "...";
}
.c-first_view .first_view__bread_list li a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-first_view .bg_area {
    padding: clamp(1rem, 6.7708333333vw, 8.125rem) calc((100% - 84.375vw) / 2) clamp(1rem, 3.90625vw, 4.6875rem);
  }
}
@media screen and (min-width: 992px) {
  .c-first_view {
    margin-bottom: 8.75rem;
  }
  .c-first_view .bg_area:before {
    top: 0.8rem;
    bottom: 2.1rem;
    left: 1rem;
    right: 1rem;
  }
  .c-first_view .first_view__bread_list {
    margin-left: 9.6354166667vw;
  }
}
.c-page_header .page_header__img img {
  width: 100%;
  height: 20vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page_header .page_header__title {
  padding-left: 1rem;
  position: relative;
  font-size: var(--f85);
  font-family: var(--f_serif01);
  color: var(--color_main01);
}
.c-page_header .page_header__title:before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0.2rem;
  transform: rotate(-40deg);
  background-color: var(--color_main01);
}

@media screen and (min-width: 768px) {
  .c-page_header .page_header__img {
    display: block;
    aspect-ratio: 81/35;
  }
  .c-page_header .page_header__img img {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .c-page_header .page_header__img {
    aspect-ratio: 81/26;
  }
  .c-page_header .page_header__title {
    padding-top: 1rem;
  }
}/*# sourceMappingURL=page.css.map */