@charset "utf-8";
/* ===================================================================

 file name  :purchase.css
 style info :不動産買取り事業ページ

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader {
  background-image: url(../images/purchase/img_page.webp), url(../images/common/bg_block.jpg);
}

/* =================================== */
/*
	lead
---------------------------*/
#main .lead {
  margin-bottom: 5em;
}
#main .lead-ttl {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#main .lead-ttl-cap {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.6rem;
}
#main .lead-ttl mark {
  background: linear-gradient(transparent 70%, #d2dfe4 70%);
}
#main .lead-txt {
  width: 990px;
  margin-inline: auto;
}
#main .lead-txt span {
  color: #779eaf;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .lead {
    margin-bottom: 4em;
  }
  #main .lead-ttl {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  #main .lead-ttl-cap {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  #main .lead-txt {
    width: 100%;
  }
}

/*
	sec
---------------------------*/
#main .sec-ttl {
  margin-bottom: 1.5em;
  padding-block: 0.5em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #779eaf;
  border-top: solid 5px;
  border-bottom: solid 2px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .sec-ttl {
    margin-bottom: 1.5em;
    padding-block: 0.5em;
    font-size: 2rem;
  }
}

/*
  trust
---------------------------*/
#main .trust {
  padding-block: 80px;
  background: #f3f6f7;
}
#main .trust-block {
  margin-top: 50px;
  padding: 50px 60px 54px;
  background: #fff;
}
#main .trust-block-ttl {
  margin-bottom: 2em;
  text-align: center;
  background: #779eaf;
  color: #fff;
  border-radius: 3em;
  font-size: 1.8rem;
  font-weight: 700;
}
#main .trust-block__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#main .trust-block__list li {
  width: 330px;
  padding-top: 20px;
  border-top: dotted 1px #779eaf;
}
#main .trust-block__list li dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main .trust-block__list li dl dt {
  margin-bottom: 1em;
  text-align: center;
}
#main .trust-block__list li dl dt .num {
  display: block;
  font-size: 4.8rem;
  color: #779eaf;
  line-height: 1;
}
#main .trust-block__list li dl dt .main {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
#main .trust-block__list li dl dd {
  margin-top: auto;
}
#main .trust-block__list li dl figure {
  position: relative;
}
#main .trust-block__list li dl figure figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.2em;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #main .trust {
    padding-block: 50px;
  }
  #main .trust-block {
    margin-top: 50px;
    padding: 30px 28px 40px;
  }
  #main .trust-block-ttl {
    margin-bottom: 1em;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  #main .trust-block__list {
    margin-top: 50px;
    flex-direction: column;
    gap: 40px 0;
  }
  #main .trust-block__list li {
    width: 100%;
    padding-top: 10px;
  }

  #main .trust-block__list li dl figure figcaption {
    font-size: 1rem;
  }
}

/*
  value
---------------------------*/
#main .value {
  padding-block: 80px;
}
#main .value ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#main .value ul li {
  width: 380px;
  padding: 20px;
  border: solid 1px #779eaf;
  background: #f3f6f7;
}
#main .value ul li figure {
  position: relative;
  margin-bottom: 1em;
}
#main .value ul li figure figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.2em;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 3px #000;
}
#main .value ul li p {
  text-align: center;
  color: #779eaf;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
#main .value-txt {
  margin-top: 2em;
}
#main .value-txt span {
  color: #779eaf;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .value {
    padding-block: 36px;
  }
  #main .value ul {
    margin-top: 20px;
    flex-direction: column;
    gap: 16px 0;
  }
  #main .value ul li {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  #main .value ul li figure {
    width: 36.2%;
    margin-bottom: 0;
  }
  #main .value ul li figure figcaption {
    font-size: 1rem;
  }
  #main .value ul li p {
    width: 63.8%;
    text-align: center;
    letter-spacing: 0;
  }
  #main .value-txt {
    margin-top: 1em;
  }
}

