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

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

body {
  min-width: 1440px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0em;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  color: #3B3B3B;
  background: #EFE9DC;
  margin: 0;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

.no_article {
  margin-top: 20px;
}

/* 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 {
  padding: 100px 0;
}

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

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

/* 共通設定（SWELL） */
.c-postTitle__ttl {
  color: #221e1f;
}

.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  color: #221e1f;
}

.c-widget__title.-side {
  color: #221e1f;
}

.wp-block-heading {
  color: #221e1f;
}

.widget_categories>ul>.cat-item>a,
.wp-block-categories-list>li>a {
  color: #221e1f;
}

.c-secTitle {
  color: #221e1f;
}

.c-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: center;
  margin: 3em 0;
  position: relative;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- サイト共通パーツ ------------------------- */
/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #221E1F;
  background-color: #FFF;
  border: solid 1px #221E1F;
  padding: 8px 15px;
  margin: 0 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-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: #221E1F;
  border-color: #221E1F;
  font-weight: bold;
}

/* パンくず */
.breadcrumb {
  position: relative;
  right: -4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.92;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 257px 0 18px;
  z-index: 2;
}

.breadcrumb .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

/* 共通ボタン */
.c_btn a {
  position: relative;
  display: inline-block;
  min-width: 270px;
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.03em;
  color: #221E1F;
  border: 1px solid #221E1F;
  padding: 18px 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
}

.c_btn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #221E1F;
  border-bottom: 1px solid #221E1F;
}

.c_btn--black a {
  color: #fff;
  background: #221E1F;
  border: 1px solid #221E1F;
}

.c_btn--black a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.c_btn--green a {
  color: #fff;
  background: #06C755;
  border: 1px solid #06C755;
}

.c_btn--green a::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* コンセプトパーツ */
.c_concept .title {
  text-align: center;
}

.c_concept .title span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.14em;
  color: #221E1F;
}

.c_concept .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #221E1F;
}

.c_concept .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.c_concept .item {
  background: #fff;
  border-radius: 16px;
  padding: 32px 20px;
}

.c_concept .item_title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}

.c_concept .item_title span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.09;
  letter-spacing: 0.14em;
  color: #221E1F;
}

.c_concept .item_title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

.c_concept .item_title .big {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.14em;
}

.c_concept .item_title .big::before {
  display: none;
}

.c_concept .sub_title {
  margin-top: 26px;
  text-align: center;
}

.c_concept .sub_title span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.92;
  letter-spacing: 0.14em;
  color: #221E1F;
}

.c_concept .sub_title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

.c_concept .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0em;
  margin-top: 28px;
  text-align: center;
}

/* CTAパーツ */
.c_cta {
  padding: 0 0 110px;
}

.c_cta .body {
  border-top: 1px solid #221E1F;
  border-bottom: 1px solid #221E1F;
  padding: 58px 20px 64px;
}

.c_cta .title {
  text-align: center;
}

.c_cta .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.84;
  letter-spacing: 0.08em;
  color: #221E1F;
}

.c_cta .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 11px;
  left: 0;
  background: #221E1F;
}

.c_cta .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 0.1em;
  margin-top: 24px;
  text-align: center;
}

.c_cta .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.c_cta .btn a {
  min-width: 400px;
}

.c_cta .btn:first-of-type a {
  padding: 18px 45px 18px 30px;
}

/* 物件情報パーツ */
.c_estate {
  position: relative;
  overflow: hidden;
}

.c_estate .no_article {
  margin-top: 40px;
  text-align: center;
}

.c_estate .c_title {
  margin-top: 51px;
}

.c_estate .estate-text-container {
  position: relative;
}

.c_estate .estate-text-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.c_estate .swiper-slide {
  width: 850px;
}

.c_estate .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_estate .estate-container {
  position: relative;
  margin-top: 58px;
}

.c_estate .estate-container .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.c_estate .item a {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 16px;
}

.c_estate .item_head {
  position: relative;
}

.c_estate .item_category {
  position: absolute;
  top: 0;
  left: 0;
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 14px;
  font-weight: 800;
  line-height: 1.43;
  letter-spacing: 0.03em;
  color: #fff;
  background: #221E1F;
  border-radius: 16px 0 16px 0;
  padding: 7.5px 16px;
  z-index: 1;
}

.c_estate .item_image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.c_estate .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 294/190;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_estate .item_btn {
  position: relative;
}

.c_estate .item_btn img {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_estate .item_btn .switch {
  opacity: 0;
}

.c_estate .item_body {
  color: #3B3B3B;
  padding: 14px 20px 23px;
}

.c_estate .item_title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.06;
  letter-spacing: 0.1em;
  color: #221E1F;
}

.c_estate .item_title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c_estate .item_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

.c_estate .item_address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c_estate .item_price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0em;
  color: #221E1F;
  margin-top: 8px;
}

.c_estate .number {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0em;
}

.c_estate .item_area {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0em;
  margin-top: 0;
}

.c_estate .c_link {
  margin-top: 60px;
}

/* よくある質問パーツ */
.c_faq .body {
  background: #fff;
  border-radius: 16px;
  padding: 74px 50px 76px;
}

.c_faq .title {
  text-align: center;
}

.c_faq .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
}

.c_faq .tab a {
  display: inline-block;
  min-width: 250px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #221E1F;
  border-radius: 27px;
  border: 2px solid #221E1F;
  padding: 16px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_faq .tab.current a {
  color: #fff;
  background: #221E1F;
  opacity: 1;
}

.c_faq .tab a {
  color: #221E1F;
}

.c_faq .tab.current a {
  color: #fff;
  background: #221E1F;
  opacity: 1;
}

.c_faq .box {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 2px;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.c_faq .items {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.c_faq .item {
  width: 1040px;
  border-bottom: 1px solid #221E1F;
  padding: 31px 20px 29px;
}

.c_faq .item_category {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  background: #221E1F;
  border: 2px solid #221E1F;
  border-radius: 20px;
  padding: 8px 16px;
}

.c_faq .item_title {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  margin-top: 10px;
}

.c_faq .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0em;
  color: #221E1F;
}

.c_faq .item_ja {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_faq .item_ja span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.73;
  letter-spacing: 0.08em;
  color: #221E1F;
  text-decoration: underline;
}

.c_faq .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.69;
  letter-spacing: 0em;
  margin-top: 24px;
}

.c_faq .c_link {
  margin-top: 60px;
  text-align: center;
}

.c_faq.c_faq--adjustment .body {
  padding: 74px 50px 80px;
}

.c_faq.c_faq--adjustment .items {
  margin-top: 40px;
}

.c_faq.c_faq--adjustment .item_title {
  margin-top: 0;
}

.c_faq .no_article {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

/* 共通リンク */
.c_link {
  text-align: center;
}

.c_link a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.12em;
  color: #221E1F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  background: #221E1F;
}

/* 提携ハウスメーカーパーツ */
.c_partner .swiper-container {
  position: relative;
  margin-top: 60px;
}

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

.c_partner .swiper-slide {
  width: auto;
}

.c_partner .swiper-slide img {
  display: block;
  max-height: 60px;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 選ばれる理由パーツ */
.c_reason .c_reason_head {
  position: relative;
}

.c_reason .c_reason_head::before {
  content: "";
  position: absolute;
  width: 509px;
  height: 696px;
  top: -300px;
  right: 50px;
  background-image: url("./image/logo02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.c_reason .c_reason_lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.c_reason .c_reason_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 46px;
}

.c_reason .c_reason_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 390/240;
}

.c_reason .c_reason_title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #221E1F;
  margin-top: 22px;
}

.c_reason .c_reason_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #221E1F;
}

.c_reason .c_reason_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0em;
  margin-top: 21px;
}

/* スタッフ紹介パーツ */
.c_staff {
  overflow: hidden;
}

.c_staff .c_title {
  padding-top: 50px;
}

.c_staff .swiper-container {
  position: relative;
  padding-bottom: 75px;
  margin-top: 54px;
}

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

.c_staff .swiper-slide {
  height: auto;
}

.c_staff .item {
  height: 100%;
  padding-top: 78px;
}

.c_staff .item a {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  border: 2px solid #221E1F;
  border-radius: 16px;
  padding: 123px 19px 19px;
  z-index: 2;
}

.c_staff .item_image {
  position: absolute;
  width: 190px;
  height: 190px;
  top: -78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #221E1F;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s;
}

.c_staff .item_image.after {
  z-index: -1;
}

.c_staff .item:hover .item_image.before {
  opacity: 0;
}

.c_staff .item_image img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.c_staff .item_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.c_staff .item_name {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #221E1F;
}

.c_staff .item_name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: #221E1F;
}

.c_staff .item_kana {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #221E1F;
  margin-top: 9px;
}

.c_staff .item_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.c_staff .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #3B3B3B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 19px;
  text-align: left;
}

.c_staff .item_link {
  margin-top: 13px;
  text-align: center;
}

.c_staff .item_link span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #221E1F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_staff .item_link span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #221E1F;
}

.c_staff .pagination-bullets,
.c_staff .swiper-pagination-bullets.swiper-pagination-horizontal,
.c_staff .swiper-pagination-custom,
.c_staff .swiper-pagination-fraction {
  bottom: 0;
}

