.page-privacy .page-top {
  padding: 0 0 10rem;
}
.page-privacy .page-top h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.2rem solid #333;
}
.page-privacy .page-top .wp-block-paragraph {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2.4rem;
}
.page-privacy .page-top .wp-block-heading {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4.8rem;
  margin-bottom: 1.6rem;
  padding-left: 1.2rem;
  border-left: 0.4rem solid #333;
}
.page-privacy .page-top .wp-block-heading strong {
  font-weight: inherit;
}
.page-privacy .page-top .wp-block-list {
  margin-bottom: 2.4rem;
  padding-left: 0;
  list-style: none;
}
.page-privacy .page-top .wp-block-list li {
  font-size: 1.5rem;
  line-height: 2;
  padding: 0.8rem 0 0.8rem 1.6rem;
  border-bottom: 0.1rem solid #e0e0e0;
  position: relative;
}
.page-privacy .page-top .wp-block-list li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: 0;
  top: 1.6rem;
}

.page-property-sell .container {
  width: 100%;
  max-width: calc(1100px + 4rem);
  margin: 0 auto 4rem;
  padding: 4rem 2rem 0;
}
.page-property-sell .container .page-ttl {
  position: relative;
  width: 100%;
  margin-bottom: 5rem;
  padding-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #001e50;
  text-align: center;
}
.page-property-sell .container .page-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.3rem;
  background-color: #d54e21;
}
.page-property-sell .container .for-owner-main {
  padding-bottom: 4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv {
  margin-bottom: 4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv {
  position: relative;
  width: 100%;
  min-height: 45rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1);
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 1;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__content {
  max-width: 45rem;
  color: #fff;
  text-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__title {
  background: rgba(10, 50, 120, 0.65);
  backdrop-filter: blur(0.4rem);
  display: inline-block;
  width: max-content;
  padding: 1.5rem 2.5rem;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__title .small {
  font-size: 0.7em;
  vertical-align: middle;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__lead {
  background: rgba(0, 30, 80, 0.75);
  padding: 2rem 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline-block;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__lead p {
  margin-bottom: 1rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv__lead p:last-child {
  margin-bottom: 0;
}
.page-property-sell .container .for-owner-main .for-owner-main__section:not(:last-child) {
  margin-bottom: 4.6rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .main-ttl2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #001e50;
  margin-bottom: 1.5rem;
  border-left: 0.6rem solid #0073aa;
  padding-left: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .main-txt {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .main-txt:not(:last-child) {
  margin-bottom: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .eq-div {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .eq-div img {
  width: 0;
  flex: 1;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .cta-btn {
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2.5rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.4rem;
  background-color: #d54e21;
  transition: background-color 0.3s ease;
}
.page-property-sell .container .for-owner-main .for-owner-main__section .cta-btn:hover {
  background-color: #b03e17;
  color: #fff;
}
@media (max-width: 767px) {
  .page-property-sell .container {
    margin-top: 8rem;
  }
  .page-property-sell .container .page-ttl {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  .page-property-sell .container .page-ttl::after {
    width: 6rem;
    height: 0.2rem;
  }
  .page-property-sell .container .for-owner-main {
    width: 100%;
    padding-bottom: 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv {
    min-height: 28rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv .owner-mv__inner {
    padding: 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv .owner-mv__title {
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv .owner-mv__lead {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__mv .owner-mv > img {
    object-position: center;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .main-ttl2 {
    font-size: 1.8rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .main-txt {
    font-size: 1.4rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .cta-btn {
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .eq-div {
    flex-wrap: wrap;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .eq-div img {
    width: calc(50% - 1rem);
    flex: 0;
  }
}
@media (max-width: 480px) {
  .page-property-sell .container .for-owner-main .for-owner-main__section .eq-div {
    align-items: center;
    flex-direction: column;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__section .eq-div img {
    width: 100%;
    max-width: 250px;
  }
}

.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #001e50;
  margin-bottom: 2rem;
  border-left: 0.6rem solid #0073aa;
  padding-left: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__body {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list {
  flex: 1;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list .owner-worries__item {
  position: relative;
  padding: 1.4rem 1.6rem 1.4rem 4.4rem;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  background-color: #f5f7fa;
  border-radius: 0.4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list .owner-worries__item:not(:last-child) {
  margin-bottom: 1rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list .owner-worries__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-65%) rotate(45deg);
  width: 0.8rem;
  height: 1.4rem;
  border-right: 0.3rem solid #d54e21;
  border-bottom: 0.3rem solid #d54e21;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__img {
  width: 26rem;
  flex-shrink: 0;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__img img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__note {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #001e50;
  margin-bottom: 2rem;
  border-left: 0.6rem solid #0073aa;
  padding-left: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item {
  padding: 2.4rem 2rem;
  border: 0.1rem solid #dfe4ec;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 30, 80, 0.06);
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background-color: #f0f4f9;
  color: #0073aa;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-icon svg {
  width: 3.2rem;
  height: 3.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #001e50;
  text-align: center;
  margin-bottom: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.7;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #001e50;
  margin-bottom: 2rem;
  border-left: 0.6rem solid #0073aa;
  padding-left: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list {
  counter-reset: flow-step;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step {
  position: relative;
  counter-increment: flow-step;
  padding: 0 0 3rem 6.4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step:last-child {
  padding-bottom: 0;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step:last-child::after {
  content: none;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step::before {
  content: counter(flow-step);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: #001e50;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step::after {
  content: "";
  position: absolute;
  top: 4.4rem;
  bottom: 0;
  left: 2.2rem;
  width: 0.2rem;
  background-color: #dfe4ec;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-title {
  font-size: 2rem;
  font-weight: bold;
  color: #001e50;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0073aa;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-text {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.7;
}
.page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta {
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem;
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #001e50 0%, #0a3278 100%);
  text-align: center;
  color: #fff;
}
.page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__deco {
  position: absolute;
  right: -1rem;
  bottom: -2rem;
  width: 22rem;
  height: auto;
  color: #fff;
  opacity: 0.08;
  pointer-events: none;
}
.page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__title {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__text {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}
.page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .cta-btn {
  position: relative;
}
.page-property-sell .container .for-owner-main .for-owner-main__simple-link {
  font-size: 1.8rem;
  text-align: center;
}
.page-property-sell .container .for-owner-main .for-owner-main__simple-link a {
  display: inline-block;
  font-size: 1.8rem;
  color: #0073aa;
  text-decoration: underline;
}
.page-property-sell .container .for-owner-main .for-owner-main__simple-link a:hover {
  color: #005177;
}
@media (max-width: 767px) {
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__title {
    font-size: 1.8rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__body {
    flex-direction: column;
    gap: 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list {
    width: 100%;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list .owner-worries__item {
    padding: 1.2rem 1.2rem 1.2rem 3.8rem;
    font-size: 1.4rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__list .owner-worries__item::before {
    left: 1.4rem;
    width: 0.7rem;
    height: 1.2rem;
    border-right-width: 0.25rem;
    border-bottom-width: 0.25rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__img {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__worries .owner-worries .owner-worries__note {
    font-size: 1.4rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__title {
    font-size: 1.8rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__list {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item {
    padding: 2rem 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-icon {
    width: 5.2rem;
    height: 5.2rem;
    margin-bottom: 1.2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-icon svg {
    width: 2.6rem;
    height: 2.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-title {
    font-size: 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__reason .owner-reason .owner-reason__item .owner-reason__item-text {
    font-size: 1.4rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__title {
    font-size: 1.8rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step {
    padding: 0 0 2.4rem 5.2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step::before {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step::after {
    top: 3.6rem;
    left: 1.8rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-head {
    gap: 0.8rem;
    padding-top: 0.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-title {
    font-size: 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-icon svg {
    width: 2rem;
    height: 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__flow .owner-flow .owner-flow__list .owner-flow__step .owner-flow__step-text {
    font-size: 1.4rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta {
    padding: 2.8rem 1.6rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__deco {
    width: 14rem;
    right: -2rem;
    bottom: -1.5rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__title {
    font-size: 2rem;
  }
  .page-property-sell .container .for-owner-main .for-owner-main__cta .owner-cta .owner-cta__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}