@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp__logo {
  width: 42vw;
}
.header-sp .nav-drawer__list {
  color: #333;
}
.header-sp .nav-drawer__btn {
  background: #fea52f;
  color: #fff;
  font-weight: 500;
  width: 300px;
}
.header-sp .nav-drawer__tel {
  color: #333;
}
.header-sp .nav-drawer__time {
  color: #333;
  line-height: 1.5;
}
.header-sp .hamburger {
  /*background: -webkit-gradient(linear, left top, right top, from(#009886), to(#82b31a));
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%);*/
  background: #43bab6;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #333333;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
  text-transform: uppercase;
}
.c-heading01 span {
  display: block;
  color: #43bab6;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 600;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01_border {
  padding-bottom: 10px;
  border-bottom: 2px solid #1f89d6;
}
.c-heading01_left {
  text-align: left;
}

.c-heading02 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(linear-gradient(135deg, #43bab6 0%, #d74489 100%)),
    to(#a7cb20)
  );
  background: linear-gradient(135deg, #43bab6 0%, #d74489 100%) 0%;
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.c-heading03 {
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  text-align: center;
}
.c-heading03 span {
  display: block;
  font-size: 2.4rem;
  color: #43bab6;
  font-weight: 600;
}

.c-heading04 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  color: #43bab6;
}

/* --------------------------------
btn
----------------------------------- */
.btn {
  background-color: #fff;
  color: #009886;
}
.btn:hover {
  color: #fff;
}
.btn:hover::after {
  background-color: #a6e1df;
}

.btn.-color {
  /*   background: -webkit-gradient(linear, left top, right top, from(#009886), to(#82b31a));
  background: linear-gradient(90deg, #009886 0%, #82b31a 100%);
  border: 1px solid #82b31a; */
  background: #43bab6;
  border-radius: 50px;
}
.btn.-color:hover {
  color: #43bab6;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card .label {
  background-color: transparent;
  color: #43bab6;
  /* border: 1px solid #000; */
}
.c-card .checkpoint {
  background-color: #43bab6;
}

/* --------------------------------
c-table
----------------------------------- */
.c-table01 {
  width: 100%;
  text-align: left;
}
.c-table01 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
  padding: 3vw 1.8rem;
}
.c-table01 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table01 th {
  width: 22vw;
  vertical-align: top;
  color: #009886;
  font-weight: 500;
}

.c-table02 {
  width: 100%;
  text-align: left;
}
.c-table02 tr {
  display: block;
  border-top: 1px solid #cecece;
  line-height: 1.5;
}
.c-table02 tr:last-child {
  border-bottom: 1px solid #cecece;
}
.c-table02 th,
.c-table02 td {
  padding: 1.2rem;
  font-size: 1.4rem;
}
.c-table02 th {
  width: 33vw;
  color: #fff;
  font-weight: 500;
  background-color: #43bab6;
}
.c-table02 td span {
  display: block;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid linear-gradient(135deg, #43bab6 0%, #d74489 100%);
  color: #43bab6;
}
.pagination .page-numbers.current {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#009886),
    to(#82b31a)
  ); */
  background: #43bab6;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid linear-gradient(135deg, #43bab6 0%, #d74489 100%);
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #43bab6;
}
.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #43bab6;
}

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  background: #e3ebe6;
}
.footer-contact .right__map {
  margin-top: 5vw;
}
.footer-contact .left .tel__link {
  color: #43bab6;
}
.footer-contact .left .tel__opentime span {
  color: #43bab6;
}
.footer-contact .left .tel__opentime span:nth-of-type(1) {
  border: 1px solid linear-gradient(135deg, #43bab6 0%, #d74489 100%);
}

.footer__copyright {
  background: #000000;
}

/* --------------------------------
utility
----------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

.u-mt70 {
  margin-top: 7rem;
}

.u-mt80 {
  margin-top: 8rem;
}

.u-mt90 {
  margin-top: 9rem;
}

.u-mt100 {
  margin-top: 10rem;
}

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb70 {
  margin-bottom: 7rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb90 {
  margin-bottom: 9rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

.u-mr10 {
  margin-right: 1rem;
}

.u-mr20 {
  margin-right: 2rem;
}

.u-mr30 {
  margin-right: 3rem;
}

.u-mr40 {
  margin-right: 4rem;
}

.u-mr50 {
  margin-right: 5rem;
}

.u-pt10 {
  padding-top: 1rem;
}

.u-pt20 {
  padding-top: 2rem;
}

.u-pt30 {
  padding-top: 3rem;
}

.u-pt40 {
  padding-top: 4rem;
}

.u-pt50 {
  padding-top: 5rem;
}

.u-pt60 {
  padding-top: 6rem;
}

.u-pt70 {
  padding-top: 7rem;
}

.u-pt80 {
  padding-top: 8rem;
}

.u-pt90 {
  padding-top: 9rem;
}

.u-pt100 {
  padding-top: 10rem;
}

.u-pb10 {
  padding-bottom: 1rem;
}

.u-pb20 {
  padding-bottom: 2rem;
}

.u-pb30 {
  padding-bottom: 3rem;
}

.u-pb40 {
  padding-bottom: 4rem;
}

.u-pb50 {
  padding-bottom: 5rem;
}

.u-pb60 {
  padding-bottom: 6rem;
}

.u-pb70 {
  padding-bottom: 7rem;
}

.u-pb80 {
  padding-bottom: 8rem;
}

.u-pb90 {
  padding-bottom: 9rem;
}

.u-pb100 {
  padding-bottom: 10rem;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-tal {
  text-align: left;
}

.u-dfc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-fwb {
  font-weight: bold;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* .home-news {
  background-image: url("../img/home/new_property_bg001.jpg");
  background-color: rgba(0, 0, 0, 0.1);
} */

.p-home-sec02 {
  padding-bottom: 15rem;
  background: #fff;
  /* background-image: url("../img/common/home-bg.png"); */
  background-attachment: fixed; /* 背景画像をビューポートに固定 */
  background-position: center; /* 背景画像を中央に配置 */
  background-repeat: no-repeat; /* 背景画像が繰り返されないように設定 */
  background-size: cover; /* 背景画像がコンテナのサイズに合わせて拡大/縮小 */
  position: relative;
}
@media (max-width: 768px) {
  .p-home-sec02 {
    background-attachment: scroll; /* モバイルでは背景をスクロールに戻す */
    background-size: auto; /* 背景サイズを自動に設定 */
  }
}

.p-home-sec02__txt {
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-home-sec03 {
  background: #f6f6f6;
  margin-top: 10rem;
}
.p-home-sec03__ttl {
  position: relative;
  z-index: 1;
  top: 3rem;
  color: #fff;
}
.p-home-sec03 .home-shop__text {
  background: #43bab6;
  width: 100%;
  color: #fff;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.p-home-sec03 .home-shop__text::after {
  content: none;
}
.p-home-sec03
  .home-shop__text
  .c-heading01.c-heading01_center.p-home-sec03__ttl {
  text-align: left;
  top: 0;
  margin-bottom: 3rem;
}
.p-home-sec03 .home-shop__intro {
  color: #fff;
}
.p-home-sec03 .home-section__desc {
  color: #fff;
}

.p-home-sec04 {
  background: transparent;
  padding: 15vw 0 8vw;
  margin: 0;
}
.p-home-sec04__cont {
  padding-top: 5vw;
}
.p-home-sec04 .cont__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem 0;
}
.p-home-sec04 .cont .link-wrap {
  width: 49%;
}

.p-buying-sec01 .flow_content .detail .num {
  background-color: #d74489;
  color: #fff;
}
.p-buying-sec01 .flow_content .detail .head {
  color: #43bab6;
  font-weight: 700;
}

.p-management-sec .comment {
  font-size: 5vw;
  position: relative;
  color: #43bab6;
  font-weight: 700;
}
/* .p-management-sec .comment::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 110px 80px;
  border-color: transparent transparent #a3d0e4 transparent;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  top: -6rem;
  left: 30px;
} */
.p-management-sec .item-wrap {
  padding: 2vw 0;
  border-bottom: 1px solid #ddd;
}
.p-management-sec .num-list li {
  position: relative;
  padding-left: 4rem;
  margin-top: 1rem;
}
.p-management-sec .num-list li span {
  position: absolute;
  left: 0;
  background-color: #d74489;
  padding: 0 1rem;
  color: #484848;
  font-weight: 500;
}
.p-management-sec .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-management-sec .img-wrap .img-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
}
.p-management-sec .img-wrap .img-item img {
  width: 20rem;
}
.p-management-sec .img-wrap .img-item span {
  text-align: center;
}
.p-management-sec .txt-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-management-sec .txt-list li {
  background-color: #d74489;
  color: #484848;
  font-weight: 500;
  padding: 0.8rem 2rem;
  width: 100%;
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-management-sec .color-txt {
  color: #82b31a;
  font-weight: bold;
}
.p-management-sec .border-txt {
  font-weight: bold;
  position: relative;
}
.p-management-sec .border-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009886;
  height: 2px;
  width: 100%;
}

.sub-archive-news__wrapper {
  padding-top: 8vw;
}

.sub-archive-proprty .cat-wrap {
  width: 100%;
  /* border: 5px solid #82b31a; */
  border-radius: 1.3rem;
}
.sub-archive-proprty .cat-wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1rem;
  padding: 1rem;
}
.sub-archive-proprty .cat-wrap ul li {
  width: 100%;
  margin-top: 1rem;
}
.sub-archive-proprty .cat-wrap ul li a {
  padding: 3rem 1.3rem;
  border-radius: 0.5rem;
  background-color: #fea52f;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 1.5;
  font-weight: 600;
}
.sub-archive-proprty .cat-wrap ul li a:hover {
  opacity: 0.8;
}
.sub-archive-proprty .cat-wrap02 ul li a {
  background-color: #43bab6;
}

