@charset "UTF-8";
/*============================================================
  basic setting 
============================================================*/
.gray {
  color: #808285;
}

.red {
  color: #CF0000;
}

.pcdn {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcdn {
    display: block;
  }
}

.pctbdn {
  display: none;
}
@media screen and (max-width: 480px) {
  .pctbdn {
    display: block;
  }
}

.tbspdn {
  display: block;
}
@media screen and (max-width: 768px) {
  .tbspdn {
    display: none;
  }
}

.spdn {
  display: block;
}
@media screen and (max-width: 480px) {
  .spdn {
    display: none;
  }
}

.bg-white {
  background-color: #fff !important;
}

.line {
  background: linear-gradient(transparent 75%, #ffd200 30%);
}

.rice-indent {
  padding-left: 1em;
  position: relative;
}

.rice-indent:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

sup {
  vertical-align: super;
  font-size: small;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.v-align-top {
  vertical-align: top !important;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*============================================================
  font-size settings
============================================================*/
.font-xx-small {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-small {
    font-size: 1.1rem !important;
  }
}
.font-x-small {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-small {
    font-size: 1.3rem !important;
  }
}
.font-small {
  font-size: 1.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-small {
    font-size: 1.5rem !important;
  }
}
.font-normal {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 480px) {
  .font-normal {
    font-size: 1.6rem !important;
  }
}
.font-medium {
  font-size: 2rem !important;
}

@media screen and (max-width: 480px) {
  .font-medium {
    font-size: 1.8rem !important;
  }
}
.font-large {
  font-size: 2.3rem !important;
}

@media screen and (max-width: 480px) {
  .font-large {
    font-size: 2rem !important;
  }
}
.font-x-large {
  font-size: 2.6rem !important;
}

@media screen and (max-width: 480px) {
  .font-x-large {
    font-size: 2rem !important;
  }
}
.font-xx-large {
  font-size: 2.9rem !important;
}

@media screen and (max-width: 480px) {
  .font-xx-large {
    font-size: 2.3rem !important;
  }
}
.font-xxx-large {
  font-size: 3.2rem !important;
}

@media screen and (max-width: 480px) {
  .font-xxx-large {
    font-size: 2.3rem !important;
  }
}
/*============================================================
  margin settings
============================================================*/
.margin-center {
  margin-left: auto;
  margin-right: auto;
}

/* margin */
.m-half {
  margin: 16px !important;
}

.m-1 {
  margin: 32px !important;
}

@media screen and (max-width: 480px) {
  .m-1 {
    margin: 16px !important;
  }
}
.m-1-half {
  margin: 48px !important;
}

@media screen and (max-width: 480px) {
  .m-1-half {
    margin: 32px !important;
  }
}
.m-2 {
  margin: 64px !important;
}

@media screen and (max-width: 480px) {
  .m-2 {
    margin: 48px !important;
  }
}
/* margin-bottom */
.mb-half {
  margin-bottom: 16px !important;
}

.mb-1 {
  margin-bottom: 32px !important;
}

.mb-1-half {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .mb-1-half {
    margin-bottom: 32px !important;
  }
}
.mb-2 {
  margin-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .mb-2 {
    margin-bottom: 48px !important;
  }
}
.mb-2-half {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .mb-2-half {
    margin-bottom: 64px !important;
  }
}
.mb-3 {
  margin-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .mb-3 {
    margin-bottom: 64px !important;
  }
}
.mb-3-half {
  margin-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .mb-3-half {
    margin-bottom: 96px !important;
  }
}
.mb-none {
  margin-bottom: 0 !important;
}

/* margin-top */
.mt-half {
  margin-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .mt-half {
    margin-top: 8px !important;
  }
}
.mt-1 {
  margin-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .mt-1 {
    margin-top: 16px !important;
  }
}
.mt-1-half {
  margin-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .mt-1-half {
    margin-top: 32px !important;
  }
}
.mt-2 {
  margin-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .mt-2 {
    margin-top: 48px !important;
  }
}
.mt-2-half {
  margin-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .mt-2-half {
    margin-top: 64px !important;
  }
}
.mt-3 {
  margin-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .mt-3 {
    margin-top: 64px !important;
  }
}
.mt-none {
  margin-top: 0 !important;
}

/* margin-bottom-minus */
.mb-m-half {
  margin-bottom: -16px !important;
}

.mb-m-1 {
  margin-bottom: -32px !important;
}

.mb-m-1-half {
  margin-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-1-half {
    margin-bottom: -32px !important;
  }
}
.mb-m-2 {
  margin-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2 {
    margin-bottom: -48px !important;
  }
}
.mb-m-2-half {
  margin-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-2-half {
    margin-bottom: -64px !important;
  }
}
.mb-m-3 {
  margin-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3 {
    margin-bottom: -64px !important;
  }
}
.mb-m-3-half {
  margin-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .mb-m-3-half {
    margin-bottom: -96px !important;
  }
}
/* margin-top-minus */
.mt-m-half {
  margin-top: -16px !important;
}

.mt-m-1 {
  margin-top: -32px !important;
}

.mt-m-1-half {
  margin-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-1-half {
    margin-top: -32px !important;
  }
}
.mt-m-2 {
  margin-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2 {
    margin-top: -48px !important;
  }
}
.mt-m-2-half {
  margin-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-2-half {
    margin-top: -64px !important;
  }
}
.mt-m-3 {
  margin-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3 {
    margin-top: -64px !important;
  }
}
.mt-m-3-half {
  margin-top: -112px !important;
}

@media screen and (max-width: 480px) {
  .mt-m-3-half {
    margin-top: -96px !important;
  }
}
/*============================================================
  padding settings
============================================================*/
/* padding-bottom */
.pb-half {
  padding-bottom: 16px !important;
}

.pb-1 {
  padding-bottom: 32px !important;
}

.pb-1-half {
  padding-bottom: 48px !important;
}

@media screen and (max-width: 480px) {
  .pb-1-half {
    padding-bottom: 32px !important;
  }
}
.pb-2 {
  padding-bottom: 64px !important;
}

@media screen and (max-width: 480px) {
  .pb-2 {
    padding-bottom: 48px !important;
  }
}
.pb-2-half {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 480px) {
  .pb-2-half {
    padding-bottom: 64px !important;
  }
}
.pb-3 {
  padding-bottom: 96px !important;
}

@media screen and (max-width: 480px) {
  .pb-3 {
    padding-bottom: 64px !important;
  }
}
.pb-3-half {
  padding-bottom: 112px !important;
}

@media screen and (max-width: 480px) {
  .pb-3-half {
    padding-bottom: 96px !important;
  }
}
.pb-none {
  padding-bottom: 0 !important;
}

/* padding-top */
.pt-half {
  padding-top: 16px !important;
}

@media screen and (max-width: 480px) {
  .pt-half {
    padding-top: 8px !important;
  }
}
.pt-1 {
  padding-top: 32px !important;
}

@media screen and (max-width: 480px) {
  .pt-1 {
    padding-top: 16px !important;
  }
}
.pt-1-half {
  padding-top: 48px !important;
}

@media screen and (max-width: 480px) {
  .pt-1-half {
    padding-top: 32px !important;
  }
}
.pt-2 {
  padding-top: 64px !important;
}

@media screen and (max-width: 480px) {
  .pt-2 {
    padding-top: 48px !important;
  }
}
.pt-2-half {
  padding-top: 80px !important;
}

@media screen and (max-width: 480px) {
  .pt-2-half {
    padding-top: 64px !important;
  }
}
.pt-3 {
  padding-top: 96px !important;
}

@media screen and (max-width: 480px) {
  .pt-3 {
    padding-top: 64px !important;
  }
}
.pt-none {
  padding-top: 0 !important;
}

/* padding-bottom-minus */
.pb-m-half {
  padding-bottom: -16px !important;
}

.pb-m-1 {
  padding-bottom: -32px !important;
}

.pb-m-1-half {
  padding-bottom: -48px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-1-half {
    padding-bottom: -32px !important;
  }
}
.pb-m-2 {
  padding-bottom: -64px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2 {
    padding-bottom: -48px !important;
  }
}
.pb-m-2-half {
  padding-bottom: -80px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-2-half {
    padding-bottom: -64px !important;
  }
}
.pb-m-3 {
  padding-bottom: -96px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3 {
    padding-bottom: -64px !important;
  }
}
.pb-m-3-half {
  padding-bottom: -112px !important;
}

@media screen and (max-width: 480px) {
  .pb-m-3-half {
    padding-bottom: -96px !important;
  }
}
/* padding-top-minus */
.pt-m-half {
  padding-top: -16px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-half {
    padding-top: -8px !important;
  }
}
.pt-m-1 {
  padding-top: -32px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1 {
    padding-top: -16px !important;
  }
}
.pt-m-1-half {
  padding-top: -48px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-1-half {
    padding-top: -32px !important;
  }
}
.pt-m-2 {
  padding-top: -64px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2 {
    padding-top: -48px !important;
  }
}
.pt-m-2-half {
  padding-top: -80px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-2-half {
    padding-top: -64px !important;
  }
}
.pt-m-3 {
  padding-top: -96px !important;
}

@media screen and (max-width: 480px) {
  .pt-m-3 {
    padding-top: -64px !important;
  }
}
/*============================================================
  Service Page
============================================================*/
/*ページ内基本設定*/
#service strong {
  font-weight: 600 !important;
}

#service .title-type01 {
  line-height: 1.5 !important;
}
@media screen and (max-width: 480px) {
  #service .title-type01 {
    line-height: 1.3 !important;
  }
}

