@charset "UTF-8";
:root {
  --color-key: #005841;
  --color-key-light: #327762;
  --color-key-pale: #E5EEEC;
  --color-orange: #FF9836;
  --color-date: #B6A398;
  --color-text: #584438;
  --color-base: #F7EFDF;
  --color-pink: #FD837D;
  --color-tag: #F2EBD5;
  --color-current: #E66D3C;
  --font-noto-sans-jp: 'Noto Sans JP', sans-serif;
  --font-zen-kaku-gothic-antique: 'Zen Kaku Gothic Antique', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --font-syncopate: 'Syncopate', sans-serif;
  --site-width: 1366px;
}

/* ==========================================================================
   Foundation
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

html {
  font-size: 16px;
  overflow-x: clip;
}

body {
  width: 100%;
  font-family: var(--font-noto-sans-jp);
  color: var(--color-text);
  background: rgb(247, 239, 223);
  overflow-x: clip;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

iframe {
  width: 100%;
}

figure.wp-block-image {
  width: fit-content;
}

.sp-only {
  display: block;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.wp-block-fsb-flexible-spacer {
  margin: 0 !important;
}

.l-content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: var(--wp--style--global--content-size);
}

@media (max-width: 767px) {
  .column-reverse--sp {
    flex-direction: column-reverse !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

@media (min-width: 1025px) {
  .ta-r--ipad-pro {
    text-align: right;
  }
}

.p-gnav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 48px;
  margin-left: clamp(0.625rem, -51.109375rem + 77vw, 5.4375rem);
  background: var(--color-pink);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
}
.p-gnav__cta:hover {
  background: var(--color-key);
}
.p-gnav__cta > span:first-child {
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .p-gnav__cta {
    display: none;
  }
}

.p-about__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 72px;
  border: 2px solid currentColor;
  border-radius: 46px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-about__button > span:first-child {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-about__button {
    gap: 8px;
    height: 60px;
    border-width: 1.5px;
    border-radius: 38px;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}
.p-about__button {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-about__button:hover {
  background: #fff;
  color: var(--color-orange);
}
.p-about__button:hover .p-about__button-arrow,
.p-about__button:hover .p-activity__button-arrow,
.p-about__button:hover .p-footer__cta-arrow,
.p-about__button:hover .p-trouble__cta-arrow,
.p-about__button:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-about__button:hover .p-about__button-arrow::after,
.p-about__button:hover .p-activity__button-arrow::after,
.p-about__button:hover .p-footer__cta-arrow::after,
.p-about__button:hover .p-trouble__cta-arrow::after,
.p-about__button:hover .c-button__icon::after {
  background: #fff;
}
.p-about__button:hover .p-mega__cta-arrow svg circle,
.p-about__button:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-about__button:hover .p-mega__cta-arrow svg path,
.p-about__button:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.p-about__button {
  width: 310px;
  margin-top: 63px;
}
@media (max-width: 767px) {
  .p-about__button {
    margin-top: 36px;
    max-width: 258px;
  }
}

.wp-block-button.is-style-hvv-orange-button,
.wp-block-button.is-style-hvv-orange-button-pdf,
.wp-block-button.is-style-hvv-pink-button,
.wp-block-button.is-style-hvv-green-button {
  width: 310px;
  max-width: 100%;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 72px;
  border: 2px solid currentColor;
  border-radius: 46px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link > span:first-child,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link > span:first-child,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link > span:first-child,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link > span:first-child {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-orange-button .wp-block-button__link,
  .wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link,
  .wp-block-button.is-style-hvv-pink-button .wp-block-button__link,
  .wp-block-button.is-style-hvv-green-button .wp-block-button__link {
    gap: 8px;
    height: 60px;
    border-width: 1.5px;
    border-radius: 38px;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link {
  gap: 5px;
  text-decoration: none;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link .c-button__text,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__text,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link .c-button__text,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link .c-button__text {
  flex: 1 1 auto;
  text-align: center;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link .c-button__icon,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link .c-button__icon,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link .c-button__icon {
  position: relative;
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.2s;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link .c-button__icon::after,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon::after,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link .c-button__icon::after,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link .c-button__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 9px;
  height: 12px;
  margin: auto;
  background: var(--hvv-button-color, var(--color-orange));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-orange-button .wp-block-button__link,
  .wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link,
  .wp-block-button.is-style-hvv-pink-button .wp-block-button__link,
  .wp-block-button.is-style-hvv-green-button .wp-block-button__link {
    gap: 5px;
  }
  .wp-block-button.is-style-hvv-orange-button .wp-block-button__link .c-button__icon,
  .wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon,
  .wp-block-button.is-style-hvv-pink-button .wp-block-button__link .c-button__icon,
  .wp-block-button.is-style-hvv-green-button .wp-block-button__link .c-button__icon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }
}

.wp-block-button.is-style-hvv-orange-button .wp-block-button__link {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover {
  background: #fff;
  color: var(--color-orange);
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-about__button-arrow,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-activity__button-arrow,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-footer__cta-arrow,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-trouble__cta-arrow,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-about__button-arrow::after,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-activity__button-arrow::after,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-footer__cta-arrow::after,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-trouble__cta-arrow::after,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .c-button__icon::after {
  background: #fff;
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-mega__cta-arrow svg circle,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-mega__cta-arrow svg path,
.wp-block-button.is-style-hvv-orange-button .wp-block-button__link:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}

.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover {
  background: #fff;
  color: var(--color-orange);
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-about__button-arrow,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-activity__button-arrow,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-footer__cta-arrow,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-trouble__cta-arrow,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-about__button-arrow::after,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-activity__button-arrow::after,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-footer__cta-arrow::after,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-trouble__cta-arrow::after,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .c-button__icon::after {
  background: #fff;
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-mega__cta-arrow svg circle,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-mega__cta-arrow svg path,
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon {
  width: 29px;
  height: 28px;
  flex-basis: 29px;
  border-radius: 0;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28' fill='none'%3E%3Cpath d='M15.1133 0V6.87691H22.004L15.1133 0Z' fill='black'/%3E%3Cpath d='M5.21191 17.4126H8.45782C10.4796 17.4126 12.1438 18.1416 12.1438 20.4247C12.1438 22.7078 10.4659 23.5881 8.49908 23.5881H7.42628V26.6414H5.21191V17.4126ZM8.4028 21.8413C9.4756 21.8413 9.99825 21.3324 9.99825 20.4247C9.99825 19.5169 9.40683 19.1731 8.33403 19.1731H7.42628V21.8413H8.38905H8.4028Z' fill='black'/%3E%3Cpath d='M13.4805 17.4102H16.135C18.9407 17.4102 20.7975 18.7719 20.7975 21.9765C20.7975 25.1812 18.9407 26.6253 16.2587 26.6253H13.4805V17.3965V17.4102ZM15.9974 24.8648C17.4828 24.8648 18.5419 24.1771 18.5419 21.9903C18.5419 19.8034 17.4828 19.1845 15.9974 19.1845H15.6948V24.8511H15.9974V24.8648Z' fill='black'/%3E%3Cpath d='M2.46194 26.6412V17.4123C2.46194 15.8994 3.69978 14.6616 5.2127 14.6616H8.45861C9.69645 14.6616 10.7692 14.9092 11.6908 15.3218C12.1721 14.9092 12.7911 14.6616 13.465 14.6616H16.1195C17.6874 14.6616 19.0491 15.0192 20.1631 15.6381C20.617 15.1017 21.2634 14.7579 22.0061 14.6891V8.23854H15.1155C14.359 8.23854 13.7401 7.61962 13.7401 6.86316V0H2.75077C1.23784 0 0 1.23784 0 2.75077V24.7569C0 26.2286 1.15532 27.4251 2.61323 27.4939C2.5307 27.2188 2.46194 26.9438 2.46194 26.6412Z' fill='black'/%3E%3Cpath d='M22.2539 17.4126H28.1405V19.2556H24.4683V21.2774H27.6179V23.1204H24.4683V26.6414H22.2539V17.4126Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='28' viewBox='0 0 29 28' fill='none'%3E%3Cpath d='M15.1133 0V6.87691H22.004L15.1133 0Z' fill='black'/%3E%3Cpath d='M5.21191 17.4126H8.45782C10.4796 17.4126 12.1438 18.1416 12.1438 20.4247C12.1438 22.7078 10.4659 23.5881 8.49908 23.5881H7.42628V26.6414H5.21191V17.4126ZM8.4028 21.8413C9.4756 21.8413 9.99825 21.3324 9.99825 20.4247C9.99825 19.5169 9.40683 19.1731 8.33403 19.1731H7.42628V21.8413H8.38905H8.4028Z' fill='black'/%3E%3Cpath d='M13.4805 17.4102H16.135C18.9407 17.4102 20.7975 18.7719 20.7975 21.9765C20.7975 25.1812 18.9407 26.6253 16.2587 26.6253H13.4805V17.3965V17.4102ZM15.9974 24.8648C17.4828 24.8648 18.5419 24.1771 18.5419 21.9903C18.5419 19.8034 17.4828 19.1845 15.9974 19.1845H15.6948V24.8511H15.9974V24.8648Z' fill='black'/%3E%3Cpath d='M2.46194 26.6412V17.4123C2.46194 15.8994 3.69978 14.6616 5.2127 14.6616H8.45861C9.69645 14.6616 10.7692 14.9092 11.6908 15.3218C12.1721 14.9092 12.7911 14.6616 13.465 14.6616H16.1195C17.6874 14.6616 19.0491 15.0192 20.1631 15.6381C20.617 15.1017 21.2634 14.7579 22.0061 14.6891V8.23854H15.1155C14.359 8.23854 13.7401 7.61962 13.7401 6.86316V0H2.75077C1.23784 0 0 1.23784 0 2.75077V24.7569C0 26.2286 1.15532 27.4251 2.61323 27.4939C2.5307 27.2188 2.46194 26.9438 2.46194 26.6412Z' fill='black'/%3E%3Cpath d='M22.2539 17.4126H28.1405V19.2556H24.4683V21.2774H27.6179V23.1204H24.4683V26.6414H22.2539V17.4126Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
.wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon::after {
  content: none;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-orange-button-pdf .wp-block-button__link .c-button__icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }
}

.wp-block-button.is-style-hvv-pink-button .wp-block-button__link {
  --hvv-button-color: var(--color-pink);
  background: var(--color-pink);
  border-color: var(--color-pink);
}
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover {
  background: #fff;
  color: var(--color-pink);
}
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-about__button-arrow,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-activity__button-arrow,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-footer__cta-arrow,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-trouble__cta-arrow,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-about__button-arrow::after,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-activity__button-arrow::after,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-footer__cta-arrow::after,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-trouble__cta-arrow::after,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .c-button__icon::after {
  background: #fff;
}
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-mega__cta-arrow svg circle,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-mega__cta-arrow svg path,
.wp-block-button.is-style-hvv-pink-button .wp-block-button__link:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}

.wp-block-button.is-style-hvv-green-button .wp-block-button__link {
  --hvv-button-color: var(--color-key);
  background: var(--color-key);
  border-color: var(--color-key);
}
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover {
  background: #fff;
  color: var(--color-key);
}
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-about__button-arrow,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-activity__button-arrow,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-footer__cta-arrow,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-trouble__cta-arrow,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-about__button-arrow::after,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-activity__button-arrow::after,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-footer__cta-arrow::after,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-trouble__cta-arrow::after,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .c-button__icon::after {
  background: #fff;
}
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-mega__cta-arrow svg circle,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-mega__cta-arrow svg path,
.wp-block-button.is-style-hvv-green-button .wp-block-button__link:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}

.p-trouble__cta,
.p-mega__cta-btn,
.p-footer__cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 72px;
  border: 2px solid currentColor;
  border-radius: 46px;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-trouble__cta > span:first-child,
.p-mega__cta-btn > span:first-child,
.p-footer__cta-btn > span:first-child {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-trouble__cta,
  .p-mega__cta-btn,
  .p-footer__cta-btn {
    gap: 8px;
    height: 60px;
    border-width: 1.5px;
    border-radius: 38px;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}
.p-trouble__cta,
.p-mega__cta-btn,
.p-footer__cta-btn {
  max-width: 310px;
}

.p-mega__cta-btn {
  white-space: normal;
  line-height: 1.2;
}

.p-trouble__cta {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-trouble__cta:hover {
  background: #fff;
  color: var(--color-orange);
}
.p-trouble__cta:hover .p-about__button-arrow,
.p-trouble__cta:hover .p-activity__button-arrow,
.p-trouble__cta:hover .p-footer__cta-arrow,
.p-trouble__cta:hover .p-trouble__cta-arrow,
.p-trouble__cta:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-trouble__cta:hover .p-about__button-arrow::after,
.p-trouble__cta:hover .p-activity__button-arrow::after,
.p-trouble__cta:hover .p-footer__cta-arrow::after,
.p-trouble__cta:hover .p-trouble__cta-arrow::after,
.p-trouble__cta:hover .c-button__icon::after {
  background: #fff;
}
.p-trouble__cta:hover .p-mega__cta-arrow svg circle,
.p-trouble__cta:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-trouble__cta:hover .p-mega__cta-arrow svg path,
.p-trouble__cta:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.p-trouble__cta {
  display: inline-flex;
  margin-top: 23px;
}
@media (max-width: 767px) {
  .p-trouble__cta {
    margin-top: 32px;
  }
}

.p-activity__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 72px;
  border: 2px solid currentColor;
  border-radius: 46px;
  font-family: var(--font-noto-sans-jp);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-activity__button > span:first-child {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-activity__button {
    gap: 8px;
    height: 60px;
    border-width: 1.5px;
    border-radius: 38px;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
}
.p-activity__button {
  max-width: 258px;
}
.p-activity__button > span:first-child {
  margin-inline: auto;
}
.p-activity__button--about {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-activity__button--about:hover {
  background: #fff;
  color: var(--color-orange);
}
.p-activity__button--about:hover .p-about__button-arrow,
.p-activity__button--about:hover .p-activity__button-arrow,
.p-activity__button--about:hover .p-footer__cta-arrow,
.p-activity__button--about:hover .p-trouble__cta-arrow,
.p-activity__button--about:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-activity__button--about:hover .p-about__button-arrow::after,
.p-activity__button--about:hover .p-activity__button-arrow::after,
.p-activity__button--about:hover .p-footer__cta-arrow::after,
.p-activity__button--about:hover .p-trouble__cta-arrow::after,
.p-activity__button--about:hover .c-button__icon::after {
  background: #fff;
}
.p-activity__button--about:hover .p-mega__cta-arrow svg circle,
.p-activity__button--about:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-activity__button--about:hover .p-mega__cta-arrow svg path,
.p-activity__button--about:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.p-activity__button--join {
  --hvv-button-color: var(--color-pink);
  background: var(--color-pink);
  border-color: var(--color-pink);
}
.p-activity__button--join:hover {
  background: #fff;
  color: var(--color-pink);
}
.p-activity__button--join:hover .p-about__button-arrow,
.p-activity__button--join:hover .p-activity__button-arrow,
.p-activity__button--join:hover .p-footer__cta-arrow,
.p-activity__button--join:hover .p-trouble__cta-arrow,
.p-activity__button--join:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-activity__button--join:hover .p-about__button-arrow::after,
.p-activity__button--join:hover .p-activity__button-arrow::after,
.p-activity__button--join:hover .p-footer__cta-arrow::after,
.p-activity__button--join:hover .p-trouble__cta-arrow::after,
.p-activity__button--join:hover .c-button__icon::after {
  background: #fff;
}
.p-activity__button--join:hover .p-mega__cta-arrow svg circle,
.p-activity__button--join:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-activity__button--join:hover .p-mega__cta-arrow svg path,
.p-activity__button--join:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}

.p-mega__cta-btn {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-mega__cta-btn:hover {
  background: #fff;
  color: var(--color-orange);
}
.p-mega__cta-btn:hover .p-about__button-arrow,
.p-mega__cta-btn:hover .p-activity__button-arrow,
.p-mega__cta-btn:hover .p-footer__cta-arrow,
.p-mega__cta-btn:hover .p-trouble__cta-arrow,
.p-mega__cta-btn:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-mega__cta-btn:hover .p-about__button-arrow::after,
.p-mega__cta-btn:hover .p-activity__button-arrow::after,
.p-mega__cta-btn:hover .p-footer__cta-arrow::after,
.p-mega__cta-btn:hover .p-trouble__cta-arrow::after,
.p-mega__cta-btn:hover .c-button__icon::after {
  background: #fff;
}
.p-mega__cta-btn:hover .p-mega__cta-arrow svg circle,
.p-mega__cta-btn:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-mega__cta-btn:hover .p-mega__cta-arrow svg path,
.p-mega__cta-btn:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.p-mega__cta-btn {
  font-size: 20px;
  letter-spacing: 1.6px;
  width: 310px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mega__cta-btn {
    font-size: 16px;
    gap: 10px;
  }
}
.p-mega__cta-btn--outline {
  background: transparent;
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .p-mega__cta-btn--outline {
    background: var(--color-pink);
    border-color: var(--color-pink);
    color: #fff;
  }
}
.p-mega__cta-btn--outline .p-mega__cta-arrow svg path {
  fill: var(--color-orange);
}
@media (max-width: 767px) {
  .p-mega__cta-btn--outline .p-mega__cta-arrow svg path {
    fill: #fff;
  }
}
.p-mega__cta-btn--outline .p-mega__cta-arrow svg path[stroke] {
  stroke: var(--color-orange);
}
@media (max-width: 767px) {
  .p-mega__cta-btn--outline .p-mega__cta-arrow svg path[stroke] {
    stroke: var(--color-pink);
  }
}

.p-footer__cta-btn--pink {
  --hvv-button-color: var(--color-pink);
  background: var(--color-pink);
  border-color: var(--color-pink);
}
.p-footer__cta-btn--pink:hover {
  background: #fff;
  color: var(--color-pink);
}
.p-footer__cta-btn--pink:hover .p-about__button-arrow,
.p-footer__cta-btn--pink:hover .p-activity__button-arrow,
.p-footer__cta-btn--pink:hover .p-footer__cta-arrow,
.p-footer__cta-btn--pink:hover .p-trouble__cta-arrow,
.p-footer__cta-btn--pink:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-footer__cta-btn--pink:hover .p-about__button-arrow::after,
.p-footer__cta-btn--pink:hover .p-activity__button-arrow::after,
.p-footer__cta-btn--pink:hover .p-footer__cta-arrow::after,
.p-footer__cta-btn--pink:hover .p-trouble__cta-arrow::after,
.p-footer__cta-btn--pink:hover .c-button__icon::after {
  background: #fff;
}
.p-footer__cta-btn--pink:hover .p-mega__cta-arrow svg circle,
.p-footer__cta-btn--pink:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-footer__cta-btn--pink:hover .p-mega__cta-arrow svg path,
.p-footer__cta-btn--pink:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}
.p-footer__cta-btn--orange {
  --hvv-button-color: var(--color-orange);
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-footer__cta-btn--orange:hover {
  background: #fff;
  color: var(--color-orange);
}
.p-footer__cta-btn--orange:hover .p-about__button-arrow,
.p-footer__cta-btn--orange:hover .p-activity__button-arrow,
.p-footer__cta-btn--orange:hover .p-footer__cta-arrow,
.p-footer__cta-btn--orange:hover .p-trouble__cta-arrow,
.p-footer__cta-btn--orange:hover .c-button__icon {
  background: var(--hvv-button-color);
}
.p-footer__cta-btn--orange:hover .p-about__button-arrow::after,
.p-footer__cta-btn--orange:hover .p-activity__button-arrow::after,
.p-footer__cta-btn--orange:hover .p-footer__cta-arrow::after,
.p-footer__cta-btn--orange:hover .p-trouble__cta-arrow::after,
.p-footer__cta-btn--orange:hover .c-button__icon::after {
  background: #fff;
}
.p-footer__cta-btn--orange:hover .p-mega__cta-arrow svg circle,
.p-footer__cta-btn--orange:hover .p-footer__cta-arrow svg circle {
  fill: var(--hvv-button-color);
}
.p-footer__cta-btn--orange:hover .p-mega__cta-arrow svg path,
.p-footer__cta-btn--orange:hover .p-footer__cta-arrow svg path {
  stroke: #fff;
}

.p-about__button-arrow,
.p-footer__cta-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.2s;
}
.p-about__button-arrow img,
.p-about__button-arrow svg,
.p-footer__cta-arrow img,
.p-footer__cta-arrow svg {
  display: block;
}
.p-about__button-arrow img,
.p-about__button-arrow picture,
.p-about__button-arrow svg,
.p-footer__cta-arrow img,
.p-footer__cta-arrow picture,
.p-footer__cta-arrow svg {
  opacity: 0;
}
.p-about__button-arrow::after,
.p-footer__cta-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 12px;
  background: var(--hvv-button-color, var(--color-orange));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .p-about__button-arrow,
  .p-footer__cta-arrow {
    width: 26px;
    height: 26px;
  }
  .p-about__button-arrow svg,
  .p-footer__cta-arrow svg {
    width: 26px;
    height: 26px;
  }
}

.p-activity__button-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.2s;
}
.p-activity__button-arrow img,
.p-activity__button-arrow svg {
  display: block;
}
.p-activity__button-arrow img,
.p-activity__button-arrow picture,
.p-activity__button-arrow svg {
  opacity: 0;
}
.p-activity__button-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 12px;
  background: var(--hvv-button-color, var(--color-orange));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .p-activity__button-arrow {
    width: 26.705px;
    height: 26.705px;
  }
  .p-activity__button-arrow svg {
    width: 26.705px;
    height: 26.705px;
  }
}

.p-mega__cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mega__cta-arrow svg {
  display: block;
}
@media (max-width: 767px) {
  .p-mega__cta-arrow svg {
    width: 27px;
    height: 27px;
  }
}

.p-about__button-arrow img {
  width: 100%;
  height: 100%;
}

.p-trouble__cta-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transition: background-color 0.2s;
}
.p-trouble__cta-arrow img,
.p-trouble__cta-arrow svg {
  display: block;
}
.p-trouble__cta-arrow img,
.p-trouble__cta-arrow picture,
.p-trouble__cta-arrow svg {
  opacity: 0;
}
.p-trouble__cta-arrow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 9px;
  height: 12px;
  background: var(--hvv-button-color, var(--color-orange));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='12' viewBox='0 0 9 12' fill='none'%3E%3Cpath d='M2 1.5L6.5 6L2 10.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .p-trouble__cta-arrow {
    width: 26.961px;
    height: 26.961px;
  }
  .p-trouble__cta-arrow svg {
    width: 26.961px;
    height: 26.961px;
  }
}

.wp-block-heading.is-style-hvv-nakaguro {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
.wp-block-heading.is-style-hvv-nakaguro::before {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1.77966 0.826294C3.11572 -0.0257023 4.82697 0.00285631 6.36777 4.55004e-07C10.5559 -0.000951497 12.0024 1.49171 11.9996 5.69362C12.0034 6.9026 11.9891 8.16774 11.6053 9.31865C11.0597 11.0112 9.58649 11.7442 7.89904 11.907C7.04865 12.0022 6.18208 12.0117 5.32597 11.9908C3.72613 11.9346 2.14915 11.7566 1.09687 10.5629C0.214107 9.5357 0.0607889 8.11824 0.0093655 6.80074C-0.0144416 4.72454 -0.12205 2.10096 1.76633 0.834862L1.77966 0.825342V0.826294Z' fill='%23005841'/%3E%3C/svg%3E") center/contain no-repeat;
}

.wp-block-heading.is-style-hvv-balloon {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-key);
  letter-spacing: 1.92px;
}
.wp-block-heading.is-style-hvv-balloon::before {
  flex: 0 0 54px;
  width: 54px;
  height: 46.212px;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='47' viewBox='0 0 54 47' fill='none'%3E%3Cpath d='M15.3823 46.2121C15.9995 45.4769 16.2139 44.4186 15.9416 43.451C15.6701 42.4825 14.9527 41.7612 14.0738 41.5677C10.5973 40.8047 7.95247 39.6566 5.98759 38.0584C5.97047 38.0445 5.95416 38.0315 5.93704 38.0186C3.84416 36.4047 2.29997 34.0917 1.34851 31.1436C0.517718 28.5667 0.0766385 25.3732 0 21.3797C0.0766385 17.3861 0.517718 14.1926 1.34933 11.6167C2.30079 8.66853 3.84497 6.35557 5.93786 4.74167C5.95498 4.72871 5.9721 4.71482 5.9884 4.70186C8.05438 3.0213 10.8941 1.83241 14.6706 1.06852C17.9228 0.410186 21.9529 0.0601853 26.9923 0H27.0077C32.0471 0.0601853 36.078 0.410186 39.3294 1.06852C43.1059 1.83241 45.9456 3.0213 48.0116 4.70186C48.0287 4.71575 48.045 4.72871 48.0621 4.74167C50.155 6.35557 51.6992 8.66853 52.6507 11.6167C53.4823 14.1926 53.9234 17.3871 54 21.3797C53.9242 25.3732 53.4823 28.5667 52.6507 31.1426C51.6992 34.0908 50.155 36.4038 48.0621 38.0177C48.045 38.0306 48.0279 38.0445 48.0116 38.0575C45.9456 39.738 43.1059 40.9269 39.3294 41.6908C36.0772 42.3491 32.0463 42.6982 27.0077 42.7593C27.0077 42.7593 26.7551 42.7338 26.5471 42.7538C25.898 42.8332 25.5306 42.9822 25.102 43.0816L15.3823 46.2121Z' fill='%23005841'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (max-width: 767px) {
  .wp-block-heading.is-style-hvv-balloon {
    gap: 16px;
    font-size: 22px;
    letter-spacing: 1.76px;
  }
}

@media (min-width: 1024px) {
  :root h1.is-hvv-text-align-pc-left,
  :root h2.is-hvv-text-align-pc-left,
  :root h3.is-hvv-text-align-pc-left,
  :root h4.is-hvv-text-align-pc-left,
  :root h5.is-hvv-text-align-pc-left,
  :root h6.is-hvv-text-align-pc-left {
    text-align: left;
  }
  :root h1.is-hvv-text-align-pc-center,
  :root h2.is-hvv-text-align-pc-center,
  :root h3.is-hvv-text-align-pc-center,
  :root h4.is-hvv-text-align-pc-center,
  :root h5.is-hvv-text-align-pc-center,
  :root h6.is-hvv-text-align-pc-center {
    text-align: center;
  }
  :root h1.is-hvv-text-align-pc-right,
  :root h2.is-hvv-text-align-pc-right,
  :root h3.is-hvv-text-align-pc-right,
  :root h4.is-hvv-text-align-pc-right,
  :root h5.is-hvv-text-align-pc-right,
  :root h6.is-hvv-text-align-pc-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root h1.is-hvv-text-align-tablet-left,
  :root h2.is-hvv-text-align-tablet-left,
  :root h3.is-hvv-text-align-tablet-left,
  :root h4.is-hvv-text-align-tablet-left,
  :root h5.is-hvv-text-align-tablet-left,
  :root h6.is-hvv-text-align-tablet-left {
    text-align: left;
  }
  :root h1.is-hvv-text-align-tablet-center,
  :root h2.is-hvv-text-align-tablet-center,
  :root h3.is-hvv-text-align-tablet-center,
  :root h4.is-hvv-text-align-tablet-center,
  :root h5.is-hvv-text-align-tablet-center,
  :root h6.is-hvv-text-align-tablet-center {
    text-align: center;
  }
  :root h1.is-hvv-text-align-tablet-right,
  :root h2.is-hvv-text-align-tablet-right,
  :root h3.is-hvv-text-align-tablet-right,
  :root h4.is-hvv-text-align-tablet-right,
  :root h5.is-hvv-text-align-tablet-right,
  :root h6.is-hvv-text-align-tablet-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  :root h1.is-hvv-text-align-mobile-left,
  :root h2.is-hvv-text-align-mobile-left,
  :root h3.is-hvv-text-align-mobile-left,
  :root h4.is-hvv-text-align-mobile-left,
  :root h5.is-hvv-text-align-mobile-left,
  :root h6.is-hvv-text-align-mobile-left {
    text-align: left;
  }
  :root h1.is-hvv-text-align-mobile-center,
  :root h2.is-hvv-text-align-mobile-center,
  :root h3.is-hvv-text-align-mobile-center,
  :root h4.is-hvv-text-align-mobile-center,
  :root h5.is-hvv-text-align-mobile-center,
  :root h6.is-hvv-text-align-mobile-center {
    text-align: center;
  }
  :root h1.is-hvv-text-align-mobile-right,
  :root h2.is-hvv-text-align-mobile-right,
  :root h3.is-hvv-text-align-mobile-right,
  :root h4.is-hvv-text-align-mobile-right,
  :root h5.is-hvv-text-align-mobile-right,
  :root h6.is-hvv-text-align-mobile-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-left h6 {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-center h6 {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-pc-right h6 {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-left h6 {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-center h6 {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-tablet-right h6 {
    text-align: right;
  }
}
@media (max-width: 767px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-left h6 {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-center h6 {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h1,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h2,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h3,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h4,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h5,
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/heading"].is-hvv-text-align-mobile-right h6 {
    text-align: right;
  }
}

.is-style-hvv-note {
  margin: 24px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .is-style-hvv-note {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  :root p.is-hvv-text-align-pc-left {
    text-align: left;
  }
  :root p.is-hvv-text-align-pc-center {
    text-align: center;
  }
  :root p.is-hvv-text-align-pc-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root p.is-hvv-text-align-tablet-left {
    text-align: left;
  }
  :root p.is-hvv-text-align-tablet-center {
    text-align: center;
  }
  :root p.is-hvv-text-align-tablet-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  :root p.is-hvv-text-align-mobile-left {
    text-align: left;
  }
  :root p.is-hvv-text-align-mobile-center {
    text-align: center;
  }
  :root p.is-hvv-text-align-mobile-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-pc-left p {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-pc-center p {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-pc-right p {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-tablet-left p {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-tablet-center p {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-tablet-right p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-mobile-left p {
    text-align: left;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-mobile-center p {
    text-align: center;
  }
  :root .editor-styles-wrapper .block-editor-block-list__block[data-type="core/paragraph"].is-hvv-text-align-mobile-right p {
    text-align: right;
  }
}

.wp-block-quote {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 1000px);
  margin: 50px auto;
  padding: 52px 138px 46px;
  border: 0;
  border-radius: 8px;
  background-color: #fbfbf5;
  color: var(--color-text);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.wp-block-quote::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='41' viewBox='0 0 54 41' fill='none'%3E%3Cpath d='M45.8319 19.4807C51.0504 20.953 54 24.5773 54 29.4475C54 35.9033 49.916 41 41.9748 41C36.8697 41 31.084 37.6022 31.084 28.5414C31.084 20.1602 34.6008 9.51381 38.0042 2.94475C39.1387 0.45304 40.0462 0 42.7689 0H46.7395C48.4412 0 49.1219 0.226514 49.1219 1.01934C49.1219 1.47237 49.0084 1.92541 48.4412 2.94475C45.7185 7.70165 42.8824 14.0442 42.8824 16.5359C42.8824 18.3481 44.1303 19.0276 45.8319 19.4807ZM14.7479 19.4807C19.9664 20.953 22.916 24.5773 22.916 29.4475C22.916 35.9033 18.8319 41 10.8908 41C5.78572 41 0 37.6022 0 28.5414C0 20.1602 3.51681 9.51381 6.92017 2.94475C8.05462 0.45304 8.96219 0 11.6849 0H15.6555C17.3571 0 18.0378 0.226514 18.0378 1.01934C18.0378 1.47237 17.9244 1.92541 17.3571 2.94475C14.6345 7.70165 11.7983 14.0442 11.7983 16.5359C11.7983 18.3481 13.0462 19.0276 14.7479 19.4807Z' fill='%23FD837D'/%3E%3C/svg%3E");
  position: absolute;
  top: -14px;
  left: 18px;
  display: block;
  width: 54px;
  height: 41px;
}
.wp-block-quote p {
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wp-block-quote p + p {
  margin-top: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 24px;
  color: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  text-align: right;
}
@media (max-width: 1023px) {
  .wp-block-quote {
    padding-right: 72px;
    padding-left: 72px;
  }
}
@media (max-width: 767px) {
  .wp-block-quote {
    padding: 36px 24px 32px;
    font-size: 15px;
  }
  .wp-block-quote::before {
    top: -20px;
    left: 16px;
    width: 40px;
    height: auto;
  }
}

ul.wp-block-list.is-style-default {
  padding-left: 2em;
  list-style-type: disc;
}

.wp-block-list.is-style-hvv-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 49px;
  padding: 12px 48px 11px;
  border-radius: 8px;
  background: #f8f8f8;
  list-style: none;
}
@media (max-width: 767px) {
  .wp-block-list.is-style-hvv-link-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 20px 16px;
    width: auto;
    margin: 0 16px 92px;
  }
}
.wp-block-list.is-style-hvv-link-list > li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: var(--color-key);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .wp-block-list.is-style-hvv-link-list > li {
    display: block;
    width: 100%;
    padding: 0;
    color: var(--color-key);
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
    white-space: normal;
  }
  .wp-block-list.is-style-hvv-link-list > li:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-key-pale);
  }
}
.wp-block-list.is-style-hvv-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.wp-block-list.is-style-hvv-link-list a::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-key);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5' fill='none'%3E%3Cpath d='M7.26472 0.292893C7.65525 0.683417 7.65525 1.31643 7.26472 1.70696L4.46492 4.50676C4.27648 4.69515 4.02044 4.80073 3.75398 4.79973C3.48776 4.79866 3.23291 4.69142 3.04597 4.50188L0.287185 1.70207C-0.100317 1.30873 -0.0952274 0.675629 0.297927 0.28801C0.691265 -0.0994915 1.32437 -0.0953762 1.71199 0.297776L3.76375 2.37981L5.85066 0.292893C6.24119 -0.097631 6.8742 -0.0976311 7.26472 0.292893Z' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 5px;
}
@media (max-width: 767px) {
  .wp-block-list.is-style-hvv-link-list a {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (hover: hover) {
  .wp-block-list.is-style-hvv-link-list a:hover {
    opacity: 0.72;
  }
}

@media (min-width: 1024px) {
  figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] {
    width: var(--hvv-image-max-width-pc);
    max-width: var(--hvv-image-max-width-pc);
  }
  figure.wp-block-image.is-hvv-align-pc-left,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-left {
    margin-right: auto;
    margin-left: 0;
  }
  figure.wp-block-image.is-hvv-align-pc-center,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-center {
    margin-inline: auto;
  }
  figure.wp-block-image.is-hvv-align-pc-right,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-right {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] {
    width: var(--hvv-image-max-width-tablet);
    max-width: var(--hvv-image-max-width-tablet);
  }
  figure.wp-block-image.is-hvv-align-tablet-left,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-left {
    margin-right: auto;
    margin-left: 0;
  }
  figure.wp-block-image.is-hvv-align-tablet-center,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-center {
    margin-inline: auto;
  }
  figure.wp-block-image.is-hvv-align-tablet-right,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-right {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] {
    width: var(--hvv-image-max-width-mobile);
    max-width: var(--hvv-image-max-width-mobile);
  }
  figure.wp-block-image.is-hvv-align-mobile-left,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-left {
    margin-right: auto;
    margin-left: 0;
  }
  figure.wp-block-image.is-hvv-align-mobile-center,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-center {
    margin-inline: auto;
  }
  figure.wp-block-image.is-hvv-align-mobile-right,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-right {
    margin-right: 0;
    margin-left: auto;
  }
}

figure.wp-block-image[style*="--hvv-image-max-width"] img,
.editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"][style*="--hvv-image-max-width"] img {
  width: 100% !important;
  height: auto;
}

.wp-element-caption,
.editor-styles-wrapper .wp-element-caption {
  max-width: 100%;
  margin-top: 8px;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] figure.wp-block-image {
  margin-inline: 0;
}
@media (min-width: 1024px) {
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] .components-resizable-box__container {
    width: var(--hvv-image-max-width-pc);
    max-width: var(--hvv-image-max-width-pc);
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-left figure.wp-block-image {
    margin-right: auto;
    margin-left: 0;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-center figure.wp-block-image {
    margin-inline: auto;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-pc-right figure.wp-block-image {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] .components-resizable-box__container {
    width: var(--hvv-image-max-width-tablet);
    max-width: var(--hvv-image-max-width-tablet);
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-left figure.wp-block-image {
    margin-right: auto;
    margin-left: 0;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-center figure.wp-block-image {
    margin-inline: auto;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-tablet-right figure.wp-block-image {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] figure.wp-block-image,
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"] .components-resizable-box__container {
    width: var(--hvv-image-max-width-mobile);
    max-width: var(--hvv-image-max-width-mobile);
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-left figure.wp-block-image {
    margin-right: auto;
    margin-left: 0;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-center figure.wp-block-image {
    margin-inline: auto;
  }
  .editor-styles-wrapper .block-editor-block-list__block[data-type="core/image"].is-hvv-align-mobile-right figure.wp-block-image {
    margin-right: 0;
    margin-left: auto;
  }
}

.hvv-br-sp {
  display: none;
}
@media (max-width: 767px) {
  .hvv-br-sp {
    display: initial;
  }
}

.hvv-br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .hvv-br-pc {
    display: initial;
  }
}

.c-section-wave,
.wp-block-group.is-style-hvv-wave {
  position: relative;
}
.c-section-wave::before, .c-section-wave::after,
.wp-block-group.is-style-hvv-wave::before,
.wp-block-group.is-style-hvv-wave::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url(../images/bg_wave.svg);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 344px 40px;
  pointer-events: none;
}
.c-section-wave::before,
.wp-block-group.is-style-hvv-wave::before {
  top: -40px;
}
.c-section-wave::after,
.wp-block-group.is-style-hvv-wave::after {
  bottom: -40px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .c-section-wave::before, .c-section-wave::after,
  .wp-block-group.is-style-hvv-wave::before,
  .wp-block-group.is-style-hvv-wave::after {
    height: 20px;
    background-size: 172px 20px;
  }
  .c-section-wave::before,
  .wp-block-group.is-style-hvv-wave::before {
    top: -20px;
  }
  .c-section-wave::after,
  .wp-block-group.is-style-hvv-wave::after {
    bottom: -20px;
  }
}

.wp-block-group.is-style-hvv-wave {
  margin-block: 80px;
  padding: 80px 15px;
  background-color: #fff;
}

.wp-block-group.is-style-hvv-horizontal-loop {
  --hvv-loop-gap: clamp(20px, 4vw, 24px);
  --hvv-loop-duration: 35s;
  --hvv-loop-distance: -50%;
  display: block;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.wp-block-group.is-style-hvv-horizontal-loop:active {
  cursor: grabbing;
}

.wp-block-group.is-style-hvv-horizontal-loop.is-dragging {
  user-select: none;
}

.wp-block-group.is-style-hvv-horizontal-loop > .hvv-horizontal-loop__track {
  display: flex;
  justify-content: flex-start;
  width: max-content;
  max-width: none;
  margin-inline: 0;
  will-change: transform;
  animation: hvv-horizontal-loop var(--hvv-loop-duration) linear infinite;
}

.wp-block-group.is-style-hvv-horizontal-loop:hover > .hvv-horizontal-loop__track,
.wp-block-group.is-style-hvv-horizontal-loop.is-dragging > .hvv-horizontal-loop__track {
  animation-play-state: paused;
}

.hvv-horizontal-loop__set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: var(--hvv-loop-gap);
  min-width: max-content;
  margin-inline: 0;
  padding-right: var(--hvv-loop-gap);
}

.hvv-horizontal-loop__set > * {
  flex: 0 0 auto;
  margin-inline: 0;
}

@keyframes hvv-horizontal-loop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--hvv-loop-distance), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-group.is-style-hvv-horizontal-loop > .hvv-horizontal-loop__track {
    animation: none;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-hvv-horizontal-loop {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--hvv-loop-gap);
  overflow-x: auto;
}

.editor-styles-wrapper .wp-block-group.is-style-hvv-horizontal-loop > *,
.editor-styles-wrapper .wp-block-group.is-style-hvv-horizontal-loop > .block-editor-inner-blocks > .block-editor-block-list__layout > * {
  flex: 0 0 auto;
}

.editor-styles-wrapper .wp-block-group.is-style-hvv-horizontal-loop > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--hvv-loop-gap);
}

.wp-block-group.is-style-white-box {
  width: stretch;
  margin: 0 23px;
  padding: 16px 72px;
  border-radius: 8px;
  background-color: #fff;
}
.wp-block-group.is-style-white-box h2, .wp-block-group.is-style-white-box h3, .wp-block-group.is-style-white-box h4, .wp-block-group.is-style-white-box h5, .wp-block-group.is-style-white-box h6 {
  font-size: 24px;
  color: #005841;
}
.wp-block-group.is-style-white-box p {
  color: #005841;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
.c-voice-balloon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1024px);
  aspect-ratio: 1024/415;
  margin-inline: auto;
  padding: 60px 68px 76px;
  background: url(../images/pattern/voice-balloon/voice-balloon.webp) center/contain no-repeat;
  color: var(--color-key);
  overflow: visible;
  background-size: 1024px;
  min-height: 440px;
}
@media (max-width: 767px) {
  .c-voice-balloon {
    width: min(100%, 390px);
    aspect-ratio: 390/464;
    padding: 56px 30px 74px;
    background-image: url(../images/pattern/voice-balloon/voice-balloon_sp.webp);
    background-size: calc(100% - 12px);
    min-height: 500px;
  }
}
.c-voice-balloon__content {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  height: 300px;
  margin: 0;
  overflow-y: auto;
  align-content: center;
}
@media (max-width: 767px) {
  .c-voice-balloon__content {
    width: 100%;
    text-align: center;
    height: 340px;
  }
}
.c-voice-balloon__title {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-voice-balloon__title {
    font-size: 20px !important;
    line-height: 1.65;
    letter-spacing: 0.15em;
  }
}
.c-voice-balloon__text {
  margin: 28px 0 0;
  color: inherit;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-voice-balloon__text {
    margin-top: 26px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}

.c-member-profile {
  position: relative;
  width: min(100%, 1000px);
  margin: 56px auto;
  padding: 58px 102px 86px;
  border-radius: 40px;
  color: var(--color-text);
  overflow: hidden;
  background-color: #fbfbf5;
  background-image: linear-gradient(rgba(0, 88, 65, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 88, 65, 0.06) 1px, transparent 1px), radial-gradient(rgba(88, 68, 56, 0.08) 0.7px, transparent 0.7px);
  background-position: center;
  background-size: 28px 28px, 28px 28px, 9px 9px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-member-profile {
    width: auto;
    margin: 24px 10px;
    padding: 55px 29px 65px;
    border-radius: 40px;
    background-size: 22px 22px, 22px 22px, 8px 8px;
  }
}
.c-member-profile__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 211px minmax(0, 1fr);
  align-items: center;
  gap: 0 53px;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .c-member-profile__header {
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: start;
    gap: 15px 32px;
    max-width: 297px;
    margin-inline: auto;
    text-align: left;
  }
}
.c-member-profile__photo {
  grid-row: 1/3;
  width: 211px;
  height: 211px;
  margin: 0;
  border-radius: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-member-profile__photo {
    grid-row: auto;
    width: 108px;
    height: 108px;
    border-radius: 28px;
  }
}
.c-member-profile__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-member-profile__bio {
  margin: auto 0 0;
  color: var(--color-key);
}
.c-member-profile__role {
  margin: 0 0 15px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-member-profile__role {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.65;
    margin: 0;
  }
}
.c-member-profile__name-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-member-profile__name-row {
    display: block;
    gap: 0px;
  }
}
.c-member-profile .c-member-profile__name {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .c-member-profile .c-member-profile__name {
    font-size: 30px;
    line-height: 1.8;
  }
}
.c-member-profile__name-en {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-member-profile__name-en {
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.65;
  }
}
.c-member-profile__summary {
  grid-column: 2;
  margin: 5px 0 auto !important;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-member-profile__summary {
    grid-column: 1/-1;
    margin-top: 20px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.c-member-profile__qa-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 38px;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .c-member-profile__qa-list {
    gap: 24px;
    width: 100%;
    margin-top: 42px;
  }
}
.c-member-profile__qa {
  margin: 0;
}
.c-member-profile__question, .c-member-profile__answer {
  margin: 0;
  position: relative;
  padding-left: 68px;
}
.c-member-profile .c-member-profile__question {
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-member-profile .c-member-profile__question {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.c-member-profile .c-member-profile__question::before {
  content: "Q";
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 52px;
  background: url("../images/icon-question-balloon.svg") center/contain no-repeat;
  color: #fff;
  font-family: var(--font-inter);
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -5px;
  background-position: 0px 2px;
}
.c-member-profile__answer {
  margin-top: 25px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-member-profile__answer {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.65;
  }
}
.c-member-profile__answer::before {
  content: "A";
  display: inline-block;
  padding-left: 15px;
  color: var(--color-orange);
  font-family: var(--font-noto-sans-jp);
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2;
  position: absolute;
  left: 0;
  top: -20px;
}

body .c-greeting-layout {
  width: min(100%, 990px);
  margin-inline: auto;
  color: var(--color-text);
}
@media (max-width: 767px) {
  body .c-greeting-layout {
    width: auto;
  }
}
body .c-greeting-layout__heading {
  display: grid;
  gap: 48px;
  margin: 0;
  color: var(--color-key);
  text-align: center;
}
@media (max-width: 767px) {
  body .c-greeting-layout__heading {
    gap: 24px;
  }
}
body .c-greeting-layout__title, body .c-greeting-layout__lead {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-weight: 700;
  letter-spacing: 0;
}
body .c-greeting-layout__title {
  font-size: 30px;
  line-height: 1.8;
}
body .c-greeting-layout__lead {
  font-size: 29px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  body .c-greeting-layout__lead {
    width: auto;
    margin-inline: auto;
    font-size: 24px;
    line-height: 1.6;
  }
}
body .c-greeting-layout__intro {
  display: grid;
  grid-template-columns: 337px minmax(0, 593px);
  gap: 60px;
  align-items: start;
  margin: 48px 0 0;
}
@media (max-width: 767px) {
  body .c-greeting-layout__intro {
    grid-template-columns: 111px minmax(0, 1fr);
    gap: 21px;
    align-items: center;
    margin-top: 24px;
  }
}
body .c-greeting-layout__photo {
  width: 337px;
  height: 329px;
  margin: 0;
  overflow: hidden;
  -webkit-mask: url("../images/pattern/greeting-layout/fukuhara-mask.svg") center/100% 100% no-repeat;
  mask: url("../images/pattern/greeting-layout/fukuhara-mask.svg") center/100% 100% no-repeat;
}
@media (max-width: 767px) {
  body .c-greeting-layout__photo {
    width: 111px;
    height: 108px;
  }
}
body .c-greeting-layout__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 54%;
}
body .c-greeting-layout__intro-body {
  margin: 0;
}
@media (max-width: 767px) {
  body .c-greeting-layout__intro-body {
    display: contents;
  }
}
body .c-greeting-layout__profile {
  margin: 4px 0 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body .c-greeting-layout__profile {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
body .c-greeting-layout__profile span {
  display: block;
}
@media (max-width: 767px) {
  body .c-greeting-layout__profile span + span {
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
body .c-greeting-layout__text, body .c-greeting-layout__list {
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  body .c-greeting-layout__text, body .c-greeting-layout__list {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
body .c-greeting-layout__text {
  margin: 0;
}
body .c-greeting-layout__text--first {
  margin-top: 24px;
}
@media (max-width: 767px) {
  body .c-greeting-layout__text--first {
    grid-column: 1/-1;
    margin-top: 24px;
  }
}
body .c-greeting-layout__body {
  display: grid;
  gap: 30px;
  margin: 36px 0 0;
}
@media (max-width: 767px) {
  body .c-greeting-layout__body {
    gap: 26px;
    margin-top: 24px;
  }
}
body .c-greeting-layout__list {
  margin: 18px 0 0;
}
@media (max-width: 767px) {
  body .c-greeting-layout__list {
    margin-top: 6px;
  }
}
body .c-greeting-layout__list li {
  margin: 0;
}

.c-checklist {
  position: relative;
  width: min(100%, 770px);
  min-height: 223px;
  margin: 40px auto 25px;
  padding: 49px 46px 26px;
  border: 1px solid var(--color-key);
  border-top: 0;
  background: transparent;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .c-checklist {
    width: min(100%, 354px);
    min-height: 306px;
    margin-top: 30px;
    padding: 42px 60px 27px;
  }
}
.c-checklist__title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 43px;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-checklist__title {
    gap: 16px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.c-checklist__title::before, .c-checklist__title::after {
  content: "";
  display: block;
  flex: 1 1 0;
  height: 1px;
  background: var(--color-key);
}
.c-checklist .c-checklist__items {
  display: grid;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-checklist .c-checklist__items li {
  position: relative;
  min-height: 31px;
  padding-left: 48px;
  color: inherit;
  font-family: var(--font-noto-sans-jp);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  list-style-type: none;
}
@media (min-width: 768px) {
  .c-checklist .c-checklist__items li {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .c-checklist .c-checklist__items li {
    min-height: 48px;
    padding-left: 48px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    display: flex;
    align-items: center;
  }
}
.c-checklist .c-checklist__items li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M8.67969 12.9714L11.2297 15.5214L17.3197 9.44141' stroke='%23FD837D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25 1H1V25H25V1Z' stroke='%23005841' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media (max-width: 767px) {
  .c-checklist .c-checklist__items li::before {
    top: 50%;
    transform: translateY(-50%);
  }
}

.wp-block-button.is-style-hvv-banner-button {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-banner-button {
    width: stretch;
  }
}
.wp-block-button.is-style-hvv-banner-button .wp-block-button__link {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 43px;
  column-gap: 60px;
  align-items: center;
  width: stretch;
  min-height: 108px;
  margin: 40px 20px;
  padding: 24px 101px 24px 101px;
  border-radius: 8px;
  background: var(--color-key);
  color: #fff;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s;
}
.wp-block-button.is-style-hvv-banner-button .wp-block-button__link:hover {
  background: #43806d;
}
.wp-block-button.is-style-hvv-banner-button .wp-block-button__link::before, .wp-block-button.is-style-hvv-banner-button .wp-block-button__link::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wp-block-button.is-style-hvv-banner-button .wp-block-button__link::before {
  width: 60px;
  height: 48px;
  background-image: url("../images/pattern/banner-button-bubble.svg");
}
.wp-block-button.is-style-hvv-banner-button .wp-block-button__link::after {
  width: 43px;
  height: 43px;
  background-image: url("../images/pattern/banner-button-arrow.svg");
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-banner-button .wp-block-button__link {
    grid-template-columns: 50px minmax(0, 1fr) 36px;
    column-gap: 15px;
    min-height: auto;
    margin: 0;
    padding: 25px 26px;
    font-size: 30px;
    line-height: 1.8;
  }
  .wp-block-button.is-style-hvv-banner-button .wp-block-button__link::before {
    width: 50px;
    height: 40px;
    background-image: url("../images/pattern/banner-button-bubble.svg");
  }
  .wp-block-button.is-style-hvv-banner-button .wp-block-button__link::after {
    width: 36px;
    height: 36px;
    background-image: url("../images/pattern/banner-button-arrow.svg");
  }
}
.wp-block-button.is-style-hvv-banner-button .c-button__text {
  display: -webkit-box;
  min-width: 0;
  max-height: 3.2em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-banner-button .c-button__text {
    display: block;
    max-height: none;
    text-align: left;
    text-overflow: clip;
    overflow: visible;
    -webkit-line-clamp: unset;
  }
}
.wp-block-button.is-style-hvv-banner-button .c-button__icon {
  display: none;
}

.c-banner-button-detail {
  width: min(100%, 996px);
  margin: 40px auto;
}
@media (max-width: 767px) {
  .c-banner-button-detail {
    width: stretch;
  }
}
.c-banner-button-detail__link {
  width: stretch;
  display: grid;
  grid-template-columns: 60px minmax(0, 571px) 43px;
  column-gap: 60px;
  align-items: center;
  min-height: 157px;
  padding: 25px 70px 25px 65px;
  border-radius: 8px;
  background: var(--color-key);
  color: #fff;
  margin: 40px 20px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.c-banner-button-detail__link:hover {
  background: #43806d;
}
.c-banner-button-detail__link::before, .c-banner-button-detail__link::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-banner-button-detail__link::before {
  width: 60px;
  height: 48px;
  background-image: url("../images/pattern/banner-button-bubble.svg");
}
.c-banner-button-detail__link::after {
  width: 43px;
  height: 43px;
  margin-left: auto;
  background-image: url("../images/pattern/banner-button-arrow.svg");
}
@media (max-width: 767px) {
  .c-banner-button-detail__link {
    grid-template-columns: 62px minmax(0, 1fr);
    grid-template-areas: "bubble content" "text text" "arrow arrow";
    column-gap: 31px;
    row-gap: 27px;
    min-height: auto;
    padding: 26px 42px 34px;
  }
  .c-banner-button-detail__link::before {
    grid-area: bubble;
    width: 50px;
    height: 40px;
    margin-top: 8px;
  }
  .c-banner-button-detail__link::after {
    grid-area: arrow;
    width: 36px;
    height: 36px;
    margin-right: 4px;
  }
}
.c-banner-button-detail__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-banner-button-detail__content {
    display: contents;
  }
}
.c-banner-button-detail .c-banner-button-detail__title {
  display: block;
  min-width: 0;
  overflow: hidden;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 767px) {
  .c-banner-button-detail .c-banner-button-detail__title {
    grid-area: content;
    align-self: start;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}
.c-banner-button-detail__text {
  display: -webkit-box;
  min-width: 0;
  max-height: 3.4em;
  overflow: hidden;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-banner-button-detail__text {
    display: block;
    grid-area: text;
    max-height: none;
    overflow: visible;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
    text-overflow: clip;
    -webkit-line-clamp: unset;
  }
}

.c-anchor-buttons.wp-block-buttons {
  counter-reset: hvv-anchor-button;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 224px));
  justify-content: center;
  gap: clamp(0.625rem, -8.9215686275rem + 18.6274509804vw, 3rem);
  width: stretch;
  margin: 40px 20px;
}
@media (max-width: 767px) {
  .c-anchor-buttons.wp-block-buttons {
    display: flex;
    gap: 10px;
    margin: 32px 0;
  }
}

.c-anchor-buttons .wp-block-button.is-style-hvv-anchor-button {
  counter-increment: hvv-anchor-button;
  width: 224px;
  height: clamp(12.5rem, 10.2472527473rem + 4.3956043956vw, 14rem);
  max-width: 100%;
}
@media (max-width: 767px) {
  .c-anchor-buttons .wp-block-button.is-style-hvv-anchor-button {
    width: 176px;
    height: 176px;
  }
}

.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 26px 24px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--color-pink);
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176' fill='none'%3E%3Cpath d='M158.325 27.0704C183.681 56.2199 180.99 126.932 155.161 154.636C139.897 171.088 111.14 176.657 84.9196 175.939C17.2435 174.168 -0.0971678 133.934 0.00040843 88.1852C0.0840452 59.9743 5.56226 26.7645 38.7939 10.4813C75.9844 -7.48926 133.763 -2.56422 158.185 26.9016L158.325 27.0704Z' fill='%23FD837D'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  transition: color 0.2s;
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link > * {
  position: relative;
  z-index: 1;
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link:hover {
  color: var(--color-pink);
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link:hover::before {
  opacity: 1;
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link:hover::after {
  background-color: var(--color-pink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M2 3L4 5L6 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176' fill='none'%3E%3Cpath d='M158.325 27.0704C183.681 56.2199 180.99 126.932 155.161 154.636C139.897 171.088 111.14 176.657 84.9196 175.939C17.2435 174.168 -0.0971678 133.934 0.00040843 88.1852C0.0840452 59.9743 5.56226 26.7645 38.7939 10.4813C75.9844 -7.48926 133.763 -2.56422 158.185 26.9016L158.325 27.0704Z' fill='white' stroke='%23FD837D' stroke-width='1'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link .c-button__text::before {
  content: counter(hvv-anchor-button, decimal-leading-zero);
  display: block;
  margin-bottom: clamp(0rem, -1.7658862876rem + 3.6789297659vw, 1.375rem);
  font-family: var(--font-syncopate);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
.wp-block-button.is-style-hvv-anchor-button .wp-block-button__link::after {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Cpath d='M2 3L4 5L6 3' stroke='%23FD837D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  transition: background-color 0.2s, background-image 0.2s;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-anchor-button .wp-block-button__link {
    padding: 18px 18px 17px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
  .wp-block-button.is-style-hvv-anchor-button .wp-block-button__link .c-button__text::before {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 1.35;
  }
}

.wp-block-button.is-style-hvv-anchor-button .c-button__text {
  display: block;
  width: 100%;
  max-width: 148px;
  min-height: 1.7em;
  white-space: normal;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-hvv-anchor-button .c-button__text {
    max-width: 140px;
    min-height: 1.65em;
  }
}

body .c-monthly-event {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 904px);
  gap: 49px;
  align-items: start;
  width: min(100%, 1049px);
  margin: 0 auto;
  color: var(--color-text);
}
@media (max-width: 767px) {
  body .c-monthly-event {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 15px;
  }
}
body .c-monthly-event > .wp-block-group {
  min-width: 0;
}
body .c-monthly-event .wp-block-image {
  margin: 0;
}
body .c-monthly-event .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body .c-monthly-event .wp-block-button {
    width: 100%;
  }
}
body .c-monthly-event .wp-block-button__link {
  width: 100%;
}
body .c-monthly-event .c-button__text {
  white-space: normal;
  line-height: 1.2;
}
body .c-monthly-event__body {
  min-width: 0;
  margin-top: 26px;
}
@media (max-width: 767px) {
  body .c-monthly-event__body {
    margin-top: 20px;
  }
}
body .c-monthly-event__title {
  margin: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body .c-monthly-event__title {
    font-size: 24px !important;
  }
}
body .c-monthly-event__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-block: 1em !important;
  padding: 4px 23px 4px 22px;
  border-radius: 999px;
  background: var(--color-pink);
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  body .c-monthly-event__label {
    padding: 8px 30px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.c-related-organizations-list {
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 20px 64px 54px;
  border-radius: 16px;
  overflow: hidden;
  background: #fffef7;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .c-related-organizations-list {
    width: min(100%, 370px);
    padding: 28px 21px 19px;
  }
}
.c-related-organizations-list .c-related-organizations-list__title {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-related-organizations-list .c-related-organizations-list__title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.c-related-organizations-list .c-related-organizations-list__section {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .c-related-organizations-list .c-related-organizations-list__section {
    margin-top: 30px;
  }
}
.c-related-organizations-list .c-related-organizations-list__heading {
  margin: 0;
  color: inherit;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-related-organizations-list .c-related-organizations-list__heading {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.c-related-organizations-list .c-related-organizations-list__banners {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 16px;
  margin: 16px 0 0;
}
@media (max-width: 767px) {
  .c-related-organizations-list .c-related-organizations-list__banners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    margin-top: 20px;
  }
}
.c-related-organizations-list .c-related-organizations-list__banner {
  width: 206px;
  height: 78px;
  margin: 0;
  overflow: hidden;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
@media (max-width: 767px) {
  .c-related-organizations-list .c-related-organizations-list__banner {
    width: 100%;
    height: 60px;
    border-radius: 5px;
  }
}
.c-related-organizations-list .c-related-organizations-list__banner a, .c-related-organizations-list .c-related-organizations-list__banner-inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 5px;
}
.c-related-organizations-list .c-related-organizations-list__banner a {
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .c-related-organizations-list .c-related-organizations-list__banner a:hover {
    opacity: 0.72;
  }
}
.c-related-organizations-list .c-related-organizations-list__banner img {
  width: 180px;
  height: 53px;
  object-fit: contain;
}

.c-overview-table {
  width: min(100%, 1000px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(90deg, #fbfbf5 0 218px, #fff 218px 100%);
  color: var(--color-text);
}
@media (max-width: 767px) {
  .c-overview-table {
    width: auto;
    padding: 0 19px;
    border-radius: 16px;
    background: #fff;
  }
}
.c-overview-table p {
  margin-block: 1em !important;
}
.c-overview-table .c-overview-table__row {
  position: relative;
  display: grid;
  grid-template-columns: 241px minmax(0, 1fr);
  align-items: center;
  min-height: 128px;
  margin: 0;
  padding: 20px 70px;
  column-gap: 0;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__row {
    display: block;
    min-height: 0;
    padding: 20px 8px 17px;
  }
}
.c-overview-table .c-overview-table__row::after {
  content: "";
  position: absolute;
  right: 70px;
  bottom: 0;
  left: 70px;
  height: 1px;
  background: #f1e5cf;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__row::after {
    right: 0;
    left: 0;
  }
}
.c-overview-table .c-overview-table__row:nth-child(2) {
  min-height: 352px;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__row:nth-child(2) {
    min-height: 0;
  }
}
.c-overview-table .c-overview-table__row:nth-child(4) {
  min-height: 353px;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__row:nth-child(4) {
    min-height: 0;
  }
}
.c-overview-table .c-overview-table__row:nth-child(7)::after {
  display: none;
}
.c-overview-table .c-overview-table__row:nth-child(6), .c-overview-table .c-overview-table__row:nth-child(7) {
  min-height: 168px;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__row:nth-child(6), .c-overview-table .c-overview-table__row:nth-child(7) {
    min-height: 0;
  }
}
.c-overview-table .c-overview-table__heading {
  width: 8em;
  margin: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: left;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__heading {
    width: auto;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.c-overview-table .c-overview-table__content {
  margin: 0;
}
.c-overview-table .c-overview-table__text, .c-overview-table .c-overview-table__list, .c-overview-table .c-overview-table__officers {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__text, .c-overview-table .c-overview-table__list, .c-overview-table .c-overview-table__officers {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }
}
.c-overview-table .c-overview-table__list {
  width: min(100%, 618px);
  margin-block: 1em;
  padding-left: 27px;
  list-style: disc;
}
@media (max-width: 767px) {
  .c-overview-table .c-overview-table__list {
    width: 100%;
    padding-left: 22px;
  }
}
.c-overview-table .c-overview-table__list li {
  padding-left: 0;
}
.c-overview-table .c-overview-table__officers {
  white-space: pre-wrap;
}
.c-overview-table .wp-block-buttons {
  margin-block: 25px;
}

.wpcf7-form {
  max-width: 1100px;
  margin: 0 auto;
  padding: 61px 99px 66px;
  background: #efe7d6;
  border-radius: 16px;
  box-sizing: border-box;
}
.wpcf7-form p {
  margin: 0 0 39px;
}
.wpcf7-form p:nth-of-type(6) {
  margin-bottom: 4px;
}
.wpcf7-form p:nth-of-type(7) {
  margin-bottom: 44px;
}
.wpcf7-form p:last-of-type {
  position: relative;
  width: 310px;
  max-width: 100%;
  margin: 0;
  margin-inline: auto;
  text-align: center;
}
.wpcf7-form p:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='white'/%3E%3Cpath d='M13.8359 12.1094L18.3155 16.5889L13.8359 21.002' stroke='%23005841' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
  transition: background-image 0.2s;
}
.wpcf7-form p:last-of-type:has(input[type=submit]:hover)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23005841'/%3E%3Cpath d='M13.8359 12.1094L18.3155 16.5889L13.8359 21.002' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.wpcf7-form label {
  display: block;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 47px;
  height: 24px;
  margin-right: 16px;
  padding: 0 16px;
  background: #f05959;
  border-radius: 20px;
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  box-sizing: border-box;
  vertical-align: 3px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 4px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  height: 59px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.44px;
  box-sizing: border-box;
  outline: none;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(0, 88, 65, 0.3);
  opacity: 1;
}
.wpcf7-form textarea {
  height: 389px;
  resize: vertical;
}
.wpcf7-form select {
  appearance: none;
  padding-right: 56px;
  color: rgba(0, 88, 65, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23005841'/%3E%3Cpath d='M6.8 8.2L10 11.4L13.2 8.2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 21px center;
  background-size: 20px 20px;
  cursor: pointer;
}
.wpcf7-form select:valid {
  color: var(--color-key);
}
.wpcf7-form input[type=submit] {
  display: block;
  width: 100%;
  min-width: 310px;
  height: 73px;
  padding: 0 72px 0 40px;
  border: 2px solid var(--color-key);
  border-radius: 46px;
  background: var(--color-key);
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-size: 20.34px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.63px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.wpcf7-form input[type=submit]:hover {
  background: #fff;
  color: var(--color-key);
}
.wpcf7-form input[type=submit]:disabled, .wpcf7-form input[type=submit][aria-disabled=true] {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0;
  color: var(--color-key);
}
.wpcf7-form .confirm-list {
  display: grid;
  row-gap: 5px;
  margin: 0 0 44px;
}
.wpcf7-form .confirm-list dt {
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
}
.wpcf7-form .confirm-list dd {
  min-height: 59px;
  margin: 4px 0 0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.44px;
  box-sizing: border-box;
  text-align: left;
}
.wpcf7-form .confirm-list dd:empty::before {
  content: "未入力";
  color: rgba(0, 88, 65, 0.3);
}
.wpcf7-form .confirm-btn p {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
.wpcf7-form .confirm-btn p .wpcf7-submit {
  padding: 0 40px;
}
.wpcf7-form:has(.confirm-list) p {
  margin-inline: 0;
  text-align: left;
}
.wpcf7-form:has(.confirm-list) p::after {
  content: none;
}
.wpcf7-form:has(.confirm-list) input.wpcf7-previous {
  display: block;
  width: 180px;
  height: 73px;
  padding: 0 32px;
  border: 2px solid var(--color-key);
  border-radius: 46px;
  background: transparent;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 20.34px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 1.63px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.wpcf7-form:has(.confirm-list) input.wpcf7-previous:hover {
  opacity: 0.85;
}
.wpcf7-form:has(.confirm-list) input[type=submit] {
  max-width: 310px;
}
@media (max-width: 767px) {
  .wpcf7-form {
    padding: 32px 40px 40px;
  }
  .wpcf7-form p {
    margin-bottom: 38px;
  }
  .wpcf7-form p:nth-of-type(6) {
    margin-bottom: 8px;
  }
  .wpcf7-form p:nth-of-type(6)::after {
    content: "※ボランティアに参加希望の方は「ボランティア希望」とご明記ください";
    display: block;
    margin-top: 4px;
    color: var(--color-key);
    font-family: var(--font-noto-sans-jp);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .wpcf7-form p:nth-of-type(7) {
    margin-bottom: 42px;
  }
  .wpcf7-form label {
    font-size: 24px;
  }
  .wpcf7-form .required {
    min-width: 47px;
    height: 24px;
    margin-right: 12px;
    padding: 0 14px;
    font-size: 16px;
  }
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel],
  .wpcf7-form select,
  .wpcf7-form textarea {
    height: 59px;
    padding: 16px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.32px;
  }
  .wpcf7-form textarea {
    height: 389px;
  }
  .wpcf7-form select {
    background-position: right 16px center;
  }
  .wpcf7-form input[type=submit] {
    width: 100%;
    min-width: 0;
    height: 73px;
    padding: 0 48px 0 32px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
  }
  .wpcf7-form p:last-of-type::after {
    right: 20px;
    width: 26.705px;
    height: 26.705px;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.3525' cy='13.3525' r='13.3525' fill='white'/%3E%3Cpath d='M11.543 10.1055L15.2813 13.8438L11.543 17.5266' stroke='%23005841' stroke-width='2.50358' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  .wpcf7-form .confirm-list {
    row-gap: 5px;
    margin-bottom: 42px;
  }
  .wpcf7-form .confirm-list dt {
    font-size: 24px;
  }
  .wpcf7-form .confirm-list dd {
    min-height: 59px;
    padding: 16px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.32px;
  }
  .wpcf7-form .confirm-list dt:nth-of-type(7) + dd {
    min-height: 389px;
  }
  .wpcf7-form:has(.confirm-list) p:last-of-type {
    gap: 16px;
    width: auto;
  }
  .wpcf7-form:has(.confirm-list) p:last-of-type::after {
    top: auto;
    right: 20px;
    bottom: 23px;
    transform: none;
  }
  .wpcf7-form:has(.confirm-list) input.wpcf7-previous,
  .wpcf7-form:has(.confirm-list) input[type=submit] {
    width: 100%;
    max-width: none;
    height: 73px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.c-qa {
  width: min(100%, 1100px);
  margin: 32px auto;
}
@media (max-width: 767px) {
  .c-qa {
    width: min(100%, 348px);
    margin: 24px auto;
  }
}
.c-qa__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .c-qa__item {
    border-radius: 16px;
  }
}
.c-qa__item::before {
  content: "Q";
  position: absolute;
  top: 50px;
  left: 86px;
  z-index: 1;
  color: var(--color-key);
  font-family: var(--font-syncopate);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-qa__item::before {
    top: 32px;
    left: 17px;
    font-size: 40px;
  }
}
.c-qa__item > summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 152px;
  padding: 42px 110px 42px 204px;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  list-style: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-qa__item > summary {
    min-height: 143px;
    padding: 25px 56px 25px 80px;
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.c-qa__item > summary::-webkit-details-marker {
  display: none;
}
.c-qa__item > summary::before {
  content: "";
  display: block;
}
.c-qa__item > summary::before, .c-qa__item > summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 62px;
  z-index: 1;
  width: 31px;
  height: 4px;
  border-radius: 999px;
  background: var(--color-orange);
  transform-origin: center;
  transition: transform 0.32s ease;
}
@media (max-width: 767px) {
  .c-qa__item > summary::before, .c-qa__item > summary::after {
    right: 19px;
    width: 20px;
    height: 3px;
  }
}
.c-qa__item > summary::before {
  transform: translateY(-50%) rotate(0deg);
}
.c-qa__item > summary::after {
  transform: translateY(-50%) rotate(90deg);
}
.c-qa__item.is-open > summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.c-qa__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.36s ease;
}
.c-qa__answer {
  position: relative;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  column-gap: 43px;
  row-gap: 10px;
  padding: 0 70px 52px 76px;
  color: var(--color-pink);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-qa__answer {
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 17px;
    row-gap: 8px;
    padding: 23px 27px 24px 17px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
  .c-qa__answer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 27px;
    left: 27px;
    height: 1px;
    background: var(--color-base);
  }
}
.c-qa__answer::before {
  content: "";
  display: block;
  width: 82px;
  aspect-ratio: 128/94;
  margin-top: 2px;
  background: url(../images/ben-chan/ben-chan_answer1.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .c-qa__answer::before {
    width: 46px;
    margin-top: 6px;
  }
}
.c-qa__answer > * {
  grid-column: 2;
  margin-block: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.c-qa__answer-text {
  margin: 0;
}
.c-qa__item > .c-qa__answer-text ~ * {
  margin: 10px 70px 0 201px;
  color: var(--color-pink);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-qa__item > .c-qa__answer-text ~ * {
    margin: 8px 27px 0 80px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-qa__panel, .c-qa__item > summary::after {
    transition: none;
  }
}
.c-qa-box {
  position: relative;
  width: min(100%, 1180px);
  margin: 156px auto 40px;
  padding: 109px 50px 34px;
  border-radius: 20px;
  background: #fefefe;
}
@media (max-width: 767px) {
  .c-qa-box {
    width: 100%;
    margin: 74px auto 36px;
    padding: 162px 22px 18px;
  }
}
.c-qa-box:not(:has(> .c-qa-box__heading)) {
  margin-top: 40px;
  padding-top: 49px;
}
@media (max-width: 767px) {
  .c-qa-box:not(:has(> .c-qa-box__heading)) {
    margin-top: 32px;
    padding-top: 48px;
  }
}
.c-qa-box__qa {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .c-qa-box__qa {
    margin-top: 60px;
  }
}
.c-qa-box__qa:first-of-type {
  margin-top: 0;
}
.c-qa-box .c-qa-box__heading {
  position: absolute;
  top: -82px;
  left: 41px;
  z-index: 1;
  display: -webkit-box;
  width: 553px;
  max-width: calc(100% - 70px);
  height: 159px;
  margin: 0;
  padding: 0;
  border: solid transparent;
  border-width: 32px 50px 43px;
  background: url(../images/pattern/qa-box-balloon.svg) center/100% 100% no-repeat;
  background-origin: border-box;
  color: #fff;
  container-type: inline-size;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(16px, 5cqw, 30px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  .c-qa-box .c-qa-box__heading {
    top: -37px;
    left: 50%;
    width: 280px;
    height: 159px;
    max-width: calc(100% - 44px);
    border-width: 23px 40px 35px;
    background-image: url(../images/pattern/qa-box-balloon-sp.svg);
    font-family: var(--font-noto-sans-jp);
    font-size: clamp(13px, 8cqw, 18px);
    font-weight: 600;
    letter-spacing: 0.08em;
    transform: translateX(-50%);
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
.c-qa-box .c-qa-box__heading[data-lines="1"] {
  border-top-width: 43px;
  border-bottom-width: 59px;
}
@media (max-width: 767px) {
  .c-qa-box .c-qa-box__heading[data-lines="1"] {
    border-top-width: 57px;
    border-bottom-width: 67px;
  }
}
.c-qa-box .c-qa-box__heading[data-lines="2"] {
  border-top-width: 32px;
  border-bottom-width: 43px;
}
@media (max-width: 767px) {
  .c-qa-box .c-qa-box__heading[data-lines="2"] {
    border-top-width: 38px;
    border-bottom-width: 61px;
  }
}
@media (max-width: 767px) {
  .c-qa-box .c-qa-box__heading[data-lines="3"] {
    border-top-width: 36px;
    border-bottom-width: 47px;
  }
}
@media (max-width: 767px) {
  .c-qa-box .c-qa-box__heading[data-lines="4"] {
    border-top-width: 23px;
    border-bottom-width: 35px;
  }
}
.c-qa-box__question {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin: 0;
  color: var(--color-key);
  max-width: 700px;
}
@media (max-width: 767px) {
  .c-qa-box__question {
    gap: 12px;
    width: 90%;
    max-width: 100%;
    margin-inline: auto;
  }
}
.c-qa-box__question-label {
  flex: 0 0 auto;
  margin: 0;
  color: inherit;
  font-family: var(--font-syncopate);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-qa-box__question-label {
    font-size: 32px;
    line-height: 1.2;
  }
}
.c-qa-box__question-text {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-qa-box__question-text {
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}
.c-qa-box__answers {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 42px 0 0;
  max-width: inherit;
}
@media (max-width: 767px) {
  .c-qa-box__answers {
    gap: 20px;
    margin-top: 10px;
  }
}
.c-qa-box__answer {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  column-gap: 64px;
  margin: 0;
  padding: 35px 53px;
  border-radius: 8px;
  background: var(--color-base);
}
@media (max-width: 767px) {
  .c-qa-box__answer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 25px 40px 26px;
  }
}
.c-qa-box__answer-icon {
  position: relative;
  width: 132px;
  height: 135px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url(../images/ben-chan/ben-chan_answer2.svg) center/contain no-repeat;
  color: transparent;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-qa-box__answer-icon {
    margin-inline: auto;
  }
}
.c-qa-box__answer-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-qa-box__answer-body {
    gap: 16px;
    margin-top: 16px;
  }
}
.c-qa-box__answer-title {
  margin: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .c-qa-box__answer-title {
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.08em;
  }
}
.c-qa-box__answer-text {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-qa-box__answer-text {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }
}

.c-qa-supervisor {
  display: flex;
  align-items: center;
  gap: 48px;
  width: min(100%, 613px);
  margin: 40px auto;
}
@media (max-width: 767px) {
  .c-qa-supervisor {
    gap: 24px;
    width: min(100%, 348px);
    margin: 32px auto;
  }
}
.c-qa-supervisor__photo {
  flex: 0 0 211px;
  width: 211px;
  height: 211px;
  margin: 0;
  border-radius: 54px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-qa-supervisor__photo {
    flex-basis: 108px;
    width: 108px;
    height: 108px;
    border-radius: 28px;
  }
}
.c-qa-supervisor__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-qa-supervisor__body {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--color-key);
}
.c-qa-supervisor__role {
  margin: 0 0 4px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .c-qa-supervisor__role {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.c-qa-supervisor__name-row {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 0;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .c-qa-supervisor__name-row {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
}
.c-qa-supervisor .c-qa-supervisor__name {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 33px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-qa-supervisor .c-qa-supervisor__name {
    font-size: 24px;
    line-height: 1.45;
  }
}
.c-qa-supervisor__name-en {
  margin: 0;
  color: inherit;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-qa-supervisor__name-en {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    white-space: normal;
  }
}
.c-qa-supervisor__position {
  margin: 0;
  color: inherit;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-qa-supervisor__position {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.04em;
    position: absolute;
    left: 20px;
    bottom: -35px;
  }
}

.c-news-card {
  position: relative;
  width: 100%;
  max-width: 346px;
  background: #fff;
  border-radius: 8px;
  padding: 18px;
}
.c-news-card__badge {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Cpath d='M64.7692 11.0742C75.1421 22.999 74.0415 51.9266 63.4748 63.2603C57.2305 69.9906 45.4663 72.2686 34.7398 71.9752C7.05417 71.2504 -0.0397518 54.7913 0.000165779 36.0758C0.0343808 24.5349 2.27547 10.9491 15.8702 4.28782C31.0845 -3.06379 54.7214 -1.049 64.7122 11.0052L64.7692 11.0742Z' fill='%23FD837D'/%3E%3C/svg%3E") center/contain no-repeat;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1;
  color: #fff;
}
.c-news-card__thumb {
  margin: 0;
  overflow: hidden;
  background: #f1f1f0;
  border-radius: 8px;
  aspect-ratio: 346/222;
  display: flex;
  place-content: center;
}
.c-news-card__thumb img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  object-fit: contain;
}
.c-news-card .c-news-card__title {
  display: -webkit-box;
  margin: 24px 0 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: anywhere;
}
.c-news-card__date {
  margin: 10px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1;
  color: var(--color-text);
}
.c-news-card__tags {
  margin-top: 8px;
  gap: 8px 20px;
}
.c-news-card__tag {
  margin: 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.5;
  color: var(--color-key);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-news-card__badge {
    width: 56px;
    height: 56px;
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .c-news-card__body {
    padding: 14px 14px 18px;
  }
  .c-news-card__title {
    font-size: 18px;
    line-height: 1.55;
  }
  .c-news-card__date {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
  .c-news-card__tag {
    font-size: 14px;
  }
}

.regist-form {
  background: #F7F7F7;
  padding: 40px 100px;
  border-radius: 16px;
}
@media (max-width: 1024px) {
  .regist-form {
    padding: 30px 20px;
  }
}
.regist-form form {
  margin: 0;
}
.regist-form form input {
  margin-block: 1em;
}
.regist-form form input[type=text] {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #fff;
  border-radius: 8px;
}
.regist-form form input[type=submit] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 48px;
  background: #000;
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-weight: 700;
  border-radius: 8px;
}
.regist-form__regist {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 5px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 16px 56px;
}
@media (max-width: 1023px) {
  .l-header {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}

.p-gnav {
  position: relative;
  width: 100%;
  max-width: 1253px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-gnav {
    width: 100%;
  }
}
.p-gnav__bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 86px;
  padding: 0 42px 0 47px;
  background: #F8F8F8;
  border-radius: 43px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
@media (max-width: 767px) {
  .p-gnav__bar {
    width: 100%;
    height: 80px;
    padding: 0 23px 0 24px;
    background: #f8f8f8;
    border-radius: 0;
    box-shadow: none;
  }
}
.p-gnav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-gnav__logo img {
  width: 245px;
  height: auto;
}
@media (max-width: 767px) {
  .p-gnav__logo img {
    width: 202px;
  }
}
.p-gnav__menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: clamp(0rem, -10.078125rem + 15vw, 0.9375rem);
}
@media (max-width: 1023px) {
  .p-gnav__menu {
    display: none;
  }
}
.p-gnav__item {
  position: relative;
}
.p-gnav__item.is-active .p-gnav__label {
  color: var(--color-key);
}
.p-gnav__item.is-active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 16px;
  right: 16px;
  height: 6px;
  background: var(--color-key-light);
}
.p-gnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 16px;
  transition: opacity 0.2s;
}
.p-gnav__link:hover {
  opacity: 0.7;
}
.p-gnav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 24px;
}
.p-gnav__icon img {
  width: auto;
  height: 22px;
}
.p-gnav__label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.4;
  color: var(--color-text);
  white-space: nowrap;
}
.p-gnav__trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-left: 24px;
  padding: 4px;
  flex-shrink: 0;
  width: 67px;
}
@media (max-width: 1023px) {
  .p-gnav__trigger {
    margin-left: auto;
    gap: 6px;
    padding: 0;
  }
}
.p-gnav__trigger[aria-expanded=true] .p-gnav__trigger-bar:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.p-gnav__trigger[aria-expanded=true] .p-gnav__trigger-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.p-gnav__trigger[aria-expanded=true] .p-gnav__trigger-bar:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.p-gnav__trigger[aria-expanded=true] .p-gnav__trigger-text--open {
  display: none;
}
.p-gnav__trigger[aria-expanded=true] .p-gnav__trigger-text--close {
  display: inline-block;
}
.p-gnav__trigger-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 36px;
  height: 28px;
}
@media (max-width: 767px) {
  .p-gnav__trigger-icon {
    width: 36px;
    height: 28px;
  }
}
.p-gnav__trigger-bar {
  display: block;
  width: 36px;
  height: 4px;
  background: var(--color-key);
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.p-gnav__trigger-text {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-gnav__trigger-text {
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 1;
  }
}
.p-gnav__trigger-text--close {
  display: none;
}

body.has-mega-open .p-spnav {
  display: none;
}

.p-mega {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 5;
}
.p-mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .p-mega {
    position: fixed;
    top: 80px;
    bottom: 86px;
    left: 0;
    width: 100%;
    height: calc(100svh - 80px);
    overflow: auto;
    background: #f8f8f8;
    transform: translateY(0);
    z-index: 200;
  }
}
.p-mega__inner {
  padding: 140px 80px 48px;
  background: #f7f7f7;
  border-radius: 44px 44px 0 0;
}
@media (min-width: 768px) {
  .p-mega__inner {
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 1220px) {
  .p-mega__inner {
    padding: 110px 40px 40px;
  }
}
@media (max-height: 768px) {
  .p-mega__inner {
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .p-mega__inner {
    display: flex;
    flex-direction: column;
    padding: 42px 39px 26px;
    background: #f8f8f8;
    border-radius: 0;
  }
}
.p-mega__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 381px;
  grid-template-areas: "links cards" "ctas cards";
  align-items: flex-start;
  column-gap: 47px;
  row-gap: 36px;
}
@media (max-width: 1220px) {
  .p-mega__body {
    grid-template-columns: minmax(0, 1fr) 381px;
    column-gap: 32px;
  }
}
@media (max-width: 960px) {
  .p-mega__body {
    grid-template-columns: minmax(0, 1fr) 295px;
    column-gap: 16px;
  }
}
@media (max-width: 767px) {
  .p-mega__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 auto;
    min-height: 0;
    gap: 24px;
  }
}
.p-mega__links {
  display: grid;
  grid-area: links;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 216px auto;
  grid-auto-flow: column;
  row-gap: 28px;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mega__links {
    grid-template-columns: auto auto;
    column-gap: 15px;
  }
}
@media (max-width: 767px) {
  .p-mega__links {
    width: 288px;
    max-width: 100%;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    column-gap: 60px;
    row-gap: 16px;
    flex: 0 1 auto;
    max-height: 100%;
    padding-right: 12px;
    overscroll-behavior: contain;
    scrollbar-color: var(--color-key) #d6d6d6;
    scrollbar-width: thin;
  }
  .p-mega__links::-webkit-scrollbar {
    width: 4px;
  }
  .p-mega__links::-webkit-scrollbar-track {
    background: #d6d6d6;
    border-radius: 999px;
  }
  .p-mega__links::-webkit-scrollbar-thumb {
    background: var(--color-key);
    border-radius: 999px;
  }
}
@media (max-width: 767px) {
  .p-mega__links > .p-mega__link--top {
    order: 1;
  }
  .p-mega__links > .p-mega__link--about {
    order: 2;
  }
  .p-mega__links > .p-mega__link--experience {
    order: 3;
  }
  .p-mega__links > .p-mega__link--corporation {
    order: 4;
  }
  .p-mega__links > .p-mega__link--news {
    order: 5;
  }
  .p-mega__links > .p-mega__link--faq {
    order: 6;
  }
  .p-mega__links > .p-mega__link--event {
    order: 7;
  }
  .p-mega__links > .p-mega__link--support {
    grid-column: 1/-1;
    order: 8;
    white-space: nowrap;
  }
}
.p-mega__link {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 1.4;
  color: var(--color-key);
  transition: opacity 0.2s;
}
.p-mega__link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mega__link {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .p-mega__link {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
    white-space: normal;
  }
}
.p-mega__cards {
  display: flex;
  grid-area: cards;
  flex-direction: column;
  gap: 40px;
  flex-shrink: 0;
}
@media (max-width: 1220px) {
  .p-mega__cards {
    width: 381px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mega__cards {
    gap: 13px;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .p-mega__cards {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .p-mega__cards {
    flex-direction: row;
    gap: 14px;
    width: 312px;
    flex-shrink: 0;
  }
}
.p-mega__card {
  display: flex;
  height: 137px;
  border-radius: 9px;
  overflow: hidden;
  transition: opacity 0.2s;
}
.p-mega__card:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .p-mega__card {
    flex-direction: column-reverse;
    width: 149px;
    height: 139px;
    border-radius: 7.68px;
  }
}
.p-mega__card-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 182px;
  flex-shrink: 0;
  background: #fffdf4;
  position: relative;
  padding: 15px;
}
@media (max-width: 960px) {
  .p-mega__card-visual {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .p-mega__card-visual {
    width: 100%;
    height: 92px;
    gap: 6px;
  }
}
.p-mega__card--pink .p-mega__card-visual {
  border: 1px solid var(--color-pink);
  border-radius: 9px 0 0 9px;
}
@media (max-width: 767px) {
  .p-mega__card--pink .p-mega__card-visual {
    border-radius: 0 0 6.55px 6.55px;
  }
}
.p-mega__card--orange .p-mega__card-visual {
  border: 1px solid var(--color-orange);
  border-radius: 9px 0 0 9px;
}
@media (max-width: 767px) {
  .p-mega__card--orange .p-mega__card-visual {
    border-radius: 0 0 6.55px 6.55px;
  }
}
.p-mega__card-qa-mark {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--color-pink);
  letter-spacing: 2px;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-mega__card-qa-mark {
    font-size: 34.233px;
    letter-spacing: 1.7116px;
  }
}
.p-mega__card-qa-mark--question {
  position: relative;
  top: -8px;
  left: -4px;
}
@media (max-width: 767px) {
  .p-mega__card-qa-mark--question {
    top: 0;
    left: 0;
  }
}
.p-mega__card-qa-mark--exclamation {
  position: relative;
  top: 4px;
  left: 4px;
}
@media (max-width: 767px) {
  .p-mega__card-qa-mark--exclamation {
    top: 0;
    left: 0;
  }
}
.p-mega__card-number {
  font-family: var(--font-syncopate);
  font-size: 38px;
  font-weight: 400;
  color: var(--color-orange);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-mega__card-number {
    font-size: 31.219px;
  }
}
.p-mega__card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .p-mega__card-content {
    width: 100%;
    height: 47px;
    flex: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 12px 12px 15px;
  }
}
.p-mega__card--pink .p-mega__card-content {
  background: var(--color-pink);
  border-radius: 0 9px 9px 0;
}
@media (max-width: 767px) {
  .p-mega__card--pink .p-mega__card-content {
    border-radius: 7.68px 7.68px 0 0;
  }
}
.p-mega__card--orange .p-mega__card-content {
  background: var(--color-orange);
  border-radius: 0 9px 9px 0;
}
@media (max-width: 767px) {
  .p-mega__card--orange .p-mega__card-content {
    border-radius: 7.68px 7.68px 0 0;
  }
}
.p-mega__card-title {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.82px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .p-mega__card-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.3;
  }
}
.p-mega__card-desc {
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 960px) {
  .p-mega__card-desc {
    display: none;
  }
}
.p-mega__card-arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media (max-width: 767px) {
  .p-mega__card-arrow {
    position: static;
    flex-shrink: 0;
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .p-mega__card-arrow svg {
    width: 22px;
    height: 22px;
  }
}
.p-mega__footer-actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 34px;
}
@media (max-width: 1023px) {
  .p-mega__footer-actions {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .p-mega__footer-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 36px;
    margin-top: 36px;
  }
}
.p-mega__ctas {
  display: flex;
  grid-area: ctas;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-mega__ctas {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
}
.p-mega__bottom-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-mega__bottom-right {
    align-items: inherit;
  }
}
.p-mega__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-mega__social {
    gap: 18px;
  }
}
.p-mega__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.p-mega__social-link:hover {
  opacity: 0.7;
}
.p-mega__social-link:nth-child(1) img {
  width: 33px;
  height: 33px;
}
.p-mega__social-link:nth-child(2) img {
  width: 31px;
  height: 31px;
}
.p-mega__social-link:nth-child(3) img {
  width: 39px;
  height: 31px;
}
.p-mega__social-link:nth-child(4) img {
  width: 31px;
  height: 31px;
}
.p-mega__about-site {
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-text);
  transition: opacity 0.2s;
}
.p-mega__about-site:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-mega__about-site {
    margin-top: 20px;
  }
}
.p-mega__close {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 54px;
  background: var(--color-key);
  border-radius: 0 0 44px 44px;
  color: #fff;
}
.p-mega__close:hover {
  background: var(--color-key-light);
}
@media (max-width: 767px) {
  .p-mega__close {
    display: none;
  }
}
.p-mega__close-icon {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.p-mega__close-text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
}

.p-gnav:has(.is-open) .p-gnav__bar {
  box-shadow: 4px 4px 56px rgba(187, 176, 142, 0);
}

.p-loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #f7efdf;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.p-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-loading__inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 32px;
}
.p-loading__mascot {
  display: block;
  width: 180px;
  max-width: 46vw;
  height: auto;
  animation: hvv-loading-hop 0.9s ease-in-out infinite;
  transform-origin: 50% 100%;
}
@media (max-width: 767px) {
  .p-loading__mascot {
    width: 142px;
    max-width: 50vw;
  }
}
.p-loading__text {
  margin: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
}

@keyframes hvv-loading-hop {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  45% {
    transform: translateY(-12px) scale(1.03);
  }
  70% {
    transform: translateY(0) scale(0.98, 1.02);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-loading__mascot {
    animation: none;
  }
}
/* ==========================================================================
   Project - Main Visual
   ========================================================================== */