.sub-single__title {
  color: #333;
  border-bottom: 1px solid #43bab6;
  padding-bottom: 7px;
}
.sub-single-property .sub-single__main p {
  background-color: #fff;
}
.sub-single-property .property-slider__arw {
  background-color: #43bab6;
}
.sub-single-property .property-slider__arw.prev::before,
.sub-single-property .property-slider__arw.next::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sub-single-property .property-slider__dots .slick-active {
  opacity: 1;
  border: 1px solid #009886;
}
.sub-single-property .info .table01 .row {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table01 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table01 .row .head {
  color: #fff;
  font-weight: 400;
}
.sub-single-property .info .table02 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sub-single-property .info .table02 .row:last-child {
  border-bottom: 1px solid #ddd;
}
.sub-single-property .info .table02 .row .head {
  color: #43bab6;
}
.sub-single-property .info .table02 .row .body a {
  color: #43bab6;
  text-decoration: underline;
}

.p-contact-sec01 .sub-contact__tel {
  color: #333;
}
.p-contact-sec01 .sub-contact__time span {
  color: #333;
  line-height: 1.3;
}
.p-contact-sec01 .sub-contact__time span:nth-of-type(1) {
  border: 1px solid #333;
}
.p-contact-sec01 .sub-contact__item dt .required {
  background-color: #43bab6;
  color: #fff;
}
.p-contact-sec01 .sub-contact__item dt .required.gray {
  background-color: #adadad;
  color: #fff;
}

.sub-thanks__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.sub-404__link a {
  color: #009886;
  border-bottom: 1px solid #009886;
}

.pdf-create {
  padding: 4rem 2.5rem;
}
.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}
.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.4;
}
.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}
.pdf-create th {
  vertical-align: middle;
}
.pdf-create .kinds {
  font-weight: bold;
  color: #009886;
  font-size: 14px;
}
.pdf-create .table-layout01 th {
  width: 10%;
}
.pdf-create .table-layout01 .w-10 {
  width: 10%;
}
.pdf-create .table-layout01 .w-30 {
  width: 30%;
}
.pdf-create .table-layout01 .w-50 {
  width: 50%;
}
.pdf-create .table-layout01 .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.pdf-create .table-layout01 .img-wrap .img {
  width: 24.5%;
  margin-right: 0.66666%;
  padding-top: 15%;
  position: relative;
}
.pdf-create .table-layout01 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout01 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout02 th {
  width: 10%;
}
.pdf-create .table-layout02 td {
  width: 10%;
}
.pdf-create .table-layout02 .w-10 {
  width: 10%;
}
.pdf-create .table-layout02 .w-20 {
  width: 10%;
}
.pdf-create .table-layout02 .w-30 {
  width: 30%;
}
.pdf-create .table-layout02 .w-50 {
  width: 50%;
}
.pdf-create .table-layout02 .img-wrap .img {
  padding-top: 87.5%;
  position: relative;
}
.pdf-create .table-layout02 .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout02 .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout02 th .dummy {
  visibility: hidden;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__logo {
    margin-top: 0;
  }
  .header__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav {
    margin-right: 4rem;
  }
  .header__link {
    color: #333;
  }
  .header__top {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem;
  }
  .header__tel {
    color: #333;
  }
  .header__item-child {
    position: relative;
  }
  .child__wrap {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-width: 20rem;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 2rem;
  }
  .child__link {
    display: block;
    letter-spacing: 0.1em;
    padding: 1rem 1rem;
    font-size: 1.4rem;
  }
  .child__link:hover {
    opacity: 0.8;
  }
  .header__item-child:hover > .child__wrap {
    visibility: visible;
    opacity: 1;
  }
  .c-heading01 {
    font-size: 4rem;
  }
  .c-heading01 span {
    font-size: 1.6rem;
    margin-top: 0.8rem;
  }
  .c-heading03 {
    font-size: 4rem;
  }
  .c-heading04 {
    font-size: 2.5rem;
  }
  .c-table01 tr {
    padding: 1.8rem;
  }
  .c-table01 th {
    width: 13rem;
  }
  .c-table02 th,
  .c-table02 td {
    font-size: 1.6rem;
    padding: 1.8rem;
  }
  .c-table02 th {
    width: 20rem;
  }
  .footer-contact .right__map {
    margin-top: 0;
  }
  .p-home-sec03 {
    background: #fff;
    margin-top: 0;
  }
  /*   .p-home-sec03 .home-shop__text::after {
    content: "";
    background: #009886;
  } */
  .p-home-sec04 {
    padding: 5rem 0 0 0;
  }
  .p-home-sec04__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    margin-top: -5rem;
  }
  .p-home-sec04 .cont__right {
    width: 31.3rem;
  }
  .p-home-sec04 .cont__left {
    width: 58.5rem;
    margin-right: 5rem;
    padding-bottom: 10rem;
  }
  .p-management-sec .comment {
    font-size: 2.6rem;
    color: #43bab6;
    font-weight: 700;
  }
  .p-management-sec .item-wrap {
    padding: 2rem 0;
  }
  .p-management-sec .img-wrap .img-item {
    width: 25%;
  }
  .p-management-sec .txt-list li {
    width: 32%;
    margin-right: 2%;
  }
  .p-management-sec .txt-list li:nth-child(3n) {
    margin-right: 0;
  }
  .sub-archive-news__wrapper {
    padding-top: 5rem;
  }
  .sub-archive-proprty .cat-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-archive-proprty .cat-wrap ul li {
    width: 100%;
  }
  .sub-single-property .info .table01 .row {
    border-top: none;
    border-right: none;
  }
  .sub-single-property .info .table01 .row:last-child {
    border-bottom: none;
  }
  .sub-single-property .info .table01 .row::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .sub-single-property .info .table01 .row::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: -1px;
  }
  .sub-single-property .info .table01 .row .head,
  .sub-single-property .info .table01 .row .body {
    border-bottom: 1px solid #ddd;
  }
}
.sub-single-property .info .table01 .row .body {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .c-table01 {
    font-size: 4vw;
  }
  .p-home-sec03 .home-shop__text {
    -webkit-clip-path: none;
  }
}

.pdf-create {
  padding: 3rem 4rem;
}
.pdf-create .title {
  font-size: 12px;
  text-align: center;
  padding-bottom: 1rem;
}
.pdf-create table,
.pdf-create td,
.pdf-create th {
  width: 100%;
  border: 1px solid #595959;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.5;
}
.pdf-create td,
.pdf-create th {
  vertical-align: middle;
  padding: 0.1rem 0.8rem;
}
.pdf-create th {
  vertical-align: middle;
}
.pdf-create .kinds {
  font-weight: bold;
  color: #009886;
  font-size: 14px;
}
.pdf-create .table-layout th {
  width: 10%;
  height: 25px;
}
.pdf-create .table-layout td {
  width: 10%;
}
.pdf-create .table-layout .w-10 {
  width: 10%;
}
.pdf-create .table-layout .w-20 {
  width: 10%;
}
.pdf-create .table-layout .w-30 {
  width: 30%;
}
.pdf-create .table-layout .w-50 {
  width: 50%;
}
.pdf-create .table-layout .img-wrap .img {
  padding-top: 82.5%;
  position: relative;
}
.pdf-create .table-layout .img-wrap .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdf-create .table-layout .img-wrap .img:nth-child(4n) {
  margin-right: 0;
}
.pdf-create .table-layout th .dummy {
  visibility: hidden;
}
.pdf-create .info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #595959;
  padding: 1rem;
  margin-top: 2px;
}
.pdf-create .info-wrap .licence {
  font-size: 1.2rem;
}
.pdf-create .info-wrap .company {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1rem;
}
.pdf-create .info-wrap .address {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5rem;
}
.pdf-create .info-wrap .time {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
.pdf-create .info-wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}
.pdf-create .info-wrap .qr {
  width: 8rem;
}
.pdf-create .info-wrap .tel {
  font-size: 2rem;
  font-weight: bold;
  padding-right: 5rem;
}
.pdf-create .info-wrap .fax {
  padding-top: 1rem;
}

/*  */
.c-card .checkpoint {
  background-color: transparent;
  width: 10rem;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-card .checkpoint {
    width: 8rem;
    right: -1rem;
  }
}

.sub-archive-proprty .sub-archive__colL {
  margin-top: 1rem;
}

.sub-archive-proprty .sub-archive__colR {
  /*   margin-top: 8rem; */
}

.sub-archive-proprty__category .sub-archive__colL {
  /*   margin-top: 0; */
}

