.p-intro {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .p-intro {
    padding-block: 6.2rem 6rem;
  }
}
.p-intro__head {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-intro__head {
    margin-bottom: 4rem;
  }
}
.p-intro__logo {
  max-width: 27.8rem;
  margin: 0 auto 0.8rem;
}
@media (min-width: 768px) {
  .p-intro__logo {
    max-width: 71.9rem;
    margin-bottom: 2rem;
  }
}
.p-intro__txt {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-intro__txt {
    font-size: 1.8rem;
    line-height: 1.33333333;
  }
}
.p-intro__sub {
  --lh: 2;
  border: 1px solid var(--color-primary);
  font-size: 1.2rem;
  color: #000;
  line-height: var(--lh);
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3.1rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .p-intro__sub {
    padding-block: 0.4rem;
    margin-bottom: 8rem;
  }
}

.p-since {
  padding-block: 4.9rem 3rem;
}
@media (min-width: 768px) {
  .p-since {
    padding-block: 6rem 5rem;
  }
}
.p-since .since-card {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-since .since-card {
    flex-direction: row;
    gap: 5rem;
  }
}
.p-since .since-card:not(:last-child) {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .p-since .since-card:not(:last-child) {
    margin-bottom: 14.7rem;
  }
}
.p-since .since-card--reverse {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .p-since .since-card--reverse {
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 6rem;
  }
}
@media (min-width: 768px) {
  .p-since .since-card--reverse .since-card__content {
    width: 41.3rem;
  }
}
.p-since .since-card__media {
  width: 100%;
}
@media (min-width: 768px) {
  .p-since .since-card__media {
    max-width: 60rem;
    flex-shrink: 0;
  }
}
.p-since .since-card__media figure img {
  width: 100%;
  height: auto;
}
.p-since .since-card__media .since-card__ttl {
  margin-bottom: 4rem;
}
.p-since .since-card__content {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-since .since-card__content {
    gap: 4rem;
    width: 41.6rem;
  }
}
@media (max-width: 767px) {
  .p-since .since-card__content {
    padding-inline: 4.2rem 4.3rem;
  }
}
.p-since .since-card__ttl {
  color: var(--color-primary);
  font-size: 2rem;
  line-height: 1.8;
  font-weight: normal;
  line-height: 1.8125;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-since .since-card__ttl {
    font-size: 3.2rem;
    line-height: 1.8125;
  }
}

.p-origin {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-origin {
    padding-block: 5rem 6rem;
  }
}
.p-origin__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
  margin-inline: auto;
  padding-inline: 4.2rem 4.3rem;
}
@media (min-width: 768px) {
  .p-origin__wrap {
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 4.5rem;
    max-width: 93.1rem;
  }
}
.p-origin__media {
  width: 21rem;
}
@media (min-width: 768px) {
  .p-origin__media {
    width: 38.8rem;
    flex-shrink: 0;
  }
}
.p-origin__content {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-origin__content {
    gap: 2rem;
  }
}
.p-origin__ttl {
  color: var(--color-primary);
  font-size: 2rem;
  line-height: 1.8;
  font-weight: normal;
  line-height: 1.8125;
}
@media (min-width: 768px) {
  .p-origin__ttl {
    font-size: 3.2rem;
    line-height: 1.8125;
  }
}

.p-find {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-find {
    padding-block: 6rem 6rem;
  }
}
.p-find__btn {
  margin-top: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-find__btn {
    margin-top: 12rem;
  }
}

