@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 エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-page
----------------------------------- */
.l-page-cover__ttl {
  text-align: left;
  color: #06AEBC;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}
.header-sp .nav-drawer__list {
  color: #333;
}
.header-sp .nav-drawer__btn {
  background: #F28334;
  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: #06AEBC;
}
/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #06AEBC;
  font-size: 9vw;
  font-weight: bold;
  line-height: 1.45;
	text-transform: uppercase;
}
.c-heading01.-or {
  color: #ED6400;
}
.c-heading01 span {
  display: block;
  color: #000;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 800;
  font-family: "Figtree", "Noto Sans JP", sans-serif;

}
.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, #06AEBC 0%, #d74489 100%)),
    to(#a7cb20)
  );
  background: linear-gradient(135deg, #06AEBC 0%, #d74489 100%) 0%;
  padding: 1.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
}

.c-heading03 {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  border-bottom: 2px solid #06AEBC;
}

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

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

.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: #06AEBC;
  border-radius: 10px;
  position: relative;
}
.btn.-color.-or {
  background: #ED6400;
  border: 1px solid #ED6400;
}
.btn.-color:hover {
  color: #06AEBC;
}
.btn.-color.-or:hover {
  color: #ED6400;
}
.btn.-color::before {
  content: "";
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
  left: auto;
  background-image: url(../img/common/arrow-wh.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.btn.-color:hover::before {
  background-image: url(../img/common/arrow-bl.svg);
  z-index: 1;
}
.btn.-color.-or:hover::before {
   background-image: url(../img/common/arrow-or.svg);
}

/* --------------------------------
c-card
----------------------------------- */
.c-card .label {
  background-color: #F28334;
  color: #fff;
}
.c-card .checkpoint {
  background-color: #06AEBC;
}

/* --------------------------------
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: #06AEBC;
}
.c-table02 td span {
  display: block;
}

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

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

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

/* --------------------------------
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: #ecf7f8;
  background-image: url("../img/common/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: #06AEBC;
    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: #06AEBC;
  font-weight: 700;
}

.p-management-sec .comment {
  font-size: 5vw;
  position: relative;
  color: #06AEBC;
  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: #F28334;
  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: #06AEBC;
}

.sub-single__title {
  color: #333;
}
.sub-single__main {
  border-top: 1px solid linear-gradient(135deg, #06AEBC 0%, #d74489 100%);
}

.sub-single-property .sub-single__main p {
  background-color: #FFF7DE;
}
.sub-single-property .property-slider__arw {
  background-color: #06AEBC;
}
.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: #06AEBC;
  font-weight: 700;
}
.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: #06AEBC;
}
.sub-single-property .info .table02 .row .body a {
  color: #06AEBC;
  text-decoration: underline;
}

.p-contact-sec01 .sub-contact__tel {
  color: #06AEBC;
}
.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: #F28334;
  color: #fff;
}
.p-contact-sec01 .sub-contact__item dt .required.gray {
  background-color: #adadad;
  color: #fff;
}
.p-contact-sec01 .sub-contact__submit input {
  background: #F28334;
}

.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: 3rem;
  }
  .header__link {
    color: #fff;
  }
  .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: 4.8rem;
  }
  .c-heading01 span {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .c-heading03 {
    font-size: 2.5rem;
  }
  .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: #06AEBC;
    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;
}
.representative-grid h2 {
  font-size: 3rem;
  color: #000;
  font-weight: 600;
	margin-top: 4rem;
	text-align: right;
}
.profile {
  margin-top: 3rem;
  text-align: left;
}
.profile h4 {
  width: 11rem;
  font-size: 2rem;
  color: #06AEBC;
  font-weight: 600;
}
.profile p {
  line-height: 1.5;
  margin-top: 1.5rem;
}
.representative-grid-text {
  line-height: 1.5;
}
.representative-text {
  line-height: 1.7;
  padding: 3rem;
  background-color: #f9f6f9;
  margin-top: 2rem;
}
.print,
.print-title {
  display: none;
}
.footer_top {
  background: #FFF9E9;
	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: #06AEBC;
  font-size: 16px;
}
.baseball-img {
  margin-top: 4rem;
}
.baseball-text {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
  color: #06AEBC;
}
.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: #06AEBC;
}
.message {
  padding: 4rem 3rem;
  background: #fff;
  text-align: center;
  margin-top: 6rem;
}
.message h3 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #06AEBC;
  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: #ecf7f8;
  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: #06AEBC;
  font-size: 2rem;
}
.sale-feature p {
  text-align: left;
  margin-top: 1.5rem;
  line-height: 1.5;
}
.p-buying-sec02 {
  background: #ecf7f8;
  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: #06AEBC;
  text-align: center;
  padding: 0 10px 7px;
  display: inline-block;
  background-image: linear-gradient(135deg, #06AEBC 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: 100vh;
/*  aspect-ratio: 857 / 524;*/
  width: 100%;
}
.l-page-cover__ttl {
  font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
}
.l-page-cover__ttl span {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.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: #06AEBC;
  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__catch img {
  max-width: 30vw;
  margin-left: 4rem;
}
.home-mv__banner img {
  max-width: 40vw;

}
.home-mv-banner {
  position: absolute;
  bottom: 10%;
  right: 5vw;
  left: auto;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border: 1px solid #06AEBC;
  max-width: 700px;
  margin: 2rem auto 0;
 padding: 15px;
}

.baseball-member-ttl {
  font-size: 2rem;
  color: #06AEBC;
  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: 3.2rem;
  }
  .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;
  }
  .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: 2rem auto;
	  padding: 10px;
  }
  .home-mv {
    padding-top: 14vw;
  }
  .nav-drawer__link {
    text-align: left;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #06AEBC;
  }
  .nav-drawer__link::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  background-image: url(../img/common/arrow-bl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  }
  .l-page-cover__ttl span {
    font-size: 7vw;
  }
  .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: 87vw;
    margin-left: 4vw;
  }
  .home-mv__text {
    top: 35%;
  }
	.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;
        margin: 1rem auto 0;
    }
	.sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 60px;
    bottom: 0;
    z-index: 2;
    background: #fff;
    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: 12px 0 10px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #fff;
    background: #06AEBC;
    position: relative;
		margin: 5px;
}
	.sp_cta a::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/tel-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.1rem;
    left: 2rem;
    width: 2rem;
    height: 2rem;
}
	.sp_cta a span {
    font-weight: 700;
}
	.sp_cta a:last-child {
    background: #F28334;
}
	.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: 1rem;
    left: 2rem;
    width: 2.5rem;
    height: 2.5rem;
}
}

