@charset "UTF-8";

/* ==========================================================================
  下層ページ style
============================================================================= */
:root {
  --font1: "Zen Kaku Gothic Antique", sans-serif;
  --font2: "Shippori Mincho", serif;
  --font3: "Lato", sans-serif;
  --color-base: #222;
  --color-green: #afff27;
}
/* Common Style ========================================== */
.p-pages {
  -webkit-padding-before: 80px;
          padding-block-start: 80px;
}
.p-pages .c-page__head {
  margin: 0 auto 120px;
  max-width: 1280px;
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
}
@media (max-width: 1279.98px) {
  .p-pages .c-page__head {
    margin-inline: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-pages .c-page__head {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.p-pages .c-page-title {
  -webkit-border-after: solid 1px #ddd;
          border-block-end: solid 1px #ddd;
  -webkit-padding-after: 90px;
          padding-block-end: 90px;
  text-align: center;
}
.p-pages .c-page-title .en {
  display: block;
  font-size: 1.2rem;
}
.p-pages .c-page-title__hdg {
  font-size: clamp(4.6rem, 3.611vw, 5.2rem);
  font-family: var(--font2);
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pages .c-page-title__hdg::before {
  background: url("../img_r2/common/page_title_bg01.svg") no-repeat center bottom/100% auto;
  content: "";
  position: absolute;
  bottom: -27px;
  left: 0;
  right: 0;
  margin-inline: auto;
  height: 62px;
  max-width: 413px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-pages .c-page-title__hdg {
    font-size: 3.6rem;
  }
}
.p-pages .c-hdg01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
}
.p-pages .c-hdg01 .hdg {
  background-color: var(--color-green);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px;
}
.p-pages .c-hdg01 .en {
  font-size: clamp(3rem, 3.055vw, 4.4rem);
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.p-pages .c-hdg01.ta-l {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .p-pages .c-hdg01 {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
/*# sourceMappingURL=maps/pages.css.map */
