@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- デフォルトcss ----------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

/* フォント読み込み */
@font-face {
  font-family: "Apricot Japanese";
  src: url("./font/AP.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Apricot Japanese";
  src: url("./font/APT.ttf") format("truetype");
  font-weight: 700;
}

html,
button,
input,
select,
textarea {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  min-width: 1440px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #282223;
  background: #FDF7F2;
  margin: 0;
}

.wrap {
  width: 1140px;
  margin: 0 auto;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #F5F5F5;
  padding-block: 140px;
  margin-block: 0 1em;
}

.common_page_main .title_box {
  text-align: center;
}

.common_page_main .title_box .title {
  font-size: 40px;
  letter-spacing: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 80px 0 100px;
}

.common_page_wrap .not_found .text {
  text-align: center;
}

.reserve_text {
  text-align: center;
  font-size: 30px;
}

.no_article {
  padding: 0 20px;
}

/* SWELL共通設定 */
.error404 .l-mainContent__inner {
  width: 89.74%;
  margin-inline: auto;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- サイト共通パーツ ----------------------- */
/* パンくず */
.breadcrumb {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.breadcrumb .box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 54px;
}

.breadcrumb span {
  position: relative;
  display: inline-block;
}

.breadcrumb span::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #CABAB5;
}

.breadcrumb span:last-of-type::before {
  display: none;
}

.breadcrumb a {
  color: #282223;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb .current-item {
  color: #6D6D6D;
}

.common_fv01 .breadcrumb {
  max-width: 1240px;
  margin-inline: auto;
  margin-top: 20px;
}

.common_fv02 .breadcrumb {
  margin-top: 75px;
}

/* wp-pagenavi base */
.wp-pagenavi {
  margin-top: 40px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #282223;
  background-color: #fff;
  border: solid 1px #282223;
  padding: 8px 15px;
  margin: 0 2px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #e5784e;
  border-color: #e5784e;
  font-weight: bold;
}

.wp-pagenavi span.current {
  border-color: #e5784e;
}

/* 共通ボタン */
.c_arrow {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #e5784e;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_arrow::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c_arrow::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: calc(50% + 1px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c_arrow--white {
  background: #fff;
}

.c_arrow--white::before {
  background: #e5784e;
}

.c_arrow--white::after {
  border-color: #e5784e;
}

.c_btn .c_arrow {
  width: 30px;
  height: 30px;
}

.c_btn a {
  min-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #e5784e;
  border-radius: 30px;
  padding: 12px 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn_body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_btn_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_btn_icon img {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_btn_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}

.c_btn--inversion a {
  background: #fff;
}

.c_btn--inversion a .c_btn_text {
  color: #e5784e;
}

.c_btn--line a {
  background: #47d27a;
}

.c_btn--line .c_arrow--white::before {
  background: #47d27a;
}

.c_btn--line .c_arrow--white::after {
  border-color: #47d27a;
}

/* 共通FAQ */
.c_faq {
  position: relative;
}

.c_faq .wrap {
  position: relative;
}

.c_faq .illust {
  position: absolute;
}

.c_faq .illust img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_faq .illust--decoration01 {
  width: 100px;
  top: 45px;
  left: -50px;
}

.c_faq .illust--decoration02 {
  width: 130px;
  bottom: -58px;
  right: -100px;
}

.c_faq .items {
  position: relative;
  margin-top: 35px;
  z-index: 1;
}

.c_faq .item+.item {
  margin-top: 15px;
}

.c_faq .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 19px 20px 25px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item.is-active .item_row {
  background: #e5784e;
  border-radius: 10px 10px 0 0;
}

.c_faq .item_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.c_faq .item_row .item_en,
.c_faq .item_body .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "urbane-rounded", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #e5784e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item.is-active .item_row .item_en {
  color: #fff;
}

.c_faq .item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item.is-active .item_title {
  color: #fff;
}

.c_faq .item_icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #e5784e;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item_icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 11px;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item_icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% + 1px);
  left: 50%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .item.is-active .item_icon {
  background: #fff;
}

.c_faq .item.is-active .item_icon::before {
  background: #e5784e;
}

.c_faq .item.is-active .item_icon::after {
  top: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  border-color: #e5784e;
}

.c_faq .item_answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
}

.c_faq .item_body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 25px 25px 20px;
}

.c_faq .item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #000;
}

/* 共通フロー */
.c_flow {
  position: relative;
  padding: 57px 0 40px;
}

.c_flow .body {
  position: relative;
  margin-top: 30px;
}

.c_flow .sell,
.c_flow .buy {
  position: relative;
  background: #fff;
  border-radius: 35px;
  border: 5px solid #e54e4e;
  padding: 77px 20px 75px;
}

.c_flow .title {
  position: absolute;
  min-width: 90px;
  min-height: 340px;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  background: #e54e4e;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 0 30px 30px 0;
}

.c_flow .numbers {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-left: 145px;
  z-index: 1;
}

.c_flow .numbers::before {
  content: "";
  position: absolute;
  width: calc(100% - 145px);
  height: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6d6d6d;
}

.c_flow .number {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #6d6d6d;
  z-index: 1;
}

.c_flow .number::after {
  content: "";
  position: absolute;
  width: 0;
  height: 45px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 2px dotted #6d6d6d;
}

.c_flow .number_en {
  font-size: 14px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0em;
  color: #6d6d6d;
}

.c_flow .number_text {
  font-size: 24px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0em;
  color: #6d6d6d;
}

.c_flow .items {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
  margin-top: 20px;
  margin-left: 148px;
  z-index: 1;
}

.c_flow .item {
  position: relative;
  min-height: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff3f3;
  border-radius: 70px;
  padding: 5px;
}

.c_flow .item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e54e4e;
  border-radius: 50%;
}

.c_flow .item_icon img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_flow .item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #282223;
  padding-bottom: 45px;
  margin-top: 20px;
  text-align: center;
}

.c_flow .item_text--pb10 {
  padding-bottom: 20px;
}

.c_flow .decoration {
  position: absolute;
}

.c_flow .decoration img {
  display: block;
  width: 100%;
}

.c_flow .decoration--left {
  width: 180px;
  top: -100px;
  left: 50px;
}

.c_flow .decoration--right {
  width: 200px;
  top: -75px;
  right: 60px;
}

/* 共通メッセージ */
.c_message .body {
  background: #fff;
  border-radius: 35px;
  border: 5px solid #CABAB5;
  padding: 40px 50px 50px;
  margin-top: 40px;
  text-align: center;
}

.c_message .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  letter-spacing: 0.03em;
}

.c_message .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.02em;
  color: #282223;
  text-align: left;
  margin-top: 24px;
}

/* 共通物件カード */
.c_property .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.c_property .item a {
  display: block;
  height: 100%;
  background: #FDF7F2;
  border: 5px solid #fff;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_property .item_img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.c_property .item_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 295/180;
  -o-object-fit: cover;
  object-fit: cover;
  background: #f2f2f2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_property .item_contents {
  padding: 15px 20px;
}

.c_property .item_name {
  color: #282223;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c_property .item_details {
  margin-top: 10px;
}

.c_property .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.c_property .item_row+.item_row {
  margin-top: 4px;
}

.c_property .item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.c_property .item_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_property .item_data {
  color: #282223;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c_property .item_price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #e5784e;
  margin-top: 6px;
}

.c_property .item_price .number {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

/* 共通スタッフカード */
.c_staff .items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 45px;
}

.c_staff .item:nth-of-type(3n + 1) {
  margin-top: 70px;
}

.c_staff .item:nth-of-type(3n + 2) {
  margin-top: 35px;
}

.c_staff .item a {
  display: block;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  padding: 50px 25px 25px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_staff .item_image {
  width: 100%;
  max-width: 230px;
  margin-inline: auto;
}

.c_staff .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 230/260;
}

.c_staff .item_contents {
  border-top: 2px dashed #cabab5;
  padding-top: 20px;
  margin-top: 24px;
}

.c_staff .item_number {
  font-family: "Apricot Japanese", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #e5784e;
}

.c_staff .item_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_staff .item_name {
  position: relative;
  font-family: "Apricot Japanese", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #282223;
  padding-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_staff .item_name::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5784e;
  border-radius: 50%;
}

.c_staff .item_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.c_staff .item_arrow::before {
  width: 14px;
}

.c_staff .item_arrow::after {
  width: 9px;
  height: 9px;
}

/* 共通強み */
.c_strongs .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}

.c_strongs .item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #cabab5;
  padding: 55px 30px 36px;
}

.c_strongs .item:nth-of-type(3n+2) {
  position: relative;
  top: 35px;
}

.c_strongs .item_illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 294/150;
}

.c_strongs .item_body {
  margin-top: 35px;
}

.c_strongs .item_en {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #e5784e;
  border-radius: 40px;
  padding: 3px 21px 5px;
}

.c_strongs .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #282223;
  margin-top: 20px;
  text-align: center;
}

.c_strongs .item_title .accent {
  position: relative;
  color: #e5784e;
  border-bottom: 3px solid #e5784e;
}

.c_strongs .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #282223;
  margin-top: 24px;
}

/* 共通タイトル */
.c_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.c_title_en {
  font-family: "urbane-rounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #6d6d6d;
}

.c_title_ja {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #e5784e;
}

/* ----------------------- サイト共通セクション ----------------------- */
/* 共通CTA */
.common_cta {
  position: relative;
  background: #fff;
}

