@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.p_post__arrow, .p_business__arrow {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(221deg) brightness(101%) contrast(105%);
}

.p_company__ico {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(5%) saturate(512%) hue-rotate(169deg) brightness(85%) contrast(81%);
          filter: brightness(0) saturate(100%) invert(58%) sepia(5%) saturate(512%) hue-rotate(169deg) brightness(85%) contrast(81%);
}

.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.alternates {
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}

.scale_image {
  scale: 0.7;
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}
.scale_image.__active {
  scale: 1;
  opacity: 1;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-archive p::before {
  content: "hoge";
}
.p-archive h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}

.p_business + .p_business {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

@media screen and (min-width: 769px) {
  .p_business__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 104px;
  }
  .p_business:nth-child(even) .p_business__side {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p_business__pic {
  display: block;
}
@media screen and (min-width: 769px) {
  .p_business__pic {
    width: 51.5%;
  }
}
@media screen and (max-width: 768px) {
  .p_business__pic {
    margin-bottom: 40px;
  }
}

.p_business__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_business__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  font-weight: 600;
  color: #011F5D;
  margin-bottom: clamp(32px, 5.3333333333vw, 48px);
}

.p_business__ico {
  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;
  aspect-ratio: 1/1;
  width: 51px;
  height: auto;
}

.p_business__image {
  display: block;
  max-width: 38px;
}

.p_business__label {
  display: block;
  font-size: inherit;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p_business__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p_business__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.p_business__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0E7863;
  padding-top: clamp(17px, 2.5555555556vw, 23px);
  padding-left: clamp(17px, 2.5555555556vw, 23px);
  padding-right: clamp(17px, 2.5555555556vw, 23px);
  padding-bottom: clamp(17px, 2.5555555556vw, 23px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  overflow: clip;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p_business__btn {
    gap: 27px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__btn {
    gap: 19px;
  }
}
.p_business__btn:hover {
  opacity: 1;
  background-color: #011F5D;
}

.p_business__icon {
  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;
  background-color: #fff;
  aspect-ratio: 1/1;
  border-radius: 87px;
  overflow: clip;
}
@media screen and (min-width: 769px) {
  .p_business__icon {
    width: 87px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__icon {
    width: 62px;
  }
}

.p_business__img {
  display: block;
}
@media screen and (max-width: 768px) {
  .p_business__img {
    max-width: 32px;
  }
}

.p_business__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.0625rem, 2.6666666667vw, 1.5rem);
}
@media screen and (min-width: 769px) {
  .p_business__text {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p_business__text {
    gap: 15px;
  }
}

.p_business__caption {
  font-size: inherit;
  font-weight: 600;
}

.p_business__arrow {
  display: block;
  width: 23px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .p_company__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 150px;
  }
  .p_company__side {
    position: sticky;
    padding-top: 100px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_company__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 0 16px;
  }
  .p_company__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p_company__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.p_company__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_company__main {
    margin-top: 40px;
  }
}

.anchor_list__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #7A8086;
  border-bottom: 1px solid #DFE3EB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
.anchor_list__btn.active, .anchor_list__btn:hover {
  opacity: 1;
  color: #011F5D;
  border-bottom: 1px solid #011F5D;
}
.anchor_list__btn.active .p_company__ico, .anchor_list__btn:hover .p_company__ico {
  -webkit-filter: unset;
          filter: unset;
}
@media screen and (min-width: 769px) {
  .anchor_list__btn {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .anchor_list__btn {
    width: 100%;
    color: #011F5D;
    border-bottom: 1px solid #011F5D;
  }
}

@media screen and (max-width: 768px) {
  .p_company__ico {
    -webkit-filter: unset;
            filter: unset;
  }
}

.p_company__txt {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .p_company__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .p_company__txt {
    text-align: left;
  }
}

.p_company__wrapper + .p_company__wrapper {
  margin-top: clamp(80px, 13.3333333333vw, 120px);
}

.p_company__head {
  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;
  margin-bottom: clamp(40px, 6.2222222222vw, 56px);
}

.p_company__label {
  font-size: clamp(1.5rem, 3.5555555556vw, 2rem);
  padding-bottom: clamp(12px, 2.2222222222vw, 20px);
  color: #011F5D;
  border-bottom: 2px solid #011F5D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2;
}

.p_company__image {
  display: block;
  margin-bottom: clamp(40px, 5.1111111111vw, 46px);
}

.p_company__owner {
  margin-top: clamp(32px, 4.2222222222vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  font-size: clamp(1.5rem, 3.3333333333vw, 1.875rem);
  color: #011F5D;
  font-weight: 600;
}

.p_company__class {
  font-size: 0.6em;
  font-weight: inherit;
  text-align: right;
}

.p_company__name {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (min-width: 376px) {
  .p_company__name {
    max-width: 304px;
  }
}
@media screen and (max-width: 375px) {
  .p_company__name {
    max-width: 200px;
  }
}

.p_company__map {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: clip;
  margin-bottom: clamp(20px, 2.6666666667vw, 24px);
}
@media screen and (min-width: 769px) {
  .p_company__map {
    height: 550px;
  }
}
@media screen and (max-width: 768px) {
  .p_company__map {
    height: 350px;
  }
}
.p_company__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

.p_company__address {
  line-height: 1.75;
}

.p-contact h2 {
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
  margin-bottom: 10px;
}
.p-contact_list {
  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;
}
@media screen and (min-width: 829px) {
  .p-contact_list {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.p-contact_tab {
  position: relative;
  width: 296px;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid transparent;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 700;
}
.p-contact_tab.active {
  color: #fff;
  background: #ddd;
}
@media screen and (min-width: 829px) {
  .p-contact_tab {
    line-height: 54px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_tab {
    line-height: 34px;
  }
}
.p-contact_count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 829px) {
  .p-contact_count {
    left: 16px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_count {
    left: 8px;
  }
}
.p-contact_line {
  display: block;
  height: 1px;
  background: #000;
}
@media screen and (min-width: 829px) {
  .p-contact_line {
    width: 72px;
    -ms-flex-preferred-size: 72px;
        flex-basis: 72px;
  }
}
@media screen and (max-width: 828px) {
  .p-contact_line {
    width: 20px;
    -ms-flex-preferred-size: 20px;
        flex-basis: 20px;
  }
}

.p_policy__item + .p_policy__item {
  margin-top: clamp(20px, 2.6666666667vw, 24px);
}

.p_policy__label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.p_notfound {
  padding-top: clamp(80px, 11.5555555556vw, 104px);
}

.p_notfound__head {
  margin-bottom: clamp(40px, 7.1111111111vw, 64px);
  color: #011F5D;
}

.p_notfound__label {
  color: inherit;
  font-size: clamp(1.125rem, 2.2222222222vw, 1.25rem);
}

.p_notfound__caption {
  color: inherit;
  font-size: clamp(2.5rem, 7.5555555556vw, 4.25rem);
  font-weight: 600;
}

.p_notfound__menu {
  margin-top: clamp(40px, 7.1111111111vw, 64px);
}
.p_notfound__menu ul {
  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: 16px 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_notfound__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #011F5D;
  }
}
.p_notfound__menu a {
  display: block;
  color: #011F5D;
  font-size: 15px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p_notfound__menu a {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #011F5D;
  }
}

.p_post + .p_post {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
}

.p_post__link {
  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: 32px 56px;
  padding-top: clamp(32px, 6.2222222222vw, 56px);
  padding-left: clamp(24px, 6.2222222222vw, 56px);
  padding-right: clamp(32px, 8.8888888889vw, 80px);
  padding-bottom: clamp(32px, 6.2222222222vw, 56px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #DFE3EB;
}
@media screen and (min-width: 769px) {
  .p_post__link {
    border-radius: 20px;
    overflow: clip;
  }
}
@media screen and (max-width: 768px) {
  .p_post__link {
    border-radius: 10px;
    overflow: clip;
  }
}
@media screen and (max-width: 500px) {
  .p_post__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p_post__link:hover {
  opacity: 1;
}

.p_post__pic {
  display: block;
  aspect-ratio: 240/167;
  width: 240px;
  height: auto;
  border-radius: 0px;
  overflow: clip;
  -webkit-transition: inherit;
  transition: inherit;
}

.p_post__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__link:hover .p_post__image {
  scale: 1.1;
}

.p_post__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p_post__ico {
  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;
  aspect-ratio: 1/1;
  width: 32px;
  height: auto;
  border-radius: 32px;
  overflow: clip;
  background-color: #0E7863;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_post__link:hover .p_post__ico {
  background-color: #011F5D;
}
@media screen and (max-width: 768px) {
  .p_post__ico {
    display: none;
  }
}

.p_post__time {
  display: block;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #0E7863;
  margin-bottom: 1em;
}

.p_post__label {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  color: #011F5D;
  font-weight: 600;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_post__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.p_post__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.l_single__head {
  margin-bottom: clamp(24px, 3.5555555556vw, 32px);
}

.l_single__time {
  display: block;
  font-size: clamp(0.75rem, 1.5555555556vw, 0.875rem);
  font-family: "Montserrat Alternates", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #0E7863;
  margin-bottom: 1.1428571429em;
}

.l_single__label {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
  line-height: 1.75;
  color: #011F5D;
}
.l_single__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
}
.l_single__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
}

.l_single__inner a {
  text-decoration: underline;
}
.l_single__inner p + p {
  margin-top: 1em;
}

.p_property__nav {
  margin-bottom: clamp(40px, 8vw, 72px);
}

.p_property__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 769px) {
  .p_property__list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 36px;
  }
}
@media screen and (max-width: 768px) {
  .p_property__list {
    -ms-grid-columns: 1fr 36px 1fr 36px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 36px;
  }
}
@media screen and (max-width: 500px) {
  .p_property__list {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
}

.p_property__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #011F5D;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .p_property__link {
    gap: 10px;
    padding-top: 20px;
  }
}
.p_property__link[current], .p_property__link:hover {
  opacity: 1;
}

.p_property__label {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}
@media screen and (min-width: 501px) {
  .p_property__label {
    text-align: center;
  }
}

.p_property__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[1];
  grid-template-rows: repeat(1, 1fr);
}
@media screen and (min-width: 501px) and (min-width: 769px) {
  .p_property__cards {
    -ms-grid-columns: 1fr 72px 1fr 72px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .p_property__cards {
    -ms-grid-columns: 1fr 42px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media screen and (max-width: 500px) {
  .p_property__cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 24px;
  }
}

.p_property__card:hover {
  opacity: 1;
}

.p_property__pic {
  display: block;
  aspect-ratio: 352/256;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  background-color: #F2F4F8;
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
  -webkit-transition: inherit;
  transition: inherit;
}

.p_property__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1;
  -webkit-transition: inherit;
  transition: inherit;
}
.p_property__card:hover .p_property__image {
  scale: 1.1;
}

.p_property__caption {
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: clamp(10px, 1.7777777778vw, 16px);
  color: #011F5D;
}
.p_property__single .p_property__caption {
  font-size: clamp(1.25rem, 2.6666666667vw, 1.5rem);
}

.p_property__cat {
  display: inline-block;
  font-size: clamp(0.875rem, 1.6666666667vw, 0.9375rem);
  padding-top: 0.0666666667em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-bottom: 0.2666666667em;
  border-radius: 50px;
  overflow: clip;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .p_property__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 72px;
  }
}

.p_property__images {
  max-width: 512px;
}

.p_property__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p_property__inner {
    margin-top: 40px;
  }
}

.p_property__slider {
  overflow: clip;
}

.p_property__sub {
  margin-top: clamp(24px, 3.5555555556vw, 32px);
  margin-left: -12px;
  margin-right: -12px;
}

.p_property__tab {
  padding-left: 12px;
  padding-right: 12px;
}
.p_property__sub .p_property__tab img {
  display: block;
  aspect-ratio: 512/356;
  -o-object-fit: contain;
     object-fit: contain;
}
.p_property__sub .p_property__tab img {
  display: block;
  aspect-ratio: 155/108;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_property__slide {
  display: block;
  width: 100%;
  height: auto;
}

.p_property__content {
  margin-top: 32px;
}