/*footer*/
.footer__link img {
    width: 20px;
}
.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: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 4rem;
}
.footer_flex .left, .footer_flex .right {
    width: calc((100% - 30px) / 2);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.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-top: 2rem;
		text-align: center;
		line-height: 1.5;
}

.tel_link img {
    width: 3rem;
}
.tel__link {
    color: #06AEBC;
    font-weight: 700;
    font-size: 4.8rem;
}
@media screen and (max-width: 1250px) {
	.tel__link {
    font-size: 3.5vw;
  }
}
.tel_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
.footer_flex .tel_text .text01 {
    font-size: 15px;
    margin-right: 2rem;
    padding: 0px 3px;
}
.footer_flex .mail {
    display: block;
    background:#fff;
    color: #06AEBC;
    width: 330px;
    max-width: 100%;
    border-radius: 50px;
    text-align: center;
    padding: 25px 10px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}
.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: .3s;
}
.left_bottom a:hover {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0.6;
    transform: scale(0.95);
    transition-duration: .3s;
}
.left_bottom a p {
	margin-top: 0;
}
.footer_flex .tel_text .text02 {
	color: #06AEBC;
}
@media screen and (min-width: 768px) {
    .footer_flex .tel_text .text01 {
        font-size: 14px;
    }
	    .footer_flex .tel_text .text02 {
        font-size: 16px !important;
    }
	    .btn::before, .btn::after {
        -webkit-transition: all .3s;
        transition: all .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 {
    grid-template-columns: 1fr;
}
	.footer-left_ttl {
    margin: 20px 20px;
    padding: 10px 60px;
    font-size: 1.8rem;
}
}
/*下層ページ*/
.l-page-cover:after {
    content: "";
    position: absolute;
    background: #06AEBC;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.4;
}

/*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 .3s;
    transition: opacity .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-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: 1.8rem;
    padding: 1.5rem 0 1.5rem 0;
}
}

/*----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: #06AEBC;
    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: .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: #ecf7f8;
    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: #F28334;
  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 #F28334;
  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: #06AEBC;
}

.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: #06AEBC;
    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: #06AEBC;
  border: 2px solid #06AEBC;
  font-size: 2rem;
  font-weight: bold;
  transition: all 0.3s; /* 追加: ボタンのホバー時の変化もスムーズに */
}

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

