@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;
  --font-noto-sans-jp: 'Noto Sans JP', sans-serif;
  --font-zen-kaku-gothic-antique: 'Zen Kaku Gothic Antique', 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;
}

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;
}

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

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

.p-gnav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 48px;
  margin-left: clamp(0px, 2vw, 100px);
  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: opacity 0.2s;
}
.p-gnav__cta:hover {
  opacity: 0.8;
}
.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: opacity 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-about__button:hover {
  opacity: 0.85;
}
.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 {
  background: var(--color-orange);
  border-color: var(--color-orange);
  width: 310px;
  margin-top: 63px;
}
@media (max-width: 767px) {
  .p-about__button {
    margin-top: 36px;
    max-width: 258px;
  }
}

.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: opacity 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-trouble__cta:hover,
.p-mega__cta-btn:hover,
.p-footer__cta-btn:hover {
  opacity: 0.85;
}
.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-trouble__cta {
  background: var(--color-orange);
  border-color: var(--color-orange);
  display: inline-flex;
  margin-top: 40px;
}
@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: opacity 0.2s;
  padding-inline: 20px;
  width: 100%;
}
.p-activity__button:hover {
  opacity: 0.85;
}
.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 {
  background: var(--color-orange);
  border-color: var(--color-orange);
}
.p-activity__button--join {
  background: var(--color-pink);
  border-color: var(--color-pink);
}

.p-mega__cta-btn {
  background: var(--color-orange);
  border-color: var(--color-orange);
  font-size: 20px;
  letter-spacing: 1.6px;
  width: 310px;
}
.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 {
  background: var(--color-pink);
  border-color: var(--color-pink);
}
.p-footer__cta-btn--orange {
  background: var(--color-orange);
  border-color: var(--color-orange);
}

.p-about__button-arrow,
.p-footer__cta-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.p-about__button-arrow img,
.p-about__button-arrow svg,
.p-footer__cta-arrow img,
.p-footer__cta-arrow svg {
  display: block;
}
@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.p-activity__button-arrow img,
.p-activity__button-arrow svg {
  display: block;
}
@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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.p-trouble__cta-arrow img,
.p-trouble__cta-arrow svg {
  display: block;
}
@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;
  }
}

.c-section-wave {
  position: relative;
}
.c-section-wave::before, .c-section-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 {
  top: -40px;
}
.c-section-wave::after {
  bottom: -40px;
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .c-section-wave::before, .c-section-wave::after {
    height: 20px;
    background-size: 172px 20px;
  }
  .c-section-wave::before {
    top: -20px;
  }
  .c-section-wave::after {
    bottom: -20px;
  }
}

.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 32px 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: 4px;
}
@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;
}

.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: auto;
    overflow: hidden;
    background: #f8f8f8;
    transform: translateY(0);
  }
}
.p-mega__inner {
  padding: 190px 80px 40px;
  background: #f7f7f7;
  border-radius: 44px 44px 0 0;
}
@media (max-width: 1220px) {
  .p-mega__inner {
    padding: 110px 40px 40px;
  }
}
@media (max-height: 768px) {
  .p-mega__inner {
    height: calc(100vh - 100px);
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .p-mega__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 42px 39px 26px;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 0;
  }
}
.p-mega__body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 1220px) {
  .p-mega__body {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .p-mega__body {
    flex-direction: column;
    align-items: center;
    flex: 0 1 auto;
    min-height: 0;
    gap: 24px;
  }
}
.p-mega__links {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: 60px;
  row-gap: 28px;
  flex: 1;
}
@media (max-width: 960px) and (min-width: 768px) {
  .p-mega__links {
    width: 100%;
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    column-gap: 32px;
    row-gap: 20px;
    flex: none;
  }
}
@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;
    min-height: 0;
    max-height: 100%;
    padding-right: 12px;
    overflow-y: auto;
    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:nth-child(1) {
    order: 1;
  }
  .p-mega__links > .p-mega__link:nth-child(2) {
    order: 3;
  }
  .p-mega__links > .p-mega__link:nth-child(3) {
    order: 5;
  }
  .p-mega__links > .p-mega__link:nth-child(4) {
    order: 6;
  }
  .p-mega__links > .p-mega__link:nth-child(5) {
    order: 2;
  }
  .p-mega__links > .p-mega__link:nth-child(6) {
    order: 4;
  }
  .p-mega__links > .p-mega__link--wide {
    order: 7;
    grid-column: 1/-1;
  }
}
.p-mega__link {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.44px;
  line-height: 1.4;
  color: var(--color-key);
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-mega__link:hover {
  opacity: 0.7;
}
@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;
  flex-direction: column;
  gap: 28px;
  flex-shrink: 0;
  width: 381px;
}
@media (max-width: 1220px) {
  .p-mega__cards {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
@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: space-between;
  margin-top: 70px;
}
@media (max-width: 1023px) {
  .p-mega__footer-actions {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .p-mega__footer-actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 24px;
    margin-top: 24px;
  }
}
.p-mega__ctas {
  display: flex;
  gap: 24px;
}
@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: 8px;
}
@media (max-width: 767px) {
  .p-mega__bottom-right {
    display: none;
  }
}
.p-mega__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
@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 img {
  height: 32px;
  width: auto;
}
.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;
}
.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);
}

