@charset "UTF-8";
/*ヘッダー*/
.l-header .menu-item a span {
  position: relative;
}

.l-header .menu-item a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #F0751D;
  border-right: 2px solid #F0751D;
  -webkit-transform: translateY(-2px) rotate(135deg);
          transform: translateY(-2px) rotate(135deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-header .p-global-nav .c-navbar__item:before {
  content: none !important;
}

.l-header .p-global-nav .c-navbar__submenu {
  background: #f5f0e7;
  border-radius: 8px;
}

.l-header .p-global-nav .c-navbar__submenu a {
  color: #333;
  font-weight: bold;
}

/*ヘッダーボタン*/
.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info .header-tel {
  font-size: 32px;
  font-weight: bold;
}

.header-info .header-tel a {
  color: #333 !important;
}

.header-info .header-tel:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://tayahome.jp/wp-content/uploads/2024/09/icon_tel-orange.jpeg);
  background-size: contain;
  vertical-align: middle;
  margin-right: .2em;
  position: relative;
  top: -2px;
}

.header-info .c-btn {
  font-weight: bold;
  border-radius: 4px !important;
  padding: 16px 32px;
  margin-left: 8px !important;
}

.header-info .c-btn img {
  width: 20px;
  margin-right: 5px;
}

.header-info .c-btn a {
  color: #fff;
}

.header-info .line-btn {
  background: linear-gradient(93.14deg, #15d363 -0.1%, #18bf5c 100%);
}

.header-info .c-btn:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

@media (max-width: 1179px) {
  .l-header .menu-item a {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
}

/*口コミ*/
.reviews {
  height: 60px;
  background-color: #222c60;
  padding-left: 28.8px;
  padding-right: 28.8px;
}

.reviews a {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.reviews a:hover {
  opacity: 0.7;
}

.reviews .reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.reviews .reviews__wrapper img {
  height: 100%;
  width: auto;
}

.reviews .reviews__wrapper .reviews__logo img {
  max-height: 42px;
}

.reviews .reviews__wrapper .reviews__title {
  padding-left: .5em;
}

.reviews .reviews__wrapper .reviews__wrapper--star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1em;
}

.reviews .reviews__wrapper .reviews__wrapper--star img {
  max-height: 24px;
  padding-right: .5em;
}

.reviews .reviews__wrapper .reviews__wrapper--more {
  margin-left: auto;
  position: relative;
  padding-right: 1em;
}

.reviews .reviews__wrapper .reviews__wrapper--more::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 639px) {
  /*口コミ*/
  .reviews {
    height: 48px;
  }
  .reviews .reviews__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px !important;
    height: 48px;
  }
  .reviews .reviews__wrapper .sp {
    display: block;
  }
  .reviews .reviews__wrapper .pc {
    display: none;
  }
  .reviews .reviews__wrapper .reviews__logo img {
    max-height: 24px !important;
  }
  .reviews .reviews__wrapper .reviews__wrapper--star img {
    max-height: 14px !important;
  }
  .reviews .reviews__wrapper .reviews__wrapper--more {
    display: none;
  }
}

@media (min-width: 640px) {
  /*口コミ*/
  .reviews .reviews__wrapper .sp {
    display: none;
  }
  .reviews .reviews__wrapper .pc {
    display: block;
  }
}

/*キャッチコピー*/
.catchcopy {
  font-size: 30px !important;
  font-weight: bold !important;
}

/*max-width:960pxのセクション*/
.small-width .smb-section__body {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/*セクションタイトル30px*/
.normal__title .smb-section__title {
  font-size: 30px !important;
}

.normal__title .smb-section__title .sme-text-color {
  font-size: 56px;
}

@media (max-width: 1023px) {
  .normal__title .smb-section__title {
    font-size: 24px !important;
  }
  .normal__title .smb-section__title .sme-text-color {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .normal__title .smb-section__title {
    font-size: 20px !important;
  }
  .normal__title .smb-section__title .sme-text-color {
    font-size: 32px;
  }
}

.large_title .smb-section__subtitle {
  font-size: 16px;
  color: #F0751D;
  line-height: 1;
}

.large_title .smb-section__title {
  font-size: 56px !important;
  margin-top: 0;
}

@media (max-width: 639px) {
  .large_title .smb-section__title {
    font-size: 40px !important;
  }
}

/*オレンジ背景セクション*/
.bg_orange {
  background: #f5f0e7;
}

/*背景オレンジグループ*/
.bg__orange-group {
  margin-left: auto;
  margin-right: auto;
  background: #f5f0e7;
  border-radius: 16px;
  padding: 40px;
}

@media (max-width: 639px) {
  .bg__orange-group {
    border-radius: 8px;
    padding: 16px;
  }
}

/*オレンジボタン*/
.ellipse__btn .smb-btn {
  width: 256px !important;
  padding: 16px 40px !important;
  -webkit-transition: all .5s ease !important;
  transition: all .5s ease !important;
  border: solid 1px #F0751D !important;
  background: #F0751D !important;
  color: #FFF !important;
}

.ellipse__btn .smb-btn:hover {
  background: #FFF !important;
  color: #F0751D !important;
}

/*YouTube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-id-6 p {
  margin-top: 14px !important;
  margin-bottom: 24px;
}

.top-banner__section {
  margin-top: 0 !important;
  padding: 40px 0;
}

.top-about__section {
  padding-bottom: 0;
}

.top-about__section .smb-section__title {
  font-size: 28px;
}

.top-about__section .smb-section-break-the-grid__content {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 48px 36px;
}

.top-about__section .smb-section__body {
  margin-top: 30px;
}

.top-about__section .wp-block-snow-monkey-blocks-buttons {
  margin-top: 0 !important;
}

.top-service__section .smb-section__title {
  font-size: 30px;
}

.top-service__section .smb-items__banner__body {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.top-service__section .smb-items__banner__body .smb-items__banner__title {
  font-size: 26px;
}

.top-service__section .smb-items__banner__body .smb-items__banner__lede {
  text-align: center;
}

.top-service__section .smb-items__banner__figure {
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
}

.top-service__section .smb-items__banner__figure:hover {
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
}

.top-news__section {
  margin-top: 0 !important;
}

.top-news__section .c-entries--text {
  border-top: none;
}

.top-news__section .has-text-align-center {
  font-size: 26px;
}

.top-news__section .smb-btn {
  border-radius: 0 !important;
}

.top-proraty__section {
  margin-top: 0 !important;
}

.top-proraty__section .smb-section__title {
  font-size: 30px;
}

.top-proraty__section .propaty-h3 {
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-proraty__section .propaty-h3::before {
  margin-right: 1em;
  border-top: 1px solid black;
  content: "";
  width: 100%;
}

.top-proraty__section .propaty-h3::after {
  margin-left: 1em;
  border-top: 1px solid black;
  content: "";
  width: 100%;
}

.page-nav__section .smb-section__title {
  font-size: 24px;
}

.page-nav__section .smb-section-break-the-grid__figure img {
  max-height: 315px;
}

.page-nav__top {
  padding-bottom: 0;
}

.page-nav__middle {
  padding-top: 4rem;
  padding-bottom: 0;
}

.page-nav__under {
  padding-top: 4rem;
}

.l-contents__inner {
  margin-top: 0;
  padding-bottom: 0 !important;
}

.c-page-header__title {
  position: relative;
}

.c-page-header__title:after {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.service-h3 {
  font-size: 20px;
}

.service-h4 {
  font-size: 25px;
}

.service-h4 .sme-text-color {
  font-size: 30px;
}

.service-h4__decoraiton {
  text-decoration: underline;
  -webkit-text-decoration-color: #6DA06B;
          text-decoration-color: #6DA06B;
}

.service-h4__point {
  margin-top: 1.8rem !important;
  line-height: 1 !important;
}

.service-table th {
  padding: 24px 20px !important;
}

.service-table .table-gray {
  background-color: #D9D9D9;
  border-left: 1px solid #D9D9D9 !important;
  border-right: 1px solid #D9D9D9 !important;
  color: #000;
}

.service-table .table-green {
  background-color: #ECF4D9;
  border-left: 1px solid #ECF4D9 !important;
  border-right: 1px solid #ECF4D9 !important;
  color: #638C0B;
}

.service-table .table-orange {
  background-color: #FEECD2;
  border-left: 1px solid #FEECD2 !important;
  border-right: 1px solid #FEECD2 !important;
  color: #FF914D;
}

.service-table td {
  padding: 24px 20px !important;
}

.selling-method__section h3 {
  font-size: 24px;
}

.selling-method__section ul {
  list-style-type: none;
}

.page-id-737 .c-page-header__title:after {
  content: "SELL";
}

.page-id-666 .c-page-header__title:after {
  content: "BUY";
}

.category-news .c-page-header__title:after {
  content: "NEWS";
}

.p-breadcrumbs-wrapper {
  border-bottom: none !important;
}

.c-entries--simple {
  border-top: none;
}

.p-archive {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.p-archive .c-meta__item--published {
  color: #999;
}

.p-archive .c-entries--text {
  border-top: none;
}

.p-archive .c-entries__item a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-page__section .smb-section__title {
  font-size: 25px;
}

.post-page__section .smb-section__body {
  margin-top: 40px;
}

.post-page__section .smb-section__title {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 25px;
}

.c-meta {
  display: none;
}

.c-entry__footer {
  display: none;
}

.realestate .c-entry__header {
  display: none;
}

.custom-page__section .smb-section__title {
  font-size: 32px;
}

.custom-page__section .house-label {
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}

.custom-page__section .house-label img {
  vertical-align: middle;
}

.custom-page__section .house-label strong {
  font-size: 24px;
}

.custom-page__section .feature {
  border-bottom: 2px dashed #000;
  padding-bottom: 8px;
}

.custom-page__section .custom-page__list {
  margin-top: 8px;
  list-style-type: circle;
}

.custom-page__section .house-price {
  font-size: 20px;
}

.custom-page__section .house-price .sme-text-color {
  font-size: 30px;
  margin-left: 30px;
}

.custom-page__section .smb-btn {
  background: #222C60;
  padding: 15px;
}

.custom-page__section .smb-box {
  margin-top: 2.7rem;
}

.date-section .wp-block-table td {
  border: none;
  padding: 16px;
}

.date-section .wp-block-table td {
  border-bottom: 1px solid #eee;
}

.date-section .wp-block-table td:nth-child(odd) {
  width: 40% !important;
  border-bottom: 1px solid #222C60;
}

.other-houses__section .wp-block-column .wp-element-caption {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.other-houses__section .wp-block-column .wp-block-snow-monkey-blocks-buttons {
  margin-top: 6px;
}

.other-houses__section .wp-block-column .smb-btn {
  font-size: 12px;
  padding: 7px 15px;
  border: 2px solid #222C60;
  color: #222C60;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .25s;
  transition: ease .25s;
}

.other-houses__section .wp-block-column .smb-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #222C60;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.other-houses__section .wp-block-column .smb-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.other-houses__section .wp-block-column .smb-btn:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  color: #fff;
}

.other-houses__section .wp-block-column .smb-btn__label {
  position: relative;
  z-index: 3;
}

.other-houses__section .list-btn {
  margin-top: 3.6rem;
}

.other-houses__section .list-btn .smb-btn {
  padding: 15px 30px;
  border: 2px solid #222C60;
  color: #222C60;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease .25s;
  transition: ease .25s;
}

.other-houses__section .list-btn .smb-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #222C60;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.other-houses__section .list-btn .smb-btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.other-houses__section .list-btn .smb-btn:hover {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  color: #fff;
}

.other-houses__section .list-btn .smb-btn__label {
  position: relative;
  z-index: 3;
}

@media (max-width: 639px) {
  .page-id-1926 {
    /*トップセクション*/
  }
  .page-id-1926 .small-width ul li {
    padding-left: 32px;
    margin-top: 0 !important;
    font-size: 20px !important;
    font-size: 18px;
  }
  .page-id-1926 .small-width ul li:before {
    width: 24px;
    height: 24px;
  }
  .page-id-1926 .small-width ul li:after {
    width: 16px;
    height: 16px;
  }
}