/*ファーストビュー*/
#service .cta.cta01 {
  padding: 2.5em 0 0 !important;
}
@media screen and (max-width: 768px) {
  #service .cta.cta01 {
    padding: 2em 0 0 !important;
    background-image: url(../img/service/cta_main_guide.png), url(../img/service/back01.jpg);
    background-position: 10px 60%, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, cover;
  }
}
@media screen and (max-width: 480px) {
  #service .cta.cta01 {
    background-position: 0 64%, center;
    background-size: 210px, cover;
  }
}

#service .cta.cta01 .inner {
  background: url(../img/service/cta_main_guide.png) left bottom no-repeat;
  height: 430px;
  background-size: 330px;
}
@media screen and (max-width: 768px) {
  #service .cta.cta01 .inner {
    height: auto;
    background-image: none;
  }
}
@media screen and (max-width: 480px) {
  #service .cta.cta01 .inner {
    background-size: 50% auto;
  }
}

.cta-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  max-width: 820px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .cta-main {
    position: relative;
    right: auto;
    height: auto;
    width: 100%;
  }
}
.cta-main__copy h1 {
  font-size: 3.8rem;
  font-weight: 800;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cta-main__copy h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .cta-main__copy h1 {
    font-size: 3rem;
  }
}
.cta-main__copy h1 span {
  font-size: 4.8rem !important;
  font-weight: 800 !important;
}
@media screen and (max-width: 768px) {
  .cta-main__copy h1 span {
    font-size: 3.8rem !important;
  }
}
@media screen and (max-width: 480px) {
  .cta-main__copy h1 span {
    font-size: 3.8rem !important;
  }
}
.cta-main__point {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .cta-main__point {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .cta-main__point {
    padding: 15px 0 5px 0;
  }
}
.cta-main__point-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 175px;
  width: 230px;
  background: url(../img/service/cta_main_bg_point.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .cta-main__point-item {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 5px 0;
    padding: 10px;
    height: auto;
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .cta-main__point-item {
    width: 55%;
  }
}
.cta-main__point-item p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .cta-main__point-item p {
    font-size: 1.6rem;
  }
}
.cta-main__point-item p strong {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #cc0000;
}
@media screen and (max-width: 480px) {
  .cta-main__point-item p strong {
    font-size: 2rem;
  }
}
.cta-main__point-item p strong .number {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cta-main__point-item p strong .number {
    line-height: 1;
  }
}

/*選ばれる理由*/
#service #reason .summarize {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  #service #reason .summarize {
    width: 100%;
  }
}
#service #reason .summarize__item {
  border: 2px solid #BEAF87;
  background-color: #fff;
  width: 32%;
  margin-bottom: 30px;
  line-height: 1.3;
}
#service #reason .summarize__item-num {
  background-color: #BEAF87;
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 480px) {
  #service #reason .summarize__item-num {
    font-size: 2.4rem;
  }
}
#service #reason .summarize__item-num span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  #service #reason .summarize__item-num span {
    font-size: 12px;
  }
}
#service #reason .summarize__item-title {
  padding: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
}
#service #reason .summarize__item-title strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #service #reason .summarize__item-title strong {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  #service #reason .summarize__item-title {
    font-size: 1.8rem;
  }
}
#service #reason .reason-list__headline {
  font-size: 3.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #service #reason .reason-list__headline {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__headline {
    font-size: 2.2rem;
  }
}
#service #reason .reason-list__headline-lawyer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 78%;
  min-height: 121px;
  margin: 60px auto 15px auto;
  font-size: 3.4rem;
  font-weight: 600;
  background: url(../img/service/service_reason03_illust.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  #service #reason .reason-list__headline-lawyer {
    justify-content: center;
    align-items: normal;
    background-position: center bottom;
    height: 190px;
    margin: 40px auto 15px auto;
  }
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__headline-lawyer {
    font-size: 2.4rem;
    line-height: 1.3;
    width: 100%;
  }
}
#service #reason .reason-list__cost {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service #reason .reason-list__cost {
    width: 100%;
  }
}
#service #reason .reason-list__cost-item {
  width: 48%;
  background-color: #f5f3ef;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 12px 0;
  padding: 30px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__cost-item {
    font-size: 2.2rem;
  }
}
#service #reason .reason-list__cost-item .line {
  font-size: 5.2rem;
  font-weight: 800;
  color: #CF0000;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__cost-item .line {
    font-size: 3.6rem;
  }
}
#service #reason .reason-list__cost-item .num {
  font-size: 8.5rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__cost-item .num {
    font-size: 5.6rem;
  }
}
#service #reason .reason-list__note {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__note {
    width: 100%;
  }
}
#service #reason .reason-list__note p {
  text-align: left;
  font-size: 1.4rem;
  color: #808285;
}
#service #reason .reason-list__lawyer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #service #reason .reason-list__lawyer {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__lawyer {
    width: 100%;
  }
}
#service #reason .reason-list__lawyer-item {
  width: 48%;
  background-color: #f5f3ef;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 12px 0;
  padding: 60px 0 40px 0;
  text-align: center;
  background-image: url(../img/service/service_reason_icon_check.png);
  background-position: center 20px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #service #reason .reason-list__lawyer-item {
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  #service #reason .reason-list__lawyer-item {
    font-size: 2rem;
    line-height: 1.3;
  }
}
#service #reason .reason-list__lawyer-item .line {
  font-size: 5.2rem;
  font-weight: 800;
  color: #CF0000;
  line-height: 1;
}
#service #reason .reason-list__lawyer-item .num {
  font-size: 8.5rem;
  font-weight: 800;
  line-height: 1;
}

