* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 499px) {
  html {
    font-size: calc(16 / 500 * 100vw);
  }
}

body {
  color: #1B0820;
}

body.is-scroll {
  overflow: hidden;
}

button {
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg {
  background: url(../img/pc-bg.webp) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .bg {
    display: none;
  }
}

.main {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .main {
    margin: 0;
    overflow: hidden;
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
}

.header__block {
  background-color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  max-width: 100%;
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo a {
  display: block;
  width: 8.9375rem;
  aspect-ratio: 143/48;
}

.header__copy {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}
@media screen and (max-width: 499px) {
  .header__copy {
    font-size: 0.875rem;
  }
}

.fv-cta__block {
  padding: 2.5rem 0 3.5rem;
  background-color: #F8F1F9;
}

.fv-cta__list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.fv-cta__item {
  width: 100%;
  max-width: 28.25rem;
}

.plan__block {
  position: relative;
  padding: 3.5rem 0;
  background-color: #FCFDF1;
  position: relative;
  z-index: 0;
}

.plan__block::before {
  content: "";
  background: url(../img/plan-deco01.webp) no-repeat center/contain;
  width: 9.375rem;
  aspect-ratio: 150/90;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
}

.plan__block::after {
  content: "";
  background: url(../img/plan-deco02.webp) no-repeat center/contain;
  width: 9.375rem;
  aspect-ratio: 150/90;
  position: absolute;
  top: 3.8125rem;
  right: 0;
  z-index: 1;
}

.plan__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.plan-card {
  padding: 0.5rem;
  background-color: #fff;
  border: 2px solid #966B33;
}

.plan-card__inner {
  border: 1px solid #966B33;
  padding-bottom: 1.5rem;
}

.plan-card__head {
  padding: 0.75rem 0 0.5rem;
  color: #fff;
}

.plan-card--01 .plan-card__head {
  background-color: #339A99;
}

.plan-card--02 .plan-card__head {
  background-color: #984D8A;
}

.plan-card--03 .plan-card__head {
  background-color: #AD8B4A;
}

.plan-card--04 .plan-card__head {
  background-color: #6A6A71;
}

.plan-card__chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-card__chip {
  padding: 0.125rem 0.5rem 0.125rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  background-color: #fff;
  border-radius: 100px;
  color: inherit;
}

.plan-card--01 .plan-card__chip {
  color: #339A99;
}

.plan-card--02 .plan-card__chip {
  color: #984D8A;
}

.plan-card--03 .plan-card__chip {
  color: #AD8B4A;
}

.plan-card--04 .plan-card__chip {
  color: #6A6A71;
}

.plan-card__catch {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.plan-card__title {
  margin-top: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.plan-card__flow-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.25rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #339A99;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.plan-card__flow-arrow {
  display: inline-block;
  width: 1.625rem;
  aspect-ratio: 26/22;
  background: url(../img/green-arrow.webp) no-repeat center/contain;
}

.plan-card__thumb {
  width: 100%;
  aspect-ratio: 436/216;
}

.plan-card__price {
  margin-top: 1rem;
  line-height: 1;
  color: #E44141;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-card__price-num {
  font-size: 3.5rem;
  font-family: "Lora", serif;
}

.plan-card__price-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}

.plan-card__price-yen {
  font-size: 1.75rem;
  letter-spacing: 0.03em;
}

.plan-card__price-tax {
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.plan-card--02 .plan-card__price {
  margin-top: 0.5rem;
}

.plan-card--04 .plan-card__price {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.plan-card--04 .plan-card__price-yen {
  margin-bottom: 0.25rem;
}

.plan-card__flow-ttl {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.plan-card--01 .plan-card__flow-ttl {
  color: #339A99;
}

.plan-card--02 .plan-card__flow-ttl {
  color: #984D8A;
}

.plan-card--03 .plan-card__flow-ttl {
  color: #AD8B4A;
}

.plan-card--04 .plan-card__flow-ttl {
  color: #6A6A71;
}

.plan-card__flow-img {
  margin: 0.5rem auto 0;
  width: 24.75rem;
  aspect-ratio: 396/72;
}

.plan-card__btn-wrap {
  margin: 1.5rem auto 0;
  width: 25.25rem;
}

.plan-card__price-original {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.plan-card__price-original .number {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.75rem;
}

.plan-card__price-balloon {
  margin-top: 0.5rem;
  width: 100%;
  aspect-ratio: 436/65;
  background: url(../img/speech-bubble.webp) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.0625rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.plan-card__price-balloon-label {
  margin-top: 0.3125rem;
  display: inline-block;
  color: #1B0820;
  font-size: 1.25rem;
}

.plan-card__price-balloon-discount {
  color: #E44141;
  font-size: 1.5rem;
}

.plan-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  padding: 0.9375rem 1rem 0.9375rem 5.4375rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  border-radius: 120px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.plan-card__btn .arrow {
  width: 2rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.plan-card__btn .arrow::before {
  content: "";
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1.0625rem;
  aspect-ratio: 17/14;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (any-hover: hover) {
  .plan-card__btn:hover {
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
}
.plan-card--01 .plan-card__btn .arrow::before {
  background-color: #339A99;
}

.plan-card--02 .plan-card__btn .arrow::before {
  background-color: #984D8A;
}

.plan-card--03 .plan-card__btn .arrow::before {
  background-color: #AD8B4A;
}

.plan-card--04 .plan-card__btn .arrow::before {
  background-color: #6A6A71;
}

.plan-card--01 .plan-card__btn {
  background-color: #339A99;
}

.plan-card--02 .plan-card__btn {
  background-color: #984D8A;
}

.plan-card--03 .plan-card__btn {
  background-color: #AD8B4A;
}

.plan-card--04 .plan-card__btn {
  background-color: #6A6A71;
}

.plan-card__note {
  margin-top: 0.75rem;
  color: #1B0820;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.concern__block {
  padding: 3.5rem 0 2rem;
  background-color: #F9F7F4;
}

.concern__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.concern-item {
  height: 12.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.concern-item:nth-of-type(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: reverse;
          flex-direction: reverse;
}

.concern-item__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.375rem;
  aspect-ratio: 1/1;
}

.concern-item__body {
  width: 100%;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

.concern-item__body::before {
  content: "";
  width: 27.5rem;
  aspect-ratio: 302/198;
  position: absolute;
  bottom: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: -1;
}

.concern-item--01 .concern-item__body::before {
  background: url(../img/concern-bg01.webp) no-repeat center/contain;
}

.concern-item--02 .concern-item__body::before {
  background: url(../img/concern-bg02.webp) no-repeat center/contain;
}

.concern-item--03 .concern-item__body::before {
  background: url(../img/concern-bg03.webp) no-repeat center/contain;
}

.concern-item--04 .concern-item__body::before {
  background: url(../img/concern-bg04.webp) no-repeat center/contain;
}

.concern-item__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.125rem 0.5rem;
  border-radius: 131px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.concern-item--01 .concern-item__label {
  background-color: #D2C79F;
  color: #966B33;
}

.concern-item--02 .concern-item__label {
  background-color: #DCBDE2;
  color: #7B2393;
}

.concern-item--03 .concern-item__label {
  background-color: #B1DEDD;
  color: #217E7D;
}

.concern-item--04 .concern-item__label {
  background-color: #CBCBCB;
  color: #6A6A71;
}

.concern-item__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem auto 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
}

/*=======================================
// concern-bottom
=======================================*/
.concern-bottom__block {
  position: relative;
  padding: 9.375rem 0 0;
  min-height: 23rem;
  background: url(../img/concern-bottom.webp) no-repeat center/cover;
}

.concern-bottom__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 500/66;
  background: url(../img/concern-bottom-speech.webp) no-repeat center/contain;
}

.concern-bottom__block::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: 0;
  z-index: 3;
  width: 8.25rem;
  aspect-ratio: 132/110;
  background: url(../img/concern-bottom-flower.webp) no-repeat center/contain;
}

.concern-bottom__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.concern-bottom__line {
  font-size: 2rem;
  letter-spacing: 0.03em;
}

.concern-bottom__accent {
  font-size: 2.75rem;
}

.concern-bottom__accent--purple {
  color: #7B2393;
}

.concern-bottom__accent--green {
  color: #46A84E;
}

.benefit__block {
  padding: 5rem 0;
  background: url(../img/benefit-bg.webp) repeat center/contain;
  position: relative;
}

.benefit__block::before {
  content: "";
  display: block;
  background: url(../img/benefit-deco01.webp) no-repeat center/contain;
  width: 12.5rem;
  aspect-ratio: 200/160;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.benefit__block::after {
  content: "";
  display: block;
  background: url(../img/benefit-deco02.webp) no-repeat center/contain;
  width: 12.5rem;
  aspect-ratio: 200/160;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.benefit__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.benefit-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 28.25rem;
  padding-top: 1rem;
}

.benefit-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1rem;
  background-color: #fff;
}

.benefit-card__chip {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 0.5rem 0.375rem;
  border-radius: 131px;
  background-color: #DCBDE2;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #7B2393;
}

.benefit-card__chip .number {
  font-size: 1.375rem;
  line-height: 1;
}

.benefit-card__upper {
  padding: 1.6875rem 0;
  position: relative;
}

.benefit-card__upper::before {
  content: "";
  width: 7.125rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.benefit-card__upper .large {
  font-size: 2.75rem;
  line-height: 1.6;
}

.benefit__item:nth-child(1) .benefit-card__upper::before {
  background: url(../img/benefit-icon01.webp) no-repeat center/contain;
}

.benefit__item:nth-child(2) .benefit-card__upper::before {
  background: url(../img/benefit-icon02.webp) no-repeat center/contain;
}

.benefit__item:nth-child(3) .benefit-card__upper::before {
  background: url(../img/benefit-icon03.webp) no-repeat center/contain;
}

.benefit__item:nth-child(4) .benefit-card__upper::before {
  background: url(../img/benefit-icon04.webp) no-repeat center/contain;
}

.benefit-card__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 3;
}

.benefit-card__text p {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.benefit-card__text p:first-child {
  margin-top: 0;
}

.benefit-card__text p .strong {
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}

.benefit-card__text p .strong.large {
  font-size: 1.75rem;
}

.benefit-card__text p .strong::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.75rem;
  background-color: rgba(123, 35, 147, 0.1254901961);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*=======================================
// benefit-cta
=======================================*/
.benefit-cta {
  padding: 2.5rem 0 3.5rem;
  background-color: #F8F1F9;
}

.benefit-cta__list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.benefit-cta__item {
  width: 100%;
  max-width: 28.25rem;
}

.place__block {
  padding-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  background-color: #fff;
}

.place-top {
  padding: 3.5rem 1.5rem 2.75rem;
  width: 100%;
  background: url(../img/place-top-bg.webp) no-repeat center/cover;
}

.place-top__img {
  width: 9.375rem;
  aspect-ratio: 150/72;
  margin-inline: auto;
}

.section-title.place-top__title {
  margin-top: 0.5rem;
}

.place-myhall__block {
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: #F8F1F9;
}

.place-myhall__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.place-myhall__balloon {
  display: inline-block;
  padding: 0 1rem 0.25rem;
  border-radius: 9999px;
  background-color: #C95656;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
}

.place-myhall__balloon .yellow {
  font-size: 1.25rem;
  color: #FFF64E;
  line-height: 1.7;
}

.place-myhall__balloon::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 12/8;
  background: #C95656;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.place-myhall__heading {
  margin: 0;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #7B2393;
  text-align: center;
}

.place-myhall__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.place-card {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.place-card__body {
  padding: 0.75rem 1rem 1rem;
}

.place-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.place-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.place-card__chip {
  padding: 0.125rem 0.5rem;
  background-color: #46A84E;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
}

.place-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #2D2728;
}

.place-card__pin {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/map-icon.svg) no-repeat center/contain;
  display: inline-block;
}

.place-card__access {
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  background-color: #F8F1F9;
  border-radius: 7px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #7B2393;
}

.place-card__train {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background: url(../img/train-icon.svg) no-repeat center/contain;
  display: inline-block;
}

.place-card__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 1rem;
  position: relative;
}

.place-card__specs::before {
  content: "";
  width: 1px;
  height: calc(100% - 1rem);
  background: rgba(123, 35, 147, 0.2509803922);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.place-card__spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: 0 0 0 0.5rem;
}

.place-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A6A71;
}

.place-card__people {
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/people-icon.svg) no-repeat center/contain;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.place-card__car {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/car-icon.svg) no-repeat center/contain;
  display: inline-block;
}

.place-card__value {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.place-card__value .small {
  font-size: 0.875rem;
}

.place-otherhall__block {
  margin-top: 2.5rem;
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: #F9F7F4;
}

.place-otherhall__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.place-otherhall__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.place-otherhall-card {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.place-otherhall-card__body {
  padding: 0.75rem 1rem 1rem;
}

.place-otherhall-card__title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.place-otherhall-card__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  padding-top: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2D2728;
}

.place-otherhall-card__pin {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  aspect-ratio: 1/1;
  background: url(../img/map-icon.svg) no-repeat center/contain;
  display: inline-block;
}

.place-otherhall-card__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding-top: 0.25rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #2D2728;
}

.place-otherhall-card__train {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.75rem;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/train-icon.svg);
          mask-image: url(../img/train-icon.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #2D2728;
  display: inline-block;
}

.place-otherhall-card__tags {
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}

.place-otherhall-card__tag {
  padding: 0.125rem 0.5rem;
  border-radius: 75px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.place-otherhall-card__tag--on {
  background-color: #6A6A71;
  color: #fff;
}

.place-otherhall-card__tag--off {
  background-color: #F2F0EC;
  color: #CBCBCB;
  border: 1px solid #DDDDDD;
}

.place-otherhall-card__parking {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #DDDDDD;
}

.place-otherhall-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A6A71;
}

.place-otherhall-card__car {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(../img/car-icon.svg) no-repeat center/contain;
  display: inline-block;
}

.place-otherhall-card__value {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

/*=======================================
// place-bottom
=======================================*/
.place-bottom {
  position: relative;
  padding: 2.5rem 0;
  background: url(../img/place-bottom-bg.webp) no-repeat center/cover;
}

.place-bottom__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.place-bottom__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.4375rem;
  aspect-ratio: 135/144;
}

.place-bottom__balloon {
  display: inline-block;
  padding: 0.125rem 1rem;
  border-radius: 9999px;
  background-color: #C95656;
  color: #FFF64E;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  position: relative;
}

.place-bottom__balloon::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 12/8;
  background: #C95656;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -0.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.place-bottom__title {
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.place-bottom__title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 0 0.5rem 0.125rem;
  background-color: #C95656;
}

.place-bottom__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.place-bottom__list {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.staff__block {
  padding: 3.5rem 0;
  background-color: #fff;
  position: relative;
}

.staff__block::before {
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 9.375rem;
  aspect-ratio: 150/90;
  background: url(../img/plan-deco01.webp) no-repeat center/cover;
}

.staff__block::after {
  content: "";
  position: absolute;
  top: 3.75rem;
  right: 0;
  width: 9.375rem;
  aspect-ratio: 150/90;
  background: url(../img/plan-deco02.webp) no-repeat center/cover;
}

.staff__list {
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.staff__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.staff-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}

.staff-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.staff-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  padding-left: 0.75rem;
}

.staff-card__name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.staff-card__role {
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #7B2393;
}

.staff-card__message {
  margin: 0.5rem 0 0 0.625rem;
  padding: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F8F1F9;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  position: relative;
}

.staff-card__message::before {
  content: "";
  width: 0.75rem;
  aspect-ratio: 12/10;
  background: #F8F1F9;
  clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
  position: absolute;
  top: 50%;
  left: -0.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.voice__block {
  padding: 3.5rem 0;
  background: url(../img/voice-bg.webp) no-repeat center/cover;
}

.voice__list {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.voice__item {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
}

.voice-card__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F2F0EC;
}

.voice-card__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  aspect-ratio: 1/1;
}

.voice-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}

.voice-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.voice-card__plan-tag {
  padding: 0.125rem 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-radius: 4px;
}
.voice-card__plan-tag--oneday {
  background-color: #984D8A;
}
.voice-card__plan-tag--family {
  background-color: #AD8B4A;
}

.voice-card__gender-tag {
  padding: 0.125rem 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A6A71;
  background-color: #fff;
  border: 1px solid #F2F0EC;
  border-radius: 9999px;
}

.voice-card__satisfaction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.voice-card__star {
  display: inline-block;
  width: 5rem;
  aspect-ratio: 80/16;
  background: url(../img/voice-star.webp) no-repeat center/contain;
}

.voice-card__info {
  margin-top: 1rem;
  padding: 0.5rem 0.75rem 0.75rem;
  background-color: #F8F1F9;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.voice-card__venue {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.voice-card__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}

.voice-card__location {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A6A71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.voice-card__pin {
  display: inline-block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img/map-icon.svg) no-repeat center/contain;
}

.voice-card__divider {
  width: 0.0625rem;
  height: 0.625rem;
  background-color: #D1D5DB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.voice-card__scale {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #6A6A71;
}

.voice-card__message {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.voice-card__thumbnail {
  margin-top: 1rem;
  width: 100%;
  aspect-ratio: 418/160;
  border-radius: 8px;
  overflow: hidden;
}

/*=======================================
// voice-bottom
=======================================*/
.voice-bottom__block {
  padding: 2.5rem 0 3.5rem;
  background-color: #F8F1F9;
}

.voice-bottom__list {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.voice-bottom__item {
  width: 100%;
  max-width: 452px;
}

.flow__block {
  position: relative;
  padding: 3.5rem 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.flow__block::before {
  content: "";
  background: url(../img/flow-top-bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 500/360;
}

.flow__block::after {
  content: "";
  background: url(../img/flow-bottom-bg.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 500/360;
}

.flow__list {
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  position: relative;
  z-index: 1;
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
  position: relative;
}

.flow__item::before {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 4rem;
  background: #C95656;
  width: 1.5rem;
  aspect-ratio: 24/12;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.flow__item:last-child::before {
  display: none;
}

.flow-card__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9.75rem;
  overflow: hidden;
  border-radius: 4px;
}
.flow-card__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-card__chip {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.5rem 0.3125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #7B2393;
  background-color: #DCBDE2;
  border-radius: 131px;
}

.flow-card__title {
  margin-top: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.flow-card__note {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
}

.faq__block {
  padding: 3.5rem 0;
  background-color: #fff;
}

.faq-money,
.faq-funeral {
  margin-top: 2.5rem;
}

.sub-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.sub-title.faq-money__title {
  color: #7B2393;
}

.sub-title.faq-funeral__title {
  color: #46A84E;
}

.faq-money__icon {
  width: 3rem;
  aspect-ratio: 48/36;
  background: url(../img/faq-icon01.webp) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-funeral__icon {
  width: 3rem;
  aspect-ratio: 48/36;
  background: url(../img/faq-icon02.webp) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-items {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.faq-item {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
}

.faq-money .faq-item {
  background: #F8F1F9;
}

.faq-funeral .faq-item {
  background: #F9F7F4;
}

.faq-item-question__inner {
  display: grid;
  grid-template-columns: 1.375rem 1fr 1.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.faq-item-question-q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.faq-money .faq-item-question-q {
  color: #7B2393;
}

.faq-funeral .faq-item-question-q {
  color: #46A84E;
}

.faq-item-question-text {
  display: block;
  margin-left: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #2A2F4E;
}

.faq-item-question-icon {
  width: 1.75rem;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.faq-money .faq-item-question-icon {
  background: url(../img/faq-icon01-1.webp) no-repeat center/contain;
}

.faq-funeral .faq-item-question-icon {
  background: url(../img/faq-icon02-1.webp) no-repeat center/contain;
}

.faq-item.is-opened .faq-item-question-icon {
  rotate: 180deg;
}

.faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.is-opened .faq-item-answer {
  opacity: 1;
}

.faq-item-answer-text {
  padding-top: 1rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #2A2F4E;
}

.info__block {
  padding: 3.5rem 0;
  background-color: #F9F7F4;
  position: relative;
}

.info__block::before {
  content: "";
  width: 100%;
  aspect-ratio: 500/360;
  background: url(../img/info-top-bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}

.info__block::after {
  content: "";
  width: 100%;
  aspect-ratio: 500/360;
  background: url(../img/info-bottom-bg.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info .inner {
  position: relative;
  z-index: 2;
}

.info__list {
  margin-top: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}

.info__item {
  width: 100%;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  background-color: #fff;
}

.info-card__title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDDDDD;
  color: #7B2393;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.info-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.info-card__text {
  color: #1B0820;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.info-card__text .purple {
  position: relative;
}

.info-card__text .purple.w404 {
  display: block;
  width: 25.25rem;
}

.info-card__text .purple::after {
  content: "";
  width: 100%;
  height: 1.375rem;
  background: rgba(123, 35, 147, 0.1254901961);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info-card__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
}

.info-card__tel {
  color: #1B0820;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  position: relative;
}

.info-card__tel::after {
  content: "";
  width: 100%;
  height: 1.375rem;
  background: rgba(123, 35, 147, 0.1254901961);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info-card__tel-note {
  color: #6A6A71;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.info-card__item {
  padding-left: 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
  position: relative;
  counter-increment: number;
}

.info-card__item::before {
  content: counter(number) ".";
  color: #1B0820;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  position: absolute;
  top: 0.5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info-card__item .purple {
  position: relative;
}

.info-card__item .purple::after {
  content: "";
  width: 100%;
  height: 1.375rem;
  background: rgba(123, 35, 147, 0.1254901961);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact__block {
  padding: 3.5rem 0 5rem;
  background-color: #fff;
}

.contact__lead .red {
  color: #C95656;
}

.contact-tel {
  margin-top: 2.3125rem;
  padding-top: 1.1875rem;
  position: relative;
}

.contact-tel__balloon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 1rem;
  background-color: #C95656;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-tel__balloon::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 12/8;
  background: #C95656;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -0.4375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.contact-tel__contents {
  padding: 2rem 1rem 1rem;
  background: #F8F1F9;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.contact-tel__text {
  color: #1B0820;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-tel__btn-wrap {
  margin-top: 1rem;
}

.contact-line {
  margin-top: 3.5rem;
}

.contact-line__title {
  color: #46A84E;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-line__desc {
  margin-top: 1rem;
  color: #1B0820;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-line__contents {
  margin: 2rem auto 0;
  padding: 0 0 1rem;
  max-width: 25rem;
  background-color: #F0FDF4;
  border: 1px solid #46A84E;
  border-radius: 10px;
  overflow: hidden;
}

.contact-line__contents-title {
  padding: 0.25rem 0;
  background-color: #46A84E;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}

.line-deco {
  width: 1.375rem;
  aspect-ratio: 22/36;
}

.line-deco--left {
  background: url(../img/contact-left.webp) no-repeat center/contain;
}

.line-deco--right {
  background: url(../img/contact-right.webp) no-repeat center/contain;
}

.contact-line__contents-body {
  padding: 1rem;
}

.contact-line__contents-lead {
  color: #1B0820;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-line__contents-lead .medium {
  font-size: 1.25rem;
  line-height: 1.7;
}

.contact-line__contents-lead .large {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
}

.contact-line__contents-lead .green {
  color: #46A84E;
}

.contact-line__contents-price {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.contact-line__contents-old {
  color: #1B0820;
  text-align: center;
}

.contact-line__contents-old-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-line__contents-old-num {
  display: inline-block;
  margin-left: 0.0625rem;
  font-family: "Lora", serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}

.contact-line__contents-old-num::before {
  content: "";
  width: 4.6875rem;
  height: 0.0625rem;
  background: #1B0820;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-line__contents-old-yen {
  display: inline-block;
  margin-left: -0.3125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-line__contents-new {
  color: #E44141;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.contact-line__contents-new-num {
  font-family: "Lora", serif;
  font-size: 4rem;
  letter-spacing: normal;
}

.contact-line__contents-new-yen {
  font-size: 2rem;
  letter-spacing: 0.03em;
}

.contact-line__contents-note {
  width: 22.875rem;
  margin: 1rem auto 0;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 4px;
  color: #2D2728;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-line__btn {
  margin: 1rem auto 0;
  width: 22.875rem;
}

.contact-line__btn .cta-btn {
  padding: 0.75rem 0.5rem 1rem 1.875rem;
}

.contact-line__btn .cta__icon--line {
  width: 3rem;
  left: 0.625rem;
}

.contact-line__btn .cta-btn--line .cta-btn__row {
  font-size: 0.875rem;
}

.contact-line__btn .cta-btn--line .cta-btn__row .max {
  font-size: 1.125rem;
}

.contact-line__btn .cta-btn--line .cta-btn__label {
  font-size: 1.25rem;
}

.contact-form-top {
  margin-top: 4rem;
  padding: 1.5rem;
  background-color: #FFF9ED;
}

.contact-form-top__title {
  color: #7B2393;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-form-top__desc {
  margin-top: 1rem;
  color: #1B0820;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.contact-form-top__contents {
  margin-top: 2rem;
  background-color: #F8F1F9;
  border: 1px solid #984D8A;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.contact-form-top__contents::before {
  content: "";
  width: 4.9375rem;
  aspect-ratio: 79/82;
  background: url(../img/recommend.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-form-top__contents-title {
  padding: 0.25rem 0;
  background-color: #7B2393;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form-top__contents-body {
  padding: 1rem;
}

.contact-form-top__contents-lead {
  color: #1B0820;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-form-top__contents-lead .medium {
  font-size: 1.25rem;
  line-height: 1.7;
}

.contact-form-top__contents-lead .large {
  display: block;
  font-size: 1.5rem;
  line-height: 1.7;
}

.contact-form-top__contents-lead .purple {
  color: #7B2393;
}

.contact-form-top__contents-lead {
  color: #1B0820;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.contact-form-top__contents-price {
  margin-top: 1rem;
  color: #E44141;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.contact-form-top__contents-num {
  font-family: "Lora", serif;
  font-size: 4rem;
}

.contact-form-top__contents-yen {
  font-size: 2rem;
  letter-spacing: 0.03em;
}

.contact-form-top__contents-note {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 4px;
  color: #2D2728;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-form-top__contents-note .red {
  color: #C95656;
}

.contact-form {
  padding-top: 3.5rem;
}

.contact-form__guide {
  color: #1B0820;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
}

.contact-form__form {
  margin-top: 1.5rem;
}

.contact-form__list {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.contact-form__item--checkbox {
  padding: 1rem;
  background-color: #F9FAFB;
  border-radius: 7px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.contact-form__label p {
  padding-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__label-text {
  color: #1B0820;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.contact-form__required {
  padding: 0.125rem 0.375rem;
  margin-left: 0.5rem;
  background-color: #C95656;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-form__optional {
  padding: 0.125rem 0.375rem;
  margin-left: 0.375rem;
  background-color: #DDDDDD;
  border-radius: 2px;
  color: #6A6A71;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: normal;
}

.contact-form__inputs--checkbox {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}
.contact-form__inputs--checkbox p,
.contact-form__inputs--checkbox .wpcf7-form-control-wrap,
.contact-form__inputs--checkbox .wpcf7-form-control {
  display: contents;
}
.contact-form__inputs--checkbox .wpcf7-list-item {
  padding: 0.1875rem 0 0.1875rem 0.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  color: #1B0820;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  cursor: pointer;
}
.contact-form__inputs--checkbox .wpcf7-list-item input {
  margin: 0;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #767676;
}

.contact-form__checkbox-label {
  padding: 0.1875rem 0 0.1875rem 0.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  color: #1B0820;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
  cursor: pointer;
}

.contact-form__checkbox {
  margin: 0;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 2px;
  border: 1px solid #767676;
}

.contact-form__select,
.contact-form__input,
.contact-form__textarea {
  width: 100%;
  padding: 0.375rem 0.5rem;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  color: #1B0820;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-form__select {
  padding: 0.6875rem 0.8125rem;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/vector.svg);
  background-repeat: no-repeat;
  background-size: 0.75rem 0.5rem;
  background-position: right 19px center;
  padding-right: 2.75rem;
}

.contact-form__select:focus,
.contact-form__input:focus,
.contact-form__textarea:focus {
  outline: none;
  border-color: #7B2393;
}

.contact-form__textarea {
  min-height: 6rem;
  resize: vertical;
}

.contact-form__placeholder {
  margin-top: 0.25rem;
  color: #6A6A71;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.contact-form__submit-wrap {
  margin-top: 2rem;
  position: relative;
}

.contact-form__submit {
  width: 100%;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  background-color: #1B0820;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (any-hover: hover) {
  .contact-form__submit:hover {
    opacity: 0.8;
  }
}
.submit-icon {
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../img/submit-icon.webp) no-repeat center/contain;
  position: absolute;
  right: calc(50% + 6.9375rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.wpcf7-spinner {
  display: none;
}

.contact-form__submit-note {
  margin-top: 0.75rem;
  color: #6A6A71;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}

.inner {
  padding: 0 1.5rem;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 499px) {
  .sp-br {
    display: block;
  }
}

.cta-btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem 1rem;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .cta-btn:hover {
    -webkit-filter: brightness(115%);
            filter: brightness(115%);
  }
}
.cta-btn--tel {
  background-color: #C95656;
}

.cta-btn--doc {
  background-color: #7B2393;
}

.cta-btn--map {
  position: relative;
  background-color: #5A81C0;
}

.cta-btn--line {
  position: relative;
  background-color: #46A84E;
  padding: 0.75rem 1rem 1rem 3.5rem;
}

.cta-btn__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

.cta-btn__row .large {
  font-size: 1.625rem;
}

.cta-btn__row .hours {
  font-size: 1.125rem;
}

.cta-btn__row .max {
  font-size: 1.375rem;
}

.cta-btn--doc .cta-btn__row {
  margin-top: 0.5rem;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-btn--map .cta-btn__row {
  margin-top: 0.75rem;
}

.cta-btn--line .cta-btn__row {
  font-size: 1rem;
}

.cta-btn .tel-icon {
  background: url(../img/tel-icon.webp) no-repeat center/contain;
  width: 2.5rem;
  aspect-ratio: 40/23;
  margin-right: 0.25rem;
}

.cta-btn__label {
  margin-top: 0.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .cta-btn__label {
    font-size: 1.75rem;
  }
}

.cta-btn__label .large {
  font-size: 2.25rem;
}

.cta-btn--doc .cta-btn__label,
.cta-btn--map .cta-btn__label {
  margin-top: 0;
}

.cta-btn--line .cta-btn__label {
  font-size: 1.625rem;
  margin-top: 0.75rem;
}

.cta-btn__copy {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .cta-btn__copy {
    font-size: 1.125rem;
  }
}

.cta-btn__copy .yellow {
  color: #FFF64E;
}

.cta-btn__copy .yellow .large {
  font-size: 1.625rem;
}

.cta-btn__copy .yellow.large {
  font-size: 1.625rem;
}

.cta-btn__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #7B2393;
}

.cta__icon--pin {
  width: 3.5rem;
  aspect-ratio: 1/1;
  background: url(../img/map-icon.webp) no-repeat center/contain;
  position: absolute;
  left: 1.5rem;
  top: 1.1875rem;
}

.cta__icon--line {
  background: url(../img/line-icon.webp) no-repeat center/contain;
  position: absolute;
  left: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 3.375rem;
  aspect-ratio: 1/1;
}

.section-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-title .large {
  font-size: 3rem;
  line-height: 1.6;
}

.section-title .red {
  color: #E44141;
  font-size: 2.625rem;
  line-height: 1.6;
}

.section-title .purple {
  color: #7B2393;
  font-size: 2.5rem;
  line-height: 1.6;
}

.lead {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.pc-cta__logo-area {
  width: calc((100vw - 500px) / 2);
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .pc-cta__logo-area {
    display: none;
  }
}

.pc-cta__logo {
  width: 18.75vw;
  max-width: 360px;
  aspect-ratio: 360/120;
  margin-inline: auto;
}

.pc-cta__list-area {
  width: calc((100vw - 500px) / 2);
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pc-cta__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3645833333vw;
  padding-left: 1.25vw;
  font-weight: 700;
  font-size: 0.8333333333vw;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #A74A32;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .pc-cta__caption {
    font-size: 16px;
    gap: 7px;
    padding-left: 24px;
  }
}

.pc-cta__caption-icon {
  display: block;
  width: 0.8333333333vw;
  height: 0.5208333333vw;
  background: #A74A32;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1920px) {
  .pc-cta__caption-icon {
    width: 16px;
    height: 10px;
  }
}

.pc-cta__list {
  width: 16.6666666667vw;
  max-width: 320px;
  margin: 0.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__list {
    gap: 14px;
  }
}

.pc-cta__item {
  width: 100%;
}
.pc-cta__item .cta-btn {
  padding: 0.4166666667vw 0.8333333333vw 0.625vw;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn {
    padding: 8px 16px 12px;
  }
}
.pc-cta__item .cta-btn--line.cta-btn {
  padding: 0.7291666667vw 0.4166666667vw 0.9375vw 2.7083333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn--line.cta-btn {
    padding: 14px 8px 18px 52px;
  }
}
.pc-cta__item .cta-btn__row {
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__row {
    font-size: 18px;
  }
}
.pc-cta__item .cta-btn--line .cta-btn__row {
  font-size: 0.7291666667vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn--line .cta-btn__row {
    font-size: 14px;
  }
}
.pc-cta__item .cta-btn__row .large {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__row .large {
    font-size: 24px;
  }
}
.pc-cta__item .cta-btn--line .cta-btn__row .large {
  font-size: 0.9375vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn--line .cta-btn__row .large {
    font-size: 18px;
  }
}
.pc-cta__item .cta-btn__row .hours {
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__row .hours {
    font-size: 16px;
  }
}
.pc-cta__item .cta-btn__row .max {
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__row .max {
    font-size: 28px;
  }
}
.pc-cta__item .cta-btn .tel-icon {
  width: 1.6666666667vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn .tel-icon {
    width: 32px;
  }
}
.pc-cta__item .cta-btn .tel-icon {
  aspect-ratio: 32/19;
}
.pc-cta__item .cta-btn__copy {
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__copy {
    font-size: 16px;
  }
}
.pc-cta__item .cta-btn__copy .large {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__copy .large {
    font-size: 24px;
  }
}
.pc-cta__item .cta-btn__badge {
  font-size: 1.1458333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__badge {
    font-size: 22px;
  }
}
.pc-cta__item .cta-btn__label {
  font-size: 1.25vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__label {
    font-size: 24px;
  }
}
.pc-cta__item .cta-btn--line .cta-btn__label {
  font-size: 1.0416666667vw;
  margin-top: 0.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn--line .cta-btn__label {
    font-size: 20px;
    margin-top: 10px;
  }
}
.pc-cta__item .cta-btn__label .large {
  font-size: 1.4583333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta-btn__label .large {
    font-size: 28px;
  }
}
.pc-cta__item .cta__icon--line {
  width: 1.9791666667vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta__icon--line {
    width: 38px;
  }
}
.pc-cta__item .cta__icon--line {
  left: 0.5208333333vw;
}
@media screen and (min-width: 1920px) {
  .pc-cta__item .cta__icon--line {
    left: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .pc-cta__list-area {
    display: none;
  }
}

.pc-link__list {
  margin-top: 2.0833333333vw;
  margin-inline: auto;
  padding: 0.4166666667vw 1.25vw;
  width: 16.6666666667vw;
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}
@media screen and (min-width: 1920px) {
  .pc-link__list {
    margin-top: 40px;
    padding: 8px 24px;
  }
}

.pc-link__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.625vw;
  border-bottom: 1px solid rgba(123, 35, 147, 0.2);
  color: #1B0820;
  font-weight: 700;
  font-size: 0.9375vw;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .pc-link__anchor {
    font-size: 18px;
    padding: 12px;
  }
}
.pc-link__anchor:last-of-type {
  border-bottom: none;
}

.pc-link__item:not(:first-child) {
  border-top: 1px solid rgba(123, 35, 147, 0.2);
}

.pc-link__text {
  display: block;
}

.pc-link__arrow {
  position: absolute;
  right: 1.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/purple-btn.webp) no-repeat center/contain;
  width: 1.25vw;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1920px) {
  .pc-link__arrow {
    width: 24px;
  }
}

.fixed-cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: block;
    max-width: 500px;
    margin-inline: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    border-top: 1px solid #DDDDDD;
    padding: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
  }
}

.fixed-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.fixed-cta__item {
  width: 9.375rem;
}

.fixed-cta .cta-btn {
  padding: 0.25rem 0.25rem 0.5rem;
  gap: 0.375rem;
  height: 100%;
}

.fixed-cta__copy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}

.fixed-cta__copy .large {
  font-size: 1.25rem;
}

.fixed-cta .cta-btn__row {
  margin-top: 0;
  font-size: 1.25rem;
}

.fixed-cta .cta-btn__label {
  margin-top: 0;
  font-size: 1.25rem;
}

.fixed-cta .cta-btn__label .small {
  font-size: 0.875rem;
}

/* ========================================
   2026-03-11 Thanks page add
======================================== */

.thanks__block {
  width: 100%;
  padding: 3.5rem 0 5rem;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.thanks .inner {
  width: 100%;
}

.thanks__block::before {
  content: "";
  background: url(../img/thanks-top.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1000/720;
}

.thanks__block::after {
  content: "";
  background: url(../img/thanks-bottom.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1000/720;
}

.thanks__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
  position: relative;
  z-index: 1;
}

.thanks__text-area {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
  position: relative;
  z-index: 1;
}

.thanks__text-area:not(:first-child) {
  margin-top: 2.5rem;
}

.thanks__text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1B0820;
  text-align: center;
}

.thanks__btn-wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thanks__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 17.5rem;
  padding: 0.875rem 2rem;
  background-color: #1B0820;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (any-hover: hover) {
  .thanks__btn:hover {
    opacity: 0.85;
  }
}