.tab-button.active {
  background-color: #06AEBC;
  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;
}

@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 #06AEBC;
}
.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: #ecf7f8;
	color: #06AEBC;
}
.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 #06AEBC;
}
.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: #06AEBC;
	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 #06AEBC;
}
.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: #06AEBC;
	margin: 1.5rem 0 1rem ;
	display: inline-block;
	border-top: none !important;
}
.assessment-cat__btn{
	color: #fff;
	background: #F28334;
	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;
	}
/* 	.sub-archive__category-name {
		display: none;
	} */
	.assessment__toggle-btn {
		padding: 10px 1rem;
		text-align: center;
		background: #06AEBC;
		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: #06AEBC;
	color: #fff;
	font-weight: bold;
	padding: 1rem 2rem;
}
.sub-single__main h3 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 4px solid #06AEBC;
	color: #06AEBC;
	padding-bottom: 1rem;
    line-height: 1.5;
}
.sub-single__main h4 {
	border-left: 4px solid #06AEBC;
	font-weight: bold;
	font-size: 20px;
	color: #06AEBC;
	background: #ecf7f8;
	padding: 5px 2rem;
	width: 100%;
}
.sub-single__main h5 {
	font-size: 18px;
	font-weight: bold;
	color: #06AEBC;
}
.wp-block-list {
	background: #f3f7fa;
	padding: 2rem;
}
.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 {
	background-image: url(../img/home/aboutus-bg.jpg);
	text-align: center;
	padding-top: 10rem;
	padding-bottom: 7.5rem;
	margin-top: 6rem;
	background-size: cover;
	background-position: center;
}
.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: #F28334;
}
.home-news__btn a {
	padding: 25px 0;
	margin: 5px;
}
.home-news__btn a:nth-child(2) {
	background-color: #fff;
	color: #06AEBC;
}
.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: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	color: #06AEBC;
	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: #F28334;
	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: #ecf7f8;
	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;
  text-align: center;
}
.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: #06AEBC;
	padding: 2.2rem;
	margin-top: 15px;
}
.flow {
	margin-top: 3rem;
}
.step {
	display: grid;
	grid-template-columns: 25% 75%;
	height: 7rem;
	background: #fff;
	border: 1px solid #06AEBC;
}
.step div{
	background: #06AEBC;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.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: 18px;
	font-weight: 600;
}
.flow .arrow {
	width: 38px;
	height: 38px;
	margin: 7px auto 10px;
}
.selling .p-home-flow__grid h4 {
	background: #F28334;
}
.selling .step div {
	background: #F28334;
}
.selling .step {
	border: 1px solid #F28334;
}
.p-home-flow__grid .selling h4 { 
	background: #F28334;
}
.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 10px;
}
.news-inner {
	display: grid;
	grid-template-columns: 20% 78%;
	max-width: 95rem;
	margin: auto;
	gap: 2rem;
}
.p-home-news {
	padding: 6rem 15px 8rem;
	background: #ecf7f8;
}
.news-btn a{
max-width: 188px;
width: 100%;
padding: 1.5rem;
margin-top: 4rem;
}
.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_txt {
	color: #fff;
	margin-top: 3rem;
	line-height: 1.5;
	text-align: center;
	padding: 0 15px;
}
.sub-archive-news__wrapper .c-news__body {
	grid-template-columns: 1fr;
	gap: 1rem;
}
.overview {
	background: #ecf7f8;
	padding-bottom: 8rem;
}
.company-table {
	margin-top: 4rem;
}
.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 #F28334;
}
.direction {
	padding: 6rem 15px 5rem;
}
.directions-grid {
	margin-top: 6rem;
}
.greet-logo {
	max-width: 400px;
	margin: auto;
	margin-bottom: 2rem;
}
.sale-flow {
  padding: 8rem 0;
}
.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: #06AEBC;
}
#tab2 .sub-contact__item dt {
	width: 23.3rem;
}
.privacy-policy {
	height: 200px;
	max-width: 90rem;
	width: 100%;
	padding: 0 2em 2em 1em;
	border: 2px solid #9da3a7;
	overflow-y: scroll;
	text-align: left;
	font-size: 14px;
	background-color: #fff;
	color: #141414;
	margin: 6rem auto 10rem;
}