.c_staff .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.c_staff .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.c_staff .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #fff;
  opacity: 1;
}

.c_staff .swiper-pagination-bullet-active {
  background: #221E1F;
}

.c_staff .no_article {
  margin-top: 40px;
  text-align: center;
}

/* ステップパーツ */
.c_step .title {
  text-align: center;
}

.c_step .title span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.08em;
  color: #221E1F;
}

.c_step .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

.c_step .title .number {
  display: inline-block;
  padding: 0 4px 0 2px;
}

.c_step .title .number::before {
  display: none;
}

.c_step .title .number img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_step .title .number .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c_step .items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 52px;
}

.c_step .items::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 90px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 45px;
  background: #3B3B3B;
  z-index: -1;
}

.c_step .item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}

.c_step .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.c_step .texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 11px;
}

.c_step .item_title span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #221E1F;
}

.c_step .item_title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background: #221E1F;
}

.c_step .item_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0em;
  margin-top: 13px;
}

/* 強みパーツ */
.c_strengths .c_strengths_lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.c_strengths .c_strengths_items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 50px;
}

.c_strengths .c_strengths_item {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.c_strengths .c_strengths_item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.c_strengths .c_strengths_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 390px;
  flex: 0 0 390px;
}

.c_strengths .c_strengths_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 390/240;
}

.c_strengths .c_strengths_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c_strengths .c_strengths_title {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #221E1F;
}

.c_strengths .c_strengths_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background: #221E1F;
}

.c_strengths .c_strengths_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0em;
  margin-top: 21px;
}

/* 共通タイトル */
.c_title {
  position: relative;
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0.08em;
  color: #221E1F;
  padding-bottom: 5px;
}

.c_title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #221E1F;
}

.c_title .big {
  font-size: 78px;
  font-weight: 700;
  line-height: 0.59;
  letter-spacing: 0.08em;
}

.c_title--small .big {
  font-size: 68px;
  font-weight: 700;
  line-height: 0.68;
  letter-spacing: 0.08em;
}

/* お客様の声パーツ */
.c_voice .title {
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  padding-right: 220px;
}

.c_voice .items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
  margin-top: 73px;
  z-index: 1;
}

.c_voice .items::before {
  content: "";
  position: absolute;
  width: 509px;
  height: 696px;
  top: -475px;
  left: -100px;
  background-image: url(./image/logo02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.c_voice .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
}

.c_voice .item_image {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.c_voice .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 294/190;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_voice .item_image.no_image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.c_voice .item_image--contain {
  background: #F4F4F4;
}

.c_voice .item_image--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.c_voice .item_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 14px 20px;
}

.c_voice .item_title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.06;
  letter-spacing: 0.1em;
  color: #221E1F;
}

.c_voice .item_title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.c_voice .item_title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

.c_voice .item_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0em;
  color: #3B3B3B;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c_voice .item_row {
  width: 100%;
  -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;
  margin-top: 32px;
}

.c_voice .item_name {
  position: relative;
  top: -3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #3B3B3B;
}

.c_voice .item_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c_voice .item_btn img {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_voice .item_btn .switch {
  opacity: 0;
}

.c_voice .c_link {
  margin-top: 60px;
}

/* ----------------------- サイト共通セクション ------------------------- */
/* 下層FV */
.common_fv {
  position: relative;
  margin-top: -110px;
}

.common_fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 30, 31, 0.4);
  z-index: 1;
}

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

.common_fv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.pc_header {
  position: relative;
  z-index: 100;
}

.pc_header .body {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 20px;
}

.pc_header .logo {
  width: 100%;
  max-width: 80px;
}

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

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

.pc_header .contents {
  position: relative;
  right: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc_header .nav {
  padding-right: 34px;
}

.pc_header .menus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.pc_header .menu {
  position: relative;
}

.pc_header .menu a {
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 1.5px 5px 3.5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .tel {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 39px;
}

.pc_header .tel_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.pc_header .tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc_header .tel_icon img {
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .tel_number {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0.03em;
}

.pc_header .tel_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 3px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* FV */
#top_fv {
  position: relative;
  top: -111px;
  height: 100vh;
  padding-bottom: 150px;
}

#top_fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 30, 31, 0.4);
  z-index: 2;
}

#top_fv .wrap {
  height: 100%;
}

#top_fv .title {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  z-index: 2;
}

#top_fv .main span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.14em;
}

#top_fv .main span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

#top_fv .sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.06em;
  margin-top: 24px;
}

#top_fv .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#top_fv .swiper,
#top_fv .swiper-wrapper,
#top_fv .swiper-slide,
#top_fv .image {
  height: 100%;
}

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

#top_fv .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 選ばれる理由 */
#top_reason {
  position: relative;
  padding: 134px 0 117px;
  border-bottom: 2px solid #221E1F;
  z-index: 1;
}

/* 買いたい方・建てたい方 */
#top_choose {
  padding: 105px 0 90px;
}

#top_choose .title {
  color: #221E1F;
  text-align: center;
}

#top_choose .main {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

#top_choose .catch {
  margin-top: 24px;
}

#top_choose .catch span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 3px;
}

#top_choose .catch span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #221E1F;
}

#top_choose .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 66px;
}

#top_choose .item a {
  display: block;
  background: #fff;
  border-radius: 16px;
}

#top_choose .item_head {
  color: #221E1F;
  padding: 34px 40px 22px;
}

#top_choose .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #221E1F;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 22px;
}

#top_choose .item_catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.12em;
  margin-top: 18px;
}

#top_choose .item_image {
  overflow: hidden;
}

#top_choose .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 560/200;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_choose .item_body {
  padding: 23px 40px 26px;
}

#top_choose .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0em;
  color: #3B3B3B;
}

#top_choose .item_link {
  margin-top: 20px;
  text-align: center;
}

#top_choose .item_link span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #221E1F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_choose .item_link span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #221E1F;
}

/* 新着物件情報 */
#top_estate {
  padding: 52px 0 60px;
}

#top_estate .block {
  border-top: 2px solid #221E1F;
  padding-top: 21px;
  margin-top: 116px;
}

#top_estate .block_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: right;
}

/* 売りたい方 */
#top_sell {
  padding: 70px 0 150px;
}

#top_sell .title {
  color: #221E1F;
  text-align: center;
}

#top_sell .main {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

#top_sell .catch {
  margin-top: 20px;
}

#top_sell .catch span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 4px;
}

#top_sell .catch span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #221E1F;
}

#top_sell .body {
  margin-top: 50px;
}

#top_sell .body a {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
}

#top_sell .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 430px;
  flex: 0 0 430px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}

#top_sell .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_sell .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 44px 40px 36px;
}

#top_sell .sub_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #221E1F;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 22px;
}

#top_sell .sub_catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.12em;
  color: #221E1F;
  margin-top: 18px;
}

#top_sell .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0em;
  color: #3B3B3B;
  margin-top: 24px;
}

#top_sell .link {
  margin-top: 20px;
  text-align: right;
}

#top_sell .link span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #221E1F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_sell .link span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
  background: #221E1F;
}

/* 無料査定 */
#top_assessment {
  color: #fff;
  background-image: url("./image/top-assessment-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 72px;
}

#top_assessment .texts {
  width: 100%;
  max-width: 630px;
}

#top_assessment .title span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.08em;
}

#top_assessment .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: #fff;
}

#top_assessment .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.06em;
  margin-top: 24px;
}

#top_assessment .btn {
  margin-top: 62px;
}

#top_assessment .btn a {
  min-width: 280px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.08em;
  color: #fff;
  border: 1px solid #fff;
  padding: 17.5px 30px 17.5px 20px;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_assessment .btn a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* スタッフ紹介 */
#top_staff {
  padding: 113px 0 102px;
}

/* よくある質問 */
#top_faq {
  position: relative;
  z-index: 2;
}

#top_faq .items {
  margin-top: 20px;
}

#top_faq .items:nth-of-type(2) .item_category {
  color: #221E1F;
  background: #fff;
}

/* お客様の声 */
#top_voice {
  padding: 217px 0 80px;
}

/* 会社概要 */
#top_company {
  padding: 90px 0 60px;
}

#top_company .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 96px;
}

#top_company .c_title {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 15px;
}

#top_company .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_company .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0em;
}

#top_company .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  margin-top: 32px;
}

#top_company .sub_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #221E1F;
}

#top_company .border {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 1px;
  background: #221E1F;
}

#top_company .box {
  margin-top: 30px;
}

#top_company .dl-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_company .dl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

#top_company .dl:not(:first-of-type) {
  margin-top: 5px;
}

#top_company .dt {
  min-width: 66px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

#top_company .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_company .dd.flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

#top_company .dd_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

#top_company .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

#top_company .btn a {
  display: inline-block;
  min-width: 180px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #221E1F;
  border-radius: 20px;
  padding: 6px 10px 8px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_company .c_link {
  margin-top: 56px;
  text-align: left;
}

#top_company .swiper-container {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}

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

#top_company .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 16px;
}

/* 投稿 */
#top_post {
  padding: 58px 0 156px;
}

#top_post .body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}

#top_post .title span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.08em;
  color: #221E1F;
}

