/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
	properties
------------------------------ */
#sec_properties {
  background: #f6f4f0;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 767px) {
  #sec_properties {
    padding-bottom: 10rem;
    margin-bottom: 6rem;
  }
}
#sec_properties .search_wrap .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 1rem;
}
#sec_properties .search_wrap .flex select {
  color: #333;
  background: url(../img/properties/ico_select.svg) no-repeat right 0.2em bottom 0.6em/auto 15%;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  height: 1.6em;
  border-bottom: 1px solid #333;
  padding-right: 1em;
  cursor: pointer;
  margin-bottom: -1rem;
}
#sec_properties .search_wrap .flex .favorite {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
#sec_properties .search_wrap .flex .favorite .ico {
  width: 5.2rem;
  margin-right: 0.3em;
}
#sec_properties .search_wrap .flex .big {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  margin: 0 0.5em;
}
#sec_properties .search_wrap .flex .count {
  background: #333;
  color: #fff;
  padding: 0 1em;
  border-radius: 100px;
  font-size: 1.2rem;
}
#sec_properties .search_wrap .flex .count .num {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 0 0.2em;
}
@media screen and (max-width: 767px) {
  #sec_properties .search_wrap .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec_properties .search_wrap .flex select {
    font-size: 2.8rem !important;
  }
  #sec_properties .search_wrap .flex .big {
    font-size: 2.2rem;
  }
  #sec_properties .search_wrap .flex .count {
    margin: 1.5rem 0 0;
  }
  #sec_properties .search_wrap .flex .count .num {
    font-size: 1.8rem;
  }
}
#sec_properties .search_wrap .category {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding: 1rem 0;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_properties .search_wrap .category {
    width: 100vw;
    margin: 1rem -10vw 0;
    padding: 2rem 10vw;
  }
}
#sec_properties .search_wrap .category p {
  display: inline-block;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  #sec_properties .search_wrap .category p {
    margin: 0 1px;
  }
}
#sec_properties .search_wrap .category a,
#sec_properties .search_wrap .category span {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 0.5em 1em;
  border-radius: 100px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_properties .search_wrap .category a,
  #sec_properties .search_wrap .category span {
    padding: 0.8em;
  }
}
#sec_properties .search_wrap .category a:hover,
#sec_properties .search_wrap .category span {
  background: #00b1bc;
  color: #fff;
  opacity: 1;
}
#sec_properties .property_list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_properties .property_list {
    margin: 3rem -5vw 0;
  }
}
#sec_properties .property_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  #sec_properties .property_list .list .item {
    width: calc((100% - 3rem) / 4);
    margin-left: 1rem;
  }
  #sec_properties .property_list .list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  #sec_properties .property_list .list .item:nth-child(n+5) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_properties .property_list .list .item {
    width: calc((100% - 1rem) / 2);
    margin-left: 1rem;
  }
  #sec_properties .property_list .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #sec_properties .property_list .list .item:nth-child(n+3) {
    margin-top: 1rem;
  }
}
#sec_properties .property_list .pager {
  margin-top: 3rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec_properties .property_list .pager li:not(.prev):not(.next) {
  margin: 0.25rem;
}
#sec_properties .property_list .pager li:not(.prev):not(.next) span,
#sec_properties .property_list .pager li:not(.prev):not(.next) a {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #00b1bc;
  padding: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#sec_properties .property_list .pager li:not(.prev):not(.next) a:hover,
#sec_properties .property_list .pager li:not(.prev):not(.next) span {
  opacity: 1;
  background: #00b1bc;
}
#sec_properties .property_list .pager .prev,
#sec_properties .property_list .pager .next {
  width: 5rem;
  height: 5rem;
  position: relative;
  margin: 0 3rem;
}
#sec_properties .property_list .pager .prev::before,
#sec_properties .property_list .pager .next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: #00b1bc;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#sec_properties .property_list .pager .prev:hover::before,
#sec_properties .property_list .pager .next:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
#sec_properties .property_list .pager .prev a,
#sec_properties .property_list .pager .next a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sec_properties .property_list .pager .prev a:hover,
#sec_properties .property_list .pager .next a:hover {
  opacity: 1;
}
#sec_properties .property_list .pager .prev a::before, #sec_properties .property_list .pager .prev a::after,
#sec_properties .property_list .pager .next a::before,
#sec_properties .property_list .pager .next a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sec_properties .property_list .pager .prev a::before,
#sec_properties .property_list .pager .next a::before {
  height: 1px;
  width: 20%;
  background: #fff;
}
#sec_properties .property_list .pager .prev a::after,
#sec_properties .property_list .pager .next a::after {
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 15%;
  height: 15%;
}
#sec_properties .property_list .pager .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#sec_properties .property_category {
  margin-top: 6rem;
  padding: 2rem 3rem;
}