.privacy-policy__head {
	margin-top: 14px;
	margin-bottom: 2px;
	font-weight: 700;
}

.privacy-policy p {
	line-height: 1.5;
}
.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: #FFF9E9;
}
.sub-archive-proprty .sub-archive__category-name {
	background: #fff;
	font-size: 2.4rem;
	color: #F28334;
}
.sub-archive-proprty .cat-wrap02 .sub-archive__category-name {
	color: #06AEBC;
}
.sub-archive-proprty .c-card:hover {
	opacity: 0.7;
}
.c-card:hover .btn.-color {
	color: #06AEBC;
	background: #fff;
}
a.home-mv__slide {
	transition: all 0.3s;
}
a.home-mv__slide:hover {
	opacity: 0.7;
}
.sale-catch-img {
/* 	max-width: 800px; */
	margin: 3rem auto;
}
@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: 23px;
	padding-left: 2px;
}
.step p {
	text-align: left;
	line-height: 1.5;
}
.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;
}
.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 #F28334;
}
.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;
}
.footer__list {
	gap: 1rem;
}
.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;
}
.sub-contact__pp {
	padding: 0 15px;
}
.nav-drawer__banner {
	max-width: 300px;
	margin: 7vw auto 0;
}
	.nav-drawer__banner + .nav-drawer__banner {
		margin-top: 1rem;
	}
.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;
}
.c-news__img {
	width: 40%;
}
}
.about {
  position: relative;
  background-image: url(../img/common/bg.png);
  text-align: center;
  padding: 8rem 0 10rem;
  background-size: cover;
  background-position: center;
}
.about-illust {
  position: absolute;
  max-width: 25vw;
  top: 0;
  right: 0;
}
.about-catch {
  font-size: 4.8rem;
  font-weight: bold;
}
.about-txt {
  text-align: center;
  line-height: 2;
  margin-top: 4rem;
}
.about-btns {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about-btns a {
  transition: all 0.3s;
}
.about-btns a:hover {
  opacity: 0.7;
}
.grid-col02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}
.grid-col02_text {
  line-height: 2;
}
.service {
  padding: 9rem 0 8rem;
}
.service-grid01 {
  margin-top: 4rem;
  align-items: end;
	max-width: 160rem;
	margin: auto;
}
.service-ttl span{
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem 3rem;
  background: #06AEBC;
  display: inline-block;
  margin-top: 1rem;
}
.service-ttl {
  display: block;
  background: #fff;
  color: #06AEBC;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.service-ttl .num {
  font-size: 3rem;
  padding-left: 1rem;
  display: inline-block;
}
.service-grid-body {
  max-width: 520px;
  margin-left: auto;
}
.service-grid01 {
  gap: 4rem;
}
.service-catch {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
  color: #06AEBC;
}
.service-txt {
  line-height: 2;
  margin-top: 3rem;
}
.service-links {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}
.service-links a {
  transition: all 0.3s;
}
.service-links a:hover {
  opacity: 0.7;
}
.service-lead {
  background: #06AEBC;
  padding: 5rem 9rem 6rem;
  border-radius: 20px;
  margin-top: 6rem;
}
.service-lead-catch {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}
.service-lead-txt {
  margin-top: 3rem;
  line-height: 2;
  color: #fff;
}
.service-lead-img {
  margin-top: 4rem;
}
.c-card__excerpt {
  margin-top: 1rem;
  line-height: 2;
}
.c-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.8; /* ここ調整OK */
  max-height: calc(1.8em * 2); /* line-height × 行数 */
}