.p-member {
  padding-block: 3rem;
}
@media (min-width: 768px) {
  .p-member {
    padding-block: 8.9rem 6.1rem;
  }
}
.p-member__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-member__item:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-member__sub {
  position: relative;
}
.p-member__sub span {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  font-size: 1.1rem;
  line-height: 2.1818181818;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0.3rem 2rem;
}
@media (min-width: 768px) {
  .p-member__sub span {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding: 0.6rem 2.8rem;
  }
}
.p-member__sub::after {
  content: "";
  background-color: var(--color-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.p-member__content {
  padding: 1.5rem 0 0 2rem;
}
@media (min-width: 768px) {
  .p-member__content {
    padding: 2.4rem 6rem 0;
  }
}
.p-member__ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .p-member__ttl {
    font-size: 3.2rem;
    line-height: 1.375;
  }
}
.p-member__ttl.--leter-0 {
  letter-spacing: 0;
}
.p-member__ttl.--sub {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.p-member__ttl small {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-member__ttl small {
    font-size: 1.2rem;
  }
}
.p-member__txt {
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-member__txt {
    font-size: 1.2rem;
  }
}
.p-member__package {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-member__package {
    margin-inline: -2rem;
  }
}
.p-member__package table {
  border-collapse: separate;
  border-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .p-member__package table {
    table-layout: fixed;
    border-spacing: 0.5rem;
  }
}
.p-member__package table tr th, .p-member__package table tr td {
  font-size: 1.1rem;
  line-height: 1.8181818182;
  text-align: center;
}
@media (min-width: 768px) {
  .p-member__package table tr th, .p-member__package table tr td {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-member__package table tr th {
  background-color: #505050;
  color: #FFF;
  padding: 0.6rem;
}
@media (max-width: 767px) {
  .p-member__package table tr th {
    width: 6rem;
  }
}
.p-member__package table tr th.person {
  background-color: #5C7494;
}
.p-member__package table tr th.family {
  background-color: #C8972C;
}
.p-member__package table tr td {
  padding: 1.4rem 0.5rem;
}
@media (min-width: 768px) {
  .p-member__package table tr td {
    padding: 1.6rem;
  }
}
.p-member__package table tr td:nth-child(1) {
  background-color: #505050;
  color: #FFF;
}
.p-member__package table tr td.number {
  background-color: #F3F0EB;
  font-family: var(--font-third);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-member__package table tr td.number {
    font-size: 2.4rem;
  }
}
.p-member__package table tr td.number span {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-member__package table tr td.number span {
    font-size: 1.4rem;
  }
}
.p-member__benefit {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-member__benefit {
    gap: 2rem;
  }
}
.p-member__benefit p {
  font-size: 1.3rem;
  line-height: 1.6923076923;
}
@media (min-width: 768px) {
  .p-member__benefit p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-member__room + .p-member__room {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .p-member__room + .p-member__room {
    margin-top: 4rem;
  }
}
.p-member__room table caption {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-member__room table caption {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.p-member__room table tr:nth-child(odd) {
  background-color: #F3F0EB;
}
.p-member__room table tr th, .p-member__room table tr td {
  font-size: 1rem;
  font-family: var(--font-third);
  padding-block: 0.4rem;
}
@media (min-width: 768px) {
  .p-member__room table tr th, .p-member__room table tr td {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding-block: 0.8rem;
  }
}
.p-member__room table tr th {
  padding-inline: 1.2rem 0;
}
@media (min-width: 768px) {
  .p-member__room table tr th {
    padding-inline: 2rem 0;
  }
}
.p-member__room table tr td {
  font-weight: 500;
  text-align: right;
  padding-inline: 0 1.2rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-member__room table tr td {
    padding-inline: 0 2rem;
  }
}
.p-member__room-note {
  font-size: 1rem;
  margin-top: 0.4rem;
}
@media (min-width: 768px) {
  .p-member__room-note {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
.p-member__btn {
  margin-top: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-member__btn {
    margin-top: 8.7rem;
  }
}

.p-faq {
  padding-block: 3rem 11rem;
}
@media (min-width: 768px) {
  .p-faq {
    padding-block: 6.1rem 24.9rem;
  }
}
.p-faq .faq-hline {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2.1818181818;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0.3rem 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-faq .faq-hline {
    font-size: 1.2rem;
    line-height: 2;
    padding: 0.4rem 2.6rem;
  }
}