/* ==========================================================================
   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;
}
@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: 125px;
  padding: 0 15px;
}
@media (min-width: 767px) {
  .p-mainvisual__sub {
    bottom: 115px;
  }
}
@media (min-width: 1366px) {
  .p-mainvisual__sub {
    bottom: 85px;
  }
}

.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: 1.4px;
    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;
}

.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%;
  height: 532px;
  background: #f3f1e4;
  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 38px 0;
  }
}
.p-footer__logo {
  position: absolute;
  top: 60px;
  left: 113px;
  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 {
  position: absolute;
  top: 220px;
  left: 113px;
  width: 488px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 35px;
}
.p-footer__links li {
  list-style: none;
  line-height: 1;
}
@media (max-width: 1023px) {
  .p-footer__links {
    position: static;
    width: 100%;
    margin-top: 49px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    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;
  font-family: var(--font-noto-sans-jp);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 20px;
  color: var(--color-key);
  white-space: nowrap;
  transition: opacity 0.2s;
}
.p-footer__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-key);
  flex-shrink: 0;
}
.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 {
  position: absolute;
  top: 109px;
  right: 76px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
  max-width: 310px;
}
@media (max-width: 1023px) {
  .p-footer__ctas {
    position: static;
    margin: 49px auto 0;
    align-items: center;
    gap: 16px;
  }
}
.p-footer__social {
  position: absolute;
  top: 446px;
  right: 76px;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1023px) {
  .p-footer__social {
    position: static;
    margin: 43px auto 0;
    justify-content: center;
    gap: 18px;
  }
}
.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 img {
  display: block;
  width: 32px;
  height: 32px;
}
.p-footer__top {
  position: absolute;
  top: 434px;
  left: 50%;
  transform: translateX(-50%);
  display: 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 {
  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: 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;
  text-align: center;
  font-family: var(--font-noto-sans-jp);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-key);
}
@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__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-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__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: 24px;
  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__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;
  height: 352px;
  list-style: none;
}
@media (max-width: 767px) {
  .p-experience__card {
    width: 256.426px;
    height: 304.776px;
  }
}
.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;
  justify-content: center;
  align-items: center;
  gap: 24px;
  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;
  align-items: center;
  justify-content: center;
  gap: 16px;
  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;
}
@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: opacity 0.2s;
}
.p-experience__tag:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-experience__tag {
    height: 31.484px;
    padding: 6.174px 25px;
    font-size: 13.12px;
    border-radius: 22.692px;
  }
}

.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;
  }
}
.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) 412px;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .p-trouble__inner {
    grid-template-columns: minmax(0, 679px);
    justify-items: center;
  }
}
.p-trouble__main {
  width: 100%;
  max-width: 100%;
  padding: 49px 64px;
  background: #fffdfb;
  border-radius: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-trouble__main {
    width: 100%;
    padding: 36px 26px 32px;
    text-align: center;
  }
}
.p-trouble__heading {
  margin: 0;
  text-align: center;
  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-trouble__heading {
    font-size: 32px;
  }
}
.p-trouble__desc {
  margin: 28px 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-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-template-columns: repeat(2, calc(50% - 6px));
  grid-template-rows: repeat(2, minmax(230px, 200px));
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-trouble__cards {
    grid-template-rows: repeat(2, 198px);
  }
}
.p-trouble__card {
  list-style: none;
}
.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: opacity 0.2s;
}
.p-trouble__card-link:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .p-trouble__card-link {
    padding: 14px;
  }
}
.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.7;
  color: var(--color-key);
}
@media (max-width: 767px) {
  .p-trouble__card-number {
    font-size: 26.488px;
    letter-spacing: 2.119px;
  }
}
.p-trouble__card-title {
  margin: 24px 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-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%;
}
@media (max-width: 767px) {
  .p-trouble__card-arrow {
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}

.p-activity {
  position: relative;
  padding: 112px 56px 99px;
  background: #fff;
  text-align: center;
}
@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 {
  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: opacity 0.2s;
}
.p-activity__card-link:hover {
  opacity: 0.85;
}
@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-icon {
  width: 58px;
  height: 40px;
  object-fit: contain;
}
@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);
}
@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);
}
@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);
}
@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__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;
  }
}

@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);
  min-height: 281px;
  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;
    min-height: 391px;
    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: 23px;
}
@media (max-width: 767px) {
  .p-news__categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }
}
.p-news__category {
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  transition: opacity 0.2s;
}
.p-news__category:hover {
  opacity: 0.75;
}
.p-news__category.is-active {
  background: var(--color-orange);
  color: #fff;
}
@media (max-width: 767px) {
  .p-news__category {
    width: 100%;
    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__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: rgba(242, 235, 213, 0.9);
}
@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;
}
.p-news__tag {
  transition: opacity 0.2s;
}
.p-news__tag:hover {
  opacity: 0.75;
}
.p-news__list-wrap {
  width: 1100px;
  max-width: calc(100% - 112px);
  min-height: 592px;
  margin: 0 auto;
  padding: 0 108px 52px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1100px) {
  .p-news__list-wrap {
    padding-inline: 56px;
  }
}
@media (max-width: 767px) {
  .p-news__list-wrap {
    width: auto;
    max-width: none;
    min-height: 355px;
    margin: 0 21px;
    padding: 18px 18px 30px;
    background: #fffdfb;
  }
}
.p-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-news__item {
  list-style: none;
  border-bottom: 2px solid #f2ebd5;
}
@media (max-width: 767px) {
  .p-news__item {
    border-bottom-width: 1px;
  }
}
.p-news__link {
  position: relative;
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr) 40px;
  grid-template-rows: auto auto;
  column-gap: 28px;
  align-items: start;
  min-height: 153px;
  padding: 35px 0 34px;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-news__link:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .p-news__link {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    min-height: 76px;
    padding: 14px 6px 12px;
  }
}
.p-news__date {
  grid-column: 1;
  grid-row: 1;
  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 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.p-news__label {
  grid-column: 1;
  grid-row: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 29.279px;
  margin-top: 7px;
  background: #fff;
  border: 1.295px solid var(--color-orange);
  border-radius: 20.52px;
  font-family: var(--font-noto-sans-jp);
  font-size: 15.54px;
  font-weight: 600;
  letter-spacing: 0.777px;
  line-height: 2.14;
  color: var(--color-orange);
}
@media (max-width: 767px) {
  .p-news__label {
    grid-column: 2;
    grid-row: 1;
    width: 57px;
    height: 16.388px;
    margin-top: 2px;
    border-width: 0.712px;
    border-radius: 15.2px;
    font-size: 8.55px;
    letter-spacing: 0.4275px;
  }
}
.p-news__item-tags {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-news__item-tags {
    display: none;
  }
}
.p-news__title {
  grid-column: 2;
  grid-row: 2;
  margin-top: 21px;
  font-family: var(--font-zen-kaku-gothic-antique);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .p-news__title {
    grid-column: 1/-1;
    grid-row: 2;
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.65;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
.p-news__arrow {
  grid-column: 3;
  grid-row: 1/3;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.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: opacity 0.2s;
}
.p-news__button:hover {
  opacity: 0.85;
}
.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-text--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-news__button-text {
    display: none;
  }
  .p-news__button-text--sp {
    display: inline;
    margin-inline: auto;
  }
}
.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%;
}
@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-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 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-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: opacity 0.2s;
}
.p-learn__card:hover {
  opacity: 0.85;
}
.p-learn__card--numbers {
  border: 2px solid var(--color-orange);
  border-radius: 8px 0 0 8px;
  color: 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);
}
@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;
}
@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;
}
@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%;
}
@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;
  }
}