/*選ばれる理由 追加分*/
@media screen and (max-width: 480px) {
  #service .sec03 .inner ul li h3 .text {
    font-size: 2.2rem;
  }
}

#service .sec03 .inner ul li ul li {
  margin: 5px 0;
  padding: 0;
  font-weight: 600;
  padding-left: 1.2em;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  #service .sec03 .inner ul li ul li {
    font-size: 1.6rem;
  }
}

#service .sec03 .inner ul li ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

/*高額売却実績*/
#service #result {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #service #result {
    padding: 3em 0;
  }
}
#service #result .inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
#service #result .inner h2 {
  margin: 0 0 1em;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service #result .inner h2 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
#service #result .inner h2 span {
  margin: 0 0.1em;
  color: #CF0000;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service #result .inner h2 span {
    font-size: 3rem;
  }
}
#service #result .inner ul {
  display: flex;
  gap: 1em 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service #result .inner ul li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li .img {
    width: 50%;
  }
}
#service #result .inner ul li .img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl {
    width: 45%;
  }
}
#service #result .inner ul li dl div {
  margin: 1em 0 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div {
    margin: 0 0 0.5em;
  }
}
#service #result .inner ul li dl div dt {
  aspect-ratio: 1;
  padding: 0.8em;
  color: #fff;
  background: #BEAF87;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: grid;
  flex-shrink: 0;
  place-items: center;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dt {
    padding: 0.5em;
    font-size: 1.2rem;
  }
}
#service #result .inner ul li dl div dd {
  width: 100%;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dd {
    padding: 0 0 0 5%;
  }
}
#service #result .inner ul li dl div dd .price {
  margin: 0 0 0.3em;
  line-height: 1;
  display: flex;
  gap: 0.2em;
  align-items: center;
  justify-content: center;
}
#service #result .inner ul li dl div dd .price .num {
  color: #CF0000;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dd .price .num {
    font-size: 2.6rem;
  }
}
#service #result .inner ul li dl div dd .price .manen {
  font-size: 1.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dd .price .manen {
    font-size: 1rem;
  }
}
#service #result .inner ul li dl div dd .mochibun {
  color: #BEAF87;
  border: 1px solid #BEAF87;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dd .mochibun {
    font-size: 1rem;
    line-height: 1.2;
  }
}
#service #result .inner ul li dl div dd .area {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #service #result .inner ul li dl div dd .area {
    font-size: 1.2rem;
  }
}

