@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-color: #fefcf5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: calc(100vh - 5.75rem - 1.5rem - 1.5rem);
  padding: 5rem 0;
  position: relative;
}
.p-404::before, .p-404::after {
  background-image: url(../images/thanks_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8.75rem;
  pointer-events: none;
  position: absolute;
  width: 10.6875rem;
}
.p-404::before {
  left: 0;
  top: 0;
}
.p-404::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

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

.p-404__title {
  color: #f58700;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

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

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

.p-404__btn {
  align-items: center;
  background-color: #f5aa00;
  border-radius: 0.5rem;
  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: background-color 0.3s;
}

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

.p-cta__btn {
  border-radius: 0.5rem;
  padding: 0.375rem;
  position: relative;
  -webkit-text-decoration: none;
  align-items: stretch;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

.p-cta__btn--doc {
  background-color: #f5aa00;
}

.p-cta__btn--map {
  background-color: #339a99;
}

.p-cta__btn-inner {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-cta__btn--phone .p-cta__btn-inner {
  padding: 2rem 0 1.25rem;
}

.p-cta__btn--doc .p-cta__btn-inner,
.p-cta__btn--map .p-cta__btn-inner {
  padding: 1.25rem 0;
}

.p-cta__note {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

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

.p-cta__action img {
  flex-shrink: 0;
  height: 2.0625rem;
  width: 2.0625rem;
}

.p-cta__action-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-cta__btn--phone .p-cta__action-text,
.p-cta__btn--doc .p-cta__action-text,
.p-cta__btn--map .p-cta__action-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
}

.p-cta__badge {
  background-image: url(../images/cta_bubble.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.4375rem;
  left: 50%;
  position: absolute;
  top: -1.5625rem;
  transform: translateX(-50%);
  width: 13.4375rem;
}

.p-cta--pc .p-cta__btn {
  border-radius: 0.375rem;
  padding: 0.25rem;
}

.p-cta--pc .p-cta__btn-inner {
  border-radius: 0.1875rem;
}

.p-cta--pc .p-cta__btn--phone .p-cta__btn-inner {
  padding: 1.375rem 0 0.875rem;
}

.p-cta--pc .p-cta__btn--doc .p-cta__btn-inner,
.p-cta--pc .p-cta__btn--map .p-cta__btn-inner {
  padding: 0.875rem 0;
}

.p-cta--pc .p-cta__note {
  font-size: 0.8125rem;
}

.p-cta--pc .p-cta__action img {
  height: 1.4375rem;
  width: 1.4375rem;
}

.p-cta--pc .p-cta__action-text {
  font-size: 1.25rem;
}

.p-cta--pc .p-cta__badge {
  height: 2.625rem;
  top: -1.125rem;
  width: 10.1875rem;
}
.p-faq {
  background-color: #fef8e6;
  padding: 3.5rem 0;
}

.p-faq__title {
  color: #f58700;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
}

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

.p-faq__item {
  background-color: #fff;
  border-radius: 0.5rem;
}

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

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

.p-faq__q-label,
.p-faq__a-label {
  color: #f58700;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

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

.p-faq__q-text {
  color: #373636;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-faq__icon {
  background-color: #f58700;
  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 1rem;
}

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

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

.p-fixedBtn {
  background-color: rgba(255, 255, 255, 0.97);
  border-top: 1px solid #dddddd;
  bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  left: 0;
  padding: 0.75rem;
  position: fixed;
  right: 0;
  z-index: 100;
}

.p-fixedBtn__btn {
  border-radius: 0.3125rem;
  flex: 1;
  padding: 0.25rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

.p-fixedBtn__btn--doc {
  background-color: #f5aa00;
}

.p-fixedBtn__inner {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 0.1875rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  height: 100%;
  padding: 0.75rem 0;
}

.p-fixedBtn__note {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}

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

.p-fixedBtn__icon {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.p-fixedBtn__text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

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

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

.p-flow__heading {
  color: #f58700;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-flow__item:not(:last-child)::after {
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.625rem solid #fad255;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 0.5625rem;
  margin-left: 1.1875rem;
  margin-top: 0.5625rem;
  width: 0;
}

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

.p-flow__icon {
  align-items: center;
  background-color: #fad255;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 3.25rem;
  justify-content: center;
  margin-top: 1.8125rem;
  width: 3.25rem;
}

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

.p-flow__header {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-flow__step {
  color: #f5aa00;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

.p-flow__title {
  color: #373636;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-flow__text {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.625;
}

.p-footer {
  align-items: center;
  background-color: #fef8e6;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.5rem 1.5rem 8.75rem;
}

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

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

.p-footer__catch {
  color: #373636;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-footer__catch span {
  color: #f58700;
  font-weight: 700;
}

.p-footer__logo-img {
  display: block;
  height: auto;
  width: 7.5rem;
}

.p-footer__address {
  color: #373636;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.p-footer__cta {
  align-self: stretch;
  gap: 1rem;
  padding-top: 2rem;
}

.p-footer__copyright {
  color: #373636;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

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

.p-form__title {
  color: #f58700;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

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

.p-form__groups {
  margin-top: 2rem;
}

.p-form__check-box {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 0.4375rem;
  padding: 1rem 0 1rem 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: 700;
  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: #f58700;
  border-color: #f58700;
}
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: 500;
  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: 700;
  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: #f58700;
  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: #aaaaaa;
}
.p-form__input::placeholder {
  color: #aaaaaa;
}
.p-form__input:focus {
  border-color: #f58700;
  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: #aaaaaa;
}
.p-form__textarea::placeholder {
  color: #aaaaaa;
}
.p-form__textarea:focus {
  border-color: #f58700;
  outline: none;
}

.p-form__btn-wrap {
  background-color: #f5aa00;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  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: "";
  height: 2rem;
  left: calc(50% - 4.25rem);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}

.p-form__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
  padding: 1rem 1rem 1rem 3.75rem;
  text-align: center;
  width: 100%;
}

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

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

.p-fv {
  background-color: #fad255;
  isolation: isolate;
  padding: 3.3125rem 0 1.5rem;
  position: relative;
}

.p-fv::before {
  background-color: #fef8e6;
  border-radius: 0.625rem;
  bottom: 0.5rem;
  content: "";
  left: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: -1;
}

.p-fv__box {
  margin: 0 1.5rem;
}

.p-fv__cta {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0 0.9375rem 0 rgba(112, 78, 1, 0.05);
  margin: 0 auto;
  max-width: 37.5rem;
  padding: 3.75rem 1.5rem 3rem;
}

.p-fv__img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 37.5rem;
  padding-left: 0.5625rem;
  padding-right: 0.375rem;
  width: 100%;
}

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

.p-header__logo {
  height: inherit;
}

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

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

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

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

.p-information__title::before {
  background-color: #f58700;
}

.p-information__cards {
  display: grid;
  grid-gap: 1rem;
  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 2.1875rem;
}

.p-information__card-title {
  color: #f58700;
  font-size: 1.25rem;
  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;
}

.p-information__card-text {
  color: #373636;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}

.p-information__prose {
  color: #373636;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: justify;
}
.p-information__prose p {
  margin: 0 0 1.25rem 0;
}
.p-information__prose p:last-child {
  margin-bottom: 0;
}

.p-information__prose-sub {
  align-items: baseline;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 1.75rem 0 0.75rem 0;
}

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

.p-information__prose-sub-num {
  color: #f58700;
  flex-shrink: 0;
  font-weight: 700;
}

.p-information__prose-list {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.p-information__prose-list li {
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  position: relative;
}

.p-information__prose-list li::before {
  color: #f58700;
  content: "●";
  font-size: 0.85em;
  left: 0;
  position: absolute;
  top: 0;
}

.p-information__prose-list--numbered {
  counter-reset: prose-n;
}

.p-information__prose-list--numbered > li {
  counter-increment: prose-n;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
}

.p-information__prose-list--numbered > li::before {
  color: #f58700;
  content: "(" counter(prose-n) ")";
  font-size: 1em;
  font-weight: 700;
}

.p-information__prose-list--numbered > li > strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.p-information__prose-meta {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-row-gap: 0.25rem;
  font-size: 0.9375rem;
  margin: 0 0 1.25rem 0;
  row-gap: 0.25rem;
}

.p-information__prose-meta dt {
  font-weight: 700;
  white-space: nowrap;
}

.p-information__prose-meta dd {
  margin: 0;
}

.p-information__prose-defs {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.p-information__prose-defs dt {
  font-weight: 700;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  position: relative;
}

.p-information__prose-defs dt::before {
  color: #f58700;
  content: "●";
  font-size: 0.85em;
  left: 0;
  position: absolute;
  top: 0;
}

.p-information__prose-defs dd {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

.p-information__prose-defs dd:last-child {
  margin-bottom: 0;
}

.p-information__steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0.5rem 0 1.25rem 0;
}

.p-information__step-label {
  color: #f58700;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}

.p-information__step-body {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.p-information__step-body strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.p-information__prose-branch {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.p-information__prose-branch li {
  font-size: 0.9375rem;
  padding-left: 1.25rem;
  position: relative;
}

.p-information__prose-branch li::before {
  color: #f58700;
  content: "●";
  font-size: 0.85em;
  left: 0;
  position: absolute;
  top: 0;
}

.p-information__prose-branch-name {
  font-weight: 700;
}

.p-information__prose-highlight {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.p-information__prose-highlight dt {
  color: #f58700;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.p-information__prose-highlight dd {
  margin: 0 0 1rem 0;
}

.p-information__prose-highlight dd:last-child {
  margin-bottom: 0;
}

.p-information__prose-price {
  color: #f58700;
  font-weight: 700;
}

.p-information__tel-link {
  color: #0066cc;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

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

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

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

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

.p-information__card--invert .p-information__prose-list li::before {
  color: #fff;
}

.p-information__phone {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0 1rem;
  text-align: center;
}

.p-information__phone-label {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
}

.p-information__phone-num {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
  -webkit-text-decoration: none;
  display: inline-block;
  text-decoration: none;
}

.p-information__site-link {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  word-break: break-all;
}

.p-pc__nav {
  display: none;
}

.p-pc__logo {
  max-width: 7.5rem;
}
.p-pc__content {
  position: relative;
  z-index: 1;
}

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

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

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

.p-place__title-sub {
  color: #373636;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.p-place__title-main {
  color: #f58700;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

.p-place__group {
  background-color: #fef8e6;
  padding: 3.375rem 0;
}

.p-place__group.--alt {
  background-color: #fff1cf;
}

.p-place__group-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 1rem;
}

.p-place__group-header {
  align-items: center;
  display: flex;
  gap: 0;
  height: 2.625rem;
  justify-content: center;
}

.p-place__group-header::before,
.p-place__group-header::after {
  background-image: url(../images/place_bubble.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 2.625rem;
  margin-left: -1px;
  width: 2.375rem;
}

.p-place__group-header::before {
  margin-right: -1px;
  transform: scale(-1);
}

.p-place__group-name {
  align-items: center;
  background-color: #f58700;
  color: #fff;
  display: inline-flex;
  font-size: 1.375rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  z-index: 0;
}

.p-place__group-name::before {
  background-color: #f58700;
  bottom: 1px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 0.5625rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 1rem;
  z-index: -1;
}

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

.p-place__card {
  background-color: #fffefc;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.9375rem rgba(112, 78, 1, 0.05);
  overflow: hidden;
  padding: 1.5rem;
}

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

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

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

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

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

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

.p-place__card-area {
  border: 1px solid #f5aa00;
  border-radius: 3.125rem;
  color: #f5aa00;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0.125rem 1rem;
}

.p-place__card-name {
  color: #373636;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

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

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

.p-place__card-info-row:not(:last-child) {
  background-image: repeating-linear-gradient(to right, #989587 0, #989587 0.5rem, transparent 0.5rem, transparent 1rem);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-bottom: 0.75rem;
}

.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/orange-place.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
}

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

.p-place__card:has(.p-place__card-badge.--group) .p-place__card-area {
  border-color: #e63741;
  color: #e63741;
}

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

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

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

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

.p-plan__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.6875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.p-plan__item {
  align-items: center;
  background-color: #fffefc;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.9375rem 0 rgba(112, 78, 1, 0.05);
  display: flex;
  flex-direction: column;
  padding: 7.75rem 1.5rem 3.5rem;
  position: relative;
  --plan-color: #f5aa00;
}

.p-plan__item.--yellow {
  --plan-color: #f5aa00;
}

.p-plan__item.--green {
  --plan-color: #339a99;
}

.p-plan__item.--purple {
  --plan-color: #7869af;
}

.p-plan__bubble {
  background-color: var(--plan-color);
  border-radius: 0.5rem 0.5rem 0 0;
  left: 0;
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.p-plan__bubble::after {
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid var(--plan-color);
  bottom: -1.1875rem;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.p-plan__bubble-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.p-plan__header {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
}

.p-plan__location {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-plan__name {
  color: #373636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-plan__img-wrap {
  margin-top: 1.5rem;
}
.p-plan__img-wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 420/250;
     object-fit: cover;
}

.p-plan__cost {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

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

.p-plan__price {
  color: #e63741;
  font-family: "Open Sans", sans-serif;
  font-size: 3.25rem;
  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: #e63741;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-plan__yen {
  color: #e63741;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

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

.p-plan__flow-ttl {
  color: var(--plan-color);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

.p-plan__flow-img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 24.4375rem;
  width: 100%;
}

.p-plan__btn {
  align-items: center;
  align-self: stretch;
  background-color: var(--plan-color);
  border-radius: 7.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 1rem 1rem 0;
  padding: 1.5rem 0;
  -webkit-text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

.p-plan__btn-icon {
  flex-shrink: 0;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}

.p-plan__label {
  bottom: 20.1875rem;
  height: 6.5rem;
  left: 0.5625rem;
  position: absolute;
  width: 6.5rem;
}

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

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

.p-reason__items {
  margin-top: 2.25rem;
}

.p-reason__item {
  background-color: #fffefc;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.9375rem 0 rgba(112, 78, 1, 0.05);
  margin-top: 4.75rem;
  padding: 2.5rem 1.5rem 3.5rem;
  position: relative;
}

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

.p-reason__item::before {
  background-color: #fffefc;
  border-radius: 50%;
  content: "";
  height: 10rem;
  left: 50%;
  position: absolute;
  top: -2.5rem;
  transform: translateX(-50%);
  width: 10rem;
}

.p-reason__num {
  color: #f58700;
  font-family: "Open Sans", sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: -0.5rem;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.p-reason__heading {
  color: #373636;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  position: relative;
  text-align: center;
}

.p-reason__img-wrap {
  margin-top: 1.5rem;
  position: relative;
}
.p-reason__img-wrap img {
  display: block;
  height: auto;
  width: 100%;
}

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

.p-reason__text {
  color: #373636;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: justify;
}
.p-reason__text span {
  background: linear-gradient(transparent 60%, #fad255 60%);
  font-weight: 700;
  padding: 0 0.375rem 0 0;
}

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

.p-solution {
  background-image: url(../images/solution_bg.webp);
  background-repeat: repeat;
  background-size: auto;
  overflow: hidden;
  padding: 7.375rem 0 4.375rem;
  position: relative;
}

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

.p-solution__title {
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.p-solution__title::after {
  background-color: #373636;
  bottom: 0;
  content: "";
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2.5rem;
}

.p-solution__title .p-title__text {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.p-solution__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 0.75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

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

.p-solution__list-item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.p-solution__list-item::before {
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1.5rem;
  margin-top: 0.1em;
  width: 1.5rem;
}

.p-solution__list-text {
  color: #373636;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.p-solution__bubble {
  background-image: url(../images/solution_frame.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 1.25rem;
  font-weight: 700;
  height: 12.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-left: 0.5625rem;
  padding: 2.5625rem 0 3.875rem 1.75rem;
  position: relative;
  width: 19.875rem;
}
.p-solution__bubble span {
  color: #f58700;
}

.p-solution__bubble::after {
  background-image: url(../images/solution_person.webp);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -4.375rem;
  content: "";
  height: 17.75rem;
  pointer-events: none;
  position: absolute;
  right: -9.625rem;
  width: 15.0625rem;
  z-index: 2;
}

.p-staff {
  background-image: url(../images/staff_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}

.p-staff__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-left: 1.1875rem;
}

.p-staff__title.p-title::before {
  background-color: #fad255;
}

.p-staff__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.p-staff__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1.3125rem;
}

.p-staff__img {
  border-radius: 50%;
  height: 4.5rem;
  margin-top: 1.375rem;
  width: 4.5rem;
  -o-object-fit: cover;
  flex-shrink: 0;
     object-fit: cover;
}

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

.p-staff__name {
  color: #373636;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 0.4375rem;
}

.p-staff__comment {
  background-color: #fad255;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  position: relative;
}

.p-staff__comment::before {
  border-bottom: 0.375rem solid transparent;
  border-right: 0.5625rem solid #fad255;
  border-top: 0.3125rem solid transparent;
  content: "";
  height: 0;
  left: -0.5625rem;
  position: absolute;
  top: 44%;
  width: 0;
}

.p-staff__comment-text {
  color: #373636;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.p-thanks {
  align-items: center;
  background-color: #fefcf5;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: calc(100vh - 5.75rem - 1.5rem - 1.5rem);
  padding: 5rem 0;
  position: relative;
}
.p-thanks::before, .p-thanks::after {
  background-image: url(../images/thanks_img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8.75rem;
  pointer-events: none;
  position: absolute;
  width: 10.6875rem;
}
.p-thanks::before {
  left: 0;
  top: 0;
}
.p-thanks::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

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

.p-thanks__title {
  color: #f58700;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

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

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

.p-thanks__btn {
  align-items: center;
  background-color: #f5aa00;
  border-radius: 0.5rem;
  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: background-color 0.3s;
}

.p-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

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

.p-title__text {
  color: #373636;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

.p-title .orange {
  color: #f58700;
}
.p-title .fz30 {
  font-size: 1.875rem;
}
.p-title .fz32 {
  font-size: 2rem;
}
.p-title .fz40 {
  font-size: 2.5rem;
}
.p-title .fz56 {
  font-size: 3.5rem;
  line-height: 1;
}

.p-voice {
  background-color: #fff1cf;
  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: #f58700;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}

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

.p-voice__item {
  background-color: #fff;
  border-radius: 0.5rem;
  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%;
  height: 4rem;
  width: 4rem;
  -o-object-fit: cover;
  flex-shrink: 0;
     object-fit: cover;
}

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

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

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

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

.p-voice__attr {
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.p-voice__review-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #373636;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  letter-spacing: 0;
  line-height: 1.4;
  padding-bottom: 1rem;
}

.p-voice__text {
  color: #373636;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-worries {
  background-image: url(../images/worries_bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 3.5rem 0 4rem;
  position: relative;
  z-index: 1;
}

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

.p-worries::before {
  background-image: url(../images/worries_bubble.webp);
  background-repeat: no-repeat;
  background-size: 100% 4.125rem;
  bottom: 1px;
  content: "";
  height: 4.125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 100%;
}

.p-worries__title {
  color: #373636;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}
.p-worries__title span {
  color: #e63741;
  font-size: 2.5rem;
}

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

.p-worries__item {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding-left: 0.5rem;
}

.p-worries__icon {
  flex-shrink: 0;
  height: 4.5rem;
  width: 4rem;
}

.p-worries__text {
  color: #373636;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.p-worries__text span {
  color: #e63741;
}

.p-worries__divider {
  background-image: repeating-linear-gradient(to right, #989587 0, #989587 0.625rem, transparent 0.625rem, transparent 1.25rem);
  border: none;
  height: 0.125rem;
  margin: 0;
}

@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-header {
    max-width: 100%;
    position: relative;
  }
  .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;
    gap: 0.625rem;
  }
  .p-pc__text {
    color: #373636;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .p-pc__text span {
    color: #f58700;
    font-weight: 700;
  }
  .p-pc__right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 17.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: 0.5rem;
    justify-content: space-between;
    padding: 1.25rem 3.9375rem;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
  }
  .p-pc__menu-item::after {
    background-image: url(../images/nav_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    flex-shrink: 0;
    height: 1.5rem;
    width: 1.5rem;
  }
  .p-pc__menu-text {
    color: #373636;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: color 0.2s ease;
  }
  .p-pc__content {
    bottom: 1.5rem;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    scrollbar-width: none;
    top: 1.5rem;
  }
  .p-pc__content::-webkit-scrollbar {
    display: none;
  }
  .p-pc__phone {
    border-radius: 1rem;
    margin: 0 auto;
    max-width: 31.25rem;
    overflow: hidden;
    padding: 1rem 0;
    width: 100%;
  }
  .p-pc__content::before,
  .p-pc__content::after {
    border: 1rem solid #fefcf5;
    border-radius: 1rem;
    bottom: 1.5rem;
    box-shadow: 0 0 2.1875rem 0 rgba(106, 74, 0, 0.08);
    content: "";
    left: 50%;
    max-width: 33.25rem;
    pointer-events: none;
    position: fixed;
    top: 1.5rem;
    transform: translateX(-50%);
    width: 100%;
    z-index: 110;
  }
  .p-pc__content::after {
    background-color: #fff;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
  .p-cta--pc .p-cta__btn--phone .p-cta__btn-inner {
    gap: 0.1875rem;
    padding: 1rem 0 0.875rem;
  }
  .p-cta--pc .p-cta__action img {
    height: 1.25rem;
    width: 1.25rem;
  }
  .p-cta--pc .p-cta__action-text {
    font-size: 1rem;
  }
  .p-cta--pc .p-cta__badge {
    height: 2.625rem;
    top: -1.125rem;
    width: 9.375rem;
  }
  .p-pc__nav {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
    padding-right: max(5.625rem, 50vw - 401px);
  }
  .p-pc__left {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
    width: 15.625rem;
  }
  .p-pc__text {
    font-size: max(10px, 0.8125rem);
    font-weight: 400;
  }
  .p-pc__logo {
    max-width: 4.625rem;
  }
  .p-pc__right {
    gap: 1rem;
    width: 15.625rem;
  }
  .p-pc__menu-item {
    padding: 0.75rem 2.6875rem;
  }
  .p-pc__menu-item::after {
    height: 1rem;
    width: 1rem;
  }
  .p-pc__menu-text {
    font-size: max(10px, 0.875rem);
  }
  .p-pc__phone {
    margin-left: 4.125rem;
    margin-right: 0;
    max-width: 32.5rem;
  }
  .p-pc__content::before,
  .p-pc__content::after {
    left: 3.125rem;
    max-width: 34.5rem;
    transform: none;
  }
}

@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 {
    background-color: #fdb30f;
  }
  .p-cta__btn--phone:hover {
    background-color: #ff4a55;
  }
  .p-cta__btn--doc:hover {
    background-color: #fdb30f;
  }
  .p-cta__btn--map:hover {
    background-color: #3aa9a8;
  }
  .p-faq__q-text {
    transition: color 0.2s;
  }
  .p-faq__question:hover .p-faq__q-text {
    color: #f58700;
  }
  .p-form__btn-wrap:hover {
    background-color: #fdb30f;
  }
  .p-pc__menu-item:hover .p-pc__menu-text {
    color: #f5aa00;
  }
  .p-plan__item.--yellow .p-plan__btn:hover {
    background-color: #fdb30f;
  }
  .p-plan__item.--green .p-plan__btn:hover {
    background-color: #3aa9a8;
  }
  .p-plan__item.--purple .p-plan__btn:hover {
    background-color: #8b66c4;
  }
  .p-thanks__btn:hover {
    background-color: #fdb30f;
  }
}
/*# sourceMappingURL=style.css.map */