@media (min-width: 768px) {
  /* .sub-archive-proprty .sub-archive__box{
		display: block;
	} */
  /*   .category .sub-archive-proprty .sub-archive__box {
    display: grid;
	  grid-template-columns: 80% 20%;
	  gap: 2rem;
  } */

  .sub-archive-proprty .sub-archive__top {
    /*     display: flex; */
    /* flex-direction: row; */
  }

  .sub-archive-proprty .cat-wrap02 {
    /* border: 5px solid #f679a1; */
    margin-top: 0;
  }

  .sub-archive-proprty .sub-archive__colL {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .cat-wrap {
    /* width: 48%; */
  }

  .sub-archive-proprty .sub-archive__colR {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .sub-archive-proprty .sub-archive__container {
    margin-top: 3.9rem;
  }
}

.sub-single-property .sub-single__title-area .checkpoint {
  position: absolute;
  top: -2rem;
  right: 0;
  background-color: transparent;
  width: 10rem;
  padding: 0;
}

.property-slider__dots {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: center;
}

.property-slider__dots li {
  width: calc(100% / 5);
  flex: 0 0 auto;
  height: 100px;
}

.property-slider__dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnail-slider {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 8rem;
}
.thumbnail-slider img {
  width: 100%; /* サムネイルの幅 */
  cursor: pointer; /* カーソルのスタイル */
  opacity: 0.5;
}
.thumbnail-slider .slick-slide {
  height: 100px;
}
.slick-slide.slick-current.slick-active img {
  opacity: 1;
}
.archive-inner {
  /*   display: grid;
  grid-template-columns: 80% 20%;
  gap: 2rem; */
}
.representative-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  position: relative;
  align-items: center;
  margin-top: 4rem;
  padding-right: 2.5rem;
}
.representative-grid h2 {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
  margin-top: 4rem;
  text-align: right;
  max-width: 545px;
}
.profile {
  margin-top: 3rem;
  text-align: left;
}
.profile h4 {
  width: 11rem;
  font-size: 2rem;
  color: #43bab6;
  font-weight: 600;
}
.profile p {
  line-height: 1.5;
  margin-top: 1.5rem;
}
.representative-grid-text {
  line-height: 2;
  max-width: 460px;
}
.representative-text {
  line-height: 1.7;
  padding: 3rem;
  background-color: #f9f6f9;
  margin-top: 2rem;
}
.print,
.print-title {
  display: none;
}
.footer_top {
  background: #43bab6;
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: lighten;
  padding: 6rem 0;
  height: 100%;
  position: relative;
}

.footer_cta_img,
.contact_cta_img {
  max-width: 1120px;
  margin: 0 auto 5rem;
  transition: all 0.3s;
  padding-top: 6rem;
}
.footer_cta_img:hover,
.contact_cta_img:hover {
  opacity: 0.5;
  transition: all 0.3s;
}
.sub-service__text-ttl {
  font-weight: 600;
  color: #43bab6;
  font-size: 16px;
}
.baseball-img {
  margin-top: 4rem;
}
.baseball-text {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
  color: #43bab6;
}
.manager {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 3rem;
  align-items: center;
  padding: 2rem;
  background: #fff;
  margin-top: 4rem;
  padding-right: 3rem;
}
.manager-text {
  line-height: 1.5;
}
.manager-text h3 {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d74489;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #43bab6;
}
.message {
  padding: 4rem 3rem;
  background: #fff;
  text-align: center;
  margin-top: 6rem;
}
.message h3 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #43bab6;
  border-bottom: 4px solid #d74489;
  display: inline-block;
  padding: 0 10px 1rem;
  line-height: 1.5;
}
.message p {
  margin-top: 2rem;
  font-weight: 600;
  line-height: 1.5;
  font-size: 2rem;
}
.c-heading-center .c-heading01 {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.c-heading-center {
  text-align: center;
  padding-top: 6rem;
}
.sale-feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  background-color: #e3ebe6;
  margin-top: 3rem;
}
.sale-feature div {
  padding: 2rem;
  text-align: center;
  flex: 0 0 32%;
  background-color: #fff;
  box-shadow: 8px 8px 16px 0 rgba(160, 74, 195, 0.03);
}
.sale-feature h4 {
  margin-top: 2rem;
  font-weight: 600;
  color: #43bab6;
  font-size: 2rem;
}
.sale-feature p {
  text-align: left;
  margin-top: 1rem;
  line-height: 1.5;
}
.p-buying-sec02 {
  background: #e3ebe6;
  padding: 6rem 0 6rem;
  margin-top: 6rem;
  text-align: center;
}
.p-buying-sec02-text {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.3;
  color: #43bab6;
  text-align: center;
  padding: 0 10px 7px;
  display: inline-block;
  background-image: linear-gradient(135deg, #43bab6 0%, #d74489 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px; /* 下線の太さ */
  background-position: bottom; /* 下線の位置 */
}
.p-company-sec01 {
  padding-bottom: 0;
  padding-top: 0;
}
.single-post .sub-single-property {
  padding-bottom: 6rem;
}
.sub-single-news {
  padding-bottom: 6rem;
}
.home-mv__slide img {
  height: 70%;
  /*  aspect-ratio: 857 / 524;*/
  width: 100%;
}
.l-page-cover__ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #141414;
  text-align: left;
  padding: 20px;
}
.l-page-cover__ttl span {
  font-size: 7.5rem;
  font-weight: 600;
  color: #43bab6;
}
.l-page-cover::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.footer-contact__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-contact__left,
.footer-contact__right {
  width: 100%;
}

.footer-contact__right iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
.footer_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 95rem;
  margin: 2rem auto;
  align-items: center;
  padding: 5rem;
  background-color: #fff;
}
.footer-contact .left__txt span {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #43bab6;
  display: block;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.footer-contact .left__txt,
.footer-contact .left__tel {
  padding-top: 0;
}
.footer-contact__inner {
  max-width: 100rem;
}
.home-mv {
  /* padding-top: 75px; */
}
.home-mv__catch img {
  max-width: 70vw;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border: 1px solid #43bab6;
  max-width: 700px;
  margin: 2rem auto 0;
  padding: 15px;
}

.grid-item {
  padding: 10px;
  text-align: center;
  color: #43bab6;
}
.baseball-member-ttl {
  font-size: 2rem;
  color: #43bab6;
  font-weight: 600;
  margin-top: 3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sub-single-property .sub-single__title-area .checkpoint {
    width: 5rem;
    top: -7vw;
  }
  .sub-single-property .property-slider__dots li {
    width: calc(100% / 4);
  }
  .archive-inner {
    display: flex;
    flex-direction: column;
  }
  .c-heading01 {
    font-size: 2.8rem;
  }
  .baseball-text {
    text-align: left;
  }
  .manager {
    grid-template-columns: 1fr;
    padding: 2rem;
    padding-bottom: 3rem;
  }
  .manager-text h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .message {
    padding: 2rem;
  }
  .message h3 {
    font-size: 2rem;
  }
  .message p {
    font-size: 16px;
    text-align: left;
  }
  .-management-works {
    padding: 6rem 0 0rem 0 !important;
    margin-bottom: 2rem;
  }
  .c-heading-center .c-heading01::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-buying-sec02-text {
    font-size: 2rem;
    line-height: 1.5;
  }
  .sale-feature {
    display: block;
  }
  .sale-feature div:not(:first-of-type) {
    margin-top: 2rem;
  }
  .representative-grid {
    grid-template-columns: 1fr;
    padding: 0 15px;
  }
  .representative-grid h2 {
    font-size: 2rem;
  }
  .representative-grid-text {
    margin-top: 1rem;
  }
  .profile p {
    margin-top: 1rem;
  }
  .representative-text {
    padding: 15px;
  }
  .footer_cta_img,
  .contact_cta_img {
    margin-top: 2rem;
    padding: 10px;
  }
  .home-mv {
    padding-top: 14vw;
  }
  .nav-drawer__link {
    text-align: left;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #43bab6;
  }
  /* .nav-drawer__link::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 8px 0 8px 11px;
    border-left-color: currentColor;
  } */
  .l-page-cover__ttl span {
    font-size: 3rem;
  }
  .footer_grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
  }
  .footer-contact .left__txt span {
    font-size: 3rem;
  }
  .footer-contact__inner {
    padding-bottom: 8rem;
  }
  .home-mv__catch img {
    max-width: 100vw;
    padding-left: 5%;
  }
  .home-mv__text {
    top: 50.6%;
  }
  .sub-archive-proprty .sub-archive__colL {
    margin-top: 0;
  }
  .category .sub-archive__box {
    padding-top: 0;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
    background: #fff;
  }
}

/*header*/
.header__item:last-of-type a {
  width: 1.995rem;
}

@media screen and (max-width: 767px) {
  .sp_hedersns {
    width: 3rem;
    right: 18%;
    position: absolute;
  }
  .sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 55px;
    bottom: 0;
    z-index: 2;
    background: #3e9de2;
    display: flex;
    align-items: center;
    z-index: 11;
    border-top: 2px solid #fff;
  }
  .sp_cta a {
    display: block;
    height: 100%;
    text-align: center;
    width: 50%;
    font-size: 16px;
    padding: 18px 0 10px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #43bab6;
    position: relative;
  }
  .sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.8rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
  }
  .sp_cta a span {
    font-weight: 700;
  }
  .sp_cta a:last-child {
    background: #fea52f;
    border-left: 2px solid #fff;
  }
  .sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/home/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.5rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*footer*/
.footer__link img {
  width: 30px;
}
.footer_text {
  /* font-weight: 500; */
  color: #000;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
  font-size: 14px;
  padding: 0 5vw;
  text-align: center;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin: 45px auto 0;
  gap: 2rem;
}
.footer_flex .left,
.footer_flex .right {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 2rem 15px;
}
.footer_flex .right p {
  margin-top: 1rem;
}

.footer_flex .tel {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--primary-color);
  padding-left: 4.3rem;
  background: url(../img/common/tel-color.svg) no-repeat left 10% top 1.5rem /
    3rem auto;
  transition: 0.3s;
  line-height: 1.1;
}
.tel_text {
  margin-bottom: 6px;
  margin: 1rem 10rem;
  text-align: center;
  line-height: 1.5;
}

.tel_link img {
  width: 30px;
}
.tel__link {
  color: #43bab6;
  font-weight: bold;
  font-size: 4.5rem;
}
.tel_link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-left: 10px;
  gap: 5px;
}
.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 0px;
  border: 1px solid #d74489;
  padding: 0px 3px;
}
.footer_flex .mail {
  display: block;
  background: #43bab6;
  color: #fff;
  width: 330px;
  max-width: 100%;
  border-radius: 50px;
  text-align: center;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 7px;
}
.btn::before,
.btn::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
}
.footer_flex .mail span {
  padding-left: 0;
  position: relative;
}
/* .footer_flex .mail span::after, .footer_flex .mail span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
} */
.footer_flex .mail span::before {
  background: url(../img/common/mail_blue.svg) no-repeat center / contain;
  opacity: 0;
}
.footer_flex .left {
  padding: 0;
  /* display: flex; */
  gap: 0rem;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
  border: 5px solid #f679a1;
}
.footer_flex .fax,
.footer_flex .mail-adress {
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
}
.left_top {
  font-size: 2rem;
}
.footer-left_ttl {
  font-size: 2rem;
  /* margin-bottom: 1rem; */
}
.footer-left_ttl span {
  font-weight: 700;
  font-size: 100%;
  /* color: #f06e17; */
}
.left_bottom img {
  width: 50px;
  margin: 0 auto;
  margin-top: 0;
}
.left_bottom p {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.map {
  width: 100%;
  margin: 0 auto;
}
iframe {
  height: 24rem;
  width: 100%;
  border-radius: 6px;
}
.footer-left_ttl {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 10px 60px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 2.4rem;
  background: #d74489;
  border-radius: 10px;
}

.footer-left_ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #d74489;
}