.p-mainvisual {
  position: relative;
  width: 100%;
  height: 646px;
  background: #F7EFDF;
  background-image: url(../images/top/bg_sp_bubble.webp), url(../images/top/bg_sp.webp);
  background-size: 485px, cover;
  background-position: top, bottom;
  background-repeat: no-repeat;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-mainvisual .p-mainvisual__bubble {
    display: none;
  }
}
@media (min-width: 767px) {
  .p-mainvisual {
    background-image: url(../images/top/bg_ipad_bubble.webp), url(../images/top/bg_ipad.webp);
    background-size: 1024px, cover;
    height: 796px;
  }
}
@media (min-width: 1366px) {
  .p-mainvisual {
    background-image: url(../images/top/bg_pc_bubble.webp), url(../images/top/bg_pc.webp);
    background-size: 1366px, cover;
  }
}
@media (min-width: 1920px) {
  .p-mainvisual {
    background-image: url(../images/top/bg_pc_bubble.webp), url(../images/top/bg_pc-wide.webp);
    background-size: 1366px, cover;
  }
}
.p-mainvisual__bg {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1665px;
  height: 1035px;
  pointer-events: none;
}

.p-mainvisual__bg-shape {
  width: 100%;
  height: 100%;
}

.p-mainvisual__texture {
  position: absolute;
  background: url("../images/mv-dots-texture.jpg") center/cover no-repeat;
  pointer-events: none;
}

