@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  background: #fff;
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
html {
  font-size: 16px;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 33.75rem;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.p-404 {
  align-items: center;
  background-image: url(../images/thanks_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 5.5625rem);
  padding: 4rem 0;
}

.p-404__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-404__title {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-404__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-404__text {
  color: #1b0820;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}

.p-404__btn {
  align-items: center;
  background-color: #e63741;
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 0.75rem 2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-cta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-cta.--section {
  background-color: #f3f2f2;
  box-shadow: 0 0 0.9375rem 0 rgba(112, 78, 1, 0.05);
  padding: 2.5rem 0 3.5rem;
}

.p-cta__heading {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
}

.p-cta__heading::before,
.p-cta__heading::after {
  background-color: #e63741;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.5rem;
  margin-top: 0.25rem;
  width: 0.625rem;
}

.p-cta__heading-text {
  color: #373636;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.p-cta__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5625rem;
}

.p-cta__item {
  display: flex;
  flex-direction: row;
  -webkit-text-decoration: none;
  overflow: hidden;
  text-decoration: none;
}

.p-cta__img {
  flex-shrink: 0;
  height: inherit;
  overflow: hidden;
  width: 8.75rem;
}

.p-cta__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.p-cta__img-wrap {
  flex-shrink: 0;
  overflow: hidden;
  width: 8.75rem;
}

.p-cta__img-wrap .p-cta__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-cta__content {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  overflow: hidden;
  padding: 0 2.0625rem;
  position: relative;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.p-cta__content::before {
  background: rgba(255, 255, 255, 0.16);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-cta__content::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 0.625rem;
  top: 65%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1.5625rem;
  -webkit-mask-image: url(../images/arrow_icon.svg);
          mask-image: url(../images/arrow_icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.p-cta__item--phone .p-cta__content {
  background-color: #e63741;
}

.p-cta__item--doc .p-cta__content {
  background-color: #7869af;
}

.p-cta__item--map .p-cta__content {
  background-color: #494261;
}

.p-cta__note {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-cta__row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-cta__free {
  background-color: #fff;
  border-radius: 0.25rem;
  color: #5d4c9a;
  flex-shrink: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 0.9;
  padding: 0.375rem 0.5rem;
}

.p-cta__text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
  text-align: center;
}

.p-faq {
  background-color: #fff;
  padding: 3.5rem 0 2.5rem;
}

.p-faq__title {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-faq__list {
  margin-top: 2.5rem;
}

.p-faq__item + .p-faq__item {
  border-top: 1px solid #d9d8d3;
}

.p-faq__question {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  padding: 2rem 1rem;
}

.p-faq__q-label,
.p-faq__a-label {
  color: #e63741;
  flex-shrink: 0;
  font-family: "Judson", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-faq__a-label {
  margin-top: 0.3125rem;
}

.p-faq__q-text {
  color: #373636;
  flex: 1;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
  transition: color 0.2s;
}
.p-faq__icon {
  background-color: #e63741;
  border-radius: 50%;
  flex-shrink: 0;
  height: 1.5rem;
  position: relative;
  width: 1.5rem;
}

.p-faq__icon::before,
.p-faq__icon::after {
  background-color: #fff;
  border-radius: 0.125rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-faq__icon::before {
  height: 0.125rem;
  width: 0.5625rem;
}

.p-faq__icon::after {
  height: 0.5625rem;
  transition: opacity 0.3s;
  width: 0.125rem;
}

.p-faq__question.is-open .p-faq__icon::after {
  opacity: 0;
}

.p-faq__answer {
  display: none;
  padding: 0 1rem 2rem;
  text-align: justify;
}
.p-faq__answer a {
  color: #e63741;
  -webkit-text-decoration: underline;
  font-weight: 500;
  text-decoration: underline;
}

.p-faq__answer-inner {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}

.p-faq__a-text {
  color: #373636;
  flex: 1;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-faq__a-text a {
  color: #e63741;
  -webkit-text-decoration: underline;
  font-weight: 500;
  text-decoration: underline;
}

.p-fixedBtn {
  background-color: rgba(255, 255, 255, 0.97);
  bottom: 0;
  box-shadow: 0 0 3rem 0 rgba(55, 54, 54, 0.04);
  display: flex;
  gap: 0.375rem;
  left: 0;
  padding: 0.75rem;
  position: fixed;
  right: 0;
  z-index: 100;
}

.p-fixedBtn__item {
  align-items: center;
  display: flex;
  flex: 1;
  height: 5rem;
  justify-content: center;
  position: relative;
  -webkit-text-decoration: none;
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s;
}

.p-fixedBtn__item::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-fixedBtn__item--phone {
  background-color: #e63741;
}

.p-fixedBtn__item--phone::before {
  background-color: #ea5760;
}

.p-fixedBtn__item--doc {
  background-color: #7869af;
}

.p-fixedBtn__item--doc::before {
  background-color: #8275b5;
}

.p-fixedBtn__texts {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}

.p-fixedBtn__note {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

.p-fixedBtn__text {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

.p-flow {
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 21%, rgba(255, 255, 255, 0.3) 88%), url(../images/flow_bg.webp);
  background-position: center;
  background-size: cover;
  padding: 3.5rem 0;
}

.p-flow__inner {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.p-flow__heading {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-flow__items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

.p-flow__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-flow__header {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 4.375rem;
}

.p-flow__icon {
  align-items: center;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(165, 113, 35) 0%, rgb(214, 177, 96) 15%, rgb(238, 209, 126) 24%, rgb(233, 203, 120) 25%, rgb(204, 164, 83) 33%, rgb(182, 136, 57) 40%, rgb(169, 119, 40) 45%, rgb(165, 113, 35) 50%, rgb(168, 117, 39) 54%, rgb(178, 130, 52) 59%, rgb(195, 153, 73) 64%, rgb(219, 184, 102) 70%, rgb(238, 209, 126) 73%, rgb(238, 209, 126) 85%, rgb(165, 113, 35) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 4.375rem;
  justify-content: center;
  width: 4.375rem;
}

.p-flow__step-label {
  color: #764c23;
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.p-flow__step-num {
  color: #764c23;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1;
}

.p-flow__title {
  color: #764c23;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-flow__body {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.p-flow__item:last-child .p-flow__body {
  align-items: center;
}

.p-flow__connector {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.1875rem;
  justify-content: flex-end;
  width: 4.375rem;
}

.p-flow__connector::before {
  background-image: repeating-linear-gradient(to bottom, #764c23 0, #764c23 0.125rem, transparent 0.125rem, transparent 0.25rem);
  content: "";
  flex: 1;
  width: 0.125rem;
}

.p-flow__connector::after {
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.625rem solid #764c23;
  content: "";
  height: 0;
  width: 0;
}

.p-flow__item:last-child .p-flow__connector {
  visibility: hidden;
}

.p-flow__text {
  color: #764c23;
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: justify;
}

.p-footer {
  background-color: #f7edef;
  padding: 3.5rem 0 8.75rem;
}

.p-footer__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-footer__brand-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-footer__catch {
  color: #373636;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.p-footer__brand {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.p-footer__address {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.p-footer__cta {
  margin-top: 3.9375rem;
}

.p-footer__copyright {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: center;
}

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

.p-form__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.p-form__title {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-form__desc {
  color: #1b0820;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}

.p-form__check-box {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 0.4375rem;
  padding: 1rem;
}

.p-form__check-box + .p-form__check-box {
  margin-top: 1rem;
}

.p-form__check-header {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-form__check-name {
  color: #373636;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-form__tag {
  align-items: center;
  border-radius: 0.125rem;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0.125rem 0.375rem;
  white-space: nowrap;
}

.p-form__tag--required {
  background-color: #e63741;
  color: #fff;
}

.p-form__tag--optional {
  background-color: #dddddd;
  color: #373636;
}

.p-form__checks {
  margin-top: 1rem;
}
.p-form__checks .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

span.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item label {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 0.25rem;
  padding: 0.3125rem 0.125rem 0.3125rem 0;
}

span.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #767676;
  border-radius: 0.15625rem;
  cursor: pointer;
  flex-shrink: 0;
  height: 0.875rem;
  margin: 0.4em 0 0;
  position: relative;
  width: 0.875rem;
}
span.wpcf7-list-item input[type=checkbox]:checked {
  background-color: #e63741;
  border-color: #e63741;
}
span.wpcf7-list-item input[type=checkbox]:checked::after {
  border-bottom: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  content: "";
  height: 0.4375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 0.25rem;
}

span.wpcf7-list-item-label {
  color: #373636;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-form__fields {
  margin-top: 1.5rem;
}

.p-form__field + .p-form__field {
  margin-top: 1rem;
}

.p-form__field-header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.p-form__field-label-wrap {
  align-items: center;
  display: flex;
  gap: 0.375rem;
}

.p-form__field-label {
  color: #373636;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-form__select-wrap {
  margin-top: 0.5rem;
  position: relative;
}
.p-form__select-wrap::after {
  border-bottom: 0.125rem solid #373636;
  border-right: 0.125rem solid #373636;
  content: "";
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-80%) rotate(45deg);
  width: 0.5rem;
}

.p-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #373636;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.625rem 0.75rem;
  width: 100%;
}
.p-form__select:focus {
  border-color: #e63741;
  outline: none;
}

.p-form__input {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #373636;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  padding: 0.625rem 0.75rem;
  width: 100%;
}
.p-form__input::-moz-placeholder {
  color: #999999;
}
.p-form__input::placeholder {
  color: #999999;
}
.p-form__input:focus {
  border-color: #e63741;
  outline: none;
}

.p-form__textarea {
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0.5rem;
  color: #373636;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: 7.5rem;
  letter-spacing: 0.03em;
  margin-top: 0.5rem;
  padding: 0.75rem;
  resize: vertical;
  width: 100%;
}
.p-form__textarea::-moz-placeholder {
  color: #999999;
}
.p-form__textarea::placeholder {
  color: #999999;
}
.p-form__textarea:focus {
  border-color: #e63741;
  outline: none;
}

.p-form__btn-wrap {
  background-color: #e63741;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 3rem;
  padding: 1.5rem 9rem;
  position: relative;
  transition: background-color 0.2s;
}
.p-form__btn-wrap::before {
  background-image: url(../images/icon-send.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.p-form__btn-wrap::after {
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 1rem;
  -webkit-mask-image: url(../images/arrow_icon.svg);
          mask-image: url(../images/arrow_icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background: #fff;
  height: 1.5rem;
          mask-position: center;
  pointer-events: none;
  width: 1.5625rem;
}

.p-form__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  left: 0;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0;
  padding-left: 2.25rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.wpcf7-spinner {
  margin: 0.625rem auto;
  position: absolute;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}

.p-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  width: 100%;
}

.p-header__logo-link {
  align-items: center;
  display: flex;
}

.p-header__logo-img {
  display: block;
  height: auto;
  width: 8.9375rem;
}

.p-information {
  background-color: #f7edef;
  padding: 3.5rem 0;
}

.p-information__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 1.5rem;
}

.p-information__cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.p-information__card {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
}

.p-information__card-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-information__card-eyebrow {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-information__card-title {
  color: #e63741;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}

.p-information__card-line {
  border: none;
  border-top: 1px solid #d9d8d3;
  margin: 0.5rem 0 0 0;
  width: 100%;
}

.p-information__card.--invert {
  background-color: #e63741;
  color: #fff;
}

.p-information__card.--invert .p-information__card-title,
.p-information__card.--invert .p-information__card-eyebrow {
  color: #fff;
}

.p-information__card.--invert .p-information__card-line {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.p-information__card.--invert .p-prose {
  color: #fff;
}

.p-information__card.--invert .p-prose strong {
  color: #fff;
}

.p-information__card.--invert .p-prose__link-external,
.p-information__card.--invert .p-prose__link-tel {
  color: #fff;
}
.p-information__phone {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0 0.25rem 0;
  text-align: center;
}

.p-information__phone-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-information__phone-num {
  color: inherit;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-prose__cta-lead {
  font-weight: 700;
  text-align: center;
}

.p-information__steps {
  border-top: 1px solid #d9d8d3;
  margin: 0 0 1.1em 0;
}

.p-information__step {
  border-bottom: 1px solid #d9d8d3;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0.25rem;
}

.p-information__step-label {
  color: #e63741;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-information__step-title {
  color: #373636;
  font-size: 1rem;
  font-weight: 700;
}

.p-information__step-body {
  color: #373636;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.p-information__step-body strong {
  color: #373636;
  display: block;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.p-prose {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: justify;
}

.p-prose p {
  margin: 0 0 1.1em 0;
}

.p-prose p:last-child {
  margin-bottom: 0;
}

.p-prose strong.red {
  color: #e63741;
}

.p-prose__link-tel,
.p-prose__link-external {
  color: #1558d6;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.p-prose__sub {
  color: #373636;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 1.8em 0 0.6em 0;
}

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

.p-prose__sub-num {
  color: #e63741;
  margin-right: 0.35em;
}

.p-prose__list {
  list-style: none;
  margin: 0 0 1.1em 0;
  padding: 0;
}

.p-prose__list li {
  margin-bottom: 0.3em;
  padding-left: 1.4em;
  position: relative;
}

.p-prose__list li::before {
  color: #e63741;
  content: "●";
  font-size: 0.75em;
  left: 0;
  position: absolute;
  top: 0.05em;
}

.p-prose__list--plain li::before {
  color: #373636;
  content: "・";
  font-size: 1em;
  top: -0.05em;
}

.p-information__site-list {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  list-style: none;
  margin: 0 0 1.1em 0;
  padding: 0;
}

.p-information__site-list li {
  font-size: 0.875rem;
  line-height: 1.55;
  list-style: none;
  padding-left: 1.2em;
  position: relative;
}

.p-information__site-list li::before {
  color: #fff;
  content: "●";
  font-size: 0.7em;
  left: 0;
  position: absolute;
  top: 0.1em;
}

.p-prose__mini {
  color: #373636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.4em 0 0.4em 0;
}

.p-prose__mini-badge {
  color: #e63741;
  font-weight: 700;
  margin-right: 0.35em;
}

.p-prose__info-table {
  border-top: 1px solid #d9d8d3;
  margin: 0 0 1.1em 0;
}

.p-prose__info-row {
  border-bottom: 1px solid #d9d8d3;
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0.25rem;
}

.p-prose__info-key {
  color: #e63741;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
}

.p-prose__info-val {
  color: #373636;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-prose__check-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0 0 1.1em 0;
  padding: 0;
}

.p-prose__check-item {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
}

.p-prose__check-item-num {
  align-items: center;
  color: #e63741;
  display: flex;
  flex: 0 0 auto;
  height: 1.125rem;
  justify-content: center;
  margin-top: 0.25rem;
  width: 1.125rem;
}

.p-prose__check-item-num svg {
  display: block;
  height: 1.125rem;
  width: 1.125rem;
}

.p-prose__check-item-body {
  flex: 1 1 auto;
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-prose__check-item-t {
  color: #373636;
  font-weight: 700;
}

.p-prose__check-item-p {
  color: #5b5a5a;
  font-size: 0.8125rem;
  margin-top: 0.125rem;
}

.p-prose__price-row {
  border-top: 1px solid #d9d8d3;
  margin: 0 0 1.1em 0;
}

.p-prose__price-line {
  align-items: baseline;
  border-bottom: 1px solid #d9d8d3;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.75rem 0.25rem;
}

.p-prose__price-label {
  color: #373636;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-prose__price-value {
  color: #e63741;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-prose__schedule {
  border-top: 1px solid #d9d8d3;
  margin: 0 0 1.1em 0;
}

.p-prose__schedule-row {
  border-bottom: 1px solid #d9d8d3;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 0.25rem;
}

.p-prose__schedule-when {
  color: #e63741;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.p-prose__schedule-what {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-prose__recap {
  border-top: 1px solid #d9d8d3;
  margin: 0 0 1.1em 0;
}

.p-prose__recap-line {
  align-items: flex-start;
  border-bottom: 1px solid #d9d8d3;
  display: flex;
  font-size: 0.9375rem;
  gap: 0.75rem;
  line-height: 1.65;
  padding: 0.75rem 0.25rem;
}

.p-prose__recap-line b {
  color: #e63741;
  flex: 0 0 auto;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 2em;
  padding-top: 0.125rem;
}

.p-prose__flow-figure {
  color: #373636;
  font-weight: 700;
  text-align: center;
}

.p-prose__branch-name {
  font-weight: 700;
}

.p-pc__nav {
  display: none;
}

.p-pc__logo {
  max-width: 15.1875rem;
}

.p-pc__cta .p-cta__content {
  gap: 0.3125rem;
  padding: 0;
}

.p-pc__cta .p-cta__heading {
  gap: 0.25rem;
}
.p-pc__content {
  position: relative;
  z-index: 1;
}

.p-place {
  background-color: #f7edef;
  padding: 3.5rem 0;
}

.p-place__inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 0 1rem;
}

.p-place__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-place__group {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}

.p-place__group-head {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.p-place__group-head::before,
.p-place__group-head::after {
  background-color: #373636;
  content: "";
  flex: 1;
  height: 1px;
}

.p-place__group-title {
  color: #373636;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
.p-place__group-title span {
  color: #e63741;
}

.p-place__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-place__card {
  background-color: #fffefc;
  box-shadow: 0 0 0.9375rem rgba(112, 78, 1, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 1.5rem;
}

.p-place__card-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-place__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}

.p-place__card-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-place__card-badges {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.p-place__card-badge {
  border-radius: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.125rem 1.0625rem;
}

.p-place__card-badge.--own {
  background-color: #e63741;
  color: #fff;
}

.p-place__card-badge.--group {
  background-color: #f5aa00;
  color: #fff;
}

.p-place__card-badge.--area-red {
  border: 1px solid #e63741;
  color: #e63741;
}

.p-place__card-badge.--area-yellow {
  border: 1px solid #f5aa00;
  color: #f5aa00;
}

.p-place__card-badge.--area-gray {
  border: 1px solid #989587;
  color: #989587;
}

.p-place__card-name {
  color: #373636;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.p-place__card-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-place__card-info-row {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.p-place__card-info-label {
  align-items: center;
  color: #373636;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  gap: 0.25rem;
  letter-spacing: 0.04em;
}

.p-place__card-info-label.--place::before {
  background-image: url(../images/red-place.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
}

.p-place__card:has(.p-place__card-badge.--group) .p-place__card-info-label.--place::before {
  background-image: url(../images/orange-place.svg);
}

.p-place__card:has(.p-place__card-badge.--area-gray) .p-place__card-info-label.--place::before {
  background-image: url(../images/gray-place.svg);
}

.p-place__card-info-label.--access::before {
  background-image: url(../images/red-access.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1.125rem;
  width: 1.125rem;
}

.p-place__card:has(.p-place__card-badge.--group) .p-place__card-info-label.--access::before {
  background-image: url(../images/orange-access.svg);
}

.p-place__card:has(.p-place__card-badge.--area-gray) .p-place__card-info-label.--access::before {
  background-image: url(../images/gray-access.svg);
}

.p-place__card-info-text {
  color: #373636;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}

.p-place__card-divider {
  background-color: #cecbc4;
  height: 1px;
}

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

.p-plan__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 2rem;
}

.p-plan__items {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.p-plan__item {
  border: 1px solid var(--plan-color);
  padding-bottom: 1.5rem;
  position: relative;
}

.p-plan__item.--red {
  --plan-color: #ba2c34;
  --plan-color-btn: #c14148;
  --plan-color-dark: #441013;
  background-color: #fefdfd;
}

.p-plan__item.--green {
  --plan-color: #2f6b5f;
  --plan-color-btn: #3f776c;
  --plan-color-dark: #0b2c26;
  background-color: #fcfdfd;
}

.p-plan__item.--purple {
  --plan-color: #564b81;
  --plan-color-btn: #605688;
  --plan-color-dark: #1c1243;
  background-color: #fdfdfd;
}

.p-plan__item.--gold {
  --plan-color: #c28a2c;
  --plan-color-btn: #c6923b;
  --plan-color-dark: #764c23;
  background-color: #faf9f9;
}

.p-plan__upper {
  align-items: center;
  background-color: var(--plan-color);
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 0;
}

.p-plan__item.--gold .p-plan__upper {
  gap: 0.75rem;
  padding: 1rem;
}

.p-plan__upper-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}

.p-plan__main {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.p-plan__name-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.p-plan__name {
  color: var(--plan-color);
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

.p-plan__img {
  width: 100%;
}

.p-plan__img img {
  aspect-ratio: 404/230;
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-plan__cost {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.p-plan__price-wrap {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

.p-plan__price {
  color: var(--plan-color-dark);
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.p-plan__price-unit {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  justify-content: center;
}

.p-plan__tax {
  color: var(--plan-color-dark);
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-plan__yen {
  color: var(--plan-color-dark);
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-plan__flow {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.p-plan__flow-ttl {
  color: var(--plan-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}

.p-plan__item.--gold .p-plan__flow-ttl {
  color: #764c23;
}

.p-plan__flow-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-plan__lower {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 1rem 1.5rem;
}

.p-plan__btn {
  align-items: center;
  background-color: var(--plan-color-btn);
  display: flex;
  flex-direction: row;
  padding: 1.5rem 1rem;
  -webkit-text-decoration: none;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.p-plan__btn::before {
  background: rgba(255, 255, 255, 0.16);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

.p-plan__btn::after {
  background-color: #fff;
  content: "";
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
  -webkit-mask-image: url(../images/btn_arrow.svg);
          mask-image: url(../images/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.p-plan__btn-text {
  color: #fff;
  flex: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}

.p-plan__label {
  height: 5rem;
  left: 1.75rem;
  position: absolute;
  top: 22.6875rem;
  width: 5rem;
}

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

.p-plan__label-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-promise {
  background-color: #f7edef;
  overflow: hidden;
  padding: 6.6875rem 0 9.375rem;
  position: relative;
}

.p-promise__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 1.5rem;
}

.p-promise::before {
  background-image: url(../images/promise_text.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10.625rem;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 6rem;
  transform: translateX(-50%);
  width: 33.4375rem;
}

.p-promise__heading-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
  position: relative;
}

.p-promise__heading-wrap::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.125rem;
  width: 5rem;
}

.p-promise__heading {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.437;
  text-align: center;
}

.p-promise__list {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  padding-left: 0.25rem;
}

.p-promise__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.p-promise__item::before {
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.6875rem;
  width: 2rem;
}

.p-promise__text {
  color: #e63741;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-promise__woman {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 17.5rem;
}

.p-promise__woman::before {
  background: linear-gradient(179deg, #fff 19.66%, #ebebeb 62.09%);
  content: "";
  height: 100%;
  mix-blend-mode: color-burn;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.p-reason {
  background-color: #fafafa;
  padding: 3.5rem 0;
}

.p-reason__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-reason__items {
  width: 100%;
}

.p-reason__item {
  overflow: hidden;
  padding: 1.5rem;
}

.p-reason__item:first-child {
  padding-top: 0;
}

.p-reason__item + .p-reason__item {
  margin-top: 2.5rem;
}

.p-reason__num-wrap {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.p-reason__num-wrap::before,
.p-reason__num-wrap::after {
  background-color: #cecbc4;
  content: "";
  flex: 1;
  height: 1px;
}

.p-reason__num-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-reason__num-label {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.8;
}

.p-reason__num {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 0.8;
}

.p-reason__heading {
  color: #373636;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: 1.5rem;
  text-align: center;
}

.p-reason__img {
  margin-top: 1.5rem;
}

.p-reason__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-reason__body {
  margin-top: 1.5rem;
}

.p-reason__text {
  color: #373636;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: justify;
}
.p-reason__text span {
  background: #e9e9e9;
  color: #e63741;
  font-weight: 500;
}

.p-reason__text + .p-reason__text {
  margin-top: 1.5rem;
}

.p-staff {
  background-color: #fafafa;
  padding: 3.5rem 0;
}

.p-staff__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-staff__list {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-staff__item {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-left: 1rem;
}

.p-staff__img {
  border-radius: 50%;
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  height: 7.5rem;
  overflow: hidden;
  width: 7.5rem;
}

.p-staff__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
}

.p-staff__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-staff__name {
  color: #373636;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-staff__comment {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.p-thanks {
  align-items: center;
  background-image: url(../images/thanks_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 5.5625rem);
  padding: 4rem 0;
}

.p-thanks__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-thanks__title {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-thanks__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.p-thanks__btn {
  align-items: center;
  background-color: #e63741;
  color: #fff;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 0.75rem 2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: opacity 0.2s;
}

.p-title {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.p-title::before {
  background-color: #e63741;
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  -webkit-mask-image: url(../images/title_icon.svg);
          mask-image: url(../images/title_icon.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.p-title__text {
  align-self: stretch;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
.p-title__text .red {
  color: #e63741;
}
.p-title__text .fz32 {
  font-size: 2rem;
  line-height: 1.3;
}
.p-title__text .fz36 {
  font-size: 2.25rem;
  line-height: 1.3;
}
.p-title__text .fz40 {
  font-size: 2.5rem;
  line-height: 1.3;
}
.p-title__text .fz42 {
  font-size: 2.625rem;
  line-height: 1.3;
}
.p-title__text .fz48 {
  font-size: 3rem;
  line-height: 1.3;
}

.p-voice {
  background-color: #f7edef;
  padding: 3.5rem 0;
}

.p-voice__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 0 1.8125rem;
}

.p-voice__heading {
  color: #e63741;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

.p-voice__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}

.p-voice__item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
}

.p-voice__item-head {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.p-voice__icon {
  border-radius: 50%;
  flex-shrink: 0;
  height: 4rem;
  overflow: hidden;
  width: 4rem;
}

.p-voice__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
}

.p-voice__meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-voice__stars {
  display: flex;
  flex-direction: row;
  gap: 0.1875rem;
}

.p-voice__star {
  background-color: #f5aa00;
  display: block;
  height: 1.5625rem;
  width: 1.625rem;
  -webkit-mask-image: url(../images/icon-star.svg);
          mask-image: url(../images/icon-star.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  flex-shrink: 0;
          mask-repeat: no-repeat;
}

.p-voice__star--empty {
  background-color: #d9d9d9;
}

.p-voice__attr {
  color: #999999;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-voice__review-title {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-voice__divider {
  border: none;
  border-top: 1px solid #d9d8d3;
  margin: 0;
}

.p-voice__text {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.p-worries {
  background-color: #f7edef;
  background-image: url(../images/worries_bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 3.5625rem;
  position: relative;
}

.p-worries::before {
  background-image: url(../images/worries_shape.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  height: 1.5625rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.p-worries__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-worries__items {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 19.25rem;
}

.p-worries__item {
  align-items: flex-start;
  color: #373636;
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.3;
  writing-mode: vertical-rl;
}

.p-worries__item span:nth-child(2) {
  padding-top: 2.4em;
}

.p-worries__item:nth-child(1) {
  margin-top: 4.3125rem;
}

.p-worries__item:nth-child(3) {
  margin-top: 3.0625rem;
}

.p-worries__item:nth-child(3) span:nth-child(2) {
  padding-top: 5.7em;
}

.p-worries__woman {
  margin: -5.3125rem auto 0;
  width: 13rem;
}

.p-worries__woman img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  display: block;
     object-fit: cover;
}

@media screen and (min-width: 768px){
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
  html {
    font-size: 1.4545454545vw;
  }
  .l-inner {
    max-width: 1148px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .p-fixedBtn {
    display: none;
  }
  .p-footer {
    padding-bottom: 3.5rem;
  }
  .p-pc {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .p-pc::before {
    background-image: url(../images/pc_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .p-pc__nav {
    display: grid;
    position: fixed;
    grid-gap: 31.25rem;
    align-items: center;
    gap: 31.25rem;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    justify-items: center;
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .p-pc__left,
  .p-pc__right {
    pointer-events: auto;
  }
  .p-pc__left {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .p-pc__right {
    display: flex;
    flex-direction: column;
    gap: 3.9375rem;
    width: 18.9375rem;
  }
  .p-pc__cta {
    box-shadow: 0 0 0.625rem 0 rgba(112, 78, 1, 0.05);
  }
  .p-pc__cta.p-cta {
    gap: 0.5rem;
    padding: 0;
  }
  .p-pc__cta .p-cta__heading-text {
    font-size: 0.875rem;
  }
  .p-pc__cta .p-cta__items {
    gap: 0.625rem;
  }
  .p-pc__cta .p-cta__img-wrap {
    flex-shrink: 0;
    overflow: hidden;
    width: 5.6875rem;
  }
  .p-pc__cta .p-cta__img {
    height: 100%;
    width: 5.6875rem;
    -o-object-fit: cover;
    display: block;
       object-fit: cover;
  }
  .p-pc__cta .p-cta__content::after {
    height: 1.125rem;
    right: 0.3125rem;
    width: 1.125rem;
  }
  .p-pc__cta .p-cta__note {
    font-size: 0.75rem;
  }
  .p-pc__cta .p-cta__text {
    font-size: 1.3125rem;
  }
  .p-pc__cta .p-cta__free {
    font-size: 0.875rem;
    padding: calc(0.3125s * 1rem) 0.4375rem;
  }
  .p-pc__menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .p-pc__menu-line {
    border: none;
    border-top: 1px solid #cecbc4;
    margin: 0;
    width: 100%;
  }
  .p-pc__menu-item {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    padding: 1.25rem 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
  }
  .p-pc__menu-item::after {
    background-color: #757575;
    content: "";
    display: block;
    height: 1.25rem;
    width: 1rem;
    -webkit-mask-image: url(../images/arrow_icon.svg);
            mask-image: url(../images/arrow_icon.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
    flex-shrink: 0;
            mask-position: center;
    transition: background-color 0.2s ease;
  }
  .p-pc__menu-text {
    color: #373636;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: color 0.2s ease;
    width: 5.625rem;
  }
  .p-pc__content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
  }
  .p-pc__phone {
    box-shadow: 0 0 3rem 0 rgba(55, 54, 54, 0.04);
    margin: 0 auto;
    max-width: 31.25rem;
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
  .p-pc__nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    padding-right: max(5.625rem, 50vw - 480px);
  }
  .p-pc__left {
    width: 18.75rem;
  }
  .p-pc__right {
    gap: 2.5rem;
    width: 18.75rem;
  }
  .p-pc__phone {
    margin-left: 4.125rem;
    margin-right: 0;
    max-width: 31.25rem;
  }
}

@media (min-width: 1100px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 500px){
  html {
    font-size: 3.2vw;
  }
}

@media (any-hover: hover){
  .p-404__btn:hover {
    opacity: 0.8;
  }
  .p-cta__item:hover .p-cta__img img {
    transform: scale(1.1);
  }
  .p-cta__item:hover .p-cta__img-wrap .p-cta__img {
    transform: scale(1.1);
  }
  .p-cta__item--phone:hover .p-cta__content {
    background-color: #ba2c34;
  }
  .p-cta__item--doc:hover .p-cta__content {
    background-color: #564b81;
  }
  .p-cta__item--map:hover .p-cta__content {
    background-color: #38324f;
  }
  .p-faq__question:hover .p-faq__q-text {
    color: #e63741;
  }
  .p-fixedBtn__item--phone:hover {
    background-color: #ba2c34;
  }
  .p-fixedBtn__item--doc:hover {
    background-color: #564b81;
  }
  .p-form__btn-wrap:hover {
    background-color: #ba2c34;
  }
  .p-information__card.--invert .p-prose__link-external:hover,
  .p-information__card.--invert .p-prose__link-tel:hover {
    color: #fff;
    opacity: 0.8;
  }
  .p-prose__link-tel:hover,
  .p-prose__link-external:hover {
    color: #0d47a1;
  }
  .p-pc__menu-item:hover .p-pc__menu-text {
    color: #e63741;
  }
  .p-pc__menu-item:hover::after {
    background-color: #e63741;
  }
  .p-plan__btn:hover::before {
    opacity: 0;
  }
  .p-thanks__btn:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */
