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

body.is-fixed {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.8648648649vw;
  }
}
@media (min-width: 1850px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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 {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 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 {
  max-width: 100%;
  display: block;
  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;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

.c-section__title {
  font-size: 2rem;
  letter-spacing: 0.15em;
}

.c-section__title-eng {
  font-family: "Montserrat", sans-serif;
  color: #2CA1E9;
  font-size: 1.25rem;
  margin-left: 16px;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .c-section__title-eng {
    margin-left: 32px;
  }
}

.c-page-contact__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item {
    flex-direction: row;
    margin-top: 24px;
    gap: 24px;
    align-items: center;
  }
}

.c-page-contact__item-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item-label {
    width: 220px;
    font-size: 1rem;
  }
}

.c-page-contact__item-label span:nth-child(2) {
  background-color: #2CA1E9;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 20px;
}

.c-page-contact__item input,
.c-page-contact__item textarea {
  max-width: 100%;
  width: 100%;
  border: solid 2px #F5F5F5;
  border-radius: 16px;
  margin-top: 0;
}

.c-page-contact__item--confirm {
  border: solid 2px #F5F5F5;
  border-radius: 16px;
  background-color: #F5F5F5;
  padding: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item--confirm {
    width: calc(100% - 244px);
  }
}

.c-page-contact__item--confirm-1 {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item--confirm-1 {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .c-page-contact__item--confirm-2 {
    width: 100%;
  }
}

.c-page-contact__item:not(:first-child) input,
.c-page-contact__item textarea {
  background-color: #F5F5F5;
}

.c-page-contact__item .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item .wpcf7-form-control-wrap {
    width: calc(100% - 244px);
  }
}

.c-page-contact__item-flex .wpcf7-form-control-wrap {
  width: 100%;
}

.c-page-contact__item-flex {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item-flex {
    gap: 16px;
    width: calc(100% - 244px);
  }
}

.c-page-contact__item-input {
  width: 40% !important;
}
@media screen and (min-width: 768px) {
  .c-page-contact__item-input {
    width: 30% !important;
  }
}

.p-property-contact__btn,
.p-page-contact__btn {
  text-align: center;
  flex-direction: column;
}

.p-property-contact__btn .wpcf7-submit,
.p-page-contact__btn .wpcf7-submit,
.p-page-contact__btn input {
  line-height: 1;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #2CA1E9 !important;
  color: #fff;
  padding: 15px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin: 16px auto 0;
  max-width: 300px !important;
  width: 100%;
  border-radius: 999px !important;
  display: block !important;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-property-contact__btn .wpcf7-submit,
  .p-page-contact__btn .wpcf7-submit,
  .p-page-contact__btn input {
    margin: 32px auto 0;
    font-size: 1rem;
  }
}

.p-property-contact__btn .wpcf7-submit:hover,
.p-page-contact__btn .wpcf7-submit:hover,
.p-page-contact__btn-link:hover {
  opacity: 0.8;
}

.l-inner {
  max-width: 600px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 1900px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-property {
  position: relative;
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-property {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-property::before {
  content: "";
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 10% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 20%, 10% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-property::after {
  content: "";
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 82% 100%, 100% 82%);
          clip-path: polygon(100% 0%, 100% 100%, 82% 100%, 100% 82%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-property .l-inner {
  position: relative;
  z-index: 0;
}

.p-property__items {
  max-width: 600px;
  margin-inline: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 32px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-property__items {
    row-gap: 64px;
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property__items {
    max-width: 100%;
  }
}

.p-property__item {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-property__item {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (min-width: 1440px) {
  .p-property__item {
    width: calc((100% - 96px) / 3);
  }
}

.p-property__img {
  width: 100%;
}

.p-property__img img {
  max-height: 424px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-property__wrap {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-property__wrap {
    padding: 16px;
  }
}

.p-property__tag {
  display: inline-block;
  background-color: #2CA1E9;
  color: #fff;
  padding: 0px 10px 3px;
  border-radius: 50px;
}

.p-property__address {
  margin-top: 12px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-property__address {
    margin-top: 24px;
  }
}

.p-property__flex {
  display: flex;
}

.p-property__price-flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 12px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-property__price-flex {
    margin-top: 24px;
    gap: 16px;
  }
}

.p-property__price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
}

.p-property__price p {
  color: #bf2423;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-property__price p {
    font-size: 2rem;
  }
}

.p-property__span {
  color: #181818;
}

.p-property__oku {
  color: #bf2423;
}

.p-property__man {
  color: #bf2423;
}

.p-property__yield {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
}

.p-property__yield span {
  color: #181818;
}

.p-property__yield p {
  color: #bf2423;
  font-size: 1.25rem;
}
.p-property__bottom {
  margin-top: 8px;
  padding: 8px;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-property__bottom {
    margin-top: 16px;
    padding: 16px;
    gap: 16px;
  }
}

.p-property__bottom-item {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-property__bottom-item {
    gap: 16px;
  }
}

.p-property__bottom-item:not(:first-child) {
  margin-top: 15px;
}

.p-property__bottom-flex {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.p-property__bottom-span {
  width: 85px;
  flex-shrink: 0;
  text-align: center;
  display: inline-block;
  background-color: #2CA1E9;
  color: #fff;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-property__bottom-span {
    width: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .p-property__bottom-span {
    width: 90px;
  }
}

.p-property__bottom-address {
  margin: 0;
  line-height: 1.5;
}
.p-property__bottom-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .p-property__bottom-wrap {
    flex-direction: row;
    gap: 6px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-property__bottom-left {
    width: calc(50% - 3px);
  }
}

@media screen and (min-width: 1024px) {
  .p-property__bottom-right {
    width: calc(50% - 3px);
  }
}

a.prev.page-numbers,
a.next.page-numbers {
  display: none;
}

.p-property-single {
  margin-top: 150px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-property-single {
    margin-top: 200px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-property-single .l-inner {
    max-width: 87.5rem;
  }
}

.p-property-single__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-property-single__container {
    flex-direction: row;
    gap: 32px;
  }
}

.p-property-single__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-property-single__img {
    width: calc(50% - 16px);
  }
}

.p-property-single__img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 495px;
}

.p-property-single__wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-property-single__wrap {
    width: calc(50% - 16px);
  }
}

.p-property-single__text {
  border-top: solid 1px #2CA1E9;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-property-single__text {
    margin-top: 12px;
  }
}

.p-property-single__images {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-property-single__images {
    margin-top: 64px;
    gap: 16px;
  }
}

.p-property-single__image {
  position: relative;
  display: inline-block;
  width: calc((100% - 8px) / 2);
}
@media screen and (min-width: 768px) {
  .p-property-single__image {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .p-property-single__image {
    width: calc((100% - 48px) / 4);
  }
}

.p-property-single__image:first-child .p-property-single__zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("../images/property/zoom-icon.png") no-repeat center center;
  background-size: contain;
  pointer-events: none; /* アイコンがクリックを邪魔しないように */
}

.p-property-single__image img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 245px;
}

.p-property-details__table {
  background: #fff;
  margin-top: 24px;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-property-details__table {
    padding: 16px;
    margin-top: 48px;
  }
}

.p-property-details__table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-property-details__table table {
    margin-top: 16px;
  }
}

.p-property-details__table th,
.p-property-details__table td {
  padding: 12px;
  text-align: left;
}

.p-property-details__table th {
  color: #fff;
  font-weight: bold;
  width: 14%;
}

.p-property-details__table tr:nth-child(odd) th {
  background-color: #0099dd;
}

.p-property-details__table tr:nth-child(even) th {
  background-color: #2CA1E9;
}

.p-property-details__table td {
  background-color: #fff;
}

.p-property-details__table tr:nth-child(odd) td {
  background-color: #fafafa;
}

.p-property-details__table tr:nth-child(even) td {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-property-details__table tr:nth-child(n+4) td {
    width: 19%;
  }
}

/* GoogleMapボタン風 */
.map-btn {
  display: inline-block;
  background-color: #2CA1E9;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.9em;
  margin-left: 10px;
}

.p-property-details__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-property-details__pc {
    display: block;
  }
}

.p-property-details__sp {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-property-details__sp {
    display: none;
  }
}

.p-property-details__item {
  display: flex;
}

.p-property-details__label {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 160px;
  padding: 6px;
}

.p-property-details__value {
  display: block;
  width: calc(100% - 160px);
  padding: 6px;
}

.p-property-details__item:nth-child(even) .p-property-details__label {
  background-color: #0099dd;
}

.p-property-details__item:nth-child(even) .p-property-details__value {
  background-color: #fafafa;
}

.p-property-details__item:nth-child(odd) .p-property-details__label {
  background-color: #2CA1E9;
}

.p-property-contact {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-property-contact {
    padding: 120px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-property-contact .l-inner {
    max-width: 87.5rem;
  }
}

.p-property-contact::before {
  content: "";
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 50% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-property-contact__container {
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 32px 16px 50px;
}
@media screen and (min-width: 768px) {
  .p-property-contact__container {
    padding: 64px 32px 100px;
  }
}

.p-property-contact__form {
  margin-top: 16px;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-property-contact__form {
    margin-top: 32px;
  }
}

.p-property-contact__title {
  font-size: 1.25rem;
  text-align: center;
}

.p-property-contact__form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.p-property-intro {
  margin-top: 2.5rem;
  overflow: hidden;
}

.p-property-intro__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {

  .p-property-intro {
    margin-top: 0;
  }

  .p-property-intro__inner {
    flex-direction: row;
    gap: 0;
    padding-inline: 0;
  }
}

.p-property-intro__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-property-intro__img {
    width: 47vw;
    margin-left: calc((100vw - 100.625rem) / -2);
    flex-shrink: 0;
    max-height: 57.8125rem;
    overflow: hidden;
  }
}

.p-property-intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 620/825;
}

.p-property-intro__container {
  max-width: 37.5rem;
  margin-inline: auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-property-intro__container {
    position: relative;
    max-width: 71.25rem;
    padding: 8rem 0rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-property-intro__container-top {
    padding: 0rem 8.125rem;
  }
}

.p-property-intro__lead {
  margin-top: 16px;
  display: flex;
  gap: 9px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-property-intro__lead {
    margin-top: 32px;
    gap: 18px;
  }
}

.p-property-intro__lead::before {
  content: "";
  background-color: #2CA1E9;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-property-intro__lead-img {
  width: 70px;
}

.p-property-intro__lead-img img {
  aspect-ratio: 1/1;
}

.p-property-intro__lead-text {
  font-size: 1rem;
  padding-bottom: 12px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .p-property-intro__lead-text {
    font-size: 1.125rem;
    padding-bottom: 24px;
  }
}

.p-property-intro__wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-property-intro__wrap {
    flex-direction: row;
    align-items: flex-end;
    gap: 18px;
    margin-top: 3rem;
    padding-right: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-property-intro__wrap-img {
    width: 60%;
    position: absolute;
    width: 43%;
    bottom: 20px;
    left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-property-intro__wrap-img {
    left: -28px;
  }
}
@media screen and (min-width: 1440px) {
  .p-property-intro__wrap-img {
    left: -40px;
  }
}

.p-property-intro__wrap-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-property-intro__wrap-text {
    font-size: 1rem;
    margin-left: auto;
    width: 55%;
  }
}

.p-property-intro__wrap-span {
  display: block;
  color: #2CA1E9;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-property-intro__wrap-span {
    font-size: 1.125rem;
  }
}

.p-property-intro__bg {
  background-color: #F5F5F5;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .p-property-intro__bg {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.p-property-intro__faq {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-property-intro__faq {
    margin-top: 100px;
  }
}