.p-mainvisual__texture--center {
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 1387px;
  height: 990px;
  mix-blend-mode: lighten;
  opacity: 0.3;
}

.p-mainvisual__texture--left {
  top: 61px;
  left: calc(50% - 340px);
  width: 681px;
  height: 681px;
  mix-blend-mode: color-burn;
  opacity: 0.15;
}

.p-mainvisual__bubble {
  position: absolute;
  pointer-events: none;
}

.p-mainvisual__bubble--01 {
  top: 194px;
  left: 64px;
  width: 317px;
  transform: scaleX(-1);
}

.p-mainvisual__bubble--02 {
  top: 556px;
  left: calc(50% + 230px);
  width: 176px;
  transform: scaleX(-1);
}

.p-mainvisual__bubble--03 {
  top: 503px;
  left: 170px;
  width: 215px;
}

.p-mainvisual__bubble--04 {
  top: 162px;
  right: 130px;
  width: 277px;
}

.p-mainvisual__catch {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
}
@media (min-width: 768px) {
  .p-mainvisual__catch {
    top: 200px;
    left: 51%;
    width: 424px;
  }
}
@media (min-width: 1366px) {
  .p-mainvisual__catch {
    top: 140px;
    width: 557px;
  }
}

.p-mainvisual__catch-bubble {
  width: 100%;
}