.footer-left_ttl p {
  margin: 0;
  padding: 0;
}
.footer-left_text span {
  font-size: 130%;
  font-weight: 700;
}
.left_bottom a {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  background: #fff;
  border: 2px solid #d74489;
  border-radius: 5px;
  padding: 10px;
  color: #d74489;
  margin-top: 0;
  transform: scale(1);
  transition-duration: 0.3s;
}
.left_bottom a:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.6;
  transform: scale(0.95);
  transition-duration: 0.3s;
}
.left_bottom a p {
  margin-top: 0;
}
.footer_flex .tel_text .text02 {
  color: #000;
}
@media screen and (min-width: 768px) {
  .footer_flex .tel_text .text01 {
    font-size: 10px;
  }
  .footer_flex .tel_text .text02 {
    font-size: 18px !important;
  }
  .btn::before,
  .btn::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .footer__item:last-of-type img {
    margin-left: auto;
    margin-right: auto;
  }
  .footer_text {
    margin-top: 30px;
    font-size: 100%;
  }
  .tel__link {
    font-size: 3rem;
  }
  .tel_link img {
    width: 6vw;
  }
  .tel_text {
    margin: 0 auto;
    margin-bottom: 3px;
    margin-top: 14px;
  }
  .footer_flex {
    flex-direction: column;
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .footer-left_ttl {
    margin: 20px 20px;
    padding: 10px 60px;
    font-size: 1.8rem;
  }
}

@media (min-width: 1168px) {
  .tel_text {
    margin-bottom: 6px !important;
/*     margin: 1rem 11rem !important; */
  }
}
/*下層ページ*/
.l-page-cover:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #fff 30%, #f3f3f300 50%);
  z-index: 1;
  top: 2px;
  left: 0;
}

/*illust*/
.illust_deco {
  position: absolute;
  top: 0;
  width: 210px;
}
.illust_deco.-right {
  right: 0;
}
.illust_deco.-left {
  left: 0;
}
.illust_deco.-deco01 {
  right: 0;
  z-index: 0;
  width: 100%;
}
.illust_deco.-bottom.-deco01 {
  position: absolute;
  top: 90%;
}
@media only screen and (max-width: 767px) {
  .c-table01 {
    font-size: 4vw;
  }
  .p-home-sec03 .home-shop__text {
    -webkit-clip-path: none;
  }
  .illust_deco.-bottom.-deco01 {
    position: absolute;
    top: 97%;
    z-index: 0;
    width: 500px;
    left: 0;
  }
  .p-home-sec03 {
    position: relative;
    z-index: 3;
  }
}

/*----about----*/
.gallery {
  position: relative;
}

.inner.inner_gallery {
  padding-top: 6rem;
}

.gallery h2.c-heading01.c-heading01_center {
  padding-top: 0;
  text-align: left;
  font-size: 3rem;
}

img.gallery_illust {
  width: 40px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 8px;
}
.inner_gallery .c-heading01 span {
  display: block;
  color: #d74489;
  font-size: 4.5vw;
  margin-top: 1vw;
  font-weight: 500;
}
.home-gallery__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem 2rem;
  -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  margin-top: 3.9rem;
}

.home-gallery__item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
ul.home-gallery__list img {
  border-radius: 5px;
}
.massage_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 3rem;
}
.grid-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #fff;
}
.grid-item .icon {
  width: 20px;
}
.grid-container {
  max-width: 900px;
}
.illust_deco.-deco03 {
  width: 180px;
}
@media (min-width: 768px) {
  .inner_gallery .c-heading01 span {
    font-size: 2.6rem;
    margin-top: 0.8rem;
    font-weight: 700;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  .home-gallery__list {
    gap: 5vw 5vw;
    -ms-grid-columns: (minmax(45%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    margin-top: 8vw;
  }
  .gallery h2.c-heading01.c-heading01_center {
    text-align: center;
    font-size: 7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  img.gallery_illust {
    margin-bottom: 2rem;
  }
  .inner.inner_gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .illust_deco.-deco03 {
    max-width: 100px;
    top: 80px;
  }
  .massage_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin-top: 2rem;
  }
  .c-heading03 {
    font-size: 2rem;
    padding: 1.5rem 0 1.5rem 0;
    margin-bottom: 1rem;
  }
}

/*----company 会社概要----*/
.sub-shop.sub-bg.p-company-sec01 .map {
  max-width: 100%;
}
.sub-shop.sub-bg.p-company-sec01 .map iframe {
  max-height: 30rem;
  width: 100%;
  border-radius: 0;
}

.profile .illust_deco.-deco01 {
  right: 0;
  z-index: -1;
  width: 30%;
  opacity: 0.5;
}
.representative-ttl {
  font-size: 3.4rem;
  color: #43bab6;
  font-weight: 600;
  text-align: center;
  background: none;
  padding: 20px;
  margin-top: 0;
}

.representative-text {
  margin-top: 0;
}
.representative-grid h2 {
  letter-spacing: 0.05em;
}
.representative-grid h2 span {
  font-size: 70%;
  padding-right: 20px;
}

.profile {
  margin-top: 3rem;
  text-align: left;
  /*    display: flex;*/
  /*    align-items: flex-start;*/
}
/*
.profile p {
     margin-top: 0; 
}
*/

.illust_deco.-deco04 {
  right: -4%;
  top: 0%;
  width: 300px;
  z-index: -1;
  opacity: 0.6;
}
.representative-ttl::before {
  content: "“";
  padding-right: 10px;
}
.representative-ttl::after {
  content: "”";
  padding-left: 10px;
}
.representative-ttl span {
  font-size: 80%;
  font-weight: 600;
}
.representative-text {
  margin-top: 0;
  padding: 0 3rem 3rem;
  background-color: #f9f6f900;
}
.representative-body {
  border-radius: 10px;
  margin: 3rem 0;
  background: #e3ebe6;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .illust_deco.-deco04 {
    right: 0;
    top: 70%;
    width: 150px;
  }
  .representative-ttl {
    font-size: 7vw;
    position: relative;
    line-height: 1.4;
  }
  .representative-ttl::after {
    content: "”";
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 8vw;
    font-size: 160%;
  }
  .representative-ttl::before {
    content: "“";
    padding-right: 10px;
    position: absolute;
    top: 10px;
    left: 8vw;
    font-size: 160%;
  }
  .representative-text {
    margin-top: 0;
    padding: 0 4vw 2rem;
    text-align: justify;
  }
}

/*売却*/
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
  margin: 3rem 0 0;
}

.flow07 > li {
  list-style-type: none;
  display: flex;
}

.flow07 > li:not(:last-child) {
  margin: 0 0 50px;
}

.flow07 > li .icon07 {
  width: 90px;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #fea52f;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 125%;
  margin: 0;
}
.flow07 > li .icon07::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 20px solid #fea52f;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.flow07 > li dl {
  padding: 0 0 0 30px;
  width: calc(100% - 115px);
}

.flow07 > li dl dt {
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 4px solid #cccccc;
  position: relative;
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #43bab6;
}

.flow07 > li dl dd {
  margin: 0;
}

.flow07 dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.flow_txt .list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list .icon {
  max-width: 20px;
}

.secondary {
  margin-top: 20px;
  font-size: 120%;
}

.secondary span,
.time span {
  background-color: #43bab6;
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff;
  font-size: 80%;
}
.time {
  margin-top: 20px;
  font-size: 120%;
}

