/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  line-height: 1.15;
  /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  clear: both;
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }

  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }

  to {
    translate: 0 0;
    opacity: 1;
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

body {
  overflow-x: clip;
  background-color: #ffffff;
  color: #262626;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

body::-webkit-scrollbar {
  display: none;
}

body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.625rem;
  background: #ffffff;
}

.l-main {
  -webkit-padding-before: 4.625rem;
  position: relative;
  padding-block-start: 4.625rem;
  overflow: clip;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 39.25rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 0.875rem;
}

.l-inner.-narrow {
  max-width: 39.25rem;
  padding: 0 0.875rem;
}

.l-container {
  padding-block: 2.5rem 3.75rem;
}

.l-container__inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  gap: 3.9375rem;
}

.l-container__main {
  flex-grow: 1;
  width: 100%;
}

.l-container__aside {
  -webkit-padding-after: 0rem;
  width: 100%;
  padding-block-end: 0rem;
}

.c-hamburger {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 4.625rem;
  height: 4.625rem;
  background: #262626;
  transition: all 0.3s ease-out;
}

.c-hamburger__line {
  position: relative;
  width: 1.75rem;
  height: 0.0625rem;
  background: #ffffff;
}

.c-hamburger__line::before,
.c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}

.c-hamburger__line::before {
  top: -0.625rem;
}

.c-hamburger__line::after {
  bottom: -0.625rem;
}

.c-hamburger.is_open .c-hamburger__line {
  background: transparent;
}

.c-hamburger.is_open .c-hamburger__line::before {
  top: 0rem;
  rotate: 45deg;
}

.c-hamburger.is_open .c-hamburger__line::after {
  bottom: 0rem;
  rotate: -45deg;
}

.c-faq-link {
  -webkit-padding-start: 1.8125rem;
  display: inline-block;
  position: relative;
  margin-block: calc((1em - 1lh) / 2);
  padding-inline-start: 1.8125rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.c-faq-link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_help.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #262626;
  content: "";
  mask-image: url(../img/icon_help.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-faq-link:focus {
  outline: none;
}

.c-faq-link:focus-visible {
  outline: none;
  opacity: 0.4;
}

.c-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: opacity 0.3s ease-out;
}

.c-tel__number {
  -webkit-padding-start: 2.0625rem;
  position: relative;
  padding-inline-start: 2.0625rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Sofia Sans Condensed", sans-serif;
  text-align: center;
}

.c-tel__number::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_tel.svg);
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background: #262626;
  content: "";
  mask-image: url(../img/icon_tel.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-tel__text {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-tel.-mini {
  gap: 0;
}

.c-tel.-mini .c-tel__number {
  -webkit-margin-before: 0.1875rem;
  -webkit-padding-start: 1.25rem;
  margin-block-start: 0.1875rem;
  padding-inline-start: 1.25rem;
  font-size: 1.375rem;
}

.c-tel.-mini .c-tel__number::before {
  top: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
}

.c-tel.-mini .c-tel__text {
  font-size: 0.5rem;
}

.c-tel:focus {
  outline: none;
}

.c-tel:focus-visible {
  outline: none;
  opacity: 0.4;
}

.c-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.c-heading__en {
  font-size: 3.375rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
}

.c-heading__main {
  color: #93bdd2;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-heading.-small .c-heading__en {
  font-size: 3.125rem;
}

.c-heading.-small .c-heading__main {
  font-size: 1.125rem;
}

.c-button {
  position: relative;
  padding: 0.9375rem 4.125rem 0.9375rem 1.8125rem;
  border: 0.0625rem solid #262626;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.c-button::before {
  display: block;
  position: absolute;
  top: 45%;
  right: 1.875rem;
  width: 0.5rem;
  height: 0.5rem;
  rotate: -45deg;
  border-right: 0.0625rem solid #262626;
  border-bottom: 0.0625rem solid #262626;
  content: "";
  transition: right 0.3s ease-out;
}

.c-button.-reverse {
  padding-inline: 4rem 2.375rem;
  font-weight: 500;
}

.c-button.-reverse::before {
  display: block;
  position: absolute;
  right: unset;
  left: 2.5625rem;
  rotate: 135deg;
  content: "";
  transition: left 0.3s ease-out;
}

.c-button:focus {
  outline: none;
}

.c-button:focus-visible {
  outline: none;
}

.c-button:focus-visible::before {
  right: 1.25rem;
}

.c-button.-reverse:focus {
  outline: none;
}

.c-button.-reverse:focus-visible {
  outline: none;
}

.c-button.-reverse:focus-visible::before {
  left: 1.875rem;
}

.c-form-privacy {
  display: inline-block;
}

.c-form-privacy__input {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  overflow: hidden;
  opacity: 0;
}

.c-form-privacy__input:focus {
  outline: none;
}

.c-form-privacy__text {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-form-privacy__text:focus {
  outline: none;
  opacity: 0.7;
}

.c-form-privacy__text::before,
.c-form-privacy__text::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
}

.c-form-privacy__text::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 0.1875rem;
  background: #f8f8f8;
}

.c-form-privacy__text::after {
  top: 0.5625rem;
  left: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  rotate: 50deg;
  border-right: 0.1875rem solid #93bdd2;
  border-bottom: 0.1875rem solid #93bdd2;
  opacity: 0;
}

.c-form-privacy__link {
  color: #93bdd2;
  text-decoration: underline;
}

.c-form-privacy__link:focus {
  outline: none;
  opacity: 0.7;
}

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

.c-form-privacy__input:checked ~ .wpcf7-list-item-label .c-form-privacy__text::after {
  opacity: 1;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text {
  opacity: 0.7;
}

.c-form-privacy__input:focus-visible + .wpcf7-list-item-label .c-form-privacy__text::before {
  border-color: #93bdd2;
  outline: none;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.375rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.c-form-text::-webkit-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-text:-ms-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-text::-ms-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-text::placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-text:focus,
.c-form-text:active {
  border: 0.0625rem solid #93bdd2;
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 14.625rem;
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  font-size: 1rem;
  resize: none;
  transition: all 0.3s ease;
}

.c-form-textarea::-webkit-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-textarea:-ms-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-textarea::-ms-input-placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-textarea::placeholder {
  color: #262626;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.3;
}

.c-form-textarea:focus,
.c-form-textarea:active {
  border: 0.0625rem solid #93bdd2;
  outline: none;
}

.p-header {
  width: 100%;
}

.p-header__inner {
  width: 100%;
  padding-inline: 0.875rem 0;
}

.p-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: opacity 0.3s ease-out;
}

.p-header__logoImage {
  width: 4.3125rem;
}

.p-header__logoCatch {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.36;
  letter-spacing: 0.02em;
}

.p-header__logoLicense {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.p-header__hamburger {
  flex-shrink: 0;
}

.p-header__ctaWrapper {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.p-header__buttons {
  display: flex;
  gap: 0.625rem;
}

.p-header__buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.625rem;
  gap: 0.5625rem;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-out;
}

.p-header__buttonImage {
  flex-shrink: 0;
  width: 1.75rem;
}

.p-header__nav {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-header__list {
  -ms-grid-columns: (1fr)[4];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-header__item {
  display: block;
}

.p-header__item:not(:last-child) {
  border-right: 0.0625rem solid #ffffff;
}

.p-header__link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 4.9375rem;
  background: #f0f2f3;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  transition: background 0.3s ease-out;
}

.p-header__buttonLink.-line {
  width: 9.25rem;
  background: #06c755;
}

.p-header__buttonLink.-mail {
  width: 11.875rem;
  background: #262626;
}

.p-header__logo:focus {
  outline: none;
}

.p-header__logo:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-header__buttonLink.-line:focus {
  outline: none;
}

.p-header__buttonLink.-line:focus-visible {
  outline: none;
  background: #00ae47;
}

.p-header__buttonLink.-mail:focus {
  outline: none;
}

.p-header__buttonLink.-mail:focus-visible {
  outline: none;
  background: #555555;
}

.p-header__link:focus {
  outline: none;
}

.p-header__link:focus-visible {
  outline: none;
  background: #e2e4e5;
}

.p-drawer {
  z-index: 101;
  position: fixed;
  top: 4.625rem;
  right: -101vw;
  width: 100%;
  height: calc(100dvh - 4.625rem);
  padding-block: 2.25rem 3.6875rem;
  overflow: scroll;
  background: #ffffff;
  transition: right 0.3s ease-out;
}

.p-drawer__inner {
  height: 100%;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  width: 17.125rem;
  margin-inline: auto;
  border-top: 0.0625rem solid rgba(38, 38, 38, 0.2);
}

.p-drawer__item {
  display: block;
}

.p-drawer__link {
  display: block;
  width: 100%;
  padding-block: 1.6875rem 1.625rem;
  border-bottom: 0.0625rem solid rgba(38, 38, 38, 0.2);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: center;
  transition: opacity 0.3s ease-out;
}

.p-drawer__cta {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}

.p-drawer__faq {
  text-align: center;
}

.p-drawer__Tel {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
}

.p-drawer__buttons {
  -webkit-margin-before: 1.625rem;
  display: flex;
  flex-direction: column;
  width: 17.125rem;
  margin-inline: auto;
  margin-block-start: 1.625rem;
  gap: 0.625rem;
}

.p-drawer__buttonLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  padding: 0.625rem;
  gap: 0.625rem;
  border-radius: 0.125rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-out;
}

.p-drawer__buttonImage {
  flex-shrink: 0;
  width: 1.75rem;
}

.p-drawer__buttonLink.-line {
  background: #06c755;
}

.p-drawer__buttonLink.-mail {
  background: #262626;
}

.p-drawer__buttonLink.-line:focus {
  outline: none;
}

.p-drawer__buttonLink.-line:focus-visible {
  outline: none;
  background: #00ae47;
}

.p-drawer__buttonLink.-mail:focus {
  outline: none;
}

.p-drawer__buttonLink.-mail:focus-visible {
  outline: none;
  background: #555555;
}

.p-drawer__link:focus {
  outline: none;
}

.p-drawer__link:focus-visible {
  outline: none;
  opacity: 0.4;
}

.js_drawer.is_open {
  right: 0;
}

.p-top-fv {
  position: relative;
}

.p-top-fv__content {
  display: flex;
  position: relative;
  padding-block: 3.375rem 3.3125rem;
}

.p-top-fv__textArea {
  z-index: 2;
  position: relative;
  flex-shrink: 0;
  padding: 5.5rem 3.4375rem;
  translate: -3.4375rem;
  background: #ffffff;
}

.p-top-fv__catch {
  flex-shrink: 0;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
}

.p-top-fv__catch span {
  color: #93bdd2;
}

.p-top-fv__lead {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-top-fv__lead span.-mini {
  font-size: 1.25rem;
}

.p-top-fv__lead span.-spacing {
  letter-spacing: -0.26em;
}

.p-top-fv__lead span.-color {
  color: #93bdd2;
}

.p-top-fv__textWrapper {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.9375rem;
  gap: 1.0625rem;
}

.p-top-fv__text {
  font-size: 0.8125rem;
  line-height: 1.9;
}

.p-top-fv__imageArea {
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  width: calc(100vw - 39.375rem);
  max-height: 56.25rem;
  overflow: hidden;
}

.p-top-fv__image img {
  aspect-ratio: 810/725;
}

.p-top-fv__scrolldown-text {
  position: absolute;
  bottom: 7.4375rem;
  left: calc(50% - 43.875rem);
  rotate: 90deg;
  color: #262626;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.p-top-fv__scrolldown-bar {
  position: absolute;
  bottom: 1.875rem;
  left: calc(50% - 42.5625rem);
  width: 0.0625rem;
  height: 4.125rem;
  overflow: hidden;
  background: #262626;
}

.p-top-fv__scrolldown-bar-active {
  -webkit-animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0;
  background: #ffffff;
  animation: scrollDown 2.5s cubic-bezier(1, 0, 0, 1) 0s infinite normal none;
}

@-webkit-keyframes scrollDown {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    top: 0;
    height: 4.125rem;
    opacity: 1;
  }

  95% {
    top: 4.125rem;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 4.125rem;
    height: 0;
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 0;
    height: 0;
    opacity: 1;
  }

  50% {
    top: 0;
    height: 4.125rem;
    opacity: 1;
  }

  95% {
    top: 4.125rem;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 4.125rem;
    height: 0;
    opacity: 0;
  }
}

.p-top-rent {
  -webkit-padding-before: 2.8125rem;
  padding-block-start: 2.8125rem;
}

.p-top-rent__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-rent__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.p-top-rent__link {
  transition: opacity 0.3s ease-out;
}

.p-top-rent__link:focus {
  outline: none;
}

.p-top-rent__link:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-top-buy {
  -webkit-padding-before: 2.6875rem;
  padding-block-start: 2.6875rem;
}

.p-top-buy__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.375rem;
}

.p-top-buy__lead {
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}

.p-top-buy__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-buy__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.625rem;
}

.p-top-buy__item {
  width: calc((100% - 7.875rem) / 4);
}

.p-top-buy__button {
  -webkit-margin-before: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 3.125rem;
}

.p-media {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}

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

.p-media__main {
  width: 100%;
}

.p-media__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.9;
}