.p-mainvisual__catch-text {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  writing-mode: vertical-rl;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 3.3px;
  line-height: 1.64;
  color: var(--color-text);
  flex-direction: column;
}

.p-mainvisual__catch-line {
  letter-spacing: 1em;
}

.p-mainvisual__catch-line--accent {
  color: #f17703;
}

.p-mainvisual__character {
  position: absolute;
  top: 137px;
  left: calc(50% - 170px);
  width: 116px;
  height: 89px;
  overflow: hidden;
}

.p-mainvisual__character-img {
  position: absolute;
  top: -16%;
  left: -7%;
  width: 116%;
  height: auto;
}

.p-mainvisual__sub {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 135px;
  padding: 0 15px;
}
@media (min-width: 767px) {
  .p-mainvisual__sub {
    bottom: 115px;
  }
}
@media (min-width: 1366px) {
  .p-mainvisual__sub {
    bottom: 72px;
  }
}

.p-mainvisual__sub-text {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.64;
  color: #fff;
  text-shadow: 4px 4px 20px rgba(140, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .p-mainvisual__sub-text {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}

.p-mega-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.p-mega-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-about {
  position: relative;
  width: 100%;
  height: 800px;
  background-image: url(../images/top/bg_about_base.webp), url(../images/top/bg_about.webp);
  background-repeat: no-repeat;
  background-size: 1248px, 1530px;
  background-position: center 0;
}
@media (max-width: 767px) {
  .p-about {
    height: 750px;
    background-image: url(../images/top/bg_about_base-sp.webp), url(../images/top/bg_about_bubble-sp.webp);
    background-size: 390px, 580px;
    background-position: center 110px, top;
  }
}
.p-about__inner {
  position: relative;
  width: 100%;
  max-width: var(--site-width);
  height: 100%;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .p-about__inner {
    width: 100%;
    margin-top: 0;
  }
}
.p-about__leaf {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.p-about__leaf--pc-left {
  top: 340px;
  left: -46px;
  width: 449px;
  height: 309px;
}
@media (max-width: 767px) {
  .p-about__leaf--pc-left {
    display: none;
  }
}
.p-about__leaf--pc-right {
  top: 483px;
  right: -417px;
  width: 388px;
  height: 318px;
}
@media (max-width: 767px) {
  .p-about__leaf--pc-right {
    display: none;
  }
}
.p-about__leaf--sp-top {
  display: none;
}
@media (max-width: 767px) {
  .p-about__leaf--sp-top {
    display: block;
    top: 0;
    left: 116px;
    width: 137px;
    height: 84px;
    transform: scaleX(-1);
  }
}
.p-about__leaf--sp-bl {
  display: none;
}
@media (max-width: 767px) {
  .p-about__leaf--sp-bl {
    display: block;
    top: 554px;
    left: -85px;
    width: 294px;
    height: 235px;
    transform: rotate(-13.89deg);
    transform-origin: center center;
  }
}
.p-about__leaf--sp-br {
  display: none;
}
@media (max-width: 767px) {
  .p-about__leaf--sp-br {
    display: block;
    top: 712px;
    left: auto;
    right: -101px;
    width: 194px;
    height: 159px;
    transform: rotate(163.34deg) scaleX(-1);
    transform-origin: center center;
  }
}
.p-about__bubble {
  display: block;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  width: 1352px;
  height: 787px;
  pointer-events: none;
  z-index: 1;
}
.p-about__bubble img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-about__bubble {
    top: 110px;
    width: 387px;
    height: 585px;
    max-width: calc(100% - 4px);
  }
}
.p-about__sub-bubble {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 241px;
  height: 176px;
  transform: translateX(clamp(6.25rem, -9.0008361204rem + 31.7725752508vw, 18.125rem));
  transform-origin: center center;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-about__sub-bubble {
    top: 75px;
    left: 50%;
    transform: translateX(clamp(3rem, 1.6879770992rem + 5.5979643766vw, 4.375rem));
    width: 142px;
    height: 96.5px;
  }
}
.p-about__sub-bubble__inner {
  background-image: url(../images/top/about-bubble-sub.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 241px;
  height: 176px;
}
@media (max-width: 767px) {
  .p-about__sub-bubble__inner {
    width: 142px;
    height: 96.5px;
  }
}
.p-about__sub-bubble-text {
  position: absolute;
  top: 51px;
  left: 45px;
  width: 100%;
  margin: 0;
  padding-left: 6px;
  text-align: left;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: #fff;
  transform: rotate(5.72deg);
}
@media (max-width: 767px) {
  .p-about__sub-bubble-text {
    top: 29px;
    left: 18px;
    padding-left: 4px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 11.38px;
    font-weight: 700;
    letter-spacing: 2.276px;
    line-height: 1.66;
  }
}
.p-about__content {
  position: relative;
  z-index: 2;
  padding-top: 119px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-about__content {
    padding-top: 194px;
  }
}
.p-about__lead {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-about__lead {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.69;
  }
}
.p-about__title {
  margin: 18px 0 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(2.0625rem, 1.5808946488rem + 1.0033444816vw, 2.4375rem);
  font-weight: 700;
  letter-spacing: 7.41px;
  line-height: 1.65;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-about__title {
    margin-top: 22px;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.65;
  }
}
.p-about__desc {
  margin: 40px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-about__desc {
    margin-top: 25px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.85;
  }
}
.p-about__button-text {
  display: inline-block;
}
.p-about-content {
  padding: 0 35px;
}
@media (max-width: 767px) {
  .p-about-omoi__title {
    font-size: 6cqw !important;
  }
}

.p-about_character {
  position: relative;
  max-width: 1024px;
  min-height: 545px;
  margin-inline: auto;
  color: var(--color-key);
}
@media (max-width: 1023px) {
  .p-about_character {
    max-width: 894px;
    min-height: 475px;
  }
}
@media (max-width: 767px) {
  .p-about_character {
    max-width: 350px;
    min-height: 760px;
  }
}
.p-about_character__title {
  margin: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__title {
    font-size: 26px;
  }
}
.p-about_character__name {
  gap: 28px;
  margin-top: 16px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__name {
    gap: 24px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .p-about_character__name {
    gap: 18px;
    margin-top: 3px;
  }
}
.p-about_character__name-label, .p-about_character__name-text {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-weight: 700;
}
.p-about_character__name-label {
  color: var(--color-key);
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 1.4;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__name-label {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-about_character__name-label {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-about_character__name-text {
  color: var(--color-pink);
  font-size: 26px;
  line-height: 1.8;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__name-text {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .p-about_character__name-text {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-about_character__body {
  position: relative;
  height: 430px;
  margin-top: -70px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__body {
    height: 374px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .p-about_character__body {
    height: 619px;
    margin-top: 28px;
  }
}
.p-about_character__image {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 272px;
  margin: 0;
  transform: translateX(-50%);
}
.p-about_character__image img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: 50% 100%;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__image {
    top: 96px;
    left: calc(50% + 13px);
    width: 236px !important;
  }
}
@media (max-width: 767px) {
  .p-about_character__image {
    top: 285px;
    width: 200px !important;
  }
}
.p-about_character__bubble {
  position: absolute;
  z-index: 1;
  display: block;
  margin: 0;
}
.p-about_character__bubble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-about_character__bubble--fukidashi1 {
  top: -4px;
  left: 15px;
  width: 315px;
  height: 187px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__bubble--fukidashi1 {
    top: -2px;
    left: 0;
    width: 274px;
    height: 162px;
  }
}
@media (max-width: 767px) {
  .p-about_character__bubble--fukidashi1 {
    top: 4px;
    left: 50%;
    width: 271px !important;
    height: 123px;
    transform: translateX(-50%);
  }
  .p-about_character__bubble--fukidashi1 img {
    content: url("../images/about/fukidashi1_sp.png");
  }
}
.p-about_character__bubble--fukidashi2 {
  top: -28px;
  right: 62px;
  width: 274px;
  height: 187px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__bubble--fukidashi2 {
    right: 0;
    width: 238px;
    height: 163px;
    top: -23px;
  }
}
@media (max-width: 767px) {
  .p-about_character__bubble--fukidashi2 {
    top: 131px;
    right: auto;
    left: 18px;
    width: 158px !important;
    height: 142px;
  }
  .p-about_character__bubble--fukidashi2 img {
    content: url("../images/about/fukidashi2_sp.png");
  }
}
.p-about_character__bubble--fukidashi3 {
  top: 194px;
  right: -16px;
  width: 215px;
  height: 160px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__bubble--fukidashi3 {
    top: 169px;
    width: 187px;
    height: 139px;
    right: -24px;
  }
}
@media (max-width: 767px) {
  .p-about_character__bubble--fukidashi3 {
    top: 144px;
    right: 15px;
    width: 120px !important;
    height: 129px;
  }
  .p-about_character__bubble--fukidashi3 img {
    content: url("../images/about/fukidashi3_sp.png");
  }
}
.p-about_character__bubble--fukidashi4 {
  right: 193px;
  bottom: -84px;
  width: 215px;
  height: 161px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__bubble--fukidashi4 {
    right: 157px;
    width: 187px;
    height: 140px;
    bottom: -74px;
  }
}
@media (max-width: 767px) {
  .p-about_character__bubble--fukidashi4 {
    right: 0;
    bottom: 10px;
    width: 138px !important;
    height: 129px;
  }
  .p-about_character__bubble--fukidashi4 img {
    content: url("../images/about/fukidashi4_sp.png");
  }
}
.p-about_character__bubble--fukidashi5 {
  bottom: -11px;
  left: 100px;
  width: 239px;
  height: 161px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-about_character__bubble--fukidashi5 {
    bottom: -11px;
    left: 101px;
    width: 208px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .p-about_character__bubble--fukidashi5 {
    bottom: 0;
    left: 0px;
    width: 185px !important;
    height: 127px;
  }
  .p-about_character__bubble--fukidashi5 img {
    content: url("../images/about/fukidashi5_sp.png");
  }
}

.editor-styles-wrapper .p-about_character__body > .block-editor-inner-blocks,
.editor-styles-wrapper .p-about_character__body > .block-editor-inner-blocks > .block-editor-block-list__layout {
  position: static;
  height: 100%;
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__image), .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble) {
  position: absolute;
  margin: 0;
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block > .p-about_character__image,
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block > .p-about_character__bubble {
  position: static;
  width: 100%;
  height: 100%;
  margin: 0;
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__image) {
  top: 110px;
  left: 50%;
  width: 272px;
  transform: translateX(-50%);
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__image) {
    top: 96px;
    width: 237px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__image) {
    top: 285px;
    width: 200px;
  }
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi1) {
  top: 0;
  left: 0;
  width: 315px;
  height: 162px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi1) {
    width: 274px;
    height: 141px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi1) {
    left: 50%;
    width: 270px;
    height: 118px;
    transform: translateX(-50%);
  }
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi5) {
  bottom: 70px;
  left: 84px;
  width: 239px;
  height: 141px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi5) {
    bottom: 61px;
    left: 73px;
    width: 208px;
    height: 123px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi5) {
    bottom: 0;
    left: 0;
    width: 185px;
    height: 120px;
  }
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi2) {
  top: 0;
  right: 82px;
  width: 274px;
  height: 157px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi2) {
    right: 72px;
    width: 238px;
    height: 137px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi2) {
    top: 156px;
    right: auto;
    left: 18px;
    width: 158px;
    height: 137px;
  }
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi3) {
  top: 194px;
  right: 0;
  width: 215px;
  height: 134px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi3) {
    top: 169px;
    width: 187px;
    height: 117px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi3) {
    top: 156px;
    right: 0;
    width: 120px;
    height: 123px;
  }
}
.editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi4) {
  right: 217px;
  bottom: 0;
  width: 215px;
  height: 134px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi4) {
    right: 189px;
    width: 187px;
    height: 117px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .p-about_character__body .block-editor-block-list__block[data-type="core/image"]:has(.p-about_character__bubble--fukidashi4) {
    right: 0;
    bottom: 0;
    width: 138px;
    height: 122px;
  }
}

.l-footer {
  padding: 80px 56px 28px;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 60px 39px 9px;
  }
}

.p-footer {
  max-width: 1253px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-footer {
    max-width: 100%;
  }
}
.p-footer__inner {
  position: relative;
  width: 100%;
  padding: 60px 76px 0 113px;
  background: #FFFEF5;
  border-radius: 24px;
  box-shadow: 4px 4px 56px rgba(187, 176, 142, 0.2);
}
@media (max-width: 1023px) {
  .p-footer__inner {
    height: auto;
    padding: 20px 27px 0;
  }
}
.p-footer__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 25px;
}
@media (max-width: 1023px) {
  .p-footer__nav {
    display: block;
  }
}
.p-footer__foot {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .p-footer__foot {
    margin-top: 42px;
  }
}
.p-footer__logo {
  display: block;
}
.p-footer__logo img {
  display: block;
  width: 303px;
  height: auto;
}
@media (max-width: 1023px) {
  .p-footer__logo img {
    width: 202px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .p-footer__logo {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}
.p-footer__links {
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin: 109px 0 0;
  padding: 0;
  column-gap: 24px;
  row-gap: 35px;
  list-style: none;
}
.p-footer__links li {
  line-height: 1;
  list-style: none;
}
@media (max-width: 1023px) {
  .p-footer__links {
    position: static;
    width: fit-content;
    margin: 49px auto 0;
    column-gap: 14px;
    row-gap: 8px;
  }
}
@media (max-width: 1023px) {
  .p-footer__link-item--wide {
    grid-column: 1/-1;
  }
}
.p-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 20px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-footer__link::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  background: var(--color-key);
  border-radius: 50%;
}
.p-footer__link:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .p-footer__link {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.p-footer__ctas {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 1023px) {
  .p-footer__ctas {
    position: static;
    align-items: center;
    gap: 16px;
    margin: 49px auto 0;
  }
}
.p-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1023px) {
  .p-footer__social {
    position: static;
    justify-content: center;
    gap: 18px;
    margin: 43px auto 0;
  }
}
.p-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.p-footer__social-link:hover {
  opacity: 0.7;
}
.p-footer__social-link:nth-child(1) img {
  width: 33px;
  height: 33px;
}
.p-footer__social-link:nth-child(2) img {
  width: 31px;
  height: 31px;
}
.p-footer__social-link:nth-child(3) img {
  width: 39px;
  height: 31px;
}
.p-footer__social-link:nth-child(4) img {
  width: 31px;
  height: 31px;
}
.p-footer__anchor {
  text-align: center;
  margin-top: -40px;
}
@media (max-width: 1023px) {
  .p-footer__anchor {
    margin-top: 0;
  }
}
.p-footer__top {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: opacity 0.2s;
}
.p-footer__top:hover {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .p-footer__top {
    position: static;
    left: auto;
    margin: 51px auto 0;
    transform: none;
  }
}
.p-footer__top-text {
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
}
@media (max-width: 1023px) {
  .p-footer__top-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.p-footer__top-mascot {
  display: block;
  width: 107px;
  height: 65px;
  margin-top: 2px;
}
@media (max-width: 1023px) {
  .p-footer__top-mascot {
    margin-top: 12px;
  }
}
.p-footer__copyright {
  margin: 17px 0 0;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-footer__copyright {
    margin-top: 9px;
  }
}

.p-spnav {
  display: none;
}
@media (max-width: 767px) {
  .p-spnav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    z-index: 110;
  }
}
.p-spnav__list {
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-spnav__item {
  flex: 1;
  position: relative;
  list-style: none;
}
.p-spnav__item.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color-key-light);
}
.p-spnav__item.is-active .p-spnav__label {
  color: var(--color-key);
}
.p-spnav__item.is-active .p-spnav__link {
  background-color: #ebf0ef;
}
.p-spnav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 6px;
  padding: 16px 4px 10px;
  transition: opacity 0.2s;
}
.p-spnav__link:hover {
  opacity: 0.7;
}
.p-spnav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 24px;
}
.p-spnav__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.p-spnav__label {
  font-family: var(--font-noto-sans-jp);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 1.4;
  color: var(--color-text);
  white-space: nowrap;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 86px;
  }
}
.p-pickup-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 120;
  width: 187px;
  padding-top: 9px;
}
@media (max-width: 767px) {
  .p-pickup-top {
    right: auto;
    bottom: 104px;
    left: 50%;
    width: 310px;
    padding-top: 9px;
    transform: translateX(-50%);
  }
}
.p-pickup-top.is-hidden {
  display: none;
}
.p-pickup-top__card {
  display: block;
  width: 180px;
  overflow: hidden;
  background: #fff;
  color: var(--color-key);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: opacity 0.2s;
  border-radius: 8px;
}
.p-pickup-top__card:hover {
  opacity: 0.82;
}
.p-pickup-top__card:hover {
  opacity: 0.82;
}
@media (max-width: 767px) {
  .p-pickup-top__card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    width: 304px;
    min-height: 106px;
    padding: 13px 16px;
    text-align: left;
  }
}
.p-pickup-top__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 120px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .p-pickup-top__figure {
    width: 120px;
    height: 80px;
    border-radius: 0;
  }
}
.p-pickup-top__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-pickup-top__figure--logo .p-pickup-top__image {
  width: 62%;
  height: auto;
  object-fit: contain;
}
.p-pickup-top__body {
  display: block;
  padding: 6px 10px 12px;
}
@media (max-width: 767px) {
  .p-pickup-top__body {
    padding: 0;
  }
}
.p-pickup-top__title, .p-pickup-top__text {
  display: block;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-weight: 700;
}
.p-pickup-top__title {
  font-size: 27px;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .p-pickup-top__title {
    font-size: 27px;
    line-height: 1.4;
  }
}
.p-pickup-top__text {
  margin-top: 6px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.25;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-pickup-top__text {
    margin-top: 2px;
    font-size: 15px;
    line-height: 1.35;
  }
}
.p-pickup-top__close {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M2.66949 1.23944C4.67358 -0.0385533 7.24046 0.00428446 9.55166 6.82506e-07C15.8339 -0.00142724 18.0037 2.23756 17.9994 8.54043C18.0051 10.3539 17.9837 12.2516 17.408 13.978C16.5895 16.5168 14.3797 17.6163 11.8486 17.8605C10.573 18.0033 9.27311 18.0176 7.98896 17.9862C5.5892 17.9019 3.22372 17.6349 1.64531 15.8443C0.32116 14.3035 0.0911833 12.1774 0.0140482 10.2011C-0.0216624 7.0868 -0.183075 3.15144 2.6495 1.25229L2.66949 1.23944Z' fill='%23005841'/%3E%3Cpath d='M13.4075 13.2734L12.9442 13.7192L4.26562 4.71917L4.72893 4.27344L13.4075 13.2734Z' fill='white'/%3E%3Cpath d='M4.59249 13.2734L5.0558 13.7192L13.7344 4.71917L13.2711 4.27344L4.59249 13.2734Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-pickup-top__close {
    width: 28px;
    height: 28px;
    top: -2px;
    right: -2px;
  }
}