.flow_txt .list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-flow-sec02 .promise {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .flow07 > li {
    list-style-type: none;
    display: flex;
  }
  .flow07 > li dl {
    padding: 0 0 0 10px;
    width: calc(100% - 95px);
  }
  .flow07 dl {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .flow_txt .list li {
    gap: 4px;
  }
  .time,
  .secondary {
    font-size: 100%;
  }
}

.c-heading03.u-mb30.-center {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}
p.c-text span {
  display: inline-block;
  /* background: #ffaad2; */
  color: #ff4747;
  font-size: 2rem;
  font-weight: 600;
}
.u-mb30 {
  font-weight: 600;
}
.single .print {
  display: block;
}
.single .print {
  display: block;
}
.sub-single-property .btn.-color.print {
  color: #fff;
}
.sub-single-property .btn.-color.print:hover {
  color: #d74489;
}
.page-id-9 .l-page-subWrapper {
  padding-bottom: 5rem;
}
.sale-bnr_img {
  max-width: 800px;
  margin: 0 auto 5rem;
}
.footer_link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1000px;
  margin: 45px auto 3rem;
}
.footer_link a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.footer_link a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.tab-nav {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.tab-button {
  padding: 15px 20px;
  margin: 0 5px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  width: 50%;
  color: #43bab6;
  border: 2px solid #43bab6;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s; /* 追加: ボタンのホバー時の変化もスムーズに */
}

.tab-button:hover {
  opacity: 0.7;
}

.tab-button.active {
  background-color: #43bab6;
  color: #fff;
}

.tab-content {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.tab-content.active {
  opacity: 1;
  display: block;
}

.tab-content .sub-bg {
  padding-top: 4rem;
}
.column .c-card__body {
  padding-top: 1rem;
}
.column .c-tag {
  background: #43bab6;
}

@media screen and (max-width: 767px) {
  .p-flow-sec02 .c-text {
    padding-top: 0;
  }
  .c-heading03.u-mb30.-center {
    font-size: 2rem;
  }
  .c-news__ttl {
    font-size: 14px;
  }
  .sale-bnr_img {
    margin: 0 auto 0;
    padding: 10px;
  }
  .footer_link {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 15px;
  }
  .footer_flex .left {
    padding-top: 0;
  }
  .tab-button {
    font-size: 16px;
  }
}

.sub-archive-assessment .c-card {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 1rem;
  box-shadow: none;
  border-top: 1px solid #43bab6;
}
.sub-archive-assessment .sub-archive__container {
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.sub-archive-assessment .c-card__img-wrap img {
  max-height: 100%;
}
.sub-archive-assessment .c-card .address {
  text-align: left;
  font-size: 2rem;
}
.sub-archive-assessment .c-card .row {
  padding: 1rem 0;
}
.sub-archive-assessment .arch-text {
  margin-top: 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-archive-assessment .c-card__body {
  padding-top: 15px;
}
.sub-archive-assessment .c-card .btn.-color {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sub-archive-assessment .c-card:hover {
  opacity: 0.7;
}
.sub-single-assessment .info .table02 .row {
  display: block;
  border: none !important;
  text-align: center;
}
.sub-single-assessment .info .table02 .row .head {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  background: #e3ebe6;
  color: #43bab6;
}
.sub-single-assessment .info .table02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.sub-single-assessment .info .table02 .row .body {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #e2e2e2;
  border-top: none;
  height: 6.5rem;
}
.assessment-table02 {
  margin-top: 3rem;
}
.assessment-table02__text {
  line-height: 1.5;
  margin-top: 1rem;
  font-size: 15px;
}
.sub-single-assessment .sub-single__btn-group {
  margin-bottom: 6rem;
}
.assessment-grid {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.sub-single-assessment .property-slider,
.sub-single-assessment .thumbnail-slider {
  width: 50%;
}
.sub-single-assessment .property-slider__img-wrap {
  margin-bottom: 0;
  padding-top: 30rem;
}
.sub-single-assessment .info .table01 {
  display: block;
}
.sub-single-assessment .info {
  width: 100%;
}
.sub-single-assessment .info .table01 .row {
  width: 100%;
}
.sub-single-assessment .sub-single__main {
  border-top: none;
}
.sub-single-assessment .sub-single__title-area {
  border-bottom: 1px solid #43bab6;
}
.sub-single-assessment .sub-single__main p {
  background-color: #fff;
}
.sub-archive-assessment .sub-archive__box {
  display: grid;
  grid-template-columns: 19% 78%;
  gap: 3rem;
}
.searchandfilter li {
  display: block;
}
.sub-archive-assessment .sub-archive__category-name {
  font-weight: bold;
  color: #fff;
  background: #43bab6;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
}
.sub-archive-assessment .sub-archive__select-container {
  display: block;
  padding: 0 1rem 2rem 1rem;
  border: 2px solid #43bab6;
}
.sub-archive-assessment .sub-archive__select-container label {
  display: block;
  padding: 10px;
  border-top: 1px solid #e5e5e5;
}
.sub-archive-assessment .sub-archive__select-container label:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

.assessment__cat-name {
  font-weight: bold;
  color: #43bab6;
  margin: 1.5rem 0 1rem;
  display: inline-block;
  border-top: none !important;
}
.assessment-cat__btn {
  color: #fff;
  background: #fea52f;
  font-weight: bold;
  padding: 10px 2rem;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub-single-assessment .info .table02 {
    grid-template-columns: 1fr 1fr;
  }
  .sub-archive-assessment .c-card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .assessment-grid {
    display: block;
  }
  .sub-single-assessment .property-slider {
    width: 100%;
    margin-top: 3rem;
  }
  .sub-single-assessment .property-slider__arw {
    top: 40%;
  }
  .sub-archive-assessment .sub-archive__box {
    grid-template-columns: 1fr;
  }
  .assessment__cat-form {
    display: grid;
    grid-template-columns: 30% 30% 38%;
    gap: 4px;
  }
  .sub-archive-assessment .cat-wrap.cat-wrap01 {
    width: 100%;
  }
  .assessment-cat__btn {
    width: 100%;
    margin-top: 1rem;
  }
  .sub-archive-assessment .sub-archive__select-container {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .assessment__toggle-btn {
    padding: 10px 1rem;
    text-align: center;
    background: #43bab6;
    color: #fff;
    font-weight: bold;
    width: 100%;
  }
  .sub-archive-assessment .sub-archive__container {
    margin-top: 3vw;
    grid-template-columns: 1fr;
  }
  .sub-single-assessment .info .table02 .row .body {
    height: 4.5rem;
  }
}
/* 初期状態では非表示 */
/* .sub-archive__select-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: scaleY(0.95);
  will-change: max-height, opacity, transform; 
} */

/* openクラスが追加されたときのスタイル */
.sub-archive__select-container.open {
  max-height: 1000px; /* 高さは必要に応じて調整。 */
  opacity: 1;
  transform: scaleY(1);
}
.post-type-archive-column .sub-archive__select-container {
  max-height: 1000px;
  opacity: 1;
  transform: scaleY(1);
}
.sub-single img {
  width: 100%;
}
.sub-single li {
  list-style: disc;
}
.sub-single__main h2 {
  font-size: 28px;
  background: #43bab6;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
}
.sub-single__main h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #43bab6;
  color: #43bab6;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.sub-single__main h4 {
  border-left: 4px solid #43bab6;
  font-weight: bold;
  font-size: 20px;
  color: #43bab6;
  background: #e3ebe6;
  padding: 5px 2rem;
  width: 100%;
}
.sub-single__main h5 {
  font-size: 18px;
  font-weight: bold;
  color: #43bab6;
}
.wp-block-list {
  background: #f3f7fa;
}
.sub-archive-assessment .sub-archive__top {
  display: block;
}
.sub-single__main p {
  font-size: 15px;
}
.assessment__cat-btn {
  position: relative;
  padding-right: 20px;
}

.assessment__cat-btn::after {
  content: "▼";
  position: absolute;
  right: 7px;
  top: 47%;
  transform: translateY(-50%);
  font-size: 10px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sub-single__main h2 {
    font-size: 22px;
    padding-left: 1rem;
  }
  .sub-single-assessment .info .table02 .row .head,
  .sub-single-assessment .info .table02 .row .body {
    font-size: 16px;
    padding: 10px;
  }
  .sub-single__main h4 {
    padding-left: 1rem;
  }
  .sub-single__main h4 {
    font-size: 22px;
  }
  .sub-archive-assessment .sub-archive__select-container label {
    padding-right: 0;
    padding-left: 0;
  }
  #assessmentDropdown {
    padding: 0 !important;
  }
  .home-column {
    margin-top: 0;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 1270px) {
  .header__tel {
    font-size: 2rem;
  }
  .header__link {
    font-size: 1.2vw;
  }
}
.p-home-aboutus__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.p-home-aboutus {
  position: relative;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  background-size: cover;
  background-position: center;
}
.p-home-aboutus::before {
  content: "";
  width: 60vw;
  height: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/asirai01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-home-aboutus p {
  line-height: 2;
  margin-top: 3rem;
  text-align: left;
}
.p-home-aboutus .batch {
  max-width: 380px;
  margin: auto;
  margin-top: 2rem;
}
.status-sold,
.status-sale {
  padding: 1rem;
  background: #1e1e1e;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: block;
}
.status-sale {
  background: #fea52f;
}
.home-news__btn a {
  padding: 25px 0;
  margin: 5px;
}
.home-news__btn a:nth-child(2) {
  background-color: #fff;
  color: #43bab6;
}
.slider_item .slick-slide {
  margin-right: 35px;
}
.slider_item .slick-list {
  margin-right: -35px;
}
.slick-next,
.slick-prev {
  position: relative;
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 15px;
  width: 15px;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  content: "→";
  font-family: "slick";
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  color: #43bab6;
  z-index: 10;
  font-size: 45px;
  position: absolute;
}
.slick-prev:before {
  content: "←";
}
.slick-next {
  right: 10%;
}
.slick-prev {
  left: 9%;
}
.item_group .tags {
  color: #fff;
  background: #fea52f;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-top: 15px;
}
.item_group .name {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.item_group .slider_item {
  margin-top: 4rem;
}
.assess-btn {
  margin-top: 5rem;
  text-align: center;
}
.p-home-assess {
  background: #e3ebe6;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.p-home-flow {
  padding-top: 10rem;
  padding-bottom: 3.5rem;
  background-image: url(../img/home/flow-bg.jpg);
  text-align: center;
  background-size: cover;
  background-position: center;
}
.p-home-flow-txt {
  max-width: 100rem;
  margin: 4rem auto 3rem;
  line-height: 2;
  padding: 0 15px;
}
.p-home-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  text-align: center;
}
.p-home-flow__grid h3 {
  font-weight: 900;
  font-size: 25px;
}
.p-home-flow__grid h3 span {
  font-weight: 900;
  font-size: 31px;
}
.p-home-flow__grid h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: #43bab6;
  padding: 2.2rem;
  margin-top: 15px;
}
.flow {
  margin-top: 3rem;
}
.step {
  display: grid;
  grid-template-columns: 25% 75%;
  background: #fff;
}
.step div {
  background: #43bab6;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2rem 0 2rem 3rem;
  line-height: 1.3;
}
.step div span {
  font-size: 26px;
  font-weight: 600;
  padding-left: 5px;
  margin-bottom: 6px;
}
.step p {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  font-size: 16px;
}
.flow .arrow {
  width: 38px;
  height: 38px;
  margin: 7px auto 10px;
}
.selling .p-home-flow__grid h4 {
  background: #fea52f;
}
.selling .step div {
  background: #43bab6;
}
.p-home-flow__grid .selling h4 {
  background: #fea52f;
}
.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
}
.p-home-company {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
.company-grid p {
  margin-top: 5rem;
  line-height: 2;
  max-width: 538px;
  width: 100%;
}
.company-btn {
  margin-top: 2rem;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider2 .slick-slide {
  margin: 0 0px;
}
.slider3 {
  margin-top: 2rem;
}
.slider3 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.slider3 .slick-slide {
  margin: 0 15px;
}
.news-inner {
  max-width: 90rem;
  margin: auto;
  gap: 2rem;
}
.p-home-news {
  padding: 6rem 15px 8rem;
  background: #e3ebe6;
}
.news-btn {
  text-align: center;
}
.news-btn a {
  max-width: 188px;
  width: 100%;
  padding: 1.5rem;
  margin-top: 4rem;
}
.c-news {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.insta-ttl {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.insta-ttl img {
  width: 64px;
  height: 64px;
}
.insta-ttl h2 {
  font-size: 34px;
}
.insta-ttl p {
  font-size: 20px;
  line-height: 1.5;
}
.p-home-instagram {
  padding: 6rem 15px 10rem;
}
.footer_top .c-heading01,
.footer_top .c-heading01 span {
  color: #fff;
}
.footer_txt {
  color: #fff;
  margin-top: 3rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 15px;
}
.c-news__info {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.overview {
  background: #effbfb;
  padding-bottom: 8rem;
  position: relative;
}
.overview::before {
  content: "";
  width: 70vw;
  height: 70vw;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translateY(-50%);
  background-image: url(../img/common/bg-flower.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.company-table {
  margin-top: 4rem;
  background: #fff;
}
.directions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.5rem;
}
.directions-grid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.directions-grid figure {
  position: relative;
}
.directions-grid figure::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -31px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #fea52f;
}
.direction {
  padding: 6rem 15px 5rem;
}
.directions-grid {
  margin-top: 6rem;
}
.greet-logo {
  max-width: 273px;
  margin-bottom: 5rem;
}
.sale-flow .step {
  grid-template-columns: 18% 82%;
}
.sale-flow .step p {
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  line-height: 1.5;
  align-items: flex-start;
  font-size: 2.4rem;
}
.sale-flow .step p span {
  font-size: 16px;
}
.sale-flow .step {
  height: auto;
}
.sale-flow .step div {
  font-size: 28px;
}
.sale-flow .step div span {
  font-size: 36px;
}
.sale-about .about_pic img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.property-btn {
  text-align: center;
}
.property-btn a {
  margin: 0 5px 1rem;
}
.property-btn a.no-active {
  background: #fff;
  color: #43bab6;
}
#tab2 .sub-contact__item dt {
  width: 23.3rem;
}
.privacy-policy {
  /* height: 200px; */
  max-width: 75rem;
  width: 100%;
  padding: 6rem 0 9rem;
  overflow-y: scroll;
  text-align: left;
  font-size: 14px;
  /* background-color: #fff; */
  color: #141414;
  margin: 6rem auto 10rem;
}

.privacy-policy__head {
  margin-top: 3rem;
  margin-bottom: 2px;
  font-weight: 700;
  color: #43bab6;
  border-bottom: 1px solid #43bab6;
  font-size: 2rem;
}

.privacy-policy p {
  line-height: 2;
}
.sub-archive-proprty .sub-archive__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.page-id-2929 .sub-archive-proprty .sub-archive__box {
  grid-template-columns: 1fr;
}
.page-id-2929 .sub-archive__container {
  grid-template-columns: repeat(4, 1fr);
}
.sub-archive-proprty .sub-archive__select-container {
  max-height: none;
  overflow: visible;
  opacity: 1;
}
.sub-archive-proprty .sub-archive__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 3rem;
  background: #e3ebe6;
}
.sub-archive-proprty .sub-archive__category-name {
  background: #fff;
  font-size: 2.4rem;
  color: #fea52f;
}
.sub-archive-proprty .cat-wrap02 .sub-archive__category-name {
  color: #43bab6;
}
.c-card .btn.-color:hover {
  color: #43bab6;
  background: #fff;
}
.c-card .btn.-color.-orange:hover {
  color: #fea52f;
  background: #fff;
}
a.home-mv__slide {
  transition: all 0.3s;
}
a.home-mv__slide:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1060px) {
  .slider_item .slick-slide {
    margin-right: 20px;
  }
  .slider_item .slick-list {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-aboutus__grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .aboutus-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .p-home-aboutus {
    padding-top: 6rem;
  }
  .p-home-flow__grid {
    grid-template-columns: 1fr;
  }
  .step div span {
    font-size: 18px;
    padding-left: 0;
  }
  .step p {
    text-align: left;
    line-height: 1.5;
    padding-left: 1rem;
  }
  .flow .arrow {
    width: 30px;
    height: 30px;
    margin: 5px auto;
  }
  .company-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0 15px;
  }
  .p-home-company {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .company-grid p {
    margin-top: 2rem;
  }
  .home-column .home-news__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-inner {
    grid-template-columns: 1fr;
  }
  .c-news__body {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .news-btn a {
    margin-top: 1rem;
  }
  .p-home-news {
    padding: 4rem 15px 5rem;
  }
  .insta-ttl img {
    width: 48px;
    height: 48px;
  }
  .insta-ttl h2 {
    font-size: 26px;
  }
  .insta-ttl p {
    font-size: 16px;
  }
  .p-home-instagram {
    padding: 4rem 15px 5rem;
  }
  .footer_flex {
    margin-top: 3rem;
    gap: 1rem;
  }
  .footer_flex .mail {
    padding: 20px 10px;
  }
  .footer_link {
    grid-template-columns: 1fr;
  }
  .footer__item a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-archive__container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .slick-prev {
    left: 4%;
  }
  .overview {
    padding-top: 2rem;
    margin-top: 5rem;
  }
  .directions-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    gap: 2rem;
  }
  .directions-grid figure::after {
    right: -19px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #fea52f;
  }
  .direction {
    padding-bottom: 3rem;
  }
  .assess-btn {
    margin-top: 4rem;
  }
  .p-home-assess {
    padding: 4rem 0 6rem;
  }
  .p-home-flow {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }
  .c-heading-center .c-heading01 {
    text-align: center;
  }
  .aboutBox:nth-child(odd) .about_ttl::after {
    opacity: 0.1;
    top: -3rem;
    width: 17rem;
    height: 17rem;
  }
  .aboutBox:nth-child(even) .about_ttl::after {
    opacity: 0.1;
    left: auto;
    right: 0;
    top: -2rem;
    width: 15rem;
    height: 15rem;
  }
  .p-home-sec02 {
    padding-bottom: 9rem;
  }
  .sale-flow .step {
    grid-template-columns: 1fr;
  }
  .sale-flow .step div {
    font-size: 23px;
    padding: 3px 15px;
  }
  .sale-flow .step div span {
    font-size: 30px;
  }
  .sale-flow .step p {
    font-size: 2rem;
  }
  .footer__insta {
    margin-top: 2rem;
  }
  .footer__insta img {
    margin: auto;
  }
  .home-news .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .sub-archive-proprty .sub-archive__box {
    display: flex;
    flex-direction: column;
  }
  .sub-archive-proprty .sub-archive__category-name {
    display: block;
  }
  .sub-archive-proprty .sub-archive__select-container {
    max-height: none;
    overflow: visible;
    opacity: 1;
  }
  .aboutWrap {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .aboutBox:nth-child(odd) .about_text {
    padding-right: 0;
  }
  .aboutBox:nth-child(even) .about_ttl {
    padding-left: 0;
  }
  .aboutBox:nth-child(even) .about_text {
    padding-left: 0;
  }
  .tab-content .sub-bg {
    padding-top: 2rem;
  }
  .wpcf7-list-item {
    padding-bottom: 1rem;
  }
  .privacy-policy {
    margin-top: 0;
    margin-bottom: 5rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
  .privacy-policy__head {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .privacy-policy p {
    line-height: 1.7;
  }
  .sub-contact__pp {
    padding: 0 15px;
  }
  .nav-drawer__banner {
    max-width: 300px;
    margin: 7vw auto 0;
  }
  .sub-archive-proprty .sub-archive__top {
    grid-template-columns: 1fr;
    padding: 3rem 20px;
  }
  .sub-archive-proprty .cat-wrap ul {
    padding: 0;
    padding-top: 1rem;
    gap: 1rem;
  }
  .sub-archive-proprty .cat-wrap ul li a {
    padding: 3rem 0;
    font-size: 1.8rem;
  }
  .sub-archive-proprty .cat-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-archive-proprty .sub-archive__category-name {
    font-size: 2rem;
  }
  .c-news__link {
    gap: 1rem;
  }
}
.home-link-bnr {
  padding: 5rem 15px;
}
.home-link-bnr_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.home-link-bnr img {
  transition: all 0.3s;
}
.home-link-bnr img:hover {
  opacity: 0.7;
}
.aboutus-type {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.aboutus-type p {
  margin-top: 0;
  color: #43bab6;
  font-size: 18px;
  font-weight: bold;
}
.aboutus-type-img img {
  max-width: 50px;
  width: 100%;
}
.aboutus-types {
  display: flex;
  gap: 2rem 5rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.aboutus-btn {
  text-align: left;
  margin-top: 3rem;
}
.land-tr {
  padding: 6rem 10px 10rem;
  background-image: url(../img/home/land-tr-bg.png);
  background-size: cover;
}
.land-tr .inner {
  background: #fff;
  border-radius: 20px;
  padding: 7rem 15px 8rem;
}
.land-tr-txt {
  max-width: 84rem;
  margin: 3rem auto 0;
  line-height: 2;
}
.land-tr-icon {
  position: absolute;
  left: 20px;
  top: -2rem;
  max-width: 95px;
  width: 100%;
}
.land-tr_fuki {
  font-size: 2.4rem;
  text-align: center;
  background: #cfe2d6;
  padding: 3rem 0 3rem 7rem;
  max-width: 812px;
  border-radius: 20px;
  margin: 4rem auto 0;
  position: relative;
}
.land-tr_fuki::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #cfe2d6 transparent transparent transparent;
}
.land-tr_list {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
}
.land-tr_list-wrap {
  border: 3px solid #cfe2d6;
  border-radius: 20px;
  padding: 8rem 0 3rem 15px;
  max-width: 980px;
  margin: -5rem auto 0;
}
.land-tr_list li {
  position: relative;
  font-size: 24px;
  padding-left: 4.5rem;
}
.land-tr_list li::before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/home/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.satei-txt {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 3.5rem 15px 4rem;
  max-width: 980px;
  background: #fff8e2;
  border-radius: 100px;
  margin: 3.5rem auto 0;
  text-align: center;
}
.satei-txt span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #43bab6;
}
.satei-txt02 {
  line-height: 2;
  max-width: 913px;
  margin: 4rem auto 0;
}
.kaitai {
  max-width: 235px;
  margin: 3.5rem auto 4px;
}
.selling {
  max-width: 980px;
  margin: auto;
  padding: 1rem 4rem 4rem;
  background: #cfe2d6;
}
.home-flow-ttl {
  text-align: center;
  max-width: 980px;
  position: relative;
  border-radius: 20px 20px 0 0;
  padding: 16px 0;
  background: #43bab6;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: auto;
}
.home-flow-ttl::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #43bab6 transparent transparent transparent;
}
.banner {
  max-width: 860px;
  margin: auto;
  margin-top: 6rem;
  margin-bottom: 6rem;
  transition: all 0.3s;
  padding: 0 15px;
}
.banner:hover {
  opacity: 0.7;
}
.service {
  padding: 8rem 15px;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 30%,
      #effbfb 30%
    ),
    url(../img/home/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.service-txt {
  line-height: 2;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.service-txt span {
  color: #43bab6;
  font-size: 3rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
}
.service-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
.service-link01 {
  max-width: 550px;
  margin: auto;
}
.service-link a,
.service-link01 a {
  transition: all 0.3s;
}
.service-link a:hover,
.service-link01 a:hover {
  opacity: 0.7;
}
.service-link a {
  border: 1px solid #43bab6;
  border-radius: 14px;
}
.works {
  padding-bottom: 11rem;
}
.footer-sns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.4rem;
  max-width: 160px;
  margin: 2rem auto 0;
}
.footer-sns {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 4rem 15px 3rem;
  max-width: 800px;
  margin: 5rem auto 0;
}
.footer-sns h3 {
  font-size: 5rem;
  font-weight: bold;
  color: #43bab6;
  text-transform: uppercase;
}
.footer-sns a {
  transition: all 0.3s;
}
.footer-sns a:hover {
  opacity: 0.7;
}
.footer-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.footer__sns {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.line-qr {
  max-width: 182px;
  margin: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.sub-contact__pp .inner {
  background: #eef3f0;
}
.excerpt {
  line-height: 1.5;
  margin-top: 20px;
}
/* --------------------------------
c-accordion
----------------------------------- */
.c-accordion {
  border-bottom: 1px solid #9da3a7;
}

.c-accordion__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 4vw 6vw 4vw 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 1.75;
}

.c-accordion__title span {
  width: 8vw;
  height: 8vw;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(100, 179, 244)),
    to(rgb(33, 89, 186))
  );
  background: linear-gradient(
    90deg,
    rgb(100, 179, 244) 0%,
    rgb(33, 89, 186) 100%
  );
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3vw;
}

.c-accordion__title::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #141414;
  border-right: 2px solid #141414;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 42%;
  right: 2rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-accordion__title.open::after {
  top: 41%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-accordion__content {
  display: none;
  background-color: #edf4fa;
  padding: 3vw;
}

.c-accordion__content p {
  font-size: 3vw;
  line-height: 1.75;
}
.accordion .js-accordion-title {
  background-color: #effbfb;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
  border-radius: 5px;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem; /* 画像の幅 */
  height: 4rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #43bab6;
  font-weight: 600;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #43bab6;
  border-right: 3px solid #43bab6;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

.accordion .js-accordion-title.open i.arrow {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-content {
  display: none;
  /* background-color: #f9f9f9; */
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 2;
}
.accordion-content::before {
  content: "A";
  position: absolute;
  display: block;
  width: 3.3rem;
  height: 3.5rem;
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
  background-image: url(../img/common/A.svg);
  left: 2.5rem;
  top: 1rem;
  font-size: 3rem;
  color: #fea52f;
  font-weight: 600;
}
.faq .inner {
  max-width: 900px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.faq-txt {
  color: #fff;
  font-weight: bold;
  background: #43bab6;
  padding: 10px;
  border-radius: 14px;
  text-align: center;
  font-size: 26px;
  margin-top: 6rem;
}
.sub-single .c-heading03 {
  text-align: left;
  border-bottom: none;
  padding: 0;
}
.sub-single .c-heading03 span {
  font-size: 2rem;
  text-transform: uppercase;
  padding-left: 2.4rem;
}
.single-txt {
  line-height: 1.5;
  margin-top: 2rem;
}
.single-ttl {
  margin-top: 6rem;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .grid-col02 {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.cont-grid .c-heading01 {
  margin-bottom: 3rem;
}
.cont-grid {
  margin-top: 8rem;
}
.cont-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 7rem;
  background: #effbfb;
  padding: 3rem;
}
.cont-items.-estate {
  padding: 0;
  background: transparent;
}
.cont-item {
  padding: 1rem;
  background: #fff;
}
.-estate .cont-item {
  padding: 0;
  background: transparent;
}
.cont-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.cont-item h3 {
  margin: 2rem 0;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.cont-item p {
  line-height: 1.8;
}
.cont-item.-middle {
  margin-top: 10rem;
}
.cont-item.-row {
  margin-top: 20rem;
}
.cont-sec02 {
  margin-top: 10rem;
}
.flow {
  background: #eef3f0;
  padding: 8rem 15px;
}
.flow-inner {
  background: #fff;
  border-radius: 14px;
  padding: 7rem 15px;
}
.flow-inner.-estate {
  background: transparent;
}
.step-body {
  margin-top: 7rem;
}
.step-card {
  width: 100%;
  max-width: 984px;
  padding: 32px;
  margin: auto;
  border-top: 1px solid #e7e8e7;
  display: flex;
  flex-direction: column;
}

.step-header {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
}

.step-number {
  display: flex;
  flex-direction: column;
  width: 38px;
  align-items: center;
  gap: 9px;
}

.step-label {
  color: #43bab6;
  font-size: 14px;
  font-weight: 700;
}

.step-digit {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  background: #43bab6;
  border-radius: 50px;
  width: 5.4rem;
  height: 5.4rem;
  line-height: 5rem;
  text-align: center;
}

.step-title {
  color: #010101;
  font-size: 32px;
  font-weight: 700;
}

.step-content {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 8px 20px 20px;
}

.step-description {
  padding: 16px 8px 16px 42px;
  border-left: 2px solid #9ed2d0;
}

.step-description p {
  color: #010101;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.separator {
  height: 1px;
  background-color: #e5e7eb;
  margin: -32px 0 32px 0;
  width: 100%;
}
.flow-ttl {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background: #43bab6;
  padding: 7px;
  border-radius: 14px;
  color: #fff;
  align-items: center;
  max-width: 984px;
  width: 100%;
  margin: auto;
}
.flow-ttl div {
  font-weight: bold;
  font-size: 4rem;
}
.flow-ttl img {
  width: 60px;
}
.p-home-sec02.sale-lead {
  background: #eef3f0;
  padding-bottom: 6rem;
}
.sale_slider {
  margin-top: 4rem;
}
.sale-item-ttl {
  font-size: 3.2rem;
  color: #43bab6;
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
  border-radius: 7px;
  padding-left: 12px;
  margin-bottom: 2.5rem;
}
.sale-grid {
  grid-template-columns: 53% 45%;
  gap: 24px;
  background: #eef3f0;
  padding: 2.4rem;
  border-radius: 14px;
  margin-top: 4rem;
}
.sale-item-ttl02 img {
  width: 25px;
}
.sale-item-ttl02 {
  font-size: 2rem;
  font-weight: 600;
  color: #43bab6;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #43bab6;
  padding-bottom: 3px;
  margin-top: 3rem;
  margin-bottom: 14px;
}
.sale-list li {
  padding-left: 2rem;
  position: relative;
}
.sale-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #43bab6;
  border-radius: 50px;
}
.sale-img {
  border-radius: 14px;
}
.sale-sec03 .sale-grid {
  background: #fff6eb;
}
.sale-sec03 .sale-item-ttl {
  color: #f58c00;
}
.sale-sec03 .sale-item-ttl02 {
  color: #f58c00;
  border-bottom: 1px solid #f58c00;
}
.sale-sec03 .sale-list li::before {
  background: #f58c00;
}
.ass-grid {
  margin-top: 6rem;
}
.assessment {
  position: relative;
  z-index: 0;
  padding: 10rem 0;
  margin-top: 8rem;
}

.assessment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../img/sub/sale/asses-bg.jpg");
  background-size: cover;
  z-index: -1;
}
.works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem 3rem;
}
.works img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: all 0.3s;
}
.works img:hover {
  opacity: 0.7;
}
.works-title {
  font-weight: 500;
  margin-top: 2rem;
}
.works-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4rem;
  margin-top: 6rem;
}
.works-tab-btn {
  padding: 1rem;
  cursor: pointer;
  color: #cfe2d6;
  font-size: 2.8rem;
  border-bottom: 3px solid #cfe2d6;
}
.works-tab-btn.is-active {
  color: #43bab6;
  border-bottom: 3px solid #43bab6;
}
.works-tab-content {
  display: none;
}
.works-tab-content.is-active {
  display: grid;
}
.works {
  padding: 10rem 0;
}
.loan-sim-body {
  font-family: sans-serif;
  line-height: 1.6;
  padding: 20px;
}
.loan-sim-container {
  max-width: 878px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 8px;
}
.loan-sim-container h2 {
  text-align: center;
  color: #006400;
}
.loan-sim-form-group {
  display: flex;
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 3rem 0;
  font-weight: 500;
  gap: 1rem;
  flex-wrap: nowrap;
}
.loan-sim-form-group label {
  display: block;
  margin-bottom: 5px;
  width: 200px;
  font-weight: 600;
  line-height: 1.3;
}
.loan-sim-form-group select,
.loan-sim-form-group input[type="number"] {
  padding: 8px;
  background-color: #f8f8f8;
  border: 1px solid #9da3a7;
  border-radius: 0.4rem;
}
.loan-sim-button {
  display: block;
  padding: 10px;
  background: #006400;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2.8rem 10.7rem;
  margin: 5rem auto 0;
}
.loan-sim-table {
  width: 100%;
  margin-top: 4rem;
  border-collapse: collapse;
  border: 1px solid #006400;
}
.loan-sim-table th,
.loan-sim-table td {
  padding: 10px;
  border: 1px solid #006400;
  text-align: right;
  width: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.loan-sim-table td {
  padding: 3rem 0;
  text-align: center;
}
.loan-sim-table th {
  background: #006400;
  color: #fff;
  text-align: left;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #006400;
}
.loan-txt {
  color: #333333;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.3;
}
.loan-sim-table td.result {
  text-align: right;
  padding-right: 2rem;
  color: #43bab6;
  font-size: 2.2rem;
}
.c-news__link {
  padding: 3rem 0;
  flex-direction: column;
}
.c-tag {
  background: #43bab6;
  color: #fff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal-content {
  padding: 15px;
  position: relative;
}
.modal-content img {
  max-width: 100%;
  max-height: 90vh;
}
.modal-close {
  position: absolute;
  top: -2rem;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.works-btn {
  margin-top: 6rem;
  text-align: center;
}
.loan-sim-form-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.company-img {
  margin-top: 4rem;
}
.aboutus-txt {
  max-width: 520px;
  margin-left: auto;
  padding-left: 15px;
}
.c-heading01.-white,
.c-heading01.-white span {
  color: #fff;
}
.service .inner {
  background: #fff;
  border-radius: 14px;
  margin-top: 8rem;
  padding: 6rem 5rem;
}
.service-link-body {
  padding: 3rem 15px;
  border-radius: 0 0 14px 14px;
  border-top: none;
}
.service-link img {
  border-radius: 14px 14px 0 0;
}
.service-link-body h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.service-link-body h3 span {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 8px;
  display: block;
}
.service-link-body p {
  line-height: 2;
  margin-top: 2.4rem;
}
.home-news {
  position: relative;
}
.home-news::before {
  content: "";
  width: 60vw;
  height: 50vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/asirai01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.home-news::after {
  content: "";
  width: 40vw;
  height: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/asirai02.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.home-works__btn {
  text-align: center;
  margin-top: 4rem;
}
.home-news02 {
  background: #effbfb;
  padding: 8rem 0;
}
.home-news02 .c-card__body {
  background: #fff;
  padding: 2rem 1rem;
}
.minsa {
  background: #effbfb;
}
.recruit-body h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #43bab6;
}
.recruit-body div {
  font-size: 2.2rem;
  margin-top: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.recruit-body p {
  line-height: 2;
  margin-top: 2.4rem;
}
.recruit {
  position: relative;
}
.recruit::before {
  content: "";
  width: 59vw;
  height: 75vw;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/common/asirai04.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 6rem;
  padding-bottom: 6rem;
}
.page-links.-estate {
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 885px;
}
.page-links a {
  background: #43bab6;
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.service-catch {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 4px solid #43bab6;
  padding-bottom: 7px;
}
.service-text {
  line-height: 2;
  margin-top: 2.4rem;
}
.service-sec01,
.estate-sec01 {
  padding: 8rem 0;
  position: relative;
}
.service-sec01::before,
.estate-sec01::after {
  content: "";
  width: 44vw;
  height: 55vw;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/common/asirai05.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.ttl-sub {
  font-size: 3.6rem;
  color: #333;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 6rem;
}
.ttl-sub::before {
  content: "";
  width: 118px;
  height: 19px;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/asirai06.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-text.-service {
  margin-top: 8rem;
}
.c-text.-service02 span {
  margin-top: 4rem;
  font-size: 3rem;
  color: #43bab6;
  margin-bottom: 1rem;
  display: block;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  background: #effbfb;
  padding: 1rem 2rem;
}
.service-list li img {
  width: 57px;
}
.service-sec03 {
  padding: 6rem 0;
  background: #effbfb;
}
.service-sec04 {
  padding-bottom: 8rem;
  position: relative;
  padding-top: 8rem;
}
.service-sec04::before {
  content: "";
  width: 44vw;
  height: 55vw;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/common/asirai05.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.estate-sec01 {
  position: relative;
}
.estate-sec01::before {
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: 10%;
  right: 1%;
  background-image: url(../img/sub/estate/estate-asirai01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.estate-sec02 {
  background: #effbfb;
  padding: 8rem 0;
  position: relative;
}
.estate-sec02::before {
  content: "";
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: 3%;
  right: 1%;
  background-image: url(../img/sub/estate/estate-asirai02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* mq */
@media screen and (max-width: 768px) {
  .accordion .js-accordion-title {
    margin-top: 1rem;
    padding: 4px 18px 15px;
  }
  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }
  .accordion .js-accordion-title::before {
    font-size: 2.5rem;
    left: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #43bab6;
    border-right: 3px solid #43bab6;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
  .accordion {
    margin-top: 3rem;
  }
  .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-flex {
    flex-direction: column-reverse;
  }
  .footer-flex > div {
    width: 100%;
  }
  .footer__item a {
    justify-content: flex-start;
  }
  .footer__sns {
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .footer-sns h3 {
    font-size: 3rem;
  }
  .footer-sns {
    width: 90vw;
    margin-top: 4rem;
    padding: 2rem 15px 2rem;
  }
  .footer-sns-grid {
    max-width: 140px;
    gap: 3rem;
  }
  .home-mv__slide img {
    height: 50vh;
  }
  .aboutus-types {
    margin-top: 2rem;
    gap: 1rem 3rem;
  }
  .aboutus-type p {
    font-size: 1.6rem;
  }
  .aboutus-type {
    gap: 1rem;
  }
  .land-tr .inner {
    padding: 3rem 15px 5rem;
  }
  .land-tr_fuki {
    padding: 2rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  .land-tr-icon {
    max-width: 80px;
    left: 50%;
    top: -5rem;
    transform: translateX(-50%);
  }
  .land-tr_list li {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
  .land-tr_list li::before {
    width: 25px;
    height: 25px;
  }
  .land-tr_list {
    gap: 2rem;
  }
  .satei-txt {
    font-size: 1.8rem;
    border-radius: 20px;
    padding: 2rem 15px;
  }
  .satei-txt span {
    font-size: 2rem;
  }
  .satei-txt02 {
    margin-top: 2rem;
  }
  .selling {
    padding: 1px 10px 2.5rem;
  }
  .step div {
    padding: 10px;
    padding-right: 0;
    font-size: 14px;
  }
  .banner {
    margin-top: 2.5rem;
  }
  .land-tr {
    padding: 5rem 10px;
  }
  .c-card .btn-wrap {
    gap: 1rem;
  }
  .faq-txt {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 3rem;
  }
  .thumbnail-slider {
    margin-bottom: 4rem;
  }
  .sub-single .table01 {
    padding-top: 1rem;
  }
  .sub-single .c-heading03 span {
    font-size: 1.6rem;
    padding-left: 1.4rem;
  }
  .single-ttl {
    margin-top: 3rem;
  }
  .greet-logo {
    margin-bottom: 2rem;
  }
  .greet-logo {
    width: 230px;
  }
  .representative-grid h2 {
    margin-top: 2rem;
  }
  .p-home-aboutus p {
    margin-top: 1.5rem;
  }
  .cont-grid.-re {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .cont-grid .c-heading01 {
    margin-bottom: 2rem;
  }
  .sale-grid {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .sale-item-ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .sale-item-ttl02 {
    margin-top: 2rem;
  }
  .assessment {
    padding: 6rem 0;
    margin-top: 6rem;
  }
  .ass-grid {
    margin-top: 4rem;
  }
  .assessment::before {
    height: 33%;
  }
  .cont-grid {
    margin-top: 6rem;
  }
  .p-home-sec02 .c-heading01 {
    font-size: 2.4rem;
  }
  .cont-items {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 7rem;
    padding: 15px;
  }
  .cont-item.-middle,
  .cont-item.-row {
    margin-top: 0;
  }
  .cont-item img {
    aspect-ratio: 3 / 2;
  }
  .cont-item h3 {
    font-size: 2.2rem;
    margin: 2rem 0 1.5rem;
  }
  .flow {
    padding: 6rem 15px;
  }
  .flow-inner {
    padding: 0 15px 6rem;
  }
  .flow-ttl div {
    font-size: 2.4rem;
  }
  .flow-ttl img {
    width: 40px;
  }
  .step-title {
    font-size: 2rem;
  }
  .step-card {
    padding: 15px 0;
  }
  .step-digit {
    font-size: 3rem;
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4rem;
  }
  .step-header {
    gap: 1rem;
  }
  .step-number {
    gap: 3px;
  }
  .step-label {
    font-size: 12px;
  }
  .step-content {
    padding: 15px 8px 15px 18px;
  }
  .step-description {
    padding: 12px 0px 12px 24px;
  }
  .works-tab-btn {
    font-size: 2rem;
  }
  .works-tabs {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
  .works {
    padding: 6rem 0;
  }
  .works-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 1rem;
  }
  .works-title {
    font-size: 14px;
    margin-top: 1rem;
  }
  .loan-sim-container {
    padding: 0;
  }
  .loan-sim-button {
    padding: 1.8rem 10rem;
    margin-top: 3rem;
  }
  .loan-sim-table th,
  .loan-sim-table td {
    font-size: 1.6rem;
  }
  .loan-sim-table td {
    padding: 2rem 0;
  }
  .loan-sim-table td.result {
    font-size: 1.8rem;
    padding-right: 1rem;
  }
  .loan-txt {
    margin-bottom: 3rem;
  }
  .sub-archive-news__wrapper .c-news__body {
    display: grid;
    gap: 1rem;
  }
  .c-news__link {
    padding: 2rem 0;
  }
  .c-news {
    margin-top: 0;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .loan-sim-body {
    padding: 0;
  }
  .loan-sim-form-flex {
    display: block;
  }
  .loan-sim-form-group {
    padding: 2rem 0;
  }
  .minsa {
    width: 300%;
  }
  .p-home-aboutus::before {
    width: 100vw;
    height: 80vw;
  }
  .service-link {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .service {
    padding: 4rem 15px;
  }
  .service .inner {
    margin-top: 4rem;
    padding: 3rem 1.6rem;
  }
  .service-txt span {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .service-txt {
    line-height: 1.5;
  }
  .service-link-body h3 {
    font-size: 2.4rem;
  }
  .service-link-body {
    padding: 2rem 15px;
  }
  .service-link-body p {
    line-height: 1.5;
  }
  .home-news::after {
    width: 100vw;
    height: 100vh;
  }
  .c-card .row {
    padding-bottom: 1rem;
  }
  .home-news02 {
    padding: 3rem 0;
  }
  .company-img {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .recruit-body h3 {
    font-size: 2.8rem;
  }
  .recruit-body div {
    font-size: 2rem;
  }
  .c-table02 th {
    width: 23vw;
  }
  .page-links {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 3rem;
    padding-bottom: 3rem;
  }
  .page-links a {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .service-sec01 {
    padding: 4rem 0 8rem;
  }
  .service-sec01::before,
  .service-sec04::before,
  .estate-sec01::after {
    width: 100vw;
    height: 100vw;
  }
  .service-catch {
    font-size: 2.6rem;
  }
  .ttl-sub {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .service-list {
    grid-template-columns: 1fr;
  }
  .service-list li {
    gap: 1.5rem;
  }
  .service-list li img {
    width: 45px;
  }
  .service-list li {
    padding: 1rem;
  }
  .c-text.-service02 span {
    font-size: 2.4rem;
  }
  .service-sec03 {
    padding: 4rem 0;
  }
  .service-sec04 {
    padding-top: 6rem;
  }
  .page-links.-estate {
    grid-template-columns: 1fr;
  }
  .estate-sec01 {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .estate-sec02 {
    padding-bottom: 0;
  }
  .estate-sec01::before,
  .estate-sec02::before {
    width: 60vw;
    height: 60vw;
    bottom: 6%;
  }
  .faq {
    padding-bottom: 6rem;
  }
}
/* mq */
