.p-wrapper {
  overflow-x: hidden;
  width: 100%;
  min-width: 136.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-wrapper {
    min-width: initial;
  }
}

.p-container {
  width: 136.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-container {
    width: 100%;
  }
}

.p-inner {
  width: 100%;
  margin: auto;
  padding-inline: 22.5rem;
}
@media screen and (max-width: 768px) {
  .p-inner {
    padding-inline: 2rem;
  }
}

.p-arc {
  display: block;
  width: 100%;
  min-width: 136.6rem;
  height: 10.3rem;
  margin: auto;
}
.p-arc > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 768px) {
  .p-arc {
    min-width: initial;
    height: 2.8rem;
    border-bottom: initial;
  }
}

.p-pageKv {
  position: relative;
  width: 100%;
  min-width: 136.6rem;
}
.p-pageKv_title {
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  font-size: clamp(2.8rem, 2.2vw, 999rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  word-spacing: -0.2em;
  color: var(--color-text-blue);
  white-space: pre-line;
}
.p-pageKv_img {
  position: relative;
  z-index: 0;
}
.p-pageKv_illust-bg {
  position: absolute;
  bottom: -37.2rem;
  left: calc(50% - 60rem);
  transform: translateX(-50%);
  z-index: -1;
  width: 33rem;
}
@media screen and (max-width: 768px) {
  .p-pageKv {
    min-width: initial;
  }
  .p-pageKv_title {
    top: calc(50% - 1rem);
    font-size: 5.3vw;
    line-height: 1.5;
    white-space: pre-line;
  }
  .p-pageKv_illust-bg {
    display: none;
  }
}

.p-cta {
  display: block;
  visibility: visible;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 999;
  width: 17.6rem;
  opacity: 1;
  transition: var(--transition);
}
.p-cta.is-ended {
  right: 2.5rem;
  width: max-content;
}
.p-cta_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 57.7rem;
  padding: 3rem 3.4rem 3rem 4.7rem;
  border: var(--border);
  border-color: var(--color-alert);
  border-radius: var(--radius);
  background-color: var(--color-white);
  transition: opacity var(--transition);
}
.p-cta_link_text {
  flex: 1;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-alert);
}
.p-cta_link_icon {
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
}
@media (hover: hover) {
  .p-cta_link:hover {
    opacity: var(--opacity-hover);
  }
}
.p-cta_hide {
  display: block;
  position: absolute;
  top: -1.2rem;
  right: -0.8rem;
  z-index: 1;
  width: 3.4rem;
  height: 3.4rem;
  border: 3px solid var(--color-text-black);
  border-radius: 50%;
  background-color: var(--color-white);
  transition: opacity var(--transition);
}
.p-cta_hide::before, .p-cta_hide::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: var(--color-text-black);
  border-radius: 50vw;
}
.p-cta_hide::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-cta_hide::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .p-cta_hide:hover {
    opacity: var(--opacity-hover);
  }
}
.p-cta_img {
  position: relative;
  z-index: 0;
  width: 100%;
}
.p-cta_img.is-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.p-cta.is-hide {
  visibility: hidden;
  opacity: 0;
}
@media (hover: hover) {
  .p-cta:hover .p-cta_img.is-hover {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-cta, .p-cta.is-ended {
    width: calc(100% - 4rem);
    bottom: 1rem;
    left: 50%;
    right: initial;
    transform: translateX(-50%);
  }
  .p-cta_link {
    width: 100%;
    padding: 1.8rem 1rem 1.8rem 3rem;
  }
  .p-cta_link_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
  .p-cta_link_icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .p-cta:hover .p-cta_img.is-hover {
    display: none;
  }
}

.p-programs {
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 13.6rem;
}
.p-programs > * {
  position: relative;
  z-index: 1;
}
.p-programs_heading {
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.p-programs_lead {
  margin-bottom: 8.7rem;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-align: center;
}
.p-programs_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.6rem 2rem;
  margin-bottom: 8rem;
}
.p-programs_list_item {
  flex-shrink: 0;
  position: relative;
  width: 21.8rem;
  border: var(--border);
  border-color: var(--color-blue);
  border-radius: var(--radius);
  background-color: var(--color-white);
  transition: opacity var(--transition);
}
.p-programs_list_item_link {
  display: block;
  padding: 3.2rem 2.4rem;
}
.p-programs_list_item_heading {
  margin-bottom: 2rem;
  padding-bottom: 1.8rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-blue);
  border-bottom: var(--border);
  border-color: inherit;
}
.p-programs_list_item_text {
  font-weight: var(--font-weight-regular);
}
.p-programs_list_item_badge {
  position: absolute;
  top: -7.4rem;
  left: -10.9rem;
  width: 16.5rem;
  pointer-events: none;
}
.p-programs_list_item_illust-flask-green {
  position: absolute;
  top: -10.6rem;
  left: -0.1rem;
  width: 13.1rem;
  pointer-events: none;
}
.p-programs_list_item_illust-flask-orange {
  position: absolute;
  top: -11.3rem;
  right: 1.6rem;
  width: 14.2rem;
  pointer-events: none;
}
.p-programs_list_item.is-pink {
  width: 35.8rem;
  border-color: var(--color-pink);
}
.p-programs_list_item.is-pink:first-child {
  margin-left: 23.5rem;
}
.p-programs_list_item.is-pink:nth-child(2) {
  margin-right: 20.4rem;
}
.p-programs_list_item.is-pink .p-programs_list_item_heading {
  color: var(--color-pink);
  border-color: inherit;
}
@media (hover: hover) {
  .p-programs_list_item:hover {
    opacity: var(--opacity-hover);
  }
}
.p-programs_buttons {
  display: flex;
  justify-content: center;
  gap: 5.8rem;
}
.p-programs_buttons_button.is-large {
  min-height: 12rem;
}
.p-programs_modal_contents {
  padding: 7.8rem 5.8rem 11.2rem;
}
.p-programs_modal_contents_heading {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-programs_modal_contents_text {
  margin-bottom: 9rem;
}
.p-programs_modal_contents_text_term {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-programs_modal_contents_text_term_tag {
  flex-shrink: 0;
  width: 9.8rem;
  padding-inline: 0.4rem;
}
.p-programs_modal_contents_text_term_text {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
}
.p-programs_modal_contents_text_term_text.is-orange {
  color: var(--color-category-orange);
}
.p-programs_modal_contents_text_term_text.is-navy {
  color: var(--color-category-navy);
}
.p-programs_modal_contents_text_term_text.is-green {
  color: var(--color-category-green);
}
.p-programs_modal_contents_text_description {
  margin-bottom: 4rem;
}
.p-programs_modal_contents_text_description_list {
  gap: 1rem;
}
.p-programs_modal_contents_text_description_list_item::before {
  margin-left: initial;
}
.p-programs_modal_contents_text_description:last-of-type {
  margin-bottom: initial;
}
.p-programs_modal_contents_note {
  font-size: 1.6rem;
}
.p-programs_illust-flask {
  position: absolute;
  top: -26.9rem;
  left: calc(50% + 4.4rem);
  transform: translateX(-50%);
  width: 51.1rem;
}
.p-programs_illust-bg-01 {
  position: absolute;
  top: 1.4rem;
  right: -6rem;
  z-index: 0;
  width: 37.4rem;
}
.p-programs_illust-bg-02 {
  position: absolute;
  bottom: 21rem;
  left: -14rem;
  z-index: 0;
  width: 34.5rem;
}
@media screen and (max-width: 768px) {
  .p-programs {
    padding: 7.8rem 2rem 11.1rem;
  }
  .p-programs_heading {
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .p-programs_lead {
    margin-bottom: 13rem;
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-programs_list {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 6rem;
  }
  .p-programs_list_item {
    width: 100%;
  }
  .p-programs_list_item_link {
    padding: 3.2rem 2rem;
  }
  .p-programs_list_item_heading {
    margin-bottom: 1.3rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }
  .p-programs_list_item_text {
    font-weight: var(--font-weight-regular);
  }
  .p-programs_list_item_badge {
    top: initial;
    bottom: calc(100% - 2.9rem);
    left: -1rem;
    width: 14.422rem;
    max-width: 100%;
  }
  .p-programs_list_item_illust-flask-green, .p-programs_list_item_illust-flask-orange {
    display: none;
  }
  .p-programs_list_item.is-pink {
    width: initial;
  }
  .p-programs_list_item.is-pink:first-child {
    margin-left: initial;
  }
  .p-programs_list_item.is-pink:nth-child(2) {
    margin-right: initial;
  }
  .p-programs_buttons {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
  .p-programs_buttons_button.is-large {
    min-height: 8.4rem;
  }
  .p-programs_modal_contents {
    padding: 1.2rem 1.8rem;
  }
  .p-programs_modal_contents_heading {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    text-align: center;
  }
  .p-programs_modal_contents_text {
    margin-bottom: 6rem;
  }
  .p-programs_modal_contents_text_term {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
  }
  .p-programs_modal_contents_text_term_tag {
    height: 3.5rem;
  }
  .p-programs_modal_contents_text_term_text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .p-programs_modal_contents_text_description {
    margin-bottom: 4rem;
  }
  .p-programs_modal_contents_text_description_list {
    gap: 1rem;
  }
  .p-programs_modal_contents_text_description_list_item {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-programs_modal_contents_note {
    margin-bottom: 4.5rem;
    line-height: 1.6;
  }
  .p-programs_illust-flask {
    top: initial;
    bottom: calc(100% - 5.4rem);
    left: calc(50% + 0.4rem);
    width: 32.735rem;
    max-width: 100%;
  }
  .p-programs_illust-bg-01 {
    top: 30.4rem;
    right: -5rem;
    width: 17.6rem;
  }
  .p-programs_illust-bg-02 {
    display: none;
  }
}

.p-information_container {
  padding: 6rem 10.4rem 14.2rem;
}
.p-information_heading {
  margin-bottom: 9rem;
}
.p-information_heading_en {
  height: 5.4rem;
}
.p-information_links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
.p-information_links_item {
  flex-shrink: 0;
  width: 36.6rem;
}
.p-information_links_item_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 1.6rem 2rem 2.2rem;
  border-radius: var(--radius);
  background-color: var(--color-blue);
  transition: opacity var(--transition);
}
.p-information_links_item_button > * {
  flex-shrink: 0;
}
.p-information_links_item_button_icon {
  width: 6rem;
}
.p-information_links_item_button_text {
  flex: 1;
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-white);
}
.p-information_links_item_button_arrow {
  width: 3.4rem;
  margin-left: 2.3rem;
}
@media (hover: hover) {
  .p-information_links_item_button:hover {
    opacity: var(--opacity-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-information_container {
    padding: 5.8rem 2rem 11.4rem;
  }
  .p-information_heading {
    margin-bottom: 4.4rem;
  }
  .p-information_heading_en {
    height: 2.8rem;
  }
  .p-information_links {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  .p-information_links_item {
    width: 100%;
    max-width: 55rem;
  }
  .p-information_links_item_button {
    padding: 1.8rem 2rem;
  }
  .p-information_links_item_button_icon {
    width: 4.4rem;
  }
  .p-information_links_item_button_text {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-information_links_item_button_arrow {
    width: 3.4rem;
    margin-left: 1rem;
  }
}

.p-modal {
  display: grid;
  visibility: hidden;
  place-items: center;
  overflow: scroll;
  overscroll-behavior-y: contain;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding-block: 1.6rem;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.p-modal_close {
  gap: 1rem;
}
.p-modal_close.is-flex {
  position: absolute;
  top: 2.6rem;
  right: 2.6rem;
  padding: 1rem 1rem 1rem 3rem;
}
.p-modal_close.is-bottom {
  top: initial;
  bottom: 2.6rem;
}
.p-modal_close.is-pcHide {
  display: none;
}
.p-modal_contents {
  position: relative;
  width: 91.4rem;
  margin: auto;
  border: var(--border);
  border-radius: var(--radius);
  background-color: var(--color-white);
}
.p-modal.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .p-modal {
    display: block;
    padding: 2rem;
  }
  .p-modal_close {
    max-width: 100%;
    margin-bottom: 1.4rem;
    margin-right: -0.6rem;
  }
  .p-modal_close_text_main {
    font-size: 1.4rem;
  }
  .p-modal_close.is-flex {
    gap: 0.4rem;
    position: relative;
    top: initial;
    right: initial;
    margin-right: -0.5rem;
    margin-left: auto;
    padding: 0.9rem 0.9rem 0.9rem 2rem;
  }
  .p-modal_close.is-bottom {
    top: initial;
    bottom: initial;
    margin-bottom: initial;
  }
  .p-modal_close.is-pcHide {
    display: flex;
  }
  .p-modal_contents {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 1.2rem 1.8rem;
  }
}

.p-accordion_content {
  overflow: hidden;
  height: 0;
  transition: height calc(var(--duration) * 2) var(--easing);
}

.p-timetable {
  overflow: hidden;
  width: 100%;
  table-layout: fixed;
  letter-spacing: 0.1em;
  border-collapse: separate;
  border-spacing: 0;
  border: var(--border);
  border-color: var(--color-blue);
  border-radius: var(--radius);
  background-color: var(--color-white);
}
.p-timetable tr + tr th, .p-timetable tr + tr td {
  border-top: var(--border);
  border-color: var(--color-blue);
}
.p-timetable th + td, .p-timetable td + td {
  border-left: var(--border);
  border-color: var(--color-blue);
}
.p-timetable th:first-child, .p-timetable td:first-child {
  width: 8.84rem;
}
.p-timetable_head {
  height: 8.5rem;
  font-weight: var(--font-weight-medium);
  text-align: left;
  vertical-align: middle;
  color: var(--color-white);
  background-color: var(--color-blue);
}
.p-timetable_head_sign {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin-right: 1.2rem;
  padding-block: 0.7rem;
  font-size: 1.6rem;
  letter-spacing: 0em;
  text-align: center;
  border: 2px solid var(--color-white);
  border-radius: var(--radius);
}
.p-timetable_row_head {
  padding: 2.4rem 1rem 2.4rem 2.5rem;
  background-color: var(--color-bg-blue);
}
.p-timetable_row_head_text {
  font-weight: var(--font-weight-bold);
  text-align: left;
  white-space: pre-line;
}
.p-timetable_row_head:has(> img) {
  padding: initial;
}
.p-timetable_row_data {
  padding: 2.4rem;
  font-weight: var(--font-weight-bold);
}
.p-timetable_row_data_tags {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1.4rem;
}
.p-timetable_row_data_title {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
}
.p-timetable_row_data_text {
  white-space: pre-line;
}
.p-timetable_row_data_text_note {
  display: block;
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
}
.p-timetable_row_data_text_link {
  text-decoration: underline;
  color: var(--color-text-blue);
}
.p-timetable_row_data_text_link_icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.2rem;
  stroke: var(--color-text-blue);
}
.p-timetable_row_data_text:has(+ *) {
  margin-bottom: 0.4rem;
}
.p-timetable_row_data:has(.p-timetable_row_data_img) {
  padding: initial;
  vertical-align: top;
}
.p-timetable_row:nth-of-type(5) {
  background-color: #FFF3D1;
}
.p-timetable_row:nth-of-type(5) .p-timetable_row_head {
  background-color: #FFF3D1;
}
.p-timetable_row:last-of-type {
  border-radius: 0 0 var(--radius) var(--radius);
}
@media screen and (max-width: 768px) {
  .p-timetable {
    border-left: unset;
    border-right: unset;
    border-radius: initial;
  }
  .p-timetable th:first-child, .p-timetable td:first-child {
    width: 16.2%;
  }
  .p-timetable_head {
    height: 5.2rem;
  }
  .p-timetable_head_place {
    display: block;
    width: 100%;
    padding-right: 16.2%;
    text-align: center;
  }
  .p-timetable_row_head {
    padding: 1.2rem 0.4rem 1.2rem 3%;
    vertical-align: middle;
  }
  .p-timetable_row_head_text {
    font-size: 1.6rem;
  }
  .p-timetable_row_head:has(> .p-timetable_row_head_img) {
    vertical-align: top;
  }
  .p-timetable_row_data {
    padding: 1.8rem 2.4rem;
  }
  .p-timetable_row_data_tags {
    margin-bottom: 0.8rem;
  }
  .p-timetable_row_data_title {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-timetable_row_data_text {
    line-height: 1.6;
  }
  .p-timetable_row_data_text_link_icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .p-timetable_row_data_text:has(+ *) {
    margin-bottom: 0.4rem;
  }
  .p-timetable_row_data:has(> .p-timetable_row_data_img) {
    padding: initial;
    vertical-align: top;
  }
}


.p-gallery {
  position: relative;
  margin-bottom: 11rem;
}
.p-gallery_inner {
  padding-inline: 10.4rem;
}
.p-gallery_heading {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 2.6rem 1.9rem 0 5.6rem;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-top-left-radius: 3rem;
}
.p-gallery_heading_corner {
  position: absolute;
  top: 0;
  right: calc(-6.5rem + 1px);
  width: 7rem;
}
.p-gallery_photo {
  position: relative;
  z-index: 1;
  margin-top: -0.3rem;
  padding: 10rem 12.2rem;
  border-radius: 0 3rem 3rem 3rem;
}
.p-gallery_photo_year {
  position: absolute;
  width: auto;
  height: 10rem;
}
.p-gallery_photo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1.2rem;
}
.p-gallery_photo_list_item {
  position: relative;
  width: 100%;
  max-width: 29.6rem;
  height: max-content;
}
.p-gallery_photo_list_item_img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.p-gallery_photo_list_item.is-large {
  max-width: initial;
}
.p-gallery_illust-bg {
  position: absolute;
  z-index: 0;
}
.p-gallery.is-blue .p-gallery_heading {
  color: var(--color-text-blue);
  background-color: var(--color-bg-blue);
}
.p-gallery.is-blue .p-gallery_heading_corner_bg {
  fill: var(--color-bg-blue);
}
.p-gallery.is-blue .p-gallery_photo {
  background-color: var(--color-bg-blue);
}
.p-gallery.is-orange .p-gallery_heading {
  color: #A72126;
  background-color: var(--color-bg-orange);
}
.p-gallery.is-orange .p-gallery_heading_corner_bg {
  fill: var(--color-bg-orange);
}
.p-gallery.is-orange .p-gallery_photo {
  background-color: var(--color-bg-orange);
}
.p-gallery.is-green .p-gallery_heading {
  color: #003017;
  background-color: var(--color-bg-green);
}
.p-gallery.is-green .p-gallery_heading_corner_bg {
  fill: var(--color-bg-green);
}
.p-gallery.is-green .p-gallery_photo {
  background-color: var(--color-bg-green);
}
@media screen and (max-width: 768px) {
  .p-gallery_inner {
    padding-inline: 2rem;
  }
  .p-gallery_heading {
    padding: 1.3rem 1.6rem 0.3rem 2rem;
    font-size: 2rem;
    border-top-left-radius: var(--radius);
  }
  .p-gallery_heading_corner {
    right: calc(-4rem + 1px);
    width: 4.4rem;
  }
  .p-gallery_photo {
    margin-top: initial;
    padding: 3.2rem 2rem 5rem;
    border-radius: 0 1rem 1rem 1rem;
  }
  .p-gallery_photo_year {
    height: 8.5vw;
    max-height: 3.2rem;
  }
  .p-gallery_photo_list {
    flex-direction: column;
    gap: 3rem;
  }
  .p-gallery_photo_list_item {
    max-width: initial;
  }
  .p-gallery_illust-bg {
    display: none;
  }
}

.p-ended {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8rem;
  padding-top: 8rem;
}
.p-ended_message {
  font-size: 2.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ended {
    padding-top: 5.8rem;
    gap: 4rem;
  }
  .p-ended_message {
    font-size: 1.6rem;
  }
}

.p-header {
  position: relative;
  width: 100%;
  background-color: var(--color-white);
}
.p-header_skipLink {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9999;
  opacity: 0;
  color: var(--color-text-blue);
  text-decoration: underline;
}
.p-header_skipLink:focus {
  opacity: 1;
}
.p-header_heading {
  display: none;
}
.p-header_hamburger {
  display: none;
}
.p-header_nav {
  padding: 3.3rem 2.2rem 3.3rem 29.3rem;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
}
.p-header_nav_heading {
  margin-right: 27rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: var(--color-blue);
}
.p-header_nav_links {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2.5rem;
  margin-top: -3rem;
}
.p-header_nav_links_item {
  flex-shrink: 0;
}
.p-header_nav_links_item_text {
  display: inline-block;
  position: relative;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  transition: var(--transition);
}
.p-header_nav_links_item_text::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.3rem;
  border-radius: 50vw;
  background-color: var(--color-text-blue);
  transition: inherit;
}
@media (hover: hover) {
  .p-header_nav_links_item_text:hover {
    color: var(--color-text-blue);
  }
  .p-header_nav_links_item_text:hover::after {
    width: 100%;
  }
}
.p-header_nav_links_item_button_text {
  line-height: 1.4;
  letter-spacing: 0em;
}
.p-header_nav_links_item_button_text_main {
  font-size: 1.7rem;
}
.p-header_nav_links_item_button_text_sub {
  font-size: 1.4rem;
}
.p-header_nav_links_item_button.is-flex {
  gap: 1.2rem;
  margin-left: 1.4rem;
  padding: 1.2rem 1.2rem 1.2rem 2.6rem;
  letter-spacing: 0em;
}
.p-header_nav_illust {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: max-content;
    min-height: 5.8rem;
  }
  .p-header_heading {
    display: block;
    height: max-content;
    min-height: 5.8rem;
    padding: 1.1rem 5.8rem;
    font-size: 1.1rem;
    font-weight: var(--font-weight-bold);
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--color-blue);
    border-bottom: 1px solid var(--color-blue);
  }
  .p-header_hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 5.8rem;
    height: 5.7rem;
    padding: 1.4rem;
    background-color: var(--color-white);
    transition: background-color var(--transition);
  }
  .p-header_hamburger_line {
    position: relative;
    display: block;
    width: 100%;
    height: 1.4rem;
    margin-bottom: 0.6rem;
  }
  .p-header_hamburger_line > span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0.2rem;
    background-color: var(--color-text-blue);
    transition: opacity var(--transition), top var(--transition), transform var(--transition);
  }
  .p-header_hamburger_line > span:first-child {
    top: calc(50% - 0.6rem);
  }
  .p-header_hamburger_line > span:nth-child(2) {
    top: 50%;
  }
  .p-header_hamburger_line > span:last-child {
    top: calc(50% + 0.6rem);
  }
  .p-header_hamburger_text {
    display: block;
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: var(--color-text-blue);
  }
  .p-header_nav {
    visibility: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9990;
    width: 100%;
    height: 100vh;
    padding: initial;
    background-color: var(--color-bg-blue);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
  }
  .p-header_nav_inner {
    position: relative;
    min-height: 100vh;
  }
  .p-header_nav_heading {
    margin-right: initial;
    padding: 1.1rem 5.8rem;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    border-bottom: 1px solid var(--color-blue);
  }
  .p-header_nav_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    max-width: 37.5rem;
    margin: auto;
    padding: 6.3rem 2rem 21.7rem 3.2rem;
  }
  .p-header_nav_links_item_text {
    display: flex;
    align-items: flex-start;
    padding-bottom: initial;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: var(--color-text-blue);
  }
  .p-header_nav_links_item_text_small {
    display: inline-block;
    margin-left: 1.8rem;
    font-size: 1.4rem;
  }
  .p-header_nav_links_item_text::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
    margin-right: 0.8rem;
    border-radius: 50%;
    background-color: var(--color-text-blue);
  }
  .p-header_nav_links_item_text::after {
    display: none;
  }
  .p-header_nav_links_item_button.is-flex {
    display: none;
  }
  .p-header_nav_illust {
    display: block;
    position: absolute;
    bottom: 3.6rem;
    left: calc(50% + 0.4rem);
    transform: translateX(-50%);
    width: 32.1rem;
    max-width: calc(100% - 4rem);
    pointer-events: none;
  }
  .p-header.is-opened .p-header_hamburger {
    background-color: unset;
  }
  .p-header.is-opened .p-header_hamburger_line > span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(210deg);
  }
  .p-header.is-opened .p-header_hamburger_line > span:nth-child(2) {
    opacity: 0;
  }
  .p-header.is-opened .p-header_hamburger_line > span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-210deg);
  }
  .p-header.is-opened .p-header_nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}