.p-slider {
  position: relative;
  padding: 120px 56px 80px;
}
.p-slider::before {
  background-image: url(/assets/images/bg_bubble-r1.png);
  display: block;
  position: absolute;
  content: "";
  width: 658px;
  height: 461px;
  bottom: -50px;
  left: calc((100% - 1366px) / 2 - 200px);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-slider::before {
    content: none;
  }
}
@media (max-width: 767px) {
  .p-slider {
    padding: 80px 14px 40px;
  }
}
.p-slider__inner {
  position: relative;
  max-width: 1198px;
  margin: 0 auto;
}
.p-slider__mascot {
  position: absolute;
  top: -95px;
  left: 65%;
  width: 167px;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-slider__mascot {
    top: -53px;
    left: auto;
    right: 16%;
    width: 93px;
    height: 84px;
  }
}
.p-slider__viewport {
  position: relative;
  width: 1022px;
  max-width: 100%;
  margin: 0 auto;
  background: var(--color-pink);
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
  touch-action: pan-y;
  cursor: grab;
}
.p-slider--single .p-slider__viewport {
  cursor: default;
}
.p-slider__track {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.4s ease;
}
.p-slider__track.is-dragging {
  transition: none;
  cursor: grabbing;
  user-select: none;
}
.p-slider__slide {
  flex-shrink: 0;
  width: 100%;
  list-style: none;
}
.p-slider__slide-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 27px 36px 27px 30px;
  gap: 35px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-slider__slide-link:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .p-slider__slide-link {
    padding: 25px 21px;
    gap: 16px;
  }
}
.p-slider__slide-image {
  flex-shrink: 0;
  aspect-ratio: 490/300;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-slider__slide-image {
    border-radius: 4px;
  }
}
.p-slider__slide-content {
  flex: 1;
  min-width: 0;
}
.p-slider__slide-category {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(1.875rem, 0.510451505rem + 2.8428093645vw, 2.9375rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-slider__slide-category {
    font-size: 20px;
  }
}
.p-slider__slide-title {
  margin: 24px 0 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(0.75rem, -0.0238095238rem + 3.1746031746vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 表示する行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-slider__slide-title {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.96px;
    line-height: 1.7;
  }
}
.p-slider__nav {
  position: absolute;
  top: 158px;
  width: 39px;
  height: 39px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-slider__nav:hover {
  opacity: 0.8;
}
.p-slider__nav--prev {
  left: 0;
}
.p-slider__nav--prev img {
  transform: scaleX(-1);
}
.p-slider__nav--next {
  right: 0;
}
.p-slider__nav img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1260px) {
  .p-slider__nav {
    position: static;
    width: 32px;
    height: 32px;
  }
}
.p-slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-slider__controls {
    margin-top: 16px;
  }
}
.p-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-slider__dots li {
  list-style: none;
  line-height: 0;
}
.p-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #82B6A8;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.p-slider__dot:hover {
  background: var(--color-key-light);
}
.p-slider__dot.is-active {
  background: var(--color-key);
}