/* ------------------------------
	properties_post
------------------------------ */
#sec_properties_post .sec_ttl {
  text-align: center;
}
#sec_properties_post .sec_ttl .catch {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-bottom: 0.8em;
  position: relative;
}
#sec_properties_post .sec_ttl .catch::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36rem;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#567393), color-stop(#00b1bc), color-stop(#96c765), color-stop(#e5d628), color-stop(#ee8d48), to(#e75e7e));
  background: linear-gradient(to right, #567393, #00b1bc, #96c765, #e5d628, #ee8d48, #e75e7e);
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_ttl .catch {
    font-size: 1.8rem;
  }
  #sec_properties_post .sec_ttl .catch::before {
    width: 20rem;
    height: 3px;
  }
}
#sec_properties_post .sec_ttl .ttl {
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_ttl .ttl {
    font-size: 3rem;
  }
}
#sec_properties_post .sec_ttl .favorite,
#sec_properties_post .sec_ttl .simplefavorite-button {
  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: 1em;
  height: 1em;
  position: relative;
  vertical-align: 0.15em;
  opacity: 1 !important;
}
#sec_properties_post .sec_ttl .favorite::before,
#sec_properties_post .sec_ttl .simplefavorite-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e0e0d7;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#sec_properties_post .sec_ttl .favorite img,
#sec_properties_post .sec_ttl .simplefavorite-button img {
  max-width: 50%;
  max-height: 50%;
  position: relative;
  z-index: 1;
}
#sec_properties_post .sec_ttl .favorite:hover,
#sec_properties_post .sec_ttl .simplefavorite-button:hover {
  opacity: 1;
}
#sec_properties_post .sec_ttl .favorite:hover::before,
#sec_properties_post .sec_ttl .simplefavorite-button:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
#sec_properties_post .sec_ttl .favorite.active::before,
#sec_properties_post .sec_ttl .simplefavorite-button.active::before {
  background: #e75e7e;
}
#sec_properties_post .sec_ttl .category {
  margin-bottom: -3rem;
  position: relative;
  z-index: 1;
}
#sec_properties_post .sec_ttl .category .item {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1em 2em;
  border-radius: 100px;
  margin: 0.25em;
}
#sec_properties_post .sec_ttl .category .item.pickup {
  background: #e75e7e;
}
#sec_properties_post .sec_ttl .category .item.negotiation {
  background: #ffe100;
  font-size: 1.4rem;
  color: #555555;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  padding: 0.95em 2em;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_ttl .category .item.negotiation {
    gap: 0.9rem;
    padding: 0.71rem 2rem;
  }
}
#sec_properties_post .sec_ttl .category .item.negotiation::after {
  content: "";
  width: 3.4rem;
  height: 2.1rem;
  background-image: url(../img/properties/ico_negotiation.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_ttl .category {
    margin-bottom: 2rem;
  }
  #sec_properties_post .sec_ttl .category .item {
    font-size: 1.2rem;
  }
}
#sec_properties_post .sec_slider img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_slider .wrap {
    width: 100%;
  }
}
#sec_properties_post .sec_slider .slider._main {
  position: relative;
}
#sec_properties_post .sec_slider .slider._main .item {
  padding: 0 0.5rem;
  position: relative;
}
#sec_properties_post .sec_slider .slider._main .item .img {
  width: 100%;
  height: 50vw;
}
#sec_properties_post .sec_slider .slider._main .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #sec_properties_post .sec_slider .slider._main .item .caption {
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    text-align: center;
    padding: 0 3rem;
  }
  #sec_properties_post .sec_slider .slider._main .item .caption span {
    display: inline-block;
    background: #fff;
    padding: 0.5em 2em;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: 100px;
  }
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_slider .slider._main .item {
    padding: 0;
  }
  #sec_properties_post .sec_slider .slider._main .item .img {
    height: 70vw;
  }
  #sec_properties_post .sec_slider .slider._main .item .caption {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    padding: 0.5em 10vw;
  }
}
#sec_properties_post .sec_slider .slider._thumb {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_slider .slider._thumb {
    margin: 0.5rem 0 0 3vw;
  }
}
#sec_properties_post .sec_slider .slider._thumb .item {
  position: relative;
}
#sec_properties_post .sec_slider .slider._thumb .item .img {
  width: 100%;
  height: 7rem;
}
#sec_properties_post .sec_slider .slider._thumb .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_slider .slider._thumb .item .img {
    width: 8rem;
    height: 6rem;
  }
}
#sec_properties_post .sec_slider .slider._thumb .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00b1bc;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#sec_properties_post .sec_slider .slider._thumb .item:hover {
  cursor: pointer;
}
#sec_properties_post .sec_slider .slider._thumb .item:hover::before {
  opacity: 0.5;
}
#sec_properties_post .sec_slider .slider._thumb .slick-slide {
  margin: 0 0.5rem;
}
#sec_properties_post .sec_slider .slider._thumb .slick-current .item::before {
  opacity: 0.5;
}
#sec_properties_post .sec_slider .slider._thumb .slick-current .item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 2.4rem;
  background: url(../img/properties/ico_slider.svg) no-repeat center/contain;
}
#sec_properties_post .sec_slider .slider.soldout .slick-current .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/properties/soldout_red.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#sec_properties_post .sec_slider .slider.soldout._red .slick-current .img::after {
  background-image: url(../img/properties/soldout_red.svg);
}
#sec_properties_post .sec_slider .slider.soldout._pink .slick-current .img::after {
  background-image: url(../img/properties/soldout_pink.svg);
}
#sec_properties_post .sec_slider .slider.soldout._blue .slick-current .img::after {
  background-image: url(../img/properties/soldout_blue.svg);
}
#sec_properties_post .sec_slider .slider.soldout._orange .slick-current .img::after {
  background-image: url(../img/properties/soldout_orange.svg);
}
#sec_properties_post .sec_slider .slider.soldout._green .slick-current .img::after {
  background-image: url(../img/properties/soldout_green.svg);
}
#sec_properties_post .sec_slider .slick-arrow {
  position: absolute;
  left: 16vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 100%;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sec_properties_post .sec_slider .slick-arrow::before, #sec_properties_post .sec_slider .slick-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sec_properties_post .sec_slider .slick-arrow::before {
  height: 1px;
  width: 20%;
  background: #333;
}
#sec_properties_post .sec_slider .slick-arrow::after {
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
          transform: translate(-40%, -50%) rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 15%;
  height: 15%;
}
#sec_properties_post .sec_slider .slick-arrow:hover {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
#sec_properties_post .sec_slider .slick-arrow:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
#sec_properties_post .sec_slider .slick-arrow:hover::after {
  -webkit-transform: translate(-40%, -50%) rotate(45deg) scale(0.8);
          transform: translate(-40%, -50%) rotate(45deg) scale(0.8);
}
#sec_properties_post .sec_slider .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#sec_properties_post .sec_slider .slick-arrow.slick-prev:hover {
  -webkit-transform: translateY(-50%) rotate(180deg) scale(1.2);
          transform: translateY(-50%) rotate(180deg) scale(1.2);
}
#sec_properties_post .sec_slider .slick-arrow.slick-next {
  left: auto;
  right: 16vw;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_slider .slick-arrow {
    top: 100%;
    left: 0;
    margin: -3rem 0 0;
  }
  #sec_properties_post .sec_slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    margin: -3rem 0 0;
  }
}
#sec_properties_post .sec_school {
  margin: 8rem 0 -6.8rem;
}
#sec_properties_post .sec_school .wrap {
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .wrap {
    width: 90%;
  }
}
#sec_properties_post .sec_school .card {
  background-color: #f6f4f0;
  padding: 3.6rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .card {
    padding: 9rem 4rem 4rem;
  }
}
#sec_properties_post .sec_school .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9rem;
    position: absolute;
    top: -3rem;
    left: 50%;
    translate: -50%;
  }
}
#sec_properties_post .sec_school .ttl .ttl_icon img {
  width: 6.13rem;
}
#sec_properties_post .sec_school .ttl .ttl_detail {
  text-align: center;
}
#sec_properties_post .sec_school .ttl .ttl_detail .en {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .ttl .ttl_detail .en {
    font-size: 1.4rem;
  }
}
#sec_properties_post .sec_school .ttl .ttl_detail .ja {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .ttl .ttl_detail .ja {
    font-size: 1.7rem;
    margin-top: 0.6rem;
  }
}
#sec_properties_post .sec_school .detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9.2rem;
  }
}
#sec_properties_post .sec_school .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .detail .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9rem;
    position: relative;
  }
}
#sec_properties_post .sec_school .detail .item + .item::before {
  content: "";
  width: 0.1rem;
  height: 4.4rem;
  background-color: #d2d2c5;
  display: block;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .detail .item + .item::before {
    position: absolute;
    left: -4.6rem;
    top: 0;
    height: 100%;
    margin-right: 0;
  }
}
#sec_properties_post .sec_school .detail .label {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  background-color: #00b1bc;
  border-radius: 1.5rem;
  padding: 0.65rem 1.46rem;
  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;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .detail .label {
    padding: 0.6rem 1.2rem;
  }
}
#sec_properties_post .sec_school .detail .name {
  font-size: 1.9rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_school .detail .name {
    font-size: 1.6rem;
  }
}
#sec_properties_post .sec_point {
  margin: 8rem 0;
}
#sec_properties_post .sec_point .wrap {
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_point .wrap {
    width: 90%;
  }
}
#sec_properties_post .sec_point .flex {
  background: #f6f4f0;
  padding: 4rem 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#sec_properties_post .sec_point .flex_l {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 4rem;
}
#sec_properties_post .sec_point .flex .en {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#sec_properties_post .sec_point .flex .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#sec_properties_post .sec_point .flex .list .item {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  padding-left: 1em;
  position: relative;
}
#sec_properties_post .sec_point .flex .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  height: 0.5em;
  width: 0.5em;
  background: #00b1bc;
  border-radius: 100%;
}
#sec_properties_post .sec_point .flex .list .item + .item {
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_point .flex {
    display: block;
    padding: 5rem 8vw;
  }
  #sec_properties_post .sec_point .flex_l {
    text-align: center;
    margin: 0 0 3rem;
  }
  #sec_properties_post .sec_point .flex_l .en {
    font-size: 3.2rem;
  }
}
#sec_properties_post .sec_summary {
  margin: 10rem 0 14rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary {
    margin: 8rem 0 10rem;
  }
}
#sec_properties_post .sec_summary .ttl {
  text-align: center;
}
#sec_properties_post .sec_summary .ttl .en {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary .ttl .en {
    font-size: 3.2rem;
  }
}
#sec_properties_post .sec_summary .ttl .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#sec_properties_post .sec_summary .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 3rem 0 5rem;
}
#sec_properties_post .sec_summary .table dt,
#sec_properties_post .sec_summary .table dd {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding: 1em 0;
  position: relative;
}
#sec_properties_post .sec_summary .table dt {
  width: 10rem;
  color: #00b1bc;
  font-weight: bold;
  padding-right: 1em;
}
#sec_properties_post .sec_summary .table dt:nth-child(4n+3) {
  margin-left: 4rem;
}
#sec_properties_post .sec_summary .table dd {
  width: calc((100% - 24rem) / 2);
}
#sec_properties_post .sec_summary .table dd::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: calc(100% + 10rem);
  background: #ddd;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary .table {
    margin: 3rem -10vw 5rem;
  }
  #sec_properties_post .sec_summary .table dt,
  #sec_properties_post .sec_summary .table dd {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
  #sec_properties_post .sec_summary .table dt {
    width: calc(10rem + 10vw);
    padding-left: 10vw;
  }
  #sec_properties_post .sec_summary .table dt:nth-child(4n+3) {
    margin-left: 0;
  }
  #sec_properties_post .sec_summary .table dd {
    width: calc(100% - (10rem + 10vw));
    padding-right: 10vw;
  }
  #sec_properties_post .sec_summary .table dd::before {
    width: calc(100% + 10rem + 10vw);
  }
}
#sec_properties_post .sec_summary .btn_pdf {
  text-align: center;
  margin: 3rem 0 0;
}
#sec_properties_post .sec_summary .btn_pdf a {
  background: #567393;
  color: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 53.7rem;
  height: 10.8rem;
  border-radius: 100px;
  position: relative;
  padding: 0 5rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#sec_properties_post .sec_summary .btn_pdf a .en {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