#top_post .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background: #221E1F;
}

#top_post .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
}

#top_post .items {
  margin-top: 15px;
}

#top_post .item a {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 30px;
  border-bottom: 1px solid #221E1F;
  padding: 23.2px 0;
}

#top_post .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  border-radius: 16px;
  overflow: hidden;
}

#top_post .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .item_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 12px;
}

#top_post .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #221E1F;
}

#top_post .item_title span {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#top_post .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

#top_post .item_date {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0em;
  color: #3B3B3B;
}

#top_post .item_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
}

#top_post .item_btn img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_post .item_btn .switch {
  opacity: 0;
}

#top_post .c_link {
  text-align: center;
}

/* CTA */
#top_cta {
  padding: 0 0 80px;
}

#top_cta .body {
  border-top: 1px solid #221E1F;
  border-bottom: 1px solid #221E1F;
  padding: 26px 0 24px;
}

#top_cta .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #221E1F;
  text-align: center;
}

#top_cta .btns {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 20px;
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

#top_cta .tel {
  margin-top: 24px;
  text-align: center;
}

#top_cta .tel_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #221E1F;
}

#top_cta .tel_box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

#top_cta .tel_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

#top_cta .tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top_cta .tel_icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
  object-fit: contain;
}

#top_cta .tel_number {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0.03em;
}

#top_cta .tel_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  padding-bottom: 8px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC固定ページ 買いたい方へ */
#buy_concept {
  padding: 80px 0 32px;
}

#buy_reason {
  padding: 64px 0 69px;
  border-bottom: 2px solid #221E1F;
}

#buy_reason .c_reason_head::before {
  display: none;
}

#buy_reason .c_reason_title {
  letter-spacing: 0.06em;
}

#buy_step {
  padding: 85px 0 94px;
}

#buy_estate {
  position: relative;
  padding: 52px 0 60px;
  z-index: 2;
}

#buy_voice {
  padding: 153px 0 118px;
}

#buy_faq {
  padding: 0 0 100px;
}

/* PC固定ページ 売りたい方へ */
#sell_concept {
  padding: 80px 0 32px;
}

#sell_reason {
  padding: 64px 0 69px;
  border-bottom: 2px solid #221E1F;
}

#sell_reason .c_reason_head::before {
  display: none;
}

#sell_reason .c_reason_title {
  font-size: 19px;
  letter-spacing: 0.06em;
}

#sell_step {
  padding: 97px 0 94px;
}

#sell_estate {
  padding: 40px 0 100px;
}

#sell_voice {
  padding: 50px 0 118px;
}

#sell_voice .c_voice .items::before {
  display: none;
}

#sell_voice .title {
  padding-right: 0;
  margin-left: 0;
}

#sell_faq {
  padding: 0 0 100px;
}

/* PC固定ページ 注文住宅を建てたい方へ */
#custom_concept {
  padding: 80px 0 32px;
}

#custom_reason {
  padding: 64px 0 69px;
  border-bottom: 2px solid #221E1F;
}

#custom_reason .c_reason_head::before {
  display: none;
}

#custom_reason .c_reason_title {
  font-size: 19px;
  letter-spacing: 0.06em;
}

#custom_step {
  padding: 97px 0 80px;
}

#custom_partner {
  padding: 80px 0 160px;
}

#custom_partner .title {
  text-align: center;
}

#custom_partner .title span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.08em;
  color: #221E1F;
}

#custom_partner .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 7px;
  left: 0;
  background: #221E1F;
}

#custom_faq {
  padding: 0 0 100px;
}

/* PC固定ページ 選ばれる理由 */
#reason_concept {
  padding: 80px 0 32px;
}

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

#reason_staff {
  padding: 60px 0 150px;
}

#reason_staff .c_staff_title {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: 0;
}

/* PC固定ページ お客様の声 */
#voice_article {
  padding: 100px 0;
}

#voice_article .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
}

#voice_article .tab a {
  display: block;
  min-width: 250px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #221E1F;
  border-radius: 27px;
  border: 2px solid #221E1F;
  padding: 16px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#voice_article .items {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 21px;
}

#voice_article .items::before {
  display: none;
}

#voice_article .item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#voice_article .item_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  text-align: left;
}

#voice_article .c_voice {
  margin-top: 40px;
  text-align: center;
}

/* PC固定ページ お客様の声（詳細） */
#voice_detail {
  padding: 100px 0;
}

#voice_detail .body {
  gap: 80px;
}

#voice_detail .swiper-container {
  position: relative;
  width: 400px;
  padding-bottom: 50px;
}

#voice_detail .swiper-container.is-single {
  padding-bottom: 0;
}

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

#voice_detail .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
}

#voice_detail .image.no_image img {
  -o-object-fit: cover;
  object-fit: cover;
}

#voice_detail .pagination-bullets,
#voice_detail .swiper-pagination-bullets.swiper-pagination-horizontal,
#voice_detail .swiper-pagination-custom,
#voice_detail .swiper-pagination-fraction {
  bottom: 4px;
}

#voice_detail .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#voice_detail .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

#voice_detail .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #221E1F;
  opacity: 1;
}

#voice_detail .swiper-pagination-bullet-active {
  background: #221E1F;
}

#voice_detail .swiper-button-prev,
#voice_detail .swiper-button-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  top: auto;
  bottom: 0;
  color: #221E1F;
  z-index: 11;
}

#voice_detail .swiper-button-prev {
  left: 10%;
}

#voice_detail .swiper-button-next {
  right: 10%;
}

#voice_detail .swiper-button-prev::after,
#voice_detail .swiper-button-next::after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

#voice_detail .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 24px 0;
}

#voice_detail .title span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #221E1F;
}

#voice_detail .title span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 2px;
  left: 0;
  background: #221E1F;
}

#voice_detail .name {
  margin-top: 40px;
}

#voice_detail .text {
  margin-top: 24px;
}

#voice_detail .box {
  margin-top: 40px;
}

#voice_detail .box_title span {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0em;
  text-decoration: underline;
}

#voice_detail .box_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 12px;
}

#voice_detail .box_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#voice_detail .box_image img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#voice_detail .box_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 24px 40px;
}

#voice_detail .block {
  margin-top: 80px;
}

#voice_detail .block_title span {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  text-decoration: underline;
}

#voice_detail .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

#voice_detail .item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 40px;
}

#voice_detail .item_title {
  gap: 20px;
}

#voice_detail .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0em;
  color: #221E1F;
}

#voice_detail .item_ja {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #221E1F;
  text-decoration: underline;
}

#voice_detail .item_text {
  padding-left: 40px;
  margin-top: 10px;
}

/* PC固定ページ よくある質問 */
#faq_article {
  padding: 100px 0;
}

/* PC固定ページ 物件情報 */
#estate_article {
  padding: 100px 0;
}

#estate_article .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
}

#estate_article .tab a {
  display: block;
  min-width: 250px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #221E1F;
  border-radius: 27px;
  border: 2px solid #221E1F;
  padding: 16px 30px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#estate_article .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 21px;
  margin-top: 70px;
}

#estate_article .item a {
  min-height: 367px;
}

/* PC固定ページ 物件情報（詳細） */
#estate_detail {
  padding: 100px 0;
}

#estate_detail .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 80px;
}

#estate_detail .contents {
  width: calc(50% - 30px);
}

#estate_detail .head {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

#estate_detail .category {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  background: #221E1F;
  border-radius: 20px;
  padding: 8px 16px 10px;
  text-align: center;
}

#estate_detail .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0em;
  color: #221E1F;
  text-decoration: underline;
}

#estate_detail .price {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.61;
  letter-spacing: 0em;
  color: #221E1F;
  margin-top: 20px;
}

#estate_detail .price .number {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.21;
  letter-spacing: 0em;
}

#estate_detail .address {
  margin-top: 10px;
}

#estate_detail .gallery {
  margin-top: 32px;
}

#estate_detail .main-swiper-container {
  position: relative;
}

#estate_detail .estate-main-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 540/400;
  border-radius: 16px;
}

#estate_detail .estate-thumb-swiper {
  margin-top: 12px;
}

#estate_detail .estate-thumb-swiper .swiper-wrapper {
  width: 100%;
}

#estate_detail .estate-thumb-swiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

#estate_detail .estate-thumb-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 100/120;
  border-radius: 6px;
}

#estate_detail .estate-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

#estate_detail .estate-thumb-swiper .swiper-slide::before,
#estate_detail .estate-thumb-swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #3B3B3B;
  border-radius: 6px;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#estate_detail .estate-thumb-swiper .swiper-slide-thumb-active::before {
  opacity: 0;
}

#estate_detail .estate-gallery-button-next,
#estate_detail .estate-gallery-button-prev {
  color: transparent;
}

#estate_detail .estate-gallery-button-prev,
#estate_detail .estate-gallery-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% + 25px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

#estate_detail .estate-gallery-button-prev {
  left: -20px;
}

#estate_detail .estate-gallery-button-next {
  right: -20px;
}

#estate_detail .estate-gallery-button-prev::after,
#estate_detail .estate-gallery-button-next::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: #221E1F;
  border-radius: 50%;
  text-align: center;
}

#estate_detail .box {
  width: calc(50% - 30px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

#estate_detail .block--mt28 {
  margin-top: 28px;
}