.p-media__list {
  -webkit-margin-before: 0.625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.625rem;
  gap: 0.625rem;
}

.p-media__item {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
}

.p-media__label {
  -webkit-margin-before: 0.1875rem;
  flex-shrink: 0;
  margin-block-start: 0.1875rem;
  padding: 0.1875rem 0.625rem;
  background: #93bdd2;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-media__text {
  flex-grow: 1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.9;
}

.p-media__access {
  -webkit-box-orient: vertical;
  -webkit-margin-before: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.625rem;
  overflow: hidden;
  overflow: hidden;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.9;
}

.p-media__more {
  -webkit-margin-before: 1.4375rem;
  display: inline-block;
  position: relative;
  margin-block-start: 1.4375rem;
  padding: 0.375rem 1.375rem 0.3125rem 0rem;
  border-bottom: 0.0625rem solid #262626;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-media__more::before {
  display: block;
  position: absolute;
  top: 0.875rem;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  rotate: -45deg;
  border-right: 0.0625rem solid #262626;
  border-bottom: 0.0625rem solid #262626;
  content: "";
  transition: right 0.3s ease-out;
}

.p-media__image {
  overflow: hidden;
}

.p-media__image img {
  aspect-ratio: 269/340;
  transition: scale 0.3s ease-out;
}

.p-media:focus {
  outline: none;
}

.p-media:focus-visible {
  outline: none;
}

.p-media:focus-visible .p-media__more::before {
  right: -0.625rem;
}

.p-media:focus-visible .p-media__image img {
  scale: 1.1;
}

.p-swiper__swiper-container,
.p-swiper__swiper,
.p-swiper__swiper-wrapper,
.p-swiper__swiper-slide {
  position: relative;
}

.p-swiper__swiper-container {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.p-swiper__swiper-slide {
  width: 16.8125rem;
}

.p-swiper__swiper-container .swiper-button-prev,
.p-swiper__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}

.p-swiper__swiper-container .swiper-button-prev::after,
.p-swiper__swiper-container .swiper-button-next::after {
  content: "";
}

.p-swiper__swiper-container .swiper-button-prev,
.p-swiper__swiper-container .swiper-button-next {
  position: absolute;
  top: 9.4375rem;
  width: 2.375rem;
  height: 2.375rem;
  background: #262626;
}

.p-swiper__swiper-container .swiper-button-prev::before,
.p-swiper__swiper-container .swiper-button-next::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: -50% -50%;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
}

.p-swiper__swiper-container .swiper-button-prev {
  left: calc(50% - 11.375rem);
}

.p-swiper__swiper-container .swiper-button-prev::before {
  rotate: 135deg;
}

.p-swiper__swiper-container .swiper-button-next {
  right: calc(50% - 11.375rem);
}

.p-swiper__swiper-container .swiper-button-next::before {
  rotate: -45deg;
}

.p-top-index {
  -webkit-padding-before: 5.1875rem;
  padding-block-start: 5.1875rem;
}

.p-top-index__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.p-top-index__item {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0.75rem;
  gap: 1.5rem;
  background: #f2f9fc;
}

.p-top-index__link {
  position: relative;
}

.p-top-index__title {
  z-index: 3;
  position: absolute;
  top: 0.9375rem;
  left: 1.3125rem;
  color: #ffffff;
  font-weight: 800;
  font-size: 1.3125rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-shadow: 0 0 1.25rem #4e778c;
}

.p-top-index__image {
  position: relative;
  overflow: hidden;
}

.p-top-index__image::before {
  display: block;
  z-index: 2;
  position: absolute;
  inset: 0;
  background: url(../img/sp/p-top-index_effect.webp) no-repeat top left/cover;
  content: "";
  mix-blend-mode: multiply;
}

.p-top-index__image img {
  z-index: 1;
  position: relative;
  aspect-ratio: 337/171;
  transition: scale 0.3s ease-out;
}

.p-top-index__label {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #262626;
}

.p-top-index__label::before {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-right: 0.0625rem solid #ffffff;
  border-bottom: 0.0625rem solid #ffffff;
  content: "";
  transition: right 0.3s ease-out;
}

.p-top-index__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.125rem;
}

.p-top-index__link:focus {
  outline: none;
}

.p-top-index__link:focus-visible {
  outline: none;
}

.p-top-index__link:focus-visible .p-top-index__image img {
  scale: 1.1;
}

.p-top-column {
  z-index: 1;
  position: relative;
  padding-block: 5.1875rem 4.75rem;
  background: #ffffff;
}

.p-top-column__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-column__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-top-column__item {
  width: 100%;
}

.p-top-column__button {
  -webkit-margin-before: 3.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 3.125rem;
}

.p-card {
  -webkit-padding-after: 2rem;
  display: flex;
  flex-direction: column-reverse;
  padding-block-end: 2rem;
  border-bottom: 0.0625rem solid rgba(38, 38, 38, 0.2);
}

.p-card__textArea {
  -webkit-margin-before: 1.625rem;
  margin-block-start: 1.625rem;
}

