/* Scss Document */
.header.-detail {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .header.-detail {
    position: fixed;
  }
}

.header-name {
  font-size: 3.2rem;
  margin: 0 auto 0 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 47%;
}

@media only screen and (max-width: 640px) {
  .header-name {
    margin: 0 auto 0 2vw;
    width: 50vw;
    font-size: 1.6rem;
    line-height: 1;
    display: block;
    width: auto;
  }
}

.header-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cat li {
  margin-left: 0.5em;
  padding: 0.25em 0.5em;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (max-width: 640px) {
  .header-cat li {
    margin: 0.25em 0.5em 0 0;
    font-size: 1.1rem;
  }

  .header-cat li:last-child {
    margin-right: 0;
  }
}

.header-cat .cat {
  color: rgb(255, 255, 255);
}

.header-cat .cat.joukennashi {
  background-color: #ef940f;
}

.header-cat .cat.joukentsuki {
  background-color: #6ccc06;
}

.header-cat .cat.newhouse,
.header-cat .cat.mi-chuko,
.header-cat .cat.chuko {
  background-color: #3f83cf;
}

.header-cat .cat.investment,
.header-cat .cat.investment_new,
.header-cat .cat.syueki,
.header-cat .cat.jigyou {
  background-color: #003166;
}

.header-cat .chukai {
  border: solid 1px #9a2b4a;
  color: #9a2b4a;
}

.header-tel {
  margin-left: 1rem;
}

.global-nav {
  padding: 1.5rem 0;
  background-color: rgba(255, 255, 255, 0.6)
}

.global-nav.-detail {
  position: sticky;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .global-nav.-detail {
    position: fixed;
    top: 14vw;
  }
}

.global-nav-list {
  margin: 0 auto;
  width: 1140px;
}

.global-nav.-detail li a {
  color: #251d1a;
}

.global-nav.-detail li .global-nav-btn-request a {
  color: #fff;
}


@media only screen and (max-width: 640px) {
  .global-nav-list {
    width: 100%;
  }
}

.global-nav-list li {
  width: 16.6666666667%;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .global-nav-list li {
    width: 100%;
  }
}

.global-nav-list li.btn-contact {
  border-right: none;
}

.global-nav-list li .jp {
  margin-top: 0.25em;
  font-size: 1.3rem;
}

.global-nav-list li.back-index {
  font-size: 1.5rem;
}

.global-nav-list li.back-index a:before {
  content: "";
  margin-right: 0.5em;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #251d1a;
  border-left: 1px solid #251d1a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0.5;
}

.main {
  padding-top: 0;
}

@media only screen and (max-width: 640px) {
  .main {
    padding-top: 14vw;
    font-size: 1.4rem;
  }
}

#top {
  padding-top: 0;
  position: relative;
}

#top .catch-copy {
  margin: 0 auto;
  position: absolute;
  width: 133rem;
  top: 8rem;
  left: 0;
  right: 0;
  z-index: 1;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 640px) {
  #top .catch-copy {
    width: 90%;
    top: 2rem;
  }
}

#top .catch-copy .name {
  margin-bottom: 1rem;
  padding: 0.05em 0.25em;
  background: rgba(255, 255, 255, 0.9);
  font-size: 5rem;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  #top .catch-copy .name {
    margin-bottom: 0.5rem;
    font-size: 2rem;
  }
}

#top .catch-copy .cat {
  padding: 0.05em 0.25em;
  background: rgb(255, 255, 255);
  font-size: 3.6rem;
  padding: 0.15em 0.25em;
  color: #ef940f;
}

@media only screen and (max-width: 640px) {
  #top .catch-copy .cat {
    font-size: 1.6rem;
  }
}

.point {
  color: #fff;
  background: #9a2b4a;
}

.point .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .point .inner {
    display: block;
  }
}

.point-title {
  width: 12.5rem;
  background: rgba(0, 0, 0, 0.3);
  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;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  .point-title {
    margin: 0 -5vw;
    width: auto;
  }
}

.point-items {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 12.5rem);
}

@media only screen and (max-width: 640px) {
  .point-items {
    padding: 1rem 0;
    display: block;
    width: 100%;
  }
}