.common_cta--bg {
  background: #FDF7F2;
}

.common_cta::before {
  content: "";
  position: absolute;
  width: 530px;
  height: 800px;
  bottom: -15px;
  left: 0;
  background: url("./image/body-bg01.webp") no-repeat left bottom/cover;
}

.common_cta::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 601px;
  top: -40px;
  right: 0;
  background: url("./image/body-bg02.webp") no-repeat right top/cover;
}

.common_cta .bg {
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 35px 35px 0 0;
  z-index: 1;
}

.common_cta .cta {
  position: relative;
  max-width: 1202px;
  margin: 0 auto;
  background: #df805b;
  border-radius: 35px;
  border: 10px solid #ea9777;
  padding: 75px 90px 30px;
  z-index: 2;
}

.common_cta .en {
  font-family: "urbane-rounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.common_cta .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 15px;
}

.common_cta .box {
  position: relative;
  max-width: 730px;
  background: #fff;
  border-radius: 10px;
  padding: 35px 50px;
  margin-top: 35px;
}

.common_cta .box::before,
.common_cta .box::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 10px;
  background: #e5784e;
  border-radius: 50%;
  -webkit-box-shadow: 702px 0 #e5784e;
  box-shadow: 702px 0 #e5784e;
}

.common_cta .box::before {
  top: 10px;
}

.common_cta .box::after {
  bottom: 7px;
}

.common_cta .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #282223;
}

.common_cta .btns {
  gap: 10px;
  margin-top: 15px;
}

.common_cta .btns .c_btn a {
  min-width: 300px;
  border-radius: 50px;
  padding: 18px 25px 18px 35px;
}

.common_cta .c_btn_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.common_cta .illust {
  position: absolute;
}

.common_cta .illust img {
  display: block;
  width: 100%;
}

.common_cta .illust--neko {
  width: 140px;
  bottom: 0;
  left: -30px;
}

.common_cta .illust--woman {
  width: 300px;
  top: -20px;
  right: 40px;
}

#page_sell .common_cta::before {
  bottom: 195px;
}

#page_sell .common_cta::after {
  top: -260px;
}

/* 下層FV01 */
.common_fv01 {
  position: relative;
  padding: 120px 0 24px;
}

.common_fv01 .bg {
  position: absolute;
  z-index: -1;
}

.common_fv01 .bg img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_fv01 .bg--left {
  width: 200px;
  height: 690px;
  top: 0;
  left: 0;
}

.common_fv01 .bg--right {
  width: 100px;
  height: 345px;
  top: 0;
  right: 0;
}

.common_fv01 .bg--pink {
  width: 300px;
  height: 397px;
  bottom: -48px;
  right: 0;
}

.common_fv01 .wrap {
  position: relative;
  width: 1360px;
}

.common_fv01 .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common_fv01 .image img {
  width: 100%;
  height: 100%;
  border-radius: 110px;
  border: 10px solid #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_fv01 .texts {
  position: relative;
  padding: 197px 50px 172px;
  text-align: center;
}

.common_fv01 .sub_title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.common_fv01 .title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 6px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.common_fv01 .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.common_fv01 .illust {
  position: absolute;
}

.common_fv01 .illust img {
  display: block;
  width: 100%;
}

.common_fv01 .illust--woman-left {
  width: 200px;
  bottom: 10px;
  left: 90px;
  z-index: 1;
}

.common_fv01 .illust--woman-right {
  width: 210px;
  bottom: 10px;
  right: 60px;
  z-index: 1;
}

.common_fv01 .illust--deco01 {
  width: 140px;
  top: 80px;
  right: -30px;
}

.common_fv01 .illust--deco02 {
  width: 130px;
  bottom: 60px;
  left: -40px;
}

/* 下層FV02 */
.common_fv02 {
  position: relative;
  padding: 154px 0 80px;
}

.common_fv02 .bg {
  position: absolute;
  z-index: -1;
}

.common_fv02 .bg img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_fv02 .bg--left {
  width: 200px;
  height: 690px;
  top: 0;
  left: 0;
}

.common_fv02 .bg--right {
  width: 100px;
  height: 345px;
  top: 0;
  right: 0;
}

.common_fv02 .bg--pink {
  width: 300px;
  height: 397px;
  bottom: -40px;
  right: 0;
}

.common_fv02 .body {
  position: relative;
  max-width: 1140px;
  margin-inline: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 60px;
}

.common_fv02 .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 92px;
}

.common_fv02 .c_title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
}

.common_fv02 .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
}

.common_fv02 .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 550/350;
  border-radius: 50px;
  border: 5px solid #CABAB5;
}

.common_fv02 .illust {
  position: absolute;
  z-index: 2;
}

.common_fv02 .illust img {
  display: block;
  width: 100%;
}

.common_fv02 .illust--couple {
  width: 180px;
  bottom: 0;
  left: -100px;
}

.common_fv02 .illust--family {
  width: 611px;
  bottom: 0;
  right: -76px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* PCヘッダー */
.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 0 0 20px 20px;
  z-index: 100;
}

.pc_header .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
}

.pc_header .logo {
  max-width: 180px;
}

.pc_header .logo img {
  width: 100%;
  display: block;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.pc_header .menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.pc_header .menu a {
  min-width: 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.pc_header .menu_icon {
  width: 40px;
  height: 40px;
  background: #cabab5;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* 各アイコンの mask-image URL は header.php のインラインstyleで指定 */

.pc_header .menu_text {
  color: #282223;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .c_btn .c_arrow {
  width: 20px;
  height: 20px;
}

.pc_header .c_arrow::before {
  width: 7px;
  height: 1px;
}

.pc_header .c_arrow::after {
  width: 5px;
  height: 5px;
  left: calc(50% + 1px);
  border-top: 1px solid #e5784e;
  border-right: 1px solid #e5784e;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* FV */
#top_fv {
  position: relative;
  padding: 120px 0 30px;
}

#top_fv .bg {
  position: absolute;
  z-index: -1;
}

#top_fv .bg img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_fv .bg--left {
  width: 200px;
  height: 690px;
  top: 0;
  left: 0;
}

#top_fv .bg--right {
  width: 100px;
  height: 345px;
  top: 0;
  right: 0;
}

#top_fv .bg--pink {
  width: 300px;
  height: 397px;
  bottom: -48px;
  right: 0;
}

#top_fv .wrap {
  position: relative;
  width: 1360px;
}

#top_fv .texts {
  position: relative;
  width: 100%;
  padding: 138px 50px 123px;
  text-align: center;
  z-index: 3;
}

#top_fv .catch {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#top_fv .lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 35px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

#top_fv .box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 0;
}

#top_fv .box_text {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 5px 22px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 5px;
  z-index: 1;
}

#top_fv .box_text .accent {
  color: #e5784e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

#top_fv .box_text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top_fv .btn {
  margin-top: -12px;
}

#top_fv .btn a {
  min-width: 350px;
  padding: 20px 25px;
  border-radius: 70px;
}

#top_fv .c_btn_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

#top_fv .swiper-container {
  position: absolute;
  width: 100%;
  height: 580px;
  top: 0;
  left: 0;
  z-index: 2;
}

#top_fv .swiper {
  height: 100%;
}

#top_fv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#top_fv .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 110px;
  border: 10px solid #fff;
}

#top_fv .illust {
  position: absolute;
  z-index: 2;
}

#top_fv .illust img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_fv .illust--decoration1 {
  width: 130px;
  top: 0;
  left: -30px;
}

#top_fv .illust--family {
  width: 127px;
  top: 12px;
  right: -10px;
}

#top_fv .illust--tree {
  width: 101px;
  top: 198px;
  right: -33px;
}

#top_fv .illust--decoration2 {
  width: 130px;
  top: 340px;
  right: -40px;
}

#top_fv .illust--couple {
  width: 220px;
  top: 397px;
  left: -10px;
}

#top_fv .illust--flower {
  width: 48px;
  bottom: -28px;
  left: -21px;
}

/* お悩み */
#top_worries {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6D8CB), to(#FDF7F2));
  background: -webkit-linear-gradient(top, #E6D8CB 0%, #FDF7F2 100%);
  background: linear-gradient(to bottom, #E6D8CB 0%, #FDF7F2 100%);
  border-radius: 50px 50px 0 0;
  padding: 120px 0 27px;
}

#top_worries::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./image/top-worries-bg.webp") repeat-x center top/1423.5px auto;
  mix-blend-mode: multiply;
  border-radius: 50px 50px 0 0;
  z-index: 0;
}

#top_worries .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}

#top_worries .title .accent {
  position: relative;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #1c5788;
}

#top_worries .title .accent::before {
  content: "";
  position: absolute;
  width: 157px;
  height: 10px;
  bottom: -4px;
  left: calc(50% - 2px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("./image/top-worries-title-border.svg") no-repeat center/contain;
}

#top_worries .title .accent::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 48px;
  top: -28px;
  right: -22px;
  background: url("./image/top-worries-title-decoration.svg") no-repeat center;
  background-size: contain;
}

#top_worries .body {
  position: relative;
  margin-top: 122px;
}

#top_worries .illust_people {
  position: relative;
  max-width: 450px;
  margin-inline: auto;
}

#top_worries .illust_people img {
  display: block;
  width: 100%;
}

#top_worries .item {
  position: absolute;
}

#top_worries .item img {
  display: block;
  width: 100%;
}