#sec_properties_post .sec_summary .btn_pdf a .ja {
  background: #fff;
  color: #567393;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 0.5em 1em;
  border-radius: 100px;
  margin-left: 1em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#sec_properties_post .sec_summary .btn_pdf a .ico {
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3.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;
}
#sec_properties_post .sec_summary .btn_pdf a:hover {
  opacity: 1;
  background: #00b1bc;
}
#sec_properties_post .sec_summary .btn_pdf a:hover .ja {
  color: #00b1bc;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary .btn_pdf a {
    width: 80vw;
    height: 8rem;
    padding-left: 3rem;
  }
  #sec_properties_post .sec_summary .btn_pdf a .en {
    font-size: 2rem;
  }
  #sec_properties_post .sec_summary .btn_pdf a .ja {
    font-size: 1rem;
  }
  #sec_properties_post .sec_summary .btn_pdf a .ico {
    width: 2rem;
    height: 3rem;
    right: 2rem;
  }
}
#sec_properties_post .sec_summary .google_map {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary .google_map {
    width: 100%;
    margin: 0;
  }
}
#sec_properties_post .sec_summary .google_map iframe {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2.6666666667;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .sec_summary .google_map iframe {
    aspect-ratio: 0.9375;
  }
}
#sec_properties_post .property_contact {
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  #sec_properties_post .property_contact {
    margin-bottom: 8rem;
  }
}

#sec_others {
  background: #f6f4f0;
  margin-top: 14rem;
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  #sec_others {
    margin-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: 8rem;
  }
}
#sec_others .ttl_wrap {
  text-align: center;
  position: relative;
  top: -2.5rem;
  margin-bottom: 2rem;
}
#sec_others .ttl_wrap .en {
  font-size: 3.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_others .ttl_wrap .en {
    font-size: 3.2rem;
  }
}
#sec_others .ttl_wrap .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}