@charset "UTF-8";
/*main color*/
/*addcolor*/
/* spacing */
/*mixin*/
/* 游ゴシック Bold */
.u-font-JP_B, .p-ijyu .mv .mv__txt p, .p-ijyu .mv .mv__badge .badge-label, .p-ijyu .mv .mv__badge .badge-wrap span, .p-ijyu .section .sec-list__ttl .ttl-txt, .p-ijyu .merit-card__txt .mod--lg, .p-ijyu .merit-card__txt .mod--xl, .p-ijyu .merit-card__txt em, .p-ijyu .merit-card__txt .mod--color, .p-ijyu .merit-table table tbody tr.merit-table__point, .p-ijyu .merit-food .merit-food__list .merit-food__list-item .list-item__cap, .p-ijyu .perf-card-as .perf-card-as__txt.mod--q .label, .p-ijyu .perf-card-as .perf-card-as__txt.mod--a .label, .p-ijyu .present .present__img .present__label span, .p-ijyu .present .present__txt p, .p-ijyu .explore-properties__list .recom__item .recom__item-tabs .recom__item-tab, .p-ijyu .explore-properties__list .recom__item .recom__item-title .recom__item-title--field, .p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dt {
  font-family: "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", "游ゴシック体 Pr6N", "Yu Gothic Pr6N", sans-serif;
  font-weight: bold;
}
@supports (-webkit-hyphens: none) {
  .u-font-JP_B, .p-ijyu .mv .mv__txt p, .p-ijyu .mv .mv__badge .badge-label, .p-ijyu .mv .mv__badge .badge-wrap span, .p-ijyu .section .sec-list__ttl .ttl-txt, .p-ijyu .merit-card__txt .mod--lg, .p-ijyu .merit-card__txt .mod--xl, .p-ijyu .merit-card__txt em, .p-ijyu .merit-card__txt .mod--color, .p-ijyu .merit-table table tbody tr.merit-table__point, .p-ijyu .merit-food .merit-food__list .merit-food__list-item .list-item__cap, .p-ijyu .perf-card-as .perf-card-as__txt.mod--q .label, .p-ijyu .perf-card-as .perf-card-as__txt.mod--a .label, .p-ijyu .present .present__img .present__label span, .p-ijyu .present .present__txt p, .p-ijyu .explore-properties__list .recom__item .recom__item-tabs .recom__item-tab, .p-ijyu .explore-properties__list .recom__item .recom__item-title .recom__item-title--field, .p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dt {
    font-weight: 600;
  }
}

/* Prelude Pro */
.u-font-EN_L {
  font-family: "Prelude Pro Light", "Prelude Pro", sans-serif;
  font-weight: 100;
}

.u-font-EN_M {
  font-family: "Prelude Pro Medium", "Prelude Pro", sans-serif;
  font-weight: 500;
}

.u-font-EN_B {
  font-family: "Prelude Pro Bold", "Prelude Pro", sans-serif;
  font-weight: bold;
}

/* スライド（数字）用のフォント*/
.u-font-slideNum {
  font-family: Arial, sans-serif;
}

/* 游明朝体 */
.u-font-Yumincho_R {
  font-family: "游明朝体 Pr6N R", "Yu Mincho Pr6N R", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: normal;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_R {
    font-weight: 400;
  }
}

.u-font-Yumincho_M, .p-ijyu .mv .mv__txt h2 {
  font-family: "游明朝体 Pr6N M", "Yu Mincho Pr6N M", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: 500;
}

.u-font-Yumincho_D {
  font-family: "游明朝体 Pr6N D", "Yu Mincho Pr6N D", "游明朝体 Pr6N", "Yu Mincho Pr6N", serif;
  font-weight: bold;
}
@supports (-webkit-hyphens: none) {
  .u-font-Yumincho_D {
    font-weight: 600;
  }
}

em {
  font-style: normal;
}