#top_worries .item--01 {
  width: 292px;
  top: -65px;
  left: 100px;
}

#top_worries .item--02 {
  width: 350px;
  top: 50px;
  left: -46px;
}

#top_worries .item--03 {
  width: 360px;
  top: 192px;
  left: 0;
}

#top_worries .item--04 {
  width: 350px;
  top: -24px;
  right: 0;
}

#top_worries .item--05 {
  width: 346px;
  top: 178px;
  right: -50px;
}

/* 私たちの強み */
#top_strongs {
  background: #fcf7f3;
  padding: 100px 0 130px;
}

/* 物件情報 */
#top_property {
  position: relative;
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 102px 0 100px;
  z-index: 1;
}

#top_property .bg {
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  left: 0;
  background: #d26447;
  border-radius: 50px 50px 0 0;
}

#top_property .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./image/top-staff-bg02.webp") no-repeat center top/125.56% auto;
  mix-blend-mode: overlay;
  border-radius: 50px 50px 0 0;
}

#top_property .body {
  position: relative;
  background: #fff;
  border-radius: 0 0 35px 35px;
  padding: 33px 50px 98px;
  z-index: 1;
}

#top_property .illust {
  position: absolute;
  z-index: 2;
}

#top_property .illust img {
  display: block;
  width: 100%;
}

#top_property .illust--left {
  width: 120px;
  top: 120px;
  left: -60px;
}

#top_property .illust--right {
  width: 150px;
  top: -236px;
  right: -32px;
}

/* スタッフ紹介 */
#top_staff {
  position: relative;
  background: #d26447;
  border-radius: 0 0 50px 50px;
  padding: 0 0 100px;
  overflow: hidden;
  z-index: 1;
}

#top_staff::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./image/top-staff-bg02.webp") no-repeat center -250px/125.56% auto;
  mix-blend-mode: overlay;
  border-radius: 0 0 50px 50px;
}

#top_staff .c_title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#top_staff .c_title_en,
#top_staff .c_title_ja {
  color: #fff;
}

#top_staff .body {
  position: relative;
  z-index: 1;
}

#top_staff .items {
  margin-top: -8px;
}

#top_staff .decoration {
  position: absolute;
  z-index: 2;
}

#top_staff .decoration img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_staff .decoration--left {
  width: 100px;
  top: 50px;
  left: -50px;
}

#top_staff .decoration--right {
  width: 130px;
  bottom: 95px;
  right: -50px;
  z-index: -1;
}

#top_staff .btn {
  margin-top: 20px;
  text-align: right;
}

#top_staff .btn a {
  min-width: 350px;
  padding: 26px 30px;
  border-radius: 70px;
}

#top_staff .c_btn_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
}

/* ご依頼の流れ */
#top_flow {
  position: relative;
  padding: 100px 0 99px;
}

#top_flow::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 580px;
  top: -40px;
  left: 0;
  background: url("./image/top-flow-bg01.webp") no-repeat left top/contain;
}

#top_flow::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 659px;
  top: -40px;
  right: 0;
  background: url("./image/top-flow-bg02.webp") no-repeat right top/contain;
}

#top_flow .body {
  position: relative;
  margin-top: 36px;
  z-index: 1;
}

#top_flow .title {
  position: absolute;
  min-width: 90px;
  min-height: 340px;
  top: 50%;
  left: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  border-radius: 0 30px 30px 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top_flow .items {
  gap: 50px;
  margin-left: 145px;
}

#top_flow .item {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  padding: 5px;
}

#top_flow .item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #282223;
  text-align: center;
}

#top_flow .item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

#top_flow .item_icon img {
  display: block;
}

#top_flow .numbers {
  position: relative;
  max-width: 920px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -45px 0 0 147px;
  z-index: 1;
}

#top_flow .number {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #6d6d6d;
}

#top_flow .number::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 5px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #6d6d6d;
  z-index: -1;
}

#top_flow .number:first-child::after {
  content: none;
}

#top_flow .number_en {
  font-size: 14px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0em;
  color: #6d6d6d;
}

#top_flow .number_text {
  font-size: 24px;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0em;
  color: #6d6d6d;
}

#top_flow .sell {
  position: relative;
  background: #fff;
  border-radius: 35px 35px 0 0;
  border: 5px solid #e54e4e;
  border-bottom: none;
  padding: 80px 0 90px;
}

#top_flow .sell .title {
  background: #e54e4e;
}

#top_flow .sell .item {
  min-height: 320px;
  background: #fff3f3;
}

#top_flow .sell .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 45px;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 2px dotted #6d6d6d;
}

#top_flow .sell .item_text {
  padding-top: 35px;
}

#top_flow .sell .item_text--pt0 {
  padding-top: 0;
}

#top_flow .sell .item_icon {
  background: #e54e4e;
}

#top_flow .buy {
  position: relative;
  background: #fff;
  border-radius: 0 0 35px 35px;
  border: 5px solid #4eade5;
  border-top: none;
  padding: 85px 0 80px;
  margin-top: -35px;
}

#top_flow .buy .title {
  background: #4eade5;
}

#top_flow .buy .item {
  min-height: 370px;
  background: #f3fbff;
}

#top_flow .buy .item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 50px;
  bottom: 100%;
  left: 50%;
  border-left: 2px dotted #6d6d6d;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#top_flow .buy .item_text {
  padding-bottom: 15px;
}

#top_flow .buy .item_text--pb0 {
  padding-bottom: 0;
}

#top_flow .buy .item_icon {
  background: #4eade5;
}

#top_flow .decoration {
  position: absolute;
}

#top_flow .decoration img {
  display: block;
  width: 100%;
}

#top_flow .decoration--left {
  width: 180px;
  top: -104px;
  left: 50px;
}

#top_flow .decoration--right {
  width: 200px;
  top: -78px;
  right: 60px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* PC固定ページ 売りたい方へ */
#sell_strongs {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde3ce), to(#FDF7F2));
  background: -webkit-linear-gradient(top, #fde3ce 0%, #FDF7F2 100%);
  background: linear-gradient(180deg, #fde3ce 0%, #FDF7F2 100%);
  border-radius: 50px 50px 0 0;
  padding: 100px 0 80px;
}

#sell_flow {
  padding: 57px 0 40px;
}

#sell_faq {
  padding: 60px 0 100px;
}

/* PC固定ページ 買いたい方へ */
#buy_strongs {
  background: -webkit-gradient(linear, left top, left bottom, from(#fde3ce), to(#FDF7F2));
  background: -webkit-linear-gradient(top, #fde3ce 0%, #FDF7F2 100%);
  background: linear-gradient(180deg, #fde3ce 0%, #FDF7F2 100%);
  border-radius: 50px 50px 0 0;
  padding: 100px 0 80px;
}

#buy_flow {
  padding: 57px 0 40px;
}

#buy_flow .buy {
  border-color: #4eade5;
}

#buy_flow .title {
  background: #4eade5;
}

#buy_flow .numbers {
  margin-left: 127px;
}

#buy_flow .numbers::before {
  width: calc(100% - 48px);
}

#buy_flow .items {
  margin-left: 130px;
}

#buy_flow .item {
  min-height: 370px;
  background: #f3fbff;
}

#buy_flow .item_icon {
  background: #4eade5;
}

#buy_faq {
  padding: 60px 0 100px;
}

/* PC固定ページ 物件情報一覧 */
#page_property .common_cta {
  background: #fff;
}

#property_article {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 80px 0 100px;
}

#property_article .body {
  position: relative;
  padding: 0 50px;
  z-index: 1;
}

#property_article .title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #e5784e;
  padding-left: 20px;
}

#property_article .title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 35px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5784e;
}

#property_article .lists {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

#property_article .list a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #282223;
  background: transparent;
  border: 1px solid #e5784e;
  border-radius: 6px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#property_article .list.current a {
  color: #fff;
  background: #e5784e;
}

#property_article .items {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

#property_article .illust {
  position: absolute;
  z-index: 2;
}

#property_article .illust img {
  display: block;
  width: 100%;
}

#property_article .illust--left {
  width: 120px;
  bottom: -40px;
  left: -60px;
}

#property_article .illust--right {
  width: 150px;
  top: -100px;
  right: -32px;
}

/* PC固定ページ 物件情報詳細 */
#page_property_single .common_cta {
  background: #fff;
}

#property_single {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 80px 0 100px;
}

#property_single .head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

#property_single .category {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #e5784e;
  padding: 8px 16px 10px;
  border-radius: 6px;
}

#property_single .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.02em;
}

#property_single .body {
  margin-top: 60px;
}

#property_single .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 60px;
}

#property_single .gallery {
  width: calc(55% - 30px);
}

#property_single .gallery_main {
  position: relative;
}

#property_single .property-gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 572/418;
  -o-object-fit: contain;
  object-fit: contain;
  background: #f2f2f2;
}

#property_single .gallery_thumb {
  margin-top: 15px;
}

#property_single .property-thumb-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

#property_single .property-thumb-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  aspect-ratio: 572/418;
  -o-object-fit: contain;
  object-fit: contain;
}

#property_single .property-thumb-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #282223;
  border-radius: 4px;
  opacity: 0.4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#property_single .property-thumb-swiper .swiper-slide-thumb-active::before {
  opacity: 0;
}

#property_single .property-gallery-button-prev,
#property_single .property-gallery-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 11;
}

#property_single .property-gallery-button-prev {
  left: -24px;
}