.p-experience {
  padding: 80px 0 60px;
}
@media (max-width: 1024px) {
  .p-experience {
    padding: 80px 0 40px;
  }
}
.p-experience__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 90px 0 80px;
  background: #fbfbf5;
  border-radius: 40px;
  background-image: url("../images/experience/bg_experience.webp");
  background-size: 80%;
}
@media (max-width: 1024px) {
  .p-experience__inner {
    padding: 30px 0 40px;
  }
}
.p-experience__clip {
  position: absolute;
  top: -117px;
  left: 50%;
  transform: translateX(-50%);
  width: 227px;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-experience__clip {
    top: -94px;
    width: 174px;
  }
}
.p-experience__header {
  position: relative;
  padding: 0 113px;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-experience__header {
    padding: 0 38px;
  }
}
.p-experience__kazari {
  margin-inline: auto;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}
.p-experience__mascot-back {
  position: absolute;
  top: 40px;
  left: clamp(0rem, -11.237458194rem + 23.4113712375vw, 8.75rem);
  width: 132px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-experience__mascot-back {
    position: static;
    width: 90px;
  }
}
.p-experience__bubble {
  position: absolute;
  top: -120px;
  right: clamp(0rem, -28.0701754386rem + 43.8596491228vw, 9.375rem);
  width: 252px;
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .p-experience__bubble {
    position: static;
    display: block;
    width: 134px;
    height: auto;
  }
}
.p-experience__bubble__inner {
  background-image: url(../images/top/about-bubble-sub.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 252px;
  height: 184px;
}
@media (max-width: 1024px) {
  .p-experience__bubble__inner {
    width: 126px;
    height: 98px;
  }
}
.p-experience__bubble-shape {
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(5.72deg);
}
.p-experience__bubble-text {
  position: absolute;
  margin: 0;
  padding-top: 6px;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: #fff;
  transform: rotate(6.85deg);
  top: 42px;
  left: 52px;
}
@media (max-width: 1024px) {
  .p-experience__bubble-text {
    position: static;
    padding-top: 25px;
    font-size: 9.61px;
    letter-spacing: 0.7688px;
  }
}
.p-experience__title {
  display: block;
  margin: 0 auto;
  width: 508px;
  max-width: 100%;
}
.p-experience__title img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .p-experience__title {
    width: 312px;
    margin-top: 20px;
  }
}
.p-experience__desc {
  margin: 32px auto 0;
  max-width: 800px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-experience__desc {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
    text-align: left;
  }
}
.p-experience__btn {
  margin-top: 30px;
}
.p-experience__btn .wp-block-button {
  margin-inline: auto;
}
.p-experience__slider {
  position: relative;
  padding: 0 113px;
  overflow: clip;
}
@media (max-width: 767px) {
  .p-experience__slider {
    padding: 0;
  }
}
.p-experience__viewport {
  width: 984px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  touch-action: pan-y;
  cursor: grab;
}
.p-experience:not(.is-experience-draggable) .p-experience__viewport {
  cursor: default;
}
@media (max-width: 767px) {
  .p-experience__viewport {
    width: 100%;
    padding-top: 40px;
  }
}
.p-experience__track {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.4s ease;
}
.p-experience__track.is-dragging {
  transition: none;
  cursor: grabbing;
  user-select: none;
}
@media (max-width: 767px) {
  .p-experience__track {
    gap: 16px;
  }
}
.p-experience__card {
  position: relative;
  flex-shrink: 0;
  width: 312px;
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience__card {
    width: 256px;
  }
}
.p-experience__new {
  position: absolute;
  top: -50px;
  left: -24px;
  width: 90px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-experience__new {
    top: -34px;
    left: -6px;
    width: 75px;
  }
}
.p-experience__card-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 27px 25px 29.5px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.p-experience__card-link:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .p-experience__card-link {
    padding: 16.31px 18.13px;
    border-width: 1.727px;
    border-radius: 6.907px;
  }
}
.p-experience__card-image {
  width: 100%;
  height: 173px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2ebd5;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .p-experience__card-image {
    height: 162.622px;
    margin-bottom: 13.814px;
    border-radius: 5px;
  }
}
.p-experience__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 20px;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-experience__card-meta {
    gap: 6.907px;
    margin-bottom: 6px;
    font-size: 10.361px;
    letter-spacing: 1.0361px;
    line-height: 17.268px;
  }
}
.p-experience__card-title {
  margin: 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-experience__card-title {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-experience__card-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.p-experience__card-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-experience__card-arrow {
    bottom: 12px;
    right: 12px;
    width: 34.536px;
    height: 34.536px;
  }
}
.p-experience__controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 42px;
  margin-top: 32px;
}
.p-experience.is-experience-centered .p-experience__controls {
  display: none;
}
@media (max-width: 767px) {
  .p-experience__controls {
    margin-top: 24px;
  }
}
.p-experience__nav {
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-experience__nav:hover {
  opacity: 0.8;
}
.p-experience__nav img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-experience__nav--prev img {
  transform: scaleX(-1);
}
.p-experience__dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  width: 168px;
  max-width: 100%;
  min-height: 40px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-experience__dots li {
  list-style: none;
  line-height: 0;
}
.p-experience__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #82B6A8;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}
.p-experience__dot:hover {
  background: var(--color-key-light);
}
.p-experience__dot.is-active {
  background: var(--color-key);
}
.p-experience__search {
  margin-top: 80px;
  padding: 0 113px;
}
@media (max-width: 767px) {
  .p-experience__search {
    margin-top: 60px;
    padding: 0 38px;
  }
}
.p-experience__search-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 1.4;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-experience__search-heading {
    gap: 8px;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.p-experience__search-text {
  position: relative;
  z-index: 1;
}
.p-experience__search-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 21px;
  background-image: url("../images/line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -12px;
  z-index: -1;
}
.p-experience__search-icon {
  width: 55px;
  height: 59px;
}
@media (max-width: 767px) {
  .p-experience__search-icon {
    display: none;
  }
}
.p-experience__search-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px 0 32px;
  background: var(--color-text);
  opacity: 0.4;
}
@media (max-width: 767px) {
  .p-experience__search-line {
    margin: 16px 0 24px;
  }
}
.p-experience__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-experience__tags li {
  list-style: none;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-experience__tags {
    gap: 12px 8px;
  }
}
.p-experience__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  padding: 8px 35px;
  background: var(--color-tag);
  border-radius: 22.692px;
  font-family: var(--font-noto-sans-jp);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-key);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background-color 0.2s;
}
.p-experience__tag:hover {
  color: var(--color-tag);
  background-color: var(--color-key);
}
@media (max-width: 767px) {
  .p-experience__tag {
    height: 31.484px;
    padding: 6.174px 25px;
    font-size: 13.12px;
    border-radius: 22.692px;
  }
}

.p-experience-archive {
  width: 100%;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .p-experience-archive {
    padding-bottom: 60px;
  }
}
.p-experience-archive__inner {
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .p-experience-archive__inner {
    padding: 0 20px;
  }
}
.p-experience-archive__search {
  margin-top: 0;
  margin-inline: -40px;
  padding: 40px 60px 48px;
  background: var(--color-tag);
}
@media (max-width: 767px) {
  .p-experience-archive__search {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 31px 36px 38px;
    border-radius: 0;
    background: #efe7d6;
  }
}
.p-experience-archive__search-label {
  margin: 0 0 20px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-experience-archive__search-label {
    order: 2;
    margin: 40px 0 16px 3px;
    font-family: var(--font-noto-sans-jp);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}
.p-experience-archive__search-label-pc {
  display: inline;
}
@media (max-width: 767px) {
  .p-experience-archive__search-label-pc {
    display: none;
  }
}
.p-experience-archive__search-label-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-experience-archive__search-label-sp {
    display: inline;
  }
}
.p-experience-archive__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
.p-experience-archive__tags li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience-archive__tags {
    order: 3;
    display: flex;
    gap: 12px;
    margin: 0 3px;
  }
}
.p-experience-archive__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 41px;
  padding: 8px 24px;
  background: #fff;
  border-radius: 999px;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-key);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background-color 0.2s;
}
.p-experience-archive__tag:hover {
  color: #fff;
  background-color: var(--color-key);
}
.p-experience-archive__tag.is-active {
  background: var(--color-key);
  color: #fff;
}
@media (max-width: 767px) {
  .p-experience-archive__tag {
    width: 100%;
    min-height: 0;
    padding: 5px 8px;
    border: 1px solid #dbd2c2;
    border-radius: 24px;
    font-family: var(--font-noto-sans-jp);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4;
    white-space: nowrap;
  }
}
.p-experience-archive__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-experience-archive__form {
    order: 1;
    width: 100%;
    height: 45px;
    padding: 0;
    border: 1px solid #dbd2c2;
    border-radius: 32px;
    background: #fff;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.02);
    align-items: stretch;
    overflow: hidden;
  }
}
.p-experience-archive__form-field {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.p-experience-archive__form-input {
  width: 100%;
  height: 56px;
  padding: 0 28px;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  color: var(--color-text);
}
.p-experience-archive__form-input::placeholder {
  color: rgba(88, 68, 56, 0.5);
}
@media (max-width: 767px) {
  .p-experience-archive__form-input {
    height: 100%;
    padding: 0 16px 0 20px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.65;
    color: var(--color-text);
  }
  .p-experience-archive__form-input::placeholder {
    color: #969696;
    font-weight: 700;
  }
}
.p-experience-archive__form-submit {
  flex: 0 0 auto;
  min-width: 140px;
  padding: 0 32px;
  border: none;
  background: var(--color-key);
  color: #fff;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-experience-archive__form-submit:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .p-experience-archive__form-submit {
    min-width: 68px;
    width: 68px;
    height: 100%;
    margin-right: 0;
    padding: 0;
    border-radius: 0 32px 32px 0;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
  }
}
.p-experience-archive__banner {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .p-experience-archive__banner {
    margin-top: 32px;
  }
}
.p-experience-archive__banner > *:first-child {
  margin-top: 0;
}
.p-experience-archive__banner > *:last-child {
  margin-bottom: 0;
}
.p-experience-archive__heading {
  margin: 56px 0 53px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-experience-archive__heading {
    margin: 32px 0 20px;
    font-size: 22px;
  }
}
.p-experience-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 32px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}
.p-experience-archive__list > li {
  list-style: none;
  display: flex;
}
@media (max-width: 1024px) {
  .p-experience-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media (max-width: 767px) {
  .p-experience-archive__list {
    grid-template-columns: 1fr;
    gap: 32px 0;
    margin-top: 24px;
  }
}
.p-experience-archive__list .c-news-card {
  max-width: none;
  height: 100%;
}
.p-experience-archive__list .c-news-card__thumb img {
  max-width: none;
  object-fit: cover;
}
.p-experience-archive__list .c-news-card__tags {
  display: flex;
  flex-wrap: wrap;
}
.p-experience-archive__card-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
}
.p-experience-archive__card-link:hover .c-news-card {
  background-color: #fffdf5;
}
.p-experience-archive__empty {
  margin: 64px 0;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  color: var(--color-text);
}
.p-experience-archive__pagination {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .p-experience-archive__pagination {
    margin-top: 40px;
  }
}
.p-experience-archive__pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-experience-archive__pagination-list li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience-archive__pagination-list {
    gap: 6px 18px;
  }
}
.p-experience-archive__pagination-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-experience-archive__pagination-item .page-numbers:hover {
  opacity: 0.65;
}
.p-experience-archive__pagination-item .page-numbers.current {
  color: var(--color-current);
  text-decoration: none;
}
.p-experience-archive__pagination-item .page-numbers.dots {
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .p-experience-archive__pagination-item .page-numbers {
    min-width: 24px;
    height: 32px;
    font-size: 20px;
  }
}
.p-experience-archive__pagination-item .prev,
.p-experience-archive__pagination-item .next {
  width: 32px;
  min-width: 0;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  background: var(--color-key);
  font-size: 0;
}
.p-experience-archive__pagination-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
}
.p-experience-archive__pagination-arrow--prev {
  transform: rotate(135deg);
  margin-left: 3px;
}
.p-experience-archive__pagination-arrow--next {
  transform: rotate(-45deg);
  margin-right: 3px;
}