.c-card__btn a {
  color: #06AEBC;
  background: #fff;
  border-radius: 4px;
  padding: 8px 1rem;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #06AEBC;
  transition: all 0.3s;
}
.c-card__btn a:hover {
  background: #06AEBC;
  color: #fff;
}
.c-card__ttl {
  font-weight: 500;
}
.case {
  padding-bottom: 10rem;
  border-radius: 0 0 100px 100px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.service-bg {
  margin-top: -12rem;
}
.service-grid02 {
  gap: 4rem;
  align-items: end;
	max-width: 160rem;
	margin: auto;
}
.service-grid02 .service-grid-body {
  margin-left: 0;
}
.service-grid02 .service-ttl {
  color: #ED6400;
}
.service-grid02 .service-ttl span {
  background: #ED6400;
}
.service-grid02 .service-catch {
  color: #ED6400;
}
.c-card__img-wrap {
  position: relative;
}
.c-card__case-name {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(237, 100, 0, 0.63);
  padding: 2rem 1rem;
  width: 100%;
}
.row.-price .label {
  background: none;
  color: #858585;
  font-weight: bold;
  font-size: 14px;
}
.row.-price .right {
  text-align: right;
}
.row.-price .right .text {
  font-size: 4.5rem;
  font-weight: bold;
}

.row.-price .right .text span {
  font-size: 2rem;
  padding-left: 1rem;
  font-weight: bold;
}
.c-card .row.-price {
  align-items: baseline;
}
.footer_flex .box01 {
  background: #fff;
  padding: 4.6rem 1rem;
  border-radius: 20px;
  border: 1px solid #06AEBC;
}
.footer_flex .box02 {
  background: #06AEBC;
  padding: 4.6rem 1rem;
  border-radius: 20px;
}
.footer_flex .box03 {
  background: #ED6400;
  padding: 4.6rem 1rem;
  border-radius: 20px;
}
.footer_flex .box02 .footer-ttl,
.footer_flex .box03 .footer-ttl {
  color: #fff;
}
.footer_flex .box02 .footer-btn,
.footer_flex .box03 .footer-btn {
  max-width: 372px;
  margin: 3rem auto 0;
  transition: all 0.3s;
}
.footer-btn:hover {
  opacity: 0.7;
}
.footer-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-inner {
  max-width: 1352px;
}
.footer_left_contents {
    width: 100%;
    display: flex;
    gap: 5rem;
    flex-direction: column-reverse;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
}
.footer_rigth_contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
h3.footer_ttl {
    color: #06AEBC;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 2.4rem;
}
.footer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-template-columns: 1fr;
    gap: 2rem;
    justify-items: start;
    align-items: end;
}
.footer__list li {
    width: 100%;
    position: relative;
}
li.footer__item::before {
    content: "-";
    color: #02B7DF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.footer_group {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 0.7fr;
    justify-content: space-between;
    margin-top: 2rem;
}
.footer__link img {
    width: 3rem;
    display: inline;
}
.footer__link {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 2rem;
    position: relative;
}
.footer__btn.-toyopla {
    background: #06AEBC;
    color: #fff;
    border: 1px solid #06AEBC;
}
.footer__btn {
    background: #F3EEE6;
    color: #06AEBC;
    padding: 2.8rem 2rem;
    border-radius: 10px;
    text-align: center;
    max-width: 450px;
    width: 100%;
    border: 1px solid #F3EEE6;
    transition: all 0.3s;
}
.footer__btn span::before {
    content: "";
    width: 13.5px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url(../img/common/arrow-bl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.footer__btn.-toyopla span::before {
  background-image: url(../img/common/arrow-wh.svg);
}
.footer__btn span {
    padding-right: 3.5rem;
    position: relative;
}
.footer__btn.-toyopla:hover {
    color: #06AEBC;
}
.footer__btn:hover {
    background: #fff;
    color: #06AEBC;
}
.footer__btn.-toyopla:hover span::before {
    background-image: url(../img/common/arrow-bl.svg);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 4rem;
}
.header {
  transition: all 0.3s;
}
.header.scrolled {
  background: #fff;
}
.header.scrolled .header__tel {
    color: #3e2c28;
}
.header.scrolled .header__time_contents {
    color: #3e2c28;
}
.header.scrolled .header__link {
    color: #141414;
}
.header.scrolled .header__tel::before {
    background-image: url(../img/common/tel-color.svg);
}
.logo-wh {
  display: block;
}
.logo-bk {
  display: none;
}
.header.scrolled .logo-wh {
  display: none;
}
.header.scrolled .logo-bk {
  display: block;
}
.single .btn.-color::before {
  content: none;
}
.contact_banner {
  margin-top: 4rem;
}
.contact-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
.access {
  padding: 8rem 0 10rem;
}
.cat_jirei .c-tag {
  background: #06AEBC;
  color: #fff;
  border: 1px solid #06AEBC;
}
.cat_satei .c-tag {
  background: #ED6400;
  color: #fff;
  border: 1px solid #ED6400;
}
.about-list {
  margin-top: 3rem;
}
.about-list li {
  position: relative;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.about-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background: #08aebc;
  position: absolute;
  top: 1px;
  left: 0;
}
.aboutBox:nth-child(even) .about-list {
  max-width: 575px;
  margin-left: auto;
  padding-left: 2rem;
}
.sale-feature img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}


.tab__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 4rem;
}

