#sub_other_service .sub_other_content::after {
  background: url(../img/realestate/sale-out_top.jpg) no-repeat;
  background-size: cover;
}

#intro .intro_box .half_box .ttl {
  font-size: 32px;
}

.full_wide_ttl .txt_white {
  padding-left: 8.2%;
}

.full_wide_ttl .txt_white .txt_yellow {
  position: relative;
}

.full_wide_ttl .txt_white .txt_yellow::before {
  content: '';
  background: url(../img/realestate/items.png) no-repeat;
  background-size: contain;
  width: 109px;
  height: 111px;
  position: absolute;
  top: -43px;
  left: -126px;
}

#about .intro_txt {
  margin-top: -16px;
}

.about_list {
  gap: 30px 0;
  margin-top: -10px;
}

.about_list li {
  width: 31.8%;
}

.about_list li .txt_box {
  padding: 30px 40px 40px;
}

.about_list li .ttl {
  font-size: 27px;
  margin-bottom: 15px;
}

.about_list li:nth-child(5) .ttl {
  margin: 0 -10px 15px;
}

#sale_flow ul {
  margin-top: 42px;
}

#sale_flow ul li.content {
  width: 100%;
  padding: 40px 40px;
  position: relative;
}

#sale_flow ul li.content .txt_box {
  width: 62.5%;
}

#sale_flow ul li.content .ttl {
  font-size: 32px;
  margin: -10px 0 14px;
}

#sale_flow ul li.content picture {
  width: 34.3%;
  max-width: 356px;
}

#sale_flow ul li.content::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

#sale_flow ul li.content:nth-child(1)::before {
  background: url(../img/common/label_num01.svg) no-repeat;
  background-size: contain;
}

#sale_flow ul li.content:nth-child(3)::before {
  background: url(../img/common/label_num02.svg) no-repeat;
  background-size: contain;
}

#sale_flow ul li.content:nth-child(5)::before {
  background: url(../img/common/label_num03.svg) no-repeat;
  background-size: contain;
}

#sale_flow ul li.content:nth-child(7)::before {
  background: url(../img/common/label_num04.svg) no-repeat;
  background-size: contain;
}

#sale_flow ul li.content:nth-child(9)::before {
  background: url(../img/common/label_num05.svg) no-repeat;
  background-size: contain;
}

#sale_flow ul li.arrow img {
  width: 65px;
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 1024px) {
  #intro .intro_box .half_box .ttl {
    font-size: 28px;
  }
  #sale_flow ul li.content .ttl {
    font-size: 28px;
  }
}

@media screen and (max-width: 960px) {
  #intro .intro_box .half_box .ttl {
    font-size: 23px;
  }
  .full_wide_ttl .txt_white {
    padding-left: 4vw;
  }
  .full_wide_ttl .txt_white .txt_yellow::before {
    width: calc(109px * 0.7);
    height: calc(111px * 0.7);
    top: -20px;
    left: -88px;
  }
  #about .intro_txt {
    margin-top: 10px;
  }
  .about_list {
    margin-top: 30px;
  }
  .about_list li .txt_box {
    padding: 2.5vw 3.5vw 3vw;
  }
  .about_list li .ttl {
    font-size: 20px;
  }
  #sale_flow ul {
    margin-top: 30px;
  }
  #sale_flow ul li.content .ttl {
    font-size: 22px;
    margin-bottom: 6px;
  }
  #sale_flow ul li.content::before {
    width: 80px;
    height: 80px;
  }
  #sale_flow ul li.arrow img {
    width: 48px;
  }
}

@media screen and (max-width: 568px) {
  #intro .intro_box .half_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro .intro_box .half_box .ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #intro .intro_box .half_box .photo {
    margin-bottom: 20px;
  }
  .full_wide_ttl {
    padding: 14px 0 16px;
  }
  .full_wide_ttl .txt_white {
    line-height: 1.4;
  }
  .full_wide_ttl .txt_white .txt_yellow::before {
    content: none;
  }
  #about .intro_txt {
    margin-top: -8px;
  }
  .about_list {
    gap: 20px 0;
    margin-top: 0;
  }
  .about_list li {
    width: 100%;
  }
  .about_list li .txt_box {
    padding: 16px 20px 20px;
  }
  .about_list li .ttl {
    font-size: 21px;
    margin-bottom: 6px;
  }
  #sale_flow .ttl_under_bar {
    margin-bottom: 32px;
  }
  #sale_flow ul {
    margin-top: 25px;
  }
  #sale_flow ul li.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 25px;
  }
  #sale_flow ul li.content .txt_box {
    width: 100%;
  }
  #sale_flow ul li.content .ttl {
    font-size: 21px;
    margin: 0 0 8px;
  }
  #sale_flow ul li.content picture {
    width: 100%;
    margin-top: 15px;
  }
  #sale_flow ul li.content::before {
    width: 70px;
    height: 70px;
  }
  #sale_flow ul li.content:nth-child(1)::before {
    background: url(../img/common/label_num01_large.svg) no-repeat;
    background-size: contain;
  }
  #sale_flow ul li.content:nth-child(3)::before {
    background: url(../img/common/label_num02_large.svg) no-repeat;
    background-size: contain;
  }
  #sale_flow ul li.content:nth-child(5)::before {
    background: url(../img/common/label_num03_large.svg) no-repeat;
    background-size: contain;
  }
  #sale_flow ul li.content:nth-child(7)::before {
    background: url(../img/common/label_num04_large.svg) no-repeat;
    background-size: contain;
  }
  #sale_flow ul li.content:nth-child(9)::before {
    background: url(../img/common/label_num05_large.svg) no-repeat;
    background-size: contain;
  }
  #sale_flow ul li.arrow img {
    width: 47px;
    margin: 5px auto;
  }
}
/*# sourceMappingURL=sale_out.css.map */