#property_single .property-gallery-button-next {
  right: -20px;
}

#property_single .property-gallery-button-prev::after,
#property_single .property-gallery-button-next::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #e5784e;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

#property_single .property-gallery-button-next::after {
  padding-left: 3px;
}

#property_single .property-gallery-button-prev::after {
  padding-right: 3px;
}

#property_single .contents {
  width: calc(45% - 30px);
}

#property_single .row.is-no-gallery .contents {
  width: 100%;
}

#property_single .table {
  width: 100%;
  border-collapse: collapse;
}

#property_single .th,
#property_single .td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0em;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

#property_single .th {
  width: 32%;
  font-weight: 700;
  color: #282223;
}

#property_single .overview .th {
  width: 22%;
}

#property_single .th--middle,
#property_single .td {
  vertical-align: middle;
}

#property_single .td {
  color: #282223;
}

#property_single .price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}

#property_single .price .number {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #e54e4e;
}

#property_single .map {
  position: relative;
  width: 100%;
  aspect-ratio: 500/310;
  margin-top: 30px;
}

#property_single .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

#property_single .detail {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin-top: 80px;
}

#property_single .overview {
  width: 100%;
}

#property_single .block_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #e5784e;
  padding-left: 20px;
}

#property_single .block_title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 30px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5784e;
}

#property_single .recommend_text,
#property_single .appeal_text {
  color: #282223;
  background: #FDF7F2;
  margin-top: 20px;
  padding: 24px 30px;
  border-radius: 15px;
  border-left: 5px solid #e5784e;
}

#property_single .surroundings {
  margin-top: 60px;
}

#property_single .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
  margin-top: 24px;
}

#property_single .item_btn {
  display: block;
  width: 100%;
  cursor: pointer;
}

#property_single .item_image {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

#property_single .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 340/220;
  -o-object-fit: cover;
  object-fit: cover;
}

#property_single .item_zoom {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10px;
  bottom: 10px;
  background: rgba(40, 34, 35, 0.6);
  border-radius: 50%;
  z-index: 1;
}

#property_single .item_zoom::before,
#property_single .item_zoom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
}

#property_single .item_zoom::before {
  width: 14px;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#property_single .item_zoom::after {
  width: 2px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#property_single .item_texts {
  display: block;
  padding: 0 8px;
  margin-top: 8px;
}

#property_single .item_title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #282223;
}

#property_single .item_text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #6d6d6d;
  margin-top: 5px;
}

#property_single .appeal {
  margin-top: 60px;
}

#property_single .point {
  margin-top: 32px;
}

#property_single .point_title,
#property_single .conditions_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0em;
  color: #282223;
}

#property_single .point_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0em;
  color: #282223;
  margin-top: 8px;
}

#property_single .conditions {
  margin-top: 40px;
}

#property_single .tags {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

#property_single .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #282223;
  background: #FDF7F2;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e5784e;
}

#property_single .overview .table_wrap {
  margin-top: 40px;
}

#property_single .property_modal {
  position: fixed;
  inset: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1000;
}

#property_single .property_modal.is-open {
  opacity: 1;
  visibility: visible;
}

#property_single .property_modal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(40, 34, 35, 0.7);
}

#property_single .property_modal_body {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  z-index: 1;
}

#property_single .property_modal_close {
  position: absolute;
  width: 36px;
  height: 36px;
  top: -18px;
  right: -18px;
  background: #e5784e;
  border: none;
  border-radius: 50%;
  z-index: 2;
}

#property_single .property_modal_close::before,
#property_single .property_modal_close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: #fff;
}

#property_single .property_modal_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

#property_single .property_modal_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#property_single .property_modal_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 520/340;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#property_single .property_modal_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0em;
  color: #282223;
  margin-top: 16px;
}

#property_single .property_modal_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #6d6d6d;
  margin-top: 6px;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3E3E3E;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  margin-block: 0 3.8em;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  align-items: center;
  gap: 80px;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 700;
  border-radius: 100vmax;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  padding: 0.8em 1em;
}

.common_contact_form textarea {
  width: 100%;
  height: 180px;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 1em;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  width: 47.5%;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 1.1em 1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.page_contact #btn_wrap {
  justify-content: center;
  text-align: right;
  width: 74%;
  margin: auto;
}

.page_contact #btn_wrap button {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
  background: #333;
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  text-align: center;
  font-size: 13px;
  margin: 20px 0;
  position: relative;
  font-weight: 600;
}

.privacy_term_detail::after {
  content: "";
  margin: 5px auto 0;
  border: solid #333;
  border-width: 2px 2px 0 0;
  width: 10px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  rotate: 135deg;
  display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

.mw_wp_form_honey {
  display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  display: inline-block;
  cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  padding-left: 2em;
  display: inline-block;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  border-radius: 50%;
  width: 20px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5A5A5A;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

/*
checked状態
文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}

.mwform-checkbox-field-text::before {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  width: 20px;
  aspect-ratio: 1 / 1;
  min-width: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  border-width: 3px;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  width: 20px;
  aspect-ratio: 2/1;
  min-width: 0;
  margin-top: -0.2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */
.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3E3E3E;
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.page_contact .progressbar .item+.item::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  top: 64%;
  left: -5em;
}

.page_contact .progressbar .item .mark {
  width: 36px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
}

.page_contact .progressbar .item .mark::before {
  content: "";
  width: 41%;
  aspect-ratio: 1;
  background: #5A5A5A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  display: block;
  color: #A7A7A7;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  letter-spacing: .08em;
  border-radius: 30px;
  font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* フォームスタイル追加 */
.page_contact .progressbar .item .mark::before {
  background: #e5784e;
}

.page_contact .progressbar .item {
  color: #282223;
}

.contact_form_disc {
  color: #282223;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #e54e4e;
}

.radio_btns .radio_btns__item+span {
  color: #282223;
}

.radio_btns .radio_btns__item+span::after {
  background: #e5784e;
}

.mwform-checkbox-field-text {
  color: #282223;
}

.mwform-checkbox-field-text::after {
  border-color: transparent transparent #e5784e #e5784e;
}

.mw_wp_form .column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.mw_wp_form .row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mw_wp_form .row_label {
  min-width: 80px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .08em;
  color: #282223;
}

.mw_wp_form .row>div {
  flex: 1;
}

.mw_wp_form .row .row_input_zip {
  max-width: 150px;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-size: 100px;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  margin-bottom: 1em;
  font-size: 16px;
}

/* 投稿者ボックス */
.p-authorBox .avatar {
  display: inline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* フッター追従 */
.fix_cta {
  position: fixed;
  bottom: -5px;
  right: 0;
  background: #FDF7F2;
  border-radius: 10px 0 0 10px;
  border: 5px solid #c7bab6;
  border-right: none;
  padding: 10px 15px;
  z-index: 10;
}

.fix_cta .fix_cta_btns {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 9px;
}

.fix_cta .fix_cta_btn a {
  width: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: #e5784e;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix_cta .fix_cta_btn--line a {
  background: #47d27a;
}

.fix_cta .fix_cta_icon {
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fix_cta .fix_cta_icon img {
  display: block;
}

.fix_cta .fix_cta_text {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.fix_cta .fix_cta_illust {
  position: absolute;
}

.fix_cta .fix_cta_illust img {
  display: block;
  width: 100%;
}

.fix_cta .fix_cta_illust--neko {
  width: 65px;
  bottom: -5px;
  left: -38px;
}

.fix_cta .fix_cta_illust--emphasis {
  width: 30px;
  top: -20px;
  left: -25px;
  -webkit-transform: rotate(-19deg);
  transform: rotate(-19deg);
}

/* フッター */
.site_footer {
  position: relative;
  padding: 100px 0 184px;
  background: #fff;
}

.site_footer .wrap {
  position: relative;
  z-index: 1;
}

.site_footer .body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.site_footer .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo img {
  display: block;
  width: 100%;
}

.site_footer .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 35px;
  padding-top: 25px;
}

.site_footer .menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.site_footer .menu a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #282223;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .btns {
  gap: 15px;
}

.site_footer .btn a {
  min-width: 260px;
  padding: 15px 15px 15px 25px;
}

.site_footer .c_btn_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.site_footer .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
}

.site_footer .copyright {
  display: block;
  font-family: "urbane-rounded", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #282223;
}

.site_footer .sub_menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.site_footer .sub_menu a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #282223;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .illust {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* パンくず */
.breadcrumb a:hover {
  opacity: 0.6;
}

/* wp-pagenavi base */
.wp-pagenavi a:hover {
  opacity: 0.6;
}

/* 共通ボタン */
.c_btn a:hover .c_arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c_btn a:hover {
  opacity: 0.6;
}

/* 共通FAQ */
.c_faq .item:not(.is-active):hover .item_row {
  background: #e5784e;
}

.c_faq .item:not(.is-active):hover .item_row .item_en,
.c_faq .item:not(.is-active):hover .item_title {
  color: #fff;
}

.c_faq .item:not(.is-active):hover .item_icon {
  background: #fff;
}

.c_faq .item:not(.is-active):hover .item_icon::before {
  background: #e5784e;
}

.c_faq .item:not(.is-active):hover .item_icon::after {
  border-color: #e5784e;
}

/* 共通物件カード */
.c_property .item a:hover {
  border: 5px solid #cabab5;
}

.c_property .item a:hover .item_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* 共通スタッフカード */
.c_staff .item a:hover {
  border: 5px solid #CABAB5;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.c_staff .item a:hover .item_name {
  color: #e5784e;
}

.c_staff .item a:hover .item_arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* PCヘッダー */
.pc_header .logo a:hover {
  opacity: 0.7;
}

.pc_header .menu a:hover .menu_icon {
  background: #e5784e;
}

.pc_header .menu a:hover .menu_text {
  color: #e5784e;
}

/* FV */
#top_fv .btn a:hover {
  opacity: 0.8;
}

/* PC固定ページ 物件情報一覧 */
#property_article .list a:hover {
  color: #fff;
  background: rgba(229, 120, 78, 0.6);
}