.p-ijyu {
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
  /* ------------------------------------------------------------
  スライダー
  ------------------------------------------------------------ */
}
.p-ijyu .footer {
  padding-bottom: 90px;
}
@media (max-width: 960px) {
  .p-ijyu .footer {
    padding-bottom: 160px;
  }
}
.p-ijyu main {
  letter-spacing: 0.07em;
}
.p-ijyu .mv {
  position: relative;
  height: 500px;
}
.p-ijyu .mv .mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  z-index: 2;
}
.p-ijyu .mv .mv__txt h2 {
  font-size: clamp(45px, 36.3333333333px + 2.2222222222vw, 63px);
}
.p-ijyu .mv .mv__txt p {
  font-size: 16px;
}
.p-ijyu .mv .mv__img {
  height: 100%;
}
.p-ijyu .mv .mv__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-ijyu .mv .mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ijyu .mv .mv__badge {
  position: absolute;
  z-index: 3;
  width: 245px;
  height: 245px;
  bottom: 0;
  right: calc((100% - min(90%, 1080px)) / 2);
  transform-origin: right bottom;
  transform: translateY(7%);
}
@media (max-width: 960px) {
  .p-ijyu .mv .mv__badge {
    transform: scale(0.8) translateY(7%);
  }
}
@media (max-width: 768px) {
  .p-ijyu .mv .mv__badge {
    transform: scale(0.6) translateY(17%);
  }
}
.p-ijyu .mv .mv__badge .badge-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28%);
  white-space: nowrap;
  line-height: 1;
  color: #ffffff;
  background-color: #93795A;
  padding: 5px 13px;
  border-radius: 55px;
  font-size: 18px;
}
.p-ijyu .mv .mv__badge .badge-wrap {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 999px;
  top: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.p-ijyu .mv .mv__badge .badge-wrap img {
  width: 200px;
}
.p-ijyu .mv .mv__badge .badge-wrap span {
  margin-top: -7px;
  font-size: 22px;
  color: #93795A;
  line-height: 1.2;
}
.p-ijyu .c-anchor-nav {
  margin: 40px auto;
}
.p-ijyu .section {
  margin: clamp(50px, 35.5555555556px + 3.7037037037vw, 80px) auto clamp(80px, 60.7407407407px + 4.9382716049vw, 120px);
}
.p-ijyu .section .c-main-ttl {
  margin-bottom: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
}
.p-ijyu .section .c-main-ttl h3 {
  letter-spacing: 0.1em;
}
.p-ijyu .section .sec-list {
  padding: clamp(30px, 20.3703703704px + 2.4691358025vw, 50px) 0 clamp(40px, 35.1851851852px + 1.2345679012vw, 50px);
}
.p-ijyu .section .sec-list.mod--bg-gry {
  background-color: #F3F4F6;
}
@media (max-width: 768px) {
  .p-ijyu .section .sec-list.mod--bg-gry {
    width: 100%;
  }
}
.p-ijyu .section .sec-list.mod--pb-0 {
  padding-bottom: 0;
}
.p-ijyu .section .sec-list__ttl {
  font-size: clamp(18px, 16.0740740741px + 0.4938271605vw, 22px);
  line-height: 1.6;
  margin-bottom: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
}
.p-ijyu .section .sec-list__ttl .ttl-txt {
  color: #0F2E53;
  letter-spacing: 0.1em;
}
.p-ijyu .section .sec-list__ttl .ttl-txt.mod--ls-n {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-ijyu .section .sec-list__ttl .ttl-txt {
    letter-spacing: 0.05em;
  }
}
.p-ijyu .section .sec-list__ttl .ttl-label {
  background-color: #93795A;
  color: #ffffff;
  padding: 3px 8px 3px 9px;
  font-weight: 400;
}
.p-ijyu .section .sec-list__ttl .ttl-label.mod--txt {
  font-size: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
}
.p-ijyu .section .sec-list__ttl.mod--center {
  text-align: center;
}
.p-ijyu .section .sec-list__txt {
  margin: 10px 0;
  line-height: 1.6;
}
.p-ijyu .section .sec-list__txt small {
  display: inline-block;
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
}
.p-ijyu .section .sec-list__txt em {
  color: #841721;
}
.p-ijyu .section .sec-list__txt.mod--center {
  text-align: center;
}
@media (max-width: 768px) {
  .p-ijyu .section .sec-list__txt.mod--center {
    text-align: left;
  }
}
.p-ijyu .section .sec-list__btnWrap {
  text-align: center;
  width: min(100%, 530px);
  margin: clamp(30px, 20.3703703704px + 2.4691358025vw, 50px) auto 0;
}
.p-ijyu .sec-list__contentsWrap {
  margin-top: clamp(30px, 20.3703703704px + 2.4691358025vw, 50px);
}
.p-ijyu .sec-list__contentsWrap.mod--mt-40 {
  margin-top: clamp(30px, 25.1851851852px + 1.2345679012vw, 40px);
}
.p-ijyu .sec-list__contentsWrap.mod--mt-30 {
  margin-top: 30px;
}
.p-ijyu .sec-list__contentsWrap .u-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
@media (max-width: 960px) {
  .p-ijyu .sec-list__contentsWrap .u-grid-3 {
    display: flex;
    flex-direction: column;
    gap: clamp(30px, 22.7777777778px + 1.8518518519vw, 45px);
  }
}
.p-ijyu .sec-list__contentsWrap .u-grid-2 {
  gap: 45px;
  max-width: 705px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-ijyu .sec-list__contentsWrap .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}
.p-ijyu .ijyu-card-img__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 22.7777777778px + 1.8518518519vw, 45px);
}
@media (max-width: 960px) {
  .p-ijyu .ijyu-card-img__wrap {
    max-width: 800px;
    overflow-x: scroll;
    gap: clamp(10px, -6.8518518519px + 4.3209876543vw, 45px);
  }
}
@media (max-width: 960px) {
  .p-ijyu .ijyu-card-img__wrap .ijyu-card-img {
    width: 55vw;
    margin-bottom: 10px;
  }
}
.p-ijyu .ijyu-card-img .ijyu-card-img__cap {
  color: #0F2E53;
  margin-top: 5px;
}
@media (max-width: 960px) {
  .p-ijyu .ijyu-card-img .ijyu-card-img__cap {
    font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
    line-height: 1.4;
  }
}
.p-ijyu .ijyu-card-img .ijyu-card-img__link {
  margin-top: 15px;
}
.p-ijyu .merit-card.u-grid-3 {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .p-ijyu .merit-card.u-grid-3 {
    margin-top: 70px;
    gap: 50px;
  }
}
.p-ijyu .merit-card__item {
  position: relative;
}
.p-ijyu .merit-card__body {
  height: 350px;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  padding: 25px;
  text-align: center;
  background-color: #ffffff;
  gap: 0;
}
@media (max-width: 960px) {
  .p-ijyu .merit-card__body {
    height: auto;
    grid-template-rows: auto 1fr;
    padding: 35px 25px clamp(20px, 17.5925925926px + 0.6172839506vw, 25px);
    gap: clamp(6px, 5.037037037px + 0.2469135802vw, 8px);
  }
  .p-ijyu .merit-card__body.mod--sp-img-big {
    padding-top: 40px;
  }
}
.p-ijyu .merit-card__body.mod--bg-gry {
  background-color: #f4f4f4;
}
.p-ijyu .merit-card__ttl {
  line-height: 1.4;
  color: #0F2E53;
  font-size: clamp(16px, 14.0740740741px + 0.4938271605vw, 20px);
  font-weight: 500;
}
.p-ijyu .merit-card__ttl span {
  display: inline-block;
  line-height: 1.2;
}
.p-ijyu .merit-card__ttl small {
  font-size: clamp(12px, 10.0740740741px + 0.4938271605vw, 16px);
  display: block;
}
@media (max-width: 960px) {
  .p-ijyu .merit-card__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -58%);
    max-width: 130px;
  }
  .p-ijyu .merit-card__img.mod--sp-wide {
    max-width: 180px;
  }
}
.p-ijyu .merit-card__txt {
  line-height: 1.4;
  font-size: 16px;
}
.p-ijyu .merit-card__txt .mod--lg {
  font-size: 18px;
}
.p-ijyu .merit-card__txt .mod--xl, .p-ijyu .merit-card__txt em {
  font-size: 22px;
}
.p-ijyu .merit-card__txt .mod--color {
  color: #93795A;
}
.p-ijyu .merit-card__txt small {
  font-size: 14px;
}
.p-ijyu .merit-card__cap {
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  line-height: 1.6;
  display: block;
  margin-top: clamp(5px, 3.5555555556px + 0.3703703704vw, 8px);
  color: #0F2E53;
}
.p-ijyu .merit-table .merit-table__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0F2E53;
  margin-bottom: 30px;
  line-height: 1.3;
}
.p-ijyu .merit-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #707070;
}
.p-ijyu .merit-table table th, .p-ijyu .merit-table table td {
  border-left: 1px solid #707070;
  padding: 8px;
  text-align: center;
  font-size: clamp(14px, 12.0740740741px + 0.4938271605vw, 18px);
}
.p-ijyu .merit-table table th:nth-child(1), .p-ijyu .merit-table table td:nth-child(1) {
  width: 40%;
  text-align: left;
  padding-left: clamp(12px, 3.3333333333px + 2.2222222222vw, 30px);
  letter-spacing: 0;
}
.p-ijyu .merit-table table th:nth-child(2), .p-ijyu .merit-table table td:nth-child(2) {
  width: 30%;
}
.p-ijyu .merit-table table th:nth-child(3), .p-ijyu .merit-table table td:nth-child(3) {
  width: 30%;
}
.p-ijyu .merit-table table thead th {
  line-height: 1.5;
  background-color: #7F91A4;
  color: #ffffff;
  font-weight: 500;
}
.p-ijyu .merit-table table tbody tr {
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  padding: clamp(10px, 1.5vw, 15px) clamp(20px, 6vw, 60px);
}
.p-ijyu .merit-table table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
.p-ijyu .merit-table table tbody tr.merit-table__point {
  background-color: rgba(193, 174, 151, 0.6);
}
.p-ijyu .merit-table table tbody tr.merit-table__result {
  background-color: #DBE0E6;
}
.p-ijyu .merit-table table tbody tr td {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.6;
}
.p-ijyu .merit-table .merit-table__cap {
  font-size: clamp(10px, 9.037037037px + 0.2469135802vw, 12px);
  line-height: 1.6;
  margin-top: clamp(10px, 6.6296296296px + 0.8641975309vw, 17px);
  color: #0F2E53;
}
.p-ijyu .merit-food {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .p-ijyu .merit-food {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .p-ijyu .merit-food {
    padding-top: 20px;
  }
}
.p-ijyu .merit-food .merit-food__main .merit-card__body {
  height: 280px;
}
@media (max-width: 960px) {
  .p-ijyu .merit-food .merit-food__main .merit-card__body {
    height: auto;
  }
}
.p-ijyu .merit-food .merit-food__main .merit-card__cap {
  margin-top: clamp(8px, 2.2222222222px + 1.4814814815vw, 20px);
}
.p-ijyu .merit-food .merit-food__list {
  display: grid;
  height: -moz-fit-content;
  height: fit-content;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 20px;
}
@media (max-width: 1200px) {
  .p-ijyu .merit-food .merit-food__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .p-ijyu .merit-food .merit-food__list {
    gap: 25px 10px;
  }
}
.p-ijyu .merit-food .merit-food__list .merit-food__list-item {
  position: relative;
}
.p-ijyu .merit-food .merit-food__list .merit-food__list-item .list-item__label {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 200px);
  text-align: center;
  background-color: #93795A;
  border: 1px solid #ffffff;
  padding: 4px 10px;
  line-height: 1;
  color: #ffffff;
  font-size: clamp(14px, 13.037037037px + 0.2469135802vw, 16px);
}
.p-ijyu .merit-food .merit-food__list .merit-food__list-item figure {
  aspect-ratio: 240/150;
}
.p-ijyu .merit-food .merit-food__list .merit-food__list-item .list-item__cap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: clamp(12px, 11.037037037px + 0.2469135802vw, 14px);
  padding: clamp(1px, 0.037037037px + 0.2469135802vw, 3px);
}
.p-ijyu .explore-top {
  align-items: center;
  margin-bottom: 80px;
}
.p-ijyu .explore-top .explore-top__img {
  padding-right: 55px;
}
@media (max-width: 768px) {
  .p-ijyu .explore-top .explore-top__img {
    padding-right: 0;
  }
}
.p-ijyu .explore-top .explore-top__txt {
  font-size: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
  line-height: 1.6;
}
.p-ijyu .explore-properties {
  margin-bottom: clamp(50px, 35.5555555556px + 3.7037037037vw, 80px);
}
.p-ijyu .explore-equip {
  padding: 30px 5%;
  background-color: #ffffff;
}
.p-ijyu .explore-equip.mod--bg-gry {
  background-color: #f4f4f4;
}
.p-ijyu .explore-equip .explore-equip__list {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  gap: clamp(10px, 5.1851851852px + 1.2345679012vw, 20px);
  flex-wrap: wrap;
}
.p-ijyu .explore-equip .explore-equip__list li {
  width: clamp(60px, 41.7037037037px + 4.6913580247vw, 98px);
}
.p-ijyu .explore-equip p {
  text-align: center;
  color: #0F2E53;
  margin-top: 10px;
}
.p-ijyu .perf-card-as {
  padding: 25px;
  background-color: #ffffff;
  color: #0F2E53;
}
.p-ijyu .perf-card-as .perf-card-as__wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 7.5925925926px + 0.6172839506vw, 15px);
}
.p-ijyu .perf-card-as .perf-card-as__txt {
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-ijyu .perf-card-as .perf-card-as__txt.mod--a .label {
  color: #93795A;
}
.p-ijyu .perf-card-as hr {
  height: 1px;
  background-color: #707070;
  width: 100%;
}
.p-ijyu .present {
  margin: clamp(60px, 50.3703703704px + 2.4691358025vw, 80px) auto;
}
.p-ijyu .present .present__wrap {
  background-color: rgba(193, 174, 151, 0.2);
  padding: 5px 50px 8px;
  position: relative;
}
@media (max-width: 960px) {
  .p-ijyu .present .present__wrap {
    padding: 15px 5% 20px;
  }
}
.p-ijyu .present .u-grid-2 {
  grid-template-columns: minmax(clamp(200px, 118.1481481481px + 20.987654321vw, 370px), 1fr) auto;
  align-items: center;
  gap: clamp(3px, -19.6296296296px + 5.8024691358vw, 50px);
}
@media (max-width: 960px) {
  .p-ijyu .present .u-grid-2 {
    display: flex;
    flex-direction: column;
  }
}
.p-ijyu .present .present__img {
  position: relative;
  width: 100%;
  padding-left: clamp(20px, 15.1851851852px + 1.2345679012vw, 30px);
}
.p-ijyu .present .present__img .present__label {
  position: absolute;
  top: 0;
  transform: translateY(15px);
  left: 0;
  width: 92px;
  height: 92px;
  border-radius: 99px;
  background-color: #93795A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .p-ijyu .present .present__img .present__label {
    transform: scale(0.9) translateY(15px);
    transform-origin: top left;
  }
}
.p-ijyu .present .present__img .present__label span {
  color: #ffffff;
  font-size: 27px;
}
.p-ijyu .present .present__txt {
  line-height: 1.6;
  padding: 20px 0;
}
@media (max-width: 960px) {
  .p-ijyu .present .present__txt {
    padding: 0;
  }
}
.p-ijyu .present .present__txt p {
  font-size: clamp(16px, 15.037037037px + 0.2469135802vw, 18px);
}
.p-ijyu .present .present__txt ul {
  padding: 8px 0 12px;
}
.p-ijyu .present .present__txt ul li span {
  color: #93795A;
}
.p-ijyu .present .present__txt .c-main-btn--cta span {
  font-size: clamp(15px, 11.6296296296px + 0.8641975309vw, 22px);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.p-ijyu .present .present__txt .c-main-btn--cta span em {
  display: inline-block;
}
@media (max-width: 768px) {
  .p-ijyu .present .present__txt .c-main-btn--cta span {
    letter-spacing: 0.03em;
  }
}
.p-ijyu .explore-properties__list {
  letter-spacing: 0.015em;
  overflow-y: hidden;
}
.p-ijyu .explore-properties__list .swiper-wrapper.swiperDelete {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 4vw, 40px);
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-ijyu .explore-properties__list .swiper-wrapper.swiperDelete {
    grid-template-columns: auto;
  }
}
.p-ijyu .explore-properties__list .swiper-wrapper .swiper-slide {
  height: auto;
}
.p-ijyu .explore-properties__list .recom__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #707070;
  padding: clamp(15px, 2vw, 20px) clamp(15px, 3vw, 30px) clamp(20px, 4vw, 40px);
  justify-content: space-between;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-tabs .recom__item-tab {
  margin-bottom: 8px;
  background-color: #086EB3;
  font-size: clamp(11px, 1.3vw, 13px);
  color: #fff;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: clamp(3px, 0.5vw, 5px) 6px;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-tabs .recom__item__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-tabs .recom__item__cat .recom__item__cat-item {
  background-color: #841721;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: clamp(10px, 1.2vw, 12px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 10rem;
  padding: 5px clamp(9px, 1.6vw, 16px);
  white-space: nowrap;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-box {
  background-color: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-title {
  order: -1;
  line-height: 1.3;
  display: block;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-title .recom__item-title--area {
  font-size: clamp(12px, 1.4vw, 14px);
  color: #0F2E53;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-title .recom__item-title--field {
  font-size: clamp(18px, 17.037037037px + 0.2469135802vw, 20px);
}
.p-ijyu .explore-properties__list .recom__item .recom__item-thum {
  background-color: #f4f4f4;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: clamp(15px, 13.5555555556px + 0.3703703704vw, 18px) 0;
  aspect-ratio: 10/5.43;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-infoItem {
  display: grid;
  grid-template-columns: 25% 1fr;
  width: 100%;
  border-bottom: 1px solid #0F2E53;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dt, .p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dd {
  font-size: clamp(13px, 1.6vw, 16px);
  padding: clamp(9px, 1.4vw, 14px) 5px;
  line-height: 1.4;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dd {
  padding-left: clamp(10px, 2vw, 20px);
}
.p-ijyu .explore-properties__list .recom__item .recom__item-infoItem dt {
  display: grid;
  place-content: center;
  color: #0F2E53;
  background: #F3F4F6;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 2vw, 20px);
  margin-top: auto;
  padding-top: clamp(20px, 3vw, 30px);
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a {
  width: 100%;
  height: 44px;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  align-items: center;
  border: 1px solid #0F2E53;
  width: 100%;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
  font-size: clamp(14px, 1.6vw, 18px);
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a::before {
  content: "";
  display: inline-block;
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 100%;
  justify-self: end;
  position: relative;
  margin-right: clamp(8px, 1vw, 20px);
  transition: transform 0.3s ease;
  width: 18px;
}
@media (hover: hover) and (pointer: fine) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:hover::after {
    transform: translateX(5px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:hover::after {
    transform: translateX(5px);
  }
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1) {
  background: #93795A;
  border: 1px solid #93795A;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1):hover {
    background-color: #AF997F;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1):hover {
    background-color: #AF997F;
  }
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1)::before {
  width: 30px;
  height: 21px;
  background: url(../../img/common/icon_reserve_WH.svg) no-repeat center/100%;
  margin-left: clamp(5px, 1vw, 30px);
}
@media (max-width: 440px) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1)::before {
    width: 24px;
    height: 18px;
  }
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(1)::after {
  background: url(../../img/common/arw-link-WH.svg) no-repeat center/100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(2):hover {
    background-color: #DBE0E6;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(2):hover {
    background-color: #DBE0E6;
  }
}
.p-ijyu .explore-properties__list .recom__item .recom__item-btns a:nth-of-type(2)::after {
  background: url(../../img/common/arw-link-BLU.svg) no-repeat center/100%;
}/*# sourceMappingURL=ijyu.css.map */