@charset "UTF-8";
/* ↓↓ reset.css ↓↓ */
/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* ↑↑ reset.css ↑↑ */
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.l-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.l-header .c-inner {
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header .c-inner {
    padding-inline: 0rem;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 6rem;
    padding-inline: 2rem;
  }
}
.l-header__inner-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.l-header__inner-logo {
  flex-shrink: 0;
}
.l-header__inner-logo-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-header__inner-logo-link-title {
  color: #231815;
  text-align: center;
  font-family: "A P-OTF Aoto Gothic StdN";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner-logo-link-title {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
}
.l-header__inner-logo-link-title--sup {
  letter-spacing: 0.2rem;
}
.l-header__inner-logo img {
  width: 14rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner-logo img {
    width: 11.5rem;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.l-header__nav-link {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.028rem;
}
.l-header__contact {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.002rem;
}
.l-header__contact-link {
  display: flex;
  align-items: center;
  height: 5.2rem;
  border-radius: 99rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.l-header__contact-link--mail {
  background-color: #121413;
  padding-inline: 4.8rem 2.6rem;
  min-width: 16rem;
}
.l-header__contact-link--mail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translate(0, -50%);
  background: url(../img/top/icon-mail01.svg) no-repeat center center/cover;
  width: 1.8rem;
  height: 1.4rem;
}
.l-header__contact-link--line {
  background-color: #06c755;
  padding-inline: 4.8rem 2.6rem;
  min-width: 18rem;
}
.l-header__contact-link--line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translate(0, -50%);
  background: url(../img/top/icon-line01.svg) no-repeat center center/cover;
  width: 1.8rem;
  height: 1.4rem;
}

.l-footer {
  padding: 3rem 0 4rem;
  background-color: #F7F6F3;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem 0 7rem;
  }
}
.l-footer__top {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
  }
}
.l-footer__company {
  width: 32rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    display: flex;
    gap: 0.6rem;
  }
}
.l-footer__company-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-footer__company-title {
    font-size: 2.2rem;
  }
}
.l-footer__company-text {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.064rem;
  margin-top: 0.6rem;
}
.l-footer__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}
.l-footer__info-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem 2rem;
  border: 0.1rem solid #E0E0DE;
  border-radius: 1rem;
  background-color: #fff;
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-card {
    min-height: auto;
    padding: 1.2rem 2rem 1.4rem;
    width: 100%;
  }
}
.l-footer__info-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.028rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-card-title {
    font-size: 1.4rem;
  }
}
.l-footer__info-card-text {
  margin-top: 0.4rem;
  color: #6D6D6D;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info-card-text {
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
  }
}
.l-footer__info-card-arrow {
  position: relative;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #6D6D6D;
  border-right: 0.2rem solid #6D6D6D;
  transform: rotate(45deg);
}
.l-footer__sns {
  display: flex;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.l-footer__sns-title {
  width: 32rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-title {
    font-size: 2rem;
    letter-spacing: 0.14rem;
  }
}
.l-footer__sns-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-groups {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 0.6rem;
    margin-top: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sns-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-footer__sns-group-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-group-title {
    font-size: 1.4rem;
  }
}
.l-footer__sns-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    gap: 1rem;
    margin-top: 0;
  }
}
.l-footer__sns-link {
  width: 18.1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 5.2rem;
  padding: 1.8rem 2rem 1.8rem 5.2rem;
  border: 0.1rem solid #E0E0DE;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-link {
    width: 13rem;
    min-height: 5.4rem;
    padding: 1.2rem 1.6rem;
    justify-content: center;
  }
}
.l-footer__sns-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  width: 2.4rem;
  height: 2.4rem;
}
.l-footer__sns-link--n::after {
  background: url(../img/common/icon-n.png) no-repeat center center/cover;
}
.l-footer__sns-link--x::after {
  background: url(../img/common/icon-x.png) no-repeat center center/cover;
}
.l-footer__sns-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #111;
  font-weight: 700;
  line-height: 1;
}
.l-footer__sns-text {
  font-size: 1.3rem;
}
.l-footer__bottom {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 12rem;
  margin-top: 2.6rem;
  padding-top: 3.2rem;
  border-top: 0.1rem solid #E0E0DE;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3.4rem;
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bottom-company {
    text-align: center;
  }
}
.l-footer__logo {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 13.6rem;
    margin-inline: auto;
  }
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__company-info {
  margin-top: 2.1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.026rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company-info {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 20rem;
  gap: 4.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    grid-template-columns: 1fr;
    gap: 2.8rem;
    padding-left: 0.8rem;
    border-top: 0.1rem solid #E0E0DE;
    padding-top: 2rem;
  }
}
.l-footer__nav-column--border {
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-column--border {
    border-top: 0.1rem solid #E0E0DE;
    padding-top: 1rem;
  }
}
.l-footer__nav-title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.026rem;
}
.l-footer__nav-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
    margin-top: 0.8rem;
  }
}
.l-footer__nav-item.is-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item--more {
    grid-column: 1/-1;
  }
}
.l-footer__nav-more {
  color: #6D6D6D;
  font-size: 1.3rem;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.l-footer__nav-link {
  color: #6D6D6D;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link--small {
    font-size: 1rem;
  }
}
.l-footer__nav-link--open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.l-footer__nav-link--open::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/icon-open.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link--open::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.l-footer__copyright {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 0.1rem solid #E0E0DE;
  line-height: 1.5;
  text-align: center;
  color: #6D6D6D;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

.c-section-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}