.smb-btn:hover {
  -webkit-filter: brightness(100%) !important;
          filter: brightness(100%) !important;
}

.top-btn .smb-btn {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 20px !important;
  padding-bottom: 10px !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #222C60 !important;
}

.top-btn .smb-btn .smb-btn__label {
  color: #222C60;
}

.top-btn .smb-btn .smb-btn__label::after {
  content: '';
  position: absolute;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-top: 2px solid #222c60;
  border-right: 2px solid #222c60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top-about__section .smb-btn__label::after {
  left: 105px;
}

.top-about__section .smb-btn__label:hover::after {
  left: 113px;
}

.top-news__section .smb-btn__label::after {
  right: 10px;
}

.top-news__section .smb-btn__label:hover::after {
  right: 4px;
}

.page-nav__section .smb-btn__label::after {
  right: 10px;
}

.page-nav__section .smb-btn__label:hover::after {
  right: 4px;
}

/*サービス*/
.renovation__service .smb-media-text__title {
  font-family: 游ゴシック体, YuGothic, sans-serif;
  font-size: 30px;
}

.renovation__service p a {
  color: #25485b;
  text-decoration: underline;
}

.renovation__service .Instagram__text {
  font-weight: bold;
  font-size: 24px !important;
}

.renovation__service .Instagram__btn .smb-btn {
  width: 256px;
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 1px #dc2e74;
  color: #FFF;
  background-image: linear-gradient(135deg, #dc2e74 0%, #9d3bc4 100%);
}

.renovation__service .Instagram__btn .smb-btn:hover {
  opacity: .75;
}

.support_section li {
  list-style: none;
  position: relative;
  font-size: 20px;
  padding: 25px 140px;
  background: #f6b943;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.support_section li:before {
  font-size: 3rem;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  color: #333;
}

.support_section li:nth-of-type(1):before {
  content: "01";
}

.support_section li:nth-of-type(2):before {
  content: "02";
}

.support_section li:nth-of-type(3):before {
  content: "03";
}

.support_section li:nth-of-type(4):before {
  content: "04";
}

.support_section li:nth-of-type(5):before {
  content: "05";
}

.support_section li:nth-of-type(6):before {
  content: "06";
}

.movie_section {
  margin-top: 0 !important;
}

.movie_section .wp-block-group {
  margin-bottom: 80px;
}

.movie_section p {
  font-size: 24px;
  margin-top: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.movie_section p:before {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-right: 10px;
}

.movie_section p::after {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-left: 10px;
}

@media (max-width: 639px) {
  .movie_section .wp-block-group {
    margin-bottom: 20px;
  }
  .movie_section p {
    font-size: 20px;
  }
}

.fotter_movie-sec {
  margin-top: 0 !important;
}

.fotter_movie-sec .wp-block-group {
  margin-bottom: 80px;
}

.fotter_movie-sec p {
  font-size: 24px;
  margin-top: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fotter_movie-sec p:before {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-right: 10px;
}

.fotter_movie-sec p::after {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-left: 10px;
}

@media (max-width: 639px) {
  .fotter_movie-sec .wp-block-group {
    margin-bottom: 20px;
  }
  .fotter_movie-sec p {
    font-size: 20px;
  }
}

.page-id-1632 {
  /*サービスセクション*/
  /*選ばれる理由*/
  /*企業理念*/
  /*会社の価値観*/
}

.page-id-1632 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-1632 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-1632 .c-page-header__title:before {
  content: "ABOUT US";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 150px;
}

.page-id-1632 .service_sec p {
  font-size: 20px;
  font-family: 游ゴシック体, YuGothic, sans-serif;
  line-height: 2.5 !important;
}

.page-id-1632 .service_sec .smb-box {
  padding: 60px;
}

.page-id-1632 .service_sec .smb-box h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 18px !important;
}

.page-id-1632 .service_sec .smb-box p {
  font-size: 18px;
  line-height: 1.8 !important;
}

.page-id-1632 .service_sec .smb-box .content__box {
  padding: 40px 20px;
}

.page-id-1632 .service_sec .smb-box .content__box .smb-btn {
  width: 400px;
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 1px #F0751D;
  background: #F0751D;
  color: #FFF;
  border-radius: 100px;
  font-weight: bold;
}

.page-id-1632 .service_sec .smb-box .content__box .smb-btn:hover {
  background: #FFF;
  color: #F0751D;
}

.page-id-1632 .service_sec hr {
  border-top: 4px solid #000 !important;
}

.page-id-1632 .reason_sec li {
  border-bottom: 0.1rem solid #000;
  font-size: 20px;
  padding: 25px 20px 25px 100px;
  position: relative;
  list-style: none;
}

.page-id-1632 .reason_sec li:nth-of-type(1):before {
  content: "01";
}

.page-id-1632 .reason_sec li:nth-of-type(2):before {
  content: "02";
}

.page-id-1632 .reason_sec li:nth-of-type(3):before {
  content: "03";
}

.page-id-1632 .reason_sec li:nth-of-type(4):before {
  content: "04";
}

.page-id-1632 .reason_sec li:nth-of-type(5):before {
  content: "05";
}

.page-id-1632 .reason_sec li:nth-of-type(6):before {
  content: "06";
}

.page-id-1632 .reason_sec li:before {
  font-size: 3rem;
  color: #bfbfbf;
  position: absolute;
  left: 20px;
  top: 0;
  font-weight: 400;
}

.page-id-1632 .policy_sec .catchcopy {
  font-size: 24px !important;
}

.page-id-1632 .policy_sec .smb-box .wp-block-heading {
  font-size: 24px !important;
  margin-bottom: 10px;
}

.page-id-1632 .policy_sec .smb-box li {
  font-size: 18px;
}

.page-id-1632 .policy_sec .smb-box li strong {
  font-size: 20px;
}

.page-id-1632 .values_sec .wp-block-group {
  border-bottom: 1px solid #d4d4d4;
}

.page-id-1632 .values_sec .wp-block-heading {
  font-size: 24px !important;
  padding-left: 35px;
}

.page-id-1632 .values_sec .wp-block-heading:before {
  content: "一、";
  position: absolute;
  top: 0;
  left: 0;
}

.page-id-1632 .values_sec p {
  padding-left: 35px;
  margin-bottom: .9rem;
}

@media (max-width: 1023px) {
  .page-id-1632 {
    /*サービスセクション*/
    /*選ばれる理由*/
    /*企業理念*/
    /*会社の価値観*/
  }
  .page-id-1632 .service_sec .smb-box h3 {
    font-size: 24px;
  }
  .page-id-1632 .reason_sec li {
    font-size: 18px;
    list-style: none;
  }
  .page-id-1632 .policy_sec img {
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-1632 .policy_sec .catchcopy {
    max-width: 530px;
  }
  .page-id-1632 .values_sec .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 639px) {
  .page-id-1632 {
    /*サービスセクション*/
    /*選ばれる理由*/
    /*企業理念*/
    /*会社の価値観*/
  }
  .page-id-1632 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-1632 .c-container {
    padding: 0;
  }
  .page-id-1632 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-1632 .c-page-header {
    height: 230px !important;
  }
  .page-id-1632 .c-page-header__title {
    font-size: 20px !important;
    width: 760px;
    padding: 16px;
  }
  .page-id-1632 .c-page-header__title:before {
    padding: 4px 12px;
    width: 120px;
    font-size: 14px;
  }
  .page-id-1632 .service_sec p {
    line-height: 2 !important;
  }
  .page-id-1632 .service_sec .smb-box {
    padding: 30px 16px;
  }
  .page-id-1632 .service_sec .smb-box h3 {
    font-size: 20px;
  }
  .page-id-1632 .service_sec .smb-box p {
    font-size: 18px;
  }
  .page-id-1632 .service_sec .smb-box .content__box {
    padding: 20px 12px;
  }
  .page-id-1632 .service_sec .smb-box .content__box p {
    font-size: 16px;
  }
  .page-id-1632 .service_sec .smb-box .content__box .smb-btn {
    width: 240px;
    padding: 16px;
  }
  .page-id-1632 .reason_sec .wp-block-list {
    padding-left: 0;
  }
  .page-id-1632 .reason_sec li {
    font-size: 16px;
    padding: 16px 0 16px 50px;
    position: relative;
    list-style: none;
  }
  .page-id-1632 .reason_sec li:before {
    font-size: 32px;
    left: 0;
  }
  .page-id-1632 .policy_sec .catchcopy {
    font-size: 20px !important;
  }
  .page-id-1632 .policy_sec .smb-box .wp-block-heading {
    font-size: 20px !important;
  }
  .page-id-1632 .policy_sec .smb-box li {
    font-size: 16px;
  }
  .page-id-1632 .policy_sec .smb-box li strong {
    font-size: 18px;
  }
  .page-id-1632 .values_sec .wp-block-heading {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}

.cta-sec .wp-block-heading {
  font-size: 30px;
}

.cta-sec .smb-box {
  max-width: 1120px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 70px 20px;
}

.cta-sec .smb-box .smb-box__body {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.cta-sec .smb-box .tel span {
  position: relative;
}

.cta-sec .smb-box .tel span::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://tayahome.jp/wp-content/uploads/2024/09/icon_tel-orange.jpeg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
}

.cta-sec .smb-box .smb-btn {
  height: 72px;
  line-height: 72px;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

.cta-sec .smb-box .mail .smb-btn {
  border: solid 1px #F0751D;
  background: #fff;
  color: #F0751D;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cta-sec .smb-box .mail .smb-btn:hover {
  background: #F0751D;
  color: #FFF;
}

.cta-sec .smb-box .form .smb-btn {
  border: solid 1px #F0751D;
  background: #F0751D;
  color: #FFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.cta-sec .smb-box .form .smb-btn:hover {
  background: #FFF;
  color: #F0751D;
}

@media (max-width: 639px) {
  .cta-sec .wp-block-heading {
    font-size: 24px;
  }
  .cta-sec .smb-box {
    padding: 40px 20px;
  }
  .cta-sec .tel span::before {
    width: 24px;
    height: 24px;
    left: -34px;
  }
}

@media (max-width: 639px) {
  .home .c-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*ファーストビュー*/
.FV {
  padding-top: 0;
  padding-bottom: 0;
}

.FV .c-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.FV .item__warpper {
  max-width: 49.5%;
  padding: 60px 40px;
  border-radius: 16px;
  margin-bottom: 0 !important;
}

.FV .item__buy {
  background: #FFEED4;
}

.FV .item__sell {
  background: #FFFFD1;
}

.FV .FV__title {
  line-height: 1;
  font-weight: bold;
  font-size: 80px;
}

.FV .catchcopy {
  font-size: 22px !important;
  line-height: 1.25;
  height: 84px;
}

.FV .smb-btn {
  padding: 16px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 3px #F0751D;
  background: #FFF;
  color: #F0751D;
  border-radius: 100px;
  font-weight: bold;
}

.FV .smb-btn:hover {
  background: #F0751D;
  color: #FFF;
}

@media (max-width: 1279px) {
  .FV .item__warpper {
    padding: 20px 20px 40px;
  }
  .FV .sme-text-color {
    font-size: 180px !important;
  }
  .FV .FV__title {
    font-size: 56px !important;
  }
  .FV .catchcopy {
    font-size: 20px !important;
  }
}

@media (max-width: 1023px) {
  .FV__sp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .FV__sp .tb_br {
    display: none;
  }
  .FV__sp .smb-box {
    padding: 40px;
    margin-top: 0 !important;
  }
  .FV__sp .FV__title {
    font-size: 72px;
    line-height: 1;
    font-weight: bold;
  }
  .FV__sp .FV__title .sme-font-size {
    font-size: 160px !important;
  }
  .FV__sp .catchcopy {
    font-size: 24px !important;
  }
  .FV__sp .wp-block-image {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .FV__sp .wp-block-image img {
    max-height: 240px;
    width: auto;
  }
  .FV__sp .smb-btn {
    padding: 16px 40px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: solid 3px #F0751D;
    background: #FFF;
    color: #F0751D;
    border-radius: 100px;
    font-weight: bold;
  }
  .FV__sp .smb-btn:hover {
    background: #F0751D;
    color: #FFF;
  }
}

@media (max-width: 959px) {
  .FV__sp .tb_br {
    display: block;
  }
  .FV__sp .smb-box {
    padding: 20px;
  }
  .FV__sp .FV__title {
    font-size: 56px;
  }
  .FV__sp .FV__title .sme-font-size {
    font-size: 96px !important;
  }
  .FV__sp .catchcopy {
    font-size: 20px !important;
  }
}

@media (max-width: 639px) {
  .page-id-1841 .l-contents__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .FV__sp .wp-block-group {
    margin-top: 0 !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .FV__sp .FV__title {
    font-size: 40px;
    margin-top: 0 !important;
    white-space: nowrap;
  }
  .FV__sp .FV__title .sme-font-size {
    font-size: 56px !important;
  }
  .FV__sp .FV__title {
    font-size: 40px;
    margin-top: 0 !important;
    white-space: nowrap;
  }
  .FV__sp .FV__title .sme-font-size {
    font-size: 56px !important;
  }
  .FV__sp .catchcopy {
    font-size: 20px !important;
  }
  .FV__sp p {
    margin-top: 0 !important;
  }
  .FV__sp .wp-block-image {
    margin-top: 0 !important;
    max-width: 100% !important;
  }
  .FV__sp .wp-block-image img {
    max-height: 80px;
    vertical-align: middle;
  }
  .FV__sp .wp-block-columns {
    margin-top: 20px !important;
  }
  .FV__sp .smb-btn {
    padding: 10px;
  }
}

.sellBtn .smb-btn {
  background: #f0751d !important;
  color: #fff !important;
}

.sellBtn .smb-btn:hover {
  background: #fff !important;
  color: #f0751d !important;
}

/*CMセクション*/
.cm-sec {
  margin-top: 0 !important;
}

.cm-sec .smb-section__body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cm-sec .wp-block-group {
  margin-top: 80px !important;
}

.cm-sec .wp-block-group:first-child {
  margin-top: 0 !important;
}

.cm-sec p {
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cm-sec p::before {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-right: 10px;
}

.cm-sec p::after {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-left: 10px;
}

@media (max-width: 1023px) {
  .cm-sec p {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  .cm-sec .wp-block-group {
    margin-top: 40px !important;
  }
  .cm-sec p {
    font-size: 20px;
  }
}

#embed_map {
  height: 960px;
  max-width: 960px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #embed_map {
    height: 600px;
  }
}

/*キャッチコピーセクション*/
.catch-sec {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.catch-sec .title {
  font-size: 30px;
  font-weight: bold;
}

.catch-sec .title .sme-highlighter {
  font-size: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), to(#ecb800));
  background-image: linear-gradient(transparent 100%, #ecb800 100%);
  line-height: 1.25;
}

.catch-sec .text {
  font-size: 20px;
  font-weight: bold;
}

.catch-sec .smb-buttons {
  margin-top: 60px !important;
}

.catch-sec .smb-buttons .smb-btn {
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 3px #F0751D;
  background: #F0751D;
  color: #FFF;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  transition: all .5s ease;
}

.catch-sec .smb-buttons .smb-btn:hover {
  background: #FFF;
  color: #F0751D;
}

@media (max-width: 639px) {
  /*キャッチコピーセクション*/
  .catch-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .catch-sec .title {
    font-size: 20px;
  }
  .catch-sec .title .sme-highlighter {
    font-size: 40px;
  }
  .catch-sec .text {
    font-size: 18px;
    font-weight: normal;
  }
  .catch-sec .smb-buttons {
    margin-top: 40px !important;
  }
}

/*コンテンツセクション*/
.content-sec .wp-block-snow-monkey-blocks-items-item-block-link {
  margin-bottom: 60px !important;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item__figure {
  height: 320px;
  margin-bottom: 0;
  position: relative;
  border-radius: 16px 16px 0 0;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link .smb-items__item__figure img {
  height: 160px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link:first-child .smb-items__item__figure {
  background: #fff2f0;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(2) .smb-items__item__figure {
  background: #fdf9ee;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(3) .smb-items__item__figure {
  background: #f3f8fd;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(4) .smb-items__item__figure {
  background: #f1f9ee;
}

.content-sec .wp-block-snow-monkey-blocks-items-item-block-link:nth-child(5) .smb-items__item__figure {
  background: #f1f9ee;
}

.content-sec .smb-items__item__body {
  border: 1px solid #ddd;
  border-top: none;
  padding: 16px;
}

.content-sec .smb-items__item__title {
  font-size: 40px;
  text-align: center;
}

.content-sec .smb-btn {
  width: 100% !important;
  border-radius: 100px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 3px #F0751D;
  padding: 16px 40px;
  font-weight: bold;
  font-size: 18px;
  background: #F0751D;
}

.content-sec .smb-btn:hover {
  background: #fff;
  color: #F0751D;
}

@media (max-width: 1279px) {
  .content-sec .smb-items__item__title {
    font-size: 28px;
  }
}

/*ニュースセクション*/
.news-sec .c-entry-summary__figure {
  margin-bottom: 0 !important;
}

.news-sec .c-entry-summary__body {
  background-color: #fff;
  font-size: 18px;
  border-radius: 0 0 8px 8px;
}

.news-sec .c-entry-summary__term {
  display: none;
}

.news-sec img {
  border-radius: 8px 8px 0 0;
}

/*提携サービスセクション*/
.partnership-sec .smb-section__lede {
  font-size: 20px;
}

.partnership-sec img:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

@media (max-width: 1023px) {
  .partnership-sec .smb-section__lede {
    font-size: 18px;
  }
  .partnership-sec .c-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-id-631 {
  /*YouTube*/
  /*代表挨拶セクション*/
  /*会社概要セクション*/
}

.page-id-631 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-631 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-631 .c-page-header__title:before {
  content: "COMPANY";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 154px;
  text-align: center;
}

.page-id-631 .group_youtube {
  margin-top: 80px !important;
}

.page-id-631 .group_youtube p {
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-id-631 .group_youtube p:before {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-right: 10px;
}

.page-id-631 .group_youtube p:after {
  background-color: #f0751d;
  border-radius: 5px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  margin-left: 10px;
}

.page-id-631 .greeting_sec .smb-box .wp-block-group {
  margin-top: 10px !important;
}

.page-id-631 .greeting_sec .smb-box .wp-block-group:first-child {
  margin-top: 0 !important;
}

.page-id-631 .greeting_sec .smb-box .wp-block-group p:first-child {
  white-space: nowrap;
}

.page-id-631 .greeting_sec .wp-element-caption {
  text-align: center;
  line-height: 1.6;
}

.page-id-631 .company_sec td {
  font-size: 20px;
  padding: 40px;
  border: none;
}

.page-id-631 .company_sec td:first-child {
  border-bottom: 1px solid #F0751D;
  vertical-align: top;
  text-align: center;
}

.page-id-631 .company_sec td:last-child {
  border-bottom: 1px solid #f5f0e7;
  padding-right: 0;
}

@media (max-width: 1023px) {
  .page-id-631 {
    /*YouTube*/
    /*代表挨拶*/
  }
  .page-id-631 .group_youtube {
    margin-top: 60px !important;
  }
  .page-id-631 .group_youtube p {
    font-size: 32px;
  }
  .page-id-631 .greeting_sec .catchcopy {
    font-size: 24px !important;
  }
  .page-id-631 .greeting_sec .greeting__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-id-631 .greeting_sec .greeting__column img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 639px) {
  .page-id-631 {
    /*YouTube*/
    /*代表挨拶*/
    /*代表挨拶*/
  }
  .page-id-631 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-631 .c-container {
    padding: 0;
  }
  .page-id-631 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-631 .c-page-header {
    height: 230px !important;
  }
  .page-id-631 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-631 .c-page-header__title:before {
    font-size: 14px;
    padding: 4px 12px;
    width: 120px;
  }
  .page-id-631 .group_youtube {
    margin-top: 40px !important;
  }
  .page-id-631 .group_youtube p {
    font-size: 20px;
  }
  .page-id-631 .greeting_sec .catchcopy {
    font-size: 18px !important;
  }
  .page-id-631 .greeting_sec .wp-block-group {
    display: block;
  }
  .page-id-631 .greeting_sec .wp-block-group p:first-child {
    font-weight: bold;
  }
  .page-id-631 .company_sec td {
    display: block;
    font-size: 18px;
    padding: 18px;
  }
  .page-id-631 .company_sec td:first-child {
    border-bottom: none;
    text-align: left;
    padding-bottom: 0;
  }
  .page-id-631 .company_sec td:last-child {
    border-bottom: 1px solid #f5f0e7;
    -o-border-image: linear-gradient(90deg, #F0751D 0, #F0751D 21%, #f5f0e7 22%, #f5f0e7 100%);
       border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F0751D), color-stop(21%, #F0751D), color-stop(22%, #f5f0e7), to(#f5f0e7));
       border-image: linear-gradient(90deg, #F0751D 0, #F0751D 21%, #f5f0e7 22%, #f5f0e7 100%);
    border-image-slice: 1;
  }
}

.page-id-1734 {
  font-size: 18px;
  /*住宅ローンでお困り、お悩みの方へセクション*/
}

.page-id-1734 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-1734 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-1734 .c-page-header__title:before {
  content: "BUY";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 100px;
  text-align: center;
}

.page-id-1734 .catch-sec .catchcopy {
  font-size: 30px;
}

.page-id-1734 .worries-sec .smb-box {
  background: #f5f0e7;
  border: 1px solid #f5f0e7;
}

.page-id-1734 .worries-sec .smb-box li {
  height: 70px;
}

.page-id-1734 .worries-sec .smb-box .has-text-align-right {
  margin-top: 20px !important;
}

.page-id-1734 .worries-sec .catchcopy {
  font-size: 30px;
}

.page-id-1734 .worries-sec .catchcopy span {
  font-size: 48px;
}

@media (max-width: 1023px) {
  .page-id-1734 {
    /*住宅ローンでお困り、お悩みの方へセクション*/
  }
  .page-id-1734 .catch-sec .catchcopy {
    font-size: 24px;
  }
  .page-id-1734 .worries-sec .smb-box li {
    height: 100px;
  }
  .page-id-1734 .worries-sec .catchcopy {
    font-size: 24px;
  }
  .page-id-1734 .worries-sec .catchcopy span {
    font-size: 32px;
  }
}

@media (max-width: 781px) {
  .page-id-1734 {
    /*住宅ローンでお困り、お悩みの方へセクション*/
  }
  .page-id-1734 .worries-sec .smb-box li {
    height: auto;
  }
  .page-id-1734 .worries-sec .smb-box .wp-block-columns {
    gap: 0 !important;
  }
  .page-id-1734 .worries-sec .smb-box .wp-block-columns .smb-list:last-child {
    margin-top: 9.6px !important;
  }
}

@media (max-width: 639px) {
  .page-id-1734 {
    /*住宅ローンでお困り、お悩みの方へセクション*/
  }
  .page-id-1734 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-1734 .c-container {
    padding: 0;
  }
  .page-id-1734 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-1734 .c-page-header {
    height: 230px !important;
  }
  .page-id-1734 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-1734 .c-page-header__title:before {
    font-size: 14px;
    padding: 4px 12px;
    width: 80px;
  }
  .page-id-1734 .catch-sec .catchcopy {
    font-size: 18px !important;
  }
  .page-id-1734 .worries-sec .catchcopy {
    font-size: 18px !important;
  }
  .page-id-1734 .worries-sec .catchcopy span {
    font-size: 24px;
  }
}

.page-id-1926 {
  font-size: 18px;
  /*不動産の売却方法セクション*/
}

.page-id-1926 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-1926 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-1926 .c-page-header__title:before {
  content: "SELL";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 100px;
  text-align: center;
}

.page-id-1926 .worries-sec .catchcopy {
  font-size: 30px;
}

.page-id-1926 .worries-sec ul {
  padding-left: 0;
}

.page-id-1926 .worries-sec ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 20px !important;
}

.page-id-1926 .worries-sec ul li:before {
  content: '';
  background: #F0751D;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.page-id-1926 .worries-sec ul li:after {
  content: '';
  background: url(https://tayahome.jp/wp-content/uploads/2024/08/check__white.png) no-repeat center/contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 6px;
  display: inline-block;
}

.page-id-1926 .method-sec .catchcopy {
  font-size: 30px;
}

.page-id-1926 .method-sec .catchcopy .sme-text-color {
  font-size: 48px;
}

.page-id-1926 .method-sec .wp-block-table thead {
  border-bottom: none;
}

@media (max-width: 1023px) {
  .page-id-1926 {
    /*不動産の売却方法セクション*/
  }
  .page-id-1926 .worries-sec .catchcopy {
    font-size: 24px;
  }
  .page-id-1926 .worries-sec ul li {
    font-size: 18px !important;
  }
  .page-id-1926 .worries-sec .wp-block-snow-monkey-blocks-items-item-free {
    margin-bottom: 0 !important;
  }
  .page-id-1926 .method-sec .catchcopy {
    font-size: 24px;
  }
  .page-id-1926 .method-sec .catchcopy .sme-text-color {
    font-size: 32px;
  }
}

@media (max-width: 639px) {
  .page-id-1926 {
    /*不動産の売却方法セクション*/
  }
  .page-id-1926 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-1926 .c-container {
    padding: 0;
  }
  .page-id-1926 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-1926 .c-page-header {
    height: 230px !important;
  }
  .page-id-1926 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-1926 .c-page-header__title:before {
    font-size: 14px;
    padding: 4px 12px;
    width: 80px;
  }
  .page-id-1926 .worries-sec .catchcopy {
    font-size: 18px !important;
    margin-top: 0 !important;
  }
  .page-id-1926 .worries-sec .catchcopy .sme-text-color {
    font-size: 18px !important;
  }
  .page-id-1926 .worries-sec ul li {
    padding-left: 32px !important;
  }
  .page-id-1926 .worries-sec ul li:before {
    width: 24px !important;
    height: 24px !important;
  }
  .page-id-1926 .worries-sec ul li:after {
    width: 16px !important;
    height: 16px !important;
    left: 6px !important;
  }
  .page-id-1926 .method-sec .smb-section__body {
    margin-top: 20px !important;
  }
  .page-id-1926 .method-sec .catchcopy {
    font-size: 18px !important;
  }
  .page-id-1926 .method-sec .catchcopy .sme-text-color {
    font-size: 24px !important;
  }
}

.page-id-1584 {
  /*キャッチコピー*/
}

.page-id-1584 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-1584 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-1584 .c-page-header__title:before {
  content: "SERVICE";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 145px;
  text-align: center;
}

.page-id-1584 .catch-sec p {
  font-size: 20px;
  font-family: 游ゴシック体, YuGothic, sans-serif;
  line-height: 2.5;
}

@media (max-width: 1023px) {
  .page-id-1584 {
    /*キャッチコピー*/
  }
  .page-id-1584 .catch-sec p {
    margin-top: 0 !important;
    line-height: 2;
  }
}

@media (max-width: 639px) {
  .page-id-1584 {
    /*キャッチコピー*/
  }
  .page-id-1584 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-1584 .c-container {
    padding: 0;
  }
  .page-id-1584 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-1584 .c-page-header {
    height: 230px !important;
  }
  .page-id-1584 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-1584 .c-page-header__title:before {
    font-size: 14px;
    padding: 4px 12px;
    width: 120px;
  }
  .page-id-1584 .catch-sec p {
    font-size: 18px;
  }
}

.page-id-2205 {
  /*キャッチコピーセクション*/
  /*特徴セクション*/
  /*ビフォーアフターセクション*/
}

.page-id-2205 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-2205 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-2205 .c-page-header__title:before {
  content: "トガったオーダーメイドリノベーション";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 360px;
  text-align: center;
}

.page-id-2205 .catch-sec .smb-media-text__title {
  font-size: 30px;
}

.page-id-2205 .catch-sec .smb-box {
  -webkit-box-shadow: 0px 6px 12px rgba(90, 122, 145, 0.2);
          box-shadow: 0px 6px 12px rgba(90, 122, 145, 0.2);
}

.page-id-2205 .catch-sec .smb-box p {
  font-weight: bold;
  font-size: 24px;
}

.page-id-2205 .catch-sec .smb-box li {
  font-size: 18px;
}

.page-id-2205 .catch-sec .smb-box .smb-buttons {
  margin-top: 0 !important;
}

.page-id-2205 .catch-sec .smb-box .Instagram__btn .smb-btn {
  width: 256px;
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 1px #dc2e74;
  color: #FFF;
  background-image: linear-gradient(135deg, #dc2e74 0%, #9d3bc4 100%);
}

.page-id-2205 .catch-sec .smb-box .Instagram__btn .smb-btn:hover {
  opacity: 0.75;
}

.page-id-2205 .feature-sec .wp-block-snow-monkey-blocks-section-break-the-grid:first-child {
  padding-top: 0 !important;
}

.page-id-2205 .feature-sec .wp-block-snow-monkey-blocks-section-break-the-grid:last-child {
  padding-bottom: 0 !important;
}

.page-id-2205 .feature-sec .smb-section-break-the-grid__content {
  padding: 40px;
}

.page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__title {
  font-size: 30px !important;
}

.page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__title:after {
  background-color: #f0751d;
}

.page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__body {
  margin-top: 30px;
}

.page-id-2205 .before-after-sec {
  background: #f0eae0;
}

.page-id-2205 .before-after-sec .smb-box {
  -webkit-box-shadow: 0px 6px 12px rgba(90, 122, 145, 0.2);
          box-shadow: 0px 6px 12px rgba(90, 122, 145, 0.2);
  background: #fff;
  padding: 24px 32px 32px;
}

.page-id-2205 .before-after-sec .smb-box h3 {
  font-size: 64px;
  line-height: 1.25;
  color: #f0751d;
  position: relative;
  border-bottom: 3px solid #fbd8d0;
}

.page-id-2205 .before-after-sec .smb-box h3::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 30%;
  height: 3px;
  background: #f0751d;
}

.page-id-2205 .before-after-sec .smb-box:first-child {
  position: relative;
}

.page-id-2205 .before-after-sec .smb-box:first-child::after {
  content: '';
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #f0751d;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-id-2205 .before-after-sec .smb-box:last-of-type {
  margin-top: 120px;
}

@media (max-width: 1279px) {
  .page-id-2205 {
    /*キャッチコピーセクション*/
    /*特徴セクション*/
  }
  .page-id-2205 .catch-sec .c-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-id-2205 .catch-sec .smb-media-text__title {
    font-size: 24px;
  }
  .page-id-2205 .feature-sec .smb-section-break-the-grid__content {
    padding: 20px;
  }
  .page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__title {
    font-size: 24px !important;
  }
}

@media (max-width: 1023px) {
  .page-id-2205 {
    /*特徴セクション*/
  }
  .page-id-2205 .feature-sec .smb-section-break-the-grid__figure {
    padding: 0 28.8px;
  }
}

@media (max-width: 639px) {
  .page-id-2205 {
    /*キャッチコピーセクション*/
    /*特徴セクション*/
    /*ビフォーアフターセクション*/
  }
  .page-id-2205 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-2205 .c-container {
    padding: 0;
  }
  .page-id-2205 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-2205 .c-page-header {
    height: 230px !important;
  }
  .page-id-2205 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-2205 .c-page-header__title:before {
    font-size: 12px;
    padding: 4px 12px;
    width: 260px;
  }
  .page-id-2205 .catch-sec .smb-media-text__title {
    font-size: 20px;
  }
  .page-id-2205 .catch-sec .smb-box p {
    font-size: 18px;
  }
  .page-id-2205 .catch-sec .smb-box .Instagram__text {
    margin-top: 0 !important;
  }
  .page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__title {
    font-size: 20px !important;
  }
  .page-id-2205 .feature-sec .smb-section-break-the-grid__content .smb-section__body {
    margin-top: 20px;
  }
  .page-id-2205 .before-after-sec .smb-box {
    padding: 16px;
  }
  .page-id-2205 .before-after-sec .smb-box h3 {
    font-size: 32px;
  }
  .page-id-2205 .before-after-sec .smb-box:first-child::after {
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f0751d;
    bottom: -45px;
  }
  .page-id-2205 .before-after-sec .smb-box:last-of-type {
    margin-top: 60px;
  }
  .page-id-2205 .before-after-sec p {
    margin-top: 20px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 1024px) {
  .page-id-2205 {
    /*キャッチコピーセクション*/
  }
  .page-id-2205 .catch-sec .c-row__col:first-child {
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }
  .page-id-2205 .catch-sec .c-row__col:last-child {
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}

.page-id-705 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-705 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-705 .c-page-header__title:before {
  content: "TO CUSTOMERS";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 220px;
  text-align: center;
}

.page-id-705 .letter_sec .smb-section__title {
  font-size: 30px;
}

.page-id-705 .letter_sec h3 {
  font-size: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.page-id-705 .letter_sec .wp-block-group {
  margin-top: 80px;
}

@media (max-width: 1023px) {
  .page-id-705 .c-page-header {
    height: 460px !important;
    margin-left: 5%;
    margin-right: 5%;
  }
  .page-id-705 .c-page-header__title {
    font-size: 30px !important;
    padding: 16px;
  }
  .page-id-705 .letter_sec .smb-section__body {
    margin-top: 20px !important;
  }
  .page-id-705 .letter_sec .c-row--top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-705 .letter_sec h3 {
    font-size: 20px;
  }
  .page-id-705 .letter_sec .wp-block-group {
    margin-top: 60px;
  }
}

@media (max-width: 639px) {
  .page-id-705 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-705 .c-container {
    padding: 0;
  }
  .page-id-705 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-705 .c-page-header {
    height: 230px !important;
  }
  .page-id-705 .c-page-header__title {
    font-size: 18px !important;
    padding: 16px 4px;
  }
  .page-id-705 .c-page-header__title:before {
    content: "TO CUSTOMERS";
    font-size: 14px;
    padding: 4px 12px;
    width: 180px;
  }
  .page-id-705 .letter_sec .smb-section__title {
    font-size: 20px;
  }
  .page-id-705 .letter_sec h3 {
    font-size: 18px;
  }
  .page-id-705 .letter_sec .wp-block-group {
    margin-top: 40px;
  }
}

.page-id-612 .c-page-header {
  height: 460px !important;
  margin-left: 5%;
  margin-right: 5%;
}

.page-id-612 .c-page-header__title {
  font-family: Noto Sans JP, sans-serif;
  font-size: 50px !important;
  font-weight: 700;
  text-align: left;
  color: #333;
  background-color: rgba(246, 247, 247, 0.9);
  padding: 30px;
  width: 760px;
}

.page-id-612 .c-page-header__title:before {
  content: "CONTACT";
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 24px;
  border: solid 1px #000;
  width: 146px;
  text-align: center;
}

.page-id-612 .tel {
  font-size: 56px;
  margin-top: 0 !important;
}

.page-id-612 .tel span {
  position: relative;
}

.page-id-612 .tel span::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(https://tayahome.jp/wp-content/uploads/2024/09/icon_tel-orange.jpeg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -58px;
}

.page-id-612 .smf-item__label {
  font-size: 18px;
}

.page-id-612 .required {
  padding: 4px 6px;
  background: #FF914D;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
}

.page-id-612 .smf-action {
  max-width: 400px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page-id-612 .smf-button-control__control {
  width: 100% !important;
  border: solid 1px #F0751D !important;
  background: #F0751D !important;
  color: #FFF !important;
  -webkit-transition: all .5s ease !important;
  transition: all .5s ease !important;
  height: 72px;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  border-radius: 100px !important;
}

.page-id-612 .smf-button-control__control:hover {
  background: #FFF !important;
  color: #F0751D !important;
}

@media (max-width: 639px) {
  .page-id-612 .contact_sec .smb-section__body {
    margin-top: 0 !important;
  }
  .page-id-612 .c-page-header__content {
    margin: 0 5%;
  }
  .page-id-612 .c-container {
    padding: 0;
  }
  .page-id-612 .wp-block-snow-monkey-blocks-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-id-612 .c-page-header {
    height: 230px !important;
  }
  .page-id-612 .c-page-header__title {
    font-size: 20px !important;
    padding: 16px;
  }
  .page-id-612 .c-page-header__title:before {
    font-size: 14px;
    padding: 4px 12px;
    width: 112px;
  }
  .page-id-612 .tel {
    font-size: 40px;
  }
  .page-id-612 .tel span::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    left: -42px;
  }
  .page-id-612 .smf-button-control__control {
    height: 56px;
    font-size: 18px;
  }
}

.l-contents-bottom-widget-area {
  max-width: 100vw !important;
  width: 100vw !important;
  margin: 0 calc(50% - 50vw);
}

@media (min-width: 640px) {
  #block-52 {
    display: none;
  }
}

@media (max-width: 639px) {
  #block-51 {
    display: none;
  }
}

.contact-section .smb-section__title {
  font-size: 30px !important;
}

.contact-section .smb-section__lede {
  font-size: 16px;
}

.contact-section .contact-section__tel {
  font-size: 30px;
}

.contact-section .contact-section__tel a {
  text-decoration: none;
}

.l-footer-widget-area {
  color: #333333;
  background: #ffffff;
}

.l-footer-widget-area .c-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#block-44 h3 {
  font-size: 30px;
}

#block-44 p {
  font-size: 14px;
  margin: 8px 0 !important;
}

#block-44 hr {
  margin: 1.5rem 0;
}

#block-44 .footer-information {
  color: #333;
  text-decoration: none;
}

#block-44 .footer-information img {
  margin-left: 5px;
  width: 12px;
}

#block-44 .fotter-sns {
  margin-top: 16px;
}

#block-44 .fotter-sns img {
  width: 32px;
}

#block-44 .fotter-sns .fotter-line {
  margin-right: 16px;
}

#block-46 .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  /* 比率を4:3に固定 */
}

#block-46 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .l-footer-widget-area .c-container {
    padding: 0 28.8px;
  }
}

@media (max-width: 639px) {
  .l-footer-widget-area .c-container {
    padding: 0 20px;
  }
  #block-46 .map {
    padding-top: 135%;
    /* 比率を4:3に固定 */
  }
}

@media (min-width: 1024px) {
  .l-footer-widget-area__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 35%;
  }
  .l-footer-widget-area__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    max-width: 65%;
  }
}

.c-copyright .c-container {
  text-align: center;
  font-size: 12px;
}

.tel a {
  color: #333 !important;
}

.service-sec .smb-media-text__title {
  font-size: 32px;
}

.service-sec .Instagram__text {
  font-weight: bold;
  font-size: 24px !important;
}

.service-sec .smb-btn {
  width: 256px;
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 1px #dc2e74;
  color: #FFF;
  background-image: linear-gradient(135deg, #dc2e74 0%, #9d3bc4 100%);
}

.service-sec .smb-btn:hover {
  opacity: .75;
}

@media (max-width: 1023px) {
  .service-sec .c-row__col:last-child {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-sec .smb-media-text__title {
    font-size: 24px;
  }
  .service-sec .Instagram__text {
    font-size: 20px !important;
  }
}

@media (max-width: 639px) {
  .service-sec .smb-media-text__title {
    font-size: 20px;
    text-align: center !important;
  }
  .service-sec .Instagram__text {
    font-size: 18px !important;
    margin-top: 0 !important;
  }
}

.intermediary_flow-sec h4 {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 30px;
  padding: 20px 30px;
  background-color: #f2a02c;
  width: 580px;
  border-radius: 12px;
}

.intermediary_flow-sec img {
  margin-top: 80px;
}

.intermediary_flow-sec .smb-btn {
  padding: 16px 40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border: solid 1px #F0751D;
  background: #F0751D;
  color: #FFF;
  border-radius: 100px;
  font-weight: bold;
}

.intermediary_flow-sec .smb-btn:hover {
  background: #FFF;
  color: #F0751D;
}

@media (max-width: 639px) {
  .intermediary_flow-sec .smb-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intermediary_flow-sec h4 {
    font-size: 16px;
    width: 300px;
    padding: 20px !important;
  }
  .intermediary_flow-sec img {
    margin-top: 40px;
  }
  .intermediary_flow-sec .smb-btn {
    padding: 16px 16px;
  }
}

@media (min-width: 640px) {
  .intermediary_flow-sec .smb-btn {
    width: 400px;
  }
}

.price-sec .box-wrapper {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 70px 20px;
}

.price-sec .box-wrapper .smb-box__body {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.price-sec .box-wrapper h3 {
  font-size: 30px;
}

.price-sec .box-wrapper h3 span {
  background-color: #ecb800;
  padding: 14px 40px;
  border-radius: 4px;
}

.price-sec .box-wrapper .box-beige {
  padding: 30px 0;
}

.price-sec .box-wrapper .box-beige p {
  line-height: 1.25;
  position: relative;
}

.price-sec .box-wrapper .box-purchaser p:before {
  content: "買主様";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
}

.price-sec .box-wrapper .box-seller p:before {
  content: "売主様";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
}

.price-sec .box-wrapper:last-child {
  /*料金シュミレーション*/
}

.price-sec .box-wrapper:last-child h3 span {
  background-color: #F0751D;
}

.price-sec .box-wrapper:last-child .item-title {
  font-weight: bold;
  font-size: 18px;
}

.price-sec .box-wrapper:last-child .orange-underline {
  border-bottom: solid 5px #f18d00;
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-2lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-2lines:before {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  z-index: 10;
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-2lines p {
  line-height: 1;
  padding-left: 20%;
  white-space: nowrap;
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-2lines p:before {
  content: none;
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-seller:before {
  content: "売主様";
}

.price-sec .box-wrapper:last-child .group_box-2lines .box-purchaser:before {
  content: "買主様";
}

.price-sec .box-wrapper:last-child .box_800under p {
  padding-left: 20%;
}

.price-sec .box-wrapper:last-child .group_simulation .wp-block-heading {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.price-sec .box-wrapper:last-child .group_simulation .wp-block-heading:after {
  background-image: repeating-linear-gradient(90deg, #222, #222 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 1rem;
}

.price-sec .box-wrapper:last-child .group_simulation .wp-block-snow-monkey-blocks-items {
  margin-top: 30px;
}

.price-sec .box-wrapper:last-child .group_simulation .blue-underline {
  border-bottom: solid 5px #87bfca;
}

.price-sec .box-wrapper:last-child .group_simulation .box-beige {
  position: relative;
  margin-top: 10px;
}

.price-sec .box-wrapper:last-child .group_simulation .box-beige:before {
  content: "媒介契約手数料";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}

.price-sec .box-wrapper:last-child .group_simulation .box-beige p {
  line-height: 1.5;
  padding-left: 20%;
}

.price-sec .box-wrapper:last-child .group_simulation .box-beige p span {
  padding-left: 60px;
  position: relative;
}

.price-sec .box-wrapper:last-child .group_simulation .box-beige p span:before {
  content: "=";
  font-size: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

@media (max-width: 1023px) {
  .price-sec .box-wrapper {
    padding: 40px 20px !important;
  }
  .price-sec .box-wrapper h3 {
    font-size: 24px !important;
  }
  .price-sec .box-wrapper h3 span {
    padding: 14px 28px !important;
  }
  .price-sec .box-wrapper .box-beige {
    padding: 30px 0 !important;
  }
  .price-sec .box-wrapper .box-purchaser p:before {
    font-size: 18px !important;
  }
  .price-sec .box-wrapper .box-seller p:before {
    font-size: 18px !important;
  }
  .price-sec .box-wrapper:last-child {
    /*料金シュミレーション*/
  }
  .price-sec .box-wrapper:last-child .group_box-2lines .box-2lines:before {
    font-size: 18px !important;
  }
  .price-sec .box-wrapper:last-child .group_simulation .wp-block-heading {
    font-size: 20px !important;
  }
  .price-sec .box-wrapper:last-child .group_simulation .wp-block-snow-monkey-blocks-items {
    margin-top: 20px !important;
  }
  .price-sec .box-wrapper:last-child .group_simulation .box-beige p span:before {
    font-size: 20px !important;
  }
}

@media (max-width: 639px) {
  .price-sec .box-wrapper {
    padding: 30px 20px;
  }
  .price-sec .box-wrapper h3 {
    font-size: 20px;
  }
  .price-sec .box-wrapper h3 span {
    padding: 14px 20px;
  }
  .price-sec .box-wrapper .box-beige {
    padding: 20px 0;
  }
  .price-sec .box-wrapper .box-purchaser p:before {
    left: 10px;
    font-size: 18px;
  }
  .price-sec .box-wrapper .box-purchaser .sme-font-size {
    font-size: 32px !important;
  }
  .price-sec .box-wrapper .box-seller p:before {
    left: 10px;
    font-size: 18px;
  }
  .price-sec .box-wrapper .box-seller .sme-font-size {
    font-size: 32px !important;
  }
  .price-sec .box-wrapper:last-child {
    /*料金シュミレーション*/
  }
  .price-sec .box-wrapper:last-child .group_box-2lines .box-2lines:before {
    left: 10px !important;
  }
  .price-sec .box-wrapper:last-child .group_box-2lines .box-2lines p {
    padding-left: 25% !important;
  }
  .price-sec .box-wrapper:last-child .group_box-2lines .box-2lines .sme-font-size {
    font-size: 32px !important;
  }
  .price-sec .box-wrapper:last-child .box_800under p {
    padding-left: 25% !important;
  }
  .price-sec .box-wrapper:last-child .group_simulation .wp-block-snow-monkey-blocks-items-item-free:first-child {
    padding-right: 5px;
  }
  .price-sec .box-wrapper:last-child .group_simulation .wp-block-snow-monkey-blocks-items-item-free:last-child {
    padding-left: 5px;
  }
  .price-sec .box-wrapper:last-child .group_simulation .box-beige__sp {
    padding: 10px;
    margin-top: 10px !important;
  }
  .price-sec .box-wrapper:last-child .group_simulation .box-beige__sp p:nth-child(2) {
    margin-top: 0 !important;
  }
}

.support-sec .wp-block-list {
  padding-left: 0 !important;
}

.support-sec li {
  list-style: none;
  position: relative;
  font-size: 20px;
  padding: 25px 140px;
  background: #f6b943;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.support-sec li:before {
  font-size: 3rem;
  position: absolute;
  left: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 400;
  color: #333;
}

.support-sec li:nth-of-type(1):before {
  content: "01";
}

.support-sec li:nth-of-type(2):before {
  content: "02";
}

.support-sec li:nth-of-type(3):before {
  content: "03";
}

.support-sec li:nth-of-type(4):before {
  content: "04";
}

.support-sec li:nth-of-type(5):before {
  content: "05";
}

.support-sec li:nth-of-type(6):before {
  content: "06";
}

@media (max-width: 1023px) {
  .support-sec li {
    font-size: 18px;
    padding: 25px 25px 25px 100px;
  }
  .support-sec li:before {
    left: 30px;
  }
}

@media (max-width: 639px) {
  .support-sec li {
    padding: 20px 20px 20px 80px;
    height: auto;
  }
  .support-sec li:before {
    font-size: 2.5rem;
    left: 20px;
  }
}

.faq-sec .smb-accordion__item__title {
  background-color: #ecb800;
  padding: 20px 80px 20px 100px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.faq-sec .smb-accordion__item__title__label:before {
  content: "Q";
  font-family: "IBM Plex Mono", monospace;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.faq-sec .smb-accordion__item__body {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 20px 80px 20px 100px;
}

.faq-sec .smb-accordion__item__body p {
  font-size: 18px;
}

.faq-sec .smb-accordion__item__body::before {
  content: "A";
  font-family: "IBM Plex Mono", monospace;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  color: #ecb800;
}

@media (max-width: 1023px) {
  .faq-sec .smb-accordion__item__title {
    padding: 20px 20px 20px 70px;
    font-size: 18px;
  }
  .faq-sec .smb-accordion__item__title__label:before {
    left: 20px;
  }
  .faq-sec .smb-accordion__item__body {
    padding: 20px 50px 20px 70px;
  }
  .faq-sec .smb-accordion__item__body::before {
    font-size: 48px;
    left: 20px;
  }
}

@media (max-width: 639px) {
  .faq-sec .smb-accordion__item__body {
    padding: 20px 20px 20px 70px !important;
  }
}

.fotter_menu-sec p {
  font-size: 20px !important;
}

.fotter_menu-sec .wp-block-column img {
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
}

.fotter_menu-sec .smb-box {
  padding: 30px 40px 40px;
  height: 253px;
}

.fotter_menu-sec .smb-box p {
  font-size: 24px !important;
}

.fotter_menu-sec .smb-box .smb-list {
  margin-top: 20px !important;
}

.fotter_menu-sec .smb-box li {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .fotter_menu-sec {
    padding-top: 0;
  }
  .fotter_menu-sec .group_catchcopy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fotter_menu-sec .group_catchcopy .fotter_catchcopy {
    max-width: 440px;
  }
  .fotter_menu-sec .smb-box {
    padding: 20px;
    height: 280px;
  }
}

@media (max-width: 639px) {
  .fotter_menu-sec .fotter_catchcopy {
    font-size: 18px !important;
    max-width: 250px !important;
    margin-right: auto;
    margin-left: auto;
  }
  .fotter_menu-sec .smb-box {
    height: auto;
  }
  .fotter_menu-sec .smb-box p {
    font-size: 20px !important;
  }
  .fotter_menu-sec .smb-box .smb-list {
    margin-top: 0px !important;
  }
  .fotter_menu-sec .smb-box li {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .fotter_menu-sec .wp-block-column:first-child {
    -ms-flex-preferred-size: 300px !important;
        flex-basis: 300px !important;
  }
  .fotter_menu-sec .wp-block-column:last-child {
    -ms-flex-preferred-size: calc(100%-300px) !important;
        flex-basis: calc(100%-300px) !important;
    padding-left: 2%;
  }
}

@media (max-width: 1023px) {
  .c-hamburger-btn__label {
    display: none;
  }
  .c-hamburger-btn__bar {
    background-color: #ffffff;
    height: 2px;
  }
  .c-drawer__item {
    padding: 0;
  }
  .c-drawer a {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .top-main__section .smb-section__title {
    padding: 20px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .top-about__section .c-container {
    padding-left: 0;
    padding-right: 0;
  }
  .top-about__section .smb-section-break-the-grid__figure {
    left: 0 !important;
  }
  .top-about__section .smb-section-break-the-grid__content--p-s {
    width: 90%;
    margin: auto;
    padding: 24px;
    margin-top: 20px;
  }
  .top-about__section .smb-section-break-the-grid__body {
    margin-top: 22px;
  }
  .top-service__section {
    margin-top: 0 !important;
  }
  .page-nav__section .mb-section__body {
    margin-top: 0.9rem;
  }
  .page-nav__section .smb-section-break-the-grid__content--p-s {
    width: 75%;
    margin: auto;
    bottom: -20%;
  }
  .page-nav__section .smb-section-break-the-grid__figure {
    right: 0 !important;
  }
  .page-nav__under {
    padding-top: 4rem;
    padding-bottom: 5.4rem;
  }
  .page-id-776 .fadein {
    padding-top: 0;
    padding-bottom: 0;
  }
  #menu-floathing__btn .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #menu-floathing__btn .menu-item a {
    font-size: 16px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    padding: .5em 0;
    height: 80px;
    background: #7EC535;
  }
  #menu-floathing__btn .menu-item a:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .5em;
  }
  #menu-floathing__btn #menu-item-3068 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #menu-floathing__btn #menu-item-3068 a:before {
    background: url(https://tayahome.jp/wp-content/uploads/2024/12/tel-icon.png) no-repeat;
    background-size: contain;
  }
  #menu-floathing__btn #menu-item-1504 a:before {
    background: url(https://tayahome.jp/wp-content/uploads/2023/11/mail-icon.png) no-repeat;
    background-size: contain;
  }
  #menu-floathing__btn #menu-item-3069 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #menu-floathing__btn #menu-item-3069 a:before {
    background: url(https://tayahome.jp/wp-content/uploads/2024/12/line.png) no-repeat;
    background-size: contain;
  }
}

@media (max-width: 639px) {
  .top-proraty__section .smb-section__title {
    font-size: 26px;
  }
  .top-proraty__section .propaty-h3 {
    font-size: 18px;
  }
  .top-company__section .smb-section-break-the-grid__figure {
    right: 0 !important;
  }
  .top-company__section .smb-section-break-the-grid__content {
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }
  .top-company__section .smb-section-break-the-grid__content .smb-section-break-the-grid__title {
    font-size: 20px;
  }
  .top-letter__section .smb-section-break-the-grid__figure {
    right: 0 !important;
  }
  .top-letter__section .smb-section-break-the-grid__content {
    width: 80%;
    margin: auto;
    margin-top: 40px;
  }
  .top-letter__section .smb-section-break-the-grid__content .smb-section-break-the-grid__title {
    font-size: 20px;
  }
  .page-nav__section .smb-section-break-the-grid__content--p-s {
    width: 90%;
    bottom: 0%;
  }
  .page-nav__section .smb-section__title {
    font-size: 20px;
  }
  .c-page-header {
    height: 250px !important;
  }
  .c-page-header__title:after {
    font-size: 14px;
  }
  .c-page__section .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .c-page__section .smb-section__title {
    font-size: 22px !important;
  }
  .c-page__section .smb-section__body {
    margin-top: 20px;
  }
  .c-page__section__top {
    padding-top: 15px;
  }
  .c-page__section__top .smb-section__title {
    font-size: 24px !important;
  }
  .c-page__section__top .smb-section__body {
    margin-top: 20px;
  }
  .contact-section p {
    margin-top: 20px !important;
  }
  .contact-section .wp-block-spacer {
    display: none;
  }
  .service-h3 {
    font-size: 18px;
  }
  .selling-method__section .c-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
  }
  .selling-method__section .arrow {
    margin-top: 0.9rem;
  }
  .selling-method__section .service-h4__point {
    margin-top: 0.9rem !important;
    font-size: 18px;
  }
  .service-table {
    overflow-x: auto;
    /* tableタグのはみ出た要素を隠す */
    white-space: nowrap;
    /* テキストの折り返しなし */
    width: 100%;
  }
  .service-table .sp-scroll__table {
    width: 750px;
  }
  .service-table .wp-element-caption .sme-font-size {
    font-size: 14px !important;
  }
  .service-table .wp-element-caption .br-sp {
    display: block;
  }
  .buy-method__section .c-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90% !important;
  }
  .p-archive {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .post-page__section {
    padding-top: 15px;
  }
  .post-page__section .smb-section__title {
    font-size: 20px;
  }
  .post-page__section p {
    margin-top: 20px !important;
  }
}

@media (min-width: 640px) {
  .c-page-header {
    height: 400px !important;
  }
  .c-page-header .c-page-header__title {
    font-size: 2.4rem;
  }
  .c-page-header__title:after {
    font-size: 16px;
  }
  .c-breadcrumbs {
    font-size: 14px;
    color: #000;
  }
  .c-page__section .smb-section__title {
    font-size: 25px;
  }
  .c-page__section .smb-section__body {
    margin-top: 40px;
  }
  .br-sp {
    display: none;
  }
}
