@charset "UTF-8";
.inversion {
  background-color: #453f35;
}

.inversion .effect {
  transform: translate3d(0, -10px, 0);
}

.inversion .effect.move {
  transform: translate3d(0, 0, 0);
}

.inversion footer {
  background-color: #fff;
}

.inversion .wrap_btn {
  padding-top: 0;
}

.inversion #header::before {
  display: none;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 98%);
}

.inversion #header .logo {
  transition: all .5s ease-in-out 1.3s;
  background: url(../images/common/logo_whitex2.png) no-repeat center center;
  background-size: contain;
  left: 10rem;
}

.inversion #header .logo img {
  opacity: 0 !important;
}

.inversion #header .logo h1 img {
  opacity: 0;
}

@media screen and (max-width: 1480px) {
  .inversion #header .logo {
    left: 25px;
  }
}

.inversion #header .header_primary .tel {
  background: rgba(248, 246, 241, 0.4) !important;
  color: #453f35 !important;
}

.inversion #header .header_primary .tel dt {
  border-color: #453f35 !important;
}

.inversion #header .header_primary .tel dt::before {
  display: none;
}

.inversion #header .header_primary .tel svg path {
  fill: #453f35 !important;
}

.inversion #header .header_primary .btn_list {
  background: rgba(0, 0, 0, 0.23);
  text-shadow: 0px 0px 8px #453f35;
}

@media screen and (max-width: 768px) {
  .inversion #header .header_primary .btn_list {
    background: none;
  }
}

.inversion #header .header_primary .tel {
  transition: all .5s ease-in-out 1.7s;
}

.inversion #header .header_primary .btn_list {
  transition: all .5s ease-in-out 2s;
}

.inversion #header .global_nav {
  transition: all .5s ease-in-out 1.5s;
}

.inversion #header .global_nav .gn > li > a {
  color: #f8f6f1 !important;
  text-shadow: 0px 0px 8px #453f35;
}

.inversion #header .global_nav .gn > li > a::before {
  border-color: #f8f6f1 !important;
}

.inversion #header .global_nav .gn > li.gn01 a svg path {
  fill: #f8f6f1 !important;
}

.inversion #header .global_nav .gn > li .sub_nav .sn {
  background-color: #e6e5e5;
}

.inversion #header .global_nav .gn > li .sub_nav .content li.half:nth-of-type(1) {
  background: #f7f7f7;
}

.inversion #header .global_nav .gn > li .sub_nav .content li.half02:nth-of-type(1) {
  background: #f7f7f7;
}

.inversion #header .global_nav::before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0) 98%);
}

@media screen and (max-width: 768px) {
  .inversion #header .tel-sp {
    display: none;
  }
}

.inversion .contents {
  font-family: "Noto Serif JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", serif;
  color: #f8f6f1;
  background-color: #453f35;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.inversion .contents .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .inversion .contents .container {
    padding: 30px 30px 10px 30px;
  }
}

.inversion #header-sp {
  background-image: -moz-linear-gradient(15deg, #453f35 0, #252118 98%);
  background-image: -webkit-linear-gradient(15deg, #453f35 0, #252118 98%);
  background-image: -ms-linear-gradient(15deg, #453f35 0, #252118 98%);
}

.inversion #foot_fix_nav {
  z-index: 10;
  opacity: 0;
  transition: all 0.8s ease-in-out 3s;
  backface-visibility: hidden;
}

.inversion #foot_fix_nav ul {
  background-image: none;
}

.inversion #foot_fix_nav ul li {
  padding: 3px;
}

.inversion #foot_fix_nav ul li a {
  background-color: rgba(63, 57, 48, 0.6);
  display: block;
  color: #f8f6f1;
}

.inversion #foot_fix_nav ul li a::before {
  display: none;
}

.inversion #foot_fix_nav ul li a:hover {
  color: #fff !important;
}

.inversion #foot_fix_nav ul li a::after {
  border-color: #f8f6f1;
}

.inversion #foot_fix_nav ul li.ffn03 a svg {
  fill: #f8f6f1;
}

.inversion #foot_fix_nav ul li.ffn03 a svg path {
  fill: #f8f6f1;
}

.inversion .btn_menu {
  transition: all .5s ease-in-out 2s;
  background-image: none !important;
}