#estate_detail .block--mt60 {
  margin-top: 60px;
}

#estate_detail .block--mt80 {
  margin-top: 80px;
}

#estate_detail .block_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #221E1F;
  text-decoration: underline;
}

#estate_detail .block_text {
  margin-top: 5px;
}

#estate_detail .comment {
  margin-top: 80px;
}

#estate_detail .comment_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0em;
  color: #221E1F;
  text-decoration: underline;
}

#estate_detail .comment_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 40px;
  margin-top: 32px;
}

#estate_detail .comment_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#estate_detail .comment_image img {
  width: 120px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#estate_detail .comment_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #221E1F;
  margin-top: 10px;
  text-align: center;
}

#estate_detail .comment_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 24px 40px;
}

#estate_detail .dl-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#estate_detail .dl-wrap--vertical {
  grid-template-columns: 1fr;
}

#estate_detail .dl-wrap--mt {
  margin-top: 10px;
}

#estate_detail .dl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #ddd;
}

#estate_detail .dl:first-of-type {
  border-top: 1px solid #ddd;
}

#estate_detail .dl--full {
  grid-column: 1/-1;
}

#estate_detail .dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  max-width: 171px;
  font-size: 14px;
  color: #fff;
  background: #221E1F;
  padding: 8px 16px;
}

#estate_detail .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  font-size: 15px;
  background: #fff;
  padding: 8px 24px;
}

#estate_detail .map {
  position: relative;
  width: 100%;
  aspect-ratio: 600/240;
  margin-top: 80px;
}

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

#estate_detail .units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  margin-top: 24px;
}

#estate_detail .unit {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

#estate_detail .unit_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

#estate_detail .unit_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

#estate_detail .unit_contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#estate_detail .unit_tag {
  line-height: 1;
  color: #221E1F;
}

#estate_detail .unit_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #221E1F;
  text-decoration: underline;
  margin-top: 5px;
}

#estate_detail .unit_text {
  margin-top: 5px;
}

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

#estate_detail .no_article {
  text-align: left;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3B3B3B;
  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 80px;
}

.common_contact_form .form_block:not(:first-of-type) {
  margin-top: 80px;
}

.common_contact_form .form_block_title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #221E1F;
  text-decoration: underline;
  margin-bottom: 24px;
}

.common_contact_form .form_group {
  align-items: center;
  gap: 20px;
}

.common_contact_form .form_row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.common_contact_form .form_row--mt {
  margin-top: 10px;
}

.common_contact_form .select--small {
  width: 100px;
}

.common_contact_form .form_note {
  font-size: 13px;
  margin-top: 5px;
}

.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;
  color: #221E1F;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #221E1F;
  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;
}

/* ラジオボタン デザイン */
.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: #3B3B3B;
  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: #221E1F;
  -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: #221E1F;
  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: #221E1F;
  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;
}

/* 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;
}

.error404 #main_content {
  padding-bottom: 4em;
}

/* サイトマップ */
body #sitemap_list {
  background: transparent;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* PC追従CTA */
.fix_cta {
  position: fixed;
  bottom: 130px;
  right: 0;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.fix_cta.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fix_cta .cta_body {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fix_cta .fix_cta_head {
  position: relative;
}

.fix_cta .fix_cta_head::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
}

.fix_cta .fix_cta_head a {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: rgba(34, 30, 31, 0.9);
  padding: 20px 15px 15px;
}

.fix_cta .fix_cta_title {
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: 0.31em;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.fix_cta .fix_cta_button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fix_cta .fix_cta_button img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.fix_cta.is-open .fix_cta_button img {
  transform: scaleX(-1);
}

.fix_cta .fix_cta_contents {
  color: #fff;
  background: rgba(34, 30, 31, 0.9);
  padding: 20px;
}

.fix_cta .fix_cta_tel {
  color: #fff;
}

.fix_cta .fix_cta_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 8px;
}

.fix_cta .fix_cta_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fix_cta .fix_cta_icon img {
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fix_cta .fix_cta_number {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0.03em;
}

.fix_cta .fix_cta_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-top: 3px;
  text-align: center;
}

.fix_cta .fix_cta_btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 11px;
}

.fix_cta .fix_cta_btn a {
  position: relative;
  display: block;
  min-width: 230px;
  border: 1px solid #fff;
  padding: 9px 30px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fix_cta .fix_cta_btn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.fix_cta .fix_cta_link {
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.03em;
  color: #fff;
}

.fix_cta .fix_cta_btn--gray a {
  background: #655D5F;
}

.fix_cta .fix_cta_btn--green a {
  background: #06C755;
  border: 1px solid #06C755;
}

/* フッター */
.site_footer {
  color: #fff;
  background-image: url("./image/footer-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 68px 0 0;
}

.site_footer .body {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 250px;
  padding-bottom: 20px;
}

.site_footer .contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 365px;
  flex: 0 0 365px;
  margin-top: 37px;
}

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

.site_footer .logo {
  width: 100%;
  max-width: 97px;
}

.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 .catch {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.14em;
}

.site_footer .company {
  margin-top: 94px;
}

.site_footer .company_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.1em;
}

.site_footer .company_address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  letter-spacing: 0.1em;
}

.site_footer .nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site_footer .menus:nth-of-type(1) {
  margin-right: 67px;
}

.site_footer .menus:nth-of-type(2) {
  margin-right: 38px;
}

.site_footer .menu {
  line-height: 1;
}

.site_footer .menu:not(:first-of-type) {
  margin-top: 30px;
}

.site_footer .menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .copyright {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  letter-spacing: 0em;
  border-top: 1px solid #fff;
  padding: 24px 20px 31px;
  text-align: center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* wp-pagenavi base */
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #221E1F;
  border-color: #221E1F;
}

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

/* 共通ボタン */
.c_btn a:hover {
  opacity: 0.7;
}

/* 物件情報パーツ */
.c_estate .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_estate .item a:hover .item_btn .switch {
  opacity: 1;
}

/* よくある質問パーツ */
.c_faq .tab.current a:hover {
  color: #fff;
  background: #221E1F;
  opacity: 1;
}

.c_faq .tab a:hover {
  opacity: 0.7;
}

.c_faq .tab.current:hover a {
  color: #fff;
  background: #221E1F;
  opacity: 1;
}

/* 共通リンク */
.c_link a:hover {
  opacity: 0.7;
}

.c_staff .item a:hover .item_link span {
  opacity: 0.7;
}

/* お客様の声パーツ */
.c_voice .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_voice .item a:hover .item_btn .switch {
  opacity: 1;
}

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

.pc_header .menu a:hover {
  color: #221E1F;
  background: #fff;
}

/* 買いたい方・建てたい方 */
#top_choose .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_choose .item a:hover .item_link span {
  opacity: 0.7;
}

/* 売りたい方 */
#top_sell .body a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_sell .body a:hover .link span {
  opacity: 0.7;
}

/* 無料査定 */
#top_assessment .btn a:hover {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  opacity: 1;
}

/* 会社概要 */
#top_company .btn a:hover {
  opacity: 0.7;
}

/* 投稿 */
#top_post .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_post .item a:hover .item_btn .switch {
  opacity: 1;
}

#top_post .item a:hover .item_btn .default {
  opacity: 0;
}

/* PC固定ページ お客様の声 */
#voice_article .tab:hover a {
  color: #fff;
  background: #221E1F;
}

/* PC固定ページ よくある質問 */
#faq_article .c_faq .tab a:hover {
  color: #fff;
  background: #221E1F;
  opacity: 1;
}

/* PC固定ページ 物件情報 */
#estate_article .tab:hover a {
  color: #fff;
  background: #221E1F;
}

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

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

