@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover,
  button:hover {
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-aside__list {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-aside__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-aside__item + .l-aside__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-aside__item + .l-aside__item {
    margin-top: 0;
  }
}

.l-aside__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
  min-height: 7rem;
  padding: 1.25rem 1.875rem;
  text-align: left;
  border-radius: 0.4375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-aside__item {
    height: 18.4375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-aside__item::after {
  position: absolute;
  content: "";
  top: -0.375rem;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  border: 1px solid #e87b42;
  border-radius: 0.4375rem;
}

.l-aside__item--line::after {
  border-color: #06C755;
}

.l-aside__item--mail::after {
  border-color: #f09e48;
}

.l-aside__item-img {
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  margin-right: 0.125rem;
  color: #e87b42;
  background-color: #e87b42;
  background-image: url(../images/icon_money.png);
  background-size: 77%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-aside__item-img {
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem;
  }
}

.l-aside__item-img--line {
  background-image: url(../images/icon-line.png);
  color: #06C755;
  background-color: #06C755;
}

.l-aside__item-img--mail {
  background-image: url(../images/icon_mail.png);
  color: #f09e48;
  background-color: #f09e48;
}

.l-aside__item-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.l-aside__item-label {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-aside__item-label {
    font-size: 1.125rem;
  }
}

.l-aside__item-btn {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 1rem;
  font-size: 0.625rem;
  padding: 0.625rem;
  width: 10.9375rem;
  border-radius: 25rem;
  color: #fff;
  background-color: #e87b42;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-aside__item-btn {
    font-size: 1rem;
    padding: 0.9375rem;
    margin-top: 2.5rem;
    width: 13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .l-aside__item-btn:hover {
    padding: 1.125rem;
    opacity: 0.7;
  }
}

.l-aside__item-btn--line {
  background-color: #06C755;
}

.l-aside__item-btn--mail {
  background-color: #f09e48;
}

.l-aside__item-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.625rem;
  width: 0.75rem;
  height: 0.125rem;
  background-color: white;
}

.l-aside__item-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1875rem);
  right: 0.8125rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  -webkit-transform: translateX(0.3125rem) rotate(45deg);
          transform: translateX(0.3125rem) rotate(45deg);
}

.l-aside__item-tag {
  text-transform: capitalize;
  font-size: 0.5rem;
  gap: 0.25rem;
  left: calc(100% - 0.9375rem);
  right: auto;
  top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: absolute;
  rotate: 90deg;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: #e87b42;
}
@media screen and (min-width: 768px) {
  .l-aside__item-tag {
    font-size: 0.75rem;
  }
}

.l-aside__item-tag--line {
  color: #06C755;
}

.l-aside__item-tag--mail {
  color: #f09e48;
}

.l-aside__item-tag::after {
  width: 1.5rem;
  background: #e87b42;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 0.25rem;
}

.l-aside__item-tag--line::after {
  background: #06C755;
}

.l-aside__item-tag--mail::after {
  background: #f09e48;
}

.l-footer {
  background-color: rgba(207, 204, 195, .4);
  padding: 6.25rem 0 2.8125rem;
}

.l-footer__info {
  color: rgba(146, 133, 114, .7);
  margin-top: 5rem;
}

.l-footer__logo img {
  display: block;
  margin: 0 auto;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 8.125rem;
  }
}

.l-footer__logo h2 {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo h2 {
    font-size: 2.375rem;
    margin-top: 0.3125rem;
  }
}

.l-footer__logo h2 span {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo h2 span {
    font-size: 2.5rem;
  }
}

.l-footer__meta {
  margin-top: 1.5625rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__meta {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .l-footer__meta {
    margin-top: 2.8125rem;
    margin-left: auto;
    margin-right: auto;
    width: 28.125rem;
  }
}

.l-footer__address {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    margin-top: 1.25rem;
  }
}

.l-footer__tel {
  display: block;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__tel {
    margin-top: 1.875rem;
  }
}

.l-footer__map {
  display: grid;
  grid-template-columns: 1rem 1fr;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  margin-top: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-variation-settings: "wght" 453;
}
@media screen and (min-width: 768px) {
  .l-footer__map {
    margin-top: 2.25rem;
  }
}

.l-footer__map span {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-footer__map span {
    font-size: 0.9375rem;
  }
}

.l-footer__map span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 5px;
  background-color: #928572;
}

.l-footer__copy {
  font-size: 0.625rem;
  margin-top: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.75rem;
    margin-top: 1.25rem;
  }
}

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

.l-main {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 6.875rem;
  }
}

.l-section {
  font-weight: 700;
}

.c-btn {
  font-size: 0.875rem;
  font-weight: bold;
  border-bottom: 2px solid #5cb575;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-btn {
    font-size: 1rem;
  }
  .c-btn:hover {
    border-bottom-color: #FFA500; /* ホバー時に下線の色を変更 */
  }
  .c-btn:hover .arrow-circle {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); /* ホバー時に円を小さく */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-btn .arrow-circle {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* 戻る時もゆっくり */
  }
}

.c-btn--white {
  border-bottom: 2px solid #fff;
}

.arrow-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #FFA500;
  border-radius: 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .arrow-circle {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}

.arrow-circle::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.125rem;
  background-color: white;
}

.arrow-circle::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
  -webkit-transform: translateX(0.3125rem) rotate(45deg);
          transform: translateX(0.3125rem) rotate(45deg);
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
}

.fade-in.fade-in-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-flow__section {
  background: #fff;
  border-radius: 0.75rem;
  margin-top: 3.75rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-flow__section {
    font-size: 0.875rem;
  }
}

.c-flow__section-title {
  margin-bottom: 1.5rem;
  color: #333;
  border-left: 6px solid #e87b42;
  padding-left: 0.75rem;
}

.c-flow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.875rem;
}

.c-flow__step-wrapper {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .04);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .04);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.c-flow__step-wrapper.open {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .08);
}

.c-flow__step {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  background: #fdf5f0;
  color: #333;
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-flow__step {
    font-size: 1rem;
  }
}

.c-flow__wrapper--green .c-flow__step {
  background: #f1f8ec;
}

.c-flow__step-detail {
  display: none;
  padding: 1rem;
  background: #fff;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-flow__step-detail {
    font-size: 1rem;
  }
}

.c-flow__icon {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.625rem;
}

.c-flow__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.c-flow__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.c-flow__step-wrapper.open .c-flow__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.c-pagination {
  margin: 3.75rem auto 0;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagination .page-numbers {
  display: inline-block;
  margin-right: 1.25rem;
  padding: 0.625rem 0.9375rem;
  color: #333;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 3px #999;
          box-shadow: 0 3px 3px #999;
  background: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-pagination .page-numbers:hover {
    opacity: 1;
    background-color: #e87b42;
    color: #fff;
  }
}

.page-numbers:hover {
  opacity: 0.7;
  cursor: pointer;
  display: block;
}

.c-pagination .current {
  padding: 0.625rem 0.9375rem;
  background: #e87b42;
  color: #fff;
}

.c-pagination .prev,
.c-pagination .next {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #69a4db;
  display: none;
}

.c-pagination .dots {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-rental {
  margin-top: 3.75rem;
}

.c-rental__head {
  margin-bottom: 1.5rem;
  color: #333;
  border-left: 6px solid #e87b42;
  padding-left: 0.75rem;
}

.c-rental__lead {
  display: block;
  margin-top: 0.625rem;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-rental__lead {
    font-size: 1rem;
  }
}

.c-rental__btn {
  text-align: right;
  margin-top: 1.875rem;
}

.c-rental__step-item + .c-rental__step-item {
  margin-top: 1.25rem;
}

.c-rental__step-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-weight: bold;
  font-size: 1rem;
  white-space: nowrap;
}
.c-rental__step-item div h4 {
  white-space: normal;
}

.c-rental__step-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f09e48;
  color: #fff;
  line-height: 1;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-rental__step-item p {
  margin-top: 0.625rem;
}

.c-section-title {
  font-size: 3.875rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 5rem;
  }
}

.c-section-title--cream {
  color: #FAF2EC;
}

.c-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  position: relative;
  background-color: #FAF2EC;
  width: 100%;
  margin: 0 auto;
  border-radius: 0 0 2.1875rem 2.1875rem;
  padding: 2.1875rem 7.125vw 2.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-sub-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.375rem;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    margin-top: 6.25rem;
    border-radius: 62.4375rem;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3.75rem);
  }
}

.c-sub-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.375rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../../assets/images/nav_news.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-sub-title::after {
    left: 15.625rem;
  }
}

.c-sub-title--contact::after {
  background-image: url(../../assets/images/nav_mail1.png);
}
@media screen and (min-width: 768px) {
  .c-sub-title--contact::after {
    left: 12.5rem;
  }
}

.c-sub-title--assess::after {
  background-image: url(../../assets/images/nav_sell.png);
}
@media screen and (min-width: 768px) {
  .c-sub-title--assess::after {
    left: 12.5rem;
  }
}

.c-sub-title--property::after {
  background-image: url(../../assets/images/nav_buy.png);
}

.c-sub-title--company::after {
  background-image: url(../../assets/images/nav_company.png);
}
@media screen and (min-width: 768px) {
  .c-sub-title--company::after {
    left: 12.1875rem;
  }
}

.c-sub-title--question::after {
  background-image: url(../../assets/images/nav_faq.png);
}
@media screen and (min-width: 768px) {
  .c-sub-title--question::after {
    left: 12.1875rem;
  }
}

.c-sub-title--sell::after {
  background-image: url(../../assets/images/nav_sell.png);
  left: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .c-sub-title--sell::after {
    left: 8.4375rem;
  }
}

