/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
	buyers
------------------------------ */
#sec_map .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec_map .tabs .tab_item {
  width: 20rem;
  background-color: #fff;
  border-right: 1px solid #bbb;
  text-align: center;
  padding: 2.5rem 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#sec_map .tabs .tab_item .ico {
  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;
  width: 6.8rem;
  height: 4.6rem;
  margin: 0 auto;
}
#sec_map .tabs .tab_item .ico img {
  max-width: 100%;
  max-height: 100%;
}
#sec_map .tabs .tab_item .ico .active {
  display: none;
}
#sec_map .tabs .tab_item .ja {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin: 1em 0 0.2em;
}
#sec_map .tabs .tab_item .en {
  color: #a98b6f;
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#sec_map .tabs .tab_item:last-of-type {
  border-right: none;
}
#sec_map .tabs .tab_item:hover {
  background: #f6f4f0;
}
#sec_map .tabs .tab_item:hover .ico img {
  display: none;
}
#sec_map .tabs .tab_item:hover .ico .active {
  display: block;
}
#sec_map .tabs .tab_item:hover .en {
  color: #e75e7e;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_item {
    width: 20%;
    padding: 1.5rem 0;
  }
  #sec_map .tabs .tab_item .ico {
    width: 5rem;
    height: 3rem;
  }
  #sec_map .tabs .tab_item .ja {
    font-size: 1.2rem;
  }
  #sec_map .tabs .tab_item .en {
    font-size: 0.8rem;
  }
}
#sec_map .tabs input[name=tab_item] {
  display: none;
}
#sec_map .tabs input[name=tab_item]:checked + .tab_item {
  background: #f6f4f0;
}
#sec_map .tabs input[name=tab_item]:checked + .tab_item .ico img {
  display: none;
}
#sec_map .tabs input[name=tab_item]:checked + .tab_item .ico .active {
  display: block;
}
#sec_map .tabs input[name=tab_item]:checked + .tab_item .en {
  color: #e75e7e;
}
#sec_map .tabs .tab_content {
  background: #f6f4f0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: none;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 6rem 0;
  height: 77rem;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_content {
    height: auto;
    padding-top: 62rem;
  }
}
#sec_map .tabs .tab_content .map {
  width: 104.3rem;
  height: 100%;
  background: url(../img/buyers/map_bg.svg) no-repeat right top/100% auto;
  position: absolute;
  right: 50%;
  top: 2rem;
  margin-right: -12rem;
  z-index: 1;
}
#sec_map .tabs .tab_content .map .btn {
  position: absolute;
}
#sec_map .tabs .tab_content .map .btn a {
  display: inline-block;
  padding: 0.3em 1.5em;
  background: #fff;
  color: #333;
  border-radius: 100px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#sec_map .tabs .tab_content .map .btn a:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
#sec_map .tabs .tab_content .map .btn._01 {
  left: 52%;
  top: 42%;
}
#sec_map .tabs .tab_content .map .btn._02 {
  left: 48%;
  top: 32%;
}
#sec_map .tabs .tab_content .map .btn._03 {
  left: 50%;
  top: 50%;
}
#sec_map .tabs .tab_content .map .btn._04 {
  left: 43%;
  top: 41%;
}
#sec_map .tabs .tab_content .map .btn._05 {
  left: 59%;
  top: 37%;
}
#sec_map .tabs .tab_content .map .btn._06 {
  left: 66%;
  top: 32%;
}
#sec_map .tabs .tab_content .map .btn._07 {
  left: 49%;
  top: 66%;
}
#sec_map .tabs .tab_content .map .btn._08 {
  left: 64%;
  top: 52%;
}
#sec_map .tabs .tab_content .map .btn._09 {
  left: 56%;
  top: 18%;
}
#sec_map .tabs .tab_content .map .btn._10 {
  left: 64%;
  top: 85%;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_content .map {
    height: 77rem;
    top: -8rem;
    right: -17rem;
    margin: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
#sec_map .tabs .tab_content .wrap {
  max-width: 101.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_content .wrap {
    width: 90%;
  }
}
#sec_map .tabs .tab_content .wrap .inner {
  width: 32rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_content .wrap .inner {
    width: 100%;
  }
}
#sec_map .tabs .tab_content .wrap .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 1em;
}
#sec_map .tabs .tab_content .wrap .nav .item + .item {
  margin-top: 0.8rem;
}
#sec_map .tabs .tab_content .wrap .nav .btn_arrow a {
  font-size: 1.4rem;
}
#sec_map .tabs .tab_content .wrap .nav .btn_arrow a:not(:hover) .ico_arrow::before, #sec_map .tabs .tab_content .wrap .nav .btn_arrow a:not(:hover) .ico_arrow::after {
  border-color: #333;
}
#sec_map .tabs .tab_content .wrap .nav .btn_arrow a:hover {
  color: #e75e7e;
}
@media screen and (max-width: 767px) {
  #sec_map .tabs .tab_content .wrap .nav {
    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;
  }
  #sec_map .tabs .tab_content .wrap .nav .item {
    width: 49%;
  }
  #sec_map .tabs .tab_content .wrap .nav .item:nth-child(2n+1) {
    margin-left: 2%;
  }
  #sec_map .tabs .tab_content .wrap .nav .item:first-child {
    width: 100%;
    margin-left: 0;
  }
  #sec_map .tabs .tab_content .wrap .nav .item .btn_arrow a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    text-align: left;
    height: 5em;
    padding-left: 2em;
  }
}
#sec_map .tabs #tab01:checked ~ #tab01_content,
#sec_map .tabs #tab02:checked ~ #tab02_content,
#sec_map .tabs #tab03:checked ~ #tab03_content,
#sec_map .tabs #tab04:checked ~ #tab04_content,
#sec_map .tabs #tab05:checked ~ #tab05_content {
  display: block;
}
#sec_map .property_contact {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_map .property_contact {
    margin: 6rem 0;
  }
}