/* お客様の声 */
#service #testimonial {
  padding: 4em 0;
  background: #F2EEE9;
}
@media screen and (max-width: 768px) {
  #service #testimonial {
    padding: 2.5em 0 3em;
  }
}
#service #testimonial .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#service #testimonial .inner h2 {
  margin: 0 0 1em;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner h2 {
    font-size: 3rem;
  }
}
#service #testimonial .inner .box {
  padding: 3em;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box {
    padding: 2em 5%;
  }
}
#service #testimonial .inner .box ul {
  display: grid;
  gap: 2em;
}
#service #testimonial .inner .box ul li {
  display: flex;
  gap: 2em;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box ul li {
    gap: 1em;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #service #testimonial .inner .box ul li {
    position: relative;
    min-height: 230px;
  }
}
#service #testimonial .inner .box ul li img {
  width: 240px;
  border-radius: 100%;
  flex-shrink: 0;
  overflow: hidden;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box ul li img {
    width: 150px;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  #service #testimonial .inner .box ul li img {
    width: 100px;
  }
}
#service #testimonial .inner .box ul li .text h3 {
  margin: 0 0 0.2em;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box ul li .text h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  #service #testimonial .inner .box ul li .text h3 {
    margin: 10px 0 0 0;
  }
}
#service #testimonial .inner .box ul li .text .area {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box ul li .text .area {
    margin: 0 0 0.5em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  #service #testimonial .inner .box ul li .text .voice {
    position: absolute;
    top: 120px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #service #testimonial .inner .box ul li p {
    font-size: 1.4rem;
  }
}
#service #testimonial .cta-link {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #service #testimonial .cta-link {
    text-align: left;
  }
}
#service #testimonial .cta-link a {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #service #testimonial .cta-link a {
    font-size: 1.8rem;
  }
}