.c-sub-title--buy::after {
  background-image: url(../../assets/images/nav_buy.png);
}

.c-sub-title--renovation::after {
  background-image: url(../../assets/images/nav_buy.png);
  left: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-title--renovation::after {
    left: 8.125rem;
  }
}

.c-sub-title--none::after {
  display: none;
}

.p-sub-title_title {
  display: inline-block;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .p-sub-title_title {
    font-size: 2.875rem;
  }
}

.c-sub-title__en {
  display: block;
  text-align: center;
  width: 6.15625rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.625rem;
  color: #fff;
  background-color: #e87b42;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-title__en {
    font-size: 1.125rem;
    width: 10rem;
    padding: 0.375rem 1.25rem;
    margin-top: 0.625rem;
  }
}

.c-sub-title__en--long {
  width: auto;
}

.c-thanks {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .c-thanks {
    max-width: 31.25rem;
  }
}

.p-thanks__catch {
  white-space: nowrap;
  color: #e87b42;
}
@media screen and (min-width: 768px) {
  .p-thanks__catch {
    font-size: 2.375rem;
  }
}

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

.p-thanks__text {
  line-height: 2;
}

.p-thanks__text + .p-thanks__text {
  margin-top: 1.875rem;
}

.p-thanks__btn {
  margin-top: 1.875rem;
  text-align: right;
}

.p-404 {
  text-align: center;
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.p-404__btn {
  margin-top: 1.25rem;
}

.p-about {
  position: relative;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__wapper {
    margin: 0 auto;
    max-width: 45rem;
  }
}

.p-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5cb575;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, background-color 6s ease 1s;
  transition: opacity 0.6s ease, background-color 6s ease 1s; /* 2秒待ってから7秒かけて色を変える */
  z-index: -1;
}

.p-about.active {
  color: white;
}

.p-about.active::before {
  opacity: 1;
  background: #e87b42;
}

.p-about__titile {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.5rem;
  padding-bottom: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #5cb575;
}

.p-about__titile img {
  width: 8.125rem;
  position: relative;
}