.c-inner {
  padding-inline: 10rem;
  max-width: 128rem;
  margin-inline: auto;
}
.c-inner--property {
  padding-inline: 5rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    padding-inline: 2rem;
  }
}

.c-pagination {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 10rem;
  max-width: 128rem;
  margin-inline: auto;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    display: block;
  }
}
.c-pagination__count {
  color: #6D6D6D;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-pagination__count {
    text-align: center;
    font-size: 1.3rem;
  }
}
.c-pagination__nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-pagination__nav {
    position: static;
    margin-top: 0.8rem;
    transform: none;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
}
.c-pagination__item {
  line-height: 1;
}
.c-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #F7F6F3;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-pagination__link {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
}
.c-pagination__link.is-current {
  background-color: #121413;
  color: #fff;
}
.c-pagination__prev, .c-pagination__next {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__prev, .c-pagination__next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-pagination__prev::before, .c-pagination__next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
}
.c-pagination__next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.c-pagination__prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.c-page-top {
  position: fixed;
  z-index: 99;
  border-radius: 999px;
  background: #121413;
  text-decoration: none;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-page-top.js-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-page-top::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 2rem;
  background-image: url("../img/common/to-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-page-top {
    bottom: 6rem;
    right: 0.9rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}

body.is-drawer-open {
  overflow: hidden;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 30.4rem;
  height: 100vh;
  height: 100svh;
  background: #F7F6F3;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
.drawer.js-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0s linear 0s;
}
.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 1.6rem;
  right: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 3rem;
  height: 1.7rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 0.75rem;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -0.75rem;
}
.drawer__icon.js-show .drawer__icon-text {
  display: none;
}
.drawer__icon--bar {
  width: 100%;
  height: 0.2rem;
  background: #333;
}
.drawer__icon-text {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.drawer__icon-text::before {
  content: "メニュー";
}
.drawer__body {
  width: 100%;
  height: fit-content;
  padding: 8rem 3.2rem;
}
.drawer__body-items {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 4.8rem;
}
.drawer__body-link {
  padding-inline: 4.8rem 2.6rem;
  width: 21rem;
  display: flex;
  align-items: center;
  height: 4.8rem;
  border-radius: 99rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.1rem;
}
.drawer__body-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.drawer__body-link--tel {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border: 0.1rem solid #6D6D6D;
  background: #FFF;
  letter-spacing: 0.1rem;
}
.drawer__body-link--tel::before {
  background: url(../img/top/icon-phone01.svg) no-repeat center center/cover;
  width: 1.8rem;
  height: 1.4rem;
  left: 2rem;
}
.drawer__body-link--mail {
  background: #121413;
  justify-content: center;
}
.drawer__body-link--mail::before {
  background: url(../img/top/icon-mail01.svg) no-repeat center center/cover;
  width: 1.8rem;
  height: 1.4rem;
  left: 2.4rem;
}
.drawer__body-link--line {
  background-color: #06c755;
  justify-content: center;
}
.drawer__body-link--line::before {
  background: url(../img/top/icon-line01.svg) no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
  left: 2.4rem;
}
.drawer__list {
  display: flex;
  flex-direction: column;
}
.drawer__list li {
  border-bottom: 0.1rem solid #DADADA;
}
.drawer__list li:first-of-type {
  border-top: 0.1rem solid #DADADA;
}
.drawer__list li a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  padding-block: 1.8rem;
  display: block;
  padding-left: 1.2rem;
}
.drawer__list--open {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.drawer__list--open::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/common/icon-open.svg") no-repeat center center/contain;
}
.drawer.p-property .drawer__body-link--mail::before {
  left: 3rem;
}
.drawer.p-property .drawer__body-items {
  width: 20rem;
}
.drawer.p-property .drawer__body-link--tel::before, .drawer.p-property .drawer__body-link--mail::before, .drawer.p-property .drawer__body-link--line::before {
  left: 2.2rem;
}

