@charset "utf-8";

#vacant-house-measures {
  width: 100%;
  margin: 6.2% auto 5%;
}

.page-title_bg {
  width: 100%;
  background-image: url(../img/top/sec01_bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.page-title {
  width: 60%;
  margin: 0 auto;
}

.page-title img {
  width: 100%;
}

.wrapper {
  width: 49.48%;
  margin: 0 auto;
}

.contact-btn-wrapper {
  text-align: center;
}

.contact-btn {
  display: inline-block;
  width: 57.58%;
}

.flowchart-wrapper {
  position: relative;
  margin-bottom: 5.26%;
}

.flowchart {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25em 1.75em;
  position: relative;
  z-index: 1;
}

.flowchart-item {
  position: relative;
}

.flowchart-item::after {
  content: "";
  width: 5.37%;
  height: 13.45%;
  background-image: url(../img/vacant-house-measures/sec05-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -9%;
  transform: translateY(-50%);
}

.flowchart-item:last-child:after {
  content: none;
}

.flowchart-figure {
  position: relative;
}

.flowchart-text {
  width: 70%;
  font-size: 0.78vw;
  line-height: 1.66;
  color: #525050;
  position: absolute;
  top: 40%;
  left: 23%;
}

/* sec01 */
.sec01 {
  background-image: url(../img/top/sec01_bg.png);
  background-repeat: repeat;
  padding-bottom: 5%;
}

.sec01 .sec01-01img {
  width: 41.89%;
  margin: 0 auto 3%;
}

.sec01 .sec01-02img {
  width: 84.53%;
  margin: 0 auto 5%;
}

.sec01 .sec01-03img {
  width: 85.26%;
  margin: 0 auto;
}
/* sec02 */
.sec02 {
  padding: 5% 0;
}

.sec02 .sec02-01-img {
  width: 73.37%;
  margin: 0 auto 2%;
}

.sec02 .sec02-02-img-wrapper {
  width: 93.37%;
  margin: 0 auto 3%;
  position: relative;
  margin-bottom: 3%;
}

.sec02 .sec02-02-img-wrapper .sec02-02-img {
  width: 100%;
}

.sec02 .sec02-02-img-wrapper .sec02-03-img,
.sec02 .sec02-02-img-wrapper .sec02-04-img {
  width: 23.11%;
  position: absolute;
  top: -14%;
}

.sec02 .sec02-02-img-wrapper .sec02-03-img {
  left: -19%;
}

.sec02 .sec02-02-img-wrapper .sec02-04-img {
  right: -19%;
}

.sec02 .sec02-05-img {
  width: 80.11%;
  margin: 0 auto 9%;
}

.sec02 .sec02-06-img {
  width: 87.16%;
  margin: 0 auto 3%;
}

/* sec03 */
.sec03 {
  background-image: url(../img/top/sec03_bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.sec03 .sec03-01-img {
  width: 81.68%;
  margin: 0 auto 6%;
}

.sec03 .sec03-02-img {
  width: 21.16%;
  margin: 0 auto 6%;
}

.sec03 .sec03-03-img {
  width: 100%;
  margin: 0 auto 11%;
}

.sec03 .sec03-04-img {
  width: 42.11%;
  margin: 0 auto 3%;
}

.sec03 .before-after {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sec03 .before-after .before,
.sec03 .before-after .after {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.33em;
}

.sec03 .before-after .before {
  width: 35.68%;
}

.sec03 .before-after .before .sec03-05-img {
  width: 100%;
}

.sec03 .before-after .before .sec03-06-img {
  width: 19.47%;
}

.sec03 .before-after .after {
  width: 58.95%;
}

.sec03 .before-after .after .sec03-07-img {
  width: 100%;
}

.sec03 .before-after .after .sec03-08-img {
  width: 9.64%;
}

/* sec04 */
.sec04 {
  padding: 5% 0;
}

.sec04 .sec04-01-img {
  width: 60.84%;
  margin: 0 auto 2%;
}

.sec04 .sec04-02-img {
  width: 52.84%;
  margin: 0 auto 5%;
}

.sec04 .sec04-text {
  font-size: 0.78vw;
  line-height: 1.66;
  text-align: center;
  color: #525050;
  margin-bottom: 8%;
}

.sec04 .sec04-03-img-wrapper {
  width: 76.95%;
  margin: 0 auto;
  position: relative;
}

.sec04 .sec04-03-img-wrapper .sec04-03-img {
  width: 100%;
}

.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img01,
.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img02,
.sec04 .sec04-03-img-wrapper .sec04-renovation-img01,
.sec04 .sec04-03-img-wrapper .sec04-renovation-img02,
.sec04 .sec04-03-img-wrapper .sec04-demolition-img {
  position: absolute;
}

.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img01,
.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img02 {
  width: 15.18%;
}

.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img01 {
  top: 4.7%;
  left: 82%;
}

.sec04 .sec04-03-img-wrapper .sec04-rent-sale-img02 {
  top: 92%;
  left: 21%;
}

.sec04 .sec04-03-img-wrapper .sec04-renovation-img01,
.sec04 .sec04-03-img-wrapper .sec04-renovation-img02 {
  width: 21.07%;
}

.sec04 .sec04-03-img-wrapper .sec04-renovation-img01 {
  top: 73%;
  left: 17%;
}

.sec04 .sec04-03-img-wrapper .sec04-renovation-img02 {
  top: 97.2%;
  left: 21%;
}

.sec04 .sec04-03-img-wrapper .sec04-demolition-img {
  width: 15.6%;
  top: 23%;
  left: 78%;
}

/* sec05 */
.sec05 {
  background-image: url(../img/top/sec01_bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.sec05 .sec05-01-img {
  width: 27.26%;
  margin: 0 auto 4%;
}

.sec05 .sec05-text {
  width: 79.47%;
  margin: 0 auto 8%;
  font-size: 0.78vw;
  line-height: 1.66;
  color: #525050;
}

.sec05 .sec05-02-img,
.sec05 .sec05-09-img {
  width: 13.37%;
  margin-bottom: 3%;
  padding-left: 8%;
}

.sec05 .sec05-08-img {
  width: 22.95%;
  position: absolute;
  top: -41%;
  left: -12%;
}

.sec05 .sec05-17-img {
  width: 14.42%;
  position: absolute;
  top: -46%;
  left: 79%;
}

/* sec06 */
.sec06 {
  background-image: url(../img/vacant-house-measures/sec06-bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.sec06 .sec06-01-img {
  width: 39.26%;
  margin: 0 auto 4%;
}

.sec06 .sec06-text {
  width: 79.47%;
  margin: 0 auto 8%;
  font-size: 0.78vw;
  line-height: 1.66;
  color: #525050;
}

.sec06 .flowchart-item::after {
  background-image: url(../img/vacant-house-measures/sec06-arrow.png);
}

.sec06 .sec06-09-img {
  width: 24.74%;
  position: absolute;
  top: -31%;
  left: -15%;
}

/* sec07 */
.sec07 {
  background-image: url(../img/vacant-house-measures/sec07-bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.sec07 .sec07-01-img {
  width: 27.89%;
  margin: 0 auto 4%;
}

.sec07 .sec07-text {
  width: 79.47%;
  margin: 0 auto 8%;
  font-size: 0.78vw;
  line-height: 1.66;
  color: #525050;
}

.sec07 .flowchart-item::after {
  background-image: url(../img/vacant-house-measures/sec07-arrow.png);
}

.sec07 .sec07-08-img {
  width: 15.05%;
  position: absolute;
  top: -22%;
  left: -11%;
}

/* sec08 */
.sec08 {
  padding: 5% 0;
}

.sec08 .sec08-01-img {
  width: 54.74%;
  margin: 0 auto 4%;
}

.sec08 .sec08-text {
  font-size: 0.78vw;
  line-height: 1.66;
  text-align: center;
  color: #525050;
  margin-bottom: 10%;
}

.sec08 .sec08-03-img-wrapper {
  width: 53.59%;
  margin: 0 auto 6%;
  position: relative;
}

.sec08 .sec08-03-img-wrapper .sec08-02-img {
  width: 24.49%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.sec08 .sec08-03-img-wrapper .sec08-03-img {
  width: 100%;
}

.sec08 .sec08-04-img {
  width: 42.21%;
  margin: 0 auto 2%;
}

.sec08 .sec08-text02 {
  font-size: 0.78vw;
  line-height: 1.66;
  text-align: center;
  color: #525050;
  margin-bottom: 4%;
}

.sec08 .link-list {
  display: flex;
  justify-content: space-between;
}

.sec08 .link-item {
  width: 17.68%;
}

/* sec09 */
.sec09 {
  background-image: url(../img/top/sec03_bg.png);
  background-repeat: repeat;
  padding: 5% 0;
}

.sec09 .sec09-01-img {
  width: 29.89%;
  margin: 0 auto 6%;
}

.sec09 .faq-item {
  width: 100%;
  border: 3px solid #ff9234;
  border-radius: 11px;
  overflow: hidden;
}

.sec09 .faq-item + .faq-item {
  margin-top: 3%;
}

.sec09 .faq-item .faq-q {
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.65;
  color: #fff;
  background-color: #ff9234;
  padding: 2% 3% 2% 8%;
  position: relative;
}

.sec09 .faq-item .faq-q::before {
  content: "";
  width: 1.48em;
  height: 1.48em;
  background-image: url("../img/vacant-house-measures/sec09-q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 3%;
}

.sec09 .faq-item .faq-a {
  font-size: 0.78vw;
  line-height: 1.66;
  color: #525050;
  background-color: #fff;
  padding: 2% 3%;
}

.sec09 .faq-item .faq-a .tel-email {
  display: flex;
  align-items: center;
  column-gap: 4.67em;
  margin-top: 1%;
}

.sec09 .faq-item .faq-a .tel-email a {
  color: #525050;
}

.sec09 .faq-item .faq-a .tel-email .tel .sec09-02-img {
  width: 2.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.67em;
}

.sec09 .faq-item .faq-a .tel-email .tel a {
  text-decoration: none;
}

.sec09 .faq-item .faq-a .tel-email .email .sec09-03-img {
  width: 3.2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.67em;
}

/* sec10 */
.sec10 {
  padding-top: 5%;
}

/* ========================================================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　ipad
=========================================================================================================================================================================================== */
@media only screen and (max-width: 1024px) {
  #vacant-house-measures {
    width: 100%;
    margin: 9.4% auto 5%;
  }

  .page-title {
    width: 80%;
    margin: 0 auto;
  }

  .wrapper {
    width: 80%;
  }

  .flowchart {
    grid-template-columns: repeat(2, 1fr);
  }

  .flowchart-item::after {
    right: -8%;
  }

  .flowchart-text {
    font-size: 1.4vw;
  }

  /* sec02 */
  .sec02 {
    overflow: hidden;
  }

  /* sec04 */
  .sec04 .sec04-text {
    font-size: 1.4vw;
  }

  /* sec05 */
  .sec05 {
    width: 100%;
    margin: 0;
  }

  .sec05 .sec05-text {
    font-size: 1.4vw;
  }

  .sec05 .sec05-08-img {
    top: -18%;
    left: -14%;
  }

  .sec05 .sec05-17-img {
    top: -31%;
    left: 71%;
  }

  /* sec06 */
  .sec06 {
    width: 100%;
    margin: 0;
  }

  .sec06 .sec06-text {
    font-size: 1.4vw;
  }

  .sec06 .sec06-09-img {
    top: -16%;
  }

  /* sec07 */
  .sec07 .sec07-text {
    font-size: 1.4vw;
  }

  .sec07 .sec07-08-img {
    top: -9%;
  }

  /* sec08 */
  .sec08 .sec08-text,
  .sec08 .sec08-text02 {
    font-size: 1.4vw;
  }

  /* sec09 */
  .sec09 .faq-item .faq-q {
    font-size: 2vw;
  }

  .sec09 .faq-item .faq-a {
    font-size: 1.4vw;
  }
}

/* =============================================================================================================================================================
　　　　　　　　　　　　　　　　　　　　　　　　　スマホ
========================================================================================================================================================================== */
@media only screen and (max-width: 699px) {
  #vacant-house-measures {
    width: 100%;
    margin: 0 auto 7%;
  }

  .page-title {
    width: 100%;
    padding: 10% 0 0;
  }

  .wrapper {
    width: 90%;
  }

  .contact-btn {
    width: 100%;
    max-width: 300px;
  }

  .flowchart-wrapper {
    margin-bottom: 10%;
  }

  .flowchart {
    grid-template-columns: 1fr;
  }

  .flowchart-item::after {
    top: 104%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flowchart-text {
    font-size: 16px;
  }

  /* sec01 */
  .sec01 {
    padding: 5% 0 10%;
  }

  .sec01 .sec01-01img,
  .sec01 .sec01-02img,
  .sec01 .sec01-03img {
    width: 100%;
  }

  .sec01 .sec01-01img,
  .sec01 .sec01-02img {
    margin: 0 auto 10%;
  }

  /* sec02 */
  .sec02 {
    padding: 10% 0;
  }

  .sec02 .sec02-01-img {
    width: 80%;
    margin-bottom: 10%;
  }

  .sec02 .sec02-05-img,
  .sec02 .sec02-06-img {
    width: 100%;
  }

  .sec02 .sec02-02-img-wrapper {
    width: 80%;
    margin-bottom: 10%;
  }

  .sec02 .sec02-02-img-wrapper .sec02-03-img,
  .sec02 .sec02-02-img-wrapper .sec02-04-img {
    width: 40%;
    top: 26%;
  }

  .sec02 .sec02-02-img-wrapper .sec02-03-img {
    left: -25%;
  }

  .sec02 .sec02-02-img-wrapper .sec02-04-img {
    right: -25%;
  }

  .sec02 .sec02-05-img {
    margin-bottom: 10%;
  }

  .sec02 .sec02-06-img {
    margin-bottom: 5%;
  }

  /* sec03 */
  .sec03 {
    padding: 10% 0;
  }

  .sec03 .sec03-01-img {
    width: 100%;
    margin-bottom: 10%;
  }

  .sec03 .sec03-02-img {
    width: 50%;
    margin-bottom: 5%;
  }

  .sec03 .sec03-03-img {
    width: 80%;
    margin-bottom: 10%;
  }

  .sec03 .sec03-04-img {
    width: 90%;
    margin-bottom: 5%;
  }

  .sec03 .before-after {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .sec03 .before-after .before,
  .sec03 .before-after .after {
    row-gap: 5px;
  }

  .sec03 .before-after .before {
    width: 80%;
  }

  .sec03 .before-after .before .sec03-06-img {
    width: 20%;
  }

  .sec03 .before-after .after {
    width: 100%;
  }

  .sec03 .before-after .after .sec03-08-img {
    width: 13%;
  }

  /* sec04 */
  .sec04 {
    padding: 10% 0;
  }

  .sec04 .sec04-01-img {
    width: 100%;
    margin-bottom: 5%;
  }

  .sec04 .sec04-02-img {
    width: 90%;
    margin-bottom: 10%;
  }

  .sec04 .sec04-text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10%;
  }

  .sec04 .sec04-03-img-wrapper {
    width: 100%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-rent-sale-img01,
  .sec04 .sec04-03-img-wrapper .sec04-rent-sale-img02 {
    width: 25%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-rent-sale-img01 {
    top: 15%;
    left: 39%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-rent-sale-img02 {
    top: 92.5%;
    left: 33%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-renovation-img01,
  .sec04 .sec04-03-img-wrapper .sec04-renovation-img02 {
    width: 36%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-renovation-img01 {
    top: 76.5%;
    left: 0;
  }

  .sec04 .sec04-03-img-wrapper .sec04-renovation-img02 {
    top: 97%;
    left: 33%;
  }

  .sec04 .sec04-03-img-wrapper .sec04-demolition-img {
    width: 27%;
    top: 35.5%;
    left: 40%;
  }

  /* sec05 */
  .sec05 {
    padding: 10% 0;
    overflow: hidden;
  }

  .sec05 .sec05-01-img {
    width: 50%;
    margin-bottom: 10%;
  }

  .sec05 .sec05-text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10%;
  }

  .sec05 .sec05-02-img,
  .sec05 .sec05-09-img {
    width: 25%;
    margin-bottom: 5%;
  }

  .sec05 .sec05-08-img {
    top: -7%;
    left: 84%;
  }

  .sec05 .sec05-17-img {
    top: -3%;
    left: 91%;
  }

  /* sec06 */
  .sec06 {
    padding: 10% 0;
    overflow: hidden;
  }

  .sec06 .sec06-01-img {
    width: 70%;
    margin-bottom: 10%;
  }

  .sec06 .sec06-text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10%;
  }

  .sec06 .sec06-09-img {
    top: -3%;
    left: 85%;
  }

  /* sec07 */
  .sec07 {
    padding: 10% 0;
    overflow: hidden;
  }

  .sec07 .sec07-01-img {
    width: 50%;
    margin-bottom: 10%;
  }

  .sec07 .sec07-text {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10%;
  }

  .sec07 .sec07-08-img {
    top: -3%;
    left: 91%;
  }

  /* sec08 */
  .sec08 {
    padding: 10% 0;
  }

  .sec08 .sec08-01-img {
    width: 100%;
    margin-bottom: 10%;
  }

  .sec08 .sec08-text,
  .sec08 .sec08-text02 {
    font-size: 16px;
    text-align: left;
  }

  .sec08 .sec08-03-img-wrapper {
    width: 90%;
    margin-bottom: 10%;
  }

  .sec08 .sec08-03-img-wrapper .sec08-02-img {
    transform: none;
    position: static;
    width: 50%;
    margin: 0 auto 5%;
  }

  .sec08 .sec08-04-img {
    width: 80%;
    margin-bottom: 5%;
  }

  .sec08 .sec08-text02 {
    margin-bottom: 10%;
  }

  .sec08 .link-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .sec08 .link-item {
    min-width: 100px;
  }

  /* sec09 */
  .sec09 {
    padding: 10% 0;
  }

  .sec09 .sec09-01-img {
    width: 60%;
    margin-bottom: 10%;
  }

  .sec09 .faq-item + .faq-item {
    margin-top: 5%;
  }

  .sec09 .faq-item .faq-q {
    font-size: 18px;
    padding: 10px 10px 10px 45px;
  }

  .sec09 .faq-item .faq-q::before {
    left: 10px;
  }

  .sec09 .faq-item .faq-a {
    font-size: 14px;
    padding: 10px;
  }

  .sec09 .faq-item .faq-a .tel-email {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  /* sec10 */
  .sec10 {
    padding-top: 10%;
  }
}