.p-property-intro-archive {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-property-intro-archive .l-inner {
    margin-inline: auto;
    max-width: 90.625rem;
  }
}

.p-property-intro-archive__items {
  margin-top: 16px;
  grid-gap: 1.25rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-property-intro-archive__items {
    margin-top: 32px;
  }
}

.p-property-intro-archive__items .swiper-slide {
  display: flex;
  flex-direction: column;
}

.p-property-intro-archive__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 37.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-property-intro-archive__flex {
    max-width: 90.625rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 64px;
    gap: 12px;
  }
}

.page-numbers {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #2CA1E9;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.page-numbers.current {
  background-color: #2CA1E9;
  color: #fff;
}

.p-property-intro-faq .l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-property-intro-faq .l-inner {
    max-width: 90.625rem;
  }
}

.p-property-intro-faq__flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-property-intro-faq__flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.p-property-intro-faq__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-property-intro-faq__items {
    margin-top: 32px;
    gap: 12px;
  }
}

.p-property-intro-faq__item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-property-intro-faq__item {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-property-intro-faq__item {
    width: calc((100% - 24px) / 3);
  }
}

.p-property-intro-faq__btn {
  padding: 10px;
  background-color: #fff;
}

.p-page-contact {
  position: relative;
  padding: 50px 16px;
}
@media screen and (min-width: 768px) {
  .p-page-contact {
    padding: 100px 32px;
  }
}