/* PC追従CTA */
.fix_cta .fix_cta_btn a:hover {
  opacity: 0.7;
}

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

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

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----------------------- デフォルトcss ------------------------- */
@media (max-width: 750px) {

  .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;
  }

  body {
    min-width: 100%;
    font-size: 3.33vw;
    line-height: 1.62;
  }

  .no_article {
    margin-top: 5.13vw;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

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

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */
  /* wp-pagenavi base */
  .wp-pagenavi {
    margin-top: 7.69vw;
  }

  .wp-pagenavi a:hover {
    color: #221E1F;
    background-color: #FFF;
  }

  /* パンくず */
  .breadcrumb {
    right: 0;
    font-size: 2.82vw;
    padding: 51.28vw 0 2.31vw;
  }

  .breadcrumb .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a {
    min-width: 310px;
    width: 79.49vw;
    font-size: 4.62vw;
    padding: 4.62vw 7.69vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  .c_btn a::before {
    width: 1.79vw;
    height: 1.79vw;
    right: 5.13vw;
  }

  /* コンセプトパーツ */
  .c_concept .title span {
    font-size: 5.13vw;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }

  .c_concept .title span::before {
    bottom: 1.28vw;
  }

  .c_concept .items {
    grid-template-columns: 1fr;
    gap: 3.08vw;
    margin-top: 5.64vw;
  }

  .c_concept .item {
    border-radius: 3.08vw;
    padding: 4.36vw 5.13vw;
  }

  .c_concept .item_title span {
    font-size: 4.1vw;
    line-height: 1.89;
    letter-spacing: 0.08em;
  }

  .c_concept .item_title span::before {
    bottom: 1.28vw;
  }

  .c_concept .item_title .big {
    font-size: 5.64vw;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }

  .c_concept .sub_title {
    margin-top: 5.13vw;
  }

  .c_concept .sub_title span {
    font-size: 4.62vw;
    line-height: 1.83;
  }

  .c_concept .sub_title span::before {
    bottom: 1.28vw;
  }

  .c_concept .text {
    font-size: 3.59vw;
    line-height: 1.57;
    margin-top: 4.1vw;
    text-align: left;
  }

  /* CTAパーツ */
  .c_cta {
    padding: 0 0 15.38vw;
  }

  .c_cta .body {
    padding: 8.21vw 2.56vw;
  }

  .c_cta .title span {
    font-size: 5.13vw;
    line-height: 1.7;
  }

  .c_cta .title span::before {
    bottom: 1.28vw;
  }

  .c_cta .text {
    font-size: 3.59vw;
    margin-top: 6.15vw;
    text-align: left;
  }

  .c_cta .btns {
    -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: 2.56vw;
    margin-top: 8.21vw;
  }

  .c_cta .btn a {
    min-width: 310px;
    width: 79.49vw;
  }

  .c_cta .btn:first-of-type a {
    padding: 4.62vw 11.54vw 4.62vw 7.69vw;
  }

  /* 物件情報パーツ */
  .c_estate {
    position: relative;
    overflow: hidden;
  }

  .c_estate .no_article {
    margin-top: 5.13vw;
  }

  .c_estate .c_title {
    margin-top: 10.77vw;
  }

  .c_estate .image:not(:first-of-type) {
    margin-top: 4.62vw;
  }

  .c_estate .estate-container {
    margin-top: 8.97vw;
  }

  .c_estate .item a {
    border-radius: 4.1vw;
  }

  .c_estate .item_category {
    font-size: 3.59vw;
    border-radius: 4.1vw 0 4.1vw 0;
    padding: 2.05vw 4.87vw 1.79vw;
  }

  .c_estate .item_image {
    border-radius: 4.1vw 4.1vw 0 0;
  }

  .c_estate .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_estate .item_btn img {
    width: 7.69vw;
    height: 7.69vw;
    bottom: 2.56vw;
    right: 5.13vw;
  }

  .c_estate .item_btn .switch {
    display: none;
  }

  .c_estate .item_body {
    padding: 3.59vw 5.13vw 5.13vw;
  }

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

  .c_estate .item_title::before {
    bottom: 1.79vw;
  }

  .c_estate .item_address {
    font-size: 3.59vw;
  }

  .c_estate .item_price {
    font-size: 4.62vw;
    margin-top: 3.08vw;
  }

  .c_estate .number {
    font-size: 6.15vw;
  }

  .c_estate .item_area {
    font-size: 3.59vw;
  }

  .c_estate .c_link {
    margin-top: 11.79vw;
  }

  /* よくある質問パーツ */
  .c_faq .body {
    border-radius: 3.08vw;
    padding: 14.62vw 5.13vw;
  }

  .c_faq .c_title .big {
    font-size: 11.28vw;
    line-height: 1.05;
  }

  .c_faq .tabs {
    gap: 1.28vw;
    margin-top: 6.15vw;
  }

  .c_faq .tab a {
    font-size: 3.59vw;
    min-width: 25vw;
    border-radius: 7.69vw;
    padding: 2.56vw;
  }

  .c_faq .tab a:hover {
    opacity: 1;
  }

  .c_faq .box {
    gap: 5.13vw;
    margin-top: 2.31vw;
  }

  .c_faq .item {
    width: 79.49vw;
    padding: 6.92vw 0 5.9vw;
  }

  .c_faq .item_category {
    position: relative;
    font-size: 3.33vw;
    border-radius: 5.13vw;
    padding: 1.92vw 3.85vw;
    margin-left: 8.46vw;
  }

  .c_faq .item_category::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: -8.46vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: 0em;
    font-size: 7.18vw;
    color: #221E1F;
  }

  .c_faq .item_title {
    display: block;
    margin-top: 3.59vw;
  }

  .c_faq .item_en {
    display: none;
  }

  .c_faq .item_ja {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .c_faq .item_ja span {
    font-size: 4.1vw;
    line-height: 1.75;
  }

  .c_faq .item_text {
    font-size: 3.33vw;
    line-height: 1.62;
    letter-spacing: 0.08em;
    margin-top: 3.33vw;
  }

  .c_faq .c_link {
    margin-top: 9.49vw;
  }

  .c_faq.c_faq--adjustment .body {
    padding: 14.62vw 5.13vw;
  }

  .c_faq.c_faq--adjustment .items {
    margin-top: 0;
  }

  .c_faq.c_faq--adjustment .item {
    padding: 5.9vw 0;
  }

  .c_faq.c_faq--adjustment .item_title {
    margin-top: 3.59vw;
    margin-top: 0;
  }

  .c_faq.c_faq--adjustment .item_en {
    display: block;
    font-size: 7.18vw;
  }

  .c_faq .no_article {
    margin-top: 5.13vw;
  }

  /* 共通リンク */
  .c_link a {
    font-size: 4.1vw;
    line-height: 2;
  }

  .c_link a:hover {
    opacity: 1;
  }

  .c_link a::before {
    bottom: 1.79vw;
  }

  /* 提携ハウスメーカーパーツ */
  .c_partner .swiper-container {
    margin-top: 8.21vw;
  }

  .c_partner .swiper-slide img {
    max-height: 10.26vw;
  }

  /* 選ばれる理由パーツ */
  .c_reason .c_reason_head::before {
    width: 62.31vw;
    height: 85.38vw;
    top: -97.44vw;
    right: 0;
  }

  .c_reason .c_reason_lead {
    font-size: 3.85vw;
    line-height: 1.8;
    margin-top: 6.15vw;
  }

  .c_reason .c_reason_items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin-top: 6.41vw;
  }

  .c_reason .c_reason_image img {
    border-radius: 3.08vw;
    aspect-ratio: 350/200;
  }

  .c_reason .c_reason_title {
    font-size: 4.62vw;
    line-height: 1.83;
    letter-spacing: 0.04em;
    margin-top: 3.85vw;
  }

  .c_reason .c_reason_title::before {
    bottom: 1.54vw;
  }

  .c_reason .c_reason_text {
    font-size: 3.59vw;
    margin-top: 3.33vw;
  }

  /* スタッフ紹介パーツ */
  .c_staff .c_title {
    padding-top: 0;
  }

  .c_staff .swiper-container {
    padding-bottom: 12.82vw;
    margin-top: 8.46vw;
  }

  .c_staff .item {
    padding-top: 14.36vw;
  }

  .c_staff .item a {
    border-radius: 4.1vw;
    padding: 28.21vw 4.87vw 4.36vw;
  }

  .c_staff .item_image {
    width: 38.46vw;
    height: 38.46vw;
    top: -14.36vw;
  }

  .c_staff .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

  .c_staff .item_name::before {
    bottom: 1.28vw;
  }

  .c_staff .item_kana {
    font-size: 3.59vw;
    margin-top: 2.31vw;
  }

  .c_staff .item_texts {
    max-width: 100%;
  }

  .c_staff .item_text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }

  .c_staff .item_link {
    margin-top: 3.33vw;
  }

  .c_staff .item_link span {
    font-size: 4.1vw;
  }

  .c_staff .item_link span::before {
    bottom: 1.54vw;
  }

  .c_staff .item a:hover .item_link span {
    opacity: 1;
  }

  .c_staff .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .c_staff .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.05vw;
  }

  .c_staff .swiper-pagination-bullet {
    width: 3.08vw;
    height: 3.08vw;
  }

  .c_staff .no_article {
    margin-top: 5.13vw;
  }

  /* ステップパーツ */
  .c_step .title span {
    font-size: 5.64vw;
    line-height: 1.8;
  }

  .c_step .title span::before {
    height: 1px;
    bottom: 1.54vw;
  }

  .c_step .title .number {
    padding: 0 1.28vw 0 0;
  }

  .c_step .title .number::before {
    display: block;
    bottom: -1.08vw;
  }

  .c_step .title .number img {
    width: 6.15vw;
  }

  .c_step .items {
    gap: 6.15vw;
    margin-top: 10.26vw;
  }

  .c_step .items::before {
    height: 100%;
    top: 0;
    left: 5.38vw;
    -webkit-transform: none;
    transform: none;
  }

  .c_step .item {
    gap: 7.69vw;
  }

  .c_step .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.54vw;
    flex: 0 0 11.54vw;
  }

  .c_step .texts {
    margin-top: 2.56vw;
  }

  .c_step .item_title span {
    font-size: 4.62vw;
  }

  .c_step .item_title span::before {
    bottom: 0.26vw;
  }

  .c_step .item_text {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 2.56vw;
  }

  /* 強みパーツ */
  .c_strengths .c_strengths_lead {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }

  .c_strengths .c_strengths_items {
    gap: 10.26vw;
    margin-top: 6.41vw;
  }

  .c_strengths .c_strengths_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.85vw;
  }

  .c_strengths .c_strengths_item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c_strengths .c_strengths_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  .c_strengths .c_strengths_image img {
    border-radius: 3.08vw;
    aspect-ratio: 350/200;
  }

  .c_strengths .c_strengths_texts {
    width: 100%;
  }

  .c_strengths .c_strengths_title {
    font-size: 5vw;
    line-height: 1.83;
    letter-spacing: 0.04em;
  }

  .c_strengths .c_strengths_title::before {
    bottom: 1.54vw;
  }

  .c_strengths .c_strengths_text {
    font-size: 3.59vw;
    margin-top: 3.33vw;
  }

  .c_swipe_hint {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 1;
  }

  .c_swipe_hint.is-hidden {
    opacity: 0;
  }

  .c_swipe_hint img {
    display: block;
    width: 25.64vw;
    height: auto;
  }

  /* 共通タイトル */
  .c_title {
    font-size: 6.15vw;
    line-height: 1.92;
    padding-bottom: 0;
  }

  .c_title::before {
    height: 1px;
    bottom: 1.28vw;
  }

  .c_title .big {
    font-size: 13.85vw;
    line-height: 0.85;
  }

  .c_title--small .big {
    font-size: 13.85vw;
    line-height: 0.85;
  }

  /* お客様の声パーツ */
  .c_voice .title {
    max-width: 100%;
    max-width: 65.38vw;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .c_voice .c_title--small .big {
    font-size: 11.28vw;
    line-height: 0.85;
  }

  .c_voice .swiper-container {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 9.23vw;
  }

  .c_voice .swiper-container::before {
    content: "";
    position: absolute;
    width: 62.31vw;
    height: 85.38vw;
    top: -102.56vw;
    left: 0;
    background-image: url("./image/logo02.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .c_voice .swiper-slide {
    height: auto;
  }

  .c_voice .item {
    height: 100%;
  }

  .c_voice .item a {
    border-radius: 4.1vw;
  }

  .c_voice .item_image {
    border-radius: 4.1vw 4.1vw 0 0;
  }

  .c_voice .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_voice .item_body {
    padding: 3.59vw 5.13vw;
  }

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

  .c_voice .item_title span::before {
    bottom: 1.79vw;
  }

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

  .c_voice .item_row {
    gap: 2.56vw;
    margin-top: 8.21vw;
  }

  .c_voice .item_name {
    top: -0.77vw;
    font-size: 3.59vw;
  }

  .c_voice .item_btn img {
    width: 7.69vw;
    height: 7.69vw;
    bottom: 2.56vw;
    right: 2.56vw;
  }

  .c_voice .item_btn .switch {
    display: none;
  }

  .c_voice .c_link {
    margin-top: 12.05vw;
  }

  /* ----------------------- サイト共通セクション ------------------------- */
  /* 下層FV */
  .common_fv {
    margin-top: 0;
  }

  .common_fv .logo {
    position: absolute;
    top: 20px;
    left: 5.13vw;
    width: 57px;
    z-index: 1000;
  }

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

  /* ----------------------- SPヘッダー ------------------------- */
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .sp_hd .body {
    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;
    padding-top: 20px;
    padding-right: 58px;
  }

  .sp_hd .tel {
    position: relative;
  }

  .sp_hd .tel a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #EFE9DC;
    border: 2px solid #221E1F;
    border-radius: 6px;
  }

  .sp_hd .tel img {
    width: 29px;
    height: 29px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* ----------------------- TOPページ ------------------------- */
  /* FV */
  #top_fv {
    top: 0;
    height: 164.1vw;
    max-height: calc(100vh - 15.38vw);
    padding-bottom: 15.38vw;
  }

  #top_fv .logo {
    position: absolute;
    top: 20px;
    left: 5.13vw;
    width: 57px;
    z-index: 1000;
  }

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

  #top_fv .title {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    z-index: 2;
  }

  #top_fv .main span {
    font-size: 6.03vw;
    line-height: 1.63;
  }

  #top_fv .main span::before {
    bottom: 1.2vw;
  }

  #top_fv .sub {
    font-size: 3.41vw;
    line-height: 1.43;
    letter-spacing: 0;
    margin-top: 5.64vw;
  }

  #top_fv .swiper-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  #top_fv .swiper,
  #top_fv .swiper-wrapper,
  #top_fv .swiper-slide,
  #top_fv .image {
    height: 100%;
  }

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

  #top_fv .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* 選ばれる理由 */
  #top_reason {
    padding: 89.74vw 0 15.38vw;
    border-bottom: 2px solid #221E1F;
  }

  /* 買いたい方・建てたい方 */
  #top_choose {
    padding: 12.05vw 0 0;
  }

  #top_choose .main {
    font-size: 4.1vw;
    line-height: 1.63;
  }

  #top_choose .catch {
    margin-top: 2.56vw;
  }

  #top_choose .catch span {
    font-size: 7.18vw;
    line-height: 1.54;
    padding-bottom: 0;
  }

  #top_choose .catch span::before {
    bottom: 1.28vw;
  }

  #top_choose .items {
    grid-template-columns: 1fr;
    gap: 4.62vw;
    margin-top: 7.69vw;
  }

  #top_choose .item a {
    border-radius: 3.08vw;
  }

  #top_choose .item_head {
    padding: 5.9vw 5.13vw 2.82vw;
  }

  #top_choose .item_title {
    font-size: 3.33vw;
    padding-bottom: 3.59vw;
  }

  #top_choose .item_catch {
    font-size: 5.13vw;
    line-height: 1.5;
    margin-top: 3.08vw;
  }

  #top_choose .item_image img {
    aspect-ratio: 350/120;
  }

  #top_choose .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_choose .item_body {
    padding: 3.08vw 5.13vw 3.59vw;
  }

  #top_choose .item_text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    font-size: 3.33vw;
    line-height: 1.54;
  }

  #top_choose .item_link {
    margin-top: 2.05vw;
  }

  #top_choose .item_link span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    font-size: 3.59vw;
    line-height: 2.29;
  }

  #top_choose .item a:hover .item_link span {
    opacity: 1;
  }

  #top_choose .item_link span::before {
    bottom: 1.79vw;
  }

  /* 新着物件情報 */
  #top_estate {
    padding: 19.49vw 0 8.21vw;
  }

  #top_estate .block {
    padding-top: 4.87vw;
    margin-top: 14.87vw;
  }

  #top_estate .block_title {
    font-size: 3.59vw;
    line-height: 1.85;
  }

  /* 売りたい方 */
  #top_sell {
    padding: 8.21vw 0 18.46vw;
  }

  #top_sell .main {
    font-size: 4.1vw;
  }

  #top_sell .catch {
    margin-top: 3.85vw;
  }

  #top_sell .catch span {
    font-size: 7.18vw;
    line-height: 1.54;
    padding-bottom: 0;
  }

  #top_sell .catch span::before {
    bottom: 1.28vw;
  }

  #top_sell .body {
    margin-top: 5.64vw;
  }

  #top_sell .body a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3.08vw;
  }

  #top_sell .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 3.08vw 3.08vw 0 0;
  }

  #top_sell .image img {
    height: auto;
    aspect-ratio: 350/180;
  }

  #top_sell .body a:hover .image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_sell .contents {
    width: 100%;
    padding: 5.38vw 5.13vw 7.18vw;
  }

  #top_sell .sub_title {
    font-size: 3.33vw;
    padding-bottom: 3.59vw;
  }

  #top_sell .sub_catch {
    font-size: 4.62vw;
    line-height: 1.39;
    margin-top: 3.85vw;
  }

  #top_sell .text {
    font-size: 3.33vw;
    line-height: 1.62;
    margin-top: 4.36vw;
  }

  #top_sell .link {
    margin-top: 2.82vw;
    text-align: center;
  }

  #top_sell .link span {
    font-size: 3.59vw;
    line-height: 2.29;
  }

  #top_sell .body a:hover .link span {
    opacity: 1;
  }

  #top_sell .link span::before {
    bottom: 1.79vw;
  }

  /* 無料査定 */
  #top_assessment {
    background-image: url("./image/top-assessment-bg-sp.webp");
    padding: 9.74vw 0 12.82vw;
  }

  #top_assessment .texts {
    max-width: 100%;
  }

  #top_assessment .title span {
    font-size: 6.15vw;
    line-height: 1.58;
  }

  #top_assessment .title span::before {
    bottom: 0.51vw;
  }

  #top_assessment .text {
    font-size: 3.33vw;
    line-height: 1.62;
    margin-top: 5.64vw;
  }

  #top_assessment .btn {
    margin-top: 28.97vw;
    text-align: center;
  }

  #top_assessment .btn a {
    min-width: 71.79vw;
    max-width: 71.79vw;
    font-size: 4.1vw;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(15px);
    padding: 4.49vw 7.69vw 4.49vw 5.13vw;
  }

  #top_assessment .btn a::before {
    display: none;
  }

  /* スタッフ紹介 */
  #top_staff {
    padding: 16.92vw 0 14.87vw;
  }

  #top_faq .items {
    margin-top: 0;
  }

  /* お客様の声 */
  #top_voice {
    position: relative;
    padding: 69.23vw 0 9.23vw;
    overflow: hidden;
  }

  /* 会社概要 */
  #top_company {
    padding: 11.54vw 0 0;
  }

  #top_company .body {
    display: block;
  }

  #top_company .c_title {
    height: auto;
    margin-top: 0;
  }

  #top_company .contents {
    margin-top: 5.13vw;
  }

  #top_company .c_title--small .big {
    font-size: 11.28vw;
    line-height: 0.85;
  }

  #top_company .text {
    font-size: 3.59vw;
    line-height: 1.86;
  }

  #top_company .row {
    gap: 3.08vw;
    margin-top: 8.97vw;
  }

  #top_company .sub_title {
    font-size: 4.1vw;
  }

  #top_company .box {
    margin-top: 6.92vw;
  }

  #top_company .dl-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top_company .dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.03vw;
  }

  #top_company .dl:not(:first-of-type) {
    margin-top: 4.36vw;
  }

  #top_company .dt {
    min-width: 100%;
    font-size: 3.33vw;
    line-height: 1.5;
  }

  #top_company .dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }

  #top_company .dd.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.79vw;
  }

  #top_company .dd_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 3.85vw;
    line-height: 1.5;
  }

  #top_company .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top_company .btn a {
    min-width: 43.59vw;
    font-size: 3.33vw;
    border-radius: 5.13vw;
    padding: 1.54vw 2.56vw 2.05vw;
  }

  #top_company .btn a:hover {
    opacity: 1;
  }

  #top_company .c_link {
    margin-top: 6.67vw;
  }

  #top_company .swiper-container {
    margin-top: 11.28vw;
  }

  #top_company .image img {
    border-radius: 3.08vw;
  }

  /* 投稿 */
  #top_post {
    padding: 14.87vw 0 20.51vw;
  }

  #top_post .body {
    display: block;
  }

  #top_post .news {
    margin-top: 14.36vw;
  }

  #top_post .title span {
    font-size: 6.15vw;
    line-height: 1.92;
  }

  #top_post .title span::before {
    bottom: 2.56vw;
  }

  #top_post .box {
    gap: 0;
  }

  #top_post .items {
    margin-top: 2.05vw;
  }

  #top_post .item a {
    gap: 4.87vw;
    padding: 4.46vw 0;
  }

  #top_post .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25.64vw;
    flex: 0 0 25.64vw;
    border-radius: 3.08vw;
  }

  #top_post .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_post .item_contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-top: 1.28vw;
  }

  #top_post .item_title {
    font-size: 3.59vw;
    line-height: 1.86;
    letter-spacing: 0;
  }

  #top_post .item_row {
    margin-top: 3.33vw;
  }

  #top_post .item_date {
    font-size: 3.33vw;
  }

  #top_post .item_btn {
    display: none;
  }

  #top_post .c_link {
    margin-top: 7.18vw;
  }

  #top_post .c_link a {
    font-size: 3.59vw;
  }

  #top_post .c_link a::before {
    bottom: 1.28vw;
  }

  /* CTA */
  #top_cta {
    padding: 0 0 17.95vw;
  }

  #top_cta .body {
    padding: 7.69vw 0;
  }

  #top_cta .title {
    font-size: 4.1vw;
    line-height: 1.63;
  }

  #top_cta .btns {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 5.9vw;
    text-align: center;
    display: grid;
  }

  #top_cta .tel {
    margin-top: 9.23vw;
  }

  #top_cta .tel_title {
    font-size: 4.1vw;
  }

  #top_cta .tel_box {
    display: block;
    margin-top: 3.08vw;
  }

  #top_cta .tel_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.05vw;
    padding-left: 2.56vw;
  }

  #top_cta .tel_icon img {
    width: 6.67vw;
    height: 6.67vw;
  }

  #top_cta .tel_number {
    font-size: 7.18vw;
  }

  #top_cta .tel_text {
    font-size: 3.33vw;
    padding-bottom: 1.03vw;
    margin-top: 2.82vw;
  }

  /* ----------------------- 下層ページ ------------------------- */
  /* SP固定ページ 買いたい方へ */
  #buy_concept {
    padding: 9.74vw 0 8.21vw;
  }

  #buy_reason {
    padding: 8.21vw 0 15.38vw;
  }

  #buy_reason .c_reason_head::before {
    display: none;
  }

  #buy_reason .c_reason_title {
    letter-spacing: 0.06em;
  }

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

  #buy_estate {
    padding: 7.69vw 0 10vw;
  }

  #buy_voice {
    padding: 10vw 0 15.38vw;
  }

  #buy_voice .c_voice .swiper-container::before {
    display: none;
  }

  #buy_voice .title {
    margin-left: 0;
  }

  #buy_faq {
    padding: 0 0 15.38vw;
    overflow: hidden;
  }

  /* SP固定ページ 売りたい方へ */
  #sell_concept {
    padding: 9.74vw 0 8.21vw;
  }

  #sell_reason {
    padding: 8.21vw 0 15.38vw;
  }

  #sell_reason .c_reason_head::before {
    display: none;
  }

  #sell_reason .c_reason_title {
    font-size: 4.36vw;
    letter-spacing: 0.06em;
  }

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

  #sell_voice {
    padding: 10vw 0 15.38vw;
  }

  #sell_voice .c_voice .swiper-container::before {
    display: none;
  }

  #sell_faq {
    padding: 0 0 15.38vw;
    overflow: hidden;
  }

  /* SP固定ページ 注文住宅を建てたい方へ */
  #custom_concept {
    padding: 9.74vw 0 8.21vw;
  }

  #custom_reason {
    padding: 8.21vw 0 15.38vw;
  }

  #custom_reason .c_reason_head::before {
    display: none;
  }

  #custom_reason .c_reason_title {
    font-size: 4.36vw;
    letter-spacing: 0.06em;
  }

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

  #custom_step .title .number::before {
    bottom: -1.13vw;
  }

  #custom_step .item_title span {
    font-size: 4.36vw;
  }

  #custom_partner {
    padding: 10vw 0 20.51vw;
  }

  #custom_partner .title span {
    font-size: 5.64vw;
    line-height: 1.8;
  }

  #custom_partner .title span::before {
    height: 1px;
    bottom: 1.54vw;
  }

  #custom_faq {
    padding: 0 0 15.38vw;
    overflow: hidden;
  }

  /* SP固定ページ 選ばれる理由 */
  #reason_concept {
    padding: 9.74vw 0 7.69vw;
  }

  #reason_concept .c_concept .title {
    text-align: left;
  }

  #reason_strengths {
    padding: 7.69vw 0 10.26vw;
  }

  #reason_staff {
    padding: 10.26vw 0 15.38vw;
  }

  #reason_staff .c_staff_title {
    max-width: 100%;
    margin-right: auto;
  }

  /* SP固定ページ お客様の声 */
  #voice_article {
    padding: 15.38vw 0;
  }

  #voice_article .tabs {
    gap: 2.56vw;
    margin-top: 8.21vw;
  }

  #voice_article .tab a {
    min-width: 38.46vw;
    font-size: 4.1vw;
    border-radius: 7.69vw;
    padding: 2.56vw;
  }

  #voice_article .tab:hover a {
    color: #221E1F;
    background: transparent;
  }

  #voice_article .items {
    grid-template-columns: 1fr;
    gap: 6.15vw;
    margin-top: 10.26vw;
  }

  #voice_article .c_voice {
    margin-top: 5.13vw;
  }

  /* SP固定ページ お客様の声（詳細） */
  #voice_detail {
    padding: 10.26vw 0 15.38vw;
  }

  #voice_detail .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.15vw;
  }

  #voice_detail .swiper-container {
    width: 100%;
    padding-bottom: 12.82vw;
  }

  #voice_detail .image img {
    border-radius: 3.08vw;
  }

  #voice_detail .pagination-bullets,
  #voice_detail .swiper-pagination-bullets.swiper-pagination-horizontal,
  #voice_detail .swiper-pagination-custom,
  #voice_detail .swiper-pagination-fraction {
    bottom: 1.03vw;
  }

  #voice_detail .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  #voice_detail .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.28vw;
  }

  #voice_detail .swiper-pagination-bullet {
    width: 2.56vw;
    height: 2.56vw;
  }

  #voice_detail .swiper-button-prev,
  #voice_detail .swiper-button-next {
    width: 7.69vw;
  }

  #voice_detail .swiper-button-prev {
    left: 2.56vw;
  }

  #voice_detail .swiper-button-next {
    right: 2.56vw;
  }

  #voice_detail .swiper-button-prev::after,
  #voice_detail .swiper-button-next::after {
    font-size: 5.13vw;
  }

  #voice_detail .contents {
    width: 100%;
    padding: 0;
  }

  #voice_detail .title span {
    font-size: 5.13vw;
  }

  #voice_detail .title span::before {
    height: 2px;
    bottom: 0.51vw;
  }

  #voice_detail .name {
    font-size: 3.59vw;
    margin-top: 6.15vw;
  }

  #voice_detail .text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #voice_detail .box {
    margin-top: 12.82vw;
  }

  #voice_detail .box_title span {
    font-size: 4.62vw;
  }

  #voice_detail .box_row {
    gap: 4.1vw;
    margin-top: 5.13vw;
  }

  #voice_detail .box_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.95vw;
    flex: 0 0 17.95vw;
  }

  #voice_detail .box_image img {
    width: 17.95vw;
  }

  #voice_detail .box_text {
    border-radius: 3.08vw;
    padding: 4.1vw;
  }

  #voice_detail .block {
    margin-top: 10.26vw;
  }

  #voice_detail .block_title span {
    font-size: 5.64vw;
  }

  #voice_detail .items {
    gap: 3.08vw;
    margin-top: 5.13vw;
  }

  #voice_detail .item {
    border-radius: 3.08vw;
    padding: 4.1vw;
  }

  #voice_detail .item_title {
    gap: 2.56vw;
  }

  #voice_detail .item_en {
    font-size: 5.13vw;
  }

  #voice_detail .item_ja {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4.1vw;
  }

  #voice_detail .item_text {
    font-size: 3.59vw;
    padding-left: 6.15vw;
    margin-top: 2.56vw;
  }

  /* SP固定ページ よくある質問 */
  #faq_article {
    padding: 15.38vw 0;
  }

  #faq_article .c_faq .tab a:hover {
    color: #221E1F;
    background: transparent;
  }

  /* SP固定ページ 物件情報 */
  #estate_article {
    padding: 15.38vw 0;
  }

  #estate_article .c_title--small .big {
    font-size: 11.28vw;
    line-height: 0.85;
  }

  #estate_article .tabs {
    gap: 2.56vw;
    margin-top: 8.21vw;
  }

  #estate_article .tab a {
    min-width: 25.64vw;
    font-size: 4.1vw;
    border-radius: 7.69vw;
    padding: 2.56vw;
  }

  #estate_article .tab:hover a {
    color: #221E1F;
    background: transparent;
  }

  #estate_article .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5.13vw;
    margin-top: 10.26vw;
  }

  #estate_article .item a {
    min-height: 98.8vw;
  }

  /* SP固定ページ 物件情報（詳細） */
  #estate_detail {
    padding: 15.38vw 0;
    overflow: hidden;
  }

  #estate_detail .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  #estate_detail .contents {
    width: 100%;
  }

  #estate_detail .head {
    display: block;
  }

  #estate_detail .category {
    font-size: 3.59vw;
    border-radius: 5.13vw;
    padding: 1.54vw 3.08vw 2.05vw;
  }

  #estate_detail .title {
    font-size: 5.13vw;
    margin-top: 2.56vw;
  }

  #estate_detail .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.61;
    letter-spacing: 0em;
    font-size: 4.62vw;
    margin-top: 5.13vw;
  }

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

  #estate_detail .address {
    margin-top: 2.56vw;
  }

  #estate_detail .address,
  #estate_detail .access {
    font-size: 3.59vw;
  }

  #estate_detail .gallery {
    margin-top: 6.15vw;
  }

  #estate_detail .main-swiper-container {
    position: relative;
  }

  #estate_detail .estate-main-swiper .swiper-slide img {
    aspect-ratio: 580/360;
    border-radius: 3.08vw;
  }

  #estate_detail .estate-thumb-swiper {
    margin-top: 2.56vw;
  }

  #estate_detail .estate-thumb-swiper .swiper-slide img {
    border-radius: 1.54vw;
  }

  #estate_detail .estate-thumb-swiper .swiper-slide::before,
  #estate_detail .estate-thumb-swiper .swiper-slide::before {
    border-radius: 1.54vw;
  }

  #estate_detail .estate-gallery-button-prev,
  #estate_detail .estate-gallery-button-next {
    width: 10.26vw;
    height: 10.26vw;
    top: calc(50% + 6.41vw);
  }

  #estate_detail .estate-gallery-button-prev {
    left: -5.13vw;
  }

  #estate_detail .estate-gallery-button-next {
    right: -5.13vw;
  }

  #estate_detail .estate-gallery-button-prev::after,
  #estate_detail .estate-gallery-button-next::after {
    font-size: 4.1vw;
  }

  #estate_detail .box {
    width: 100%;
    margin-top: 10.26vw;
  }

  #estate_detail .block--mt28 {
    margin-top: 6.15vw;
  }

  #estate_detail .block--mt60 {
    margin-top: 10.26vw;
  }

  #estate_detail .block--mt80 {
    margin-top: 15.38vw;
  }

  #estate_detail .block_title {
    font-size: 4.62vw;
  }

  #estate_detail .block_text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  #estate_detail .comment {
    margin-top: 15.38vw;
  }

  #estate_detail .comment_title {
    font-size: 4.62vw;
  }

  #estate_detail .comment_row {
    gap: 4.1vw;
    margin-top: 5.13vw;
  }

  #estate_detail .comment_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.95vw;
    flex: 0 0 17.95vw;
  }

  #estate_detail .comment_image img {
    width: 17.95vw;
  }

  #estate_detail .comment_name {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  #estate_detail .comment_text {
    border-radius: 3.08vw;
    padding: 4.1vw;
  }

  #estate_detail .dl-wrap {
    grid-template-columns: 1fr;
  }

  #estate_detail .dl-wrap--mt {
    margin-top: 2.56vw;
  }

  #estate_detail .dt {
    max-width: 100%;
    font-size: 3.08vw;
    padding: 2.56vw;
  }

  #estate_detail .dd {
    font-size: 3.33vw;
    padding: 2.56vw 3.85vw;
  }

  #estate_detail .map {
    aspect-ratio: 600/450;
    margin-top: 10.26vw;
  }

  #estate_detail .map iframe {
    border-radius: 3.08vw;
  }

  #estate_detail .units {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 5.13vw;
  }

  #estate_detail .unit {
    gap: 6.15vw;
  }

  #estate_detail .unit_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.95vw;
    flex: 0 0 17.95vw;
  }

  #estate_detail .unit_title {
    font-size: 3.85vw;
    margin-top: 1.5vw;
  }

  #estate_detail .unit_text {
    margin-top: 1.28vw;
  }

  #estate_detail .c_estate {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  #estate_detail .no_article {
    width: 89.74%;
    margin-inline: auto;
  }

  /* 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 14vw;
  }

  .common_contact_form .form_block:first-of-type {
    margin-top: 10.26vw;
  }

  .common_contact_form .form_block:not(:first-of-type) {
    margin-top: 15.4vw;
  }

  .common_contact_form .form_block_title {
    font-size: 4.6vw;
    margin-bottom: 7.69vw;
  }

  .common_contact_form .form_group {
    gap: 5.13vw;
  }

  .common_contact_form .form_row {
    gap: 2.56vw;
  }

  .common_contact_form .form_row span {
    flex-shrink: 0;
  }

  .common_contact_form .form_row--mt {
    margin-top: 2.56vw;
  }

  .common_contact_form .select--small {
    width: 26vw;
  }

  .common_contact_form .form_note {
    font-size: 2.8vw;
    margin-top: 1.28vw;
  }

  .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;
  }

  .radio_btns .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .mwform-checkbox-field-text {
    font-size: 3.6vw;
  }

  .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;
  }

  /* サンクスページ */
  .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固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  .error404 #main_content {
    width: 89.74%;
    padding-bottom: 3em;
  }

  /* 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追従ボタン */
  .fix_btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .fix_btn .fix_btn_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fix_btn .fix_btn_item a {
    display: block;
    /* font-family: "source-han-sans-japanese", sans-serif; */
    font-size: 12px;
    font-weight: 800;
    line-height: 1.42;
    letter-spacing: 0.03em;
    font-size: 3.08vw;
    color: #fff;
    background: rgba(62, 56, 57, 0.9);
    padding: 5.51vw 2.56vw;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .fix_btn .fix_btn_item--black a {
    background: rgba(34, 30, 31, 0.9);
  }

  .fix_btn .fix_btn_item--gray a {
    background: rgba(101, 93, 95, 0.9);
  }

  .fix_btn .fix_btn_item--green a {
    background: rgba(6, 199, 85, 0.9);
  }

  /* フッター */
  .site_footer {
    position: relative;
    background-image: url("./image/footer-bg-sp.webp");
    padding: 18.97vw 0 0;
    margin-bottom: 15.38vw;
  }

  .site_footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15.38vw;
    bottom: -15.38vw;
    left: 0;
    background: #221E1F;
  }

  .site_footer .body {
    display: block;
    padding-bottom: 0;
  }

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

  .site_footer .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.15vw;
  }

  .site_footer .logo {
    max-width: 22.67vw;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .catch {
    font-size: 4.62vw;
    line-height: 1.61;
  }

  .site_footer .catch span {
    display: inline-block;
    padding-left: 2.56vw;
  }

  .site_footer .company {
    margin-top: 18.46vw;
  }

  .site_footer .company_name {
    font-size: 3.85vw;
    line-height: 1.73;
  }

  .site_footer .company_address {
    font-size: 3.33vw;
    margin-top: 0.26vw;
  }

  .site_footer .nav {
    display: none;
  }

  .site_footer .copyright {
    font-size: 3.33vw;
    line-height: 1.23;
    padding: 4.62vw 5.13vw 7.69vw;
    margin-top: 7.18vw;
  }

  .c_staff .item:hover .item_image.before {
    opacity: 1;
  }
}