.p-card__meta {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.p-card__category {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  background: #93bdd2;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-card__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.p-card__title {
  -webkit-margin-before: 0.625rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-block-start: 0.625rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
}

.p-card__imageArea {
  flex-shrink: 0;
  width: 100%;
}

.p-card__image {
  overflow: hidden;
}

.p-card__image img {
  aspect-ratio: 362/224;
  transition: scale 0.3s ease-out;
}

.p-card:focus {
  outline: none;
}

.p-card:focus-visible {
  outline: none;
}

.p-card:focus-visible .p-card__image img {
  scale: 1.1;
}

.p-top-reason {
  padding-block: 3.875rem 4.5rem;
  background: #fcf7f2;
}

.p-top-reason__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-reason__list {
  display: flex;
  flex-direction: column;
  gap: 2.6875rem;
}

.p-top-reason__item {
  display: flex;
  flex-direction: column-reverse;
}

.p-top-reason__textArea {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-top-reason__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.p-top-reason__number {
  color: #93bdd2;
  font-size: 2.125rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
}

.p-top-reason__title {
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.9;
  text-align: center;
}

.p-top-reason__text {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
  line-height: 1.9;
}

.p-top-reason__image img {
  aspect-ratio: 362/230;
}

.p-cta {
  padding-block: 2.5rem 3.125rem;
  background: url(../img/sp/p-cta_bg.webp) no-repeat top center/cover;
}

.p-cta__heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.35);
}

.p-cta__content {
  -webkit-margin-before: 1.9375rem;
  max-width: 21.5rem;
  margin-inline: auto;
  margin-block-start: 1.9375rem;
}

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

.p-cta__link {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 8rem;
  overflow: hidden;
  background: #ffffff;
}

.p-cta__link::before,
.p-cta__link::after {
  display: block;
  position: absolute;
  content: "";
}

.p-cta__link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  z-index: 3;
  top: 50%;
  right: 0.625rem;
  width: 0.5rem;
  height: 1.1875rem;
  translate: 0 -50%;
  background: #ffffff;
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-cta__link::after {
  inset: 0;
  translate: 19.4375rem;
  background: #93bdd2;
  transition: translate 0.3s ease-out;
}

.p-cta__itemInner {
  -webkit-padding-end: 1.5rem;
  z-index: 2;
  position: relative;
  padding-inline-end: 1.5rem;
}

.p-cta__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  transition: color 0.3s ease-out;
}