.p-page-contact::before {
  content: "";
  background-color: #F5F5F5;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-page-contact__container {
  margin-top: 32px;
  max-width: 1000px;
  margin-inline: auto;
  background-color: #fff;
  padding: 50px 16px;
  border-radius: 16px;
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-page-contact__container {
    margin-top: 64px;
    margin-left: auto;
    padding: 100px 32px;
  }
}

.p-page-contact__lead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
}

.p-page-contact__lead-link {
  color: #2CA1E9;
  border-bottom: solid 1px #2CA1E9;
}

.p-page-contact__form {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 0;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-contact__form {
    margin-top: 100px;
  }
}

.p-page-contact__steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p-page-contact__steps::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F5F5F5;
  z-index: -1;
}

.p-page-contact__step {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #F5F5F5;
  background-color: #fff;
  color: #2CA1E9;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-page-contact__step {
    width: 120px;
    height: 120px;
  }
}

.p-page-contact__step.is-current {
  background-color: #2CA1E9;
  color: #fff;
  border-color: #2CA1E9;
}

.p-page-contact__step.is-current .p-page-contact__step-number,
.p-page-contact__step.is-current .p-page-contact__step-label {
  color: #fff;
}

.p-page-contact__step-number {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact__step-number {
    font-size: 0.75rem;
  }
}