.p-experience-detail {
  width: 100%;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .p-experience-detail {
    margin-bottom: 48px;
  }
}
.p-experience-detail__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 64px 96px;
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 18px 40px 0;
}
@media (max-width: 900px) {
  .p-experience-detail__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .p-experience-detail__inner {
    gap: 78px;
    padding: 0 38px;
  }
}
.p-experience-detail__body {
  min-width: 0;
}
.p-experience-detail__name {
  margin: 0 0 8px;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-experience-detail__name {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.65;
  }
}
.p-experience-detail__meta {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.7;
  list-style: none;
}
.p-experience-detail__meta li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience-detail__meta {
    gap: 0;
    font-size: 15px;
    line-height: 1.65;
  }
}
.p-experience-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}
.p-experience-detail__tags li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience-detail__tags {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 32px;
  }
}
.p-experience-detail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 37px;
  padding: 5px 18px;
  border: 1px solid #dbd2c2;
  border-radius: 999px;
  background: #fff;
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-experience-detail__tag:hover {
  background-color: var(--color-key);
  color: #fff;
}
@media (max-width: 767px) {
  .p-experience-detail__tag {
    min-height: 28px;
    padding: 3px 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.p-experience-detail__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 440/280;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .p-experience-detail__figure {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .p-experience-detail__figure {
    order: -1;
    aspect-ratio: 312/216;
    border-radius: 6px;
  }
}
.p-experience-detail__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-experience-detail__figure--logo {
  background: #f5f5f5;
}
.p-experience-detail__figure--logo .p-experience-detail__image {
  width: min(58%, 250px);
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .p-experience-detail__figure--logo .p-experience-detail__image {
    width: min(68%, 214px);
  }
}
.p-experience-detail__content {
  width: min(100%, 990px);
  padding: 0 40px 20px;
}
@media (max-width: 767px) {
  .p-experience-detail__content {
    padding: 0 38px 20px;
  }
}

.p-trouble {
  position: relative;
  padding: 60px 56px 140px;
  text-align: center;
  background-image: url(/assets/images/bg_bubble-l1.png);
  background-repeat: no-repeat;
  background-position: center 490px;
}
.p-trouble::before {
  background-image: url(/assets/images/bg_bubble-r1.png);
  display: block;
  position: absolute;
  content: "";
  width: 658px;
  height: 461px;
  top: -410px;
  right: calc((100% - 1366px) / 2 - 200px);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-trouble {
    padding: 0 14px 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1220px) {
  .p-trouble {
    padding-inline: 26px;
  }
}
.p-trouble__lead {
  display: block;
  width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 104px;
}
@media (max-width: 767px) {
  .p-trouble__lead {
    width: 290px;
    margin: 0 auto 40px;
  }
}
.p-trouble__inner {
  display: grid;
  grid-template-columns: minmax(0, 679px) 410px;
  column-gap: 11px;
  justify-content: center;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1025px) and (max-width: 1220px) {
  .p-trouble__inner {
    grid-template-columns: minmax(0, calc(100% - 421px)) 410px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .p-trouble__inner {
    grid-template-columns: minmax(0, 679px);
    justify-items: center;
  }
}
.p-trouble__main {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 100%;
  min-height: 322px;
  padding: 49px 22px 28px 106px;
  background: #fffdfb;
  border-radius: 8px;
  text-align: left;
}
@media (max-width: 1024px) {
  .p-trouble__main {
    width: 100%;
    min-height: 279px;
    padding: 36px 26px 32px;
    text-align: center;
  }
}
.p-trouble__heading {
  margin: 0;
  text-align: left;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
  text-align: left;
}
@media (max-width: 1024px) {
  .p-trouble__heading {
    font-size: 32px;
    text-align: center;
  }
}
.p-trouble__desc {
  margin: 14px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 17.5px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 1024px) {
  .p-trouble__desc {
    margin-top: 24px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
    text-align: left;
  }
}
.p-trouble__cards {
  display: grid;
  grid-column: 1/3;
  grid-row: 1;
  grid-template-columns: 679px repeat(2, 200px);
  grid-template-rows: repeat(2, 220px);
  gap: 12px 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
@media (min-width: 1025px) and (max-width: 1220px) {
  .p-trouble__cards {
    grid-template-columns: minmax(0, calc(100% - 420px)) repeat(2, 200px);
  }
}
@media (max-width: 1024px) {
  .p-trouble__cards {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 117px repeat(2, 220px);
    gap: 12px;
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .p-trouble__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 97px repeat(2, 194.7px);
    gap: 8px;
    margin-top: 8px;
  }
}
.p-trouble__card {
  list-style: none;
  pointer-events: auto;
}
.p-trouble__card:first-child {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  height: 117px;
}
@media (min-width: 1025px) {
  .p-trouble__card:first-child .p-trouble__card-title {
    text-align: left;
  }
}
.p-trouble__card:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-trouble__card:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.p-trouble__card:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.p-trouble__card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1024px) {
  .p-trouble__card:first-child {
    grid-column: 1/3;
    grid-row: 1;
  }
  .p-trouble__card:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .p-trouble__card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .p-trouble__card:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .p-trouble__card:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
}
@media (max-width: 767px) {
  .p-trouble__card:first-child {
    height: auto;
  }
}
.p-trouble__card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px 16px 16px;
  background: #fffdfb;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s;
}
.p-trouble__card-link:hover .p-trouble__card-arrow svg circle {
  fill: var(--color-key);
}
.p-trouble__card:first-child .p-trouble__card-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 31px 30px;
}
@media (max-width: 1024px) {
  .p-trouble__card:first-child .p-trouble__card-link {
    padding: 31px 16px;
  }
}
.p-trouble__card-number {
  align-self: flex-start;
  font-family: var(--font-syncopate);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1;
  color: var(--color-key);
  padding-left: 14px;
}
@media (max-width: 767px) {
  .p-trouble__card-number {
    font-size: 26px;
    letter-spacing: 2px;
    padding-left: 0;
  }
}
.p-trouble__card:first-child .p-trouble__card-number {
  align-self: center;
  line-height: 1;
}
.p-trouble__card-title {
  margin: 26px 0 0;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-trouble__card-title {
    margin-top: 24px;
    font-size: 15.893px;
    letter-spacing: 1.2714px;
  }
}
.p-trouble__card:first-child .p-trouble__card-title {
  margin: 0;
}
.p-trouble__card-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.p-trouble__card-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-trouble__card-arrow svg circle {
  transition: fill 0.2s;
}
@media (max-width: 767px) {
  .p-trouble__card-arrow {
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}
.p-trouble__card:first-child .p-trouble__card-arrow {
  position: static;
}

.p-activity {
  position: relative;
  padding: 112px 56px 99px;
  background: #fff;
  text-align: center;
  margin-block: 0 -25px;
}
@media (max-width: 767px) {
  .p-activity {
    padding: 87px 28px 72px;
  }
}
.p-activity__inner {
  position: relative;
  max-width: 1021px;
  margin: 0 auto;
}
.p-activity__header {
  position: relative;
  z-index: 2;
}
.p-activity__heading {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-activity__heading {
    text-align: left;
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.4;
  }
}
.p-activity__desc {
  margin: 15px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-activity__desc {
    margin-top: 43px;
    text-align: left;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-activity__event-bubble {
  position: absolute;
  top: -32px;
  right: 0;
  width: 234px;
  height: 159px;
  z-index: 2;
}
.p-activity__event-bubble::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 234px;
  height: 159px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='234' height='159' viewBox='0 0 234 159' fill='none'%3E%3Cpath d='M210.5 24.4556C244.212 50.7895 240.635 114.671 206.293 139.7C185.999 154.563 147.765 159.593 112.904 158.945C22.9261 157.345 -0.129181 120.997 0.000549316 79.6673C0.11174 54.1813 7.39528 24.1793 51.5783 9.46893C101.025 -6.76586 177.845 -2.31654 210.315 24.3032L210.5 24.4556Z' fill='%23FD837D'/%3E%3C/svg%3E") center bottom/100% 100% no-repeat;
}
@media (max-width: 1024px) {
  .p-activity__event-bubble {
    top: -21px;
    right: 0;
    width: 141px;
    height: 96px;
  }
  .p-activity__event-bubble::before {
    left: 0;
    width: 141px;
    height: 96px;
  }
}
.p-activity__mascot {
  position: absolute;
  top: -57px;
  left: 45px;
  width: 128px;
  height: 94px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .p-activity__mascot {
    top: -38px;
    left: 33px;
    width: 77px;
    height: 57px;
  }
}
.p-activity__event-text {
  position: absolute;
  left: 50%;
  bottom: 53px;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-activity__event-text {
    bottom: 30px;
    font-size: 11px;
    letter-spacing: 0.8px;
  }
}
.p-activity__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 74px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-activity__cards {
    flex-direction: column;
    align-content: center;
    gap: 27px;
    margin-top: 26px;
  }
}
.p-activity__card {
  list-style: none;
  width: 327px;
}
.p-activity__card-link {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 352px;
  max-width: 327px;
  margin-inline: auto;
  padding: 42px 36px 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='327' height='352' viewBox='0 0 327 352' fill='none'%3E%3Cpath d='M40.5272 12.017C52.5889 6.18299 67.037 3.8103 80.6032 2.66583C135.387 -0.87925 190.507 -0.87925 245.317 2.61C289.387 5.42932 317.427 23.2105 323.056 73.1208C328.555 131.684 327.258 190.89 325.391 249.649C324.95 259.391 324.353 269.3 323.082 278.875C318.335 320.858 296.91 343.105 258.053 347.934C203.944 353.573 149.29 352.317 95.0254 350.279C69.5013 348.911 39.3859 346.511 21.436 325.212C7.06575 308.464 3.56397 283.23 2.13732 260.787C-0.715987 205.991 -0.61223 151.029 1.85199 96.2336C3.04519 63.9929 9.55591 26.0578 40.1641 12.2682L40.5791 12.0728L40.5272 12.017Z' fill='%23F3F1E4'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.p-activity__card-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='327' height='352' viewBox='0 0 327 352' fill='none'%3E%3Cpath d='M40.5272 12.017C52.5889 6.18299 67.037 3.8103 80.6032 2.66583C135.387 -0.87925 190.507 -0.87925 245.317 2.61C289.387 5.42932 317.427 23.2105 323.056 73.1208C328.555 131.684 327.258 190.89 325.391 249.649C324.95 259.391 324.353 269.3 323.082 278.875C318.335 320.858 296.91 343.105 258.053 347.934C203.944 353.573 149.29 352.317 95.0254 350.279C69.5013 348.911 39.3859 346.511 21.436 325.212C7.06575 308.464 3.56397 283.23 2.13732 260.787C-0.715987 205.991 -0.61223 151.029 1.85199 96.2336C3.04519 63.9929 9.55591 26.0578 40.1641 12.2682L40.5791 12.0728L40.5272 12.017Z' fill='%23005841'/%3E%3C/svg%3E") center/100% 100% no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.p-activity__card-link:hover::before {
  opacity: 1;
}
.p-activity__card-link:hover .p-activity__card-icon {
  filter: brightness(0) invert(95%) sepia(10%) saturate(240%) hue-rotate(9deg) brightness(105%);
}
.p-activity__card-link:hover .p-activity__card-title,
.p-activity__card-link:hover .p-activity__card-desc,
.p-activity__card-link:hover .p-activity__card-more {
  color: #fff;
}
.p-activity__card-link:hover .p-activity__small-arrow svg circle {
  fill: #fff;
}
.p-activity__card-link:hover .p-activity__small-arrow svg path {
  stroke: var(--color-key);
}
@media (max-width: 767px) {
  .p-activity__card-link {
    min-height: 205px;
    padding: 20px 28px 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='327' height='205' viewBox='0 0 327 205' fill='none'%3E%3Cpath d='M40.5272 6.99855C52.5889 3.60089 67.037 2.21907 80.6032 1.55254C135.387 -0.512063 190.507 -0.512063 245.317 1.52003C289.387 3.16196 317.427 13.5175 323.056 42.5846C328.555 76.6912 327.258 111.172 325.391 145.392C324.95 151.066 324.353 156.837 323.082 162.413C318.335 186.863 296.91 199.82 258.053 202.632C203.944 205.916 149.29 205.184 95.0254 203.998C69.5012 203.201 39.3859 201.803 21.436 189.399C7.06575 179.645 3.56397 164.949 2.13732 151.879C-0.715987 119.967 -0.61223 87.9571 1.85199 56.0451C3.04519 37.2686 9.55591 15.1757 40.1641 7.14486L40.5791 7.03106L40.5272 6.99855Z' fill='%23F3F1E4'/%3E%3C/svg%3E");
  }
  .p-activity__card-link::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='327' height='205' viewBox='0 0 327 205' fill='none'%3E%3Cpath d='M40.5272 6.99855C52.5889 3.60089 67.037 2.21907 80.6032 1.55254C135.387 -0.512063 190.507 -0.512063 245.317 1.52003C289.387 3.16196 317.427 13.5175 323.056 42.5846C328.555 76.6912 327.258 111.172 325.391 145.392C324.95 151.066 324.353 156.837 323.082 162.413C318.335 186.863 296.91 199.82 258.053 202.632C203.944 205.916 149.29 205.184 95.0254 203.998C69.5012 203.201 39.3859 201.803 21.436 189.399C7.06575 179.645 3.56397 164.949 2.13732 151.879C-0.715987 119.967 -0.61223 87.9571 1.85199 56.0451C3.04519 37.2686 9.55591 15.1757 40.1641 7.14486L40.5791 7.03106L40.5272 6.99855Z' fill='%23005841'/%3E%3C/svg%3E");
  }
}
.p-activity__card-icon {
  width: 58px;
  height: 40px;
  object-fit: contain;
  transition: filter 0.2s;
}
@media (max-width: 767px) {
  .p-activity__card-icon {
    width: 50px;
    height: 35px;
  }
}
.p-activity__card-title {
  margin: 39px 0 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.4;
  color: var(--color-key);
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .p-activity__card-title {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.p-activity__card-desc {
  margin: 38px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 1.4;
  color: var(--color-text);
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .p-activity__card-desc {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.p-activity__card-more {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 26px;
  font-family: var(--font-noto-sans-jp);
  font-size: 14.003px;
  font-weight: 600;
  letter-spacing: 0.7002px;
  line-height: 2.14;
  color: var(--color-key);
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .p-activity__card-more {
    gap: 8px;
    padding-top: 5px;
  }
}
.p-activity__small-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.p-activity__small-arrow svg {
  display: block;
}
.p-activity__small-arrow svg circle,
.p-activity__small-arrow svg path {
  transition: fill 0.25s ease, stroke 0.25s ease;
}
.p-activity__actions {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 58px;
}
.p-activity__actions a {
  max-width: 286px;
}
@media (max-width: 767px) {
  .p-activity__actions {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 33px;
    margin-inline: auto;
  }
}

.p-activity-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 344px;
  min-height: 354px;
  padding: 60px 34px 39px;
  background: url("../images/bg_frame_activity.svg") center/100% 100% no-repeat;
  text-align: center;
  color: var(--color-text);
}
.p-activity-frame__icon img {
  min-height: 84px !important;
  object-fit: contain;
}
.p-activity-frame__text {
  margin: 35px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
}
.p-activity-frame__text-line {
  display: block;
  margin: 0;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.p-news {
  padding: 116px 0 0;
  background: var(--color-base);
  background-image: url("../images/top/bg_news.webp");
  background-size: 1574px;
  background-position: center -60px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-news {
    padding: 47px 0 0;
  }
}
.p-news__inner {
  max-width: var(--site-width);
  margin: 0 auto;
}
.p-news__heading {
  width: 1100px;
  max-width: calc(100% - 112px);
  margin: 0 auto;
  padding-left: 55px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-news__heading {
    width: auto;
    max-width: none;
    margin: 0 20px;
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.4;
  }
}
.p-news__filter {
  width: 1100px;
  max-width: calc(100% - 112px);
  margin: 33px auto 29px;
  padding: 34px 49px 35px;
  background: #fff;
  border-radius: 10.034px;
}
@media (max-width: 767px) {
  .p-news__filter {
    width: auto;
    max-width: none;
    margin: 19px 21px 16px;
    padding: 24px 27px 26px;
  }
}
.p-news__filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .p-news__filter-top {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .p-news__filter-top {
    display: block;
  }
}
.p-news__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 23px;
}
@media (max-width: 767px) {
  .p-news__categories {
    gap: 8px 4px;
  }
}
.p-news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 34px;
  padding: 8px;
  background: #fff;
  border: 2px solid var(--color-orange);
  border-radius: 24px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-orange);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s, background-color 0.2s;
}
.p-news__category:hover {
  color: #fff;
  background-color: var(--color-orange);
}
.p-news__category.is-active {
  background: var(--color-orange);
  color: #fff;
}
@media (max-width: 767px) {
  .p-news__category {
    width: fit-content;
    height: 22px;
    padding: 5px;
    border-width: 1px;
    font-size: 12px;
    letter-spacing: 0.6192px;
  }
}
.p-news__period {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-news__period {
    gap: 7px;
    margin-top: 23px;
    font-size: 12.112px;
    letter-spacing: 0.969px;
  }
}
.p-news__period-label {
  white-space: nowrap;
}
.p-news__select-wrap {
  position: relative;
  display: block;
}
.p-news__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M13.7097 0.295691C14.0985 0.687689 14.0957 1.32078 13.7038 1.70975L7.65891 7.70975C7.47071 7.89638 7.21596 8.00078 6.9509 7.99979C6.68577 7.99874 6.43162 7.89208 6.24485 7.70389L0.289768 1.70389C-0.0990108 1.31189 -0.0962665 0.678796 0.295628 0.289831C0.687636 -0.0989475 1.32073 -0.0962028 1.70969 0.295691L6.96067 5.58475L12.2956 0.289831C12.6876 -0.0989389 13.3207 -0.0961854 13.7097 0.295691Z' fill='%23005841'/%3E%3C/svg%3E") center/contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-news__select-wrap::after {
    right: 12px;
    width: 10px;
    height: 6px;
  }
}
.p-news__select {
  width: 150px;
  height: 34px;
  padding: 0 42px 0 31px;
  appearance: none;
  background: #fff;
  outline: none;
  border: 2px solid var(--color-key);
  border-radius: 20px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-key);
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-news__select {
    width: 100.935px;
    height: 22.879px;
    padding: 0 30px 0 21px;
    border-width: 0.673px;
    border-radius: 13.458px;
    font-size: 12.112px;
    letter-spacing: 0.969px;
  }
}
.p-news__filter-line {
  display: block;
  width: 990px;
  max-width: 100%;
  height: 1px;
  margin: 34px auto 22px;
  background: #F7EFDF;
}
@media (max-width: 767px) {
  .p-news__filter-line {
    width: 297px;
    margin: 18px auto 18px;
  }
}
.p-news__keyword-title {
  margin: 0 0 17px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-news__keyword-title {
    margin-bottom: 22px;
  }
}
.p-news__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__tag-list li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-news__tag-list {
    gap: 14px 16px;
  }
}
.p-news__tag, .p-news__item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  background: var(--color-key-pale);
  border-radius: 8px;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 2.14;
  color: var(--color-key);
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}
.p-news__tag:hover, .p-news__item-tag:hover {
  background-color: var(--color-key);
  color: var(--color-key-pale);
}
.p-news__tag {
  transition: opacity 0.2s;
}
.p-news__tag:hover {
  opacity: 0.75;
}
.p-news__tag.is-active {
  background: var(--color-key);
  color: #fff;
}
.p-news__list-wrap {
  width: 1100px;
  max-width: calc(100% - 112px);
  margin: 0 auto;
  padding: 0 0 52px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-news__list-wrap {
    width: auto;
    max-width: none;
    margin: 0 21px;
    padding: 18px 0 30px;
    background: #fffdfb;
  }
}
.p-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__item {
  list-style: none;
  position: relative;
}
.p-news__item::after {
  content: "";
  display: block;
  width: 75%;
  height: 2px;
  background: #f2ebd5;
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .p-news__item::after {
    width: calc(100% - 48px);
  }
}
@media (max-width: 767px) {
  .p-news__item {
    border-bottom-width: 1px;
  }
}
.p-news--no-button .p-news__item:last-child {
  border-bottom: none;
}
.p-news__link {
  position: relative;
  display: flex;
  gap: 28px;
  align-items: center;
  min-height: 153px;
  padding: 35px 108px 34px;
  color: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
  cursor: pointer;
}
.p-news__link:hover {
  background-color: #FFFDF4;
}
@media (max-width: 1024px) {
  .p-news__link {
    padding: 35px 56px 34px;
  }
}
@media (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
    gap: 0 12px;
    min-height: 76px;
    padding: 14px 24px 12px;
  }
}
.p-news__meta {
  display: flex;
  flex: 0 0 136px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-news__meta {
    display: contents;
  }
}
.p-news__body {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  gap: 21px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-news__body {
    display: contents;
  }
}
.p-news__date {
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-date);
}
@media (max-width: 767px) {
  .p-news__date {
    order: 1;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.p-news__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  height: 30px;
  margin-top: 7px;
  padding: 0 8px;
  background: #fff;
  border: 1px solid var(--color-orange);
  border-radius: 20.52px;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 2.14;
  color: var(--color-orange);
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s;
}
.p-news__label:hover {
  color: #fff;
  background-color: var(--color-orange);
}
@media (max-width: 767px) {
  .p-news__label {
    order: 2;
    width: 57px;
    height: 17px;
    margin-top: 2px;
    border-width: 1px;
    border-radius: 15px;
    font-size: 8px;
    letter-spacing: 0.5px;
  }
}
.p-news__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-news__item-tags {
    display: none;
  }
}
.p-news__title {
  display: block;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .p-news__title {
    order: 3;
    flex: 0 0 100%;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
.p-news__new {
  display: inline-block;
  margin-right: 10px;
  font-family: var(--font-noto-sans-jp);
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
  vertical-align: 0.08em;
}
.p-news__arrow {
  align-self: center;
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: opacity 0.2s;
}
.p-news__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-news__arrow {
    display: none;
  }
}
.p-news__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 310px;
  height: 72px;
  margin: 64px auto 0;
  padding-inline: 20px;
  background: var(--color-orange);
  border: 2px solid var(--color-orange);
  border-radius: 46px;
  font-family: var(--font-noto-sans-jp);
  font-size: 20.341px;
  font-weight: 600;
  letter-spacing: 1.6273px;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.p-news__button:hover {
  background-color: #fff;
  color: var(--color-orange);
}
.p-news__button:hover .p-news__button-arrow svg circle {
  fill: var(--color-orange);
}
.p-news__button:hover .p-news__button-arrow svg path {
  stroke: #fff;
}
.p-news__button > span:first-child {
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-news__button {
    width: 222px;
    height: 51.561px;
    margin-top: 29px;
    border-width: 1.432px;
    border-radius: 32.942px;
    font-size: 14.567px;
    letter-spacing: 1.1653px;
  }
}
.p-news__button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.p-news__button-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-news__button-arrow svg circle,
.p-news__button-arrow svg path {
  transition: fill 0.2s, stroke 0.2s;
}
@media (max-width: 767px) {
  .p-news__button-arrow {
    width: 22.916px;
    height: 22.916px;
  }
  .p-news__button-arrow svg {
    width: 22.916px;
    height: 22.916px;
  }
}
.p-news--archive {
  padding: 0;
  background: none;
}
.p-news--archive .p-news__filter {
  width: 1100px;
  max-width: calc(100% - 112px);
  margin: 0 auto 32px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__filter {
    width: auto;
    max-width: none;
    margin: 0 21px 20px;
  }
}
.p-news--archive .p-news__list-wrap {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__list-wrap {
    background: none;
  }
}
.p-news--archive .p-news__item {
  margin-bottom: 24px;
  padding: 0;
  background: #fffdfb;
  border-radius: 8px;
}
.p-news--archive .p-news__item:last-child {
  margin-bottom: 0;
}
.p-news--archive .p-news__item:last-child::after {
  content: none;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__item {
    margin-bottom: 14px;
    padding: 0;
    min-height: 123px;
  }
}
.p-news--archive .p-news__link {
  min-height: 0;
  padding: 28px 32px;
  gap: 32px;
  border-radius: 8px;
  cursor: pointer;
  pointer-events: auto;
}
.p-news--archive .p-news__link:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__link {
    display: grid;
    grid-template-columns: 73px minmax(0, 1fr);
    grid-template-areas: "meta tags" "meta title";
    align-items: start;
    column-gap: 14px;
    row-gap: 8px;
    min-height: 123px;
    padding: 18px 16px 16px;
  }
}
.p-news--archive .p-news__body {
  gap: 12px;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__body {
    display: contents;
  }
}
@media (max-width: 767px) {
  .p-news--archive .p-news__meta {
    grid-area: meta;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .p-news--archive .p-news__date {
    order: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
  }
}
@media (max-width: 767px) {
  .p-news--archive .p-news__label {
    order: 0;
    width: auto;
    min-width: 66px;
    height: auto;
    margin-top: 9px;
    padding: 4px 8px;
    border-width: 1px;
    border-radius: 30px;
    font-size: 11px;
    letter-spacing: 0.55px;
    line-height: 1.2;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .p-news--archive .p-news__title {
    grid-area: title;
    display: -webkit-box;
    flex: initial;
    margin-top: 0;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.p-news--archive .p-news__excerpt {
  margin: 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-text);
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__excerpt {
    display: none;
  }
}
.p-news--archive .p-news__item-tags {
  gap: 12px;
}
@media (max-width: 767px) {
  .p-news--archive .p-news__item-tags {
    grid-area: tags;
    order: 0;
    display: flex;
    flex: initial;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 0;
    overflow: hidden;
  }
}
.p-news--archive .p-news__item-tag {
  padding: 0 12px;
  background: var(--color-key-pale);
  border-radius: 19.5px;
  font-size: 13px;
  letter-spacing: 0.6px;
  transition: background-color 0.2s, color 0.2s;
}
.p-news--archive .p-news__item-tag:hover {
  background-color: var(--color-key);
  color: var(--color-key-pale);
}
@media (max-width: 767px) {
  .p-news--archive .p-news__item-tag {
    height: 22px;
    padding: 0 8px;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.8;
  }
}
.p-news__empty {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  color: var(--color-text);
}
.p-news__pagination {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .p-news__pagination {
    margin-top: 32px;
  }
}
.p-news__pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__pagination-list li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-news__pagination-list {
    gap: 6px 12px;
  }
}
.p-news__pagination-item .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  font-family: var(--font-noto-sans-jp);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--color-text);
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-news__pagination-item .page-numbers:hover {
  opacity: 0.65;
}
.p-news__pagination-item .page-numbers.current {
  color: var(--color-current);
  text-decoration: underline;
  text-underline-offset: 6px;
}
.p-news__pagination-item .page-numbers.dots {
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-news__pagination-item .page-numbers {
    min-width: 24px;
    height: 28px;
    font-size: 16px;
  }
}
.p-news__pagination-item .prev,
.p-news__pagination-item .next {
  width: 36px;
  min-width: 0;
  padding: 0;
  font-size: 0;
}
.p-news__pagination-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid var(--color-text);
  border-width: 0 2px 2px 0;
}
.p-news__pagination-arrow--prev {
  transform: rotate(135deg);
}
.p-news__pagination-arrow--next {
  transform: rotate(-45deg);
}

