@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;
}
#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;
}

#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.6rem;
  }
}
#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;
}
#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;
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
            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;
  }
}
#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;
  }
}
/*ページ下部CTAボタン　フォームを追加したら削除*/
@media screen and (max-width: 480px) {
  #service .cta.cta03 ul li .btn01 {
    padding: 0.5em;
  }
}

@media screen and (max-width: 480px) {
  #service .cta.cta03 .back ul li .btn01 .text04 {
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 480px) {
  #service .cta.cta03 ul li .btn01 .text03 {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  #service .cta.cta03 ul li .btn01 .text02 {
    font-size: 2.2rem;
  }
}/*# sourceMappingURL=add.css.map */