.tab__btn {
  flex: 1 1 0;
  text-align: center;
  padding: 2rem 1rem;
  background: #fff;
  border: 1px solid #06AEBC;
  cursor: pointer;
  transition: all 0.3s;
  color: #06AEBC;
  border-radius: 10px 10px 0 0;
  font-size: 2rem;
  font-weight: bold;
}

.tab__btn.is-active {
  background: #06AEBC;
  color: #fff;
  border-color: #06AEBC;
}

.tab__content {
  display: none;
}

.tab__content.is-show {
  display: block;
}
/* --------------------------------
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: #fff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  position: relative;
}
.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: #08aebc;
  font-weight: 900;
}
.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: 4px solid #08aebc;
  border-right: 4px solid #08aebc;
  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: #fff;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 1.5;
}
.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: #ED6400;
  font-weight: 900;
}
.accordion-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.accordion-item + .accordion-item {
  margin-top: 2rem;
}
.faq.inner {
  max-width: 1000px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background: #FFF9E9;
}
.accordion {
  background: #08aebc;
  padding: 3rem;
  border-radius: 0 0 20px 20px;
}
.tab__btn02 {
  border-color: #ED6400;
  color: #ED6400;
}
.tab__btn02.is-active,
.tab__btn02:hover {
  background: #ED6400;
  color: #fff;
  border-color: #ED6400;
}
.tab__btn01 {
  border-color: #69b166;
  color: #69b166;
}
.tab__btn01.is-active,
.tab__btn01:hover {
  background: #69b166;
  color: #fff;
  border-color: #69b166;
}
#tab1 .accordion {
  background: #69b166;
}
#tab2 .accordion {
  background: #ED6400;
}
.worries {
    color: #262830;
    /* background-image: url(../img/sub/service/bg.png); */
		background: #ecf7f8;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: cover;
    background-position: top right;
}
.worries h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.worries h2 span {
    position: relative;
    display: inline-block;
		font-weight: 600;
}
.worries h2 span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #f9d63f;
    border-radius: 50%;
    z-index: 1;
}
.worries-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.4rem;
    margin-top: 3rem;
}
.worries-text {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    line-height: 1.5;
}
.answer-text {
  background: #f28335;
  padding: 3rem 1rem;
  border-radius: 10px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  margin: 4rem 2rem 0;
}
.answer-text span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.speech-inner {
    margin-top: 3rem;
    max-width: 800px;
}
.speech-bubble.left {
    margin-left: 20px;
}
.speech-bubble.right {
    margin-left: auto;
    margin-right: 20px;
    text-align: right;
}
.speech-bubble {
    position: relative;
    background: #06AEBC;
/*     border: 3px solid #072a60; */
    border-radius: 10px;
    padding: 15px;
    max-width: 560px;
    margin: 20px;
    font-size: 24px;
    color: #072a60;
    font-weight: 600;
}
.speech-bubble.left:before {
    content: "";
    position: absolute;
    display: block;
    width: 4.5rem;
    height: 1.125rem;
    background-size: cover;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: middle;
    background-image: url(../img/sub/inheritance/fukidasi.svg);
    left: -2.8rem;
    transform: rotate(-90deg);
}
.speech-bubble.right:before {
    content: "";
    position: absolute;
    display: block;
    width: 4.5rem;
    height: 1.125rem;
    background-size: cover;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: middle;
    background-image: url(../img/sub/inheritance/fukidasi.svg);
    right: -3.15rem;
    transform: rotate(90deg);
}
.speech-bubble p {
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.worries-text {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
}
.-answer-grid {
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: center;
	position: relative;
}
.support {
  padding: 8rem 0;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}
.grid-item {
  padding: 2rem;
  background: #ecf7f8;
  border-radius: 10px;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
.grid-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
.grid-col03 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
}
.aboutBox__btn {
  max-width: 575px;
  margin-left: auto;
  padding-left: 2rem;
  margin-top: 4rem;
}
.sale01 {
	padding: 6rem 0;
	background: #ecf7f8;
}
.feature-grid {
	max-width: 80rem;
	margin: auto;
}
/* mq */
@media screen and (max-width: 767px) {
	.grid-col02 {
	grid-template-columns: 1fr;
	gap: 1rem;
	}
  .accordion {
    padding: 1.6rem;
  }
  .accordion .js-accordion-title {
    padding: 4px 18px 15px;
  }
  .accordion .js-accordion-title span {
    margin-left: 2rem;
  }
  .accordion .js-accordion-title::before {
    font-size: 2.3rem;
    left: 1.2rem;
    top: 1rem;
  }
  .accordion .js-accordion-title i.arrow {
    right: 11px;
    border-top: 3px solid #08aebc;
    border-right: 3px solid #08aebc;
  }
  .accordion .js-accordion-title span {
    font-size: 14px;
  }
    .accordion-content {
    padding: 15px 10px;
    padding-left: 4rem;
    font-size: 15px;
  }
  .tab__btn {
    font-size: 1.5rem;
    padding: 1rem 5px;
    line-height: 1.3;
  }
  .accordion-content::before {
    font-size: 2.4rem;
    left: 1.2rem;
  }
  .tab__buttons {
    gap: 1px;
  }
  /* .tab__buttons {
    flex-direction: column;
  }
  .tab__btn {
    width: 100%;
    border-radius: 10px;
  } */
  .home-mv__banner img {
    max-width: 90vw;
  }
  .home-mv-banner {
    bottom: 20%;
  }
  .about-illust {
    max-width: 45vw;
  }
  .about-catch {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .about {
    padding: 6rem 0;
  }
  .about-txt {
    margin-top: 2rem;
  }
  .about-btns {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .service {
    padding: 6rem 0;
  }
  .service-grid01 {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .service-grid01 .service-grid-body{
    padding: 0 1.6rem;
  }
   .service-grid-img01 {
    padding-left: 15px;
   }
   .service-grid-img01 img,
     .service-grid-img02 img {
    aspect-ratio: 3 / 2;
    border-radius: 20px 0 0 20px;
    object-fit: cover;
   }
   .service-ttl span {
    font-size: 2.8rem;
    padding: 1rem 1.5rem;
   }
   .service-catch {
    font-size: 2.4rem;
    padding-left: 4px;
   }
   .service-catch {
    font-size: 2.2rem;
    margin-top: 1rem;
   }
   .service-txt {
    margin-top: 1rem;
   }
   .service-lead {
    padding: 2rem 1.6rem;
   }
   .service-lead-catch {
    font-size: 2.2rem;
    line-height: 1.5;
   }
   .service-lead-txt {
    margin-top: 2rem;
   }
   .service-lead-img {
    margin-top: 2rem;
   }
   .home-case .c-card {
    grid-template-columns: 1fr;
   }
   .case {
    padding-bottom: 6rem;
    border-radius: 0 0 30px 30px;
   }
   .service-bg {
    margin-top: -9rem;
   }
   .service-grid-img02 {
    padding-right: 1.6rem;
   }
   .service-grid02 .service-grid-body {
    padding: 0 1.6rem;
   }
   .row.-price .right .text {
    font-size: 3.5rem;
   }
   .c-card .row {
    padding: 1rem 0;
   }
   .footer_flex .box01,
   .footer_flex .box02,
   .footer_flex .box03 {
    padding: 2.6rem 1rem;
   }
   .footer_flex .box02 .footer-btn, .footer_flex .box03 .footer-btn {
    margin-top: 2rem;
   }
   .footer-nav {
    flex-direction: column;
    gap: 2rem;
   }
   .footer_group {
    grid-template-columns: 1fr;
   }
   .footer__list {
    gap: 2rem;
   }
   h3.footer_ttl {
    text-align: left;
    margin-bottom: 1.5rem;
   }
   .footer__list.-blue {
    gap: 1rem;
   }
   .footer-bottom {
    flex-direction: column;
   }
   .nav-logo {
    padding: 0 15px;
    max-width: 30rem;
    margin: 0 auto 1rem;
   }
   .c-heading-center {
    margin-top: 4rem;
   }
   .aboutBox:nth-child(odd) .about_pic img,
   .aboutBox:nth-child(odd) .about_body {
    border-radius: 20px;
   }
   .aboutBox:nth-child(even) .about_pic img,
   .aboutBox:nth-child(even) .about_body {
    border-radius: 20px;
   }
   .about-list li {
    line-height: 1.2;
   }
   .about-list li::before {
    top: 3px;
    width: 12px;
    height: 12px;
   }
   .aboutBox:nth-child(odd) .about_body {
    border-radius: 0 0 20px 20px;
   }
   .aboutBox:nth-child(even) .about-list {
    padding-left: 0;
   }
   .sale-flow {
    padding: 6rem 0;
   }
   .p-home-flow-txt {
    margin: 2rem auto;
   }
   .worries h2 {
    font-size: 2.2rem;
   }
   .worries-items {
    grid-template-columns: 1fr;
    gap: 2rem;
   }
   .speech-bubble {
    font-size: 1.8rem;
   }
   .answer-text {
    margin: 0 1.6rem;
   }
   .answer-text span {
    font-size: 1.8rem;
   }
   .contact-access {
    grid-template-columns: 1fr;
    gap: 2rem;
   }
}
/* mq */