.p-news-detail {
  width: 100%;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .p-news-detail {
    margin-bottom: 36px;
  }
}
.p-news-detail__inner {
  width: min(100%, 1100px);
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .p-news-detail__inner {
    padding: 0 24px;
  }
}
.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-news-detail__meta {
    gap: 18px;
    margin-bottom: 18px;
  }
}
.p-news-detail__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 34px;
  padding: 4px 18px;
  border-radius: 24px;
  background: var(--color-orange);
  color: #fff;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-news-detail__category:hover {
  background: #fff;
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .p-news-detail__category {
    min-width: 84px;
    min-height: 28px;
    padding: 3px 14px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.p-news-detail__date {
  color: var(--color-date);
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .p-news-detail__date {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.p-news-detail__title {
  margin: 0 0 22px;
  color: var(--color-key);
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-news-detail__title {
    margin-bottom: 18px;
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 1.65;
  }
}
.p-news-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 0;
  padding: 18px 24px;
  border-radius: 4px;
  background: #fff;
  list-style: none;
}
.p-news-detail__tags li {
  list-style: none;
}
@media (max-width: 767px) {
  .p-news-detail__tags {
    gap: 8px 10px;
    padding: 14px;
  }
}
.p-news-detail__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  border-radius: 5px;
  background: rgba(0, 88, 65, 0.08);
  color: var(--color-key);
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
.p-news-detail__tag:hover {
  background: var(--color-key);
  color: #fff;
}
@media (max-width: 767px) {
  .p-news-detail__tag {
    font-size: 12px;
  }
}
.p-news-detail__content {
  width: min(100%, 990px);
  padding: 0 40px 120px;
}
@media (max-width: 767px) {
  .p-news-detail__content {
    padding: 0 24px 64px;
  }
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.p-learn {
  position: relative;
  margin-block: 180px 70px;
  padding: 94px 0 0;
  background: var(--color-base);
  overflow: hidden;
  background-image: url("../images/learn/bg_learn.webp"), url("../images/learn/bg_learn2.webp");
  background-size: 1240px, 1430px;
  background-position: center, center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-learn {
    background-image: url("../images/learn/bg_learn_sp.webp"), url("../images/learn/bg_learn_sp_bubble.webp");
    background-size: 618px, 528px;
    margin-top: 46px;
    padding-block: 150px 30px;
    background-position: center 50px, center -5px;
  }
}
.p-learn__inner {
  position: relative;
  width: 100%;
  max-width: var(--site-width);
  height: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-learn__inner {
    width: 100%;
    height: 1000px;
  }
}
.p-learn__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .p-learn__content {
    max-width: 390px;
    margin-inline: auto;
    padding: 0 38px;
    text-align: left;
  }
}
.p-learn__heading {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 4.8px;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-learn__heading {
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 1.4;
  }
}
.p-learn__desc {
  margin: 6px auto 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
  text-align: left;
  width: fit-content;
}
@media (max-width: 767px) {
  .p-learn__desc {
    margin-top: 32px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-learn__cards {
  display: grid;
  grid-template-columns: repeat(2, 328.918px);
  justify-content: center;
  margin-top: 39px;
}
@media (max-width: 767px) {
  .p-learn__cards {
    display: block;
    margin-top: 34px;
    width: 312px;
    margin-inline: auto;
  }
}
.p-learn__card {
  position: relative;
  display: block;
  height: 341.626px;
  background: #fffdf4;
  text-align: left;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.p-learn__card:hover, .p-learn__card:focus-visible {
  color: #fffdf4;
}
.p-learn__card:hover .p-learn__card-arrow circle, .p-learn__card:focus-visible .p-learn__card-arrow circle {
  fill: #fffdf4;
}
.p-learn__card:hover .p-learn__numbers-visual img,
.p-learn__card:hover .p-learn__qa-visual img, .p-learn__card:focus-visible .p-learn__numbers-visual img,
.p-learn__card:focus-visible .p-learn__qa-visual img {
  filter: brightness(0) invert(1);
}
.p-learn__card--numbers {
  border: 2px solid var(--color-orange);
  border-radius: 8px 0 0 8px;
  color: var(--color-orange);
}
.p-learn__card--numbers:hover, .p-learn__card--numbers:focus-visible {
  background-color: var(--color-orange);
}
.p-learn__card--numbers:hover .p-learn__card-arrow path, .p-learn__card--numbers:focus-visible .p-learn__card-arrow path {
  stroke: var(--color-orange);
}
.p-learn__card--qa {
  border: 2px solid var(--color-pink);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  color: var(--color-pink);
}
.p-learn__card--qa:hover, .p-learn__card--qa:focus-visible {
  background-color: var(--color-pink);
}
.p-learn__card--qa:hover .p-learn__card-arrow path, .p-learn__card--qa:focus-visible .p-learn__card-arrow path {
  stroke: var(--color-pink);
}
@media (max-width: 767px) {
  .p-learn__card {
    width: 100%;
    height: 323.97px;
  }
  .p-learn__card--numbers {
    border-width: 1.897px;
    border-radius: 8px 8px 0 0;
  }
  .p-learn__card--qa {
    border-width: 1.897px;
    border-top: 0;
    border-left: 1.897px solid var(--color-pink);
    border-radius: 0 0 8px 8px;
  }
}
.p-learn__card-title {
  margin: 33px 0 0;
  text-align: center;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 20.184px;
  font-weight: 700;
  letter-spacing: 1.0092px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-learn__card-title {
    margin: 0;
    padding-top: 32px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.p-learn__numbers-visual {
  position: relative;
  width: 222px;
  height: 138px;
  margin: 26px 0 0 55px;
}
.p-learn__numbers-visual img {
  display: block;
  width: 223px;
  margin-inline: auto;
  transition: filter 0.2s ease;
}
@media (max-width: 767px) {
  .p-learn__numbers-visual {
    width: 211px;
    height: 131px;
    margin: 25px 0 0 54px;
  }
}
.p-learn__qa-visual {
  position: relative;
  height: 146px;
  margin-top: 30px;
}
.p-learn__qa-visual img {
  display: block;
  width: 232px;
  margin-inline: auto;
  transition: filter 0.2s ease;
}
@media (max-width: 767px) {
  .p-learn__qa-visual {
    height: 143px;
    margin-top: 15px;
  }
}
.p-learn__qa-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--color-pink);
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 69.521px;
  font-weight: 700;
  line-height: 1;
}
.p-learn__qa-bubble::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background: #fffdf4;
  border-right: 4px solid var(--color-pink);
  border-bottom: 4px solid var(--color-pink);
}
.p-learn__qa-bubble--question {
  top: 1px;
  left: 48px;
  width: 98px;
  height: 88px;
  border-radius: 46% 52% 46% 52%/44% 46% 53% 55%;
}
.p-learn__qa-bubble--question::after {
  right: 20px;
  bottom: -12px;
  transform: rotate(14deg);
}
.p-learn__qa-bubble--exclamation {
  top: 43px;
  right: 42px;
  width: 96px;
  height: 94px;
  border-radius: 46% 52% 46% 52%/44% 46% 53% 55%;
}
.p-learn__qa-bubble--exclamation::after {
  left: 22px;
  bottom: -12px;
  transform: rotate(21deg);
}
@media (max-width: 767px) {
  .p-learn__qa-bubble {
    font-size: 65.928px;
  }
  .p-learn__qa-bubble--question {
    left: 37px;
    width: 93px;
    height: 84px;
  }
  .p-learn__qa-bubble--exclamation {
    top: 47px;
    right: 34px;
    width: 91px;
    height: 89px;
  }
}
.p-learn__card-desc {
  position: absolute;
  left: 56px;
  bottom: 22px;
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 13.456px;
  font-weight: 700;
  letter-spacing: 0.2691px;
  line-height: 1.4;
}
.p-learn__card--qa .p-learn__card-desc {
  font-family: var(--font-noto-sans-jp);
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-learn__card-desc {
    left: 27px;
    bottom: 24px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
  .p-learn__card--qa .p-learn__card-desc {
    font-size: 15px;
  }
}
.p-learn__card-arrow {
  position: absolute;
  right: 37px;
  bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.p-learn__card-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.p-learn__card-arrow circle,
.p-learn__card-arrow path {
  transition: fill 0.2s ease, stroke 0.2s ease;
}
@media (max-width: 767px) {
  .p-learn__card-arrow {
    right: 34px;
    bottom: 42px;
  }
}
.p-learn__sp-br {
  display: none;
}
@media (max-width: 767px) {
  .p-learn__sp-br {
    display: block;
  }
}

.p-lower {
  background: var(--color-base);
}

.p-second-header {
  position: relative;
  display: flex;
  min-height: 396px;
  padding: 71px 60px 82px;
  overflow: hidden;
  background-image: url("../images/bg_2nd-header.webp"), url("../images/bg_dot.webp");
  background-position: center -35px, center;
  background-repeat: no-repeat, repeat;
  background-size: 1476px auto, 15%;
}
@media (max-width: 767px) {
  .p-second-header {
    min-height: 378px;
    padding: 60px 24px 71px;
    background-image: url("../images/bg_2nd-header_sp.webp"), url("../images/bg_dot.webp");
    background-position: center 20px, center;
    background-repeat: no-repeat, repeat;
    background-size: 494px auto, 50%;
    display: flex;
    align-items: center;
  }
}
.p-second-header__inner {
  position: relative;
  z-index: 2;
  width: 990px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-second-header__inner {
    width: 100%;
  }
}
.p-second-header__title {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0;
  min-height: 190px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-second-header__title {
    font-size: 30px;
    line-height: 1.8;
    min-height: auto;
  }
}
.p-second-header__breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin-block: 20px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 1.5px;
  color: #fff;
}
.p-second-header__breadcrumb span:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.p-second-header__breadcrumb a {
  transition: opacity 0.2s;
}
.p-second-header__breadcrumb a:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .p-second-header__breadcrumb {
    margin-block: 30px 0;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0.32px;
  }
}

.single-experience .p-second-header {
  background-image: url("../images/bg_dot.webp");
  background-position: center;
  background-repeat: repeat;
  background-size: 15%;
}

.p-lower__surface {
  position: relative;
  z-index: 3;
  margin-top: -82px;
  padding: 57px 0 0;
  background: var(--color-base);
  border-radius: 40px 40px 0 0;
}
@media (max-width: 767px) {
  .p-lower__surface {
    margin-top: -47px;
    padding: 37px 0 0;
    border-radius: 16px 16px 0 0;
  }
}

.p-lower__inner {
  max-width: 100%;
  margin: 0 auto;
}
.p-lower__inner > *:first-child {
  margin-top: 0;
}

.p-lower__content {
  min-height: 260px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.04em;
  word-break: break-word;
}
.p-lower__content > * + * {
  margin-top: 1.5em;
}
.p-lower__content h2,
.p-lower__content h3,
.p-lower__content h4 {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
  word-break: break-all;
}
.p-lower__content h2 {
  font-size: 30px;
}
.p-lower__content h3 {
  font-size: 24px;
}
.p-lower__content h4 {
  font-size: 18px;
}
.p-lower__content a {
  color: var(--color-key);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.p-lower__content ol.wp-block-list {
  margin-left: 1.5em !important;
}
.p-lower__content .wp-block-separator {
  margin-block: 3em !important;
}
@media (max-width: 767px) {
  .p-lower__content {
    min-height: 150px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .p-lower__content h2 {
    font-size: 26px;
  }
  .p-lower__content h3 {
    font-size: 22px;
  }
  .p-lower__content h4 {
    font-size: 18px;
  }
}

.p-lower-list {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-lower-list {
    gap: 14px;
  }
}

.p-lower-list__item {
  list-style: none;
  padding: 28px 32px;
  background: #fffdfb;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-lower-list__item {
    padding: 22px 20px;
  }
}

.p-lower-list__date {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-noto-sans-jp);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-date);
}

.p-lower-list__title {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}
.p-lower-list__title a {
  transition: opacity 0.2s;
}
.p-lower-list__title a:hover {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .p-lower-list__title {
    font-size: 18px;
    line-height: 1.65;
  }
}

.p-lower-list__excerpt {
  margin-top: 12px;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-lower-list__excerpt {
    font-size: 14px;
  }
}

.p-lower-pagination {
  margin-top: 48px;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 600;
  color: var(--color-key);
}
.p-lower-pagination .wp-block-query-pagination {
  gap: 24px;
}

.error404 .p-second-header {
  min-height: 330px;
}
.error404 .p-second-header__breadcrumb {
  display: none;
}

.p-404__content {
  padding-block: 32px 88px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-404__content {
    padding-block: 18px 64px;
  }
}

.p-404__title {
  margin: 0;
}

.p-404__text {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .p-404__text {
    text-align: left;
  }
}

.p-404__buttons {
  margin-top: 36px;
}

.p-numbers {
  width: 100%;
}
.p-numbers__lead {
  position: relative;
  width: 990px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .p-numbers__lead {
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
  }
}
.p-numbers__lead-title {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-numbers__lead-title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-numbers__lead-text {
  margin: 24px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-numbers__lead-text {
    margin-top: 16px;
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-numbers__section {
  width: 1100px;
  max-width: calc(100% - 32px);
  margin: 56px auto 0;
  padding: 60px 64px;
  background: #fbfbf5;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .p-numbers__section {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    padding: 40px 16px;
    border-radius: 8px;
  }
}
.p-numbers__section-head {
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .p-numbers__section-head {
    margin-bottom: 28px;
  }
}
.p-numbers__section-title {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-numbers__section-title {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-numbers__section-desc {
  margin: 8px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-numbers__section-desc {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-numbers__cards {
  display: grid;
  grid-template-columns: 1fr;
}
.p-numbers__cards--two {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .p-numbers__cards--two {
    grid-template-columns: 1fr;
  }
}
.p-numbers__card {
  position: relative;
  padding: 76px 56px 40px;
  background: #fff;
  border: 2px solid var(--color-key);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .p-numbers__card {
    padding: 64px 20px 32px;
  }
}
.p-numbers .p-numbers__card-tag {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 156px;
  margin: 0;
  padding: 6px 46px 6px 28px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(0.9375rem, 0.2150919732rem + 1.5050167224vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='794' height='45' viewBox='0 0 794 45' fill='none'%3E%3Cpath d='M0 0H793.7L772.5 39.7C770.8 43 767.4 45 763.7 45H0V0Z' fill='%23005841'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
@media (max-width: 767px) {
  .p-numbers .p-numbers__card-tag {
    min-width: 110px;
    padding: 4px 40px 4px 20px;
    font-family: var(--font-noto-sans-jp);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1.44px;
    line-height: 1.7;
  }
}
.p-numbers__card-body {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
@media (max-width: 767px) {
  .p-numbers__card-body {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    text-align: center;
  }
}
.p-numbers__card-body--column {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.p-numbers__card-col {
  flex: 1 1 0;
  min-width: 0;
}
.p-numbers__num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: var(--color-text);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-numbers__num {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.p-numbers__num .num-prefix,
.p-numbers__num .num-unit {
  display: inline-block;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: clamp(1rem, -0.9264214047rem + 4.0133779264vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-numbers__num .num-prefix,
  .p-numbers__num .num-unit {
    font-size: 20px;
    line-height: 1;
  }
}
.p-numbers__num .num-value {
  display: inline-block;
  font-family: var(--font-syncopate);
  font-size: clamp(3.75rem, 1.6630434783rem + 4.347826087vw, 5.375rem);
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-numbers__num .num-value {
    font-size: 75px;
  }
}
.p-numbers__num-infinity {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 270px;
  font-weight: 700;
  line-height: 0.9;
  color: var(--color-orange);
  text-align: center;
}
@media (max-width: 767px) {
  .p-numbers__num-infinity {
    font-size: 200px;
  }
}
.p-numbers__card-text {
  margin: 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-numbers__card-text {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
@media (min-width: 767px) {
  .p-numbers__age {
    align-items: stretch !important;
  }
  .p-numbers__age-text {
    margin-top: 50px !important;
  }
  .p-numbers__age-benchan {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-numbers__age-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-numbers__age-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.p-numbers__age-row + .p-numbers__age-row {
  margin-top: 24px;
}
.p-numbers__age-label {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}
.p-numbers__age-label .age-suffix {
  margin-left: 4px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
}
.p-numbers__highlight {
  padding: 15px 15px;
  background: #fbfbf5;
  border-radius: 8px;
}
.p-numbers__highlight-title {
  margin: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-numbers__highlight-title {
    font-size: 18px;
    letter-spacing: 1.44px;
    line-height: 1.7;
  }
}
.p-numbers__highlight-text {
  margin: 12px 0 0;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-numbers__highlight-text {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-numbers__emphasis {
  margin: 16px 0 0;
  text-align: center;
}
.p-numbers__emphasis-key {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 62px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-orange);
  vertical-align: baseline;
}
.p-numbers__emphasis-suffix {
  margin-left: 12px;
  font-family: var(--font-noto-sans-jp);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.04px;
  line-height: 2;
  color: var(--color-text);
  vertical-align: baseline;
}
.p-numbers__chart-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .p-numbers__chart-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-numbers__chart {
  text-align: center;
}
.p-numbers__chart-title {
  margin: 0 0 16px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-numbers__chart-title {
    font-size: 18px;
    letter-spacing: 1.44px;
  }
}
.p-numbers__chart-img {
  margin: 0 auto;
}
.p-numbers__chart-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.p-numbers__region {
  margin-top: 32px;
  padding: 32px 24px;
  background: var(--color-tag);
  border-radius: 8px;
  text-align: center;
}
.p-numbers__region-title {
  margin: 0 0 16px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-numbers__region-title {
    font-size: 18px;
  }
}
.p-numbers__card-action {
  margin-top: 15px;
}
.p-numbers__card-action .wp-block-button {
  width: 100%;
  max-width: 424px;
  margin: 0 auto;
}
.p-numbers__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-numbers__split {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.p-numbers__split-circle {
  aspect-ratio: 1/1;
  max-width: 261px;
  margin: 0 auto;
  background: var(--color-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-key);
  padding: 24px;
}
.p-numbers__split-sticker {
  position: relative;
  aspect-ratio: 235/160;
  max-width: 294px;
  margin: 0 auto;
  background: var(--color-pink);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  transform: rotate(-2deg);
}
@media (max-width: 767px) {
  .p-numbers__split-sticker {
    font-size: 24px;
    line-height: 1.6;
  }
}
.p-numbers__split-sticker::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 24px;
  height: 24px;
  background: var(--color-pink);
  transform: translateX(-50%) rotate(45deg);
}
.p-numbers__split-foot {
  grid-column: 1/-1;
  margin: 0;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-numbers__split-foot {
    font-family: var(--font-zen-kaku-gothic-antique);
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
  }
}
.p-numbers__voices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-numbers__voices {
    grid-template-columns: 1fr;
  }
}
.p-numbers__voice {
  margin: 0;
  padding: 28px 32px;
  background: #fff;
  border: 2px solid var(--color-key);
  border-radius: 24px;
  font-family: var(--font-noto-sans-jp);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.7;
  color: var(--color-key);
  text-align: center;
}
.p-numbers__voice--pink {
  padding: 0;
  background: transparent;
  border: 0;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-pink);
  text-align: left;
}
@media (max-width: 767px) {
  .p-numbers__voice--pink {
    font-size: 18px;
    letter-spacing: 1.44px;
    line-height: 1.7;
    text-align: center;
  }
}
.p-numbers__voice-image {
  margin: 0;
  text-align: center;
}
.p-numbers__voice-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.p-numbers__reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-numbers__reasons {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.p-numbers__bench {
  margin: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .p-numbers__bench {
    text-align: center;
  }
}
.p-numbers__bench img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.p-numbers__image {
  margin: 0;
  text-align: center;
}
.p-numbers__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.p-contact__body {
  padding-inline: 20px;
}
.p-contact__tel-email {
  display: flex;
  gap: 50px;
  margin-block: 63px;
}
@media (max-width: 1024px) {
  .p-contact__tel-email {
    display: block;
    width: fit-content;
    margin-bottom: 30px;
  }
}
.p-contact__tel-email a {
  text-decoration: none;
}
.p-contact__tel, .p-contact__email {
  margin: 0 !important;
  color: var(--color-key);
}
@media (max-width: 1024px) {
  .p-contact__tel, .p-contact__email {
    margin-block: 40px !important;
  }
}
.p-contact__tel-label, .p-contact__email-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-contact__tel-label {
  font-family: var(--font-noto-sans-jp);
}
.p-contact__tel-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 27px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='27' viewBox='0 0 20 27' fill='none'%3E%3Cpath d='M1.78817 1.14424C-0.00413081 2.34712 -0.356171 6.10816 0.320398 9.17362C0.847185 11.5609 1.96801 14.763 3.8571 17.7778C5.63462 20.6144 8.11419 23.1578 10.0048 24.6296C12.4329 26.5191 15.8937 27.7204 17.686 26.517C18.5923 25.9085 19.9389 24.2463 20 23.9483C20 23.9483 19.2103 22.6879 19.0371 22.4116L16.3894 18.1855C16.1928 17.8717 14.9588 18.1586 14.3317 18.5261C13.486 19.0218 12.7075 20.3529 12.7075 20.3529C12.1278 20.6999 11.6422 20.3539 10.6274 19.8709C9.38021 19.2771 7.97816 17.4319 6.86243 15.7602C5.84299 14.0242 4.78738 11.9464 4.7721 10.5257C4.75936 9.3698 4.65289 8.76968 5.19496 8.36309C5.19496 8.36309 6.68616 8.16956 7.4687 7.57313C8.04847 7.13068 8.80502 6.08126 8.60837 5.76749L5.96068 1.54133C5.78746 1.26447 4.99779 0.00464156 4.99779 0.00464156C4.70944 -0.0586401 2.69399 0.53568 1.78766 1.14424H1.78817Z' fill='%23005841'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.p-contact__email-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24' fill='none'%3E%3Cpath d='M29.9232 3.41671C29.7879 2.72214 29.4861 2.08729 29.0642 1.56234C28.9752 1.44767 28.8826 1.34554 28.7818 1.24282C28.0341 0.477181 26.9853 0 25.8398 0H4.16141C3.01529 0 1.96996 0.477778 1.21936 1.24282C1.11858 1.34495 1.026 1.44767 0.936932 1.56234C0.515049 2.08729 0.212699 2.72274 0.0814469 3.41671C0.0275396 3.68487 0 3.96138 0 4.24148V19.7591C0 20.3546 0.123635 20.9267 0.344538 21.4433C0.54962 21.9366 0.851384 22.3827 1.21936 22.7572C1.31253 22.8521 1.40511 22.9387 1.50589 23.0253C2.22602 23.6327 3.15533 24 4.16141 24H25.8392C26.8458 24 27.7793 23.6333 28.4947 23.0217C28.5955 22.9387 28.6881 22.8521 28.7812 22.7572C29.1486 22.3827 29.4504 21.9366 29.6596 21.4433V21.4397C29.8805 20.9231 30 20.3546 30 19.7591V4.24148C30 3.96138 29.973 3.68487 29.9227 3.41671H29.9232ZM2.72525 2.77768C3.09733 2.39904 3.59655 2.16971 4.16141 2.16971H25.8392C26.4046 2.16971 26.9079 2.39904 27.2753 2.77768C27.341 2.84517 27.4031 2.92042 27.4576 2.99507L16.0954 13.0881C15.7819 13.3682 15.3952 13.5062 14.9997 13.5062C14.6042 13.5062 14.2216 13.3676 13.904 13.0881L2.54712 2.9903C2.59751 2.91564 2.65962 2.84457 2.72525 2.77709V2.77768ZM2.12875 19.7597V5.23585L10.3508 12.5465L2.13285 19.8499C2.12875 19.8224 2.12875 19.7908 2.12875 19.7597ZM25.8392 21.8303H4.16141C3.79343 21.8303 3.4489 21.7317 3.15534 21.5586L11.8262 13.8568L12.636 14.5746C13.3133 15.1748 14.1612 15.4782 15.0009 15.4782C15.8405 15.4782 16.6925 15.1742 17.3699 14.5746L18.1791 13.8568L26.8464 21.5586C26.5523 21.7317 26.2077 21.8303 25.8398 21.8303H25.8392ZM27.8718 19.7597C27.8718 19.7914 27.8718 19.8224 27.8677 19.8505L19.6498 12.5518L27.8718 5.24063V19.7603V19.7597Z' fill='%23005841'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.p-contact__tel > :last-child, .p-contact__email > :last-child {
  margin: 0;
  line-height: 1;
}
.p-contact__tel > :last-child {
  margin-top: 10px;
  font-family: var(--font-syncopate);
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-contact__tel > :last-child {
    font-size: 28px;
  }
}
.p-contact__email > :last-child {
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 44px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-contact__email > :last-child {
    font-size: 30px;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
@media (max-width: 1366px) {
  .p-contact__form .wp-block-heading {
    text-align: center;
  }
}