.p-about__titile span {
  margin-top: 0.3125rem;
  margin-left: 0.3125rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__catch {
  margin-top: 2.1875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-about__catch {
    margin-top: 4.375rem;
  }
}

.p-about__catch span {
  display: block;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-about__catch span {
    display: inline;
  }
}

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

.p-about__text {
  line-height: 2.185;
}

.p-about__text span {
  display: inline-block;
  font-size: 1.25rem;
  position: relative;
}

.p-about__text + .p-about__text {
  margin-top: 2rem;
}

.p-about__btn {
  margin-top: 0.9375rem;
  text-align: right;
}

.p-aside {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9997;
}

.p-aside__wrapper {
  position: relative;
  padding: 0.5rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-aside__wrapper {
    max-width: 100%;
    padding: 0.9375rem 1.25rem;
  }
}

.p-aside__wrapper::before {
  background-color: #333;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 6.67px);
          flex: 0 1 calc(33.333% - 6.67px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-aside__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
  min-width: calc(33.333% - 6.67px);
  min-height: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-aside__item {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}

.p-aside__item + .p-aside__item {
  margin-left: 0.625rem;
}

.p-aside__item--line {
  border: 1px solid #06C755;
  color: #06C755;
}

.p-aside__item--mail {
  font-size: 0.625rem;
  border: 1px solid #f09e48;
  color: #f09e48;
}
@media screen and (min-width: 768px) {
  .p-aside__item--mail {
    font-size: 0.875rem;
  }
}

.p-aside__item--money {
  font-size: 0.625rem;
  border: 1px solid #e87b42;
  color: #e87b42;
}
@media screen and (min-width: 768px) {
  .p-aside__item--money {
    font-size: 0.875rem;
  }
}

.p-aside__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.3125rem;
}

@media screen and (min-width: 768px) {
  .p-aside__item a:hover .p-aside__icon {
    opacity: 0.5;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

.p-aside__icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  color: #06C755;
  background-color: #06C755;
  border-radius: 50%;
  margin-right: 0.125rem;
  background-image: url(../images/icon-line.png);
  background-size: 77%;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 0.3125rem;
}

.p-aside__icon--money {
  background-image: url(../images/icon_money.png);
  color: #e87b42;
  background-color: #e87b42;
  background-size: 70%;
}

.p-aside__icon--mail {
  background-image: url(../images/icon_mail.png);
  color: #f09e48;
  background-color: #f09e48;
  background-size: 70%;
}

.hidden {
  -webkit-animation: fade 0.2s ease-in-out forwards;
          animation: fade 0.2s ease-in-out forwards;
  pointer-events: none; /* 重要 */
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.visible {
  -webkit-animation: fadeOut 0.2s ease-in-out forwards;
          animation: fadeOut 0.2s ease-in-out forwards;
  pointer-events: all; /* 重要 */
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-assess .p-assess__mail-box {
    width: 100% !important;
  }
}

.p-banner {
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-banner {
    margin-top: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.p-banner__item {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-banner__item {
    width: calc(50% - 0.625rem);
  }
}

@media screen and (min-width: 768px) {
  .p-banner__item:hover.p-banner__item::before {
    opacity: 0.3;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}

.p-banner__item + .p-banner__item {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-banner__item + .p-banner__item {
    margin-top: 0;
  }
}

.p-banner__item::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(232, 124, 66, .5);
  border-radius: 0.4375rem;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.p-banner__item--green::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(92, 181, 117, .5);
  border-radius: 0.4375rem;
}

.p-banner__item::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 1.5625rem;
  right: 1.25rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-banner__item img {
  aspect-ratio: 300/160;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-banner__item img {
    aspect-ratio: initial;
  }
}

.p-banner__item p {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
  color: #fff;
  display: inline-block;
  z-index: 100;
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-buy {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-buy {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-buy__hero {
  line-height: 1.8;
}

.p-buy__lead {
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-buy__lead {
    font-size: 1rem;
  }
}

.p-buy__lead--center {
  text-align: center;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-buy__lead--center {
    font-size: 1.625rem;
    margin-bottom: 3.125rem;
  }
}

.p-buy__lead + .p-buy__lead {
  margin-top: 1.25rem;
}

.p-buy__banner {
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-buy__section {
  background: #fff;
  border-radius: 0.75rem;
  margin-top: 3.75rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-buy__section {
    font-size: 0.875rem;
  }
}

.p-buy__section-title {
  margin-bottom: 1.5rem;
  color: #333;
  border-left: 6px solid #e87b42;
  padding-left: 0.75rem;
}

.p-buy__section-lead {
  display: block;
  margin-top: 0.625rem;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-buy__section-lead {
    font-size: 1rem;
  }
}

.p-buy__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 1.875rem;
}

.p-buy__step-wrapper {
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-buy__step {
  background: #fdf5f0;
  color: #333;
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-buy__step {
    font-size: 1rem;
  }
}

.p-buy__flow--green .p-buy__step {
  background: #f1f8ec;
}

.p-buy__step-wrapper.open .p-buy__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.p-buy__icon {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.625rem;
}

.p-buy__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-buy__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-buy__step-wrapper.open .p-buy__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.p-buy__step-detail {
  display: none;
  padding: 1rem 0;
  background: #fff;
}

.p-buy__step-detail p {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-buy__step-detail p {
    font-size: 1rem;
  }
}

.p-buy__step-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 2.5rem 0 0.625rem;
  padding-left: 0.75rem;
  border-left: 4px solid #e87b42;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-buy__step-heading {
    font-size: 1.5rem;
  }
}

.p-buy__step-heading--small {
  padding-left: 0;
  display: block;
  border-radius: 0.625rem;
  background-color: #98c872;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  border-left: none;
}

.p-buy__step-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.25rem;
}
.p-buy__step-table th,
.p-buy__step-table td {
  border: 1px solid #ccc;
  padding: 0.625rem;
  font-size: 0.875rem;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-buy__step-table th,
  .p-buy__step-table td {
    font-size: 0.9375rem;
  }
}
.p-buy__step-table th {
  width: 25%;
  background: #f9f9f9;
  font-weight: bold;
}

.p-buy__step-box {
  border: 1px solid #f5c6cb;
  background: #fff5f5;
  padding: 1rem;
  border-left: 5px solid #e87b42;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}
.p-buy__step-box h5 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-buy__step-box h5 .icon {
  color: #f44336;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-buy__step-box p + p {
  margin-top: 0.75rem;
}

.p-buy__cta {
  max-width: 22.5rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background: #f09e48;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .05);
}

.p-buy__cta a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-buy__cta a {
    font-size: 1.125rem;
  }
}

.p-buy__card-grid .p-buy__case-card:nth-child(1) {
  background-image: url(../../assets/images/case01.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-buy__card-grid .p-buy__case-card:nth-child(2) {
  background-image: url(../../assets/images/case02.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-buy__card-grid .p-buy__case-card:nth-child(3) {
  background-image: url(../../assets/images/case03.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-buy__card-grid .p-buy__case-card:nth-child(4) {
  background-image: url(../../assets/images/case04.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-buy__card-grid .p-buy__case-card:nth-child(5) {
  background-image: url(../../assets/images/case05.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-buy__case-box {
  position: relative;
  z-index: 2;
}

.p-buy__type-box--green .p-buy__subsection-title {
  border-left-color: #5cb575;
}

.p-buy__type-box--green li::before {
  color: #5cb575;
}

.p-buy__flow-steps {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-left: 4px solid #f09e48;
  border-radius: 0.375rem;
  padding: 1.125rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.p-buy__flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-buy__flow-list li {
  font-weight: bold;
  color: #f09e48;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-buy__flow-list li:last-child {
  margin-bottom: 0;
}
.p-buy__flow-list li span {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.75rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-buy__flow-list li {
    font-size: 1rem;
  }
  .p-buy__flow-list li span {
    font-size: 1rem;
  }
}

.p-buy__advice-list {
  list-style: none;
  counter-reset: number;
  margin: 1rem 0;
  padding-left: 0;
}
.p-buy__advice-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-buy__advice-list li span {
  position: absolute;
  left: 0;
  top: 0;
  background: #5cb575;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-buy__advice-list li {
    font-size: 0.9375rem;
  }
}

.p-buy__budget-box {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-buy__budget-box .p-buy__budget-equation {
  margin-bottom: 1.25rem;
}
.p-buy__budget-box .p-buy__budget-equation .budget {
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.p-buy__budget-box .p-buy__budget-equation .budget.green {
  background: #b0d49a;
}
.p-buy__budget-box .p-buy__budget-equation .budget.blue {
  display: inline-block;
  background: #85c1dc;
  margin-top: 0.625rem;
}
.p-buy__budget-box .p-buy__budget-equation .budget.red {
  display: inline-block;
  background: #f9a89a;
  margin-top: 0.625rem;
}
.p-buy__budget-box .p-buy__budget-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-buy__budget-box .p-buy__budget-options .option {
  background: #fff;
  padding: 0.625rem;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
}

.p-buy__expenses-table,
.p-buy__expenses-timing {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}
.p-buy__expenses-table th,
.p-buy__expenses-table td,
.p-buy__expenses-timing th,
.p-buy__expenses-timing td {
  border: 1px solid #ccc;
  padding: 0.625rem;
  font-size: 0.875rem;
  vertical-align: top;
  line-height: 1.4;
}
.p-buy__expenses-table th,
.p-buy__expenses-timing th {
  background: #f8f8f8;
  font-weight: bold;
  width: 40%;
}
.p-buy__expenses-table thead th,
.p-buy__expenses-timing thead th {
  background: #5cb575;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-buy__expenses-table th,
  .p-buy__expenses-table td,
  .p-buy__expenses-timing th,
  .p-buy__expenses-timing td {
    font-size: 0.9375rem;
  }
}

.p-buy__image {
  text-align: center;
  margin: 1.25rem 0;
}
.p-buy__image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  border-radius: 0.5rem;
}

.p-buy__content-wrap {
  margin-top: 1.5625rem;
}

.p-buy__content-wrap p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-buy__content-wrap p {
    font-size: 0.875rem;
  }
}

.p-buy__introduction-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.p-buy__introduction-methods li {
  border: 1px solid #ccc;
  border-left: 6px solid #5cb575;
  padding: 0.75rem;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  position: relative;
}
.p-buy__introduction-methods li span {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #5cb575;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
}
.p-buy__introduction-methods li strong {
  display: inline-block;
  margin-left: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-buy__introduction-methods li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-buy__introduction-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Added CSS for 物件見学 section */
.p-buy__visit {
  margin-top: 3.125rem;
}

.p-buy__visit-title {
  font-size: 1rem;
  font-weight: bold;
  border-left: 4px solid #e87b42;
  padding-left: 0.75rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.p-buy__visit-grid {
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-buy__visit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-buy__visit-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-buy__visit-box ul {
  padding-left: 0.75rem;
  margin-top: 0.625rem;
}
.p-buy__visit-box ul li {
  margin-bottom: 0.375rem;
}

.p-buy__visit-box__header {
  background: #f9f9f9;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
}
.p-buy__visit-box__header span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5cb575;
  color: #fff;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}

.p-buy__visit-box--single {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-buy__visit-box--single ul {
  padding-left: 0.75rem;
}
.p-buy__visit-box--single ul li {
  margin-bottom: 0.375rem;
}

.p-buy__application {
  margin-top: 3.125rem;
}
.p-buy__application .p-buy__conditions-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-buy__application .p-buy__conditions-table th,
.p-buy__application .p-buy__conditions-table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  vertical-align: top;
}
.p-buy__application .p-buy__conditions-table th {
  width: 7.5rem;
  background: #f8f8f8;
  font-weight: bold;
  white-space: nowrap;
}
.p-buy__application .p-buy__conditions-table th p + p {
  margin-top: 0.625rem;
}
.p-buy__application .p-buy__conditions-table td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-buy__application .p-buy__conditions-table {
    font-size: 0.9375rem;
  }
}
.p-buy__application .p-buy__flow-chart {
  margin-top: 2.5rem;
  text-align: center;
}
.p-buy__application .p-buy__flow-chart .flow-step--top {
  background-color: #1c2035;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.p-buy__application .p-buy__flow-chart .flow-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-buy__application .p-buy__flow-chart .flow-condition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}
.p-buy__application .p-buy__flow-chart .condition-item {
  text-align: center;
}
.p-buy__application .p-buy__flow-chart .condition-item .condition-label {
  color: #b31919;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.p-buy__application .p-buy__flow-chart .condition-item .arrow {
  display: block;
  color: #b31919;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.p-buy__application .p-buy__flow-chart .condition-item .condition-box {
  background-color: #1c2035;
  color: #fff;
  padding: 0.625rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}
.p-buy__application .p-buy__flow-chart .condition-item .condition-text {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-buy__application .p-buy__flow-chart .condition-item .condition-text {
    font-size: 0.875rem;
  }
}

.p-buy__required-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  vertical-align: top;
}
.p-buy__required-table th,
.p-buy__required-table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  vertical-align: top;
}
.p-buy__required-table th {
  width: 6.25rem;
  background: #f8f8f8;
  font-weight: bold;
  white-space: nowrap;
}
.p-buy__required-table ul {
  padding-left: 1rem;
  margin: 0;
}
.p-buy__required-table ul li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-buy__required-table {
    font-size: 0.9375rem;
  }
}

.p-buy__coowner-check {
  margin-top: 0.625rem;
}
.p-buy__coowner-check ul {
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.p-buy__coowner-check ul li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-buy__coowner-check ul li {
    font-size: 0.9375rem;
  }
}
.p-buy__coowner-check .p-buy__coowner-note {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-buy__coowner-check .p-buy__coowner-note {
    font-size: 0.8125rem;
  }
}

/* Added styles for contract simple flow */
.p-buy__contract-simple-flow {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-buy__contract-simple-box {
  background: #fff;
  border: 1px solid #eee;
  padding: 1.25rem;
  max-width: 50rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.7;
}
.p-buy__contract-simple-box h5 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0;
}
.p-buy__contract-simple-box p {
  font-size: 0.875rem;
  margin: 0;
  margin-top: 0.625rem;
}
.p-buy__contract-simple-box p + p {
  margin-top: 0.625rem;
}
.p-buy__contract-simple-box ul {
  margin-top: 1.875rem;
}
.p-buy__contract-simple-box span {
  display: block;
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  .p-buy__contract-simple-box span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-buy__contract-simple-box {
    font-size: 0.9375rem;
  }
  .p-buy__contract-simple-box h5 {
    font-size: 1rem;
  }
}

.p-buy__contract-understanding {
  text-align: center;
}
.p-buy__contract-understanding .p-buy__contract-label {
  color: #b31919;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.p-buy__contract-understanding .p-buy__contract-arrow {
  width: 0.25rem;
  height: 1rem;
  background-color: #b31919;
  position: relative;
  display: inline-block;
}
.p-buy__contract-understanding .p-buy__contract-arrow::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 0.4375rem solid transparent;
  border-right: 0.4375rem solid transparent;
  border-top: 0.4375rem solid #b31919;
}

.p-buy__move-btn {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-buy__move-btn {
    margin-top: 1.25rem;
  }
}

.p-buy__move-span {
  display: block;
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-buy__move-span {
    font-size: 0.8125rem;
  }
}

.p-buy__table-wrap--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.p-buy__table-wrap--scroll table {
  min-width: 50rem;
}

.p-buy__scroll {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  border-radius: 0.625rem;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  font-weight: 400;
  height: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
  margin: 1.25rem 0 0 auto;
  padding: 0 1.5rem 0 0.75rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-buy__scroll::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
}

.p-company {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-company__titile {
  text-transform: uppercase;
  font-size: 3.875rem;
  display: inline-block;
  position: relative;
  color: #FAF2EC;
}
@media screen and (min-width: 768px) {
  .p-company__titile {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 5rem;
  }
}

.p-company__titile--white {
  color: #fff;
}

.p-company__titile--messsage {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__titile--messsage {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.p-company__titile::after {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  bottom: -1.9em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.875rem;
  color: #9e9faa;
}
@media screen and (min-width: 768px) {
  .p-company__titile::after {
    bottom: -2.2em;
    font-size: 1rem;
  }
}

.p-company__message-catch {
  margin-top: 4.0625rem;
  white-space: nowrap;
  font-size: 1.21875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__message-catch {
    margin-top: 4.375rem;
    font-size: 2rem;
  }
}

.p-company__message-catch span {
  display: block;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__message-catch span {
    display: inline;
  }
}

.p-company__message-text {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-company__message-text {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
}

.p-company__message-text p {
  margin-top: 1em;
}

.p-company_message-ceo {
  text-align: right;
  font-size: 0.875rem;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-company_message-ceo {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-company__overvierw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

.p-company__table {
  width: 100%;
}

.p-company__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.8125rem;
  line-height: 1.4;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-company__table tr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    font-size: 1rem;
  }
}

.p-company__table th {
  padding-top: 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company__table th {
    width: 24%;
    border-bottom: 2px solid #5cb575;
    padding-top: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.375rem;
  }
}

.p-company__table td {
  width: 100%;
  padding-bottom: 0.9375rem;
  margin-top: 0.3125rem;
  font-weight: normal;
  border-bottom: 1px solid #e87b42;
}
@media screen and (min-width: 768px) {
  .p-company__table td {
    width: 74%;
    margin-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4.375rem;
  }
}

.p-company__access {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-company__access {
    padding-top: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

.p-company__access-box {
  padding: 1.75rem;
  background-color: #f8f8f8;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-company__access-box {
    padding: 2.5rem;
    width: 25rem;
  }
}

.p-company__access-title {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.015em;
  line-height: 1.4;
}

.p-company__access-item {
  margin-top: 1.25rem;
}

.p-company__access-item p {
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 0.625rem;
  line-height: 1.4;
}

.p-company__access-tag {
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
  background-color: #333;
  padding: 0 1.25rem;
}

.p-company__access-attention {
  font-size: 0.8125rem;
  font-weight: normal;
  color: #9e9faa;
  display: block;
  margin-top: 0.3125rem;
}

.p-company__map {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__map {
    margin-top: 0;
  }
}

.p-company__map h4 {
  font-size: 0.75rem;
  display: inline-block;
  padding-bottom: 0.4375rem;
  border-bottom: 1px solid #e87b42;
}
@media screen and (min-width: 768px) {
  .p-company__map h4 {
    display: none;
  }
}

.p-company__map iframe {
  width: 100%;
  height: 19.5625rem;
  max-width: 100%;
  margin-top: 0.625rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
}

@media screen and (min-width: 768px) {
  .p-company__map iframe {
    width: 25rem;
    height: 21.875rem;
  }
}
.p-contact {
  padding: 3.125rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 5rem 0 5rem;
  }
}
.p-contact .p-contact__catch {
  text-align: center;
}
.p-contact .p-contact__catch h3 {
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__catch h3 {
    font-size: 2rem;
  }
}
.p-contact .p-contact__catch p {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__catch p {
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }
}
.p-contact .p-contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.9375rem;
  }
}
.p-contact .p-contact__flex::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__flex::after {
    display: block;
    position: absolute;
    content: "";
    bottom: 3.125rem;
    right: 5.9375rem;
    width: 11.25rem;
    height: 11.25rem;
    background-image: url(../../assets/images/flower.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-contact .p-contact__mail-box {
  margin-top: 2.1875rem;
  padding: 1.875rem 0;
  background: #fff;
  border-radius: 1.4375rem;
  -webkit-box-shadow: 0 0 2px 2px rgba(240, 158, 72, .2);
          box-shadow: 0 0 2px 2px rgba(240, 158, 72, .2);
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__mail-box {
    width: calc(100% - 22.1875rem);
  }
}
.p-contact .p-contact__title {
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__title {
    font-size: 1.625rem;
  }
}
.p-contact .p-contact__title span {
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.3125rem;
}
.p-contact .p-contact__form {
  width: 85%;
  margin: 2.8125rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__form {
    margin: 3.75rem auto 0;
  }
}
.p-contact .p-contact__form br {
  display: none;
}
.p-contact .p-contact__form input,
.p-contact .p-contact__form textarea,
.p-contact .p-contact__form select {
  width: 100%;
  height: 2.6875rem;
  padding: 0 0.9375rem;
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 1.375rem;
  border: 1px solid #CEC3A8;
  background-color: #FAF9F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__form input,
  .p-contact .p-contact__form textarea,
  .p-contact .p-contact__form select {
    display: block;
  }
}
.p-contact .p-contact__form textarea {
  min-height: 10.625rem;
  padding: 0.625rem 0.9375rem;
}
.p-contact .p-contact__form input:focus,
.p-contact .p-contact__form textarea:focus {
  background-color: #FAF2EC;
}
.p-contact .p-contact__name,
.p-contact .p-contact__kana,
.p-contact .p-contact__tel,
.p-contact .p-contact__fax,
.p-contact .p-contact__sonota {
  max-width: 14.6875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__name,
  .p-contact .p-contact__kana,
  .p-contact .p-contact__tel,
  .p-contact .p-contact__fax,
  .p-contact .p-contact__sonota {
    max-width: 25rem;
  }
}
.p-contact .p-contact__sonota,
.p-contact .p-contact__floor {
  max-width: 16.5625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__sonota,
  .p-contact .p-contact__floor {
    max-width: 25rem;
  }
}
.p-contact .p-contact__mail,
.p-contact .p-contact__address,
.p-contact .p-contact__message,
.p-contact .p-contact__assess-address,
.p-contact .p-contact__assess-building,
.p-contact .p-contact__building,
.p-contact .p-contact__time,
.p-contact .p-contact__property {
  max-width: 50rem;
  display: block;
}
.p-contact .p-contact__post,
.p-contact .p-contact__assess-post,
.p-contact .p-contact__toti,
.p-contact .p-contact__tatemono,
.p-contact .p-contact__senyu,
.p-contact .p-contact__year {
  max-width: 11.25rem;
}
.p-contact .p-contact__item {
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__item {
    margin-bottom: 2rem;
  }
}
.p-contact .p-contact__item-label {
  font-size: 0.875rem;
  display: block;
}
.p-contact .p-contact__item-required {
  display: inline-block;
  padding: 0.1875rem 0.4375rem;
  margin-left: 0.3125rem;
  border-radius: 0.9375rem;
  font-size: 0.625rem;
  border: 1px solid #e87b42;
  color: #e87b42;
  vertical-align: middle;
}
.p-contact .p-contact__acc-wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__acc-wrap {
    margin-top: 5.625rem;
  }
}
.p-contact .p-contact__acc-wrap label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.p-contact .p-contact__acc-wrap input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #CEC3A8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .p-contact__acc-wrap input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #CEC3A8;
}
.p-contact .p-contact__acc-wrap input[type=checkbox]:checked::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: #e87b42;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-contact .p-contact__acc-wrap a {
  color: #e87b42;
  text-decoration: underline;
}
.p-contact .p-contact__acc-wrap a:hover {
  text-decoration: none;
}
.p-contact .p-contact__text {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.p-contact .p-contact__text {
  margin-top: 1.75rem;
  text-align: center;
}
.p-contact .p-contact__submit {
  position: relative;
  margin: 1.75rem auto 0;
  border: none;
  width: 13.5625rem;
}
.p-contact .p-contact__btn {
  font-size: 13px;
  width: 100%;
  height: 53px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 260px;
  height: 65px;
  font-size: 16px;
  font-weight: bold;
  background: #e4dec6;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 50;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32.5px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__btn:hover {
    background: #f09e48;
    color: #fff;
  }
}
.p-contact .p-contact__attention {
  font-size: 0.75rem;
  color: #e87b42;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__other {
    width: 21.25rem;
    margin-top: 2.25rem;
    margin-left: 0.9375rem;
  }
}
.p-contact .p-contact__telephone,
.p-contact .p-contact__line {
  min-width: 100%;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 1.4375rem;
  -webkit-box-shadow: 0 0 2px 2px rgba(232, 123, 66, .2);
          box-shadow: 0 0 2px 2px rgba(232, 123, 66, .2);
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone,
  .p-contact .p-contact__line {
    height: 20.8125rem;
  }
}
.p-contact .p-contact__telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact .p-contact__telephone-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone-meta {
    margin-top: 2.8125rem;
  }
}
.p-contact .p-contact__telephone-meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone-meta a {
    font-size: 2.125rem;
  }
}
.p-contact .p-contact__telephone-meta a img {
  width: 1.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone-meta a img {
    width: 2.1875rem;
  }
}
.p-contact .p-contact__telephone-meta p {
  font-size: 0.6875rem;
  margin-top: 0.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone-meta p {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}
.p-contact .p-contact__telephone-meta p span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__telephone-meta p span {
    font-size: 0.75rem;
  }
}
.p-contact .p-contact__line {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 2px 2px rgba(91, 188, 31, .2);
          box-shadow: 0 0 2px 2px rgba(91, 188, 31, .2);
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__line {
    margin-top: 1.5625rem;
  }
}
.p-contact .p-contact__line a {
  margin-top: 1.125rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.125rem;
  max-width: 13.125rem;
  height: 3.375rem;
  color: #5bbc1f;
  border: 1px solid #5bbc1f;
  border-radius: 1.6875rem;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
  font-size: 0.8125rem;
  padding-left: 1.125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__line a {
    width: 100%;
    max-width: 17.5rem;
    margin-top: 2.8125rem;
    font-size: 1rem;
  }
}
.p-contact .p-contact__line img {
  width: 1.625rem;
  display: block;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__line img {
    width: 2rem;
  }
}
.p-contact .p-contact__hope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact .p-contact__hope {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}
.p-contact .p-contact__hope .wpcf7-list-item {
  display: inline-block;
}
.p-contact .p-contact__hope .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.p-contact .p-contact__hope input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #CEC3A8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .p-contact__hope input[type=radio]:checked {
  background-color: #fff;
  border-color: #CEC3A8;
}
.p-contact .p-contact__hope input[type=radio]:checked::before {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: #e87b42;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-assess__title {
  width: 100%;
  margin-bottom: 1.875rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5625rem;
  border: 1px solid #e6e6e6;
  border-left: 3px solid #e87b42;
  display: inline-block;
}

.p-assess__title p {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  display: block;
}

.p-contact__title-sub {
  margin-bottom: 1.25rem;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-response-output {
  display: none;
}

.p-faq {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-bottom: 9.375rem;
  }
}

.p-faq__title {
  text-align: right;
  padding-top: 15.625rem;
  margin-top: -5rem;
}

.p-faq__header {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-faq__catch {
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-faq__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    line-height: 3em;
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .p-faq__catch span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: normal;
  }
}

.p-faq__header-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: 10;
}

.p-faq__items {
  margin-top: 3.125rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__items {
    margin-top: 3.125rem;
    font-size: 1rem;
  }
}

.p-faq__item {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.p-faq__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-faq__item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-faq__question {
  color: #fff;
  background: #f09e48;
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 2.1875rem 3.125rem 2.1875rem 0.9375rem;
  }
}
.p-faq__question::before, .p-faq__question::after {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  width: 0.9375rem;
}
.p-faq__question::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-faq__question.is-open::before {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
}

.p-faq__text {
  line-height: 1.8;
}

.p-faq__answer {
  display: block;
  padding: 1.25rem;
  background-color: #98c872;
  border: 3px solid #98c872;
  border-top: 3px solid #98c872;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 2.1875rem 2.5rem;
  }
}

.p-faq__btn {
  margin-top: 3.4375rem;
  text-align: right;
}

.p-header {
  height: 4.375rem;
  padding-right: 4.0625rem;
  padding-left: 1.25rem;
  position: fixed;
  z-index: 501;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FAF2EC;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, .1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.875rem;
    padding: 0 97px 0 40px;
  }
}

.p-header__logo {
  width: 6.75rem;
  margin-right: auto;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 10rem;
  }
}

.open.p-header__logo {
  position: fixed;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .open.p-header__logo {
    position: relative;
    left: auto;
    margin-right: auto;
  }
}

.p-header__pc {
  width: 29.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
  margin-right: 2.1875rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .p-header__pc {
    display: none;
  }
}
.p-header__pc a:hover {
  color: #e87b42;
  opacity: 1;
}

.open.p-header__pc {
  display: none;
}

.p-header__tel {
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 1.34375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #5cb575;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1rem;
  z-index: 10000;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__tel {
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 1.875rem;
  }
}

.p-header__tel::after {
  content: "0422-27-9121";
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 4.375rem;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}

.p-header__tel span {
  width: 1.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__tel span {
    width: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__tel:hover {
    width: 12.9375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 2.5rem;
    background: #5cb575;
    opacity: 1;
  }
  .p-header__tel:hover span {
    left: 0.625rem;
  }
  .p-header__tel:hover::after {
    opacity: 1;
  }
}
.p-header__hamburger {
  right: 0.9375rem;
  top: 0.8125rem;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 1.34375rem;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  background: #e87b42;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 1.875rem;
    position: absolute;
    right: 1.8125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.open.p-header__hamburger {
  top: 13px;
  right: 15px;
  position: fixed;
  background: #333;
}
@media screen and (min-width: 768px) {
  .open.p-header__hamburger {
    position: absolute;
    right: 1.8125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-header__hamburger-line {
  width: 0.6875rem;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff !important;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-line {
    width: 1.0625rem;
  }
}

.p-header__hamburger-line-1 {
  top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-line-1 {
    top: 1.5625rem;
  }
}

.p-header__hamburger-line-2 {
  top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger-line-2 {
    top: 2.0625rem;
  }
}

.open.p-header__hamburger .p-header__hamburger-line-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .open.p-header__hamburger .p-header__hamburger-line-1 {
    top: 1.75rem;
  }
}

.open.p-header__hamburger .p-header__hamburger-line-2 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.375rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .open.p-header__hamburger .p-header__hamburger-line-2 {
    top: 1.75rem;
  }
}

.p-header__nav {
  position: fixed;
  top: -48.75rem;
  left: 0;
  width: 100%;
  height: 45rem;
  padding-top: 7.625rem;
  padding-bottom: 1.875rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 9998;
  overflow-y: auto;
}

.open.p-header__nav {
  top: 4.25rem;
  padding-top: 0;
  height: calc(100vh - 4.25rem);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .open.p-header__nav {
    top: 6.875rem;
    height: calc(100vh - 6.875rem);
  }
}

.p-header__nav-list {
  max-width: 62.5rem;
  width: calc(100% - 3.125rem);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list {
    width: calc(100% - 1.875rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-header__nav-list li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list li {
    width: 47%;
  }
}

.p-header__nav-list li a {
  font-size: 1rem;
  padding: 1.5rem 2.1875rem 0 4.375rem;
  height: 5rem;
  display: block;
  position: relative;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list li a {
    font-size: 1.25rem;
    padding: 2.875rem 1.875rem 0 5.9375rem;
    height: 6.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav-list li a:hover {
    color: #e87b42;
    opacity: 1;
  }
}

.p-header__nav-list li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #f09e48;
  top: 0;
  right: 0.875rem;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4sease;
  transition: all 0.4sease;
  border-width: 3px 0 3px 5px;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list li a::after {
    right: 1.25rem;
    border-width: 4px 0 4px 7px;
  }
}

.p-header__link::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  left: 1.125rem;
  top: 1.5rem;
  background-image: url(../images/nav_company.png);
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-header__link::before {
    width: 2.625rem;
    height: 2.625rem;
    left: 0.875rem;
    top: 2.125rem;
    background-size: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.p-header__link--service::before {
  background-image: url(../images/nav_mail1.png);
}

.p-header__link--sell::before {
  background-image: url(../images/nav_sell.png);
}

.p-header__link--buy::before {
  background-image: url(../images/nav_buy.png);
}

.p-header__link--faq::before {
  background-image: url(../images/nav_faq.png);
}

.p-header__link--news::before {
  background-image: url(../images/nav_news.png);
}

.p-header__link--sarch::before {
  background-image: url(../images/nav_serch.png);
}

@media screen and (min-width: 768px) {
  .p-header__link:hover::before {
    top: 1.875rem;
  }
}

.p-header__nav-list li a span {
  display: block;
  margin: 0.4375rem 0 0 0px;
  font-size: 0.625rem;
  color: #f09e48;
}
@media screen and (min-width: 768px) {
  .p-header__nav-list li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.25rem;
  }
}

.p-header__nav-btn {
  display: block;
  margin: 2.25rem auto;
  width: calc(100% - 3.125rem);
  max-width: 62.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.5rem auto 0;
    width: calc(100% - 1.875rem);
    max-width: 1000px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-header__nav-btn p a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 2.1875rem;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #686868;
}
@media screen and (min-width: 768px) {
  .p-header__nav-btn p a {
    padding: 0.4375rem 0 0 1.25rem;
    margin-left: 1.5rem;
    vertical-align: middle;
  }
}

.p-header__nav-btn p a::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 1.25rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b1a076;
  -webkit-transition: all 0.4sease;
  transition: all 0.4sease;
}
@media screen and (min-width: 768px) {
  .p-header__nav-btn p a::after {
    top: 0.75rem;
    left: 0;
  }
}

.p-header__nav-btn p a span {
  margin-left: 0.6875rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.625rem;
  color: #b1a076;
}

.p-header__nav-sns {
  margin: 3.125rem auto 0;
  width: 17.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header__nav-sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 14.375rem;
    margin: 0;
    vertical-align: middle;
  }
}

.p-header__nav-sns a {
  display: block;
  width: 1.4375rem;
  margin: 0 0.625rem;
}

.p-header__nav-contact {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
}

.open-menu {
  overflow: hidden;
  height: 100vh;
}

.p-info {
  height: 6rem;
  max-width: calc(100% - 1.875rem);
  width: 100%;
  background: linear-gradient(135deg, #e87b42 0%, #f09e48 100%);
  border-radius: 4px 0 0 4px;
  z-index: 3;
  margin-top: 1.875rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-info {
    max-width: 90%;
  }
}

.p-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-right: 1.875rem;
  padding: 0 0.9375rem;
}

.p-info__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-info__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/icon_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-info__item:hover::after {
    -webkit-transform: translateY(-50%) scale(1.3);
            transform: translateY(-50%) scale(1.3);
    right: 1.5625rem;
  }
}

.p-info__item a {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-info__item:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.p-info__item-inner {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3scubic-bezier 0.33, 1, 0.68, 1;
  transition: all 0.3scubic-bezier 0.33, 1, 0.68, 1;
}

.p-info__item-date {
  color: #fff;
  display: inline-block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-size: 0.75rem;
  font-weight: 700;
  width: 100%;
  max-width: 5.625rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p-info__item-meta {
  -ms-flex-preferred-size: 7.75rem;
      flex-basis: 7.75rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.p-info__item-meta p {
  font-size: 0.75rem;
  padding: 0.45em 0.5em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #ec6400;
  display: inline-block;
  font-weight: 400;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3scubic-bezier 0.33, 1, 0.68, 1;
  transition: all 0.3scubic-bezier 0.33, 1, 0.68, 1;
  width: 100%;
  z-index: 8;
}

.p-info__item-heading {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: clamp(0.8rem, 1.0416666667vw, 0.8rem);
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  font-weight: 400;
  line-height: 1.4;
  max-width: 40rem;
  overflow: hidden;
}

.p-info__item-heading span {
  color: #fff;
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  padding-right: 2rem;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-mv {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 11.25rem;
    padding-bottom: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-mv__over {
  width: 100%;
  background: url(../images/home_line.jpg) no-repeat center top;
  background-size: cover;
  background-color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .7);
  background-blend-mode: lighten;
  padding: 1.25rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-mv__over {
    width: 50%;
    background: url(../images/home_line.jpg) no-repeat center;
    background-color: rgba(255, 255, 255, .7);
  }
}

.p-mv__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-mv__under {
    width: 50%;
    margin-top: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-mv__text + .p-mv__text {
  margin-top: 0.8125rem;
}

.p-mv__title {
  font-size: 1.875rem;
  line-height: 1.5;
  margin-top: 0.9375rem;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv__title {
    font-size: 3rem;
  }
}

.p-mv__title span {
  color: #f09e48;
  background: -webkit-gradient(linear, left top, right top, from(#ff416c), color-stop(#ff4b2b), color-stop(#f9ca24), color-stop(#1dd1a1), color-stop(#54a0ff), to(#a29bfe));
  background: linear-gradient(90deg, #ff416c, #ff4b2b, #f9ca24, #1dd1a1, #54a0ff, #a29bfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.p-mv__item,
.mv__title {
  margin-top: 0.9375rem;
  padding: 0.9375rem 0.625rem;
  background-color: #f09e48;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
  border-radius: 0.625rem;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: fadeInUp 0.8s ease-out forwards;
          animation: fadeInUp 0.8s ease-out forwards;
}

.p-mv__item:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.p-mv__item:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.p-mv__item:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.mv__title {
  background-color: #98c872;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-new-property__btn {
  margin-top: 0.9375rem;
  text-align: right;
}

.p-property__title--new {
  margin-bottom: 2.5rem;
}

.p-news-archive {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.p-news-archive .p-news-archive__item a {
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.p-news-archive .p-news-archive__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #e87b42;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.p-news-archive .p-news-archive__item a:hover {
  color: #e87b42;
}
.p-news-archive .p-news-archive__item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-news-archive .p-news-archive__item.is-current span {
  color: #e87b42;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 3.125rem;
    max-width: 62.5rem;
  }
}

.p-news-archive__serch {
  padding: 1.4375rem 1.375rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
}

.p-news-archive__serch::before {
  content: " ";
  position: absolute;
  background-color: #e87b42;
  width: 2rem;
  height: 2rem;
  top: -1rem;
  left: -1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-news-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__link:hover .p-news-archive__category {
    background-color: #e87b42;
    color: #fff;
    border-color: #e87b42;
  }
}

.p-news-archive__link:not(:hover) .p-news-archive__category {
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.p-news-archive__link {
  display: block;
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #c9caca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__link {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1875rem;
  }
}
.p-news-archive__link:hover .p-news-archive__title {
  color: #e87b42;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.p-news-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.p-news-archive__date {
  font-size: 0.75rem;
  color: #e87b42;
}

.p-news-archive__category {
  font-size: 0.625rem;
  padding: 0.1875rem 0.5rem;
  background-color: #fff;
  border: 1px solid #e87b42;
  border-radius: 4px;
  color: #e87b42;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 6.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 8;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.p-news-archive__category p {
  display: inline-block;
}

.p-news-archive__title {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-archive__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-news-single {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-news-single__wrappwer {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-news-single__wrappwer {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3.75rem);
  }
}

.p-news-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.625rem;
  }
}

.p-news-single__date {
  font-size: 0.75rem;
  color: #e87b42;
}

.p-news-single__category {
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
  background-color: #fff;
  border: 1px solid #e87b42;
  border-radius: 4px;
  color: #e87b42;
  font-weight: 400;
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 7.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 8;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.p-news-single__category p {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-news-single__category:hover {
    background-color: #e87b42;
    color: #fff;
    border-color: #fff;
  }
}
.p-news-single__title {
  font-size: 2rem;
  margin-top: 1.25rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-news-single__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-news-single__text {
  margin-top: 2.5rem;
  line-height: 1.4;
}
.p-news-single__text h1,
.p-news-single__text h2,
.p-news-single__text h3,
.p-news-single__text h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-news-single__text h1,
  .p-news-single__text h2,
  .p-news-single__text h3,
  .p-news-single__text h4 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-news-single__text a {
  text-decoration: underline;
  color: #f09e48;
  margin-top: 0.9375rem;
}
.p-news-single__text li {
  list-style-type: disc;
  list-style-position: inside;
}
.p-news-single__text li {
  margin-top: 0.9375rem;
}
.p-news-single__text p {
  margin-top: 0.9375rem;
}

.p-news-single__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-single__figure figure {
  width: calc(50% - 0.625rem);
  aspect-ratio: 1.5/1;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .2);
          box-shadow: 0 0 0.3125rem rgba(0, 0, 0, .2);
}
.p-news-single__figure figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-single__figure figure:last-child:nth-child(odd) {
  width: calc(50% - 0.625rem);
}

.p-news-single__btn {
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-news-single__btn {
    text-align: center;
  }
}

.p-news {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}

.p-news__title {
  position: relative;
}

.p-news__header-img {
  position: absolute;
  bottom: -0.9375rem;
  right: 2.5rem;
  width: 30%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-news__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-news__flex-img {
    width: 30%;
  }
}

.p-news__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-news__item {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c9caca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__item {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news__item:hover .p-news__title {
    color: #e87b42;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
  }
}

.p-news__date {
  font-size: 0.75rem;
  color: #e87b42;
}

.p-news__title {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-news__btn {
  margin-top: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-news__btn {
    margin-top: 2.8125rem;
  }
}

.p-news__date,
.p-news__title {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.p-privacy {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 6.25rem 0;
  }
}
.p-privacy__section {
  background: #fff;
}

.c-section__title {
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 6px solid #e87b42;
  padding-left: 0.75rem;
  margin-bottom: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 1.75rem;
  }
}

.c-section__body {
  font-size: 0.875rem;
  line-height: 2;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-section__body {
    font-size: 1rem;
  }
}

.c-privacy-block {
  margin-bottom: 2.5rem;
}

.c-privacy-block__title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  border-left: 4px solid #e87b42;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-privacy-block__title {
    font-size: 1.25rem;
  }
}

.c-text {
  margin-bottom: 0.75rem;
}

.c-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}
.c-list li {
  margin-bottom: 0.375rem;
}
.c-list--disc {
  list-style-type: disc;
}

.p-property {
  background-color: #FAF2EC;
  margin-top: 3.75rem;
  padding: 2.5rem 1.5625rem 3.75rem;
}

@media screen and (min-width: 768px) {
  .p-property__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-property__list {
    max-width: 62.5rem;
    margin: 0 auto;
  }
}

.p-property__item {
  background-color: #fff;
  padding-bottom: 3.125rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
}

.p-property__item + .p-property__item {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-property__item + .p-property__item {
    margin-top: 0;
  }
}

.p-property__img {
  aspect-ratio: 330/185;
  overflow: hidden;
}

.p-property__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.875rem 1.875rem 0 0;
}

.p-property__body {
  padding: 1.5625rem 8% 0;
  line-height: 1.4;
}

.p-property__tag {
  width: 100%;
  height: 100%;
}

.p-property__tag-item {
  font-size: 0.875rem;
  padding: 0.125rem 0.3125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  background-color: #5cb575;
  color: #fff;
  text-align: center;
  border-radius: 0.625rem;
  line-height: 1;
}

.p-property__name {
  position: relative;
  font-size: 1.125rem;
  color: #e87b42;
  display: inline-block;
  padding-bottom: 0.1875rem;
  text-decoration: underline;
  margin-top: 0.4375rem;
  margin-bottom: 0.625rem;
}

.p-property__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  padding: 0.625rem 0.625rem 0.625rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.p-property__th {
  font-size: 0.625rem;
  background-color: #FAF2EC;
  padding: 0.125rem 0;
  width: 2.1875rem;
  min-width: 2.1875rem;
  text-align: center;
  border-radius: 0.75rem;
}

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

.p-property__td--big {
  font-size: 1.1875rem;
  font-weight: bold;
}

.p-property__td--big span {
  font-size: 0.875rem;
}

.p-property__btn {
  position: relative;
  display: block;
  width: 90%;
  max-width: 11.625rem;
  padding: 0.875rem 0 0.875rem 0.625rem;
  margin: 1.25rem auto 0;
  border-radius: 1.25rem;
  background: #ece6ce;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .2);
  color: #333;
}

.p-property__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2.875rem;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #e87b42;
  z-index: 60;
}

.p-property__search {
  margin-bottom: 1.875rem;
  background: #fff;
  border-radius: 0.9375rem;
  padding: 1.875rem 0.9375rem;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}
@media screen and (min-width: 768px) {
  .p-property__search {
    padding: 1.875rem 2.5rem;
  }
}

.p-property__search input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: -0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #CEC3A8;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background-color: #FAF9F4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  vertical-align: middle;
}

.p-property__search input[type=radio]:hover {
  border-color: #e87b42;
}

.p-property__search input[type=radio]:checked {
  background-color: #fff;
  border-color: #CEC3A8;
}

.p-property__search input[type=radio]:checked::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #e87b42;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-property__search fieldset {
  margin-bottom: 1.25rem;
}

.p-property__search legend {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.p-property__search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-property__search ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.375rem;
  line-height: 1.4;
}
.p-property__search ul li ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-property__search ul li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-property__search ul li ul li {
  width: calc(50% - 0.125rem);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-property__search ul li ul li {
    width: auto;
  }
}

.p-property__search input[type=submit] {
  cursor: pointer;
  font-size: 13px;
  width: 100%;
  position: relative;
  width: 16.25rem;
  height: 3.125rem;
  font-size: 16px;
  font-weight: bold;
  background: #FAF9F4;
  border: 1px solid #CEC3A8;
  color: #333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 50;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32.5px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, .2);
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (min-width: 768px) {
  .p-property__search input[type=submit]:hover {
    background: #f09e48;
    color: #fff;
  }
}

.searchandfilter h4 {
  font-size: 1.625rem;
  font-weight: bold;
  margin: 0;
}

.searchandfilter div > ul > li:last-child {
  width: 100%;
  padding-right: 0;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .searchandfilter div > ul > li:nth-child(2) {
    margin-top: 0rem;
  }
}

.p-question {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-question {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

/* タブ全体のラップ */
.p-faq__tabs-wrap {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-faq__tabs-wrap {
    margin-bottom: 5.625rem;
  }
}

/* タブリスト */
.p-faq__tab-list {
  background-color: #ECEBE6;
  border-radius: 1.25rem;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-faq__tab-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.875rem;
  }
}

/* 各タブ */
.p-faq__tab {
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  border-radius: 1.875rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-faq__tab {
    width: 11.25rem;
    padding: 1.25rem 1.25rem;
  }
}

.p-faq__tab:hover {
  background-color: #e0e0e0;
}

.p-faq__tab.is-active {
  background-color: #e87b42;
  color: #fff;
}

.p-faq__heading {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-faq__heading {
    font-size: 1.625rem;
    margin-bottom: 3.125rem;
  }
}

.p-renovation {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-renovation {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.p-renovation__hero {
  line-height: 1.8;
}
.p-renovation__hero .p-renovation__lead {
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-renovation__hero .p-renovation__lead {
    font-size: 1rem;
  }
}
.p-renovation__hero .p-renovation__lead--center {
  text-align: center;
  font-size: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__hero .p-renovation__lead--center {
    font-size: 1.625rem;
    margin-bottom: 3.125rem;
  }
}
.p-renovation__hero .p-renovation__lead + .p-renovation__lead {
  margin-top: 1.25rem;
}

.p-renovation__section-title {
  margin-top: 3.75rem;
}

.p-renovation__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-renovation__flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.5rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-renovation__flow-item {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border: 1px solid #ccc;
  padding: 1.25rem;
  width: 100%;
}

.p-renovation__flow-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__flow-item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-renovation__flow-icon {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.p-renovation__flow-title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25rem;
  margin-top: 0.9375rem;
}

.p-renovation__flow__text {
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.7;
}

.p-renovation__flow__text a {
  color: #e87b42;
  text-decoration: underline;
}

.p-renovation__achive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__achive {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-renovation__achive-header {
  position: relative;
}

.p-renovation__achive-tag {
  position: absolute;
  bottom: 0%;
  left: 0%;
  color: #fff;
  background-color: #5cb575;
}

.p-renovation__achive-tag p {
  font-size: 0.875rem;
  padding: 0.9375rem 3.125rem;
  font-weight: normal;
}

.p-renovation__achive-body {
  background-color: #EBEBEB;
  padding: 1.25rem 0.625rem;
}

.p-renovation__achive-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.p-renovation__achive-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-rental {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-rental {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-rental__hero {
  line-height: 1.8;
}

.p-rental__lead {
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-rental__lead {
    font-size: 1rem;
  }
}

.p-rental__lead a {
  color: #e87b42;
  text-decoration: underline;
}

.p-rental__lead--center {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 2;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-rental__lead--center {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
  }
}

.p-rental__lead + .p-rental__lead {
  margin-top: 0.9375rem;
}

.p-rental__both {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.875rem auto 0;
}

.p-rental__both a {
  width: 50%;
  background-color: #e87b42;
  text-align: center;
  padding: 0.9375rem;
  color: #fff;
  font-size: 1.125rem;
}

.p-rental__both a:last-child {
  background-color: #5cb575;
}

.p-rental__arrow {
  margin-top: 0.625rem;
  background-color: #fff;
}

.p-rental__arrow::before {
  background-color: #e87b42;
}

.p-rental__arrow--green::before {
  background-color: #5cb575;
}

.p-rental__arrow::after {
  border-top: 0.125rem solid #e87b42;
  border-right: 0.125rem solid #e87b42;
}

.p-rental__arrow--green::after {
  border-top: 0.125rem solid #5cb575;
  border-right: 0.125rem solid #5cb575;
}

.p-sell {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-sell {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}

.p-sell__hero {
  line-height: 1.8;
}

.p-sell__lead {
  font-size: 0.875rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-sell__lead {
    font-size: 1rem;
  }
}

.p-sell__lead--center {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-sell__lead--center {
    font-size: 1.125rem;
    margin-bottom: 3.125rem;
  }
}

.p-sell__lead + .p-sell__lead {
  margin-top: 0.9375rem;
}

.p-sell__section {
  background: #fff;
  border-radius: 0.75rem;
  margin-top: 3.75rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sell__section {
    font-size: 0.875rem;
  }
}

.p-sell__section-title {
  margin-bottom: 1.5rem;
  color: #333;
  border-left: 6px solid #e87b42;
  padding-left: 0.75rem;
}

.p-sell__subsection-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5625rem;
  border-left: 0.25rem solid #e87b42;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sell__subsection-title {
    font-size: 1.125rem;
  }
}

.p-sell__section-lead {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-sell__section-lead {
    font-size: 1rem;
  }
}

.p-sell__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 1.25rem;
  margin-top: 1.875rem;
}

.p-sell__cases {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.p-sell__case-box--case {
  background-color: #fff;
  border-left: 0.25rem solid #5cb575;
  padding: 1.25rem;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, .05);
  position: relative;
}

.p-sell__case-box--case + .p-sell__case-box--case {
  margin-top: 1.875rem;
}

.p-sell__case-box--case::before {
  content: "Case";
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  background: #5cb575;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 0.125rem 0.375rem;
  border-radius: 0.1875rem;
  text-transform: uppercase;
}

.p-sell__case-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-sell__case-title {
    font-size: 1.125rem;
  }
}

.p-sell__case-title--white {
  color: #fff;
}

.p-sell__case-card {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
  padding: 1.875rem 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  z-index: 0;
  background-image: url(../../assets/images/service_01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-sell__case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  border-radius: 0.75rem;
  z-index: 1;
}

.p-sell__case-card p {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-sell__case-card p {
    font-size: 1rem;
  }
}

.p-sell__case-box p {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-sell__case-box p {
    font-size: 1rem;
  }
}

.p-sell__type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.5rem;
  margin-top: 1.875rem;
}

.p-sell__type-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.75rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.p-sell__type-box:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .08);
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
}

.p-sell__type-box h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-sell__type-box h3 {
    font-size: 1.125rem;
  }
}

.p-sell__type-box p {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-sell__type-box p {
    font-size: 0.9375rem;
  }
}

.p-sell__type-box ul {
  padding-left: 1rem;
  margin-top: 1.25rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-sell__type-box ul {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-sell__type-box li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p-sell__type-box li {
    font-size: 0.9375rem;
  }
}

.p-sell__type-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #e87b42;
  font-weight: bold;
}

.p-sell__type-detail {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-top: 2rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
}

.p-sell__type-detail + .p-sell__type-detail {
  margin-top: 1.25rem;
}

.p-sell__type-detail h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  border-left: 0.25rem solid #e87b42;
  padding-left: 0.625rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sell__type-detail h3 {
    font-size: 1rem;
  }
}

.p-sell__type-detail p {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-sell__type-detail p {
    font-size: 0.9375rem;
  }
}

.p-sell__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .03);
  border-radius: 0.5rem;
  overflow: hidden;
  font-size: 0.8125rem;
  color: #333;
}

.p-sell__table th {
  background-color: #e87b42;
  color: #fff;
  padding: 0.75rem;
  font-weight: bold;
  text-align: center;
}

.p-sell__table th:nth-child(2) {
  background-color: #f09e48;
}

.p-sell__table th:nth-child(3) {
  background-color: #98c872;
}

.p-sell__table td {
  padding: 0.75rem;
  border-top: 1px solid #eee;
  text-align: center;
  background-color: #fff;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-sell__table td {
    font-size: 0.875rem;
  }
}

.p-sell__table td:first-child {
  text-align: left;
  font-weight: bold;
  background-color: #f9f9f9;
}

.p-sell__icon {
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.625rem;
}

.p-sell__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-sell__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-sell__step-wrapper.open .p-sell__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.p-sell__cta {
  max-width: 22.5rem;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  background: #f09e48;
  padding: 1.25rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .05);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, .05);
}

.p-sell__cta a {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.375rem;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-sell__cta a {
    font-size: 1.125rem;
  }
}

.p-sell__card-grid .p-sell__case-card:nth-child(1) {
  background-image: url(../../assets/images/case01.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-sell__card-grid .p-sell__case-card:nth-child(2) {
  background-image: url(../../assets/images/case02.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-sell__card-grid .p-sell__case-card:nth-child(3) {
  background-image: url(../../assets/images/case03.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-sell__card-grid .p-sell__case-card:nth-child(4) {
  background-image: url(../../assets/images/case04.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-sell__card-grid .p-sell__case-card:nth-child(5) {
  background-image: url(../../assets/images/case05.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-sell__case-box {
  position: relative;
  z-index: 2;
}

.p-sell__type-box--green .p-sell__subsection-title {
  border-left-color: #5cb575;
}

.p-sell__type-box--green li::before {
  color: #5cb575;
}

.p-service {
  padding-top: 0;
}

.p-service__title {
  background-color: #FAF2EC;
  padding-left: 1.875rem;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
  margin-bottom: -3.75rem;
}
@media screen and (min-width: 768px) {
  .p-service__title {
    padding-left: 2.8125rem;
    padding-top: 10rem;
    padding-bottom: 6.25rem;
    margin-bottom: -6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service__mv {
  aspect-ratio: 340/220;
  overflow: hidden;
  padding-right: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-service__mv {
    width: 65%;
    aspect-ratio: initial;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-service__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.9375rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .p-service__mv img {
    height: auto;
  }
}

.p-service__main {
  margin-top: 1.25rem;
}

.p-service__header {
  position: relative;
}

.p-service__catch {
  font-size: 0.875rem;
  display: inline;
  letter-spacing: normal;
  line-height: 2;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
@media screen and (min-width: 768px) {
  .p-service__catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-service__catch-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    line-height: 3em;
  }
}

@media screen and (min-width: 768px) {
  .p-service__catch-flex span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: normal;
  }
}

.p-service__btn {
  margin-top: 0.3125rem;
}

.p-service__header-img {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  width: 40%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-service__header-img {
    bottom: -6.25rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-service__header-img img {
    opacity: 0.4;
  }
}

.p-service__list {
  margin-top: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.75rem;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    margin-top: 5rem;
  }
}

.p-service__item {
  display: block;
  position: relative;
  width: calc(50% - 0.46875rem);
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    width: calc(25% - 0.70313rem);
    text-align: left;
  }
  .p-service__item:hover .p-service__arrow span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .p-service__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.p-service__arrow span,
.p-service__item img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-service__item::after {
  content: "";
  position: absolute;
  bottom: 1.5625rem;
  right: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #FFA500;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-service__item::after {
    display: none;
  }
}

.p-service__item::before {
  content: "";
  position: absolute;
  bottom: 2.25rem;
  right: 1rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-service__item::before {
    display: none;
  }
}

.p-service__item img {
  border-radius: 0.4375rem;
  aspect-ratio: 157/113;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 768px) {
  .p-service__arrow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    margin-top: 0.9375rem;
  }
}

.p-service__item p {
  margin-top: 0.375rem;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-service__item p {
    font-size: 1.25rem;
    margin-top: 0;
  }
}

.p-service__item p::after {
  content: attr(data-en);
  position: absolute;
  left: 50%;
  bottom: -1.9em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.5rem;
  color: #A9AAAA;
}

.p-service__arrow span {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__arrow span {
    aspect-ratio: 1;
    border-radius: 100vw;
    border-width: 7px;
    border: clamp(5px, 0.5766062603vw, 7px) solid #FFA500;
    display: block;
    height: auto;
    width: clamp(16px, 1.647446458vw, 20px);
  }
}

.c-sub-title--none {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-sub-title--none .c-sub-title_title {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-sub-title--none .c-sub-title_title {
    font-size: 2.125rem;
    line-height: 1.4;
    margin-left: 0.625rem;
  }
}

.p-single-property__tag-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  border-radius: 1.125rem;
  border: 1px solid #5cb575;
  color: #5cb575;
}
@media screen and (min-width: 768px) {
  .p-single-property__tag-item {
    min-width: 12.5rem;
  }
}

.p-single-proparty {
  background-color: #FAF2EC;
  padding: 2.5rem 1.5625rem 3.75rem;
}

.p-single-property__td {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-property__td {
    font-size: 1.125rem;
  }
}

.p-single-proparty-point {
  margin-top: 1.25rem;
  padding: 2.5rem 1.5625rem 1.875rem;
  font-size: 0.875rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
  border-radius: 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-proparty-point {
    max-width: 62.5rem;
    margin: 1.25rem auto 0;
  }
}

.p-single-proparty-point::after {
  content: "";
  position: absolute;
  top: -3.75rem;
  right: -0.625rem;
  width: 8.75rem;
  height: 8.75rem;
  background-image: url(../../assets/images/icon_point.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-single-proparty-point span {
  background-color: #e87b42;
  color: #fff;
  padding: 0.5rem 1.125rem;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty-point span {
    font-size: 1.125rem;
    padding: 0.875rem 1.875rem;
  }
}

.p-single-proparty-point ul {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty-point ul {
    margin-top: 2.8125rem;
  }
}

.p-single-proparty-point li {
  line-height: 1.4;
  position: relative;
  padding-left: 2.1875rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty-point li {
    font-size: 1.125rem;
    padding-left: 2.8125rem;
  }
}

.p-single-proparty-point li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  width: 1.4375rem;
  height: 1.4375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../assets/images/icon_stars.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-single-proparty-point li::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.p-single-proparty__floor {
  background-color: #fff;
  margin-top: 1.5625rem;
  padding: 2.5rem 1.5625rem 3.75rem;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-single-proparty__floor {
    max-width: 62.5rem;
    margin: 1.25rem auto 0;
  }
}

.p-single-proparty__floor--title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__floor--title {
    font-size: 1.25rem;
  }
}

.p-single-proparty__floor--title span {
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #e87b42;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__floor--title span {
    padding-bottom: 0.4375rem;
  }
}

.p-single-proparty__floor-img {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.p-single-proparty__floor-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-single-proparty__items {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    margin-top: 2.8125rem;
  }
}
.p-single-proparty__items .p-property__meta-item {
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__items .p-property__meta-item {
    padding: 1.875rem 0;
  }
}
.p-single-proparty__items .p-property__th {
  font-size: 0.8125rem;
  width: 6.25rem;
  padding: 0 0 0 1rem;
  line-height: rem818;
  background-color: transparent;
  background-color: initial;
  -moz-text-align-last: left;
       text-align-last: left;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__items .p-property__th {
    font-size: 1.125rem;
    width: 8.75rem;
  }
}
.p-single-proparty__items .p-property__th::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 4px;
  top: 6px;
  background-color: #e87b42;
}
.p-single-proparty__items .p-property__td {
  width: calc(100% - 6.25rem);
  padding-left: 5px;
  line-height: 18px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__items .p-property__td {
    font-size: 1.125rem;
  }
}

.p-single-proparty__map {
  margin-top: 0.3125rem;
  gap: 0.3125rem;
}

.p-single-proparty__map img {
  width: 0.75rem;
}

.p-property__btn--big {
  max-width: 25.625rem;
}
@media screen and (min-width: 768px) {
  .p-property__btn--big {
    padding: 1.25rem;
    margin-top: 3.4375rem;
    font-size: 1.125rem;
  }
}

.p-property__btn--big::before {
  left: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-property__btn--big::before {
    left: 4.5625rem;
  }
}

.p-single-proparty__detail {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 3.75rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__detail {
    max-width: 62.5rem;
    margin: 3.75rem auto 0;
    border-radius: 1.875rem;
  }
}

.p-p-single-proparty__detail-title {
  color: #fff;
  background-color: #e87b42;
  text-align: center;
  padding: 0.9375rem;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-p-single-proparty__detail-title {
    border-radius: 1.875rem 1.875rem 0 0;
    font-size: 1.5rem;
    padding: 1.5625rem;
  }
}

.p-single-proparty__list {
  width: 88%;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    margin-top: 2.8125rem;
  }
}

.p-single-proparty__item {
  width: 100%;
  padding: 8px 0 8px;
  border-bottom: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__item {
    padding: 1.875rem 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: 2px solid #e3e3e3;
  }
}

.p-single-property__th {
  position: relative;
  width: 7.5rem;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
  -moz-text-align-last: left;
       text-align-last: left;
}
@media screen and (min-width: 768px) {
  .p-single-property__th {
    font-size: 1rem;
    width: 10rem;
  }
}

.p-single-property__th::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 5px;
  left: 0.3125rem;
  top: 0.5rem;
  background-color: #e87b42;
}
@media screen and (min-width: 768px) {
  .p-single-property__th::before {
    top: 0.625rem;
  }
}

.p-single-proparty__item p {
  width: calc(100% - 6.875rem);
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single-proparty__item p {
    font-size: 1rem;
  }
}

.p-contact__property .p-contact__flex {
  margin-top: 0;
}

.property-swiper-container {
  padding: 3.75rem 0;
}

.property-swiper-container {
  width: 90%;
  margin: auto;
  position: relative;
}
.property-swiper-container .swiper-slide {
  width: 42rem;
}

.property-main-swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .property-main-swiper {
    width: 70%;
    max-width: 37.5rem;
    height: 37.5rem;
    margin: auto;
  }
}
.property-main-swiper .swiper-slide {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .property-main-swiper .swiper-slide {
    width: 25rem;
    height: 31.25rem;
  }
}
.property-main-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property-main-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.property-thumb-swiper {
  width: 60%;
  margin-top: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .property-thumb-swiper {
    width: 70%;
    max-width: 37.5rem;
    height: 9.375rem;
    margin: auto;
  }
}
.property-thumb-swiper .swiper-slide {
  height: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .property-thumb-swiper .swiper-slide {
    height: 6.5rem;
  }
}
.property-thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-swiper-slide img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.property-thumb-swiper .swiper-slide {
  opacity: 0.5;
}

.property-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.property-swiper-button-prev,
.property-swiper-button-next {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  padding: 20px;
  border-radius: 50%;
}

.property-main-swiper {
  padding: 1.25rem 0.625rem;
  background-color: #f8f8f8;
  border: 1px solid rgb(230, 230, 230);
}

.property-swiper-container .property-thumb-swiper {
  width: 100%;
}

.property-swiper-button-prev {
  left: 0.3125rem;
}

.property-swiper-button-next {
  right: 0.3125rem;
}

.p-single-property__band {
  background-color: pink;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-property__band {
    max-width: 62.5rem;
    margin: 3.75rem auto 0;
    border-radius: 1.875rem;
  }
}

.swiper-front {
  padding-top: 2.8125rem;
  overflow-x: hidden;
}

.test {
  padding: 25rem 1.875rem;
  background-color: pink;
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