.p-footer {
  position: relative;
  background-color: var(--color-white);
}
.p-footer_container {
  position: relative;
}
.p-footer_inner {
  display: grid;
  grid-template-areas: "fac1 fac2" "copyright copyright";
  gap: 7.2rem 6rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.1em;
}
.p-footer_facility_logo {
  display: block;
  width: auto;
  height: 5.5rem;
  margin-bottom: 2.4rem;
}
.p-footer_facility_logo_img {
  max-height: 100%;
}
.p-footer_facility_name {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
.p-footer_facility:first-of-type {
  grid-area: fac1;
}
.p-footer_facility:last-of-type {
  grid-area: fac2;
}
.p-footer_copyright {
  grid-area: copyright;
}
.p-footer_backtop {
  position: absolute;
  top: -17rem;
  right: 10.3rem;
  z-index: 990;
  width: 18.8rem;
  height: 18.8rem;
  padding: 4.1rem 0.8rem 1.5rem 0.4rem;
}
.p-footer_backtop > * {
  position: relative;
  z-index: 1;
}
.p-footer_backtop_arrow {
  display: block;
  width: 2.5rem;
  margin-inline: auto;
  margin-bottom: 1.2rem;
  fill: var(--color-text-blue);
  transition: fill var(--transition);
}
.p-footer_backtop_text {
  margin-bottom: 2.3rem;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color-text-blue);
  transition: color var(--transition);
}
.p-footer_backtop_illust {
  width: 100%;
}
.p-footer_backtop::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-white);
  transition: background-color var(--transition);
}
@media (hover: hover) {
  .p-footer_backtop:hover .p-footer_backtop_arrow {
    fill: var(--color-white);
  }
  .p-footer_backtop:hover .p-footer_backtop_text {
    color: var(--color-white);
  }
  .p-footer_backtop:hover::before {
    background-color: var(--color-blue);
  }
}
@media screen and (max-width: 768px) {
  .p-footer_inner {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    padding-top: 4.2rem;
    padding-bottom: 3.4rem;
  }
  .p-footer_facility_logo {
    height: 3.9rem;
    margin-bottom: 1.8rem;
  }
  .p-footer_facility_name {
    margin-bottom: 0.8rem;
  }
  .p-footer_facility:first-of-type {
    margin-bottom: 2rem;
  }
  .p-footer_backtop {
    top: -8rem;
    right: 2rem;
    width: 12.8rem;
    height: 12.8rem;
    padding: 1.7rem 0.54rem 1rem 0.27rem;
  }
  .p-footer_backtop_arrow {
    width: 2.4rem;
    margin-bottom: 1.4rem;
  }
  .p-footer_backtop_text {
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-size: 1.4rem;
  }
}