.c-bottom-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 5rem;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-bottom-fixed.js-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-bottom-fixed__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0.4rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.c-bottom-fixed__link::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-bottom-fixed__link--tel {
  background-color: #fff;
}
.c-bottom-fixed__link--tel::before {
  background-image: url("../img/top/icon-phone01.svg");
}
.c-bottom-fixed__link--tel .c-bottom-fixed__text {
  font-size: 1.4rem;
}
.c-bottom-fixed__link--mail {
  background-color: #333;
  color: #fff;
}
.c-bottom-fixed__link--mail::before {
  background-image: url("../img/top/icon-mail01.svg");
  margin-right: 0.4rem;
}
.c-bottom-fixed__link--line {
  background-color: #06c755;
  color: #fff;
}
.c-bottom-fixed__link--line::before {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/top/icon-line01.svg");
}
.c-bottom-fixed__text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  font-size: 1.3rem;
}
.c-bottom-fixed__sup {
  margin-top: 0.2rem;
  font-size: 1rem;
  line-height: 1;
}

.c-breadcrumb-inner {
  padding-inline: 5rem;
  max-width: 128rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-inner {
    padding-inline: 2rem;
  }
}
.c-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb-list {
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-block: 0.4rem;
  }
}
.c-breadcrumb-list-item {
  color: #6D6D6D;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.024rem;
}
.c-breadcrumb-list-item.is-current {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb .c-breadcrumb-list-item {
    line-height: 1.5;
  }
}
.c-breadcrumb-list-item::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.8rem;
  background: #6D6D6D;
  margin: 0 0.8rem 0;
  transform: rotate(30deg);
}
.c-breadcrumb-list-item:last-of-type::after {
  display: none;
}
.c-breadcrumb-list a {
  color: inherit;
  transition: 0.3s;
}
.c-breadcrumb-list a:hover {
  opacity: 0.5;
}

.c-cta {
  padding-inline: 22rem 24rem;
  border-top: 1rem solid #006329;
  background: #121413;
  padding-block: 3.6rem 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-inline: 0rem;
    padding-block: 4rem 4.4rem;
  }
}
.c-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% - 63.2rem);
  background: url(../img/common/cta-bg01.png) no-repeat center center/cover;
  width: 48rem;
  height: 11rem;
}
@media screen and (max-width: 767px) {
  .c-cta::after {
    width: 22rem;
    height: 5rem;
    right: 0;
  }
}
.c-cta .c-inner {
  padding-inline: 0rem;
}
@media screen and (min-width: 768px) {
  .c-cta .c-inner {
    max-width: 82rem;
  }
}
.c-cta__line {
  padding: 1rem 2.8rem 1rem 5.2rem;
  display: inline-block;
  border-radius: 99rem;
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__line {
    margin-top: 2.6rem;
    margin-inline: auto;
  }
}
.c-cta__line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
  background: url(../img/top/icon-line01.svg) no-repeat center center/cover;
  width: 2rem;
  height: 2rem;
}
.c-cta__line-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #fff;
  color: #06c755;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
.c-cta__line-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.c-cta__line-sup {
  display: block;
  margin-top: 0.2rem;
  font-size: 1.2rem;
  line-height: 1;
}
.c-cta__container {
  display: flex;
  gap: 12rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    flex-direction: column;
    text-align: center;
    gap: 3.8rem;
  }
}
.c-cta__left-buttons {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.c-cta__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.028rem;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    letter-spacing: 0.1rem;
  }
}
.c-cta__text:nth-of-type(n+2) {
  margin-top: 1.6rem;
}
.c-cta__note {
  margin-top: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 767px) {
  .c-cta__note {
    text-align: center;
    padding-left: 0;
  }
}
.c-cta__right {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .c-cta__right {
    width: 10rem;
  }
}
.c-cta.p-property .c-cta__line {
  width: 27.2rem;
}

