/* ============================================
  不動産買い取り
============================================ */

/* ============================================
  大槻工務店と一般的な買い取りとの違い
============================================ */

.section-purchase01 .img {
  text-align: center;
}

@media(max-width:767px) {
  .section-purchase01 .img {
    width: calc(640/750*100vw);
    margin: 0 auto;
  }
  .section-purchase01 .img img {
    width: 100%;
  }
}

/* ============================================
  売却からお引き渡しまでの流れ
============================================ */

#purchase .section-purchase02 {
  margin-bottom: 135px;
}

.section-purchase02 .img {
  text-align: center;
}

.section-purchase02 .caseList {
  margin-left: 86px;
}

.section-purchase02 .caseList_item {
  display: flex;
  flex-wrap: wrap;
}

.section-purchase02 .caseList_item+.caseList_item {
  margin-top: 95px;
}

.section-purchase02 .caseList_item .img {
  flex: 0 0 auto;
  position: relative;
  width: 400px;
}

.section-purchase02 .caseList_item .img::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../img/purchase/orn_img01.svg) no-repeat 0 0;
  width: 102.5%;
  height: 108.2%;
}

.section-purchase02 .caseList_item:nth-of-type(odd) .img::before {
  top: 8px;
  left: 12px;
}

.section-purchase02 .caseList_item:nth-of-type(even) .img::before {
  top: 8px;
  right: 12px;
}

.section-purchase02 .caseList_item .img img {
  display: block;
  width: 100%;
}

.section-purchase02 .caseList_item .textBox {
  flex: 0 0 auto;
  width: 640px;
}

.section-purchase02 .caseList_item:nth-of-type(odd) .textBox {
  margin-left: 80px;
}

.section-purchase02 .caseList_item:nth-of-type(even) .textBox {
  margin-right: 80px;
}

.section-purchase02 .caseList_item .textBox>.heading {
  position: relative;
  color: #0066d7;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 25px;
  padding-left: 58px;
}

.section-purchase02 .caseList_item .textBox>.heading::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  background: url(../img/ico_house01.svg) no-repeat center / cover;
  width: 42px;
  height: 35px;
}

.section-purchase02 .caseList_item .textBox>.heading span {}

.section-purchase02 .caseList_item .textBox .text {
  font-size: 2rem;
}

.section-purchase02 .caseList_item .textBox .text+.text {
  margin-top: 1.75em;
}

@media(max-width:767px) {
  #purchase .section-purchase02 {
    margin-bottom: calc(100/750*100vw);
  }
  .section-purchase02 .img {
    width: 100%;
  }
  .section-purchase02 .img img {
    display: block;
    width: 100%;
  }
  .section-purchase02 .caseList {
    margin: 0;
  }
  .section-purchase02 .caseList_item {
    flex-direction: column;
  }
  .section-purchase02 .caseList_item+.caseList_item {
    margin-top: calc(90/750*100vw);
  }
  .section-purchase02 .caseList_item .img {
    order: 1;
    width: calc(520/750*100vw);
    margin: 0 auto;
  }
  .section-purchase02 .caseList_item .img::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-size: cover;
    width: 102.5%;
    height: 108.2%;
  }
  .section-purchase02 .caseList_item:nth-of-type(odd) .img::before, .section-purchase02 .caseList_item:nth-of-type(even) .img::before {
    top: calc(10/750*100vw);
    left: calc(15/750*100vw);
  }
  .section-purchase02 .caseList_item .img img {
    display: block;
    width: 100%;
  }
  .section-purchase02 .caseList_item .textBox {
    order: 2;
    width: 100%;
    margin-top: calc(90/750*100vw);
  }
  .section-purchase02 .caseList_item:nth-of-type(odd) .textBox {
    margin-left: unset;
  }
  .section-purchase02 .caseList_item:nth-of-type(even) .textBox {
    margin-right: unset;
  }
  .section-purchase02 .caseList_item .textBox>.heading {
    font-size: 3.6rem;
    margin-bottom: calc(25/750*100vw);
    padding-left: calc(80/750*100vw);
  }
  .section-purchase02 .caseList_item .textBox>.heading::before {
    left: calc(15/750*100vw);
    bottom: 50%;
    transform: translateY(50%);
    width: calc(42/750*100vw);
    height: calc(35/750*100vw);
  }
  .section-purchase02 .caseList_item .textBox .text {
    font-size: 2.4rem;
  }
}