.p-cta__image {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  margin-inline: auto;
  text-align: center;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.p-cta__tel {
  -webkit-margin-start: -0.1875rem;
  -webkit-padding-start: 2.25rem;
  position: relative;
  margin-inline-start: -0.1875rem;
  padding-inline-start: 2.25rem;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
  transition: color 0.3s ease-out;
}

.p-cta__tel::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_tel-line.svg);
  display: block;
  position: absolute;
  left: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #262626;
  content: "";
  mask-image: url(../img/icon_tel-line.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.p-cta__note {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.6;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}

.p-cta__link.-line .p-cta__image {
  -webkit-margin-before: 0.4375rem;
  -webkit-mask-image: url(../img/icon_line-color.svg);
  width: 3rem;
  height: 3rem;
  margin-block-start: 0.4375rem;
  background: #06c755;
  mask-image: url(../img/icon_line-color.svg);
}

.p-cta__link.-tel .p-cta__tel {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}

.p-cta__link.-mail .p-cta__image {
  -webkit-margin-before: 1.375rem;
  -webkit-mask-image: url(../img/icon_mail-line.svg);
  width: 3.125rem;
  height: 2.5rem;
  margin-block-start: 1.375rem;
  translate: 0 -0.625rem;
  background: #262626;
  mask-image: url(../img/icon_mail-line.svg);
}

.p-cta__link:focus {
  outline: none;
}

.p-cta__link:focus-visible {
  outline: none;
}

.p-cta__link:focus-visible::after {
  translate: 0;
}

.p-cta__link:focus-visible .p-cta__title {
  color: #ffffff;
}

.p-cta__link:focus-visible .p-cta__tel {
  color: #ffffff;
}

.p-cta__link:focus-visible .p-cta__tel::before {
  background: #ffffff;
}

.p-cta__link:focus-visible .p-cta__note {
  color: #ffffff;
  opacity: 1;
}

.p-cta__link:focus-visible .p-cta__image {
  background: #ffffff;
}

.p-top-company {
  -webkit-padding-before: 3.75rem;
  padding-block-start: 3.75rem;
}

.p-top-company__heading {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

.p-top-company__image img {
  aspect-ratio: 362/190;
  width: 100%;
}

.p-top-company__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-company__table {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-top-company__table tbody {
  display: contents;
}

.p-top-company__tableRow {
  -webkit-padding-after: 1rem;
  display: flex;
  flex-direction: column;
  padding-block-end: 1rem;
  gap: 0.0625rem;
  border-bottom: 0.125rem solid rgba(38, 38, 38, 0.1);
}

.p-top-company__tableHead {
  color: #93bdd2;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-top-company__tableData {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-top-company__map {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
}

.p-top-company__map iframe {
  aspect-ratio: 362/269;
  width: 100%;
}

.p-top-area {
  padding-block: 3.8125rem 4.6875rem;
}

.p-top-area__content {
  -webkit-margin-before: 1.375rem;
  margin-block-start: 1.375rem;
}

.p-top-area__list {
  display: flex;
  flex-direction: column;
  gap: 1.4375rem;
}

.p-top-area__note {
  -webkit-margin-before: 0.625rem;
  display: block;
  margin-block-start: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.p-top-message {
  padding-block: 3.6875rem 8rem;
  background: url(../img/sp/p-top-message_bg.webp) no-repeat bottom center/cover;
}

.p-top-message__main {
  display: flex;
  flex-direction: column;
}

.p-top-message__textArea {
  display: contents;
}

.p-top-message__heading {
  order: 1;
}

.p-top-message__textWrapper {
  -webkit-margin-before: 1.375rem;
  display: flex;
  flex-direction: column;
  order: 3;
  margin-block-start: 1.375rem;
  gap: 1.375rem;
}

.p-top-message__text {
  font-size: 1rem;
  line-height: 1.91;
}

.p-top-message__imageArea {
  -webkit-margin-before: 1.375rem;
  order: 2;
  margin-block-start: 1.375rem;
}

.p-top-message__image {
  width: 100%;
}

.p-top-message__image img {
  aspect-ratio: 362/450;
}

.p-top-message__caption {
  -webkit-margin-before: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0.875rem;
  gap: 0.8125rem;
}

.p-top-message__position {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.9;
}

.p-top-message__name {
  font-size: 1.25rem;
  line-height: 1.9;
}

.p-top-message__foot {
  -webkit-margin-before: 2.375rem;
  margin-block-start: 2.375rem;
}

.p-top-message__link {
  display: block;
  position: relative;
}

.p-top-message__footImage {
  overflow: hidden;
}

.p-top-message__footImage img {
  aspect-ratio: 362/150;
  transition: scale 0.3s ease-out;
}

.p-top-message__footTitle {
  display: flex;
  position: absolute;
  top: 1.875rem;
  left: 2.375rem;
  flex-direction: column;
  gap: 0.375rem;
}

.p-top-message__footEn {
  color: #ffffff;
  font-size: 3.125rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
}

.p-top-message__footJp {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-top-message__label {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #ffffff;
}

.p-top-message__label::before {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.875rem;
  width: 0.4375rem;
  height: 0.4375rem;
  rotate: -45deg;
  border-right: 0.0625rem solid #262626;
  border-bottom: 0.0625rem solid #262626;
  content: "";
  transition: right 0.3s ease-out;
}

.p-top-message__link:focus {
  outline: none;
}

.p-top-message__link:focus-visible {
  outline: none;
}

.p-top-message__link:focus-visible .p-top-message__footImage img {
  scale: 1.1;
}

.p-top-contact {
  padding-block: 3.75rem 3.5625rem;
}

.p-top-contact__content {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 1.5625rem;
  margin-block-start: 1.5625rem;
  text-align: center;
}

.p-form__buttonWrapper {
  -webkit-margin-before: 1.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 1.625rem;
}

.p-form__button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 17.375rem;
  height: 3.875rem;
  background: #93bdd2;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
  transition: background 0.3s ease-out;
}

.p-form__button:focus {
  outline: none;
}

.p-form__button:focus-visible {
  outline: none;
  background: #769eb2;
}

.p-form__recaptcha {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}

.p-form__recaptcha a {
  color: #93bdd2;
  transition: opacity 0.3s ease-out;
}

.p-form__recaptcha a:focus {
  outline: none;
}

.p-form__recaptcha a:focus-visible {
  outline: none;
  opacity: 0.6;
}

.grecaptcha-badge {
  visibility: hidden;
}

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

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.25rem;
  margin: 0;
  margin-block-start: 0.25rem;
  padding: 0;
  border: none !important;
  color: #d58e8f;
  font-weight: 600;
  font-size: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  -webkit-margin-before: 0.25rem;
  margin: 0 !important;
  margin-block-start: 0.25rem;
  padding: 0 !important;
  border: none !important;
  color: #d58e8f !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.9375rem;
}

.p-form-item__body {
  flex-grow: 1;
}

.p-form-item.-radio {
  -webkit-margin-after: -0.3125rem;
  margin-block-end: -0.3125rem;
  gap: 0.5625rem;
}

.p-form-item.-radio .p-form-item__head {
  -webkit-padding-before: 0rem;
  padding-block-start: 0rem;
}

.p-form-item.-property {
  gap: 2.125rem;
}

.p-form-item.-property .p-form-item__head {
  width: 14.375rem;
}

.p-form-head {
  display: flex;
  position: relative;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.7;
}

.p-form-head__label {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.3125rem 0.375rem;
  border-radius: 0.25rem;
  background: #8e8e8e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.03em;
}

.p-form-head__label.-required {
  background: #93bdd2;
}

.p-form-head__text {
  position: absolute;
  top: 2.5rem;
  left: 0;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-form-radios .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-form-radios .wpcf7-radio input[type=radio] {
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5625rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  transition: all 0.3s ease-out;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus {
  outline: none;
  opacity: 0.7;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label:focus::before {
  border: 0.0625rem solid #93bdd2;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before,
.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  content: "";
  transition: all 0.3s ease-out;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label::before {
  left: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  background: #f8f8f8;
}

.p-form-radios .wpcf7-radio .wpcf7-list-item-label::after {
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #93bdd2;
  opacity: 0;
}

.p-form-radios input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label {
  opacity: 1;
}

.p-form-radios input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  border-color: #93bdd2;
}

.p-form-radios.-main .wpcf7-radio {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem 1.375rem;
}

.p-form-radios.-main .wpcf7-radio .wpcf7-list-item-label::before {
  border-radius: 0.1875rem;
}

.p-form-radios.-property .wpcf7-radio {
  gap: 0.5625rem;
}

.p-footer {
  padding-block: 1.625rem 5.9375rem;
  background: #eee;
}

.p-footer__content {
  -ms-grid-rows: auto 0.6875rem auto;
  -ms-grid-columns: 5.875rem 1.0625rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 5.875rem 1fr;
  grid-template-areas: "logo text" "copy copy";
  align-items: center;
  max-width: 20.25rem;
  margin-inline: auto;
  gap: 0.6875rem 1.0625rem;
}

.p-footer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
  transition: opacity 0.3s ease-out;
}

.p-footer__image {
  width: 5.875rem;
}

.p-footer__textArea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
  flex-grow: 1;
}

.p-footer__address {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: text;
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-footer__company {
  -webkit-margin-before: 0.1875rem;
  margin-block-start: 0.1875rem;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.8;
}

.p-footer__copy {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: copy;
  text-align: center;
}

.p-footer__copyText {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
}

.p-footer__logo:focus {
  outline: none;
}

.p-footer__logo:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-footer-button {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fcf7f2;
}

.p-footer-button__list {
  display: flex;
}

.p-footer-button__item {
  display: block;
  width: 100%;
  padding: 0.375rem 0.625rem;
}

.p-footer-button__item:first-child {
  -webkit-padding-end: 0.3125rem;
  padding-inline-end: 0.3125rem;
}

.p-footer-button__item:first-child .p-footer-button__link {
  background: #06c755;
}

.p-footer-button__item:first-child .p-footer-button__link .p-footer-button__text {
  color: #ffffff;
}

.p-footer-button__item:last-child {
  -webkit-padding-start: 0.3125rem;
  padding-inline-start: 0.3125rem;
}

.p-footer-button__link {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.5rem;
  background: #ffffff;
}

.p-footer-button__text {
  color: #000000;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
}

.p-footer-button__button {
  -webkit-margin-before: 0.25rem;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  min-height: 1.625rem;
  margin-inline: auto;
  margin-block-start: 0.25rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-out;
}

.p-footer-button__button::before {
  display: block;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  translate: 0 -50%;
  content: "";
}

.p-footer-button__button.-first {
  -webkit-margin-start: -1rem;
  -webkit-padding-start: 2.5rem;
  margin-inline-start: -1rem;
  padding-inline-start: 2.5rem;
  background: #06c755;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.p-footer-button__button.-first::before {
  top: 54%;
  left: 1.875rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon_line.svg) no-repeat center center/cover;
}

.p-news__articles {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.p-news__pagination {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-sidebar-news {
  -webkit-transform: translateZ(0);
  position: sticky;
  top: 13.1875rem;
  padding: 1.625rem 1.25rem 1.8125rem;
  transform: translateZ(0);
}

.p-sidebar-news__inner {
  display: flex;
  flex-direction: column;
}

.p-sidebar-news__title {
  -webkit-padding-start: 1.25rem;
  position: relative;
  padding-inline-start: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.p-sidebar-news__title::before {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 0.75rem;
  height: 0.1875rem;
  translate: 0 -50%;
  background: #93bdd2;
  content: "";
}

.p-sidebar-news__list {
  -webkit-margin-before: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.875rem;
  border-top: 0.0625rem dashed rgba(38, 38, 38, 0.2);
}

.p-sidebar-news__item {
  display: block;
}

.p-sidebar-news__link {
  display: block;
  position: relative;
  padding-block: 0.875rem;
  border-bottom: 0.0625rem dashed rgba(38, 38, 38, 0.2);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-out;
}

.p-sidebar-news__link::before,
.p-sidebar-news__link::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid rgba(38, 38, 38, 0.2);
  border-bottom: 0.125rem solid rgba(38, 38, 38, 0.2);
  content: "";
  transition: all 0.3s ease-out;
}

.p-sidebar-news__link::before {
  right: 0;
}

.p-sidebar-news__link::after {
  visibility: hidden;
  right: 1rem;
  opacity: 0;
}

.p-sidebar-news__link:focus {
  outline: none;
}

.p-sidebar-news__link:focus-visible {
  border-color: #93bdd2;
  outline: none;
}

.p-sidebar-news__link:focus-visible::before {
  visibility: hidden;
  right: -1rem;
  opacity: 0;
}

.p-sidebar-news__link:focus-visible::after {
  visibility: visible;
  right: 0rem;
  opacity: 1;
}

.p-pagination {
  margin-inline: auto;
  overflow: scroll;
}

.p-pagination .navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #93bdd2;
  color: #93bdd2;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.page-numbers.current {
  border-color: transparent;
  background: #93bdd2;
  color: #ffffff;
  pointer-events: none;
}

.page-numbers.dots {
  pointer-events: none;
}

.page-numbers.prev,
.page-numbers.next {
  width: 1.375rem;
  height: 1.375rem;
  border: none;
  border-right: 0.125rem solid #93bdd2;
  border-bottom: 0.125rem solid #93bdd2;
  border-radius: 0;
  transition: all 0.3s ease-out;
}

.page-numbers.prev {
  rotate: 135deg;
}

.page-numbers.next {
  rotate: -45deg;
}

.page-numbers:focus {
  outline: none;
}

.page-numbers:not(.prev):not(.next):not(.current):not(.dots):focus-visible {
  border-color: transparent;
  outline: none;
  background: #93bdd2;
  color: #ffffff;
}

.page-numbers.prev:focus-visible .p-pagination__arrow,
.page-numbers.next:focus-visible .p-pagination__arrow {
  opacity: 0.7;
}

.p-page-fv {
  height: 9.375rem;
  background: #f2f9fc;
}

.p-page-fv__inner {
  height: 100%;
}

.p-page-fv__content {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}

.p-page-fv__heading {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.p-page-fv__main {
  color: #93bdd2;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-page-fv__sub {
  font-size: 3.125rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.p-single__meta {
  -webkit-margin-before: auto;
  display: flex;
  align-items: center;
  margin-block-start: auto;
  gap: 0.625rem;
}

.p-single__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single__category {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  background: #93bdd2;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-single__title {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-single__thumbnail {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

.p-single__thumbnail img {
  aspect-ratio: 770/423;
}

.p-single__body {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.p-single__body h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #93bdd2;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}

.p-single__body h3 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 1.5625rem;
  padding-inline-start: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-single__body h3::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.125rem;
  height: 1.125rem;
  background: #93bdd2;
  content: "";
}

.p-single__body h4 {
  margin-block: 1.5625rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-single__body p {
  font-size: 1rem;
  line-height: 2;
}

.p-single__body p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}

.p-single__body a {
  color: #93bdd2;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.p-single__body a:focus {
  outline: none;
}

.p-single__body a:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-single__body .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}

.p-single__body .wp-block-table td,
.p-single__body .wp-block-table th {
  border: none;
}

.p-single__body table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}

.p-single__body table thead th {
  padding: 0.875rem 0.4375rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #fcf7f2 !important;
  color: #93bdd2;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}

.p-single__body table thead th:first-child {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}

.p-single__body table tbody tr {
  position: relative;
}

.p-single__body table tbody tr:first-child td {
  border-top: none !important;
}

.p-single__body table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}

.p-single__body table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}

.p-single__body table td:last-child {
  border-right: none !important;
}

.p-single__body ul,
.p-single__body ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.25rem 1.625rem;
}

.p-single__body ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}

.p-single__body ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #93bdd2;
  content: "";
}

.p-single__body ol {
  counter-reset: my-counter;
}

.p-single__body ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}

.p-single__body ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #93bdd2;
  font-size: 1.125rem;
  font-family: "Alata", sans-serif;
}

.p-single__body figure {
  width: 100%;
  margin-block: 2.25rem 1.625rem;
}

.p-single__body figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.p-single__body img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-single__button {
  -webkit-margin-before: 2.0625rem;
  margin-block-start: 2.0625rem;
  text-align: center;
}

.p-breadcrumb {
  padding-block: 0.375rem;
  background: #ffffff;
}

.p-breadcrumb span {
  color: #262626;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 2.6;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.p-breadcrumb span a:focus-visible {
  outline: none;
}

.p-breadcrumb span a:focus-visible span {
  color: #93bdd2;
}

.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.5625rem;
  position: relative;
  padding-inline-start: 0.5625rem;
}

.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  content: "/";
  opacity: 0.5;
}