/*比較*/
#service #comparison {
  padding: 4em 0 0;
}
@media screen and (max-width: 768px) {
  #service #comparison {
    padding: 3em 0 0;
  }
}
#service #comparison .inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #service #comparison .inner {
    width: 100%;
  }
}
#service #comparison .inner h2 {
  margin: 0 0 1em;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #service #comparison .inner h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
#service #comparison .inner .text01 {
  margin: 0 0 2em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #service #comparison .inner .text01 {
    font-size: 1.6rem;
  }
}
#service #comparison .inner .table01 {
  padding: 1px 1px 1px 0;
}
#service #comparison .inner .table01 table {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service #comparison .inner .table01 table {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
#service #comparison .inner .table01 table img {
  margin-top: 5px;
}
#service #comparison .inner .table01 table tbody tr:last-child td.c21::after {
  content: "";
  width: calc(100% + 2px);
  height: 4px;
  background: #BEAF87;
  position: absolute;
  left: 0px;
  bottom: -3px;
}
#service #comparison .inner .table01 table th {
  padding: 0.5em;
  border: 3px solid #fff;
  color: #878787;
  background: #EFEFEF;
  font-weight: 600;
  vertical-align: middle;
  line-height: 1.3;
}
#service #comparison .inner .table01 table th.other {
  background: #292929;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  #service #comparison .inner .table01 table th.other {
    font-size: 1.6rem;
  }
}
#service #comparison .inner .table01 table th.c21 {
  background: #BEAF87;
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border: none;
  border-right: 4px solid #BEAF87;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #service #comparison .inner .table01 table th.c21 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  #service #comparison .inner .table01 table th.c21 {
    font-size: 1.5rem;
  }
}
#service #comparison .inner .table01 table th.c21::before {
  content: "";
  width: 4px;
  height: calc(100% + 5px);
  background: #BEAF87;
  position: absolute;
  top: -2px;
  left: -2px;
  vertical-align: top;
}
#service #comparison .inner .table01 table th.c21::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #BEAF87;
  position: absolute;
  top: -2px;
  left: 0;
}
#service #comparison .inner .table01 table td {
  padding: 20px 50px;
  border: 3px solid #fff;
  background: #EFEFEF;
  vertical-align: middle;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
