@charset "UTF-8";
/* =====================
  p-restate
  不動産買取ページ専用スタイル
===================== */

/* .wrapper の overflow: hidden は position: sticky を無効化するため、
   このページのみ同じクリップ効果を持つ clip に上書きする */
.wrapper.p-restate {
  overflow: clip;
}

/* ---- パンくず ---- */
.p-restate__bread {
  padding: 0 0 min(1.5rem, 0.9375vw);
  font-size: min(1.4rem, 0.875vw);
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768.9px) {
  .p-restate__bread {
    padding: 1.4rem 0 1rem;
    font-size: 1.1rem;
  }
}
.p-restate__bread a {
  color: #1D4A9E;
}
.p-restate__bread__sep {
  margin: 0 1em;
}

/* ---- MV ---- */
.p-restate__mv {
  margin-top: min(14rem, 8.75vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv {
    margin-top: 7.4rem;
  }
}
.p-restate__mv__visual {
  position: relative;
  grid-column: 3/21;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__visual {
    grid-column: 1/21;
  }
}
.p-restate__mv__visual > img {
  width: 100%;
  height: min(53rem, 33.125vw);
  object-fit: cover;
  object-position: center 70%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__visual > img {
    width: calc(100% - 1.9rem);
    height: 38.9rem;
    margin-left: 1.9rem;
  }
}
.p-restate__mv__head {
  position: absolute;
  top: max(-13.4rem, -8.375vw);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__head {
    top: -6.6rem;
  }
}
.p-restate__mv__label {
  display: flex;
  gap: min(0.7rem, 0.4375vw);
  align-items: center;
  font-size: min(3.3rem, 2.0625vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.001em;
  color: #2F2F2F;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__label {
    margin-bottom: 0.6rem;
    padding-left: 1.9rem;
    font-size: 1.4rem;
  }
}
.p-restate__mv__label img {
  width: min(1.5rem, 0.9375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__label img {
    width: 1rem;
  }
}
.p-restate__mv__title {
  display: table;
  padding: 0 min(3.6rem, 2.25vw) 0 0;
  font-size: min(7.2rem, 4.5vw);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.047em;
  background: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__title {
    padding: 0.4rem 1.4rem 0.4rem 1.9rem;
    font-size: 3.6rem;
  }
}
.p-restate__mv__en {
  display: table;
  padding: min(1.5rem, 1vw) min(2.5rem, 1.5625vw) min(2.5rem, 1.75vw) 0;
  font-size: min(3.3rem, 2.0625vw);
  font-weight: 700;
  letter-spacing: 0.001em;
  color: #2F2F2F;
  background: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__en {
    padding: 0.5rem 1rem 1rem 1.9rem;
    font-size: 1.5rem;
  }
}
.p-restate__mv__body {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr min(60.6rem, 33vw);
  grid-column: 3/19;
  gap: 4rem;
  margin-top: min(14rem, 8.75vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__body {
    display: flex;
    flex-direction: column;
    grid-column: 2/20;
    margin-top: 7.2rem;
  }
}
.p-restate__mv__text-area {
  padding-left: min(9.6rem, 6vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__text-area {
    margin-top: 3.2rem;
    padding: 0 1.9rem;
  }
}
.p-restate__mv__catch {
  font-size: min(6rem, 3.8vw);
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.047em;
  color: #272828;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__catch {
    font-size: 3.2rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.p-restate__mv__catch strong {
  font-weight: 700;
  color: #1D4A9E;
}
.p-restate__mv__lead {
  margin-top: min(4rem, 2.5vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.25rem, 1.4vw);
  font-weight: 600;
  line-height: 2.53;
  letter-spacing: 0.022em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__lead {
    margin-top: 1.6rem;
    font-size: 1.7rem;
    line-height: 2.35;
  }
}
.p-restate__mv__highlight {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(0.8rem, 0.5vw);
  max-width: min(54.4rem, 34vw);
  margin-top: min(5.8rem, 3.625vw);
  width: 85%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__highlight {
    width: 100%;
    max-width: none;
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.p-restate__mv__highlight__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(13.4rem, 8.375vw);
  padding: min(0.8rem, 0.5vw) 1rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(3.1rem, 1.9375vw);
  font-weight: 600;
  line-height: 1.2;
  color: #3E71B7;
  text-align: center;
  background: #EAF3F8;
  border-radius: min(1.6rem, 1vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__highlight__item {
    min-height: 8.4rem;
    font-size: 1.8rem;
    border-radius: 0.8rem;
  }
}
.p-restate__mv__photo {
  align-self: end;
}
.p-restate__mv__photo img {
  width: 100%;
  border-radius: min(1.3rem, 0.8125vw);
  box-shadow: min(3.8rem, 2.375vw) min(5rem, 3.125vw) min(4.7rem, 2.9375vw) 0 rgba(0, 0, 0, 0.16);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__photo {
    order: -1;
    align-self: center;
    width: 26.8rem;
  }
  .p-restate__mv__photo img {
    height: 27.9rem;
    border-radius: 0.65rem;
    box-shadow: 1.9rem 2.5rem 2.4rem 0 rgba(0, 0, 0, 0.16);
  }
}
.p-restate__mv__watermark {
  position: absolute;
  top: max(-41rem, -25.625vw);
  right: max(-97.7rem, -61.0625vw);
  z-index: -1;
  width: min(193.3rem, 120.8125vw);
  max-width: none;
  opacity: 0.12;
  pointer-events: none;
}
@media screen and (max-width: 768.9px) {
  .p-restate__mv__watermark {
    top: -20.7rem;
    right: auto;
    left: -2rem;
    width: 96.7rem;
  }
}

/* ---- QUESTION ---- */
.p-restate__question {
  margin-top: min(16rem, 10vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__question {
    margin-top: 8rem;
  }
}
.p-restate__question__bg {
  position: relative;
  margin-top: max(-7rem, -4.375vw);
  padding: min(15.9rem, 4.9375vw) min(9.6rem, 6vw) min(9.4rem, 5.875vw);
  background: #F7F7F7;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__bg {
    display: flex;
    flex-direction: column;
    margin-top: -3rem;
    padding: 6.4rem 1.6rem 3.2rem;
  }
}
.p-restate__question__head {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-restate__question__mark {
  position: absolute;
  top: max(-11rem, -4.875vw);
  left: 46%;
  z-index: 0;
  width: min(11rem, 6.875vw);
  transform: translateX(-90%);
  pointer-events: none;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__mark {
    display: none;
  }
}
.p-restate__question__en {
  position: relative;
  font-size: min(2.4rem, 1.5vw);
  font-weight: 700;
  color: #2F2F2F;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__en {
    font-size: 1.3rem;
  }
}
.p-restate__question__title {
  position: relative;
  font-size: min(5.6rem, 3.5vw);
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.047em;
  color: #272828;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__title {
    font-size: 2.9rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}
.p-restate__question__deco {
  width: min(55.8rem, 34.875vw);
  margin: min(1.5rem, 0.9375vw) auto 0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__deco {
    width: 24rem;
  }
}
.p-restate__question__note {
  position: relative;
  z-index: 1;
  margin-top: min(7rem, 4.375vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.25rem, 1.3vw);
  font-weight: 600;
  line-height: 2.6;
  letter-spacing: 0.015em;
  color: #2F2F2F;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__note {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 2.15;
    text-align: left;
  }
}
.p-restate__question__note span {
  display: inline;
  padding: min(1.6rem, 0.8333vw) min(1.4rem, 0.875vw);
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-restate__question__illust {
  position: absolute;
  top: 0;
  right: 0;
  width: min(17rem, 10.625vw);
  transform: translateY(-100%) translateX(-15%);
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__illust {
    width: 40%;
    top: 0;
    right: 50%;
    transform: translateY(-100%) translateX(50%);
  }
}
.p-restate__question__card {
  position: relative;
  margin-top: min(2.4rem, 1.5vw);
  padding: min(6.4rem, 4vw) min(9.6rem, 6vw) min(8rem, 5vw);
  background: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 768.9px) {
  .p-restate__question__card {
    margin-top: 20rem;
    padding: 2.6rem 1.9rem 3.2rem;
  }
}

/* ---- ポイント 01-03 ---- */
.p-restate__point {
  display: grid;
  grid-template-columns: min(52.2rem, 26vw) 1fr;
  gap: min(3.8rem, 2.375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__point {
    display: block;
  }
}
.p-restate__point + .p-restate__point {
  margin-top: min(8.6rem, 5.375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__point + .p-restate__point {
    margin-top: 3.6rem;
  }
}
.p-restate__point__img img {
  width: 100%;
  height: min(32.5rem, 20.3125vw);
  object-fit: cover;
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__img img {
    height: 18rem;
  }
}
.p-restate__point__num {
  font-size: min(10.8rem, 6.75vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.001em;
  color: #F0F0F0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__num {
    margin-top: 1.2rem;
    font-size: 5.4rem;
  }
}
.p-restate__point__title {
  margin-top: min(1rem, 0.625vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(3.6rem, 2.25vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (min-width: 769px) {
  .p-restate__point__title {
    margin-top: -1.5rem;
    font-size: min(2.304rem, 1.44vw);
  }
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__title {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
  }
}
.p-restate__point__text {
  margin-top: min(2rem, 1.25vw);
  font-size: min(1.8rem, 1.125vw);
  font-weight: 500;
  line-height: 2.14;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__text {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 769px) {
  .p-restate__point__text {
    font-size: min(1.53rem, 0.95625vw);
  }
}
.p-restate__point--em {
  position: relative;
  padding: min(2rem, 1.25vw) min(5.6rem, 3.5vw) min(5.6rem, 3.5vw) min(4rem, 2.5vw);
  background: #EAF3F8;
  border-radius: min(1.3rem, 0.8125vw);
}
@media screen and (min-width: 769px) {
  .p-restate__point--em {
    grid-template-columns: calc(min(52.2rem, 26vw) - min(4rem, 2.5vw)) 1fr;
  }
}
@media screen and (max-width: 768.9px) {
  .p-restate__point--em {
    padding: 2rem 1.6rem 2.4rem;
  }
}
.p-restate__point--em .p-restate__point__num {
  color: #fff;
}
.p-restate__point__badge {
  position: absolute;
  top: max(-4.9rem, -3.0625vw);
  left: max(-4.9rem, -3.0625vw);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(17.7rem, 11.0625vw);
  height: min(17.7rem, 11.0625vw);
  font-size: min(2.9rem, 1.8125vw);
  font-weight: 700;
  line-height: 1.28;
  color: #1D4A9E;
  text-align: center;
  background: #fff;
  border: min(0.6rem, 0.375vw) solid #1D4A9E;
  border-radius: 50%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__badge {
    top: -2.4rem;
    left: -0.6rem;
    width: 8.8rem;
    height: 8.8rem;
    font-size: 1.4rem;
    border-width: 0.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-restate__point__badge {
    width: min(14.16rem, 8.85vw);
    height: min(14.16rem, 8.85vw);
    font-size: min(2.32rem, 1.45vw);
  }
}
.p-restate__point__diagram {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: min(1.4rem, 0.875vw);
}
.p-restate__point__diagram img {
  width: 100%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__point__diagram {
    margin-top: 1.6rem;
  }
  .p-restate__point__diagram img {
    width: 100%;
    margin: 0 auto;
  }
}

/* ---- OUR SERVICE ---- */
.p-restate__service {
  margin-top: min(16rem, 10vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__service {
    margin-top: 6.4rem;
  }
}
.p-restate__service__head {
  padding-bottom: min(1.6rem, 1vw);
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__service__head {
    padding-bottom: 1.6rem;
  }
}

/* ---- ブロック共通 (サイドナビ + コンテンツ) ---- */
.p-restate__service__body {
  display: grid;
  grid-template-columns: min(28.8rem, 18vw) 1fr;
  margin-top: min(5.6rem, 3.5vw);
}
.p-restate__service__contents {
  min-width: 0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__service__body {
    display: block;
    margin-top: 4.8rem;
  }
}
.p-restate__block {
  scroll-margin-top: min(12rem, 7.5vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__block {
    scroll-margin-top: 7rem;
  }
}
.p-restate__block + .p-restate__block,
.p-restate__service__contents > [class*="wp-block-lazyblock-sanjin-restate-"] + [class*="wp-block-lazyblock-sanjin-restate-"] {
  margin-top: min(15rem, 9.375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__block + .p-restate__block,
  .p-restate__service__contents > [class*="wp-block-lazyblock-sanjin-restate-"] + [class*="wp-block-lazyblock-sanjin-restate-"] {
    margin-top: 6.4rem;
  }
}
.p-restate__block__nav {
  padding-right: min(4rem, 2.5vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__nav {
    display: none;
  }
}
.p-restate__block__nav__inner {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: min(0.9rem, 0.5625vw);
  align-items: flex-start;
}
.p-restate__block__nav a {
  padding: min(0.5rem, 0.3125vw) min(1.9rem, 1.1875vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2rem, 1.25vw);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.015em;
  color: #262626;
  border-radius: min(0.6rem, 0.375vw);
}
.p-restate__block__nav a.is-active {
  background: #F4F4F4;
}
.p-restate__block__banner {
  position: relative;
}
.p-restate__block__banner > img {
  width: 100%;
  height: min(44.3rem, 27.6875vw);
  object-fit: cover;
  border-radius: min(1.3rem, 0.8125vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__banner {
    margin: 0 1.9rem;
  }
  .p-restate__block__banner > img {
    height: 21.5rem;
    border-radius: 0.65rem;
  }
}
.p-restate__block__head-area {
  position: relative;
  margin-top: max(-9.2rem, -5.75vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__head-area {
    margin-top: -5.2rem;
    margin-left: 1.7rem;
  }
}
.p-restate__block__heading {
  display: table;
  max-width: 100%;
  padding: min(0.6rem, 0.375vw) min(2.5rem, 1.5625vw) min(0.6rem, 0.375vw) min(2.9rem, 1.8125vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(3.84rem, 2.4vw);
  font-weight: 600;
  line-height: 1.6;
  background: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__heading {
    padding: 0.4rem 1.4rem 0.4rem 1.2rem;
    font-size: 1.92rem;
    line-height: 1.5;
  }
}
.p-restate__block__kicker {
  font-size: min(1.92rem, 1.2vw);
  font-weight: 500;
  line-height: 2;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__kicker {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-restate__block__kicker span {
  display: inline-block;
  padding: 0 min(2.8rem, 1.75vw);
  background: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__block__kicker span {
    padding: 0 1.2rem;
  }
}
.p-restate__block__kicker span span {
  padding-left: 0;
  padding-right: 0;
}

/* ---- 高価買取のしくみ ---- */
.p-restate__shikumi {
  margin-top: min(7.4rem, 4.625vw);
  padding: min(7.2rem, 4.5vw) min(5.2rem, 3.25vw) min(9.4rem, 5.875vw);
  background: #F7F7F7;
  border-radius: 3px 3px 0 0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__shikumi {
    margin-top: 3.2rem;
    padding: 2.4rem 1.6rem 3.2rem;
  }
}
.p-restate__shikumi__title {
  font-size: min(3.4rem, 2.125vw);
  font-weight: 700;
  letter-spacing: 0.047em;
  color: #272828;
}
@media screen and (max-width: 768.9px) {
  .p-restate__shikumi__title {
    font-size: 1.9rem;
  }
}
.p-restate__shikumi__title strong {
  font-weight: 700;
  color: #1D4A9E;
}
.p-restate__shikumi__sub {
  margin-top: min(1.2rem, 0.75vw);
  font-size: min(1.8rem, 1.125vw);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__shikumi__sub {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
/* 他社との比較表 */
.p-restate__compare {
  width: min(105.6rem, 66vw);
  max-width: 100%;
  margin: min(3rem, 1.875vw) auto 0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__compare {
    width: 100%;
    margin-top: 1rem;
    overflow-x: auto;
  }
}
.p-restate__compare__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768.9px) {
  .p-restate__compare__img {
    width: 52rem;
    max-width: none;
  }
}

/* ---- こんな不動産リスト ---- */
.p-restate__estate-list {
  margin-top: min(5.4rem, 3.375vw);
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 768.9px) {
  .p-restate__estate-list {
    margin-top: 2.8rem;
    padding: 0 1.9rem;
    border-top: none;
  }
}
.p-restate__estate-list__item {
  display: grid;
  grid-template-columns: min(35.3rem, 22.0625vw) 1fr;
  gap: min(3.7rem, 2.3125vw);
  padding: min(2.9rem, 1.8125vw) 0;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 768.9px) {
  .p-restate__estate-list__item {
    grid-template-columns: 11.4rem 1fr;
    gap: 1.5rem;
    padding: 2.3rem 0;
    border-bottom: none;
  }
}
.p-restate__estate-list__img {
  overflow: hidden;
  border-radius: 3px;
  min-height: min(23.9rem, 14.9375vw);
}
.p-restate__estate-list__img img {
  width: 100%;
  height: min(23.9rem, 14.9375vw);
  object-fit: cover;
}
@media screen and (max-width: 768.9px) {
  .p-restate__estate-list__img {
    min-height: 13.4rem;
  }
  .p-restate__estate-list__img img {
    height: 13.4rem;
  }
}
.p-restate__estate-list__title {
  font-size: min(2.72rem, 1.7vw);
  font-weight: 700;
  letter-spacing: 0.047em;
  color: #272828;
}
@media screen and (max-width: 768.9px) {
  .p-restate__estate-list__title {
    font-size: 1.28rem;
  }
}
.p-restate__estate-list__text {
  margin-top: min(1.8rem, 1.125vw);
  font-size: min(1.8rem, 1.125vw);
  line-height: 2;
  color: #2F2F2F;
}
@media screen and (max-width: 768.9px) {
  .p-restate__estate-list__text {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

/* ---- 買取と仲介の違い ---- */
.p-restate__hikaku {
  margin-top: min(5.7rem, 3.5625vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__hikaku {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 768.9px) {
  .p-restate__hikaku__table {
    overflow-x: auto;
  }
}
.p-restate__hikaku__img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768.9px) {
  .p-restate__hikaku__img {
    width: 52rem;
    max-width: none;
  }
}
.p-restate__hikaku__note {
  margin-top: min(4rem, 2.5vw);
  font-size: min(2.4rem, 1.5vw);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768.9px) {
  .p-restate__hikaku__note {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-restate__hikaku__note {
    font-size: min(1.4rem, 0.875vw);
  }
}

/* ---- ご依頼の流れ ---- */
.p-restate__flow {
  margin-top: min(8.4rem, 5.25vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow {
    margin-top: 3.2rem;
  }
}
.p-restate__flow__item {
  position: relative;
  display: grid;
  grid-template-columns: min(48rem, 26vw) 1fr;
  align-items: center;
  min-height: min(12.5rem, 7.8125vw);
  padding: min(1.5rem, 0.9375vw) 0;
  background: #F7F7F7;
  border-radius: 3px;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1.2rem 1.9rem 1.9rem;
  }
}
.p-restate__flow__item + .p-restate__flow__item {
  margin-top: min(2.1rem, 1.3125vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__item + .p-restate__flow__item {
    margin-top: 2.6rem;
  }
}
.p-restate__flow__item + .p-restate__flow__item::before {
  position: absolute;
  top: max(-2.5rem, -1.5625vw);
  left: 50%;
  content: "";
  border-color: #2F2F2F transparent transparent;
  border-style: solid;
  border-width: min(2.8rem, 1.75vw) min(1.5rem, 0.9375vw) 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__item + .p-restate__flow__item::before {
    top: -1.8rem;
    border-color: #262626 transparent transparent;
    border-width: 0.9rem 0.7rem 0;
  }
}
.p-restate__flow__head {
  display: flex;
  gap: min(2.1rem, 1.3125vw);
  align-items: center;
  padding-left: min(2.4rem, 1.5vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__head {
    gap: 1rem;
    padding: 0 0 1rem;
  }
}
.p-restate__flow__num {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: min(4.4rem, 2.75vw);
  height: min(4.4rem, 2.75vw);
  font-size: min(2.4rem, 1.5vw);
  font-weight: 700;
  color: #fff;
  background: #2F2F2F;
  border-radius: 50%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__num {
    width: 2.9rem;
    height: 2.9rem;
    font-size: 1.25rem;
  }
}
.p-restate__flow__title-area {
  display: flex;
  flex-direction: column;
  gap: min(0.8rem, 0.5vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__title-area {
    gap: 0.5rem;
  }
}
.p-restate__flow__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.4rem, 1.5vw);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__title {
    font-size: 1.5rem;
  }
}
.p-restate__flow__badge {
  align-self: flex-start;
  flex-shrink: 0;
  padding: 0.1em 1.2em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(1.6rem, 1vw);
  font-weight: 600;
  color: #1D4A9E;
  background: #fff;
  border: 2px solid #1D4A9E;
  border-radius: 4px;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__badge {
    padding: 0.1em 0.8em;
    font-size: 1.1rem;
  }
}
.p-restate__flow__body {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: min(0.5rem, 0.3125vw) min(3rem, 1.875vw) min(0.5rem, 0.3125vw) min(4.6rem, 2.875vw);
  border-left: 1px solid #2F2F2F;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__body {
    padding: 1rem 0 0;
    border-top: 1px solid #D9D9D9;
    border-left: none;
  }
}
.p-restate__flow__text {
  font-size: min(2rem, 1.25vw);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__flow__text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-restate__flow__text strong {
  font-weight: 700;
  color: #1D4A9E;
}

/* ---- CONTACT CTA ---- */
.p-restate__cta {
  margin-top: min(15.9rem, 9.9375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta {
    margin-top: 6.4rem;
  }
}
.p-restate__cta__box {
  position: relative;
  padding: min(5.6rem, 3.5vw) min(9.6rem, 6vw) min(6rem, 3.75vw);
  background: #3E71B7;
  border-radius: min(2.2rem, 1.375vw);
}
@media screen and (max-width: 768.9px) {
  /* SPはCTAボックスを画面端1.9remの広幅に（clearanceと同仕様） */
  .p-restate__cta .l-section__inner--medium {
    grid-column: 2/20;
  }
  .p-restate__cta__box {
    padding: 2.4rem 1.9rem 2.8rem;
    border-radius: 1.1rem;
  }
}
.p-restate__cta__en {
  font-size: min(2.4rem, 1.5vw);
  font-weight: 700;
  letter-spacing: 0.001em;
  color: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__en {
    font-size: 1.3rem;
  }
}
.p-restate__cta__title {
  margin-top: min(2rem, 1.25vw);
  font-size: min(3.4rem, 2.125vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.047em;
  color: #fff;
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__title {
    margin-top: 1.4rem;
    font-size: 1.9rem;
    line-height: 1.55;
    text-align: left;
    letter-spacing: 0;
  }
}
.p-restate__cta__title__sub {
  font-size: min(2.8rem, 1.75vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__title__sub {
    font-size: 1.45rem;
  }
}
.p-restate__cta__person {
  position: absolute;
  top: 0;
  right: 0;
  width: min(22.3rem, 13.9375vw);
  transform: translateY(-100%);
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__person {
    width: 11rem;
    transform: translateY(-170%);
  }
}
.p-restate__cta__cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.3rem, 0.8125vw);
  margin-top: min(3.2rem, 2vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2.2rem;
  }
}
.p-restate__contact-card {
  padding: min(1.1rem, 0.6875vw) min(3rem, 1.875vw) min(2.2rem, 1.375vw);
  text-align: center;
  background: #fff;
  border-radius: min(1.5rem, 0.9375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card {
    padding: 1.3rem 1.3rem 1.8rem;
    border-radius: 0.75rem;
  }
}
.p-restate__contact-card__title {
  padding-bottom: min(0.9rem, 0.5625vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.6rem, 1.625vw);
  font-weight: 600;
  border-bottom: 1px solid #F0F0F0;
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__title {
    font-size: 2rem;
  }
}
.p-restate__contact-card__note {
  margin-top: min(0.8rem, 0.5vw);
  font-size: min(1.5rem, 0.9375vw);
  font-weight: 500;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__note {
    font-size: 1.2rem;
  }
}
.p-restate__contact-card__tel {
  display: flex;
  gap: min(1.2rem, 0.75vw);
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-top: min(0.6rem, 0.375vw);
}
.p-restate__contact-card__tel img {
  width: min(3.7rem, 2.3125vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__tel img {
    width: 1.8rem;
  }
}
.p-restate__contact-card__tel a {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(4.1rem, 2.5625vw);
  font-weight: 600;
  color: #3E71B7;
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__tel a {
    font-size: 3rem;
  }
}
.p-restate__contact-card__hours {
  display: inline-flex;
  gap: min(1.5rem, 0.9375vw);
  align-items: center;
  white-space: nowrap;
  margin-top: min(0.4rem, 0.25vw);
  padding: min(0.55rem, 0.34375vw) min(1.6rem, 1vw) min(0.55rem, 0.34375vw) min(0.9rem, 0.5625vw);
  font-size: min(1.6rem, 1vw);
  font-weight: 500;
  background: #F0F0F0;
  border-radius: min(0.6rem, 0.375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__hours {
    padding: 0.4rem 1.2rem 0.4rem 0.7rem;
    font-size: 1.2rem;
  }
}
.p-restate__contact-card__hours span {
  padding: 0.05em 0.5em;
  background: #fff;
  border-radius: min(1.3rem, 0.8125vw);
}
.p-restate__contact-card__btn {
  margin-top: min(1.6rem, 1vw);
}
.p-restate__contact-card__btn .c-btn__03 {
  width: min(26rem, 16.25vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__contact-card__btn .c-btn__03 {
    width: 100%;
    height: 4.25rem;
    font-size: 1.2rem;
  }
}
.p-restate__cta__form-btn {
  margin-top: min(2.4rem, 1.5vw);
  text-align: center;
}
.p-restate__cta__form-btn .c-btn__03 {
  width: min(40rem, 25vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__cta__form-btn .c-btn__03 {
    width: 100%;
    height: 4.2rem;
    font-size: 1.2rem;
  }
}


/* ---- お問い合わせフォーム ---- */
.p-restate__form {
  margin-top: min(3.4rem, 2.125vw);
  padding: min(4.6rem, 2.875vw) min(6.6rem, 4.125vw) min(5.5rem, 3.4375vw);
  background: #fff;
  border-radius: min(1rem, 0.625vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__form {
    margin-top: 1.6rem;
    padding: 2.4rem 1.6rem 2.8rem;
    border-radius: 0.8rem;
  }
}
/* ---- FAQ ---- */
.p-restate__faq {
  margin-top: min(14rem, 8.75vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq {
    margin-top: 6.4rem;
  }
}
.p-restate__faq__cate {
  margin-top: min(7.3rem, 4.5625vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__cate {
    margin-top: 4rem;
  }
}
.p-restate__faq__cate__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.8rem, 1.75vw);
  font-weight: 600;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__cate__title {
    font-size: 1.7rem;
  }
}
.p-restate__faq__item {
  margin-top: min(1.6rem, 1vw);
  border-radius: 3px;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item {
    margin-top: 1.2rem;
  }
}
.p-restate__faq__item[open] {
  background: #F7F7F7;
}
.p-restate__faq__item summary {
  position: relative;
  display: flex;
  gap: min(1.8rem, 1.125vw);
  align-items: center;
  min-height: min(9.3rem, 5.8125vw);
  padding: min(1rem, 0.625vw) min(9rem, 5.625vw) min(1rem, 0.625vw) min(2.2rem, 1.375vw);
  cursor: pointer;
  list-style: none;
  background: #EAF3F8;
  border-radius: 3px;
}
.p-restate__faq__item summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item summary {
    gap: 1rem;
    min-height: 0;
    padding: 1.4rem 4rem 1.4rem 1.4rem;
  }
}
.p-restate__faq__item summary::after {
  position: absolute;
  top: 0;
  right: min(3.2rem, 2vw);
  bottom: 0;
  width: min(2.8rem, 1.75vw);
  height: min(2.8rem, 1.75vw);
  margin: auto;
  content: "";
  background: linear-gradient(#1D4A9E, #1D4A9E), linear-gradient(#1D4A9E, #1D4A9E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 0.2rem, 0.2rem 100%;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item summary::after {
    right: 1.4rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-restate__faq__item[open] summary::after {
  background-size: 100% 0.2rem, 0.2rem 0;
}
.p-restate__faq__item__q {
  flex-shrink: 0;
  font-size: min(3.4rem, 2.125vw);
  font-weight: 700;
  color: #1D4A9E;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item__q {
    font-size: 1.8rem;
  }
}
.p-restate__faq__item summary span:last-child {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2rem, 1.25vw);
  font-weight: 600;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item summary span:last-child {
    font-size: 1.3rem;
  }
}
.p-restate__faq__item__a {
  display: flex;
  gap: min(1.8rem, 1.125vw);
  align-items: flex-start;
  padding: min(2rem, 1.25vw) min(4rem, 2.5vw) min(3rem, 1.875vw) min(2.2rem, 1.375vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item__a {
    gap: 1rem;
    padding: 1.4rem 1.4rem 1.8rem;
  }
}
.p-restate__faq__item__a-mark {
  flex-shrink: 0;
  font-size: min(3.4rem, 2.125vw);
  font-weight: 700;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item__a-mark {
    font-size: 1.8rem;
  }
}
.p-restate__faq__item__a p {
  padding-top: 0.4em;
  font-size: min(2rem, 1.25vw);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.015em;
  color: #262626;
}
@media screen and (max-width: 768.9px) {
  .p-restate__faq__item__a p {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

/* ---- 対応エリア ---- */
.p-restate__area {
  margin-top: min(9.7rem, 6.0625vw);
  padding: min(6.5rem, 4.0625vw) 0 min(10.4rem, 6.5vw);
  text-align: center;
  background: #F7F7F7;
}
@media screen and (max-width: 768.9px) {
  .p-restate__area {
    margin-top: 6.4rem;
    padding: 4rem 0 4.8rem;
  }
}
.p-restate__area__title {
  font-size: min(4rem, 2.5vw);
  font-weight: 700;
  letter-spacing: 0.047em;
  color: #272828;
}
@media screen and (max-width: 768.9px) {
  .p-restate__area__title {
    font-size: 2.4rem;
  }
}
.p-restate__area__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: min(7rem, 4.375vw);
  margin-top: min(3.7rem, 2.3125vw);
  padding: min(1rem, 0.625vw) min(4.3rem, 2.6875vw);
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: min(2.4rem, 1.5vw);
  font-weight: 600;
  letter-spacing: 0.015em;
  background: #fff;
  border-radius: min(3.5rem, 2.1875vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__area__pill {
    flex-direction: column;
    min-height: 0;
    margin-top: 2rem;
    padding: 1rem 1.8rem;
    font-size: 1.44rem;
    line-height: 1.5;
    border-radius: 2.4rem;
  }
}
.p-restate__area__pill strong {
  font-weight: 600;
  color: #1D4A9E;
}
.p-restate__area__map {
  margin-top: min(5.3rem, 3.3125vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__area__map {
    margin-top: 2.4rem;
  }
}
.p-restate__area__map img {
  width: 100%;
  max-width: min(115.2rem, 72vw);
}
@media screen and (max-width: 768.9px) {
  .p-restate__area__map img {
    max-width: 100%;
  }
}
