@charset "utf-8";

/* =========================================================
  lower page common
========================================================= */
.section-heading--lower,
.section-heading--information-single,
.section-heading--information-archive,
.section-heading--about-page {
  position: relative;
  z-index: 2;
}


/* =========================================================
  information single
========================================================= */
.information-single {
  position: relative;
  overflow: hidden;
}

/* hero
--------------------------------------------------- */
.information-single__hero {
  position: relative;
  padding: 150px 0 100px;
}


/* article
--------------------------------------------------- */
.information-single__article {
  padding: 0 0 100px;
}

.information-single__header {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 2px solid #c4c4c4;
}

.information-single__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.information-single__date {
  font-family: "Prompt", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.information-single__category {
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
}

.information-single__title {
  margin: 25px 0 0;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.information-single__content {
  width: 100%;
  margin-top: 60px;
}

.information-single__content p {
  font-size: 16px;
  letter-spacing: 0.06em;
}

.information-single__content p + p {
  margin-top: 32px;
}

.information-single__content ul,
.information-single__content ol {
  margin: 28px 0;
  padding-left: 1.4em;
}

.information-single__content li {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.information-single__content a {
  color: #1f9bef;
  text-decoration: underline;
}

.information-single__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 52px 0 0;
}

.information-single__content figure {
  margin: 52px 0 0;
}

.information-single__content figure img {
  margin: 0;
}

.information-single__button .c-more-link {
  margin-top: 120px;
}

/* sp：767px以下
--------------------------------------------------- */

/* =========================================================
  information archive
========================================================= */
.information-archive {
  position: relative;
  overflow: hidden;
}

/* hero
--------------------------------------------------- */
.information-archive__hero {
  position: relative;
  padding: 150px 0 100px;
}


.information-archive__deco--line {
  right: 0;
  top: 60px;
  z-index: 1;
  width: 242px;
}

/* body
--------------------------------------------------- */
.information-archive__body {
  padding: 0 0 100px;
}

.information-archive__list {
  gap: 20px;
}

.information-archive__empty {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

/* tablet：1024px以下
--------------------------------------------------- */

/* sp：767px以下
--------------------------------------------------- */

/* pagination
--------------------------------------------------- */
.information-archive__pagination {
  margin-top: 70px;
}

.information-archive__pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.information-archive__pagination ul.page-numbers > li {
  margin: 0;
  padding: 0;
}

.information-archive__pagination a.page-numbers,
.information-archive__pagination span.page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  color: #000;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.information-archive__pagination span.page-numbers.current {
  border-radius: 50%;
  background: #b8b8b8;
  color: #fff;
}

.information-archive__pagination a.page-numbers.prev,
.information-archive__pagination a.page-numbers.next {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
}

.information-archive__pagination-arrow {
  display: block;
  width: 16px;
  height: 10px;
  background: url("../images/arrow-ic002.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.information-archive__pagination-arrow--prev {
  transform: scaleX(-1);
}

@media (hover: hover) and (pointer: fine) {
  .information-archive__pagination a.page-numbers:hover {
    color: #1f9bef;
  }

  .information-archive__pagination a.page-numbers.prev:hover,
  .information-archive__pagination a.page-numbers.next:hover {
    background: #1f9bef;
  }
}

/* sp：767px以下
--------------------------------------------------- */

/* =========================================================
  about page
========================================================= */
.about-page {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* hero
--------------------------------------------------- */
.about-page__hero {
  position: relative;
  padding: 150px 0 100px;
  background: #fff;
}

.about-page__intro {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 155px;
  padding-bottom: 100px;
}

.about-page__intro-body {
  position: relative;
  z-index: 4;
  width: 500px;
}

.about-page__intro-title {
  margin: 0;
  color: #000;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
}

.about-page__intro-lead {
  margin: 20px 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0;
}

.about-page__intro-text {
  margin-top: 30px;
}

.about-page__intro-text p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}

.about-page__intro-text p + p {
  margin-top: 10px;
}

/* visual */
.about-page__visual {
  position: absolute;
  right: -12px;
  top: -65px;
  z-index: 1;
  width: 547px;
  height: 547px;
  margin-left: 0;
}

.about-page__image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  width: 548px;
  height: 548px;
  border-radius: 50%;
  background: #f5f5f5;
}

.about-page__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* decoration */
.about-page__deco--dot {
  right: -37px;
  top: 90px;
  z-index: 3;
  width: 293px;
}

.about-page__deco--line {
  left: -80px;
  bottom: -100px;
  z-index: 2;
  width: 240px;
}

/* section title
--------------------------------------------------- */
.about-section-title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* profile
--------------------------------------------------- */
.about-profile {
  position: relative;
  padding: 125px 0 140px;
  background: #f3f3f3;
}

.about-profile__inner {
  position: relative;
  z-index: 2;
}

.about-profile__list {
  margin: 60px 0 0;
  padding: 0;
}

.about-profile__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 30px;
}

.about-profile__row dt,
.about-profile__row dd {
  margin: 0;
  padding: 28px 10px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #000;
}

.about-profile__row dt {
  font-weight: 800;
}

.about-profile__row dd {
  font-weight: 400;
}

.about-profile__deco--dot {
  left: 40px;
  top: -64px;
  z-index: 1;
  width: 260px;
}

/* achievement
--------------------------------------------------- */
.about-achievement {
  position: relative;
  padding: 100px 0 100px;
  background: #fff;
}

.about-achievement__inner {
  position: relative;
  z-index: 2;
}

.about-achievement__list {
  margin-top: 70px;
  gap: 20px;
}

.about-achievement__button-wrap .c-more-link {
  margin-top: 60px;
}

.about-achievement__empty {
  margin: 40px 0 0;
  font-size: 16px;
  font-weight: 700;
}

.about-achievement__deco--line {
  right: -80px;
  top: -58px;
  z-index: 1;
  width: 242px;
}

/* tablet：1024px以下
--------------------------------------------------- */

/* sp：767px以下
--------------------------------------------------- */

/* =========================================================
  join page
========================================================= */
.join-page {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* hero
--------------------------------------------------- */
.join-page__hero {
  position: relative;
  padding: 150px 0 120px;
}

.section-heading--join-page {
  position: relative;
  z-index: 2;
}

/* lead
--------------------------------------------------- */
.join-lead {
  position: relative;
  padding: 0 0 110px;
  background: #fff;
  overflow: hidden;
}

.join-lead__inner {
  position: relative;
  z-index: 2;
}

.join-lead__head {
  position: relative;
  z-index: 2;
}

.join-lead__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.45;
}

.join-lead__lead-row {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  margin-top: 50px;
}

.join-lead__catch {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
}

.join-lead__description {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}


/* photo strip
--------------------------------------------------- */
.join-photo-strip {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin: 90px calc(50% - 50vw) 0;
  overflow: hidden;
}

.join-photo-strip__track {
  display: flex;
  width: max-content;
  animation: joinPhotoLoop 30s linear infinite;
  will-change: transform;
}

.join-photo-strip__group {
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  padding-right: 20px;
}

.join-photo-strip__item {
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 220 / 280;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd;
}

.join-photo-strip__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes joinPhotoLoop {
  from {
    transform: translateX(-114px);
  }

  to {
    transform: translateX(calc(-50% - 114px));
  }
}

/* @media (hover: hover) and (pointer: fine) {
  .join-photo-strip:hover .join-photo-strip__track {
    animation-play-state: paused;
  }
} */

@media (prefers-reduced-motion: reduce) {
  .join-photo-strip__track {
    animation: none;
    transform: translateX(-114px);
  }
}


/* lead contents
--------------------------------------------------- */
.join-lead__contents {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 470px 1fr;
  align-items: center;
  gap: 126px;
  margin-top: 110px;
}

.join-lead__body {
  position: relative;
  z-index: 3;
  counter-reset: joinLeadStep;
}

.join-lead__block {
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.join-lead__block + .join-lead__block {
  margin-top: 40px;
}

.join-lead__block::before {
  counter-increment: joinLeadStep;
  content: counter(joinLeadStep);
  position: absolute;
  left: -34px;
  top: -18px;
  z-index: -1;
  color: #f0f0f0;
  font-family: "Prompt", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.join-lead__block h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
}

.join-lead__block p {
  margin: 20px 0 0;
}

.join-lead__visual {
  position: relative;
  z-index: 2;
  width: 547px;
  margin: -30px 0 0 10px;
}

.join-lead__image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ddd;
}

.join-lead__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* decoration */
.join-lead__deco--dot {
  right: -40px;
  top: 78px;
  z-index: 1;
  width: 278px;
}

.join-lead__deco--line {
  left: -88px;
  bottom: -102px;
  z-index: 2;
  width: 242px;
}


/* fee
--------------------------------------------------- */
.join-fee {
  padding: 100px 0 0;
  background: #f3f3f3;
}

.join-fee__inner {
  position: relative;
  z-index: 2;
}

.join-section-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.join-fee__lead {
  margin-top: 40px;
}

.join-fee__lead p {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
}

.join-fee__box {
  width: 100%;
  margin-top: 48px;
}

.join-fee__entry {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.join-fee__entry span {
  display: grid;
  place-items: center;
  min-height: 70px;
  background: #f92060;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
}

.join-fee__entry strong {
  font-family: "Prompt", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 115px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.join-fee__entry small,
.join-fee__row small,
.join-fee__additional small,
.join-one__price small {
  margin-left: 6px;
  font-size: 24px;
  font-weight: 900;
  margin-top: 7px;
}

.join-fee__table {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.join-fee__row {
  display: grid;
  grid-template-columns: 360px 1fr;
  border-bottom: 2px solid #efefef;
}

.join-fee__row:last-child {
  border-bottom: none;
}

.join-fee__row span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  background: #e5e5e5;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  gap: 7px;
}

.join-fee__row span span {
  font-family: "Prompt", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 2px;
}

.join-fee__row strong {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 52px;
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.join-fee__additional {
  display: grid;
  grid-template-columns: 360px 1fr;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.join-fee__additional span {
  display: grid;
  place-items: center;
  min-height: 100px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.join-fee__additional strong {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 52px;
  color: #000;
  font-size: 34px;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.join-fee__note {
  width: calc(100% - 20px);
  margin: 60px auto 0;
  padding: 0;
  list-style: none;
}

.join-fee__note li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.7;
}

.join-fee__note li + li {
  margin-top: 16px;
}

.join-fee__note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.join-fee__button-wrap .c-more-link {
  margin-top: 64px;
}

.join-fee__button.c-more-link {
  background: #fff000;
  color: #000;
  font-size: 18px;
  line-height: 70px;
  padding: 0 30px;
}

.join-fee__button .c-more-link__arrow {
  filter: brightness(0);
}

.join-fee__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.join-fee__button-icon img {
  width: 40px;
  height: auto;
}

/* one time lesson
--------------------------------------------------- */
.join-one {
  position: relative;
  padding: 90px 0 120px;
  background: #f3f3f3;
}

.join-one__inner {
  position: relative;
  z-index: 2;
}

.join-one__catch {
  margin: 40px 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.7;
}

.join-one__text {
  margin-top: 30px;
}

.join-one__text p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.join-one__price {
  display: grid;
  grid-template-columns: 300px 1fr;
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.join-one__price span {
  display: grid;
  place-items: center;
  min-height: 100px;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.join-one__price strong {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-left: 52px;
  color: #000;
  font-size: 34px;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}

.join-one__button-wrap .c-more-link {
  margin-top: 64px;
}

.join-one__button.c-more-link {
  background: #39cfff;
  color: #000;
  font-size: 18px;
  line-height: 70px;
  padding: 0 30px;
}

.join-one__button .c-more-link__arrow {
  filter: brightness(0);
}

.join-one__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.join-one__button-icon img {
  width: 40px;
  height: auto;
}

.join-one__list {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  gap: 20px;
}

.join-one__deco--line {
  right: -78px;
  bottom: -84px;
  z-index: 1;
  width: 242px;
}

/* hover
--------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .join-fee__button:hover,
  .join-one__button:hover {
    background: #000;
    color: #fff;
  }

  .join-fee__button:hover .c-more-link__arrow,
  .join-one__button:hover .c-more-link__arrow {
    filter: brightness(0) invert(1);
  }

  .join-fee__button:hover .join-fee__button-icon img,
  .join-one__button:hover .join-one__button-icon img {
    filter: brightness(0) invert(1);
  }
}


/* class
--------------------------------------------------- */
.join-class {
  position: relative;
  padding: 100px 0 110px;
  background: #f3f3f3;
}

.join-class__inner {
  position: relative;
  z-index: 2;
}

.join-class__contents {
  margin-top: 70px;
}

/* decoration */
.join-class__deco--dot {
  left: 36px;
  top: -6px;
  z-index: 1;
  width: 240px;
}


/* schedule
--------------------------------------------------- */
.join-schedule {
  padding: 85px 0 100px;
}

.join-schedule__inner {
  position: relative;
  z-index: 2;
}

.join-schedule__text {
  margin: 50px 0 0;
}

.join-schedule__text p {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.join-schedule__text p + p {
  margin-top: 20px;
}

.join-schedule__scroll {
  width: 100%;
  max-width: 1140px;
  margin: 44px auto 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 14px;
  -webkit-overflow-scrolling: touch;
}

.join-schedule__image {
  width: 1140px;
  max-width: none;
}

.join-schedule__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1140px) {
  .join-schedule__scroll {
    overflow: visible;
    padding-bottom: 0;
  }

  .join-schedule__image {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .join-schedule {
    padding: 80px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .join-schedule {
    padding: 56px 0 60px;
  }

  .join-schedule__text {
    margin-top: 28px;
  }

  .join-schedule__text p {
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.9;
  }

  .join-schedule__text p + p {
    margin-top: 16px;
  }

  .join-schedule__scroll {
    margin-top: 28px;
  }
}


/* request
--------------------------------------------------- */
.join-request {
  padding: 85px 0 100px;
  background: #fff;
}

.join-request__inner {
  position: relative;
  z-index: 2;
}

.join-request__list {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.join-request__list li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.join-request__list li + li {
  margin-top: 20px;
}

.join-request__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* contact flow
--------------------------------------------------- */
.join-contact-flow {
  padding: 90px 0 110px;
  background: #fff;
}

.join-contact-flow__inner {
  position: relative;
  z-index: 2;
}

.join-contact-flow__list {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
}

.join-contact-flow__list li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.join-contact-flow__list li + li {
  margin-top: 20px;
}

.join-contact-flow__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* line box
--------------------------------------------------- */
.join-line-box {
  display: grid;
  grid-template-columns: minmax(0, 480px) 180px;
  justify-content: center;
  align-items: center;
  gap: 110px;
  margin-top: 70px;
  padding: 48px 60px;
  border: 4px solid #06c755;
  border-radius: 14px;
  background: #f8fff9;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.join-line-box__body h3 {
  margin: 0;
  color: #06c755;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.join-line-box__body p {
  margin: 24px 0 0;
  color: #000;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.join-line-box__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 260px;
  min-height: 42px;
  margin-top: 34px;
  padding: 0 24px;
  border-radius: 6px;
  background: #06c755;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.join-line-box__button-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  color: #06c755;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}

.join-line-box__button-text {
  display: inline-block;
}

.join-line-box__qr {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-line-box__qr img {
  display: block;
  width: 160px;
  height: auto;
}

/* hover
--------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .join-line-box__button:hover {
    background: #000;
    color: #fff;
  }

  .join-line-box__button:hover .join-line-box__button-icon {
    color: #000;
  }
}


/* =========================================================
  privacy page
========================================================= */
.privacy-page {
  position: relative;
  background: #fff;
}

.privacy-page .text-reveal__text {
  white-space: nowrap;
}


/* hero
--------------------------------------------------- */
.privacy-page__hero {
  position: relative;
  padding: 150px 0 120px;
}

.section-heading--privacy-page {
  position: relative;
  z-index: 2;
}

/* body
--------------------------------------------------- */
.privacy-page__body {
  padding: 0 0 120px;
  background: #fff;
}

.privacy-page__inner {
  position: relative;
  z-index: 2;
}

.privacy-page__content h2 {
  margin: 60px 0 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #b6b6b6;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.privacy-page__content p {
  margin: 26px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.privacy-page__content p + p {
  margin-top: 14px;
}

.privacy-page__lead {
  margin-top: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.privacy-page__date {
  margin-top: 36px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  text-align: right;
}

.privacy-page__content ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-page__content li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.privacy-page__content li + li {
  margin-top: 20px;
}

.privacy-page__content li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}


/* tablet：1024px以下
--------------------------------------------------- */

/* sp：767px以下
--------------------------------------------------- */

/* =========================================================
  thanks page
========================================================= */
.thanks-page {
  position: relative;
  background: #fff;
}

.thanks-page .text-reveal__text {
  white-space: nowrap;
}

/* hero
--------------------------------------------------- */
.thanks-page__hero {
  position: relative;
  padding: 150px 0 120px;
}

.section-heading--thanks-page {
  position: relative;
  z-index: 2;
}

/* body
--------------------------------------------------- */
.thanks-page__body {
  padding: 0 0 120px;
  background: #fff;
}

.thanks-page__inner {
  position: relative;
  z-index: 2;
}

.thanks-page__box {
  margin: 0 auto;
  padding: 60px;
  border-radius: 18px;
  background: #f3f3f3;
}

.thanks-page__title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.thanks-page__text {
  margin-top: 36px;
}

.thanks-page__text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.thanks-page__text p + p {
  margin-top: 14px;
}

.thanks-page__button-wrap .c-more-link {
  margin-top: 56px;
}

/* tablet：1024px以下
--------------------------------------------------- */

/* sp：767px以下
--------------------------------------------------- */

/* =========================================================
  entry page
========================================================= */
.entry-page {
  position: relative;
  background: #fff;
}

.entry-page .text-reveal__text {
  white-space: nowrap;
}

/* hero
--------------------------------------------------- */
.entry-page__hero {
  position: relative;
  padding: 150px 0 90px;
  background: #fff;
}

.section-heading--entry-page {
  position: relative;
  z-index: 2;
}

.entry-page__lead {
  margin-top: 110px;
}

.entry-page__lead p {
  font-size: 18px;
}

.entry-page__lead p + p {
  margin-top: 1em;
}

.text-link {
  color: #f92060;
  font-weight: 800;
  text-decoration: none;
  background-image: linear-gradient(#f92060, #f92060);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 2px;
  transition:
    background-size 0.3s ease,
    color 0.3s ease;
}


/* form section
--------------------------------------------------- */
.entry-form-section {
  padding: 70px 0 100px;
  background: #f3f3f3;
}

.entry-form-section__inner {
  position: relative;
  z-index: 2;
}

.entry-section-title {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.entry-form-box {
  margin: 50px auto 0;
  padding: 60px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

/* Contact Form 7
--------------------------------------------------- */
.entry-cf7__field + .entry-cf7__field {
  margin-top: 60px;
}

.entry-cf7__label {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.entry-cf7__badge {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: 68px;
  height: 37px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.entry-cf7__badge--required {
  background: #FF0000;
}

.entry-cf7__badge--optional {
  background: #51a3ff;
}

.entry-form-box input[type="text"],
.entry-form-box input[type="email"],
.entry-form-box input[type="tel"],
.entry-form-box input[type="date"],
.entry-form-box select,
.entry-form-box textarea {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #f1f1f1;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  box-sizing: border-box;
}

.entry-form-box input[type="text"],
.entry-form-box input[type="email"],
.entry-form-box input[type="tel"],
.entry-form-box input[type="date"],
.entry-form-box select {
  min-height: 78px;
  padding: 0 18px;
}

.entry-form-box input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
}

.entry-form-box input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.entry-form-box input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.7;
}

.entry-form-box textarea {
  min-height: 156px;
  padding: 16px 18px;
  resize: vertical;
}

.entry-form-box input:focus,
.entry-form-box select:focus,
.entry-form-box textarea:focus {
  outline: 2px solid #30A7FC;
  outline-offset: 2px;
}

.entry-form-box .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.entry-form-box .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

.entry-form-box .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  line-height: 1.6;
  cursor: pointer;
}

.entry-form-box input[type="radio"],
.entry-form-box input[type="checkbox"] {
  position: relative;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 2px solid #d9d9d9;
  background: #d9d9d9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.entry-form-box input[type="radio"] {
  border-radius: 50%;
}

.entry-form-box input[type="checkbox"] {
  border-radius: 4px;
}

.entry-form-box input[type="radio"]:checked,
.entry-form-box input[type="checkbox"]:checked {
  border-color: #30A7FC;
  background: #30A7FC;
}

.entry-form-box input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.entry-form-box input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.entry-form-box input[type="radio"]:focus-visible,
.entry-form-box input[type="checkbox"]:focus-visible {
  outline: 2px solid #30A7FC;
  outline-offset: 3px;
}

.entry-cf7__acceptance {
  margin-top: 40px;
  text-align: center;
}

.entry-cf7__acceptance .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.entry-cf7__submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 40px auto 0;
  border-radius: 999px;
  background: #f92060;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.entry-cf7__submit input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 76px 0 52px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  cursor: pointer;
  appearance: none;
}

.entry-cf7__submit::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 16px;
  height: 10px;
  background: url("../images/arrow-ic003.svg") center / contain no-repeat;
  filter: brightness(0) invert(1);
  transform: translateY(-50%);
  pointer-events: none;
}

.entry-cf7__submit .wpcf7-spinner {
  position: absolute;
  right: -36px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.entry-form-box .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 12px;
  color: #f92020;
}

.entry-form-box .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.entry-cf7__note {
  margin: -12px 0 18px;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
}


/* hover
--------------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
  .text-link:hover {
    background-size: 0 2px;
  }

  .entry-cf7__submit:hover,
  .entry-other-card:hover .entry-other-card__arrow {
    background: #1f9bef;
  }

  .entry-other-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .entry-other-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
  }
}


/* privacy
--------------------------------------------------- */
.entry-cf7__privacy {
  height: 212px;
  margin-top: 100px;
  padding: 24px 28px;
  overflow-y: auto;
  border: 3px solid #e1e1e1;
  border-radius: 18px;
  background: #fff;
  overscroll-behavior: contain;
}

.entry-cf7__privacy h3 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.entry-cf7__privacy p {
  margin: 18px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.04em;
}

.entry-cf7__privacy a {
  color: #30A7FC;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-cf7__privacy::-webkit-scrollbar {
  width: 8px;
}

.entry-cf7__privacy::-webkit-scrollbar-track {
  background: #ececec;
  border-radius: 999px;
}

.entry-cf7__privacy::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 999px;
}




/* =========================================================
  lower page responsive
========================================================= */

/* tablet：1024px以下
--------------------------------------------------- */
@media screen and (max-width: 1024px) {
  /* information single */
  .information-single__hero {
    padding: 130px 0 80px;
  }

  .information-single__article {
    padding-bottom: 80px;
  }

  .information-single__title {
    font-size: 26px;
  }

  .information-single__content {
    margin-top: 50px;
  }

  .information-single__button .c-more-link {
    margin-top: 90px;
  }

  /* information archive */
  .information-archive__hero {
    padding: 130px 0 80px;
  }

  .information-archive__body {
    padding-bottom: 80px;
  }

  .information-archive__deco--line {
    right: -40px;
    top: 70px;
    width: 200px;
  }

  .information-archive__pagination {
    margin-top: 60px;
  }

  /* about page */
  .about-page__hero {
    padding: 150px 0 50px;
  }

  .about-page__intro {
    display: block;
    margin-top: 45px;
    padding-bottom: 50px;
  }

  .about-page__intro-body {
    width: 48%;
  }

  .about-page__intro-title {
    font-size: 36px;
  }

  .about-page__intro-lead {
    margin-top: 15px;
    font-size: 20px;
  }

  .about-page__visual {
    position: absolute;
    right: 0;
    top: 0;
    width: 39vw;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .about-page__image {
    width: 100%;
    height: 100%;
  }

  .about-page__deco--dot {
    right: -6%;
    top: 18%;
    width: 44%;
  }

  .about-page__deco--line {
    left: -12%;
    bottom: -13%;
    width: 40%;
  }

  .about-section-title {
    font-size: 34px;
  }

  .about-profile {
    padding: 100px 0 120px;
  }

  .about-profile__list {
    margin-top: 40px;
  }

  .about-profile__row {
    grid-template-columns: 210px 1fr;
  }

  .about-profile__row dt,
  .about-profile__row dd {
    font-size: 16px;
  }

  .about-profile__deco--dot {
    left: 25px;
    top: -40px;
    width: 200px;
  }

  .about-achievement {
    padding: 90px 0;
  }

  .about-achievement__deco--line {
    right: -40px;
    width: 200px;
  }

  /* join page */
  .join-page__hero {
    padding: 130px 0 90px;
  }

  .join-lead {
    padding-bottom: 90px;
  }

  .join-lead__title {
    font-size: 40px;
  }

  .join-lead__lead-row {
    grid-template-columns: 360px 1fr;
    gap: 30px;
    margin-top: 38px;
  }

  .join-lead__catch {
    font-size: 22px;
  }

  .join-lead__description {
    font-size: 16px;
  }

  .join-photo-strip {
    margin-top: 70px;
  }

  .join-photo-strip__item {
    width: 190px;
  }

  .join-lead__contents {
    grid-template-columns: 42% 1fr;
    gap: 50px;
    margin-top: 90px;
  }

  .join-lead__block::before {
    left: -24px;
    top: -12px;
    font-size: 104px;
  }

  .join-lead__block h3 {
    font-size: 24px;
  }

  .join-lead__visual {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .join-lead__deco--dot {
    right: -24px;
    top: 58px;
    width: 210px;
  }

  .join-lead__deco--line {
    left: -58px;
    bottom: -70px;
    width: 190px;
  }

  .join-fee {
    padding-top: 90px;
  }

  .join-section-title {
    font-size: 34px;
  }

  .join-fee__lead p,
  .join-one__catch {
    font-size: 22px;
  }

  .join-fee__row,
  .join-fee__additional {
    grid-template-columns: 300px 1fr;
  }

  .join-fee__row span,
  .join-fee__row strong,
  .join-fee__additional span,
  .join-fee__additional strong,
  .join-one__price span,
  .join-one__price strong {
    min-height: 86px;
  }

  .join-one__price {
    grid-template-columns: 260px 1fr;
  }

  .join-class {
    padding: 90px 0 100px;
  }

  .join-class__contents {
    margin-top: 56px;
  }

  .join-class__deco--dot {
    left: 20px;
    width: 200px;
  }

  .join-request {
    padding: 80px 0 90px;
  }

  .join-contact-flow {
    padding: 80px 0 100px;
  }

  .join-line-box {
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 50px;
    padding: 42px 44px;
  }

  .join-line-box__qr img {
    width: 140px;
  }

  /* privacy page */
  .privacy-page__hero {
    padding: 130px 0 90px;
  }

  .privacy-page__body {
    padding-bottom: 100px;
  }

  .privacy-page__content h2 {
    margin-top: 54px;
    font-size: 23px;
  }

  .privacy-page__content p,
  .privacy-page__content li {
    font-size: 15px;
  }

  .privacy-page__lead {
    font-size: 16px !important;
  }

  .privacy-page__date {
    font-size: 15px !important;
  }

  /* thanks page */
  .thanks-page__hero {
    padding: 130px 0 90px;
  }

  .thanks-page__body {
    padding-bottom: 100px;
  }

  .thanks-page__box {
    padding: 64px 50px;
  }

  .thanks-page__title {
    font-size: 30px;
  }

  /* entry page */
  .entry-page__hero {
    padding: 130px 0 80px;
  }

  .entry-page__lead {
    margin-top: 80px;
  }

  .entry-page__lead p {
    font-size: 16px;
  }

  .entry-form-section {
    padding: 64px 0 86px;
  }

  .entry-section-title {
    font-size: 34px;
  }

  .entry-form-box {
    margin-top: 44px;
    padding: 48px;
  }

  .entry-cf7__field + .entry-cf7__field {
    margin-top: 46px;
  }

  .entry-cf7__label {
    gap: 14px;
    margin-bottom: 18px;
    font-size: 18px;
  }

  .entry-cf7__badge {
    min-width: 56px;
    height: 30px;
    border-radius: 7px;
    font-size: 14px;
  }

  .entry-form-box input[type="text"],
  .entry-form-box input[type="email"],
  .entry-form-box input[type="tel"],
  .entry-form-box input[type="date"],
  .entry-form-box select {
    min-height: 64px;
  }

  .entry-cf7__privacy {
    height: 190px;
    margin-top: 78px;
  }

  .entry-cf7__acceptance {
    margin-top: 34px;
  }

  .entry-cf7__submit {
    margin-top: 34px;
  }

  .entry-cf7__submit input[type="submit"] {
    font-size: 16px;
  }
}

/* sp：767px以下
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* common */
  .section-heading--lower,
  .section-heading--information-single,
  .section-heading--information-archive,
  .section-heading--about-page,
  .section-heading--join-page,
  .section-heading--privacy-page,
  .section-heading--thanks-page,
  .section-heading--entry-page {
    gap: 10px;
  }

  /* information single */
  .information-single__hero {
    padding: 100px 0 50px;
  }

  .information-single__article {
    padding-bottom: 50px;
  }

  .information-single__header {
    padding-bottom: 26px;
  }

  .information-single__meta {
    flex-wrap: wrap;
    gap: 10px;
  }

  .information-single__date {
    font-size: 16px;
  }

  .information-single__category {
    min-width: 82px;
    height: 20px;
    padding: 0 12px;
    font-size: 12px;
  }

  .information-single__title {
    margin-top: 17px;
    font-size: 20px;
  }

  .information-single__content {
    margin-top: 34px;
  }

  .information-single__content p,
  .information-single__content li {
    font-size: 14px;
  }

  .information-single__content p + p {
    margin-top: 20px;
  }

  .information-single__content ul,
  .information-single__content ol {
    margin: 22px 0;
  }

  .information-single__content li {
    line-height: 1.9;
  }

  .information-single__content img,
  .information-single__content figure {
    margin-top: 34px;
  }

  .information-single__button .c-more-link {
    margin-top: 60px;
  }

  /* information archive */
  .information-archive__hero {
    padding: 100px 0 50px;
  }

  .information-archive__deco--line {
    right: -36px;
    top: 100px;
    width: 118px;
  }

  .information-archive__body {
    padding-bottom: 56px;
  }

  .information-archive__list {
    gap: 15px;
  }

  .information-archive__empty {
    font-size: 14px;
  }

  .information-archive__pagination {
    margin-top: 44px;
  }

  .information-archive__pagination ul.page-numbers {
    gap: 18px;
  }

  .information-archive__pagination a.page-numbers,
  .information-archive__pagination span.page-numbers {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .information-archive__pagination a.page-numbers.prev,
  .information-archive__pagination a.page-numbers.next {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  /* about page */
  .about-page__hero {
    padding: 100px 0 70px;
  }

  .about-page__intro {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    min-height: 0;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .about-page__intro-body {
    width: 100%;
    margin-top: 38px;
  }

  .about-page__intro-title {
    font-size: 24px;
    letter-spacing: 0;
  }

  .about-page__intro-lead {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .about-page__intro-text {
    margin-top: 18px;
  }

  .about-page__intro-text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
  }

  .about-page__visual {
    position: relative;
    top: auto;
    right: auto;
    width: 292px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }

  .about-page__image {
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: translateX(-50%);
  }

  .about-page__deco--dot {
    right: -26px;
    top: 80px;
    width: 112px;
  }

  .about-page__deco--line {
    left: -30px;
    bottom: -60px;
    width: 116px;
  }

  .about-section-title {
    font-size: 22px;
  }

  .about-profile {
    padding: 55px 0 60px;
  }

  .about-profile__list {
    margin-top: 30px;
  }

  .about-profile__row {
    display: block;
    padding-bottom: 20px;
  }

  .about-profile__row dt,
  .about-profile__row dd {
    padding: 0 8px;
    font-size: 14px;
  }

  .about-profile__row dt {
    border: none;
  }

  .about-profile__row dd {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .about-profile__deco--dot {
    left: 17px;
    top: 5px;
    width: 110px;
  }

  .about-achievement {
    padding: 58px 0 60px;
  }

  .about-achievement__list {
    gap: 15px;
    margin-top: 34px;
  }

  .about-achievement__button-wrap .c-more-link {
    margin-top: 40px;
  }

  .about-achievement__deco--line {
    right: -36px;
    top: -24px;
    width: 118px;
  }

  .about-achievement__empty {
    margin-top: 28px;
    font-size: 14px;
  }

  /* join page */
  .join-page__hero {
    padding: 100px 0 50px;
  }

  .join-lead {
    padding-bottom: 58px;
  }

  .join-lead__title {
    font-size: 26px;
    line-height: 1.5;
  }

  .join-lead__lead-row {
    display: block;
    margin-top: 28px;
  }

  .join-lead__catch {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
  }

  .join-lead__description {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2;
  }

  .join-photo-strip {
    margin-top: 40px;
  }

  .join-photo-strip__track {
    animation-duration: 24s;
  }

  .join-photo-strip__group {
    gap: 12px;
    padding-right: 12px;
  }

  .join-photo-strip__item {
    width: 128px;
    border-radius: 10px;
  }

  @keyframes joinPhotoLoop {
    from {
      transform: translateX(-40px);
    }

    to {
      transform: translateX(calc(-50% - 40px));
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .join-photo-strip__track {
      transform: translateX(-40px);
    }
  }

  .join-lead__contents {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin-top: 58px;
  }

  .join-lead__body {
    width: 100%;
  }

  .join-lead__block + .join-lead__block {
    margin-top: 34px;
  }

  .join-lead__block::before {
    left: -17px;
    top: -17px;
    font-size: 78px;
  }

  .join-lead__block h3 {
    font-size: 20px;
  }

  .join-lead__block p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.9;
  }

  .join-lead__visual {
    order: 2;
    width: min(100%, 292px);
    margin: 0 auto;
  }

  .join-lead__deco--dot {
    right: -24px;
    top: 54px;
    width: 122px;
  }

  .join-lead__deco--line {
    left: -34px;
    bottom: -44px;
    width: 116px;
  }

  .join-fee {
    padding-top: 58px;
  }

  .join-section-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  .join-fee__lead {
    margin-top: 24px;
  }

  .join-fee__lead p {
    font-size: 16px;
    line-height: 1.9;
  }

  .join-fee__box {
    margin-top: 30px;
  }

  .join-fee__entry,
  .join-fee__table,
  .join-fee__additional,
  .join-one__price {
    border-radius: 10px;
  }

  .join-fee__entry span {
    min-height: 46px;
    font-size: 18px;
  }

  .join-fee__entry strong {
    min-height: 72px;
    font-size: 32px;
  }

  .join-fee__entry small,
  .join-fee__row small,
  .join-fee__additional small,
  .join-one__price small {
    margin-left: 4px;
    margin-top: 4px;
    font-size: 16px;
  }

  .join-fee__table {
    margin-top: 24px;
  }

  .join-fee__row {
    grid-template-columns: 48% 52%;
    border-bottom-width: 1px;
  }

  .join-fee__row span {
    min-height: 62px;
    gap: 4px;
    font-size: 13px;
  }

  .join-fee__row span span {
    font-size: 22px;
  }

  .join-fee__row strong {
    min-height: 62px;
    padding-left: 18px;
    font-size: 24px;
  }

  .join-fee__additional,
  .join-one__price {
    grid-template-columns: 42% 58%;
  }

  .join-fee__additional {
    margin-top: 24px;
  }

  .join-fee__additional span,
  .join-one__price span {
    min-height: 62px;
    font-size: 14px;
  }

  .join-fee__additional strong,
  .join-one__price strong {
    min-height: 62px;
    padding-left: 18px;
    font-size: 24px;
  }

  .join-fee__note {
    width: 100%;
    margin-top: 34px;
  }

  .join-fee__note li {
    padding-left: 1.2em;
    font-size: 13px;
    line-height: 1.9;
  }

  .join-fee__note li + li {
    margin-top: 12px;
  }

  .join-fee__button-wrap .c-more-link,
  .join-one__button-wrap .c-more-link {
    margin-top: 40px;
  }

  .join-fee__button.c-more-link,
  .join-one__button.c-more-link {
    width: min(100%, 330px);
    min-height: 52px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.4;
  }

  .join-fee__button-icon img,
  .join-one__button-icon img {
    width: 24px;
  }

  .join-one {
    padding: 58px 0 64px;
  }

  .join-one__catch {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.9;
  }

  .join-one__text {
    margin-top: 20px;
  }

  .join-one__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .join-one__price {
    margin-top: 34px;
  }

  .join-one__list {
    gap: 15px;
    margin-top: 54px;
  }

  .join-one__deco--line {
    right: -36px;
    bottom: -36px;
    width: 118px;
  }

  .join-class {
    padding: 58px 0 64px;
  }

  .join-class__contents {
    margin-top: 34px;
  }

  .join-class__deco--dot {
    left: -24px;
    top: -12px;
    width: 118px;
  }

  .join-request {
    padding: 56px 0 60px;
  }

  .join-request__list,
  .join-contact-flow__list {
    margin-top: 28px;
  }

  .join-request__list li,
  .join-contact-flow__list li {
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.9;
  }

  .join-request__list li + li,
  .join-contact-flow__list li + li {
    margin-top: 16px;
  }

  .join-contact-flow {
    padding: 58px 0 64px;
  }

  .join-line-box {
    display: block;
    margin-top: 36px;
    padding: 26px 20px;
    border-width: 3px;
    border-radius: 10px;
  }

  .join-line-box__body h3 {
    font-size: 20px;
    letter-spacing: 0.08em;
  }

  .join-line-box__body p {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.8;
  }

  .join-line-box__button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    margin-top: 22px;
    padding: 0 14px;
    font-size: 13px;
  }

  .join-line-box__qr {
    margin-top: 24px;
  }

  .join-line-box__qr img {
    width: 120px;
  }

  /* privacy page */
  .privacy-page__hero {
    padding: 100px 0 50px;
  }

  .privacy-page .section-heading__en {
    font-size: 42px;
    letter-spacing: 0.04em;
  }

  .privacy-page .text-reveal__text {
    white-space: normal;
  }

  .privacy-page .section-heading__label .text-reveal__text {
    white-space: nowrap;
  }

  .privacy-page__body {
    padding-bottom: 64px;
  }

  .privacy-page__content h2 {
    margin-top: 42px;
    padding-bottom: 12px;
    border-bottom-width: 1px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .privacy-page__content p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .privacy-page__content p + p {
    margin-top: 10px;
  }

  .privacy-page__lead {
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .privacy-page__date {
    margin-top: 24px !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    text-align: right;
  }

  .privacy-page__content ul {
    margin-top: 16px;
  }

  .privacy-page__content li {
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .privacy-page__content li + li {
    margin-top: 10px;
  }

  /* thanks page */
  .thanks-page__body .thanks-page__inner {
    width: calc(100% - 30px);
  }

  .thanks-page__hero {
    padding: 100px 0 64px;
  }

  .thanks-page__body {
    padding-bottom: 60px;
  }

  .thanks-page__box {
    padding: 40px 22px;
    border-radius: 14px;
    text-align: left;
  }

  .thanks-page__title {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .thanks-page__text {
    margin-top: 24px;
  }

  .thanks-page__text p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .thanks-page__text p + p {
    margin-top: 10px;
  }

  .thanks-page__button-wrap {
    text-align: center;
  }

  .thanks-page__button-wrap .c-more-link {
    margin-top: 36px;
  }

  h3.thanks-page__note-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .thanks-page__note {
    padding: 15px 25px 20px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: 30px;
  }

  /* entry page */
  .entry-page__hero {
    padding: 100px 0 56px;
  }

  .entry-page__lead {
    margin-top: 42px;
  }

  .entry-page__lead p {
    font-size: 14px;
  }

  .entry-form-section {
    padding: 40px 0 64px;
  }

  .entry-form-section__inner {
    width: calc(100% - 30px);
  }

  .entry-section-title {
    font-size: 22px;
    padding-left: 15px;
  }

  .entry-form-box {
    margin-top: 25px;
    padding: 30px 25px;
  }

  .entry-cf7__field + .entry-cf7__field {
    margin-top: 30px;
  }

  .entry-cf7__label {
    gap: 5px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.7;
    flex-flow: column;
  }

  .entry-cf7__badge {
    min-width: 45px;
    height: 21px;
    border-radius: 4px;
    font-size: 12px;
  }

  .entry-form-box input[type="text"],
  .entry-form-box input[type="email"],
  .entry-form-box input[type="tel"],
  .entry-form-box input[type="date"],
  .entry-form-box select {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .entry-form-box textarea {
    min-height: 100px;
    padding: 14px;
    font-size: 14px;
  }

  .entry-form-box .wpcf7-list-item label {
    gap: 12px;
    font-size: 14px;
    align-items: flex-start;
    text-align: left;
  }

  .entry-form-box input[type="radio"],
  .entry-form-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  .entry-cf7__acceptance input[type="checkbox"] {
    margin-top: 2px;
  }

  .entry-form-box input[type="radio"]:checked::before {
    width: 7px;
    height: 7px;
  }

  .entry-form-box input[type="checkbox"]:checked::before {
    width: 6px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .entry-cf7__privacy {
    height: 156px;
    margin-top: 56px;
    padding: 18px 16px;
    border-width: 2px;
    border-radius: 8px;
  }

  .entry-cf7__privacy h3 {
    font-size: 15px;
  }

  .entry-cf7__privacy p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.9;
  }

  .entry-cf7__acceptance {
    margin-top: 24px;
  }

  .entry-cf7__submit {
    margin-top: 30px;
  }

  .entry-cf7__submit input[type="submit"] {
    min-height: 48px;
    padding: 0 64px 0 42px;
    font-size: 13px;
  }

  .entry-cf7__submit::after {
    right: 24px;
  }

  .entry-cf7__submit .wpcf7-spinner {
    right: -30px;
  }

  .entry-cf7__note {
    margin: -6px 0 12px;
    font-size: 12px;
    line-height: 1.7;
  }
}


/* =========================================================
  other page
========================================================= */
.other-page .text-reveal__text {
  white-space: nowrap;
}

.section-heading--other-page,
.section-heading--other-entry {
  position: relative;
  z-index: 2;
}


/* =========================================================
  thanks
========================================================= */
.thanks-page__note {
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: 18px;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}
h3.thanks-page__note-title {
  font-weight:700;
  font-size: 20px;
  margin-bottom: 10px;
}


/* =========================================================
  404 page
========================================================= */
.notfound-page {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.notfound-page .text-reveal__text {
  white-space: nowrap;
}

/* hero
--------------------------------------------------- */
.notfound-page__hero {
  position: relative;
  padding: 150px 0 120px;
  background: #fff;
}

.section-heading--notfound-page {
  position: relative;
  z-index: 2;
}

/* body
--------------------------------------------------- */
.notfound-page__body {
  padding: 0 0 120px;
  background: #fff;
}

.notfound-page__inner {
  position: relative;
  z-index: 2;
}

.notfound-page__box {
  margin: 0 auto;
  padding: 60px;
  border-radius: 18px;
  background: #f3f3f3;
  text-align: center;
}

.notfound-page__eyebrow {
  margin: 0;
  color: #f92060;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
}

.notfound-page__title {
  margin: 26px 0 0;
  color: #000;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.notfound-page__text {
  margin-top: 32px;
}

.notfound-page__text p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04em;
}

.notfound-page__text p + p {
  margin-top: 10px;
}

.notfound-page__button-wrap .c-more-link {
  margin-top: 56px;
}

.notfound-page__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-top: 42px;
}

.notfound-page__links a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #000;
  font-family: "Prompt", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.notfound-page__links a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 8px;
  background: url("../images/arrow-ic002.svg") center / contain no-repeat;
  filter: brightness(0);
  transform: translateY(-50%);
 transition: transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .notfound-page__links a:hover {
    color: #1f9bef;
  }

  .notfound-page__links a:hover::before {
    transform: translate(4px, -50%);
  }
}

/* tablet：1024px以下
--------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .notfound-page__hero {
    padding: 130px 0 90px;
  }

  .notfound-page__body {
    padding-bottom: 100px;
  }

  .notfound-page__box {
    padding: 64px 50px;
  }

  .notfound-page__title {
    font-size: 30px;
  }
}

/* sp：767px以下
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .section-heading--notfound-page {
    gap: 10px;
  }

  .notfound-page__hero {
    padding: 100px 0 64px;
  }

  .notfound-page__body {
    padding-bottom: 64px;
  }

  .notfound-page__box {
    padding: 40px 22px;
    border-radius: 14px;
    text-align: left;
  }

  .notfound-page__eyebrow {
    font-size: 18px;
  }

  .notfound-page__title {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .notfound-page__text {
    margin-top: 24px;
  }

  .notfound-page__text p {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.03em;
  }

  .notfound-page__button-wrap {
    text-align: center;
  }

  .notfound-page__button-wrap .c-more-link {
    margin-top: 28px;
  }

  .notfound-page__links {
    gap: 14px 20px;
    margin-top: 32px;
  }

  .notfound-page__links a {
    font-size: 12px;
  }
}

/* post content join button
--------------------------------------------------- */
.post-join-button {
  width: 100%;
  margin: 48px 0;
  text-align: center;
}

.post-join-button__inner {
  display: flex;
  justify-content: center;
}

.post-join-button .c-more-link {
  margin-top: 0;
  text-decoration: none;
}

.post-join-button .join-one__button.c-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 360px;
  min-height: 70px;
  background: #39cfff;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 30px;
}

.post-join-button .join-one__button .c-more-link__text {
  color: inherit;
}

.post-join-button .join-one__button .c-more-link__arrow {
  filter: brightness(0);
}

.post-join-button .join-one__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.post-join-button .join-one__button-icon img {
  width: 40px;
  height: auto;
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  .post-join-button .join-one__button:hover {
    background: #000;
    color: #fff;
  }

  .post-join-button .join-one__button:hover .c-more-link__arrow,
  .post-join-button .join-one__button:hover .join-one__button-icon img {
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 767px) {
  .post-join-button {
    margin: 36px 0;
  }

  .post-join-button .join-one__button.c-more-link {
    width: min(100%, 330px);
    min-width: 0;
    min-height: 52px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.4;
  }

  .post-join-button .join-one__button-icon img {
    width: 24px;
  }
}

.post-join-button .join-one__button.c-more-link {
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.post-join-button .join-one__button .c-more-link__text {
  transition: color 0.3s ease;
}

.post-join-button .join-one__button .c-more-link__arrow,
.post-join-button .join-one__button-icon img {
  transition:
    filter 0.3s ease,
    transform 0.3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .post-join-button .join-one__button:hover {
    background-color: #000;
    color: #fff;
  }

  .post-join-button .join-one__button:hover .c-more-link__text {
    color: #fff;
  }

  .post-join-button .join-one__button:hover .c-more-link__arrow,
  .post-join-button .join-one__button:hover .join-one__button-icon img {
    filter: brightness(0) invert(1);
  }
}