#service #comparison .inner .table01 table td .line {
  font-weight: 600;
  color: #cc0000;
}
@media screen and (max-width: 768px) {
  #service #comparison .inner .table01 table td {
    padding: 20px 10px;
    font-size: 1.5rem;
    text-align: left;
  }
}
#service #comparison .inner .table01 table td.c21 {
  color: #333;
  background-color: #F5F3EF;
  position: relative;
  border-right: 4px solid #BEAF87;
}
@media screen and (max-width: 480px) {
  #service #comparison .inner .table01 table td.c21 {
    width: 42%;
  }
}
@media screen and (max-width: 480px) {
  #service #comparison .inner .table01 table td.other {
    width: 42%;
  }
}
#service #comparison .inner .table01 table td.c21::before {
  content: "";
  width: 4px;
  height: calc(100% + 2px);
  background: #BEAF87;
  position: absolute;
  top: 0;
  left: -2px;
}
@media screen and (max-width: 480px) {
  #service #comparison .inner .table01 .align-right.indent {
    text-align: left !important;
    font-size: 1.5rem;
  }
}

/*メディア実績*/
#service #media .inner {
  padding: 9em 0 0;
  background: rgb(226, 227, 229);
  background: linear-gradient(90deg, rgb(226, 227, 229) 0%, rgb(221, 222, 224) 10%, rgb(233, 233, 235) 20%, rgb(233, 233, 235) 30%, rgb(231, 231, 233) 70%, rgb(223, 223, 223) 90%, rgb(223, 223, 223) 100%);
}
@media screen and (max-width: 480px) {
  #service #media .inner figure {
    padding: 30px 2% 0 2%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  #service #media .inner .illust img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top 180px left 225px bottom 50px right 225px;
       object-position: top 180px left 225px bottom 50px right 225px;
  }
}

#service .sec06 {
  width: 100vw;
  margin: 0 0 10em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #service .sec06 {
    margin: 0 calc(50% - 50vw) 10em;
  }
}

#service .sec06 .inner .btn01 {
  position: absolute;
  left: 50%;
  bottom: -5em;
  transform: translateX(-50%);
}

/*CTAボタン設定（renewal.cssの値を上書き）*/
@media screen and (max-width: 768px) {
  #service .cta .back ul {
    flex-direction: row !important;
    width: 95%;
  }
}
#service .cta .back ul li .btn01 {
  height: 90px;
}
@media screen and (max-width: 480px) {
  #service .cta .back ul li .btn01 {
    height: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  #service .cta .back ul li .btn01 .text04 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  #service .cta .back ul li .btn01 .text04 {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 480px) {
  #service .cta .back ul li .btn01::after {
    width: 10px;
    height: auto;
    border: none;
    top: 82%;
    right: 0.3em;
    aspect-ratio: 1;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    background: #fff;
    transform: none;
  }
}