.point-items li {
  padding: 1rem;
  width: 33.3333333333%;
  text-align: center;
  font-size: 1.8rem;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 640px) {
  .point-items li {
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    width: 100%;
    font-size: 1.6rem;
  }
}

.point-items li:last-child {
  border-right: none;
}

@media only screen and (max-width: 640px) {
  .point-items li:last-child {
    border-bottom: none;
  }
}

.detail-container {
  height: auto;
  width: 100%;
}

.detail-slider {
  position: relative;
  z-index: 0;
}

.detail-slider img {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 8s ease-out;
  transition: 8s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
  /*
  @include sp {
    height: 80vw;
  }
  */
}

.propety_mv_catchcopy {
  position: absolute;
  top: 50%;
  left: 70%;
  display: inline-block;
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 2.5rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px #666;
  z-index: 1;
}

.property_mv_description {
  position: absolute;
  top: 55%;
  left: 70%;
  display: inline-block;
  margin-right: 3%;
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 1.7rem;
  font-weight: 400;
  text-shadow: 1px 2px 3px #666;
  z-index: 1;
}



.detail-slider .add-animation img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.detail-head-data {
  margin: 4rem auto;
  padding: 5rem;
  width: 76rem;
}

@media only screen and (max-width: 640px) {
  .detail-head-data {
    padding: 8vw;
    width: 100%;
  }
}

.detail-head-data dl {
  padding: 2rem 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  font-size: 1.8rem;
}

@media only screen and (max-width: 640px) {
  .detail-head-data dl {
    display: block;
    font-size: 1.6rem;
  }
}

.detail-head-data dl dt {
  width: 16rem;
}

@media only screen and (max-width: 640px) {
  .detail-head-data dl dt {
    margin-bottom: 0.5em;
    width: 100%;
  }
}

.detail-head-data dl dd {
  width: calc(100% - 16rem);
}