@media screen and (max-width: 768px) {
  .inversion .btn_menu {
    background-color: transparent;
    background-image: -webkit-linear-gradient(0deg, #453f35 0, #252118 98%);
  }
  .inversion .btn_menu::before {
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
}

.active #foot_fix_nav {
  opacity: 1;
}

.realestate_block01 {
  position: relative;
  font-family: "Noto Serif JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", serif;
}

.realestate_main_visual {
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
}

.realestate_main_visual::before {
  box-shadow: 0px 0px 100px 3px rgba(0, 0, 0, 0.4) inset;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.realestate_main_visual picture {
  display: block;
  height: 100%;
  overflow: hidden;
}

.realestate_main_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realestate_main_visual .icon {
  min-width: 150px;
  display: inline-block;
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 2;
}

.realestate_main_visual .icon .in {
  font-size: 3.5rem;
  width: 140px;
  height: 180px;
  text-align: center;
  padding-top: 45px;
  padding-right: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.realestate_main_visual .icon .in.emblem01 {
  background-image: url(../images/common/emblem01.png);
}

.realestate_main_visual .icon .in.emblem02 {
  background-image: url(../images/common/emblem02.png);
}

.realestate_main_visual .icon .in.emblem03 {
  background-image: url(../images/common/emblem03.png);
}

.realestate_main_visual .icon .in.emblem04 {
  background-image: url(../images/common/emblem04.png);
}

.realestate_main_visual .address {
  position: absolute;
  bottom: 35px;
  right: 35px;
  font-size: 1.3125rem;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .realestate_main_visual {
    height: 100vh;
  }
  .realestate_main_visual .icon {
    min-width: 100%;
    bottom: 25px;
    left: 0;
    text-align: center;
  }
  .realestate_main_visual .icon .in {
    font-size: 2.625rem;
    width: 90px;
    height: 100px;
    padding-top: 19px;
    padding-right: 12px;
  }
  .realestate_main_visual .address {
    display: none;
  }
}

.mask {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(50%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, #000 0, #000 50%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(50%, #000), to(transparent));
  mask-image: linear-gradient(180deg, #000 0, #000 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  -webkit-mask-position: 0 200%;
  mask-position: 0 200%;
  overflow: hidden;
}

.active .mask {
  will-change: -webkit-mask, mask, animation;
  -webkit-animation: 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards mask_fade_in;
  animation: 1.5s cubic-bezier(0.65, 0.05, 0.36, 1) var(--delay, 0s) 1 normal forwards mask_fade_in;
}

@-webkit-keyframes mask_fade_in {
  0% {
    -webkit-mask-position: 0 200%;
    mask-position: 0 200%;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

@keyframes mask_fade_in {
  0% {
    -webkit-mask-position: 0 200%;
    mask-position: 0 200%;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

.realestate_description {
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100vh;
  /* 現代的なブラウザ向け */
  height: 100dvh;
  /* Webkit系ブラウザ向け */
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  top: 0;
  color: #f8f6f1;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.realestate_description .inner {
  padding-left: 10rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1480px) {
  .realestate_description .inner {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

.realestate_description .inner .realestate_category {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  font-size: 1.5625rem;
  min-width: 200px;
  line-height: 1.5;
  letter-spacing: 0.4rem;
  margin-bottom: 18px;
  text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35, 0px 6px 18px #453f35, 0px 8px 25px rgba(69, 63, 53, 0.9);
}

.realestate_description .inner .realestate_category::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 25px;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.realestate_description .inner .realestate_title {
  position: relative;
  padding-bottom: 12px;
  line-height: 1;
}

.realestate_description .inner .realestate_title br {
  display: none;
}

.realestate_description .inner .realestate_title span {
  text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35, 0px 6px 18px #453f35, 0px 8px 25px rgba(69, 63, 53, 0.9);
  font-size: 2.25rem;
  position: relative;
  display: inline;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  font-weight: bold;
}

.realestate_description .inner .realestate_title::before {
  content: "";
  display: inline-block;
  width: 200%;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.realestate_description .inner .w {
  margin-top: 10px;
}

.realestate_description .inner .realestate_area {
  text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35, 0px 6px 18px #453f35, 0px 8px 25px rgba(69, 63, 53, 0.9);
  font-size: 1.625rem;
  margin-bottom: 25px;
  letter-spacing: 0.2rem;
}

.realestate_description .inner .realestate_access {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.realestate_description .inner .realestate_access svg {
  width: 40px;
  height: 40px;
}

.realestate_description .inner .realestate_access svg path {
  fill: #f8f6f1;
}

.realestate_description .inner .realestate_access span {
  padding-left: 10px;
  letter-spacing: 0.2rem;
  text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35, 0px 6px 18px #453f35, 0px 8px 25px rgba(69, 63, 53, 0.9);
  font-size: 1.5rem;
}

.realestate_description .inner .realestate_type {
  margin-top: 18px;
  display: flex;
  margin-left: -10px;
}

.realestate_description .inner .realestate_type li {
  font-size: 1.25rem;
  background-color: rgba(49, 47, 44, 0.6);
  padding: 7px 10px;
  margin-right: 15px;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .realestate_description {
    justify-content: center;
    padding: 25px 25px 100px;
  }
  .realestate_description .inner {
    padding: 0;
    min-width: 80vw;
  }
  .realestate_description .inner .realestate_category {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 6px 0 6px 20px;
    margin-bottom: 5px;
    min-width: auto;
    text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35;
  }
  .realestate_description .inner .realestate_category::before {
    width: 8px;
    height: 20px;
  }
  .realestate_description .inner .realestate_title {
    padding-bottom: 6px;
    margin-bottom: 8px;
    display: inline-block;
  }
  .realestate_description .inner .realestate_title br {
    display: block;
  }
  .realestate_description .inner .realestate_title span {
    font-size: 1.3125rem;
    letter-spacing: 0.2rem;
    text-shadow: 0px 2px 8px #453f35, 0px 4px 12px #453f35;
  }
  .realestate_description .inner .realestate_title::before {
    width: 200%;
    border-bottom: 1px solid #fff;
  }
  .realestate_description .inner .w {
    margin-top: 1px;
  }
  .realestate_description .inner .realestate_area {
    text-shadow: 0px 2px 8px #453f35;
    font-size: 1.125rem;
    margin-bottom: 2px;
  }
  .realestate_description .inner .realestate_access {
    display: flex;
    align-items: center;
  }
  .realestate_description .inner .realestate_access svg {
    width: 30px;
    height: 30px;
  }
  .realestate_description .inner .realestate_access span {
    padding-left: 4px;
    letter-spacing: 0.1rem;
    text-shadow: 0px 4px 8px #453f35;
    font-size: 0.9375rem;
  }
  .realestate_description .inner .realestate_type {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 0;
  }
  .realestate_description .inner .realestate_type li {
    font-size: 0.75rem;
    background-color: rgba(49, 47, 44, 0.6);
    margin-right: 10px;
    letter-spacing: 0.1rem;
  }
}

.realestate_block02 {
  background: url(../images/works/realestate_bg.png) no-repeat center center;
  background-size: auto 75%;
}

.realestate_block02 .container {
  width: 1100px;
  min-width: 1100px;
}

.realestate_block02 .ttl {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.7rem;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
}

.realestate_block02 .ttl br {
  display: none;
}

.realestate_block02 .txt {
  text-align: center;
  font-size: 1.0625rem;
  margin-bottom: 10px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .realestate_block02 {
    background: url(../images/works/realestate_bg.png) no-repeat center center;
    background-size: 75% auto;
  }
  .realestate_block02 .container {
    padding-top: 40px !important;
    padding-bottom: 10px !important;
  }
  .realestate_block02 .ttl {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: 0.4rem;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
  }
  .realestate_block02 .ttl br {
    display: block;
  }
  .realestate_block02 .txt {
    font-size: 0.9375rem;
    text-align: left;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  position: absolute;
  background: 0 0 !important;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  margin-top: -32px !important;
  z-index: 3 !important;
}

@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -20px !important;
    width: 35px !important;
    height: 35px !important;
  }
}

.wide-swiper {
  position: relative;
  overflow: visible !important;
}

.wide-swiper .swiper-wrapper .swiper-slide {
  width: 20%;
  height: auto;
  flex-shrink: 0;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a {
  background-color: transparent;
  border: 0;
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a .zoom-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  mix-blend-mode: exclusion;
  z-index: 1;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a .zoom-icon svg {
  mix-blend-mode: exclusion;
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a .zoom-icon svg path {
  fill: #fff;
  stroke: none;
}

.wide-swiper .swiper-wrapper .swiper-slide .part .img a:hover img {
  opacity: 0.8;
  transform: scale(1.02);
}

.wide-swiper .swiper-button-next::after,
.wide-swiper .swiper-button-prev::after {
  content: none;
}

.wide-swiper .swiper-button-next svg,
.wide-swiper .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .wide-swiper .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}

.realestate_block03 {
  overflow: hidden;
  width: 100%;
}

.realestate_block03 .ttl01 {
  font-weight: bold;
  font-size: 2.25rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.6rem;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
  position: relative;
  line-height: 1.4;
}

.realestate_block03 .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #f8f6f1;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_block03 .ttl02 {
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.2rem;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
  margin-bottom: 40px;
}

.realestate_block03 .ttl02 br {
  display: none;
}

.realestate_block03 .note {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 30px;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
}

.realestate_block03 .wide-swiper .swiper-wrapper .swiper-slide {
  width: 25%;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .realestate_block03 .ttl01 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.4rem;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  .realestate_block03 .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_block03 .ttl02 {
    font-size: 1.0625rem;
    text-align: left;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
    margin-bottom: 23px;
  }
  .realestate_block03 .ttl02 br {
    display: block;
  }
  .realestate_block03 .note {
    font-size: 0.625rem;
    margin-top: 13px;
    text-shadow: 0px 2px 8px #3a352c;
  }
  .realestate_block03 .wide-swiper .swiper-wrapper .swiper-slide {
    width: 50%;
  }
}

.realestate_block04 {
  overflow: hidden;
  /* 遅延読み込み用のアニメーション */
  /* プリローダーのアニメーション */
  /* サムネイルスライダーの最適化 */
  /* ナビゲーションボタンの最適化 */
  /* レスポンシブ対応での最適化 */
  /* 高解像度ディスプレイ対応 */
}

.realestate_block04 .ttl01 {
  font-weight: bold;
  font-size: 2.375rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
  position: relative;
  line-height: 1.4;
}

.realestate_block04 .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_block04 .ttl02 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c, 0px 6px 18px #3a352c, 0px 8px 25px rgba(58, 53, 44, 0.9);
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .realestate_block04 .container {
    padding-bottom: 30px !important;
  }
  .realestate_block04 .ttl01 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.4rem;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  .realestate_block04 .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_block04 .ttl02 {
    font-size: 1.0625rem;
    text-align: left;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
    margin-bottom: 23px;
  }
  .realestate_block04 .ttl02 br {
    display: block;
  }
  .realestate_block04 .concept {
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
  }
  .realestate_block04 .concept dt {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .realestate_block04 .concept dd {
    font-size: 1rem;
  }
}

.realestate_block04 .concept,
.realestate_block04 .point {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.realestate_block04 .concept > dt,
.realestate_block04 .point > dt {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.realestate_block04 .concept > dt dl,
.realestate_block04 .point > dt dl {
  min-width: 150px;
}

.realestate_block04 .concept > dt dl dt,
.realestate_block04 .point > dt dl dt {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f8f6f1;
}

.realestate_block04 .concept > dt dl dd,
.realestate_block04 .point > dt dl dd {
  font-size: 1.1875rem;
}

.realestate_block04 .concept > dd,
.realestate_block04 .point > dd {
  font-size: 1.0625rem;
  width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  .realestate_block04 .concept,
  .realestate_block04 .point {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }
  .realestate_block04 .concept > dt,
  .realestate_block04 .point > dt {
    padding-right: 50px;
    margin-bottom: 17px;
  }
  .realestate_block04 .concept > dt dl,
  .realestate_block04 .point > dt dl {
    min-width: auto;
    display: flex;
    position: relative;
  }
  .realestate_block04 .concept > dt dl dt,
  .realestate_block04 .point > dt dl dt {
    font-size: 1.25rem;
    margin-right: 30px;
    padding-bottom: 0;
    border: 0;
  }
  .realestate_block04 .concept > dt dl dd,
  .realestate_block04 .point > dt dl dd {
    font-size: 1.125rem;
  }
  .realestate_block04 .concept > dt dl::before,
  .realestate_block04 .point > dt dl::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200%;
    border-bottom: 1px solid #fff;
  }
  .realestate_block04 .concept > dd,
  .realestate_block04 .point > dd {
    font-size: 0.9375rem;
    width: 100%;
  }
}

.realestate_block04 .wrap_estate_slider {
  padding-top: 55%;
}

@media screen and (max-width: 768px) {
  .realestate_block04 .wrap_estate_slider {
    padding-top: 93.5%;
    overflow: visible;
  }
  .realestate_block04 .wrap_estate_slider .swiper-button-prev {
    left: -20px !important;
    height: 35px !important;
  }
  .realestate_block04 .wrap_estate_slider .swiper-button-next {
    right: -20px !important;
    height: 35px !important;
  }
}

.realestate_block04 .wrap_estate_slider::before {
  background-image: linear-gradient(90deg, #453f35 5%, rgba(69, 63, 53, 0) 100%);
}

.realestate_block04 .wrap_estate_slider::after {
  background-image: linear-gradient(90deg, rgba(69, 63, 53, 0) 0%, #453f35 95%);
}

.realestate_block04 .wrap_estate_slider .swiper-button-prev::after {
  content: none;
}

.realestate_block04 .wrap_estate_slider .swiper-button-prev span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.realestate_block04 .wrap_estate_slider .swiper-button-prev span::before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  right: 12px;
  border-color: #2e2a23;
}

.realestate_block04 .wrap_estate_slider .swiper-button-prev span:hover {
  background-color: white;
}

.realestate_block04 .wrap_estate_slider .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.realestate_block04 .wrap_estate_slider .swiper-button-next::after {
  content: none;
}

.realestate_block04 .wrap_estate_slider .swiper-button-next span {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.realestate_block04 .wrap_estate_slider .swiper-button-next span::before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  left: 12px;
  border-color: #2e2a23;
}

.realestate_block04 .wrap_estate_slider .swiper-button-next span:hover {
  background-color: white;
}

.realestate_block04 .wrap_estate_slider .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .realestate_block04 .wrap_estate_slider::before, .realestate_block04 .wrap_estate_slider::after {
    display: none;
  }
}

.realestate_block04 .realestate_slider {
  transform: translateZ(0);
  will-change: transform;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  /* パフォーマンス最適化: GPUアクセラレーション */
  /* メモリ効率の改善 */
  contain: layout style paint;
  /* プリローダーのスタイル */
}

.realestate_block04 .realestate_slider .swiper-wrapper {
  height: 100%;
  width: 100%;
  /* パフォーマンス最適化 */
  transform: translateZ(0);
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide {
  background-color: #453f35;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  flex-shrink: 0;
  /* パフォーマンス最適化 */
  will-change: transform;
  transform: translateZ(0);
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo {
  height: 100%;
  /* 画像コンテナの最適化 */
  overflow: hidden;
  transform: translateZ(0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* 遅延読み込み中のスタイル */
  /* 読み込み完了時 */
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo img {
  height: 100%;
  width: auto;
  /* 画像の最適化 */
  will-change: transform;
  transform: translateZ(0);
  /* 画像の滑らかな表示 */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* 遅延読み込み時のトランジション */
  transition: opacity 0.3s ease-in-out;
  /* アスペクト比の維持 */
  object-fit: cover;
  object-position: center;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .swiper-lazy {
  opacity: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .swiper-lazy-loaded {
  opacity: 1;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .zoom-icon {
  position: absolute;
  right: 10px;
  bottom: 2px;
  width: auto;
  height: auto;
  /* アイコンの最適化 */
  transform: translateZ(0);
  will-change: transform;
  /* ホバー効果の最適化 */
  transition: transform 0.2s ease;
  /* ホバー効果 */
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .zoom-icon svg {
  mix-blend-mode: exclusion;
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  /* SVGの最適化 */
  shape-rendering: geometricPrecision;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .zoom-icon svg path {
  fill: #fff;
  stroke: none;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide a .photo .zoom-icon:hover {
  transform: scale(1.1) translateZ(0);
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 100%;
}

.realestate_block04 .realestate_slider .swiper-wrapper .swiper-slide .caption {
  font-size: 1.0625rem;
  /* キャプションの最適化 */
  transform: translateZ(0);
  will-change: auto;
}

.realestate_block04 .realestate_slider .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #453f35;
  border-radius: 50%;
  border-top: 4px solid transparent;
  animation: swiper-preloader-spin 1s infinite linear;
}

.realestate_block04 .realestate_slider.caption {
  padding-bottom: 55px;
}

.realestate_block04 .realestate_slider.caption .swiper-wrapper {
  padding-bottom: 55px;
}

.realestate_block04 .realestate_slider.caption .swiper-wrapper .swiper-slide {
  overflow: visible;
}

.realestate_block04 .realestate_slider.caption .swiper-wrapper .swiper-slide .caption {
  font-size: 1.0625rem;
  display: block;
  min-height: 35px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: -60px;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* キャプションの最適化 */
  transform: translateZ(0);
  will-change: auto;
}

@media screen and (max-width: 768px) {
  .realestate_block04 .realestate_slider.caption {
    padding-bottom: 65px;
  }
  .realestate_block04 .realestate_slider.caption .swiper-wrapper {
    padding-bottom: 65px;
  }
  .realestate_block04 .realestate_slider.caption .swiper-wrapper .swiper-slide .caption {
    bottom: -51px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 35px;
    font-size: 0.8125rem;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.realestate_block04 .thumbnail_slider {
  /* パフォーマンス最適化 */
  transform: translateZ(0);
  will-change: transform;
  overflow: visible;
}

.realestate_block04 .thumbnail_slider .swiper-wrapper {
  transform: translateZ(0);
}

.realestate_block04 .thumbnail_slider .swiper-slide {
  transform: translateZ(0);
  will-change: transform;
  /* アクティブなサムネイルのスタイル */
  /* 非アクティブなサムネイル */
}

.realestate_block04 .thumbnail_slider .swiper-slide img {
  /* サムネイル画像の最適化 */
  will-change: transform;
  transform: translateZ(0);
  transition: opacity 0.3s ease-in-out, transform 0.2s ease;
  /* サムネイルの画質設定 */
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
  object-position: center;
}

.realestate_block04 .thumbnail_slider .swiper-slide.swiper-slide-thumb-active img {
  transform: scale(1.05) translateZ(0);
  opacity: 1;
}

.realestate_block04 .thumbnail_slider .swiper-slide:not(.swiper-slide-thumb-active) img {
  opacity: 0.7;
}

.realestate_block04 .swiper-button-next,
.realestate_block04 .swiper-button-prev {
  transform: translateZ(0);
  will-change: transform;
  transition: transform 0.2s ease, opacity 0.2s ease;
  /* 無効状態の最適化 */
}

.realestate_block04 .swiper-button-next:hover,
.realestate_block04 .swiper-button-prev:hover {
  transform: scale(1.1) translateZ(0);
}

.realestate_block04 .swiper-button-next.swiper-button-disabled,
.realestate_block04 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  .realestate_block04 .realestate_slider {
    /* モバイルでのメモリ使用量削減 */
    contain: strict;
  }
  .realestate_block04 .realestate_slider .swiper-slide {
    /* モバイルでのスライド最適化 */
    transform: translate3d(0, 0, 0);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .realestate_block04 .realestate_slider img {
    /* Retinaディスプレイでの画質向上 */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

.realestate_block05 {
  position: relative;
  background-color: #8a877c;
}

.realestate_block05 .container {
  position: relative;
  z-index: 2;
}

.realestate_block05 .container .ttl01 {
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  text-shadow: 0px 2px 8px #747168, 0px 4px 12px #747168, 0px 6px 18px #747168, 0px 8px 25px rgba(116, 113, 104, 0.9);
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.realestate_block05 .container .ttl01 br {
  display: none;
}

.realestate_block05 .container .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_block05 .container .ttl02 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
  text-shadow: 0px 2px 8px #747168, 0px 4px 12px #747168, 0px 6px 18px #747168, 0px 8px 25px rgba(116, 113, 104, 0.9);
  position: relative;
  line-height: 1.4;
}

.realestate_block05 .container .youtube_wrap {
  width: 315px;
  margin: 0 auto;
}

.realestate_block05 .container .youtube_wrap .youtube {
  position: relative;
  padding-top: 180%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.realestate_block05 .container .youtube_wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.realestate_block05 .container .effect_video {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.realestate_block05 .container .effect_video video {
  width: 360px;
  height: auto;
}

.realestate_block05 .link {
  text-align: center;
}

.realestate_block05 .link a {
  color: #fff;
  font-size: 0.9375rem;
}

.realestate_block05 .link a:hover {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .realestate_block05 .container {
    overflow: hidden;
  }
  .realestate_block05 .container .ttl01 {
    font-size: 1.0625rem;
    text-align: left;
    text-shadow: 0px 2px 8px #3a352c, 0px 4px 12px #3a352c;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .realestate_block05 .container .ttl01 br {
    display: block;
  }
  .realestate_block05 .container .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_block05 .container .ttl02 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.2rem;
    text-shadow: 0px 2px 8px #57534c, 0px 4px 12px #57534c;
    font-size: 1.375rem;
    margin-bottom: 23px;
  }
  .realestate_block05 .container .effect_video video {
    width: 80%;
  }
}

.realestate_block06 {
  overflow: hidden;
  width: 100%;
  background-color: #f4f1ec;
  color: #554529;
}

.realestate_block06 .ttl01 {
  font-weight: bold;
  font-size: 2.375rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;
  position: relative;
  line-height: 1.4;
}

.realestate_block06 .ttl01 br {
  display: none;
}

.realestate_block06 .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #554529;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_block06 .txt01 {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.realestate_block06 .wide-swiper .swiper-wrapper .swiper-slide {
  width: 26%;
  flex-shrink: 0;
}

.realestate_block06 .wide-swiper .swiper-wrapper .swiper-slide .img a {
  background: #f4f1ec;
}

.realestate_block06 .wide-swiper::before {
  background-image: linear-gradient(90deg, #453f35 5%, rgba(69, 63, 53, 0) 100%);
}

.realestate_block06 .wide-swiper::after {
  background-image: linear-gradient(90deg, rgba(69, 63, 53, 0) 0%, #453f35 95%);
}

.realestate_block06 .wide-swiper .swiper-button-prev::after {
  content: none;
}

.realestate_block06 .wide-swiper .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}

.realestate_block06 .wide-swiper .swiper-button-next::after {
  content: none;
}

.realestate_block06 .wide-swiper .swiper-button-next svg {
  width: 100%;
  height: 100%;
}

.realestate_block06 .note {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .realestate_block06 .ttl01 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.3rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.5rem;
  }
  .realestate_block06 .ttl01 br {
    display: block;
  }
  .realestate_block06 .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_block06 .txt01 {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
  .realestate_block06 .wide-swiper::before, .realestate_block06 .wide-swiper::after {
    display: none;
  }
  .realestate_block06 .note {
    font-size: 0.625rem;
    margin-top: 13px;
    margin-bottom: 10px;
  }
}

.realestate_cta {
  background-color: #8a877c;
}

.realestate_cta .container {
  text-align: center;
}

.realestate_cta .ttl01 {
  font-weight: bold;
  font-size: 2.125rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
  position: relative;
  line-height: 1.4;
  text-shadow: 0px 2px 8px #666158;
}

.realestate_cta .ttl01 br {
  display: none;
}

.realestate_cta .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_cta .txt01 {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.15rem;
}

.realestate_cta .realestate_btn {
  background-color: #ffde59;
  text-align: center;
  display: inline-block;
  padding: 25px 35px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.realestate_cta .realestate_btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  color: #333;
  position: relative;
  z-index: 1;
  padding-right: 50px;
  display: inline-block;
}

.realestate_cta .realestate_btn span::after {
  visibility: visible;
  transition: all .2s ease-in-out 0s;
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(45deg);
  z-index: 2;
}

.realestate_cta .realestate_btn:hover {
  background-color: #ffa237;
}

@media screen and (max-width: 768px) {
  .realestate_cta .container {
    text-align: left;
  }
  .realestate_cta .ttl01 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.2rem;
    text-shadow: 0px 2px 8px #57534c, 0px 4px 12px #57534c;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.375rem;
  }
  .realestate_cta .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_cta .ttl01 br {
    display: block;
  }
  .realestate_cta .txt01 {
    font-size: 0.9375rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .realestate_cta .realestate_btn {
    padding: 10px 10px;
    margin: 0 auto;
  }
  .realestate_cta .realestate_btn span {
    font-size: 1.0625rem;
    padding-right: 25px;
  }
  .realestate_cta .realestate_btn span::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 9px;
    height: 9px;
  }
  .realestate_cta .realestate_btn:hover {
    background-color: #ffa237;
  }
}

.realestate_block07 {
  overflow: hidden;
  width: 100%;
  background-color: #f4f1ec;
  color: #554529;
}

.realestate_block07 .ttl01 {
  font-weight: bold;
  font-size: 2.375rem;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;
  position: relative;
  line-height: 1.4;
}

.realestate_block07 .ttl01::before {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #554529;
  position: absolute;
  bottom: 0;
  left: 35%;
}

.realestate_block07 .ttl01 br {
  display: none;
}

.realestate_block07 .txt01 {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.realestate_block07 .star_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.realestate_block07 .star_dl dt {
  border-top: 1px solid #453f35;
  border-bottom: 1px solid #453f35;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 5px 15px;
  margin-right: 15px;
}

.realestate_block07 .star_dl dd img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .realestate_block07 .ttl01 {
    display: inline-block;
    text-align: left;
    letter-spacing: 0.2rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 1.3125rem;
  }
  .realestate_block07 .ttl01::before {
    content: "";
    width: 200%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .realestate_block07 .ttl01 br {
    display: block;
  }
  .realestate_block07 .txt01 {
    font-size: 0.9375rem;
    margin-bottom: 30px;
    text-align: left;
  }
  .realestate_block07 .star_dl {
    margin-bottom: 45px;
  }
  .realestate_block07 .star_dl dt {
    font-size: 0.9375rem;
    padding: 5px 10px;
    margin-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    letter-spacing: 0;
  }
  .realestate_block07 .star_dl dd {
    max-width: 100%;
  }
  .realestate_block07 .star_dl dd img {
    width: 100%;
  }
}

.voice_slider {
  width: calc(100% - 100px);
  margin: 0 auto;
}

.voice_slider .swiper-wrapper {
  align-items: stretch;
}

.voice_slider .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #b9b7b3;
  color: #fff;
  overflow: visible;
  width: calc(33% - 12px);
  margin-right: 25px;
  border-radius: 5px;
  padding: 30px 25px 75px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  flex-shrink: 0;
}

.voice_slider .swiper-wrapper .swiper-slide .photo {
  position: absolute;
  right: 15px;
  width: calc(50% - 50px);
  height: auto;
  transform: translateY(-50%);
  border-radius: 10px;
}

.voice_slider .swiper-wrapper .swiper-slide .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
}

.voice_slider .swiper-wrapper .swiper-slide .star {
  width: 50%;
  margin-bottom: 30px;
}

.voice_slider .swiper-wrapper .swiper-slide .star img {
  width: 100%;
  height: auto;
}

.voice_slider .swiper-wrapper .swiper-slide .title {
  font-size: 1rem;
}

.voice_slider .swiper-wrapper .swiper-slide .author {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  font-size: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .voice_slider {
    width: calc(100% - 20px);
  }
  .voice_slider .swiper-wrapper .swiper-slide {
    width: 280px;
    max-width: 100%;
    padding: 30px 25px 75px;
  }
  .voice_slider .swiper-wrapper .swiper-slide .photo {
    width: calc(50% - 50px);
    max-width: 150px;
    transform: translateY(-50%);
  }
  .voice_slider .swiper-wrapper .swiper-slide .star {
    width: 50%;
    margin-bottom: 30px;
  }
  .voice_slider .swiper-wrapper .swiper-slide .star img {
    width: 100%;
    height: auto;
  }
  .voice_slider .swiper-wrapper .swiper-slide .title {
    font-size: 1rem;
  }
  .voice_slider .swiper-wrapper .swiper-slide .author {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: bold;
    font-size: 1.0625rem;
  }
}

.realestate_block08 {
  overflow: hidden;
  width: 100%;
  background-color: #f4f1ec;
  color: #554529;
}

.realestate_block08 .ttl01 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 3.125rem;
}

.realestate_block08 .ttl02 {
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
  font-size: 1.875rem;
}

.realestate_block08 .table01 tr th {
  background-color: #eeedeb;
}

.realestate_block08 .table01 tr th.none {
  background-color: #dbd7d0;
}

.realestate_block08 .table01 tr td {
  background: #fff;
}

.realestate_block08 .table01 tr td.none {
  background-color: #e6e3de;
}

.realestate_block08 .more_box .b_btn {
  background: -moz-linear-gradient(top, rgba(244, 241, 236, 0) 0, rgba(244, 241, 236, 0.9) 50%, rgba(244, 241, 236, 0.9) 50%, #f4f1ec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(244, 241, 236, 0)), color-stop(50%, rgba(244, 241, 236, 0.9)), color-stop(50%, rgba(244, 241, 236, 0.9)), color-stop(100%, #f4f1ec));
  background: -o-linear-gradient(top, rgba(244, 241, 236, 0) 0, rgba(244, 241, 236, 0.9) 50%, rgba(244, 241, 236, 0.9) 50%, #f4f1ec 100%);
  background: -ms-linear-gradient(top, rgba(244, 241, 236, 0) 0, rgba(244, 241, 236, 0.9) 50%, rgba(244, 241, 236, 0.9) 50%, #f4f1ec 100%);
  background: linear-gradient(top, rgba(244, 241, 236, 0) 0, rgba(244, 241, 236, 0.9) 50%, rgba(244, 241, 236, 0.9) 50%, #f4f1ec 100%);
}

.realestate_block08 .more_box .b_btn span {
  color: #453f35;
}

@media screen and (max-width: 768px) {
  .realestate_block08 .ttl01 {
    margin-bottom: 15px;
    font-size: 2.375rem;
  }
  .realestate_block08 .ttl02 {
    letter-spacing: 0;
    margin-bottom: 40px;
    font-size: 1.3125rem;
  }
}

#footer_realestate {
  font-family: "Noto Serif JP","Yu Mincho Medium", "游明朝 Medium", YuMincho, "游明朝体", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", serif;
  position: relative;
  z-index: 1;
  color: #fff;
  background: url(../images/common/faq_logo_line.png) no-repeat calc(100% + 100px) center #453f35;
  background-size: 900px auto;
}

#footer_realestate .container {
  padding-bottom: 0;
}

#footer_realestate .ttl {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}

#footer_realestate .realestate_btn {
  background-color: #fff;
  text-align: center;
  display: inline-block;
  padding: 15px 20px;
  width: auto;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
  margin-bottom: 80px;
}

#footer_realestate .realestate_btn span {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  position: relative;
  z-index: 1;
  padding-right: 50px;
  display: inline-block;
}

#footer_realestate .realestate_btn span::after {
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
  content: '';
  position: absolute;
  top: calc(50% - 6px);
  right: 5px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(45deg);
  z-index: 2;
}

#footer_realestate .realestate_btn:hover {
  background-color: #fffbd5;
}

#footer_realestate .content {
  margin-bottom: 60px;
}

#footer_realestate .content ul {
  margin-bottom: 25px;
}

#footer_realestate .copyright {
  margin-bottom: 15px;
}

#footer_realestate .sns_list {
  padding-top: 10px;
}

#footer_realestate .sns_list li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: inline-block;
}

#footer_realestate .sns_list li a img {
  width: 100%;
  height: auto;
}

#footer_realestate .logo {
  margin: 0 auto;
  text-align: center;
}

#footer_realestate .logo img {
  width: 244px;
}

@media screen and (max-width: 768px) {
  #footer_realestate {
    background: url(../images/common/faq_logo_line.png) no-repeat 80px 100px #453f35;
    background-size: 110% auto;
    padding-bottom: 100px;
  }
  #footer_realestate .container {
    padding-bottom: 0;
    padding-top: 30px;
  }
  #footer_realestate .ttl {
    font-size: 1.125rem;
    margin-bottom: 25px;
  }
  #footer_realestate .realestate_btn {
    padding: 10px 10px;
    margin-bottom: 35px;
  }
  #footer_realestate .realestate_btn span {
    font-size: 1rem;
    padding-right: 25px;
  }
  #footer_realestate .realestate_btn span::after {
    top: calc(50% - 6px);
    right: 5px;
    width: 9px;
    height: 9px;
  }
  #footer_realestate .realestate_btn:hover {
    background-color: #ffa237;
  }
  #footer_realestate .content {
    margin-bottom: 40px;
  }
  #footer_realestate .content ul {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  #footer_realestate .copyright {
    margin-bottom: 25px;
  }
  #footer_realestate .sns_list {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  #footer_realestate .sns_list li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
  }
  #footer_realestate .sns_list li a img {
    width: 100%;
    height: auto;
  }
  #footer_realestate .logo {
    margin: 0 auto;
    text-align: center;
  }
  #footer_realestate .logo img {
    width: 244px;
  }
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  fill: rgba(187, 183, 173, 0.7);
}
