@charset "UTF-8";
/* =========================================================
不動産の売買仲介/brokerage
========================================================= */
.p-brokerage-mv {
  position: relative;
}
.p-brokerage-mv--wrap {
  display: block;
  height: 75vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-brokerage-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-mv--wrap {
    height: auto;
  }
}
.p-brokerage-mv picture img {
  display: block;
  object-fit: cover;
  object-position: -200px;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-brokerage-mv picture img {
    object-fit: contain;
    object-position: inherit;
  }
}
.p-brokerage-mv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-brokerage-mv_title h1 {
  background: #00A7EA;
  color: #ffffff;
  font-size: calc(42 * (100vw / 430));
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
}
@media screen and (min-width: 430px) {
  .p-brokerage-mv_title h1 {
    font-size: calc(42 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-mv_title h1 {
    font-size: calc(42 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-mv_title h1 {
    font-size: calc(42 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-mv_title h1 {
    font-size: 42px;
  }
}
.p-brokerage-mv_title h1 .in {
  color: #FFE200;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-brokerage-mv_title h1 .in {
    display: inline;
    padding-left: 10px;
  }
}
.p-brokerage-about {
  background: url(../images/brokerage/bg-brokerage.webp) no-repeat bottom right;
  background-size: 160%;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-brokerage-about {
    padding: calc(100 * (100vw / 1920)) 8vw;
    background-size: contain;
  }
}
.p-brokerage-about--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-brokerage-about--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-brokerage-about h2 {
  color: #223F88;
  font-size: calc(35 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 430px) {
  .p-brokerage-about h2 {
    font-size: calc(35 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-about h2 {
    font-size: calc(35 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-about h2 {
    font-size: calc(35 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-about h2 {
    font-size: 35px;
    margin-bottom: 0;
    width: 60%;
  }
}
.p-brokerage-about .text {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-brokerage-about .text {
    font-size: 16px;
    line-height: 2.8;
    margin-bottom: 0;
    width: 40%;
  }
}
.p-brokerage-about .contact {
  width: 100%;
  margin-top: 30px;
}
.p-brokerage-list {
  padding: calc(90 * (100vw / 992)) 8vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-brokerage-list {
    margin-bottom: 50px;
    padding: calc(90 * (100vw / 1920)) 8vw;
  }
}
.p-brokerage-list::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #F1F5F9;
  transform: scaleY(2.3) perspective(0.6em) rotateX(0.5deg);
  transform-origin: bottom left;
}
.p-brokerage-list:nth-child(odd)::before {
  right: 0;
  left: 10%;
  transform-origin: bottom right;
}
@media screen and (min-width: 992px) {
  .p-brokerage-list:nth-child(even) .p-buy-list--wrap {
    grid-template-columns: 1fr 240px;
  }
}
@media screen and (min-width: 1200px) {
  .p-brokerage-list:nth-child(even) .p-buy-list--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-list:nth-child(even) dl {
    order: -1;
  }
}
.p-brokerage-list--wrap {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-brokerage-list--wrap {
    display: grid;
    grid-template-columns: 240px 1fr;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-brokerage-list--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-brokerage-list picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.p-brokerage-list picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-brokerage-list dl {
  max-width: 600px;
  margin: 0 auto;
}
.p-brokerage-list dl dt {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-brokerage-list dl dt {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-list dl dt {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-list dl dt {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-list dl dt {
    font-size: 30px;
  }
}
.p-brokerage-list dl dt .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-brokerage-list dl dt .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-brokerage-list dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-brokerage-list dl dd p {
    font-size: 16px;
  }
}
.p-brokerage-support h2 {
  background: #223F88;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: calc(70 * (100vw / 992)) 8vw;
  position: relative;
  margin: 0 auto 15px;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support h2 {
    background-position: top -240px right -510px;
    font-size: 16px;
    padding: calc(60 * (100vw / 1920)) 8vw;
    padding-bottom: calc(120 * (100vw / 992)) 8vw;
  }
}
.p-brokerage-support h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #223F88 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
@media screen and (min-width: 992px) {
  .p-brokerage-support h2::before {
    border-width: 30px 50px 0 50px;
    bottom: -30px;
  }
}
.p-brokerage-support h2 .in {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-brokerage-support h2 .in {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-support h2 .in {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-support h2 .in {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-support h2 .in {
    font-size: 30px;
  }
}
.p-brokerage-support h2 .in:before {
  content: '';
  background: url(../images/brokerage/img-support-ttl.webp) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: calc(50% - 90px);
  top: -40px;
  width: 180px;
  height: 100px;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support h2 .in:before {
    left: calc(50% - 140px);
    top: -70px;
    width: 280px;
    height: 120px;
  }
}
.p-brokerage-support--wrap {
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-brokerage-support--wrap {
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-brokerage-support_block {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
  }
}
.p-brokerage-support_block picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block picture {
    width: 45%;
    padding-right: 20px;
  }
}
.p-brokerage-support_block picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-brokerage-support_block dl {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl {
    width: 55%;
  }
}
.p-brokerage-support_block dl dt {
  border-bottom: 1px solid #889498;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.p-brokerage-support_block dl dt .no {
  color: #00A7EA;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl dt .no {
    font-size: 40px;
  }
}
.p-brokerage-support_block dl dt .no::before {
  content: '';
  background: #889498;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: -41%;
  left: 5px;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl dt .no::before {
    bottom: -26%;
    left: 10px;
  }
}
.p-brokerage-support_block dl dt .title {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  padding-left: 15px;
}
@media screen and (min-width: 430px) {
  .p-brokerage-support_block dl dt .title {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-support_block dl dt .title {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-support_block dl dt .title {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl dt .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl dd {
    padding-left: 50px;
  }
}
.p-brokerage-support_block dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-brokerage-support_block dl dd p {
    font-size: 16px;
  }
}
.p-brokerage-qa {
  background: #F1F5F9;
  padding: calc(120 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-brokerage-qa--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.p-brokerage-qa h2 {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-brokerage-qa h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-qa h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-qa h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
.p-brokerage-qa h2 .en {
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-brokerage-qa h2 .en::before {
  content: '';
  background: #223F88;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-brokerage-qa_list input {
  display: none;
}
.p-brokerage-qa_list input:checked + .q span {
  background-image: url(../images/common/icon-minus.svg);
}
.p-brokerage-qa_list input:checked + .q + .a {
  height: auto;
  transition: all .3s;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list input:checked + .q + .a {
    padding: 20px;
  }
}
.p-brokerage-qa_list .q {
  background: #ffffff;
  cursor: pointer;
  display: block;
  padding: 15px 10px;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list .q {
    padding: 15px 20px;
  }
}
.p-brokerage-qa_list .q:hover {
  background: #bac3cb;
}
.p-brokerage-qa_list .q span {
  background: url(../images/common/icon-plus.svg) no-repeat right center;
  background-size: 20px 20px;
  color: #223F88;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  position: relative;
  padding: 0 30px 0;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list .q span {
    padding: 10px 45px 10px 60px;
    background-size: 40px 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-qa_list .q span {
    font-size: 16px;
  }
}
.p-brokerage-qa_list .q span::before {
  content: "Q";
  background: #223F88;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list .q span::before {
    width: 40px;
    height: 40px;
  }
}
.p-brokerage-qa_list .a {
  height: 0;
  margin-bottom: 10px;
  display: block;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.p-brokerage-qa_list .a p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  padding: 0 20px 0 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list .a p {
    padding: 0 25px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-qa_list .a p {
    font-size: 16px;
  }
}
.p-brokerage-qa_list .a p::before {
  content: "A";
  background: #FFE200;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #223F88;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .p-brokerage-qa_list .a p::before {
    width: 40px;
    height: 40px;
  }
}
.p-brokerage-contact {
  padding: calc(100 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-brokerage-contact {
    padding: calc(100 * (100vw / 1920)) 8vw;
  }
}
.p-brokerage-contact h2 {
  color: #223F88;
  display: block;
  font-size: calc(24 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-brokerage-contact h2 {
    font-size: calc(24 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-brokerage-contact h2 {
    font-size: calc(24 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-contact h2 {
    font-size: calc(24 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-brokerage-contact h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .p-brokerage-contact h2 .sp {
    display: none;
  }
}