/*
  future
---------------------------*/
#main .future {
  padding-block: 50px 80px;
}
#main .future-txt {
  margin-top: 2em;
}
#main .future-txt span {
  color: #779eaf;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
}

/*
	cta
---------------------------*/
#main .cta {
  padding: 0 60px 40px;
  background: #f3f6f7;
  color: #000;
}
#main .cta-catch {
  width: 223px;
  margin-left: -60px;
}
#main .cta-ttl {
  margin-top: -1.5em;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-color: #779eaf;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
#main .cta-block {
  display: flex;
  justify-content: space-between;
}
#main .cta-block__l {
  width: 580px;
  padding: 30px 25px;
  background: #fff;
}
#main .cta-block__r {
  width: 420px;
}
#main .cta-list dt {
  margin-bottom: 1em;
  font-size: 2rem;
  border-bottom: solid 1px;
}
#main .cta-list ul {
  display: flex;
  flex-direction: column;
  gap: 1.5em 0;
  background: #fff;
}
#main .cta-list li {
  padding-left: 30px;
  text-indent: -30px;
  line-height: 1.3;
  font-size: 1.8rem;
}
#main .cta-list li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(../images/purchase/ico_check.svg) no-repeat 50% 50% / contain;
  text-indent: 0;
  vertical-align: top;
}

#main .cta-contact {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0;
}
#main .cta-contact dt {
  font-size: 1.6rem;
}
#main .cta-contact dd {
  font-size: 6rem;
  line-height: 1;
}
#main .cta-contact dd a {
  color: #000;
}
#main .cta-btn a {
  display: block;
  padding-block: 0.8em;
  font-size: 1.8rem;
  position: relative;
  border: solid 1px #471515;
  color: #471515;
  background: #fff;
  text-align: center;
}
#main .cta-btn a:hover {
  background: #e8e2e2;
}
#main .cta-btn a::before {
  content: '';
  display: block;
  width: 6px;
  height: 13px;
  background: url(../images/purchase/ico_arrow.svg) no-repeat 50% 50% / contain;
  position: absolute;
  top: calc(50% - 6px);
  left: 29px;
}
#main .cta-mes {
  margin-top: 1em;
  padding-block: 0.4em;
  text-align: center;
  border-radius: 3em;
  color: #fff;
  background: #779eaf;
  font-size: 1.6rem;
}
#main .cta-mes::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 1em;
  background: url(../images/purchase/ico_btn.svg) no-repeat 50% 50% / contain;
  vertical-align: -0.3em;
}
#main .cta-b {
  margin-top: 2em;
}
#main .cta-b span {
  color: #779eaf;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .cta {
    padding: 13px 13px 21px;
    background: #f3f6f7;
    color: #000;
  }
  #main .cta-catch {
    width: 166px;
    margin-top: -13px;
    margin-left: -13px;
  }
  #main .cta-ttl {
    margin-top: 0;
    font-size: 2rem;
  }
  #main .cta-block {
    display: block;
  }
  #main .cta-block__l {
    width: 100%;
    margin-bottom: 2em;
    padding: 25px 17px;
  }
  #main .cta-block__r {
    width: 100%;
  }
  #main .cta-list dt {
    font-size: 1.8rem;
  }
  #main .cta-list ul {
    gap: 1em 0;
  }
  #main .cta-list li {
    line-height: 1.3;
    font-size: 1.5rem;
  }

  #main .cta-contact {
    margin-bottom: 1.5em;
  }
  #main .cta-contact dt {
    font-size: 1.6rem;
  }
  #main .cta-contact dd {
    font-size: 4.2rem;
    line-height: 1.5;
  }

  #main .cta-btn a {
    padding-left: 1em;
    padding-block: 0.5em;
    font-size: 1.6rem;
  }

  #main .cta-mes {
    margin-top: 1.5em;
    padding-block: 0.4em 0.6em;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
  }
  #main .cta-mes span {
    display: inline-block;
  }
  #main .cta-mes::before {
    margin-right: 0.5em;
  }
  #main .cta-b {
    margin-top: 2em;
    margin-bottom: 50px;
  }
}