.p-breadcrumb span .current-item {
  color: rgba(38, 38, 38, 0.5);
  text-decoration: none;
  pointer-events: none;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 0.875rem;
  gap: 0.4375rem;
}

.p-property {
  -webkit-padding-before: 0.75rem;
  padding-block-start: 0.75rem;
}

.p-property__heading {
  display: flex;
  align-items: flex-start;
  width: 20.625rem;
  gap: 1rem;
}

.p-property__icon {
  flex-shrink: 0;
  padding: 0.625rem;
  background: #93bdd2;
}

.p-property__icon img {
  width: 2.25rem;
}

.p-property__title {
  flex-grow: 1;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
}

.p-property__head {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
}

.p-property__body {
  -webkit-margin-before: 4.5rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 4.5rem;
  padding-block: 3.375rem 4.125rem;
  background: #fcf7f2;
}

.p-property__contact {
  -webkit-margin-before: 4.0625rem;
  margin-block-start: 4.0625rem;
  padding-block: 3rem 4.0625rem;
  background: #ffffff;
}

.p-property__contactTitle {
  -webkit-padding-before: 3.8125rem;
  position: relative;
  padding-block-start: 3.8125rem;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
  text-align: center;
}

.p-property__contactTitle::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_building.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.625rem;
  height: 3.625rem;
  translate: -50%;
  background: #93bdd2;
  content: "";
  mask-image: url(../img/icon_building.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-property__contactMain {
  -webkit-margin-before: 2.1875rem;
  margin-block-start: 2.1875rem;
}

.p-property__button {
  -webkit-margin-before: 2.5625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block-start: 2.5625rem;
}

.p-404 {
  min-height: calc(100vh - 4.625rem);
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}

.p-404__title {
  color: #93bdd2;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-404__subTitle {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}

.p-404__button {
  -webkit-margin-before: 1.875rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}

.p-thanks {
  min-height: calc(100vh - 4.625rem);
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-thanks__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}

.p-thanks__title {
  color: #93bdd2;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-thanks__subTitle {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}

.p-thanks__button {
  -webkit-margin-before: 1.875rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}

.p-archive-property {
  padding-block: 2.5rem 3.75rem;
}

.p-archive-property__articles {
  display: flex;
  flex-direction: column;
  gap: 5rem 3.125rem;
}

.p-archive-property__article {
  width: 18.75rem;
  margin-inline: auto;
}

.p-archive-property__pagination {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}

.p-contact__head {
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding-block: 1.875rem;
}

.p-contact__catch {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
  text-shadow: 0 0 2.125rem rgba(0, 0, 0, 0.35);
}

.p-contact__list {
  -webkit-margin-before: 1.9375rem;
  display: flex;
  flex-direction: column;
  max-width: 21.5rem;
  margin-inline: auto;
  margin-block-start: 1.9375rem;
  gap: 0.875rem;
}

.p-contact__link {
  display: -ms-grid;
  display: grid;
  position: relative;
  place-content: center;
  height: 8rem;
  overflow: hidden;
  background: #ffffff;
}

.p-contact__link::before,
.p-contact__link::after {
  display: block;
  position: absolute;
  content: "";
}

.p-contact__link::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_arrow-r.svg);
  z-index: 3;
  top: 50%;
  right: 0.625rem;
  width: 0.5rem;
  height: 1.1875rem;
  translate: 0 -50%;
  background: #ffffff;
  mask-image: url(../img/icon_arrow-r.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.p-contact__link::after {
  inset: 0;
  translate: 19.4375rem;
  background: #93bdd2;
  transition: translate 0.3s ease-out;
}

.p-contact__itemInner {
  -webkit-padding-end: 1.5rem;
  z-index: 2;
  position: relative;
  padding-inline-end: 1.5rem;
}

.p-contact__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  transition: color 0.3s ease-out;
}

.p-contact__image {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  margin-inline: auto;
  text-align: center;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.p-contact__tel {
  -webkit-margin-start: -0.1875rem;
  -webkit-padding-start: 2.25rem;
  position: relative;
  margin-inline-start: -0.1875rem;
  padding-inline-start: 2.25rem;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.02em;
  transition: color 0.3s ease-out;
}

.p-contact__tel::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_tel-line.svg);
  display: block;
  position: absolute;
  left: 0;
  width: 2.0625rem;
  height: 2.0625rem;
  background: #262626;
  content: "";
  mask-image: url(../img/icon_tel-line.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.p-contact__note {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0.6;
  transition: color 0.3s ease-out, opacity 0.3s ease-out;
}

.p-contact__main {
  padding-block: 1.25rem 2.5rem;
}

.p-contact__link.-line .p-contact__image {
  -webkit-margin-before: 0.4375rem;
  -webkit-mask-image: url(../img/icon_line-color.svg);
  width: 3rem;
  height: 3rem;
  margin-block-start: 0.4375rem;
  background: #06c755;
  mask-image: url(../img/icon_line-color.svg);
}

.p-contact__link.-tel .p-contact__tel {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}

.p-contact__link.-mail .p-contact__image {
  -webkit-margin-before: 1.375rem;
  -webkit-mask-image: url(../img/icon_mail-line.svg);
  width: 3.125rem;
  height: 2.5rem;
  margin-block-start: 1.375rem;
  translate: 0 -0.625rem;
  background: #262626;
  mask-image: url(../img/icon_mail-line.svg);
}

.p-contact__link:focus {
  outline: none;
}

.p-contact__link:focus-visible {
  outline: none;
}

.p-contact__link:focus-visible::after {
  translate: 0;
}

.p-contact__link:focus-visible .p-contact__title {
  color: #ffffff;
}

.p-contact__link:focus-visible .p-contact__tel {
  color: #ffffff;
}

.p-contact__link:focus-visible .p-contact__tel::before {
  background: #ffffff;
}

.p-contact__link:focus-visible .p-contact__note {
  color: #ffffff;
  opacity: 1;
}

.p-contact__link:focus-visible .p-contact__image {
  background: #ffffff;
}

.p-property-head__swiper-container,
.p-property-head__swiper,
.p-property-head__swiper-wrapper,
.p-property-head__swiper-slide {
  position: relative;
}

.p-property-head__swiper-container {
  display: flex;
  flex-direction: column;
}

.p-property-head__swiper-container .swiper-button-prev,
.p-property-head__swiper-container .swiper-button-next {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}

.p-property-head__swiper-container .swiper-button-prev::after,
.p-property-head__swiper-container .swiper-button-next::after {
  content: "";
}

.p-property-head__swiper-container .swiper-button-prev,
.p-property-head__swiper-container .swiper-button-next {
  position: absolute;
  top: 10.125rem;
  width: 2.375rem;
  height: 2.375rem;
  background: #262626;
}

.p-property-head__swiper-container .swiper-button-prev::before,
.p-property-head__swiper-container .swiper-button-next::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: -50% -50%;
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  content: "";
}

.p-property-head__swiper-container .swiper-button-prev {
  left: calc(50% - 11.875rem);
}

.p-property-head__swiper-container .swiper-button-prev::before {
  rotate: 135deg;
}

.p-property-head__swiper-container .swiper-button-next {
  right: calc(50% - 11.875rem);
}

.p-property-head__swiper-container .swiper-button-next::before {
  rotate: -45deg;
}

.p-property-head__swiper.-main .p-property-head__swiper-slide img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-property-head__swiper-slide {
  width: 100% !important;
}

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

.p-property-head__index {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
  padding: 1.25rem;
  background: #f2f9fc;
}

.p-property-head__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6875rem;
}

.p-property-head__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.p-property-head__itemLabel {
  display: inline-block;
  flex-shrink: 0;
  width: 5.125rem;
  padding: 0.1875rem 0.5625rem;
  background: #93bdd2;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}

.p-property-head__itemText {
  flex-grow: 1;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.p-property-head__content {
  -webkit-margin-before: 2.25rem;
  margin-block-start: 2.25rem;
}

.p-property-head__content > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.p-property-head__content > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.p-property-head__content h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #93bdd2;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}

.p-property-head__content h3 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 1.5625rem;
  padding-inline-start: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-property-head__content h3::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.125rem;
  height: 1.125rem;
  background: #93bdd2;
  content: "";
}

.p-property-head__content h4 {
  margin-block: 1.5625rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-property-head__content p {
  font-size: 1rem;
  line-height: 2;
}

.p-property-head__content p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-property-head__content b,
.p-property-head__content strong {
  font-weight: 700;
}

.p-property-head__content a {
  color: #93bdd2;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.p-property-head__content a:focus {
  outline: none;
}

.p-property-head__content a:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-property-head__content .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}

.p-property-head__content .wp-block-table td,
.p-property-head__content .wp-block-table th {
  border: none;
}

.p-property-head__content table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}

.p-property-head__content table thead th {
  padding: 0.875rem 0.4375rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #fcf7f2 !important;
  color: #93bdd2;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}

.p-property-head__content table thead th:first-child {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}

.p-property-head__content table tbody tr {
  position: relative;
}

.p-property-head__content table tbody tr:first-child td {
  border-top: none !important;
}

.p-property-head__content table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}

.p-property-head__content table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}

.p-property-head__content table td:last-child {
  border-right: none !important;
}

.p-property-head__content ul,
.p-property-head__content ol {
  display: flex;
  flex-direction: column;
  margin-block: 2.25rem 1.625rem;
}

.p-property-head__content ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}

.p-property-head__content ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #93bdd2;
  content: "";
}