/*ページ途中のCTAボタン*/
#service .cta-consultation .cta.cta03 .back {
  padding: 1.5em 0;
  background: #333;
}
@media screen and (max-width: 480px) {
  #service .cta-consultation .cta ul li .btn01 {
    padding: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #service .cta-consultation .cta ul li .btn01 .text02 {
    font-size: 2rem;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  #service .cta-consultation .cta ul li .btn01 .text03 {
    font-size: 1.2rem;
  }
}
#service .cta-consultation .cta ul li .btn01 .text04 {
  margin: 0.1em;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  #service .cta .back {
    padding: 1.5em 0;
    background: #333;
  }
}

@media print, screen and (max-width: 768px) {
  #service .cta {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #service .cta ul {
    width: 90%;
    margin: 0 auto;
  }
}
/*共有持分サービス紹介ページ内に設置した査定フォーム*/
#service #assessment {
  padding: 0.1em 0 3em;
  background: #f5f4ef;
}
@media screen and (max-width: 768px) {
  #service #assessment {
    margin: 0 calc(50% - 50vw);
    padding-bottom: 2em;
  }
}
#service #assessment .inner {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#service #assessment .inner h2 {
  margin: 1.5em 0;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner h2 {
    font-size: 3rem;
  }
}
#service #assessment .inner .attention {
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner .attention {
    padding: 0;
  }
}
#service #assessment .inner .box {
  padding: 3em;
  background: #F9F9F9;
}
@media screen and (max-width: 480px) {
  #service #assessment .inner .box {
    padding: 1em;
  }
}
#service #assessment .inner .box form {
  padding: 1.5em 5% 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner .box form {
    padding: 1.5em 0 0;
  }
}
#service #assessment .inner .box form .table-assessment {
  border: #ddd 1px solid;
}
#service #assessment .inner .box form dl {
  margin: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner .box form dl {
    flex-direction: column;
  }
}
#service #assessment .inner .box form dl dt {
  width: 220px;
  font-weight: bold;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner .box form dl dt {
    width: 100%;
  }
}
#service #assessment .inner .box form dl dt p {
  display: flex;
  gap: 1em;
  align-items: baseline;
}
#service #assessment .inner .box form .submit {
  position: relative;
  width: 100%;
  height: 100%;
}
#service #assessment .inner .box form .submit input {
  width: 100%;
}
#service #assessment .inner .box form .submit .wpcf7-submit {
  width: 100%;
  height: 50px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  opacity: 1;
}
#service #assessment .inner .box form .submit .wpcf7-spinner {
  position: absolute;
  right: -30px;
  margin: 0;
}
#service #assessment .inner .box form dl dt {
  padding: 15px;
  margin-bottom: 1px;
  background-color: #E6E7E8;
  height: -webkit-fill-available;
}
@media screen and (max-width: 480px) {
  #service #assessment .inner .box form dl dt {
    height: auto;
  }
}
#service #assessment .inner .box form dl dt .required {
  width: 36px;
  height: 18px;
  color: #fff;
  border-radius: 5px;
  background: #cf0000;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service #assessment .inner .box form dl dt .any {
  width: 40px;
  height: 20px;
  color: #fff;
  background: #beaf87;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service #assessment .inner .box form dl.kinds, #service #assessment .inner .box form dl.inquiry {
  flex-wrap: wrap;
}
#service #assessment .inner .box form dl dd {
  width: calc(100% - 220px);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #service #assessment .inner .box form dl dd {
    width: 100%;
  }
}
#service #assessment .inner .box form dl dd input {
  width: 100%;
  height: 25px;
  padding: 0 0.5em;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0.2em;
  box-sizing: border-box;
}
#service #assessment .inner .box form dl dd input[type=radio], #service #assessment .inner .box form dl dd input[type=checkbox] {
  width: 15px;
  height: 15px;
}
#service #assessment .inner .box form dl dd .wpcf7-list-item-label, #service #assessment .inner .box form dl dd .wpcf7-list-item-label {
  vertical-align: baseline;
}
#service #assessment .inner .box form dl dd .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
#service #assessment .inner .box form dl dd .wpcf7-list-item {
  width: 100%;
}
#service #assessment .inner .box form .privacy {
  margin: 0 0 1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#service #assessment .inner .box form .privacy label {
  display: flex;
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  text-align: left;
  line-height: 1.3;
}
#service #assessment .inner .box form .privacy label input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