.c-property-slider {
  padding-block: 4rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-property-slider {
    padding: 4rem 0;
  }
}
.c-property-slider__inner {
  overflow: hidden;
}
.c-property-slider__head {
  position: relative;
}
.c-property-slider__title {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-property-slider__title {
    letter-spacing: 0.01rem;
  }
}
.c-property-slider__title-sup {
  content: "";
  width: 2rem;
  height: 0.01rem;
  display: inline-block;
  background-color: #333;
}
.c-property-slider__slider-wrap {
  position: relative;
  margin-top: 2.4rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .c-property-slider__slider-wrap {
    margin-top: 2rem;
    padding-left: 1.2rem;
  }
}
.c-property-slider__list {
  margin-inline: -1.2rem;
}
.c-property-slider__list.is-no-slider {
  display: flex;
}
.c-property-slider__list .slick-list {
  overflow: hidden;
}
.c-property-slider__list .slick-track {
  display: flex;
}
.c-property-slider__slide {
  width: 31.4rem;
  margin-right: 1.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-property-slider__slide {
    width: 30rem;
    margin-right: 1.6rem;
  }
}
.c-property-slider__arrows {
  position: absolute;
  top: -5.2rem;
  right: 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-property-slider__arrows {
    top: 8.5rem;
    left: -1.2rem;
    right: -1.2rem;
    justify-content: space-between;
    pointer-events: none;
  }
}
.c-property-slider__arrow {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #F7F6F3;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-property-slider__arrow {
    width: 2.4rem;
    height: 2.4rem;
    background-color: #6D6D6D;
    pointer-events: auto;
  }
}
.c-property-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
}
@media screen and (max-width: 767px) {
  .c-property-slider__arrow::before {
    width: 0.7rem;
    height: 0.7rem;
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.c-property-slider__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.c-property-slider__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.c-property-card__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.4rem;
  grid-row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-property-card__inner {
    grid-template-columns: 1fr;
  }
}
.c-property-card__link {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 2rem;
  border: 0.1rem solid #E0E0DE;
}
.c-property-card__link:hover .c-property-card__link-img img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .c-property-card__link {
    width: 100%;
  }
}
.c-property-card__link-img {
  position: relative;
  overflow: hidden;
  border-radius: 2rem 2rem 0 0;
  aspect-ratio: 528/305;
}
@media screen and (max-width: 767px) {
  .c-property-card__link-img {
    aspect-ratio: 335/194;
    border-radius: 1.4rem 1.4rem 0 0;
  }
}
.c-property-card__link-img--recommend {
  aspect-ratio: 157/107;
}
@media screen and (max-width: 767px) {
  .c-property-card__link-img--recommend {
    aspect-ratio: 95/59;
    width: 100%;
  }
}
.c-property-card__link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.c-property-card__link--new .c-property-card__link-img::before {
  content: "NEW";
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  display: flex;
  align-items: center;
  height: 2.4rem;
  padding-inline: 1.8rem 1.2rem;
  border-radius: 99rem;
  background-color: #2CA7AD;
  color: #fff;
  font-size: 1.4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-property-card__link--new .c-property-card__link-img::before {
    top: 1rem;
    left: 1.4rem;
    height: 1.8rem;
    padding-inline: 1.2rem 0.8rem;
    font-size: 1.2rem;
  }
}
.c-property-card__link--new .c-property-card__link-img::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  z-index: 4;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-property-card__link--new .c-property-card__link-img::after {
    top: 1.8rem;
    left: 2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-property-card__link--sold .c-property-card__link-img::before, .c-property-card__link--end .c-property-card__link-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 2rem 2rem 0 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-property-card__link--sold .c-property-card__link-img::before, .c-property-card__link--end .c-property-card__link-img::before {
    border-radius: 1.4rem 1.4rem 0 0;
  }
}
.c-property-card__link--sold .c-property-card__link-img::after {
  content: "完売(キャンセル待ち)";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  padding-inline: 1.8rem 1.2rem;
  border-radius: 99rem;
  background-color: #E34F5F;
  background-image: radial-gradient(circle, #fff 0 45%, transparent 46%);
  background-size: 0.8rem 0.8rem;
  background-position: 0.7rem center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-property-card__link--sold .c-property-card__link-img::after {
    height: 1.8rem;
    padding-inline: 1.2rem 0.8rem;
    background-size: 0.6rem 0.6rem;
    background-position: 0.5rem center;
    font-size: 1.2rem;
  }
}
.c-property-card__link--end .c-property-card__link-img::after {
  content: "掲載終了";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
  padding-inline: 1.8rem 1.2rem;
  border-radius: 99rem;
  background-color: #E34F5F;
  background-image: radial-gradient(circle, #fff 0 45%, transparent 46%);
  background-size: 0.8rem 0.8rem;
  background-position: 0.9rem center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-property-card__link--end .c-property-card__link-img::after {
    height: 1.8rem;
    padding-inline: 1.2rem 0.8rem;
    background-size: 0.6rem 0.6rem;
    background-position: 0.5rem center;
    font-size: 1.2rem;
  }
}
.c-property-card__link-text {
  position: absolute;
  left: 2rem;
  bottom: 1.6rem;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.044rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__link-text {
    left: 1.6rem;
    bottom: 1.2rem;
    width: 26rem;
  }
}
.c-property-card__link-text--recommend {
  width: 27rem;
}
.c-property-card__link-area {
  font-size: 1.1rem;
  letter-spacing: 0.04rem;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.c-property-card__link-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.064rem;
  margin-top: 0.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__link-title {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.c-property-card__link-photo {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.6rem 0.9rem 0.6rem 2.4rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__link-photo {
    right: 1.4rem;
    bottom: 1.4rem;
    font-size: 1.2rem;
  }
}
.c-property-card__link-photo-icon {
  position: relative;
}
.c-property-card__link-photo-count {
  line-height: 1;
}
.c-property-card__link-photo-count::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26%;
  transform: translate(-50%, -50%);
  background: url(../img/common/icon-camera01.svg) no-repeat center center/cover;
  width: 1.2rem;
  height: 1.2rem;
}
.c-property-card__body {
  padding: 1.6rem 2rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__body {
    padding: 1rem 1.6rem 1rem;
  }
}
.c-property-card__body-price {
  display: grid;
  gap: 1.2rem;
}
.c-property-card__body-price--recommend {
  gap: 0.6rem;
  padding-left: 0.6rem;
}
.c-property-card__body-price-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-item {
    gap: 0.4rem;
  }
  .c-property-card__body-price-item:nth-of-type(n+2) .c-property-card__body-price-label {
    padding: 0.8rem;
  }
}
.c-property-card__body-price-label {
  min-width: 9.2rem;
  padding-block: 0.8rem;
  background: #F7F6F3;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-label {
    min-width: 8rem;
    padding: 1.2rem 0.8rem;
  }
}
.c-property-card__body-price-value {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.c-property-card__body-price-main {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-main {
    font-size: 2rem;
  }
}
.c-property-card__body-price-main--recommend {
  font-size: 2.2rem;
}
.c-property-card__body-price-small {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-unit {
    font-size: 1.5rem;
  }
}
.c-property-card__body-price-sub {
  margin-left: 0.8rem;
  color: #6D6D6D;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-price-sub {
    margin-left: -0.4rem;
  }
}
.c-property-card__body-price-sub--recommend {
  margin-left: 0;
}
.c-property-card__body-meta {
  margin-top: 1rem;
  padding-top: 1.2rem;
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-meta {
    margin-top: 0.6rem;
    padding-top: 1rem;
    padding-left: 0.6rem;
  }
}
.c-property-card__body-meta-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-meta-top {
    gap: 1.8;
  }
}
.c-property-card__body-meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.026rem;
}
.c-property-card__body-meta-item::before {
  content: "";
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-property-card__body-meta-item--type::before {
  background-image: url("../img/common/icon-property02.svg");
}
.c-property-card__body-meta-item--room::before {
  background-image: url("../img/common/icon-property03.svg");
}
.c-property-card__body-meta-item--bed::before {
  background-image: url("../img/common/icon-property04.svg");
}
.c-property-card__body-meta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  color: #6D6D6D;
  font-size: 1.2rem;
  line-height: 1.37;
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-meta-bottom {
    align-items: flex-end;
    gap: 1rem;
    margin-top: 0.4rem;
  }
}
.c-property-card__body-meta-developer, .c-property-card__body-meta-date {
  color: #6D6D6D;
  font-size: 1.2rem;
  line-height: 1.37;
}
@media screen and (max-width: 767px) {
  .c-property-card__body-meta-schedule, .c-property-card__body-meta-date {
    font-size: 1.2rem;
  }
}
.c-property-card__body-meta-date {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-property .c-property-slider .c-inner {
    padding-inline: 10rem 0rem;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  color: transparent;
}

.acf-input-wrap input[type=date],
.acf-input-wrap input[type=datetime-local],
.acf-input-wrap input[type=datetime],
.acf-input-wrap input[type=email],
.acf-input-wrap input[type=month],
.acf-input-wrap input[type=number],
.acf-input-wrap input[type=password],
.acf-input-wrap input[type=search],
.acf-input-wrap input[type=tel],
.acf-input-wrap input[type=text],
.acf-input-wrap input[type=time],
.acf-input-wrap input[type=url],
.acf-input-wrap input[type=week] {
  min-height: 30px;
}/*# sourceMappingURL=common.css.map */