.p-page-contact__step-label {
  display: block;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-page-contact__step-label {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.p-page-contact__flex-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}
@media screen and (min-width: 600px) {
  .p-page-contact__flex-wrap {
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-contact__flex-wrap {
    gap: 24px;
    width: calc(100% - 244px);
  }
}

.p-page-contact__flex-wrap select {
  border: solid 2px #F5F5F5;
  border-radius: 999px;
  margin-top: 0;
}

.p-page-contact__flex {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-page-contact__flex {
    gap: 12px;
    width: 30%;
  }
}

.p-page-contact__flex--confirm {
  width: 23%;
}
@media screen and (min-width: 768px) {
  .p-page-contact__flex--confirm {
    width: 13%;
  }
}

.p-page-contact__flex-unit {
  width: 45px;
}
@media screen and (min-width: 768px) {
  .p-page-contact__flex-unit {
    width: 100px;
  }
}

.p-page-contact__flex .wpcf7-form-control-wrap {
  width: 100%;
}

.p-page-contact__chk-wrap .wpcf7-form-control-wrap {
  width: 100% !important;
}

.p-page-contact__chk-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-contact__chk-wrap {
    width: calc(100% - 244px);
  }
}

.p-page-contact__chk-wrap--agree {
  width: 100%;
}

.p-page-contact__chk-checkboxes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-page-contact__chk-checkboxes {
    flex-direction: row;
    gap: 12px;
  }
}

.p-page-contact__chk-checkboxes--agree {
  max-width: 480px;
  width: 100%;
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .p-page-contact__chk-checkboxes--agree {
    margin: 32px auto 0;
  }
}

.c-page-contact__item.p-property-contact__btn .wpcf7-spinner,
.c-page-contact__item.p-page-contact__btn .wpcf7-spinner {
  display: none !important;
}

.p-page-contact__chk-wrap--agree .wpcf7-form-control-wrap {
  max-width: 480px;
  width: 100%;
  margin-inline: auto;
}

.p-page-contact__chk-checkboxes .wpcf7-list-item {
  border: 2px solid #F5F5F5;
  border-radius: 999px;
  padding: 15px;
  cursor: pointer;
  font-size: 0.875rem;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
  margin: 0;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-page-contact__chk-checkboxes .wpcf7-list-item {
    width: calc((100% - 12px) / 2);
    font-size: 1rem;
  }
}

.p-page-contact__chk-checkboxes--agree .wpcf7-list-item {
  width: 100%;
  display: flex;
  justify-content: center;
}

.p-page-contact__chk-checkboxes .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.p-page-contact__chk-checkboxes [type=checkbox] + span::before {
  border: solid 1px #dddddd;
  background-color: #F5F5F5;
  width: 15px;
  height: 15px;
}

.p-page-contact__chk-checkboxes input[type=checkbox] {
  display: none;
}

.p-page-contact [type=checkbox] + span {
  margin: 0;
}

.p-page-contact__form .wpcf7 form .wpcf7-response-output {
  display: none;
}

.p-page-thanks {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-page-thanks {
    margin-top: 64px;
  }
}

.p-page-thanks__text {
  text-align: center;
  font-size: 1.25rem;
}/*# sourceMappingURL=styles.css.map */