/* 
=================================
　CTAボタン記事ページの追加修正 
=================================
*/
/* 
目次 
・フォントを大きく
・背景シンプルに
*/
#toc_container li a {
  padding: 3px 0;
  border-bottom: none;
  position: relative;
}
@media screen and (max-width: 480px) {
  #toc_container li a {
    font-size: 1.6rem !important;
  }
}

#toc_container li {
  position: relative;
  text-indent: -16px;
  margin-left: 16px;
}

#toc_container li ul li {
  margin-left: 15px;
  text-indent: -28px;
  font-size: 1.5rem;
}

#toc_container .toc_list > li > ul > li > a {
  font-size: 15px !important;
}

#toc_container .toc_toggle a {
  color: #222 !important;
}

#toc_container .toc_title {
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding: 0.5em;
  background-color: transparent !important;
  border-bottom: 1px dashed #c8c8c8;
  color: #222 !important;
}

#toc_container ul li a::before {
  content: none !important;
}

@media screen and (max-width: 480px) {
  #toc_container li a {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 480px) {
  #toc_container li ul li a {
    width: calc(100% - 20px);
  }
}

#toc_container a {
  text-decoration: none;
  color: #067dc0 !important;
}

#toc_container .toc_title + .toc_list {
  margin-top: 1em !important;
}

#toc_container .toc_list > li:has(ul)::after {
  top: 0.2em !important;
}

#toc_container li .toc_number.toc_depth_1 {
  font-weight: 600;
}

/*
引用部分
・ダブル・クオーテーションの位置がずれる（AQUOSのみ）
　下記の対応したが修正されず。
*/
@media screen and (max-width: 480px) {
  .wp-block-quote:before {
    left: 5%;
  }
}

@media screen and (max-width: 480px) {
  .wp-block-quote {
    overflow: visible;
  }
}

/*
ハンバーガーメニュー
・線とmenuがくっついているので、間隔を設ける
・メニューボックスの大きさを小さくする
*/
@media screen and (max-width: 480px) {
  .p-gmenu .p-gmenu__btn--open {
    height: 45px !important;
  }
}

@media only screen and (max-width: 1080px) {
  .p-gmenu .p-gmenu__btn--open .p-gmenu__btn__txt {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 480px) {
  #header .inner {
    width: 92% !important;
    height: 45px !important;
  }
}

@media screen and (max-width: 480px) {
  #header .inner .logo .motibun img {
    display: none !important;
  }
}

/*
ヘッダー
・ロゴを非表示
・背景も透明に
※記事の面積を増やして見やすくするため
*/
@media screen and (max-width: 480px) {
  #header.is_hidden {
    opacity: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #header {
    opacity: 0 !important;
  }
}

/*
記事内
・フォントサイズ、行間調整
*/
@media screen and (max-width: 768px) {
  .p-title__heading {
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 768px) {
  h2.wp-block-heading:not([class*=is-style]) {
    font-size: 18px !important;
    margin-top: 3em !important;
  }
}

@media screen and (max-width: 480px) {
  h4.wp-block-heading:not([class*=is-style]) {
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 480px) {
  .editor-contents table, .wp-block-post-content table {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  ul.wp-block-list li {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}

ol.wp-block-list.has-background {
  padding-top: 18px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  padding-bottom: 18px !important;
}

ul.wp-block-list li:not(:last-child), ol.wp-block-list li:not(:last-child) {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 480px) {
  .c-hd--02p03__main {
    font-size: 17px !important;
    padding: 0 0 0.5em;
  }
}/*# sourceMappingURL=add.css.map */