@media only screen and (max-width: 640px) {
  .detail-head-data dl dd {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .detail-content .inner {
    padding-top: 18vw;
    margin-top: -18vw;
  }
}

.detail-content .btn-request {
  width: 37.5rem;
  margin: 5rem auto 0;
}

.detail-content .btn-request a {
  padding: 2rem 0;
  color: #fff;
  background: #c6161d;
  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;
  font-size: 2.4rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.detail-content .btn-request a img {
  margin-right: 1rem;
  width: 3rem;
}

.detail-lead {
  margin: 4rem auto;
  text-align: center;
  font-size: 3.2rem;
  color: #9a2b4a;
}

@media only screen and (max-width: 640px) {
  .detail-lead {
    font-size: 2.4rem;
  }
}

.detail-title {
  margin-bottom: 3em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .detail-title {
    margin-bottom: 2em;
  }
}

.detail-title .en {
  font-size: 3.6rem;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

@media only screen and (max-width: 640px) {
  .detail-title .en {
    font-size: 2.6rem;
  }
}

.detail-title .jp {
  font-size: 2rem;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .detail-title .jp {
    font-size: 1.6rem;
  }
}

.detail-mid-title {
  margin: 3em auto 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .detail-mid-title {
    margin: 2em auto;
    font-size: 1.8rem;
  }
}

.detail-img-wrapper {
  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;
}

.detail-img-wrapper:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.detail-img-item {
  margin-bottom: 5rem;
}

.detail-img-item.col2 {
  width: 48%;
}

.detail-img-item.col3 {
  width: 31%;
}

@media only screen and (max-width: 640px) {
  .detail-img-item.col3 {
    width: 48%;
  }
}

.detail-img-item figcaption {
  margin-top: 0.25em;
  color: #9a2b4a;
  font-size: 2rem;

}

@media only screen and (max-width: 640px) {
  .detail-img-item figcaption {
    font-size: 1.4rem;
  }
}

.detail-img-item .minutes {
  font-size: 1.6rem;
  line-height: 1.5
}

@media only screen and (max-width: 640px) {
  .detail-img-item .minutes {
    font-size: 1.2rem;
  }
}

.landplan-container {
  padding: 8.3%;
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 640px) {
  .landplan-container {
    padding: 3rem;
  }
}

.landplan-container .notice-title {
  margin: 4rem auto 1em;
  color: #9a2b4a;
}

.landplan-container .notice {
  font-size: 1.4rem;
}

@media only screen and (max-width: 640px) {
  .landplan-container .notice {
    font-size: 1.2rem;
  }
}

.landplan-title {
  margin: 0 auto 3rem;
  text-align: center;
}

.landplan-slider .slick-slide {
  margin-bottom: 3rem;
  text-align: center;
}

.landplan-slider .slick-slide figcaption {
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-slide figcaption {
    font-size: 1.2rem;
  }
}

.landplan-slider .slick-slide img {
  margin: 0 auto;
  max-width: 950px;
  max-height: 700px;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-slide img {
    width: 100%;
    height: auto;
  }
}

.landplan-slider .slick-prev,
.landplan-slider .slick-next {
  z-index: 1000;
  width: 5.4rem;
  height: 5.4rem;
}

@media screen and (max-width: 640px) {

  .landplan-slider .slick-prev,
  .landplan-slider .slick-next {
    width: 6vw;
    height: 6vw;
  }
}

.landplan-slider .slick-prev {
  background: url(../img/common/arrow_prev.png) no-repeat center center;
  background-size: 100% auto;
}

.landplan-slider .slick-next {
  background: url(../img/common/arrow_next.png) no-repeat center center;
  background-size: 100% auto;
}

.landplan-slider .slick-prev::before,
.landplan-slider .slick-next::before {
  display: none;
}

.landplan-slider .slick-dots {
  bottom: -40px;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-dots {
    bottom: -7.03125vw;
  }
}

.landplan-slider .slick-dots li {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-dots li {
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0.78125vw;
  }
}

.landplan-slider .slick-dots li button {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-dots li button {
    width: 3.125vw;
    height: 2.5vw;
  }
}

.landplan-slider .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

@media screen and (max-width: 640px) {
  .landplan-slider .slick-dots li button::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}

.landplan-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landplan-thumb .thumb-item {
  padding: 0.5rem;
  width: 12.5%;
  height: 8rem;
  overflow: hidden;
  border: solid 2px rgb(255, 255, 255);
  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: 640px) {
  .landplan-thumb .thumb-item {
    height: 12vw;
  }
}

.landplan-thumb .thumb-item img {
  -o-object-fit: cover;
  object-fit: cover;
}

.landplan-thumb .thumb-item.thumbnail-current {
  border: solid 2px #9a2b4a;
}

@media only screen and (max-width: 640px) {
  .landplan-thumb .thumb-item {
    width: 25%;
  }
}

.landplan-list {
  margin: 3rem auto;
  padding: 2rem 0;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

.landplan-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landplan-list ul li {
  width: 25%;
  font-size: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .landplan-list ul li {
    width: 50%;
    font-size: 1.4rem;
  }
}

.outline {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .outline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.outline-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .outline-dl {
    font-size: 1.2rem;
    width: 100%;
  }
}

.outline-dl.-full {
  width: 100%;
}

.outline dt,
.outline dd {
  border-collapse: collapse;
  padding: 1em;
  border-left: solid 1px rgba(0, 0, 0, 0.3);
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
}

.outline dt {
  width: 205px;
  background: #f4f4f4;
}

@media only screen and (max-width: 640px) {
  .outline dt {
    width: 40%;
  }
}

.outline dd {
  width: calc(100% - 205px);
}

@media only screen and (max-width: 640px) {
  .outline dd {
    width: 60%;
  }
}

.mediation-wrapper {
  margin: 6rem auto;
  padding: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  .mediation-wrapper {
    margin: 3rem auto;
    padding: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mediation-head {
  width: 32%;
  text-align: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 640px) {
  .mediation-head {
    margin-bottom: 2rem;
    width: 100%;
  }
}

.mediation-head .detail-title {
  margin: 0;
}

.mediation-content {
  width: 68%;
  padding: 3rem 3.5rem;
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 640px) {
  .mediation-content {
    width: 100%;
    padding: 1rem;
  }
}

.mediation-list {
  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;
  justify-content: space-between;
}

.mediation-list li {
  padding: 0.5rem 1rem;
  width: 15%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .mediation-list li {
    padding: 1rem;
    width: 33.3333333333%;
  }
}

.bottom-nav {
  justify-content: center;
}