#property_article .list.current a:hover {
  background: #e5784e;
}

/* PC固定ページ 物件情報詳細 */
#property_single .property-gallery-button-prev:hover,
#property_single .property-gallery-button-next:hover {
  opacity: 0.6;
}

/* PC固定ページ お問い合わせ */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: .8;
}

/* フッター追従 */
.fix_cta .fix_cta_btn a:hover {
  opacity: 0.6;
}

/* フッター */
.site_footer .logo a:hover {
  opacity: 0.7;
}

.site_footer .menu a:hover {
  opacity: 0.6;
}

.site_footer .sub_menu a:hover {
  opacity: 0.6;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

@media (max-width: 750px) {

  /* ----------------------- SP固定ページ 共通設定 ----------------------- */
  body {
    min-width: 100%;
    font-size: 3.85vw;
    line-height: 1.5;
  }

  .wrap.mid,
  .wrap.lr,
  .wrap {
    width: 89.74%;
  }

  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

  a[href $='.pdf']:hover {
    text-decoration: underline;
  }

  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    border-radius: 7.69vw 7.69vw 0 0;
    padding: 12.82vw 0 15.38vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  .no_article {
    padding: 0 5.13vw;
    text-align: center;
  }

  /* ----------------------- サイト共通パーツ ----------------------- */
  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    line-height: 1.5;
  }

  .breadcrumb .box>div {
    gap: 2.56vw 13.85vw;
  }

  .breadcrumb span::before {
    width: 6.15vw;
    right: -10.26vw;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  .common_fv01 .breadcrumb {
    max-width: 100%;
    padding: 0 5.13vw;
    margin-top: 5.13vw;
  }

  .common_fv02 .breadcrumb {
    margin-top: 7.18vw;
  }

  /* wp-pagenavi base */
  .wp-pagenavi {
    margin-top: 10.26vw;
  }

  .wp-pagenavi a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_arrow {
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_btn a:hover .c_arrow {
    -webkit-transform: none;
    transform: none;
  }

  .c_arrow::before {
    width: 2.82vw;
    height: 2px;
  }

  .c_arrow::after {
    width: 1.79vw;
    height: 1.79vw;
    left: calc(50% + 0.26vw);
  }

  .c_btn .c_arrow {
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_btn a {
    min-width: 51.28vw;
    gap: 2.56vw;
    padding: 3.85vw 5.13vw;
    border-radius: 17.95vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  .c_btn_body {
    gap: 2.56vw;
  }

  .c_btn_icon {
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_btn_icon img {
    width: 100%;
    height: 100%;
    max-width: 6.15vw;
    max-height: 6.15vw;
  }

  .c_btn_text {
    font-size: 4.1vw;
  }

  .c_btn .c_arrow {
    width: 6.41vw;
    height: 6.41vw;
  }

  /* 共通FAQ */
  .c_faq .illust {
    z-index: 2;
  }

  .c_faq .illust--decoration01 {
    width: 15.38vw;
    top: 7.69vw;
    left: -2.56vw;
  }

  .c_faq .illust--decoration02 {
    width: 16.67vw;
    bottom: -12.82vw;
    right: -2.56vw;
  }

  .c_faq .items {
    margin-top: 6.41vw;
  }

  .c_faq .item+.item {
    margin-top: 2.56vw;
  }

  .c_faq .item_row {
    gap: 3.08vw;
    padding: 3.85vw;
    border-radius: 2.56vw;
  }

  .c_faq .item_head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.08vw;
  }

  .c_faq .item.is-active .item_row {
    border-radius: 2.56vw 2.56vw 0 0;
  }

  .c_faq .item_row .item_en,
  .c_faq .item_body .item_en {
    position: relative;
    top: 0.26vw;
    font-size: 6.15vw;
  }

  .c_faq .item_title {
    font-size: 4.1vw;
  }

  .c_faq .item_icon {
    width: 6.15vw;
    height: 6.15vw;
  }

  .c_faq .item_icon::before {
    width: 2px;
    height: 2.31vw;
  }

  .c_faq .item_icon::after {
    width: 1.54vw;
    height: 1.54vw;
  }

  .c_faq .item_body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.08vw;
    padding: 3.85vw;
    border-radius: 0 0 2.56vw 2.56vw;
  }

  .c_faq .item_text {
    font-size: 3.59vw;
  }

  .c_faq .item:not(.is-active):hover .item_row {
    background: #fff;
  }

  .c_faq .item:not(.is-active):hover .item_row .item_en {
    color: #e5784e;
  }

  .c_faq .item:not(.is-active):hover .item_title {
    color: #000;
  }

  .c_faq .item:not(.is-active):hover .item_icon {
    background: #e5784e;
  }

  .c_faq .item:not(.is-active):hover .item_icon::before {
    background: #fff;
  }

  .c_faq .item:not(.is-active):hover .item_icon::after {
    border-color: #fff;
  }

  /* 共通フロー */
  .c_flow .body {
    margin-top: 6.41vw;
  }

  .c_flow .sp {
    position: relative;
  }

  .c_flow .detail_panel {
    display: block;
    background: #fff;
    border-radius: 5.13vw;
    border: 5px solid #e54e4e;
    padding: 7.69vw 5.13vw;
  }

  .c_flow .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }

  .c_flow .list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
    padding: 0.51vw 0;
  }

  .c_flow .list_number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.26vw;
    flex: 0 0 10.26vw;
    position: relative;
    height: 10.26vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #6d6d6d;
  }

  .c_flow .list_number::before {
    content: "";
    position: absolute;
    width: 2.82vw;
    height: 0;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px dashed #6d6d6d;
  }

  .c_flow .list_number::after {
    content: "";
    position: absolute;
    width: 0;
    height: 5.2vw;
    top: calc(100% + 0.2vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 3px solid #6d6d6d;
  }

  .c_flow .list:last-of-type .list_number::after {
    content: none;
  }

  .c_flow .number_en {
    font-size: 2.05vw;
  }

  .c_flow .number_text {
    font-size: 3.59vw;
  }

  .c_flow .list_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.28vw;
    background: #fff3f3;
    border-radius: 12.82vw;
    padding: 1.79vw 2.56vw;
  }

  .c_flow .list_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6.67vw;
    height: 6.67vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e54e4e;
    border-radius: 50%;
  }

  .c_flow .list_icon img {
    display: block;
    width: 3.33vw;
    height: 3.33vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .c_flow .list_text {
    min-width: 0;
    font-size: 3.85vw;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #282223;
  }

  .c_flow .decoration--left {
    width: 15.38vw;
    top: -8.97vw;
    left: auto;
    right: 3.33vw;
  }

  .c_flow .decoration--right {
    width: 15.38vw;
    top: -6.15vw;
    left: 3.59vw;
    right: auto;
  }

  /* 共通メッセージ */
  .c_message .body {
    border-radius: 3.85vw;
    padding: 6.15vw 5.13vw;
    margin-top: 5.13vw;
  }

  .c_message .title {
    font-size: 5.13vw;
    line-height: 1.33;
  }

  .c_message .text {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 4.1vw;
  }

  /* 共通物件カード */
  .c_property .items {
    grid-template-columns: 1fr;
    gap: 2.56vw;
  }

  .c_property .item a {
    border-color: #cabab5;
  }

  .c_property .item_img img {
    aspect-ratio: 285/180;
  }

  .c_property .item a:hover .item_img img {
    -webkit-transform: none;
    transform: none;
  }

  .c_property .item_contents {
    padding: 3.85vw 6.41vw 3.08vw;
  }

  .c_property .item_name {
    font-size: 4.62vw;
  }

  .c_property .item_details {
    margin-top: 2.56vw;
  }

  .c_property .item_row {
    gap: 2.56vw;
  }

  .c_property .item_row+.item_row {
    margin-top: 0.77vw;
  }

  .c_property .item_icon {
    width: 4.62vw;
    height: 4.62vw;
  }

  .c_property .item_data {
    font-size: 3.59vw;
  }

  .c_property .item_price {
    font-size: 4.1vw;
    margin-top: 1.54vw;
  }

  .c_property .item_price .number {
    font-size: 6.15vw;
  }

  /* 共通スタッフカード */
  .c_staff .items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }

  .c_staff .item:nth-of-type(3n + 1),
  .c_staff .item:nth-of-type(3n + 2) {
    margin-top: 0;
  }

  .c_staff .item a {
    border-radius: 5.13vw;
    border-color: #cabab5;
    padding: 7.69vw 5.13vw;
  }

  .c_staff .item a:hover {
    -webkit-transform: none;
    transform: none;
  }

  .c_staff .item_image {
    max-width: 50.26vw;
  }

  .c_staff .item_contents {
    padding-top: 4.62vw;
    margin-top: 5.9vw;
  }

  .c_staff .item_number {
    font-size: 3.59vw;
  }

  .c_staff .item_name {
    font-size: 6.15vw;
    padding-left: 5.13vw;
  }

  .c_staff .item a:hover .item_name {
    color: #282223;
  }

  .c_staff .item_name::before {
    width: 2.56vw;
    height: 2.56vw;
  }

  .c_staff .item_arrow {
    position: relative;
    top: -1.03vw;
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_staff .item a:hover .item_arrow {
    -webkit-transform: none;
    transform: none;
  }

  .c_staff .item_arrow::before {
    width: 2.82vw;
  }

  .c_staff .item_arrow::after {
    width: 1.79vw;
    height: 1.79vw;
  }

  /* 共通強み */
  .c_strongs .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.13vw;
    margin-top: 5.13vw;
  }

  .c_strongs .item {
    border-radius: 3.85vw;
    padding: 8.97vw 5.13vw;
    margin-inline: -1.28vw;
  }

  .c_strongs .item:nth-of-type(3n+2) {
    top: 0;
  }

  .c_strongs .item_illust {
    max-width: 59.74vw;
    margin-inline: auto;
  }

  .c_strongs .item_illust img {
    aspect-ratio: 465/225;
  }

  .c_strongs .item_body {
    margin-top: 5.13vw;
  }

  .c_strongs .item_en {
    font-size: 3.59vw;
    padding: 0.77vw 5.13vw 1.28vw;
  }

  .c_strongs .item_title {
    font-size: 5.13vw;
    line-height: 1.55;
    margin-top: 2.56vw;
  }

  .c_strongs .item_title .accent {
    border-bottom: 2px solid #e5784e;
  }

  .c_strongs .item_text {
    font-size: 3.85vw;
    line-height: 1.53;
    margin-top: 2.56vw;
  }

  /* 共通タイトル */
  .c_title {
    gap: 2.56vw;
  }

  .c_title_en {
    font-size: 4.1vw;
  }

  .c_title_ja {
    font-size: 8.21vw;
  }

  /* ----------------------- サイト共通セクション ----------------------- */
  /* 共通CTA */
  .common_cta::before {
    width: 67.95vw;
    height: 102.56vw;
    bottom: auto;
    top: -47.44vw;
  }

  .common_cta::after {
    width: 77.18vw;
    height: 64.1vw;
    top: -6.41vw;
  }

  .common_cta .bg {
    height: 56.41vw;
    border-radius: 6.41vw 6.41vw 0 0;
  }

  .common_cta .cta {
    max-width: 89.74vw;
    border-radius: 5.13vw;
    border-width: 5px;
    padding: 8.97vw 5.13vw;
  }

  .common_cta .en {
    font-size: 4.1vw;
    letter-spacing: 0.03em;
  }

  .common_cta .title {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }

  .common_cta .box {
    max-width: 100%;
    padding: 8.97vw 5.13vw;
    margin-top: 5.13vw;
  }

  .common_cta .box::before,
  .common_cta .box::after {
    width: 2.05vw;
    height: 2.05vw;
    left: 2.56vw;
    -webkit-box-shadow: 69.74vw 0 #e5784e;
    box-shadow: 69.74vw 0 #e5784e;
  }

  .common_cta .box::before {
    top: 2.56vw;
  }

  .common_cta .box::after {
    bottom: 2.56vw;
  }

  .common_cta .text {
    font-size: 3.59vw;
  }

  .common_cta .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1.79vw;
  }

  .common_cta .btns .c_btn a {
    min-width: 61.79vw;
    padding: 2.56vw 5.13vw;
  }

  .common_cta .c_btn_text {
    font-size: 3.59vw;
  }

  .common_cta .illust--neko {
    display: none;
  }

  .common_cta .illust--woman {
    width: 20.51vw;
    top: 67.44vw;
    right: -1.03vw;
  }

  #page_sell .common_cta::before {
    top: -47.44vw;
  }

  #page_sell .common_cta::after {
    top: -6.41vw;
  }

  /* 下層FV01 */
  .common_fv01 {
    height: 175.38vw;
    padding: 0;
  }

  .common_fv01 .bg--left {
    width: 35.64vw;
    height: 122.82vw;
    top: 0;
  }

  .common_fv01 .bg--right {
    width: 17.69vw;
    height: 61.54vw;
    top: 13.85vw;
    right: 0;
  }

  .common_fv01 .bg--pink {
    width: 53.33vw;
    height: 70.77vw;
    bottom: -10.26vw;
  }

  .common_fv01 .wrap {
    width: 100%;
    padding: 0 10.26vw;
  }

  .common_fv01 .image {
    width: 95.9vw;
    height: 134.1vw;
    top: calc(70px + 6.15vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .common_fv01 .image img {
    border-radius: 10.26vw;
    border-width: 7px;
  }

  .common_fv01 .texts {
    padding: 0;
    padding-top: calc(70px + 37.95vw);
    padding-bottom: 42.05vw;
    text-align: center;
  }

  .common_fv01 .sub_title {
    font-size: 6.15vw;
    line-height: 1.3;
  }

  .common_fv01 .title {
    font-size: 12.31vw;
    line-height: 1.3;
    margin-top: 1.54vw;
  }

  .common_fv01 .name {
    font-size: 4.62vw;
    line-height: 2.2;
    margin-top: 1.03vw;
  }

  .common_fv01 .illust--woman-left {
    width: 25.64vw;
    bottom: 2.05vw;
    left: 2.05vw;
  }

  .common_fv01 .illust--woman-right {
    width: 28.21vw;
    bottom: 2.05vw;
    right: 6.41vw;
  }

  .common_fv01 .illust--deco01 {
    width: 16.67vw;
    top: 145.38vw;
    right: 0;
    z-index: 1;
  }

  .common_fv01 .illust--deco02 {
    width: 16.67vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: calc(70px + 3.33vw);
    left: 1.28vw;
  }

  /* 下層FV02 */
  .common_fv02 {
    padding: 0;
    padding-top: calc(70px + 8.97vw);
    padding-bottom: 7.69vw;
  }

  .common_fv02 .bg--left {
    width: 35.64vw;
    height: 122.82vw;
    top: 0;
  }

  .common_fv02 .bg--right {
    width: 17.69vw;
    height: 61.54vw;
    top: 13.85vw;
    right: 0;
  }

  .common_fv02 .bg--pink {
    width: 53.33vw;
    height: 70.77vw;
    bottom: -10.26vw;
  }

  .common_fv02 .body {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 7.69vw;
    padding-bottom: 0;
  }

  .common_fv02 .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }

  .common_fv02 .c_title {
    gap: 3.59vw;
  }

  .common_fv02 .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .common_fv02 .image img {
    aspect-ratio: 350/230;
    border-radius: 6.41vw;
  }

  .common_fv02 .illust--couple {
    display: none;
  }

  .common_fv02 .illust--family {
    width: 87.18vw;
    top: 51.28vw;
    left: 1.28vw;
    right: auto;
  }

  /* ----------------------- SPヘッダー ----------------------- */
  /* SPヘッダー */
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 18.6px 0 18px;
    z-index: 1000;
  }

  .sp_hd .body {
    padding: 0 2.56vw;
    padding-right: calc(60px + 2.56vw);
  }

  .sp_hd .logo {
    max-width: 140px;
  }

  .sp_hd .logo img {
    display: block;
    width: 100%;
  }

  /* ----------------------- TOPページ ----------------------- */
  /* FV */
  #top_fv {
    height: 171.79vw;
    padding: 0;
  }

  #top_fv .bg--left {
    width: 35.64vw;
    height: 122.82vw;
    top: 0;
  }

  #top_fv .bg--right {
    width: 17.69vw;
    height: 61.54vw;
    top: 13.85vw;
    right: 0;
  }

  #top_fv .bg--pink {
    width: 53.33vw;
    height: 70.77vw;
    bottom: -10.26vw;
  }

  #top_fv .wrap {
    width: 100%;
    padding: 0 10.26vw;
  }

  #top_fv .texts {
    padding: 0;
    padding-top: calc(70px + 37.95vw);
    text-align: center;
  }

  #top_fv .catch {
    position: relative;
    left: 3vw;
    font-size: 8.21vw;
  }

  #top_fv .lead {
    position: relative;
    left: 2vw;
    font-size: 4.62vw;
    line-height: 1.3;
    margin-top: 3.85vw;
  }

  #top_fv .box {
    margin-top: 6.41vw;
  }

  #top_fv .box_text {
    font-size: 3.33vw;
    padding: 1.79vw 4.62vw;
  }

  #top_fv .box_text .accent {
    font-size: 3.85vw;
  }

  #top_fv .btn {
    margin-top: -3.33vw;
  }

  #top_fv .btn a {
    min-width: 79.49vw;
    padding: 3.85vw 5.13vw;
  }

  #top_fv .c_btn_icon {
    width: 6.41vw;
    height: 6.41vw;
  }

  #top_fv .c_btn_icon img {
    max-height: 5.13vw;
  }

  #top_fv .c_btn_text {
    font-size: 4.1vw;
  }

  #top_fv .swiper-container {
    width: 95.9vw;
    height: 134.1vw;
    top: calc(70px + 6.15vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #top_fv .swiper-slide img {
    border-radius: 10.26vw;
    border-width: 7px;
  }

  #top_fv .illust--decoration1 {
    width: 16.67vw;
    top: calc(70px + 3.33vw);
    left: 1.28vw;
  }

  #top_fv .illust--family {
    width: 16.41vw;
    top: calc(70px + 7.69vw);
    right: 1.03vw;
  }

  #top_fv .illust--tree {
    width: 13.08vw;
    top: calc(70px + 2.05vw);
    right: 19.23vw;
  }

  #top_fv .illust--decoration2 {
    width: 16.67vw;
    top: 145.38vw;
    right: 0;
  }

  #top_fv .illust--couple {
    width: 28.21vw;
    top: 136.15vw;
    left: 2.56vw;
  }

  #top_fv .illust--flower {
    width: 6.15vw;
    top: 159.49vw;
    bottom: auto;
    left: 2.56vw;
  }

  /* お悩み */
  #top_worries {
    padding: 20.77vw 0 64.62vw;
  }

  #top_worries::before {
    background: url("./image/top-worries-bg-sp.webp") repeat-x center top/100% auto;
  }

  #top_worries .title {
    font-size: 6.15vw;
  }

  #top_worries .title .accent {
    font-size: 8.21vw;
  }

  #top_worries .title .accent::before {
    width: 25.64vw;
    height: 1.54vw;
    left: 50%;
  }

  #top_worries .title .accent::after {
    width: 7.69vw;
    height: 7.18vw;
    top: -6.15vw;
    right: -3.08vw;
  }

  #top_worries .body {
    margin-top: 64.1vw;
  }

  #top_worries .illust_people {
    max-width: 79.49vw;
  }

  #top_worries .item--01 {
    width: 56.67vw;
    top: -55.64vw;
    left: -2.05vw;
  }

  #top_worries .item--02 {
    width: 66.41vw;
    top: -38.72vw;
    left: 25.9vw;
  }

  #top_worries .item--03 {
    width: 86.92vw;
    top: 102.05vw;
    left: 5.38vw;
  }

  #top_worries .item--04 {
    width: 70.77vw;
    top: -21.28vw;
    right: auto;
    left: 0;
  }

  #top_worries .item--05 {
    width: 77.69vw;
    top: 76.15vw;
    right: auto;
    left: -2.56vw;
  }

  /* 私たちの強み */
  #top_strongs {
    padding: 7.69vw 0 14.36vw;
  }

  /* 物件情報 */
  #top_property {
    position: relative;
    border-radius: 5.64vw 5.64vw 0 0;
    padding: 15.38vw 0 15.64vw;
  }

  #top_property .bg {
    height: 51.28vw;
    border-radius: 5.64vw 5.64vw 0 0;
  }

  #top_property .bg::after {
    background: url("./image/top-property-bg-sp.webp") no-repeat center/100% 100%;
    border-radius: 5.64vw 5.64vw 0 0;
  }

  #top_property .wrap {
    position: relative;
    width: 94.87%;
  }

  #top_property .body {
    position: static;
    border-radius: 0 0 6.41vw 6.41vw;
    padding: 6.41vw 5.13vw 8.72vw;
    overflow: hidden;
  }

  #top_property .swiper {
    overflow: visible;
  }

  #top_property .swiper-slide {
    width: 75.64vw;
    height: auto;
  }

  #top_property .illust--left {
    width: 17.95vw;
    top: 7.18vw;
    left: -5.13vw;
  }

  #top_property .illust--right {
    width: 20.51vw;
    top: -18.46vw;
    right: 0;
  }

  #top_property .swiper-container {
    position: relative;
  }

  #top_property .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  #top_property .swiper-slide {
    height: auto;
  }

  #top_property .item {
    height: 100%;
  }

  /* スタッフ紹介 */
  #top_staff {
    border-radius: 0 0 6.41vw 6.41vw;
    padding: 0 0 15.38vw;
  }

  #top_staff::before {
    background: url("./image/top-staff-bg-sp.webp") no-repeat center/100% 100%;
    border-radius: 0 0 6.41vw 6.41vw;
  }

  #top_staff .c_title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #top_staff .body {
    margin-top: 7.69vw;
  }

  #top_staff .swiper {
    overflow: visible;
    -webkit-clip-path: inset(0 -100vw 0 0);
    clip-path: inset(0 -100vw 0 0);
  }

  #top_staff .swiper-slide {
    width: 74.36vw;
    height: auto;
  }

  #top_staff .decoration--left {
    width: 15.38vw;
    top: 2.56vw;
    left: -2.56vw;
  }

  #top_staff .decoration--right {
    width: 16.67vw;
    right: -2.05vw;
    bottom: -3.85vw;
  }

  #top_staff .btn {
    margin-top: 7.69vw;
    text-align: left;
  }

  #top_staff .btn a {
    min-width: 89.74vw;
    padding: 5.13vw 7.69vw;
    border-radius: 17.95vw;
  }

  #top_staff .c_btn_text {
    font-size: 4.62vw;
  }

  #top_staff .c_arrow {
    width: 7.69vw;
    height: 7.69vw;
  }

  /* ご依頼の流れ */
  #top_flow {
    padding: 20.51vw 0 15.38vw;
    overflow: hidden;
  }

  #top_flow::before {
    width: 102.56vw;
    height: 74.36vw;
    top: 0;
    left: -2.56vw;
  }

  #top_flow::after {
    width: 76.92vw;
    height: 84.62vw;
    top: 0;
  }

  #top_flow .body {
    margin-top: 5.13vw;
  }

  #top_flow .sp {
    position: relative;
  }

  #top_flow .tabs {
    position: absolute;
    top: 0;
    left: 5.9vw;
    right: 5.9vw;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.03vw;
    z-index: 1;
  }

  #top_flow .tab {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.46vw;
    flex: 0 0 38.46vw;
    background: #cabab5;
    border-radius: 0 0 2.56vw 2.56vw;
    padding: 4.62vw 5.9vw;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
  }

  #top_flow .tab:nth-of-type(1).is-active {
    background: #e54e4e;
  }

  #top_flow .tab:nth-of-type(2).is-active {
    background: #4eade5;
  }

  #top_flow .tab_text {
    display: block;
    font-size: 5.13vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
  }

  #top_flow .detail_panel {
    display: none;
    background: #fff;
    border-radius: 5.13vw;
    border: 5px solid #e54e4e;
    padding: 20.51vw 5.13vw 11.54vw;
  }

  #top_flow .detail_panel.is-active {
    display: block;
  }

  #top_flow .detail_panel:nth-of-type(2) {
    border-color: #4eade5;
  }

  #top_flow .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }

  #top_flow .list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
    padding: 0.51vw 0;
  }

  #top_flow .list_number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.26vw;
    flex: 0 0 10.26vw;
    position: relative;
    height: 10.26vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #6d6d6d;
  }

  #top_flow .list_number::before {
    content: "";
    position: absolute;
    width: 2.82vw;
    height: 0;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px dashed #6d6d6d;
  }

  #top_flow .list_number::after {
    content: "";
    position: absolute;
    width: 0;
    height: 5vw;
    top: calc(100% + 0.2vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 3px solid #6d6d6d;
  }

  #top_flow .list:last-of-type .list_number::after {
    content: none;
  }

  #top_flow .number_en {
    font-size: 2.05vw;
  }

  #top_flow .number_text {
    font-size: 3.59vw;
  }

  #top_flow .list_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.28vw;
    background: #fff3f3;
    border-radius: 12.82vw;
    padding: 1.79vw 2.56vw;
  }

  #top_flow .detail_panel:nth-of-type(2) .list_body {
    background: #f3fbff;
  }

  #top_flow .list_icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 6.67vw;
    height: 6.67vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e54e4e;
    border-radius: 50%;
  }

  #top_flow .detail_panel:nth-of-type(2) .list_icon {
    background: #4eade5;
  }

  #top_flow .list_icon img {
    display: block;
    width: 3.33vw;
    height: 3.33vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #top_flow .list_text {
    min-width: 0;
    font-size: 3.85vw;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #282223;
  }

  #top_flow .decoration {
    z-index: 1;
  }

  #top_flow .decoration--left {
    width: 15.38vw;
    top: -8.97vw;
    left: auto;
    right: 3.33vw;
  }

  #top_flow .decoration--right {
    width: 15.38vw;
    top: -6.15vw;
    left: 3.59vw;
    right: auto;
  }

  /* ----------------------- 下層ページ ----------------------- */
  /* SP固定ページ 売りたい方へ */
  #sell_strongs {
    border-radius: 7.69vw 7.69vw 0 0;
    padding: 12.82vw 0 7.69vw;
  }

  #sell_flow {
    padding: 10.26vw 0;
  }

  #sell_faq {
    padding: 7.69vw 0 15.38vw;
  }

  /* SP固定ページ 買いたい方へ */
  #buy_strongs {
    border-radius: 7.69vw 7.69vw 0 0;
    padding: 12.82vw 0 7.69vw;
  }

  #buy_flow {
    padding: 10.26vw 0;
  }

  #buy_flow .detail_panel {
    border-color: #4eade5;
  }

  #buy_flow .list_body {
    background: #f3fbff;
  }

  #buy_flow .list_icon {
    background: #4eade5;
  }

  #buy_faq {
    padding: 7.69vw 0 15.38vw;
  }

  /* SP固定ページ 物件情報一覧 */
  #property_article {
    border-radius: 5.64vw 5.64vw 0 0;
    padding: 12.82vw 0 15.38vw;
  }

  #property_article .body {
    padding: 0;
  }

  #property_article .title {
    font-size: 4.62vw;
    padding-left: 3.85vw;
  }

  #property_article .title::before {
    width: 1.03vw;
    height: 6.41vw;
  }

  #property_article .lists {
    gap: 1.28vw;
    margin-top: 5.13vw;
  }

  #property_article .list a {
    font-size: 3.85vw;
    border-radius: 1.54vw;
    padding: 2.05vw 2.56vw;
  }

  #property_article .list a:hover {
    color: #282223;
    background: transparent;
  }

  #property_article .illust--left {
    width: 12.82vw;
    top: auto;
    bottom: -28.21vw;
    left: -5.13vw;
    z-index: 1;
  }

  #property_article .illust--right {
    width: 15.38vw;
    top: -30.77vw;
    right: 0;
  }

  /* SP固定ページ 物件情報詳細 */
  #property_single {
    border-radius: 5.64vw 5.64vw 0 0;
    padding: 12.82vw 0 15.38vw;
  }

  #property_single .head {
    gap: 2.56vw;
  }

  #property_single .category {
    font-size: 3.85vw;
    padding: 1.54vw 3.59vw;
    border-radius: 1.54vw;
  }

  #property_single .title {
    font-size: 5.13vw;
    line-height: 1.4;
  }

  #property_single .body {
    margin-top: 6.15vw;
  }

  #property_single .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.85vw;
  }

  #property_single .gallery {
    width: 100%;
  }

  #property_single .property-gallery-swiper .swiper-slide img {
    border-radius: 2.56vw;
  }

  #property_single .gallery_thumb {
    margin-top: 2.56vw;
  }

  #property_single .property-thumb-swiper .swiper-slide img {
    border-radius: 1.03vw;
  }

  #property_single .property-thumb-swiper .swiper-slide::before {
    border-radius: 1.03vw;
  }

  #property_single .property-gallery-button-prev,
  #property_single .property-gallery-button-next {
    width: 8.21vw;
    height: 8.21vw;
    top: calc(50% + 4.62vw);
  }

  #property_single .property-gallery-button-prev {
    left: -3.85vw;
  }

  #property_single .property-gallery-button-next {
    right: -3.85vw;
  }

  #property_single .property-gallery-button-prev:hover,
  #property_single .property-gallery-button-next:hover {
    opacity: 1;
  }

  #property_single .property-gallery-button-prev::after,
  #property_single .property-gallery-button-next::after {
    font-size: 3.08vw;
  }

  #property_single .property-gallery-button-next::after {
    padding-left: 0.77vw;
  }

  #property_single .property-gallery-button-prev::after {
    padding-right: 0.77vw;
  }

  #property_single .contents {
    width: 100%;
  }

  #property_single .th,
  #property_single .td {
    font-size: 3.33vw;
    line-height: 1.6;
    padding: 2.05vw 1.28vw;
  }

  #property_single .overview .th {
    width: 37%;
  }

  #property_single .price {
    font-size: 3.59vw;
    gap: 1.28vw;
  }

  #property_single .price .number {
    font-size: 6.15vw;
  }

  #property_single .map {
    aspect-ratio: 340/240;
    margin-top: 4.1vw;
  }

  #property_single .map iframe {
    border-radius: 2.56vw;
  }

  #property_single .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 8.21vw;
  }

  #property_single .detail_main {
    width: 100%;
  }

  #property_single .block_title {
    font-size: 4.62vw;
    line-height: 1.4;
    padding-left: 3.85vw;
  }

  #property_single .block_title::before {
    width: 1.03vw;
    height: 6.15vw;
  }

  #property_single .recommend_text,
  #property_single .appeal_text {
    border-radius: 3.08vw;
    border-left-width: 1.03vw;
    padding: 4.1vw;
    margin-top: 3.85vw;
  }

  #property_single .surroundings {
    margin-top: 8.21vw;
  }

  #property_single .surroundings .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1vw 2.56vw;
    margin-top: 3.85vw;
  }

  #property_single .item_image {
    border-radius: 2.05vw;
  }

  #property_single .item_zoom {
    width: 6.67vw;
    height: 6.67vw;
    right: 1.54vw;
    bottom: 1.54vw;
  }

  #property_single .item_zoom::before {
    width: 2.82vw;
    height: 0.51vw;
  }

  #property_single .item_zoom::after {
    width: 0.51vw;
    height: 2.82vw;
  }

  #property_single .item_texts {
    padding: 0 1.28vw;
    margin-top: 1.54vw;
  }

  #property_single .item_title {
    font-size: 3.59vw;
  }

  #property_single .item_text {
    font-size: 3.33vw;
    margin-top: 0.77vw;
  }

  #property_single .appeal {
    margin-top: 8.21vw;
  }

  #property_single .overview {
    width: 100%;
    margin-top: 8.21vw;
  }

  #property_single .point {
    margin-top: 3.85vw;
  }

  #property_single .point_title,
  #property_single .conditions_title {
    font-size: 4.1vw;
  }

  #property_single .point_text {
    font-size: 3.85vw;
    line-height: 1.6;
    margin-top: 1.28vw;
  }

  #property_single .conditions {
    margin-top: 5.13vw;
  }

  #property_single .tags {
    gap: 2.05vw;
    margin-top: 2.56vw;
  }

  #property_single .tag {
    font-size: 3.33vw;
    padding: 1.54vw 2.56vw;
    border-radius: 1.54vw;
  }

  #property_single .overview .table_wrap {
    margin-top: 5.13vw;
  }

  #property_single .property_modal_body {
    width: 89.74%;
    padding: 6.15vw 5.13vw;
    border-radius: 3.85vw;
  }

  #property_single .property_modal_close {
    width: 8.21vw;
    height: 8.21vw;
    top: -4.1vw;
    right: -2.05vw;
  }

  #property_single .property_modal_close::before,
  #property_single .property_modal_close::after {
    width: 3.59vw;
    height: 0.51vw;
  }

  #property_single .property_modal_image img {
    border-radius: 2.05vw;
  }

  #property_single .property_modal_title {
    font-size: 4.1vw;
    margin-top: 3.59vw;
  }

  #property_single .property_modal_text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: .06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type="text"],
  .common_contact_form input[type="email"],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }

  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }

  .page_contact #btn_wrap button[name="submitBack"] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* フォームスタイル追加 */
  .radio_btns .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .mwform-checkbox-field-text {
    font-size: 3.6vw;
  }

  .mw_wp_form .column {
    gap: 2.56vw;
  }

  .mw_wp_form .row {
    display: block;
  }

  .mw_wp_form .row_label {
    min-width: 100%;
    font-size: 3.6vw;
  }

  .mw_wp_form .row .row_input_zip {
    max-width: 50vw;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  body #sitemap_list {
    padding: 0;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* ----------------------- フッター ----------------------- */
  /* フッター追従 */
  .fix_cta {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
    padding: 2.56vw;
    border-radius: 2.56vw 2.56vw 0 0;
    border: none;
  }

  .fix_cta::before {
    content: "";
    position: absolute;
    width: calc(100% + 2.56vw);
    height: 100%;
    top: -1.03vw;
    left: -1.28vw;
    border-radius: 3.85vw 3.85vw 0 0;
    border: 1.28vw solid #c7bab6;
    border-bottom: none;
  }

  .fix_cta .fix_cta_btns {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
  }

  .fix_cta .fix_cta_btn a {
    width: 41.03vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 1.28vw;
    padding: 2.56vw;
  }

  .fix_cta .fix_cta_btn a:hover {
    opacity: 1;
  }

  .fix_cta .fix_cta_icon {
    width: 6.15vw;
    height: 6.15vw;
  }

  .fix_cta .fix_cta_icon img {
    width: 100%;
    max-height: 5.13vw;
  }

  .fix_cta .fix_cta_text {
    font-size: 3.33vw;
  }

  .fix_cta .fix_cta_illust--neko {
    width: 16.41vw;
    bottom: 0;
    left: 0;
  }

  .fix_cta .fix_cta_illust--emphasis {
    display: none;
  }

  /* フッター */
  .site_footer {
    position: relative;
    padding: 17.95vw 0 35.9vw;
  }

  .site_footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 17.95vw;
    bottom: 0;
    left: 0;
    background: #FDF7F2;
  }

  .site_footer .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site_footer .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 35.9vw;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .info {
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 6.41vw;
    padding-top: 6.41vw;
  }

  .site_footer .menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 3.33vw;
  }

  .site_footer .menu {
    border-bottom: 1px solid rgba(202, 186, 181, 0.3);
    padding-bottom: 3.08vw;
  }

  .site_footer .menu a {
    display: block;
    font-size: 3.85vw;
    line-height: 1.53;
  }

  .site_footer .menu a:hover {
    opacity: 1;
  }

  .site_footer .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }

  .site_footer .btn a {
    min-width: 65.13vw;
    padding: 2.56vw 3.85vw 2.56vw 6.41vw;
  }

  .site_footer .c_btn_text {
    font-size: 3.85vw;
  }

  .site_footer .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 3.85vw;
    margin-top: 6.41vw;
  }

  .site_footer .sub_menu a {
    display: block;
    font-size: 3.08vw;
  }

  .site_footer .sub_menu a:hover {
    opacity: 1;
  }

  .site_footer .copyright {
    font-size: 3.59vw;
  }

  .site_footer .illust {
    bottom: 17.95vw;
  }
}