.p-property-head__content ol {
  counter-reset: my-counter;
}

.p-property-head__content ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}

.p-property-head__content ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #93bdd2;
  font-size: 1.125rem;
  font-family: "Alata", sans-serif;
}

.p-property-head__content figure {
  width: 100%;
  margin-block: 2.25rem 1.625rem;
}

.p-property-head__content figcaption {
  color: #666;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.p-property-head__content img {
  width: 100%;
  border-radius: 0.625rem;
}

.p-property-head__thumbs {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

.p-property-head__thumbsWrapper {
  -ms-grid-columns: 1fr 0.4375rem 1fr 0.4375rem 1fr 0.4375rem 1fr 0.4375rem 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4375rem;
}

.p-property-head__thumb {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}

.p-property-head__thumb img {
  -o-object-fit: cover;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.p-property-head__thumb.is_active {
  opacity: 1;
}

.p-property-body {
  display: flex;
  flex-direction: column;
  max-width: 39.25rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 0.875rem;
  gap: 4rem;
}

.p-property-body__title {
  -webkit-padding-after: 0.75rem;
  width: 100%;
  padding-block-end: 0.75rem;
  border-bottom: 0.1875rem solid #93bdd2;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}

.p-property-body__tableWrapper {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}

.p-property-body__list {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
}

.p-property-body__group {
  display: flex;
  border-bottom: 0.0625rem solid #e4e4e4;
}

.p-property-body__term {
  text-box-trim: trim-both;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 6.1875rem;
  min-height: 3.1875rem;
  padding: 0.875rem 0.75rem;
  background: #93bdd2;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-property-body__description {
  text-box-trim: trim-both;
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0.875rem 0.75rem;
  background: #ffffff;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-property-body__map {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}

.p-property-body__map iframe {
  aspect-ratio: 362/269;
  width: 100%;
  height: 16.8125rem;
}

.p-property-body__swiper {
  -webkit-margin-before: 1.75rem;
  margin-block-start: 1.75rem;
}

.p-privacy {
  padding-block: 2.5rem 3.75rem;
}

.p-privacy__content h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #93bdd2;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}

.p-privacy__content p {
  font-size: 1rem;
  line-height: 2;
}

.p-privacy__content p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}

.p-privacy__content b,
.p-privacy__content strong {
  font-weight: 700;
}

.u-only__sp {
  display: block;
}

.u-only__pc {
  display: none;
}

.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}

.u-pointerNone__pc {
  pointer-events: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }

  .l-header {
    height: 10.9375rem;
  }

  .l-main {
    -webkit-padding-before: 10.9375rem;
    padding-block-start: 10.9375rem;
  }

  .l-inner {
    max-width: 81.25rem;
    padding: 0 3.125rem;
  }

  .l-inner.-narrow {
    max-width: 66.625rem;
    padding: 0 3.125rem;
  }

  .l-container {
    padding-block: 3.75rem 6.25rem;
  }

  .l-container__inner {
    flex-direction: row;
    max-width: 77.0625rem;
  }

  .l-container__aside {
    -webkit-padding-after: 6.4375rem;
    flex-shrink: 0;
    width: 18.75rem;
    padding-block-end: 6.4375rem;
  }

  .c-tel {
    gap: 0;
    pointer-events: none;
  }

  .c-tel__text {
    font-size: 0.75rem;
  }

  .c-heading {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1.125rem;
  }

  .c-heading__en {
    font-size: 3.75rem;
  }

  .c-heading__main {
    font-size: 1.25rem;
  }

  .c-heading.-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6875rem;
  }

  .c-heading.-small {
    gap: 0.4375rem;
  }

  .c-heading.-column {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.875rem;
  }

  .c-form-privacy__text {
    font-size: 1rem;
  }

  .c-form-text {
    padding-inline: 1.3125rem;
  }

  .c-form-textarea {
    padding-inline: 1.375rem;
  }

  .p-header__inner {
    padding-inline: 2.9375rem 3rem;
  }

  .p-header__content {
    padding-block: 0.75rem 0.875rem;
  }

  .p-header__logo {
    gap: 1.0625rem;
  }

  .p-header__logoImage {
    width: 5.4375rem;
  }

  .p-header__logoCatch {
    font-size: 1.125rem;
    line-height: 1.33;
  }

  .p-header__logoLicense {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
    letter-spacing: 0;
  }

  .p-top-rent {
    -webkit-padding-before: 4.1875rem;
    padding-block-start: 4.1875rem;
  }

  .p-top-rent__content {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }

  .p-top-rent__list {
    -ms-grid-columns: 1fr 2.625rem 1fr 2.625rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.625rem;
  }

  .p-top-buy {
    -webkit-padding-before: 7.3125rem;
    padding-block-start: 7.3125rem;
  }

  .p-top-buy__heading {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
  }

  .p-top-buy__lead {
    font-size: 1.125rem;
  }

  .p-top-buy__content {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }

  .p-top-buy__button {
    -webkit-margin-before: 3.8125rem;
    margin-block-start: 3.8125rem;
  }

  .p-swiper__swiper-container {
    margin-inline: auto;
    padding-inline: 2.375rem;
  }

  .p-swiper__swiper-container .swiper-button-prev::before,
  .p-swiper__swiper-container .swiper-button-next::before {
    left: 49%;
    width: 0.625rem;
    height: 0.625rem;
  }

  .p-swiper__swiper-container .swiper-button-prev,
  .p-swiper__swiper-container .swiper-button-next {
    top: 9rem;
    width: 3.25rem;
    height: 3.25rem;
  }

  .p-swiper__swiper-container .swiper-button-prev::before {
    left: 53%;
  }

  .p-swiper__swiper-container .swiper-button-prev {
    left: calc(50% - 30.1875rem);
  }

  .p-swiper__swiper-container .swiper-button-next {
    right: calc(50% - 30.1875rem);
  }

  .p-top-index {
    -webkit-padding-before: 7.375rem;
    padding-block-start: 7.375rem;
  }

  .p-top-index__list {
    flex-direction: row;
    gap: 1.0625rem;
  }

  .p-top-index__item {
    padding: 2.0625rem 1.5rem 2rem;
    gap: 1.5625rem;
  }

  .p-top-index__item:last-child {
    flex-grow: 1;
  }

  .p-top-index__link {
    width: 21.0625rem;
  }

  .p-top-index__group {
    flex-direction: row;
    gap: 1.25rem;
  }

  .p-top-column {
    -webkit-clip-path: inset(0 5% 0 0);
    padding-block: 7.375rem 5.3125rem;
    clip-path: inset(0 5% 0 0);
  }

  .p-top-column__content {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }

  .p-top-column__list {
    gap: 1.5625rem;
  }

  .p-card {
    -webkit-padding-after: 1.625rem;
    flex-direction: row-reverse;
    align-items: center;
    padding-block-end: 1.625rem;
    gap: 2.1875rem;
  }

  .p-card__textArea {
    -webkit-margin-before: 0;
    flex-grow: 1;
    margin-block-start: 0;
  }

  .p-card__meta {
    gap: 1rem;
  }

  .p-card__date {
    -webkit-margin-before: 0.125rem;
    margin-block-start: 0.125rem;
  }

  .p-card__title {
    -webkit-line-clamp: 1;
    font-size: 1.25rem;
  }

  .p-card__imageArea {
    width: 13.75rem;
  }

  .p-card__image img {
    aspect-ratio: 220/136;
  }

  .p-top-reason {
    position: relative;
    padding-block: 7.5rem 11.4375rem;
  }

  .p-top-reason::before {
    display: block;
    position: absolute;
    top: -32.5rem;
    right: 0;
    left: 0;
    width: 100%;
    height: 32.5rem;
    background: #fcf7f2;
    content: "";
  }

  .p-top-reason__content {
    -webkit-margin-before: 3.25rem;
    margin-block-start: 3.25rem;
  }

  .p-top-reason__list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 3.75rem 2.625rem;
  }

  .p-top-reason__item {
    width: calc((100% - 5.25rem) / 3);
  }

  .p-top-reason__number {
    font-size: 2.5rem;
  }

  .p-top-reason__title {
    font-size: 1.5rem;
  }

  .p-top-reason__text {
    font-size: 1.125rem;
  }

  .p-top-reason__image img {
    aspect-ratio: 372/230;
  }

  .p-cta {
    padding-block: 6.25rem 7.5rem;
    background: url(../img/p-cta_bg.webp) no-repeat top center/cover;
  }

  .p-cta__heading {
    font-size: 2.125rem;
  }

  .p-cta__content {
    -webkit-margin-before: 2.5rem;
    max-width: 67.5rem;
    margin-block-start: 2.5rem;
  }

  .p-cta__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .p-cta__item {
    width: calc((100% - 3rem) / 3);
  }

  .p-cta__link {
    height: 9.25rem;
  }

  .p-cta__tel {
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
  }

  .p-cta__link.-tel {
    pointer-events: none;
  }

  .p-cta__link.-tel .p-cta__tel {
    -webkit-margin-before: 0.3125rem;
    margin-block-start: 0.3125rem;
  }

  .p-cta__link.-tel .p-cta__itemInner {
    translate: 0 0.0625rem;
  }

  .p-cta__link.-mail .p-cta__itemInner {
    translate: 0 0.25rem;
  }

  .p-top-company {
    -webkit-padding-before: 7.75rem;
    padding-block-start: 7.75rem;
  }

  .p-top-company__inner {
    max-width: 56.25rem;
  }

  .p-top-company__heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .p-top-company__image {
    flex-shrink: 0;
    width: 23.9375rem;
  }

  .p-top-company__content {
    -webkit-margin-before: 4.625rem;
    margin-block-start: 4.625rem;
  }

  .p-top-company__table {
    gap: 1.8125rem;
  }

  .p-top-company__tableRow {
    -webkit-padding-after: 0;
    flex-direction: row;
    min-height: 3.875rem;
    padding-block-end: 0;
    gap: 0;
    border-bottom: none;
  }

  .p-top-company__tableHead {
    -webkit-padding-after: 1.8125rem;
    width: 8.5rem;
    padding-block-end: 1.8125rem;
    border-bottom: 0.125rem solid #93bdd2;
    color: #262626;
  }

  .p-top-company__tableData {
    -webkit-padding-after: 1.875rem;
    -webkit-padding-start: 1.5rem;
    flex-grow: 1;
    padding-inline-start: 1.5rem;
    padding-block-end: 1.875rem;
    border-bottom: 0.125rem solid rgba(38, 38, 38, 0.1);
  }

  .p-top-company__map {
    -webkit-margin-before: 2.9375rem;
    margin-block-start: 2.9375rem;
  }

  .p-top-company__map iframe {
    aspect-ratio: 800/364;
  }

  .p-top-area {
    padding-block: 5.625rem 10.25rem;
  }

  .p-top-area__inner {
    max-width: 56.25rem;
  }

  .p-top-area__content {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-top-area__list {
    flex-direction: row;
    gap: 1.375rem;
  }

  .p-top-area__note {
    font-size: 1rem;
  }

  .p-top-message {
    padding-block: 8.75rem;
    background: url(../img/p-top-message_bg.webp) no-repeat bottom center/cover;
  }

  .p-top-message__main {
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 5.3125rem;
  }

  .p-top-message__textArea {
    display: block;
    flex-grow: 1;
  }

  .p-top-message__heading {
    flex-grow: 1;
  }

  .p-top-message__textWrapper {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
    gap: 1.8125rem;
  }

  .p-top-message__text {
    font-size: 1.125rem;
  }

  .p-top-message__imageArea {
    -webkit-margin-before: 0rem;
    flex-shrink: 0;
    margin-block-start: 0rem;
  }

  .p-top-message__image {
    width: 25.5rem;
  }

  .p-top-message__caption {
    -webkit-margin-before: 1.4375rem;
    justify-content: flex-start;
    margin-block-start: 1.4375rem;
  }

  .p-top-message__foot {
    -webkit-margin-before: 8.9375rem;
    margin-block-start: 8.9375rem;
  }

  .p-top-message__link {
    width: 38.5625rem;
    margin-inline: auto;
  }

  .p-top-message__footImage img {
    aspect-ratio: 614/197;
  }

  .p-top-message__footTitle {
    top: 2.75rem;
    left: 4.1875rem;
    gap: 0.6875rem;
  }

  .p-top-message__footEn {
    font-size: 3.75rem;
  }

  .p-top-message__footJp {
    font-size: 1.0625rem;
  }

  .p-top-message__label {
    width: 2.5rem;
    height: 2.5rem;
  }

  .p-top-message__label::before {
    top: 1rem;
    right: 1.0625rem;
    width: 0.5rem;
    height: 0.5rem;
  }

  .p-top-contact {
    padding-block: 7.25rem 7.5625rem;
  }

  .p-top-contact__inner {
    max-width: 62.5rem;
    margin-inline: auto;
  }

  .p-top-contact__content {
    -webkit-margin-before: 3.0625rem;
    margin-block-start: 3.0625rem;
  }

  .p-form__table {
    gap: 1.875rem;
  }

  .p-form__privacy {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }

  .p-form__button {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }

  .p-form__recaptcha {
    -webkit-margin-before: 2.8125rem;
    margin-block-start: 2.8125rem;
    text-align: center;
  }

  .p-form-item {
    flex-direction: row;
    gap: 4.375rem;
  }

  .p-form-item__head {
    -webkit-margin-before: 0;
    -webkit-padding-before: 0.625rem;
    flex-shrink: 0;
    width: 12.125rem;
    margin-block-start: 0;
    padding-block-start: 0.625rem;
  }

  .p-form-item.-radio {
    gap: 4.375rem;
  }

  .p-form-radios .wpcf7-radio {
    flex-direction: row;
    gap: 1.875rem;
  }

  .p-form-radios.-property .wpcf7-radio {
    flex-direction: column;
  }

  .p-footer {
    padding-block: 1.625rem 1.6875rem;
  }

  .p-footer__content {
    -ms-grid-columns: 6.8125rem 1.5625rem 1fr 1.5625rem 1fr;
    grid-template-columns: 6.8125rem 1fr 1fr;
    grid-template-areas: "logo text copy";
    max-width: 100%;
    gap: 1.5625rem;
  }

  .p-footer__image {
    width: 6.8125rem;
  }

  .p-footer__address {
    font-size: 0.875rem;
  }

  .p-footer__company {
    -webkit-margin-before: 0.3125rem;
    margin-block-start: 0.3125rem;
    font-size: 1rem;
  }

  .p-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .p-footer__textArea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-footer__address {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .p-footer__copy {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .p-footer__copy {
    text-align: right;
  }

  .p-footer__copyText {
    font-size: 0.875rem;
  }

  .p-news__pagination {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }

  .p-page-fv {
    height: 13.75rem;
  }

  .p-page-fv__heading {
    gap: 0.5rem;
  }

  .p-page-fv__main {
    font-size: 1.375rem;
  }

  .p-page-fv__sub {
    font-size: 4rem;
  }

  .p-single__title {
    font-size: 2.25rem;
  }

  .p-single__thumbnail {
    border-radius: 0.625rem;
  }

  .p-single__body {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }

  .p-single__body h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }

  .p-single__body h3 {
    -webkit-padding-start: 1.875rem;
    margin-block: 2.25rem 1.625rem;
    padding-inline-start: 1.875rem;
    font-size: 1.5rem;
  }

  .p-single__body h3::before {
    top: 0.5625rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .p-single__body h4 {
    margin-block: 2.25rem 1.625rem;
  }

  .p-single__body p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }

  .p-single__body .wp-block-table {
    margin-block: 2.25rem 1.625rem;
  }

  .p-single__body table thead th {
    padding: 1.125rem !important;
    font-size: 1.25rem;
  }

  .p-single__body table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }

  .p-breadcrumb {
    padding-block: 0.5rem;
  }

  .p-breadcrumb span {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }

  .p-breadcrumb span {
    font-size: 0.75rem;
  }

  .p-breadcrumb span:not(:first-child) {
    -webkit-padding-start: 0.8125rem;
    padding-inline-start: 0.8125rem;
  }

  .p-breadcrumb__inner {
    padding-inline: 1.75rem;
    gap: 0.375rem;
  }

  .p-property {
    -webkit-padding-before: 3.0625rem;
    padding-block-start: 3.0625rem;
  }

  .p-property__heading {
    width: 100%;
    gap: 1.1875rem;
  }

  .p-property__title {
    font-size: 2rem;
    line-height: 1.6;
  }

  .p-property__head {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }

  .p-property__body {
    -webkit-margin-before: 6.25rem;
    margin-block-start: 6.25rem;
    padding-block: 7.0625rem 6.875rem;
  }

  .p-property__contact {
    padding-block: 5.125rem;
  }

  .p-property__contactInner {
    max-width: 62.5rem;
  }

  .p-property__contactTitle {
    -webkit-padding-before: 0;
    -webkit-padding-start: 3.625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-inline-start: 3.625rem;
    padding-block-start: 0;
    font-size: 2rem;
  }

  .p-property__contactTitle::before {
    top: 50%;
    left: 0;
    width: 3.25rem;
    height: 3.25rem;
    translate: 0 -50%;
  }

  .p-property__contactMain {
    -webkit-margin-before: 4rem;
    margin-block-start: 4rem;
  }

  .p-property__button {
    -webkit-margin-before: 4.0625rem;
    margin-block-start: 4.0625rem;
  }

  .p-404 {
    min-height: calc(100vh - 10.9375rem);
  }

  .p-404__inner {
    min-height: calc(100vh - 10.9375rem);
  }

  .p-404__title {
    font-size: 5rem;
  }

  .p-404__subTitle {
    font-size: 1.875rem;
  }

  .p-404__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }

  .p-404__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-thanks {
    min-height: calc(100vh - 10.9375rem);
  }

  .p-thanks__inner {
    min-height: calc(100vh - 10.9375rem);
  }

  .p-thanks__title {
    font-size: 5rem;
  }

  .p-thanks__subTitle {
    font-size: 1.875rem;
  }

  .p-thanks__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }

  .p-thanks__button {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-archive-property {
    padding-block: 3.75rem 6.25rem;
  }

  .p-archive-property__articles {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .p-archive-property__article {
    width: calc((100% - 9.375rem) / 4);
    margin-inline: 0;
  }

  .p-archive-property__pagination {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }

  .p-contact__catch {
    font-size: 1.125rem;
  }

  .p-contact__list {
    -webkit-margin-before: 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 67.5rem;
    margin-block-start: 2.5rem;
    gap: 1.5rem;
  }

  .p-contact__item {
    width: calc((100% - 3rem) / 3);
  }

  .p-contact__link {
    height: 9.25rem;
  }

  .p-contact__tel {
    -webkit-margin-start: -0.5rem;
    margin-inline-start: -0.5rem;
  }

  .p-contact__main {
    max-width: 62.5rem;
    margin-inline: auto;
    padding-block: 4.375rem;
  }

  .p-contact__link.-tel {
    pointer-events: none;
  }

  .p-contact__link.-tel .p-contact__tel {
    -webkit-margin-before: 0.3125rem;
    margin-block-start: 0.3125rem;
  }

  .p-contact__link.-tel .p-contact__itemInner {
    translate: 0 0.0625rem;
  }

  .p-contact__link.-mail .p-contact__itemInner {
    translate: 0 0.25rem;
  }

  .p-property-head__swiper-container {
    -webkit-column-gap: 4.125rem;
    -moz-column-gap: 4.125rem;
    column-gap: 4.125rem;
    flex-direction: row;
    align-items: flex-start;
  }

  .p-property-head__swiper-container .swiper-button-prev,
  .p-property-head__swiper-container .swiper-button-next {
    top: 18.625rem;
    width: 3.25rem;
    height: 3.25rem;
  }

  .p-property-head__swiper-container .swiper-button-prev::before,
  .p-property-head__swiper-container .swiper-button-next::before {
    left: 49%;
    width: 0.625rem;
    height: 0.625rem;
  }

  .p-property-head__swiper-container .swiper-button-prev {
    left: calc(50% - 31.8125rem);
  }

  .p-property-head__swiper-container .swiper-button-prev::before {
    left: 53%;
  }

  .p-property-head__swiper-container .swiper-button-next {
    right: calc(50% - 11.9375rem);
  }

  .p-property-head__swiper.-main {
    flex: 1 1 auto;
  }

  .p-property-head__index {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    padding: 1.875rem 2.5rem;
  }

  .p-property-head__list {
    -ms-grid-columns: 1fr 2.375rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem 2.375rem;
  }

  .p-property-head__item {
    gap: 1rem;
  }

  .p-property-head__itemLabel {
    width: 6.75rem;
    padding: 0.25rem 0.5625rem;
  }

  .p-property-head__itemText {
    -webkit-padding-before: 0.125rem;
    padding-block-start: 0.125rem;
    font-size: 1rem;
  }

  .p-property-head__content {
    -webkit-margin-before: 3.1875rem;
    margin-block-start: 3.1875rem;
  }

  .p-property-head__content h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }

  .p-property-head__content h3 {
    -webkit-padding-start: 1.875rem;
    margin-block: 2.25rem 1.625rem;
    padding-inline-start: 1.875rem;
    font-size: 1.5rem;
  }

  .p-property-head__content h3::before {
    top: 0.5625rem;
    width: 1.25rem;
    height: 1.25rem;
  }

  .p-property-head__content h4 {
    margin-block: 2.25rem 1.625rem;
  }

  .p-property-head__content p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }

  .p-property-head__content .wp-block-table {
    margin-block: 2.25rem 1.625rem;
  }

  .p-property-head__content table thead th {
    padding: 1.125rem !important;
    font-size: 1.25rem;
  }

  .p-property-head__content table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }

  .p-property-head__thumbs {
    -webkit-margin-before: 0;
    flex-shrink: 0;
    width: 15.75rem;
    margin-block-start: 0;
  }

  .p-property-head__thumbsWrapper {
    -ms-grid-columns: 1fr 0.75rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .p-property-body {
    max-width: 66.625rem;
    padding: 0 3.125rem;
    gap: 4.375rem;
  }

  .p-property-body__title {
    -webkit-padding-after: 0.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }

  .p-property-body__tableWrapper {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-property-body__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .p-property-body__term {
    width: 9.8125rem;
    min-height: 3.25rem;
    padding: 0.75rem 0.75rem 0.875rem;
    font-size: 1rem;
  }

  .p-property-body__description {
    padding: 0.8125rem 0.75rem 0.875rem;
    font-size: 0.9375rem;
  }

  .p-property-body__map {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-property-body__map iframe {
    aspect-ratio: 966/382;
    height: 23.875rem;
  }

  .p-property-body__swiper {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
  }

  .p-privacy {
    padding-block: 3.75rem 5rem;
  }

  .p-privacy__inner {
    max-width: 56.25rem !important;
  }

  .p-privacy__content h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }

  .p-privacy__content p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }

  .u-only__sp {
    display: none !important;
  }

  .u-only__pc {
    display: block !important;
  }

  .u-pointerNone__sp {
    pointer-events: none !important;
  }

  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .p-404 {
    min-height: calc(100vh - 32.5rem);
  }

  .p-404__inner {
    min-height: calc(100vh - 32.5rem);
  }

  .p-thanks {
    min-height: calc(100vh - 32.5rem);
  }

  .p-thanks__inner {
    min-height: calc(100vh - 32.5rem);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

@media (max-width: 767px) {
  .nav-links {
    margin-inline: auto;
    padding-inline: 0.625rem;
    gap: 0.4375rem;
  }

  .page-numbers {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1rem;
  }

  .page-numbers.prev,
  .page-numbers.next {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-single__body ul,
  .p-single__body ol {
    margin-block: 1.5625rem;
  }

  .p-single__body figure {
    margin-block: 1.5625rem;
  }

  .p-single__body figcaption {
    font-size: 0.875rem;
  }

  .p-property-head__content ul,
  .p-property-head__content ol {
    margin-block: 1.5625rem;
  }

  .p-property-head__content figure {
    margin-block: 1.5625rem;
  }

  .p-property-head__content figcaption {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media (any-hover: hover) {
  .c-faq-link:hover {
    opacity: 0.4;
  }

  .c-tel:hover {
    opacity: 0.4;
  }

  .c-button:hover::before {
    right: 1.25rem;
  }

  .c-button.-reverse:hover::before {
    left: 1.875rem;
  }

  .c-form-privacy__text:hover {
    opacity: 0.7;
  }

  .c-form-text:hover {
    border: 0.0625rem solid #93bdd2;
    opacity: 0.7;
  }

  .c-form-textarea:hover {
    border: 0.0625rem solid #93bdd2;
    opacity: 0.7;
  }

  .p-header__logo:hover {
    opacity: 0.6;
  }

  .p-header__buttonLink.-line:hover {
    background: #00ae47;
  }

  .p-header__buttonLink.-mail:hover {
    background: #555555;
  }

  .p-header__link:hover {
    background: #e2e4e5;
  }

  .p-drawer__buttonLink.-line:hover {
    background: #00ae47;
  }

  .p-drawer__buttonLink.-mail:hover {
    background: #555555;
  }

  .p-drawer__link:hover {
    opacity: 0.4;
  }

  .p-top-rent__link:hover {
    opacity: 0.6;
  }

  .p-media:hover .p-media__more::before {
    right: -0.625rem;
  }

  .p-media:hover .p-media__image img {
    scale: 1.1;
  }

  .p-top-index__link:hover .p-top-index__image img {
    scale: 1.1;
  }

  .p-card:hover .p-card__image img {
    scale: 1.1;
  }

  .p-cta__link:hover::after {
    translate: 0;
  }

  .p-cta__link:hover .p-cta__title {
    color: #ffffff;
  }

  .p-cta__link:hover .p-cta__tel {
    color: #ffffff;
  }

  .p-cta__link:hover .p-cta__tel::before {
    background: #ffffff;
  }

  .p-cta__link:hover .p-cta__note {
    color: #ffffff;
    opacity: 1;
  }

  .p-cta__link:hover .p-cta__image {
    background: #ffffff;
  }

  .p-top-message__link:hover .p-top-message__footImage img {
    scale: 1.1;
  }

  .p-form__button:hover {
    background: #769eb2;
  }

  .p-form__recaptcha a:hover {
    opacity: 0.6;
  }

  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover {
    opacity: 0.7;
  }

  .p-form-radios .wpcf7-radio .wpcf7-list-item-label:hover::before {
    border: 0.0625rem solid #93bdd2;
  }

  .p-footer__logo:hover {
    opacity: 0.6;
  }

  .p-sidebar-news__link:hover {
    border-color: #93bdd2;
  }

  .p-sidebar-news__link:hover::before {
    visibility: hidden;
    right: -1rem;
    opacity: 0;
  }

  .p-sidebar-news__link:hover::after {
    visibility: visible;
    right: 0rem;
    opacity: 1;
  }

  .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
    border-color: transparent;
    background: #93bdd2;
    color: #ffffff;
  }

  .page-numbers.prev:hover .p-pagination__arrow,
  .page-numbers.next:hover .p-pagination__arrow {
    opacity: 0.7;
  }

  .p-single__body a:hover {
    opacity: 0.7;
  }

  .p-breadcrumb span a:hover span {
    color: #93bdd2;
  }

  .p-contact__link:hover::after {
    translate: 0;
  }

  .p-contact__link:hover .p-contact__title {
    color: #ffffff;
  }

  .p-contact__link:hover .p-contact__tel {
    color: #ffffff;
  }

  .p-contact__link:hover .p-contact__tel::before {
    background: #ffffff;
  }

  .p-contact__link:hover .p-contact__note {
    color: #ffffff;
    opacity: 1;
  }

  .p-contact__link:hover .p-contact__image {
    background: #ffffff;
  }

  .p-property-head__content a:hover {
    opacity: 0.7;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */