@charset "UTF-8";
/**** 共通カラー ****/
.realestate-parking_content {
  z-index: 100;
}

.realestate-parking_date {
  text-align: right;
  color: #333333;
  font-family: "NotoSans-Medium";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .realestate-parking_date {
    font-family: "NotoSans-Regular";
    margin-top: 33px;
  }
}

.realestate-parking_list {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list {
    display: block;
    margin-top: 6px;
  }
}
.realestate-parking_list > li {
  width: 30%;
  margin-right: 5%;
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  .realestate-parking_list > li {
    width: 47.5%;
  }
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li {
    width: 100%;
    margin-right: 0;
    margin-top: 105px;
  }
}
.realestate-parking_list > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  .realestate-parking_list > li:nth-of-type(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .realestate-parking_list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.realestate-parking_list > li:nth-of-type(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li:nth-of-type(-n+3) {
    margin-top: 105px;
  }
}
@media screen and (max-width: 992px) {
  .realestate-parking_list > li:nth-of-type(3) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li:nth-of-type(3) {
    margin-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .realestate-parking_list > li:last-of-type {
    margin-bottom: 72px;
  }
}
.realestate-parking_list .realestate-parking_item {
  padding: 20px 20px 0;
  border-radius: 10px;
  background-color: #F8F8F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.realestate-parking_list img {
  display: block;
  width: 100%;
  aspect-ratio: 320/213;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list img {
    aspect-ratio: 295/213;
  }
}
.realestate-parking_list .swiper-button-next {
  right: 2px;
}
.realestate-parking_list .swiper-button-next:after {
  color: #fff;
  font-size: 14px;
}
.realestate-parking_list .swiper-button-prev {
  left: 2px;
}
.realestate-parking_list .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
.realestate-parking_list .swiper-pagination-bullets {
  bottom: 10px;
}
.realestate-parking_list .swiper-pagination-bullet {
  background-color: #f1f1f1;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
.realestate-parking_list .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.realestate-parking_list dl {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list dl {
    margin-top: 11px;
  }
}
.realestate-parking_list dl > div {
  padding-top: 11px;
  padding-bottom: 11px;
  background-image: url(../image/icon-dashed.svg);
  background-position: 0% 100%;
  background-repeat: repeat-x;
  background-size: auto 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list dl > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.realestate-parking_list dl > div:first-of-type {
  padding-top: 0;
}
.realestate-parking_list dl > div dt {
  color: #707070;
  font-family: "NotoSans-Medium";
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.43;
  width: 7.3em;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list dl > div dt {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  }
}
.realestate-parking_list dl > div dd {
  color: #333333;
  font-family: "NotoSans-Medium";
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  line-height: 1.43;
  width: calc(100% - 7.3em);
}
@media screen and (max-width: 768px) {
  .realestate-parking_list dl > div dd {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  }
}
.realestate-parking_list .realestate-parking_map {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 320/160;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list .realestate-parking_map {
    aspect-ratio: 295/160;
  }
}
.realestate-parking_list .realestate-parking_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.realestate-parking_list .realestate-parking_btn {
  width: 160px;
  height: 32px;
  position: relative;
  border-radius: 34px;
  margin: 20px auto 0;
  background-color: #E61B23;
  border: 1px solid #E61B23;
}
.realestate-parking_list .realestate-parking_btn.is_parking_open > span.more {
  opacity: 0;
  pointer-events: none;
}
.realestate-parking_list .realestate-parking_btn.is_parking_open > span.close {
  opacity: 1;
  pointer-events: auto;
}
.realestate-parking_list .realestate-parking_btn:hover {
  background-color: #fff;
}
.realestate-parking_list .realestate-parking_btn:hover > span {
  color: #E61B23;
}
.realestate-parking_list .realestate-parking_btn > span {
  color: #fff;
  font-family: "NotoSans-Medium";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.realestate-parking_list .realestate-parking_btn > span.more {
  opacity: 1;
  pointer-events: auto;
}
.realestate-parking_list .realestate-parking_btn > span.close {
  opacity: 0;
  pointer-events: none;
}
.realestate-parking_list .realestate-parking_more_item {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 20px 20px;
  background-color: #F8F8F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
.realestate-parking_list .realestate-parking_more_wrap {
  display: none;
}
.realestate-parking_list .realestate-parking_more_wrap > dl {
  margin-top: 0;
}
.realestate-parking_list .realestate-parking_more_wrap > dl > div:first-of-type {
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .realestate-parking_list .realestate-parking_more_wrap > dl > div:first-of-type {
    padding-top: 8px;
  }
}
.realestate-parking_list .realestate-parking_more_wrap > dl > div:last-of-type {
  padding-bottom: 0;
  background: none;
}

.realestate-flow {
  margin-top: 53px;
  border-radius: 50px;
  background-color: #fff;
  padding: 60px;
  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;
  counter-reset: flow-counter;
}
@media screen and (max-width: 768px) {
  .realestate-flow {
    margin-top: 38px;
    display: block;
    padding: 0;
    background-color: transparent;
  }
}
.realestate-flow > li {
  width: 46.2962962963%;
  border-radius: 10px;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li {
    width: 100%;
    margin-top: 40px;
  }
}
.realestate-flow > li:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li:nth-of-type(-n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .realestate-flow > li:first-of-type {
    margin-top: 0;
  }
}
.realestate-flow > li.realestate-flow_order {
  border: 1px solid #CCCCCC;
  padding: 40px 40px 37px;
  position: relative;
  counter-increment: flow-counter;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_order {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
  }
}
.realestate-flow > li.realestate-flow_order:nth-of-type(2):before {
  background-image: url(../image/realestate-flow-order02.webp);
}
.realestate-flow > li.realestate-flow_order:nth-of-type(3):before {
  background-image: url(../image/realestate-flow-order03.webp);
}
.realestate-flow > li.realestate-flow_order:before {
  content: "";
  width: 280px;
  aspect-ratio: 280/187;
  display: block;
  background-image: url(../image/realestate-flow-order01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: 0 auto 40px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_order:before {
    width: 255px;
    margin-bottom: 20px;
  }
}
.realestate-flow > li.realestate-flow_order:after {
  content: "0" counter(flow-counter);
  font-family: "Poppins-MediumItalic";
  font-size: clamp(5.8rem, 5.9vw, 6rem);
  letter-spacing: 0.06em;
  display: block;
  position: absolute;
  top: -1px;
  left: 40px;
  width: 70px;
  line-height: 1.4;
  text-align: center;
  color: #E61B23;
  border-top: 2px solid #E61B23;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_order:after {
    font-size: clamp(3.8rem, 3.9vw, 4rem);
    padding-top: 7px;
    width: 39px;
    left: 20px;
  }
}
.realestate-flow > li.realestate-flow_necessary {
  background-color: #E8E8E8;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_necessary {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.realestate-flow > li.realestate-flow_necessary dl {
  margin-top: 20px;
}
.realestate-flow > li.realestate-flow_necessary dl > div {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_necessary dl > div {
    margin-top: 28px;
  }
}
.realestate-flow > li.realestate-flow_necessary dl > div:first-of-type {
  margin-top: 0;
}
.realestate-flow > li.realestate-flow_necessary dl dt {
  padding-top: 14px;
  padding-bottom: 17px;
  color: #333333;
  font-family: "NotoSans-Bold";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.5;
  text-align: center;
  background-image: url(../image/icon-dashed.svg);
  background-position: 0% 100%;
  background-repeat: repeat-x;
  background-size: auto 2px;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_necessary dl dt {
    padding-top: 15px;
    padding-bottom: 18px;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
    line-height: 1.42;
  }
}
.realestate-flow > li.realestate-flow_necessary dl dd {
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .realestate-flow > li.realestate-flow_necessary dl dd {
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
  }
}

.realestate-tag {
  background-color: #E61B23;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2.25;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Bold";
}
@media screen and (max-width: 768px) {
  .realestate-tag {
    line-height: 2em;
  }
}

.realestate-flow_desc {
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Regular";
  line-height: 1.8;
  margin-top: 9px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .realestate-flow_desc {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    margin-top: 12px;
  }
}
.realestate-flow_desc .display-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .realestate-flow_desc .display-md {
    display: block;
  }
}

.realestate-flow_strong {
  color: #E61B23;
  display: inline;
}

.realestate-flow_list > li {
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Regular";
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
.realestate-flow_list > li:before {
  content: "・";
}

.realestate-flow_necessary-ttl {
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Bold";
  line-height: 1.8;
  border-left: 2px solid #E61B23;
  padding-left: 10px;
}

.realestate-download {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .realestate-download {
    padding-top: 40px;
  }
}
.realestate-download ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .realestate-download ul {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
}
.realestate-download ul > li {
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .realestate-download ul > li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .realestate-download ul > li {
    margin-right: 0;
  }
}
.realestate-download ul > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .realestate-download ul > li:last-of-type {
    margin-top: 30px;
  }
}
.realestate-download ul > li:last-of-type > a:after {
  background-image: url(../image/icon-xlsx.webp);
}
.realestate-download ul > li > a {
  padding: 8px 38px;
  border-radius: 24px;
  background-color: #E61B23;
  color: #fff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Bold";
  border: 1px solid #E61B23;
  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;
}
@media screen and (max-width: 992px) {
  .realestate-download ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .realestate-download ul > li > a {
    width: 182px;
    height: 40px;
    padding: 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;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.realestate-download ul > li > a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon-pdf.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-left: 8px;
}

.realestate-download_inner {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/icon-dashed.svg), url(../image/icon-dashed.svg);
  background-position: 0% 100%, 0% 0%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 2px, auto 2px;
}
@media screen and (max-width: 768px) {
  .realestate-download_inner {
    padding-top: 35px;
    padding-bottom: 40px;
    display: block;
    height: auto;
  }
}

.realestate-download_ttl {
  width: 50%;
  color: #333333;
  font-size: clamp(2.2rem, 2.3vw, 2.4rem);
  font-family: "NotoSans-Bold";
  line-height: 1.5;
  letter-spacing: 0.06em;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .realestate-download_ttl {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .realestate-download_ttl {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.realestate-count {
  color: #333333;
  font-size: clamp(1.8rem, 1.39vw, 2rem);
  font-family: "NotoSans-Bold";
  line-height: 1.47;
  margin-top: 40px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .realestate-count {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
    line-height: 2.25;
    margin-top: 30px;
  }
}

.realestate-count_num {
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {
  .realestate-count_num {
    font-size: 1.5em;
  }
}

.realestate-office_list {
  background-color: #F8F8F8;
  border-radius: 50px;
  padding: 60px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 14px;
  }
}
.realestate-office_list > li {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../image/icon-dashed.svg), url(../image/icon-dashed.svg);
  background-position: 0% 100%, 0% 0%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto 2px, auto 2px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list > li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.realestate-office_list > li:last-of-type {
  background-image: url(../image/icon-dashed.svg);
  background-position: 0% 100%;
  background-repeat: repeat-x;
  background-size: auto 2px;
}
.realestate-office_list table {
  margin-top: 57px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .realestate-office_list table {
    margin-top: 17px;
  }
}
.realestate-office_list table thead th {
  background-color: #E8E8E8;
  width: 25%;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  letter-spacing: 0.06em;
  line-height: 1.8;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .realestate-office_list table thead th {
    height: 28px;
    font-size: clamp(1rem, 1vw, 1.2rem);
    line-height: 1.5;
    width: auto;
  }
  .realestate-office_list table thead th:nth-of-type(3) {
    min-width: 120px;
  }
}
.realestate-office_list table thead th:last-of-type {
  border-right: none;
}
.realestate-office_list table tbody td {
  background-color: #fff;
  width: 25%;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  letter-spacing: 0.06em;
  line-height: 1.8;
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .realestate-office_list table tbody td {
    height: 28px;
    font-size: clamp(1rem, 1vw, 1.2rem);
    line-height: 1.5;
  }
}
.realestate-office_list table tbody td:last-of-type {
  border-right: none;
}

.realestate-office_list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-wrap {
    display: block;
  }
}
.realestate-office_list-wrap img {
  display: block;
  border-radius: 10px;
  width: 27.7777777778%;
  height: auto;
  aspect-ratio: 300/200;
  margin-right: 5.9259259259%;
}
@media screen and (max-width: 992px) {
  .realestate-office_list-wrap img {
    width: 37.037037037%;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_list-wrap img {
    width: 100%;
    margin-right: 0;
  }
}

.realestate-office_list-txt {
  width: 66.2962962963%;
  margin-top: 11px;
}
@media screen and (max-width: 992px) {
  .realestate-office_list-txt {
    width: 57.037037037%;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt {
    width: 100%;
    margin-top: 16px;
  }
}
.realestate-office_list-txt dl {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl {
    margin-top: 18px;
  }
}
.realestate-office_list-txt dl > div {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl > div {
    margin-top: 10px;
  }
}
.realestate-office_list-txt dl > div:first-of-type {
  margin-top: 0;
}
.realestate-office_list-txt dl > div > dt {
  border-radius: 5px;
  width: 86px;
  height: 30px;
  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;
  color: #fff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  letter-spacing: 0.06em;
  background-color: #E61B23;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl > div > dt {
    width: 78px;
    height: 26px;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.realestate-office_list-txt dl > div > dd {
  width: calc(100% - 86px - 20px);
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Bold";
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl > div > dd {
    width: calc(100% - 78px - 20px);
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}
.realestate-office_list-txt dl > div > dd p {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl > div > dd p {
    margin-top: 8px;
  }
}
.realestate-office_list-txt dl > div > dd p:first-of-type {
  margin-top: 0;
}
.realestate-office_list-txt dl > div > dd p .display-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-txt dl > div > dd p .display-md {
    display: block;
  }
}

.realestate-office_list-ttl {
  color: #333333;
  font-size: clamp(1.8rem, 1.39vw, 2rem);
  font-family: "NotoSans-Bold";
  line-height: 1.45;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-ttl {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
    line-height: 1.5;
  }
}

.realestate-office_list-address {
  color: #333333;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .realestate-office_list-address {
    line-height: 1.43;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
    margin-top: 11px;
  }
}

.realestate-office_list-strong {
  font-size: 1.5em;
  margin-right: 5px;
  display: inline-block;
  line-height: 1.25;
  font-family: "NotoSans-Medium";
}
@media screen and (max-width: 768px) {
  .realestate-office_list-strong {
    font-size: 1.43em;
    line-height: 1.3;
  }
}

.realestate-office_application {
  margin-top: 140px;
  border-radius: 50px;
  padding-top: 63px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 57px;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.realestate-office_application::after {
  content: "";
  display: inline-block;
  background-image: url(../image/application_image.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 40%;
  height: 429.1845493562vw;
  max-height: 280px;
}
@media screen and (max-width: 992px) {
  .realestate-office_application::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_application {
    margin-top: 40px;
    border-radius: 10px;
    padding-top: 35px;
    padding-bottom: 38px;
    padding-left: 0;
    padding-right: 0;
  }
}

.realestate-office_application-ttl {
  font-size: clamp(2.2rem, 2.3vw, 2.4rem);
  font-family: "NotoSans-Bold";
  letter-spacing: 0.06em;
  color: #333333;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 992px) {
  .realestate-office_application-ttl {
    text-align: center;
    text-indent: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_application-ttl {
    font-size: clamp(1.8rem, 1.39vw, 2rem);
    line-height: 1.8;
  }
}
.realestate-office_application-ttl::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: #E61B23;
  margin-right: 10px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media screen and (max-width: 992px) {
  .realestate-office_application-ttl::before {
    display: none;
  }
}
.realestate-office_application-ttl::after {
  display: none;
}
@media screen and (max-width: 992px) {
  .realestate-office_application-ttl::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #E61B23;
    margin-right: 10px;
    margin: 14px auto 0;
  }
}
.realestate-office_application-ttl .display-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .realestate-office_application-ttl .display-md {
    display: block;
  }
}

.realestate-office_application-desc {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Regular";
  color: #333333;
  text-align: left;
  line-height: 1.8;
  margin-top: 38px;
}
@media screen and (max-width: 992px) {
  .realestate-office_application-desc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_application-desc {
    margin-top: 37px;
    line-height: 2.06;
    margin-top: 37px;
  }
}
.realestate-office_application-desc .display-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .realestate-office_application-desc .display-md {
    display: block;
  }
}

.realestate-office_application-contact {
  width: 324px;
  height: 80px;
  border-radius: 80px;
  border: 1px solid #ccc;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 36px;
  position: relative;
  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;
}
@media screen and (max-width: 992px) {
  .realestate-office_application-contact {
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_application-contact {
    width: 295px;
    max-width: 100%;
    height: 73px;
    padding-left: 73px;
  }
}
.realestate-office_application-contact:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../image/icon-tel_circle.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .realestate-office_application-contact:before {
    width: 55px;
    height: 55px;
  }
}

.realestate-office_application-contact_term {
  color: #E61B23;
  font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  font-family: "NotoSans-Bold";
  line-height: 1.43;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .realestate-office_application-contact_term {
    line-height: 1.5;
  }
}

.realestate-office_application-contact_desc {
  color: #333333;
  font-size: clamp(2.6rem, 2.7vw, 2.8rem);
  font-family: "NotoSans-Bold";
  line-height: 1.03;
  letter-spacing: 0.06em;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .realestate-office_application-contact_desc {
    font-size: clamp(2.3rem, 2.4vw, 2.5rem);
    line-height: 1.48;
    margin-top: -2px;
  }
}

.realestate-office_application-note {
  max-width: 324px;
  color: #707070;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-family: "NotoSans-Medium";
  text-align: center;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (max-width: 992px) {
  .realestate-office_application-note {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .realestate-office_application-note {
    margin-top: 11px;
    font-size: clamp(1.2rem, 1.25vw, 1.4rem);
  }
}

.realestate-contact {
  background-color: #F8F8F8;
  border-radius: 50px;
  padding: 55px 60px 57px;
  margin-top: 140px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .realestate-contact {
    border-radius: 30px;
    padding: 34px 15px 37px;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }
}
.realestate-contact dl {
  width: 675px;
  max-width: calc(100% - 9.54em);
  background-image: url(../image/icon-dashed.svg);
  background-position: 0% 0%;
  background-repeat: repeat-x;
  background-size: auto 2px;
}
@media screen and (max-width: 768px) {
  .realestate-contact dl {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}
.realestate-contact dl > div {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(../image/icon-dashed.svg);
  background-position: 0% 100%;
  background-repeat: repeat-x;
  background-size: auto 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.realestate-contact dl dt {
  width: 100px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  color: #707070;
}
@media screen and (max-width: 768px) {
  .realestate-contact dl dt {
    line-height: 2.06;
  }
}
.realestate-contact dl dd {
  width: calc(100% - 100px);
  letter-spacing: 0.06em;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-family: "NotoSans-Medium";
  color: #333333;
}
@media screen and (max-width: 768px) {
  .realestate-contact dl dd {
    line-height: 2.06;
  }
}

.realestate-contact_ttl {
  color: #333333;
  font-size: clamp(1.8rem, 2.917vw, 2.4rem);
  font-family: "NotoSans-Bold";
  letter-spacing: 0.06em;
  line-height: 1.5;
  min-width: 9.54em;
}
@media screen and (max-width: 768px) {
  .realestate-contact_ttl {
    width: 100%;
    text-align: center;
    font-size: clamp(1.8rem, 1.39vw, 2rem);
    line-height: 1.45;
  }
}

.realestate-office_application_box {
  position: relative;
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .realestate-office_application_box {
    width: 100%;
    padding: 0;
  }
}/*# sourceMappingURL=realestate.css.map */