#sec_recommend {
  background: #f6f4f0;
  margin-top: 14rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_recommend {
    margin-top: 8rem;
    margin-bottom: 8rem;
    padding-bottom: 10rem;
  }
}
#sec_recommend .ttl_wrap {
  text-align: center;
  position: relative;
  top: -2.5rem;
}
#sec_recommend .ttl_wrap .en {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_recommend .ttl_wrap .en {
    font-size: 3.2rem;
  }
}
#sec_recommend .ttl_wrap .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#sec_recommend .ttl_wrap .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #sec_recommend .ttl_wrap {
    top: 0;
    padding-top: 6rem;
    margin-bottom: 6rem;
  }
  #sec_recommend .ttl_wrap .ja {
    margin-top: 0.5em;
  }
  #sec_recommend .ttl_wrap .txt {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #sec_recommend .slider .slick-slide {
    height: 100% !important;
  }
  #sec_recommend .slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sec_recommend .slider .slick-slide > div + div {
    margin-top: 2rem;
  }
  #sec_recommend .slider .slick-slide > div .item {
    width: 24.5% !important;
    margin: 0 0.5%;
    height: auto;
  }
}
#sec_recommend .slider .slick-arrow {
  background: #e75e7e;
}
#sec_recommend .slider .slick-dots button {
  border-color: #e75e7e;
}
#sec_recommend .slider .slick-dots .slick-active button {
  background: #e75e7e;
}
#sec_recommend .property_item a:hover {
  background: #e75e7e;
}
#sec_recommend .property_category .ttl {
  color: #e75e7e;
}
#sec_recommend .property_category .list .item a:hover {
  background: #e75e7e;
}

#sec_flow {
  margin: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_flow {
    margin: 6rem 0;
  }
  #sec_flow .wrap {
    width: 90%;
  }
}
#sec_flow .bnr a {
  background: url(../img/buyers/flow_bg_pc03-2@2x.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  height: 22rem;
  padding: 0 6rem;
}
#sec_flow .bnr a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #sec_flow .bnr a {
    background-image: url(../img/buyers/flow_bg_sp03-2@2x.jpg);
    display: block;
    height: auto;
    padding: 5rem;
    text-align: center;
  }
}
#sec_flow .bnr .ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 6rem;
}
#sec_flow .bnr .ttl .en {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#sec_flow .bnr .ttl .ja {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#sec_flow .bnr .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
#sec_flow .bnr .ico_arrow {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .bnr .ttl {
    margin: 0 0 2rem;
  }
  #sec_flow .bnr .txt {
    text-align: left;
    margin-bottom: 2rem;
  }
}

#sec_qa {
  background: #f6f4f0;
  margin-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_qa {
    margin-top: 6rem;
    padding-bottom: 8rem;
    margin-bottom: 6rem;
  }
}
#sec_qa .wrap {
  max-width: 109.8rem;
}
#sec_qa .ttl_wrap {
  text-align: center;
  position: relative;
  top: -2.5rem;
}
#sec_qa .ttl_wrap .en {
  font-size: 3.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_qa .ttl_wrap .en {
    font-size: 3.2rem;
  }
}
#sec_qa .ttl_wrap .ja {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_qa .ttl_wrap {
    top: 0;
    padding-top: 6rem;
    margin-bottom: 2rem;
  }
  #sec_qa .ttl_wrap .ja {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #sec_qa .flex {
    display: block;
  }
}
#sec_qa .flex > div {
  -ms-flex-preferred-size: 49.5%;
      flex-basis: 49.5%;
}
#sec_qa .flex .qa dt {
  background: #fff;
  padding: 1.5em 2.5em;
  border-radius: 100px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1rem 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
#sec_qa .flex .qa dt .ico {
  position: absolute;
  width: 1em;
  height: 1em;
  right: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec_qa .flex .qa dt .ico::before, #sec_qa .flex .qa dt .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #e75e7e;
  -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_qa .flex .qa dt .ico::after {
  width: 1px;
  height: 100%;
}
#sec_qa .flex .qa dt:hover:not(.acd-open) {
  background: #e75e7e;
  color: #fff;
}
#sec_qa .flex .qa dt:hover:not(.acd-open) .ico::before, #sec_qa .flex .qa dt:hover:not(.acd-open) .ico::after {
  background: #fff;
}
#sec_qa .flex .qa dt.acd-open {
  background: #e6e1d7;
}
#sec_qa .flex .qa dt.acd-open .ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  #sec_qa .flex .qa dt {
    padding: 1em 2.5em 1em 1.5em;
  }
  #sec_qa .flex .qa dt .ico {
    right: 1em;
  }
}
#sec_qa .flex .qa dd {
  padding: 1em 3em 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
#sec_qa .flex .qa dd::before {
  content: "A.";
  font-family: "Marcellus", serif;
  color: #e75e7e;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  #sec_qa .flex .qa dd {
    padding: 1rem 2rem 2rem;
  }
}
#sec_qa .txt.tac {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}