/* m-property-tab
---------------------------------------------------------------------------- */
.m-property-tab {
  padding-block: 8rem 7rem;
}

.m-property-tab-wrap {
  display: grid;
  grid-auto-flow: column;
  gap: 0 1.2rem;
}

.m-property-tab-btn {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #1A1A1A;
  background-color: #F8F8F8;
  text-align: center;
  border-radius: 0.5rem;
  padding-block: 1.19rem 1.17rem;
  cursor: pointer;
}

.m-property-tab-btn.is-current {
  color: #fff;
  background-color: var(--col-main);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .m-property-tab {
    padding-block: 13.3333333333vw;
  }
  .m-property-tab-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: initial;
    gap: 4vw 2.6666666667vw;
  }
  .m-property-tab-btn {
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
    padding-block: 1.84vw 1.7866666667vw;
  }
}
/* m-property-contents
---------------------------------------------------------------------------- */
.m-property-contents {
  padding-bottom: 10rem;
}

.m-property-content {
  padding-block: 4rem;
  padding-inline: 5.3rem 5rem;
  background-color: #f5f5f5;
}

.m-property-content:not(:last-of-type) {
  margin-bottom: 5rem;
}

.m-property-content-inner {
  display: flex;
  gap: 0 4rem;
}

.m-property-content-left {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

.m-property-content-img {
  width: 26rem;
  aspect-ratio: 260/346;
}

.m-property-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.m-property-content-category {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 0 1rem;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--col-main);
  margin-left: 0.4rem;
}

.m-property-content-category::before {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background-color: currentColor;
}

.m-property-content-right {
  flex: 1;
}

.m-property-content-title {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--col-main);
  margin-bottom: 1.5rem;
}

.m-property-content-access {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.m-property-content-list {
  background: #fff;
  padding-block: 1.5rem 1.8rem;
  padding-inline: 2rem;
  margin-bottom: 3.6rem;
}

.m-property-content-list-inner {
  display: grid;
  grid-template-columns: 10.1rem 1fr;
  align-items: center;
  gap: 0 4.9rem;
}

.m-property-content-list-inner:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.m-property-content-term {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  gap: 0 1rem;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: var(--col-main);
}

.m-property-content-term::before {
  content: "";
  width: 0.8rem;
  height: 1px;
  background-color: currentColor;
}

.m-property-content-desc {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.m-property-content-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 24.5rem);
  gap: 0 1.7rem;
}

.m-property-contents-btn {
  width: 24rem;
  height: 6rem;
  margin-inline: auto;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .m-property-contents {
    padding-bottom: 13.3333333333vw;
  }
  .m-property-content {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
  }
  .m-property-content:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .m-property-content-inner {
    display: flex;
    flex-direction: column;
    gap: 4vw 0;
  }
  .m-property-content-left {
    gap: 4vw 0;
  }
  .m-property-content-img {
    width: 53.3333333333vw;
    aspect-ratio: 200/266;
    margin-inline: auto;
  }
  .m-property-content-category {
    gap: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    margin-left: 0;
  }
  .m-property-content-category::before {
    width: 4vw;
    height: 0.5333333333vw;
  }
  .m-property-content-title {
    font-size: 6.4vw;
    line-height: 1.2083333333;
    margin-bottom: 1.8666666667vw;
  }
  .m-property-content-access {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .m-property-content-list {
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .m-property-content-list-inner {
    grid-template-columns: 1fr;
    gap: 0 0;
  }
  .m-property-content-list-inner:not(:last-of-type) {
    margin-bottom: 2.3733333333vw;
  }
  .m-property-content-term {
    gap: 0 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
  .m-property-content-term::before {
    width: 2.1333333333vw;
  }
  .m-property-content-desc {
    font-size: 4.2666666667vw;
  }
  .m-property-content-btn-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.9333333333vw;
  }
  .m-property-contents-btn {
    width: 64vw;
    height: 16vw;
    margin-top: 8vw;
  }
}
