@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: #000000;
}

/* --------------------------------
header
----------------------------------- */
.header-sp__top {
  height: 14vw;
}

.header-sp__logo {
  width: 50vw;
}

.header-sp .nav-drawer__list {
  color: #333;
}

.header-sp .nav-drawer__btn {
  background: #472e1f;
  color: #fff;
  font-weight: 500;
  width: 70vw;
  border-radius: 2vw;
}

.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: #f29700;
  border-radius: 50px;
  /* margin: 2vw; */
}

.header-sp.scrolled {
  background: #000000b8;
  transition: all 0.3s;
  backdrop-filter: blur(8px);
}

.header-sp.scrolled .hamburger {
  background: transparent;
}

/* --------------------------------
c-heading
----------------------------------- */
.c-heading01 {
  color: #000;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1.45;
  text-transform: capitalize;
  font-family: "Zen Kaku Gothic New";
}
.p-company-sec01 .c-heading01 {
  font-family: "Kumbh Sans";
}

.c-heading01 span {
  display: block;
  color: #000;
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}

.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, #000000 0%, #d74489 100%)),
    to(#a7cb20)
  );
  background: linear-gradient(135deg, #000000 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 #000000;
}

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

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

.btn:hover {
  color: #fff;
}

.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: #472e1f;
  border-radius: 50px;
}

.btn.-color:hover {
  color: #fff;
}

/* --------------------------------
c-card
----------------------------------- */
.c-card .label {
  background-color: #000000;
  color: #fff;
}

.c-card .checkpoint {
  background-color: #000000;
}

/* --------------------------------
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;
  margin-top: 3rem;
}

.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: #f29700;
}

.c-table02 td span {
  display: block;
}

/* --------------------------------
pagination
----------------------------------- */
.pagination .page-numbers {
  border: 1px solid #472e1f;
  color: #472e1f;
}

.pagination .page-numbers.current {
  /* background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#009886),
    to(#82b31a)
  ); */
  background: #472e1f;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  border: 1px solid #472e1f;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers {
  color: #472e1f;
}

.pagination-wrapper .pagination-wrapper__sp.sp-only .page-numbers a {
  border: 1px solid #472e1f;
}

/* --------------------------------
footer
----------------------------------- */
.footer-contact {
  background: #edf8ff;
}

.footer-contact .right__map {
  margin-top: 5vw;
}

.footer-contact .left .tel__link {
  color: #000000;
}

.footer-contact .left .tel__opentime span {
  color: #000000;
}

.footer-contact .left .tel__opentime span:nth-of-type(1) {
  border: 1px solid linear-gradient(135deg, #000000 0%, #d74489 100%);
}

.footer__copyright {
  background: #fff;
  color: #000;
}

/* --------------------------------
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: #edf8ff;
  /* 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;
  color: #000;
  margin-bottom: 4rem;
  padding: 0;
}

.p-home-sec03 .home-shop__text {
  background: #000000;
  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: #000000;
  font-weight: 700;
}

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

.sub-single__title {
  color: #333;
}

.sub-single-property .sub-single__main p {
  background-color: #fff7de;
}

.sub-single-property .property-slider__arw {
  background-color: #000000;
}

.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: #000000;
  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: #000000;
}

.sub-single-property .info .table02 .row .body a {
  color: #000000;
  text-decoration: underline;
}

.p-contact-sec01 .sub-contact__tel {
  color: #000000;
}

.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: #f29700;
  color: #fff;
}

.p-contact-sec01 .sub-contact__item dt .required.gray {
  background-color: #adadad;
  color: #fff;
}

.p-contact-sec01 .sub-contact__submit input {
  background: #f29700;
}

.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: 2rem;
  }

  .header__link {
    color: #000000;
  }

  .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;
    justify-content: center;
  }

  .header__tel {
    color: #f29700;
  }

  .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;
  }
  .p-company-sec01 .c-heading01 {
    font-size: 6rem;
  }

  .c-heading01 span {
    font-size: 1.6rem;
    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: #000000;
    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: #000000;
  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: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  background-blend-mode: lighten;
  padding: 43px 0 43px;
  height: 100%;
  position: relative;
  border-radius: 10px;
	margin-top: -21rem;

  .ftrTit {
    display: flex;
    flex-direction: column;
    align-items: center;

    .en {
      font-size: 80px;
      font-weight: 500;
      text-transform: math-auto;

      @media screen and (max-width: 767px) {
        font-size: 50px;
      }
    }

    .jp {
      margin-top: 30px;
      font-size: 16px;
      font-weight: bold;

      @media screen and (max-width: 767px) {
        margin-top: 20px;
      }
    }
  }

  .sec_inner {
    margin-top: 40px;

    .footer_flex {
      grid-template-columns: 1fr 1fr;
      max-width: 860px;

      @media screen and (max-width: 767px) {
        gap: 20px;
        grid-template-columns: 1fr;
      }

      .right {
        overflow: hidden;
        height: 100%;
      }
    }
  }
}

.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: #000000;
  font-size: 16px;
}

.baseball-img {
  margin-top: 4rem;
}

.baseball-text {
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
  color: #000000;
}

.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: #000000;
}

.message {
  padding: 4rem 3rem;
  background: #fff;
  text-align: center;
  margin-top: 6rem;
}

.message h3 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #000000;
  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: #edf8ff;
  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: #000000;
  font-size: 2rem;
}

.sale-feature p {
  text-align: left;
  margin-top: 1rem;
  line-height: 1.5;
}

.p-buying-sec02 {
  background: #edf8ff;
  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: #000000;
  text-align: center;
  padding: 0 10px 7px;
  display: inline-block;
  background-image: linear-gradient(135deg, #000000 0%, #d74489 100%);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  /* 下線の太さ */
  background-position: bottom;
  /* 下線の位置 */
}

.p-company-sec01 {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background: #fff7e6;
}

.single-post .sub-single-property {
  padding-bottom: 6rem;
}

.sub-single-news {
  padding-bottom: 6rem;
}

.home-mv__slide img {
  height: 100%;
  /*  aspect-ratio: 857 / 524;*/
  width: 100%;

  @media screen and (max-width: 767px) {
    height: 80vh;
  }
}

.l-page-cover__ttl {
  color: #fff;
  font-size: 80px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
  padding: 20px;
  text-transform: math-auto;
	font-family: "Kumbh Sans", sans-serif;

  @media screen and (max-width: 767px) {
    font-size: 30px;
    text-align: center;
  }
}

.l-page-cover__ttl span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.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: #000000;
  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 {
}

.home-mv__catch img {
  max-width: 50vw;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border: 1px solid #000000;
  max-width: 700px;
  margin: 2rem auto 0;
  padding: 15px;
}

.grid-item {
  padding: 10px;
  text-align: center;
  color: #000000;
}

.baseball-member-ttl {
  font-size: 2rem;
  color: #000000;
  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: 8vw;
    text-align: center;
    margin: 0 2rem 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-top: 2rem;
    padding: 10px;
  }

  .home-mv {
    padding-top: 0;
  }

  .nav-drawer__link {
    text-align: left;
    position: relative;
    line-height: 1;
    border-bottom: 1px solid #000000;
  }

  .nav-drawer__link::after {
    content: "";
    position: absolute;
    right: 10px;
    /* Adjust the position as needed */
    top: 50%;
    transform: translateY(-50%);
    border: solid transparent;
    border-width: 5px 0 5px 8px;
    border-left-color: currentColor;
    /* Use the current text color */
    color: #000000;
  }

  .l-page-cover__ttl span {
    font-size: 3rem;

    @media screen and (max-width: 767px) {
      font-size: 18px;
    }
  }

  .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: 84vw;
  }

  .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*/

@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: #231f20;
    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 {
    color: #fff;
    background: #f29700;
    border-left: 2px solid #fff;
    text-transform: uppercase;
  }

  .sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.6rem;
    left: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/*footer*/
.footer__link img {
  width: 40px;
}

.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;
  justify-content: space-between;
  max-width: 1100px;
  margin: 45px auto 0;
  align-items: center;
}

.footer_flex .left,
.footer_flex .right {
  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-bottom: 6px;
  margin: 1rem 10rem;
  text-align: center;
  line-height: 1.5;
}

.tel_link img {
  width: 3rem;
}

.tel__link {
  color: #212121;
  font-weight: 700;
  font-size: 4.4rem;
  margin-bottom: 29px;
  margin-top: 2rem;
  font-family: "Kumbh Sans";
}
.footer-times {
  font-size: 12px;
  font-family: "Zen Kaku Gothic New";
}
.footer-times span {
  font-weight: bold;
  background: #231f20;
  padding: 5px 10px;
  color: #fff;
  margin: 0 14px;
  display: inline-block;
}
.tel_link {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-left: 10px;
}

.footer_flex .tel_text .text01 {
  font-size: 15px;
  margin-right: 0px;
  border: 1px solid #d74489;
  padding: 0px 3px;
}

.footer_flex .mail {
  display: block;
  background: #f29700;
  /* border: 1px solid #000000; */
  color: #fff;
  width: 330px;
  max-width: 100%;
  text-align: center;
  padding: 25px 10px;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  margin-top: 15px;
}

.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;
  height: 100%;
}

iframe {
  height: 24rem;
  height: 100%;
  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: #fff;
}

@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: 9vw;
    margin-bottom: 0;
  }

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

/*下層ページ*/

/*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: 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: #000000;
  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: #edf8ff;
  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: #000000;
  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 #000000;
  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: #000000;
}

.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: #000000;
  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: flex;
  justify-content: center;
  gap: 3rem;
  max-width: 1000px;
  margin: 45px auto 3rem;

  @media screen and (max-width: 768px) {
    display: flex;
    justify-content: center;
    gap: 2rem;

    @media screen and (max-width: 767px) {
      flex-direction: column;
    }
  }

  a {
    background-color: #fff;
    border-radius: 10px;
    width: 400px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;

    @media screen and (max-width: 768px) {
      width: 340px;

      @media screen and (max-width: 767px) {
        width: 100%;
        height: auto;
      }
    }

    img {
      width: 220px;
    }

    + a {
      img {
        width: 294px;
      }
    }
  }
}

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

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

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

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

.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: #edf8ff;
  color: #000000;
}

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

.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: #000000;
  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 #000000;
}

.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: #000000;
  margin: 1.5rem 0 1rem;
  display: inline-block;
  border-top: none !important;
}

.assessment-cat__btn {
  color: #fff;
  background: #000000;
  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: #000000;
    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: 1;
  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%;
  aspect-ratio: 3 / 2;
}

.sub-single li {
  list-style: disc;
}

.sub-single__main h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 4px solid #f2e5dc;
  padding-bottom: 1rem;
  line-height: 1.5;
  position: relative;
}
.sub-single__main h3::before {
  content: "";
  width: 80px;
  height: 3px;
  background: #f29700;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.sub-single__main h4 {
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  padding-bottom: 1rem;
}

.sub-single__main h5 {
  font-size: 22px;
  font-weight: bold;
  color: #f29700;
}

.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 {
  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: #000000;
}

.home-news__btn a {
  padding: 25px 0;
  margin: 5px;
}

.home-news__btn a:nth-child(2) {
  background-color: #fff;
  color: #000000;
}

.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: #000000;
  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: #000000;
  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;
  display: flex;
  justify-content: center;
}

.p-home-assess {
  padding-top: 6rem;
  padding-bottom: 10rem;

  .slider_item {
    li {
      a {
        img {
          aspect-ratio: 3 / 2;
        }
      }
    }
  }
}

.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: #000000;
  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 #000000;
}

.step div {
  background: #000000;
  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: #e1dcd1;
}

.selling .step div {
  background: #e1dcd1;
}

.selling .step {
  border: 1px solid #e1dcd1;
}

.p-home-flow__grid .selling h4 {
  background: #000000;
}

.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: 3rem;
  line-height: 2;
  max-width: 538px;
  width: 100%;
}

.company-btn {
  margin-top: 2rem;

  @media screen and (max-width: 767px) {
    display: flex;
    justify-content: center;
  }
}

.slider2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider2 .slick-slide {
  margin: 0 6px;
}

.news-inner {
  display: grid;
  grid-template-columns: 20% 78%;
  max-width: 95rem;
  margin: auto;
  gap: 2rem;
}

.p-home-news {
  padding: 6rem 15px 8rem;
  background: #edf8ff;
}

.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_top .c-heading01,
.footer_top .c-heading01 span {
  color: #fff;
}
.cta-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
}
.footer_txt {
  margin-top: 3rem;
  line-height: 1.5;
  text-align: center;
  padding: 0 15px;
}
.footer_txt span {
  font-size: 12px;
  display: block;
}
.sub-archive-news__wrapper .c-news__body {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.overview {
  background: #edf8ff;
  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 #000000;
}

.direction {
  padding: 6rem 15px 5rem;
}

.directions-grid {
  margin-top: 6rem;
}

.greet-logo {
  max-width: 400px;
  margin: auto;
  margin-bottom: 2rem;
}

.sale-flow .step {
  grid-template-columns: 10% 90%;
}

.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;
  border-radius: 1rem;
}

.sale-flow .step div {
  font-size: 2vw;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0 0 0.5rem;
}

.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: #000000;
}

.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: #ffdac0;
}

.sub-archive-proprty .sub-archive__category-name {
  background: #fff;
  font-size: 2.4rem;
  color: #000000;
}

.sub-archive-proprty .cat-wrap02 .sub-archive__category-name {
  color: #000000;
}

.sub-archive-proprty .c-card:hover {
  opacity: 0.7;
}

.c-card:hover .btn.-color {
  color: #000000;
  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: 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;
  }

  .footer__item a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.2;
  }

  .sub-archive__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .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 {
    grid-template-columns: 18% 82%;
  }

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

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

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

  .c-news__img {
    width: 40%;
  }
}

h3.p-sec01-contents__tit.-laundry {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  background-color: var(--color-blue);
  border-radius: 30px;
  padding: 6px 10px;
  margin: 6rem 0 0;
}

.p-laundry-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 3rem 0;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .p-laundry-gallery {
    grid-template-columns: repeat(1, 1fr);
    margin: 3rem 0;
    gap: 2rem;
  }

  h3.p-sec01-contents__tit.-laundry {
    font-size: 5vw;
    line-height: 1.5;
    font-weight: bold;
    background-color: var(--color-blue);
    border-radius: 30px;
    padding: 6px 10px;
    margin: 6rem 0 0;
  }
}

.home-works__container {
  margin-top: 3.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
}

.home-works__link {
  display: block;
  width: 100%;
  /*	background: #fff;*/
  /*	box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);    */
  border-radius: 6px;
}

.home-works__thumbnail {
  overflow: hidden;
  position: relative;
}

.home-works__thumbnail img {
  width: 100%;
  /*    max-height: 250px;*/
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 10px;
}

.home-works__time-category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem 1rem 0 1rem;
  width: 26vw;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}

.home-works__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  color: #000;
  /*     margin-top: 1rem; */
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
}

.home-works__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  height: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-left: 0rem;
  /* width: 100%; */
  /* position: absolute; */
  left: 0;
  bottom: 0;
  /* padding: 3px 10px; */
  margin-left: 0rem;
  /* border: 1px solid #646464; */
  gap: 10px;
  padding: 0rem 1rem 0 1rem;
}

.home-works__category span {
  background: #472e1f;
  border-radius: 50px;
  padding: 5px 12px;
  color: #fff;
}

.home-works__title {
  line-height: 1.7;
  padding: 1rem 1rem 0rem 1rem;
  width: 26vw;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New";
}

.home-works__btn {
  margin-top: 6.1rem;
  text-align: center;
}

.home-works__btn a {
  border: 1px solid #0c3b2c;
  /*   padding-right: 1.8rem; */
}

.home-works__btn a span {
  right: 6.2rem;
}

.p-home-sec01__cont {
  max-width: 750px;
  margin: 0px auto 0;
	width: 100%;
}

.home {
  .p-about {
    position: relative;
    padding: 40px 0 79px;

    .p-about__bg {
      position: absolute;

      &.p-about__bg--01 {
        top: 10px;
        right: 0;
        width: 439px;
      }

      &.p-about__bg--02 {
      }
    }

    .p-about-imageArea {
      margin-bottom: 30px;

      @media screen and (max-width: 767px) {
        width: 100%;
      }

      .p-about-imageArea__image {
        img {
          width: 100%;
        }
      }
    }

    .p-about-box {
      display: flex;
      justify-content: center;
      gap: 6rem;

      @media screen and (max-width: 767px) {
        flex-direction: column-reverse;
        gap: 2rem;
      }

      .p-about-box__imageArea {
        /* margin-top: -230px; */
        width: 50%;
        position: relative;
        z-index: 5;

        @media screen and (max-width: 767px) {
          width: 100%;
          margin-top: 20px;
        }
      }

      .p-about-box__textArea {
        width: 50%;

        @media screen and (max-width: 767px) {
          width: 100%;
        }

        .tit {
          color: #000000;
          font-size: 32px;
          line-height: 1.4;
          font-weight: bold;
          margin-bottom: 20px;
          font-family: "Zen Kaku Gothic New";

          @media screen and (max-width: 767px) {
            font-size: 2.2rem;
          }
        }
      }
    }
  }

  .p-service {
    position: relative;
    background-color: #fff7e6;
    padding-bottom: 149px;
    border-radius: 30vw 0 30vw 0;
    padding-top: 16rem;

    @media screen and (max-width: 767px) {
      padding-bottom: 100px;
      padding-top: 6rem;
    }

    .p-service__bg {
      position: absolute;
      top: 0;
      left: 30px;
      width: 282px;

      @media screen and (max-width: 767px) {
        width: 140px;
      }
    }

    .p-service-contents {
      margin-top: 30px;

      .p-service-contents__box {
        background-color: #fff;
        border-radius: 20px;
        display: flex;
        padding: 40px 30px;

        @media screen and (max-width: 767px) {
          flex-direction: column-reverse;
          padding: 0;
        }

        .textArea {
          @media screen and (max-width: 767px) {
            width: 100%;
          }

          .titArea {
            margin-bottom: 20px;

            span {
              display: block;
            }

            .num {
              font-size: 20px;
              font-weight: 500;
              line-height: 1.2;
              color: #e1dcd1;
            }

            .tit {
              margin-top: -33px;
              font-size: 30px;
              line-height: 1.2;
              font-weight: bold;
              font-family: "Zen Kaku Gothic New";
              background: #f29700;
              width: 80%;
              color: #fff;
              padding: 17px 0 17px 4rem;

              @media screen and (max-width: 767px) {
                font-size: 2rem;
                padding-left: 2rem;
              }
            }
          }

          .button {
            margin-top: 30px;
            text-align: center;
            padding-bottom: 2rem;
            @media screen and (max-width: 767px) {
              margin-top: 1rem;
            }

            a {
              margin-left: 4rem;
              @media screen and (max-width: 767px) {
                margin-left: 2rem;
              }
            }
          }
        }

        .imageArea {
          border-radius: 20px;
          overflow: hidden;

          @media screen and (max-width: 767px) {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
          }
        }

        &.p-service-contents__box--01 {
          gap: 40px;

          @media screen and (max-width: 767px) {
            gap: 0;
          }

          .textArea {
            width: 50%;

            @media screen and (max-width: 767px) {
              width: 100%;
            }
          }

          .imageArea {
            width: 50%;

            @media screen and (max-width: 767px) {
              width: 100%;
            }
          }
        }

        &.p-service-contents__box--02 {
          margin-top: 40px;
          background-color: transparent;
          padding: 0;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 40px;

          @media screen and (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
          }

          .boxItem {
            border-radius: 20px;

            .imageArea {
              border-top-left-radius: 20px;
              border-top-right-radius: 20px;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 0;
              position: relative;
            }

            .textArea {
              border-bottom-left-radius: 20px;
              border-bottom-right-radius: 20px;
              background-color: rgb(255 255 255 / 70%);
              position: absolute;
              bottom: 0;
              left: 0;
            }
            .c-textA {
              padding: 0px 4rem;
              font-family: "Zen Kaku Gothic New";
              @media screen and (max-width: 767px) {
                padding: 0px 2rem;
              }
            }
          }
        }
      }
    }
  }

  .home-works {
    padding-bottom: 60px;
    padding: 16rem 0 10rem;
    /* overflow: hidden; */
    @media screen and (max-width: 767px) {
      padding-bottom: 0;
    }

    .c-titA {
      padding-left: 5%;
      align-items: center;
      flex-direction: column;
    }

    .home-works__box {
      .button {
        margin-top: 50px;
      }
    }
  }

  .p-okinawa {
    padding: 100px 0;
    position: relative;
    overflow: hidden;

    @media screen and (max-width: 767px) {
      overflow: hidden;
      padding: 60px 0;
    }

    .p-okinawa__bg {
      position: absolute;
      top: -82px;
      right: 0;
      width: 400px;

      @media screen and (max-width: 768px) {
        right: -50px;
        width: 300px;

        @media screen and (max-width: 767px) {
          width: 200px;
        }
      }
    }

    .p-okinawa-titArea {
      position: relative;
      z-index: 3;

      img {
        width: 90%;
      }
    }

    .p-okinawa-box {
      position: relative;
      display: flex;
      gap: 80px;

      @media screen and (max-width: 768px) {
        gap: 50px;

        @media screen and (max-width: 767px) {
          flex-direction: column-reverse;
          gap: 40px;
          margin-top: 30px;
        }
      }

      .p-okinawa-box__bg {
        position: absolute;
        bottom: -100px;
        left: 100px;
        width: 280px;

        @media screen and (max-width: 767px) {
          width: 140px;
          left: 0;
        }
      }

      .p-okinawa-box__textArea {
        .tit {
          font-size: 32px;
          line-height: 1.4;
          font-weight: bold;
          color: #000000;
          margin-bottom: 30px;

          @media screen and (max-width: 768px) {
            font-size: 25px;

            @media screen and (max-width: 767px) {
              font-size: 2.2rem;
            }
          }
        }

        .c-textA {
          position: relative;
          z-index: 3;
        }

        .button {
          margin-top: 40px;
        }
      }

      .p-okinawa-box__imageArea {
        position: relative;
        flex-shrink: 0;
        width: 50%;

        @media screen and (max-width: 768px) {
          width: 40%;

          @media screen and (max-width: 767px) {
            width: 100%;
          }
        }

        .image02 {
          position: absolute;
          top: -290px;
          right: 0;
          width: 321px;

          @media screen and (max-width: 768px) {
            width: 270px;

            @media screen and (max-width: 767px) {
              width: 160px;
              top: -110px;
              z-index: 0;
            }
          }
        }
      }
    }

    .p-okinawa-slideArea {
      margin-top: 100px;
    }
  }

  .p-company {
    position: relative;

    @media screen and (max-width: 767px) {
      display: flex;
      flex-direction: column;
    }

    .p-company__image {
      img {
        height: 60rem;
        object-fit: cover;

        @media screen and (max-width: 768px) {
          aspect-ratio: 3 / 2;
          height: 26rem;
        }
      }
    }

    .p-company__textArea {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 50%;
      background-color: #fff;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      padding: 0 60px 40px;

      @media screen and (max-width: 1024px) {
        padding: 0 10px 60px 40px;
        margin: 4rem 0;

        @media screen and (max-width: 768px) {
          padding-right: 20px;
          padding-left: 20px;

          @media screen and (max-width: 767px) {
            width: 100%;
            position: relative;
            top: auto;
            right: auto;
            transform: none;
            padding: 30px 20px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
          }
        }
      }

      .titArea {
        margin-top: -54px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;

        .en {
          background: linear-gradient(180deg, #e1dcd1 37%, #ffeec8 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 80px;
          font-weight: 500;
          line-height: 1.5;
          text-transform: capitalize;

          @media screen and (max-width: 767px) {
            font-size: 40px;
          }
        }

        .jp {
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5;
        }
      }

      .button {
        margin-top: 30px;
      }
    }
  }
}

.sub {
  &.service {
    .p-sec01 {
      /* overflow: hidden; */
      padding-top: 60px;
      position: relative;

      .p-sec01__bg {
        position: absolute;
        left: 0;
        top: -86px;
        z-index: 0;
        width: 250px;

        @media screen and (max-width: 767px) {
          width: 120px;
        }
      }

      .p-sec01__titArea {
        position: relative;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;

        .bg {
          position: absolute;
          top: 0;
          right: 0;
          width: 260px;

          @media screen and (max-width: 767px) {
            width: 160px;
            top: -60%;
            right: -20%;
            z-index: 0;
          }
        }

        .en {
          background: linear-gradient(180deg, #e1dcd1 37%, #ffeec8 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-size: 130px;
          font-weight: 500;
          line-height: 1.2;
          text-align: center;

          @media screen and (max-width: 767px) {
            font-size: 65px;
          }
        }

        .jp {
          position: relative;
          z-index: 3;
          font-size: 32px;
          font-weight: bold;
          line-height: 1.5;
          text-align: center;
          margin-top: -70px;

          @media screen and (max-width: 767px) {
            font-size: 20px;
          }
        }
      }

      .c-textA {
        position: relative;
        z-index: 3;
        max-width: 800px;
        margin: 0 auto;
      }

      .p-sec01-slideArea {
        margin-top: 60px;
      }
    }

    .p-sec02 {
      padding-top: 60px;
      padding-bottom: 100px;
      overflow: hidden;
      background: #fff7e6;
      @media screen and (max-width: 767px) {
        padding: 6rem 0;
      }

      .p-sec02-contents {
        .contentsWrap {
          + .contentsWrap {
            margin-top: 100px;
          }

          .p-sec02-contents__titArea {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 3;

            .num {
              font-size: 80px;
              background: linear-gradient(180deg, #e1dcd1 37%, #ffeec8 100%);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;

              @media screen and (max-width: 767px) {
                font-size: 50px;
              }
            }

            .en {
              font-size: 60px;
              color: #000000;
              font-weight: 500;

              @media screen and (max-width: 767px) {
                font-size: 34px;
              }
            }

            .jp {
              margin-top: 20px;
              font-size: 26px;
              font-weight: bold;

              @media screen and (max-width: 767px) {
                font-size: 20px;
              }
            }
          }

          .p-sec02-contents__box {
            display: flex;
            align-items: center;
            gap: 40px;
            margin-top: 40px;
            position: relative;
            margin-bottom: 4rem;

            @media screen and (max-width: 767px) {
              flex-direction: column;
              gap: 2rem;
            }

            .bg01 {
              position: absolute;
              right: -136px;
              top: -220px;
              width: 350px;

              @media screen and (max-width: 767px) {
                width: 180px;
              }
            }

            .bg02 {
              position: absolute;
              left: -50px;
              bottom: -50px;
              width: 200px;

              @media screen and (max-width: 767px) {
                width: 100px;
              }
            }

            .imageArea {
              width: 50%;
              flex-shrink: 0;
              position: relative;
              z-index: 1;

              @media screen and (max-width: 767px) {
                width: 100%;
              }

              .bg01 {
                position: absolute;
                top: -200px;
                left: -50px;
                width: 440px;

                @media screen and (max-width: 767px) {
                  width: 220px;
                }
              }

              .image {
                position: relative;
                z-index: 3;
              }
            }

            .textArea {
              position: relative;
              z-index: 3;

              .tit {
                font-size: 2.6rem;
                font-weight: bold;
                line-height: 1.4;
                margin-bottom: 20px;

                @media screen and (max-width: 767px) {
                  font-size: 2rem;
                }
              }
            }
          }

          .p-sec02-contents__feature {
            margin-top: 75px;

            .featureBox {
              margin-top: 40px;
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 40px;

              @media screen and (max-width: 767px) {
                grid-template-columns: repeat(1, 1fr);
              }

              .boxItem {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;

                .itemArea {
                  overflow: hidden;
                  border-radius: 50%;
                  width: 245px;
                }

                .itemText {
                  .tit {
                    font-size: 18px;
                    font-weight: bold;
                    margin-bottom: 20px;
                    text-align: center;
                  }
                }
              }
            }
          }

          .p-sec02-contents__service {
            margin-top: 6rem;
            margin-bottom: 6rem;

            .serviceList {
              margin-top: 40px;

              .listItem {
                display: flex;
                align-items: center;

                gap: 20px;

                @media screen and (max-width: 767px) {
                  flex-direction: column;
                }

                + .listItem {
                  margin-top: 30px;

                  @media screen and (max-width: 767px) {
                    margin-top: 70px;
                  }
                }

                .imageArea {
                  border-radius: 20px;
                  width: 300px;
                  flex-shrink: 0;

                  @media screen and (max-width: 767px) {
                    width: 100%;
                  }
                }

                .textArea {
                  @media screen and (max-width: 767px) {
                    width: 100%;
                  }

                  .titArea {
                    margin-bottom: 2rem;

                    .num {
                      font-size: 2.4rem;
                      font-weight: bold;
                      margin-bottom: 20px;
                      color: #f29700;
                      margin-right: 1rem;
                    }

                    .text {
                      font-size: 2rem;
                      line-height: 1.5;
                      font-weight: bold;
                    }
                  }

                  .secondList {
                    .secondListItem {
                      display: flex;
                      gap: 12px;
                      align-items: flex-start;

                      @media screen and (max-width: 767px) {
                        flex-direction: column;
                      }

                      + .secondListItem {
                        margin-top: 20px;
                      }

                      .tit {
                        background-color: #472e1f;
                        border-radius: 6px;
                        font-size: 15px;
                        color: #fff;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        min-width: 140px;
                        padding: 10px;

                        @media screen and (max-width: 767px) {
                          padding: 5px 10px;
                        }
                      }

                      .text {
                        font-size: 15px;
                        line-height: 1.5;
                      }
                    }
                  }
                }
              }
            }
          }

          .p-sec02-contents__event {
            position: relative;

            &.p-sec02-contents__event--03 {
              .bg02 {
                position: absolute;
                right: -50px;
                bottom: 40px;
                width: 282px;

                @media screen and (max-width: 767px) {
                  width: 140px;
                }
              }
            }

            .eventWrap {
              position: relative;
              z-index: 3;
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              column-gap: 40px;
              row-gap: 60px;
              margin-top: 40px;

              @media screen and (max-width: 767px) {
                grid-template-columns: repeat(1, 1fr);
              }

              .eventItem {
                .imageArea {
                  border-radius: 10px;
                  overflow: hidden;
                }

                .textArea {
                  margin-top: 20px;

                  .tit {
                    font-size: 18px;
                    font-weight: bold;
                    text-align: center;
                    margin-bottom: 20px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  &.okinawa {
    .p-sec01 {
      padding-top: 67px;

      .p-sec01-titArea {
        position: relative;
        z-index: 3;
        margin-bottom: 20px;

        img {
          width: 88%;
        }
      }

      .p-sec01-box {
        display: flex;
        gap: 90px;

        @media screen and (max-width: 767px) {
          flex-direction: column-reverse;
          gap: 40px;
        }

        .p-sec01-box__textArea {
          max-width: 560px;

          .tit {
            font-size: 32px;
            line-height: 1.5;
            font-weight: bold;
            margin-bottom: 20px;

            @media screen and (max-width: 767px) {
              font-size: 6vw;
              z-index: 1;
              position: relative;
            }
          }
        }

        .p-sec01-box__imageArea {
          margin-top: -100px;
          width: 467px;

          @media screen and (max-width: 767px) {
            width: 160px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 10px;
            right: 0;
            position: absolute;
            top: -72%;
            z-index: 0;
          }
        }
      }

      .p-sec01-question {
        margin-top: 45px;
        padding: 4rem 4rem 13rem;
        background-color: #fff;
        border-radius: 20px;
        position: relative;

        @media screen and (max-width: 767px) {
          padding: 30px 20px 28vw;
        }

        .titArea {
          position: relative;
          display: flex;
          justify-content: center;

          .icon {
            position: absolute;
            top: 0;
            right: 6%;
            width: 103px;

            @media screen and (max-width: 767px) {
              width: 110px;
              right: 0;
              top: -60%;
            }
          }

          .p-sec01-question__tit {
            font-size: 26px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 0.2rem;
            display: inline-block;
            position: relative;
            z-index: 5;
            /* background: linear-gradient(transparent 15%, #EDEDED 60%); */
            line-height: 1.4;

            @media screen and (max-width: 767px) {
              font-size: 19px;
            }

            .big {
              font-size: 36px;
              font-weight: bold;
            }
          }
        }

        .balloonBox {
          margin-top: 40px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          column-gap: 40px;
          row-gap: 20px;

          @media screen and (max-width: 767px) {
            margin-top: 10px;
          }

          .itemBox {
            width: 46%;

            @media screen and (max-width: 767px) {
              width: 100%;
            }
          }
        }

        .caution {
          position: absolute;
          bottom: -2rem;
          left: 50%;
          transform: translateX(-50%);
          z-index: 3;
          margin-left: auto;
          margin-right: auto;
          border: 3px solid #fff;
          background-color: #ffeabc;
          padding: 3rem 2rem;
          border-radius: 20px;
          font-size: 2rem;
          line-height: 1.5;
          font-weight: bold;
          text-align: center;
          width: 90%;

          @media screen and (max-width: 767px) {
            padding: 30px 20px;
            font-size: 4vw;
            width: 90%;
            bottom: -11rem;
          }
        }
      }

      .p-sec01-text {
        margin-top: 120px;

        @media screen and (max-width: 767px) {
          margin-top: 18rem;
        }

        .tit {
          font-size: 3rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.4;
          margin-bottom: 30px;

          @media screen and (max-width: 767px) {
            font-size: 18px;
          }
        }

        .c-textA {
          text-align: center;
        }
      }

      .p-sec01-recommend {
        margin-top: 60px;

        .p-sec01-recommend__box {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 40px;
          margin-top: 40px;

          @media screen and (max-width: 767px) {
            grid-template-columns: repeat(1, 1fr);
          }

          .boxItem {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;

            .imageArea {
              border-radius: 50%;
              overflow: hidden;

              img {
                aspect-ratio: 1 / 1;
                object-fit: cover;
              }
            }

            .textArea {
              .tit {
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 20px;
              }

              .c-textA {
              }
            }
          }
        }

        .p-sec01-recommend__point {
          margin-top: 100px;

          .pointItem {
            display: flex;
            position: relative;

            @media screen and (max-width: 767px) {
              flex-direction: column-reverse;
              gap: 30px;
            }

            .bg {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 305px;
              transform: translate(-50%, -50%);
            }

            + .pointItem {
              margin-top: 40px;
            }

            .textArea {
              position: relative;
              z-index: 3;
              width: 50%;

              @media screen and (max-width: 767px) {
                width: 100%;
              }

              .titArea {
                margin-bottom: 20px;

                .numArea {
                  display: flex;
                  align-items: center;
                  gap: 5px;

                  .en {
                    font-size: 40px;
                    font-weight: 500;
                    text-transform: capitalize;

                    @media screen and (max-width: 767px) {
                      font-size: 2.6rem;
                    }
                  }

                  .num {
                    font-size: 60px;
                    font-weight: 500;

                    @media screen and (max-width: 767px) {
                      font-size: 3rem;
                    }
                  }
                }

                .tit {
                  font-size: 28px;
                  line-height: 1.4;
                  font-weight: bold;

                  @media screen and (max-width: 767px) {
                    font-size: 2rem;
                  }
                }
              }
            }

            .imageArea {
              position: relative;
              width: 50%;

              @media screen and (max-width: 767px) {
                width: 100%;
              }

              .image {
                position: relative;
                z-index: 3;
              }
            }

            &:nth-child(odd) {
              .textArea {
                padding-right: 40px;

                @media screen and (max-width: 767px) {
                  padding-right: 0;
                }
              }
            }

            &:nth-child(even) {
              flex-direction: row-reverse;

              @media screen and (max-width: 767px) {
                flex-direction: column-reverse;
              }

              .textArea {
                padding-left: 40px;

                @media screen and (max-width: 767px) {
                  padding-left: 0;
                }
              }
            }
          }
        }

        .p-sec01-recommend__access {
          padding: 40px;
          background-color: #fff;
          border-radius: 20px;
          margin-top: 40px;

          @media screen and (max-width: 767px) {
            padding: 30px 20px;
          }

          .tit {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 0.2rem;
            background: linear-gradient(transparent 60%, #e1dcd1 60%);

            @media screen and (max-width: 767px) {
              font-size: 20px;
            }
          }

          .accessBox {
            margin-top: 30px;
            display: flex;
            gap: 40px;

            @media screen and (max-width: 767px) {
              flex-direction: column;
            }

            .textArea {
              max-width: 520px;
            }

            .listArea {
              .listItem {
                border: 1px solid #e1dcd1;
                border-radius: 10px;
                padding: 14px 20px 12px;
                display: flex;
                gap: 12px;

                + .listItem {
                  margin-top: 10px;
                }

                .num {
                  font-size: 20px;
                  font-weight: 500;
                  line-height: 1.4;
                  color: #e1dcd1;
                }

                .text {
                  font-size: 18px;
                  font-weight: bold;
                  line-height: 1.4;
                }
              }
            }
          }
        }
      }
    }

    .p-sec02 {
      padding: 100px 0;

      .p-sec02__tit {
        display: flex;
        flex-direction: column;
        align-items: center;

        .en {
          font-size: 60px;
          line-height: 1.5;
          color: #000000;

          @media screen and (max-width: 767px) {
            font-size: 30px;
          }
        }

        .jp {
          font-size: 26px;
          font-weight: bold;

          @media screen and (max-width: 767px) {
            font-size: 18px;
          }
        }
      }

      .p-sec02-contents {
        margin-top: 40px;

        .flow_design07 {
          display: flex;
          justify-content: center;
          align-items: center;

          &.flow_design07--red {
            .flow07 > li .icon07 {
              background-color: #000000;

              &::after {
                border-top: 20px solid #000000;
              }
            }

            .flow07 > li {
              dl {
                dt {
                  &::after {
                    background-color: #000000;
                  }
                }
              }
            }
          }

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

            @media screen and (max-width: 767px) {
              margin-top: 0;
            }

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

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

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

          .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: #000000;
            border-radius: 5px 5px 0 0;
            position: relative;
            line-height: 125%;
            margin: 0;

            &::after {
              content: " ";
              width: 0;
              height: 0;
              border-left: 45px solid transparent;
              border-right: 45px solid transparent;
              border-top: 20px solid #000000;
              position: absolute;
              bottom: -20px;
              left: 0;
            }
          }

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

            @media screen and (max-width: 768px) {
              padding: 0 0 0 10px;
              width: calc(100% - 95px);
            }
          }

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

            @media screen and (max-width: 768px) {
              display: flex;
              gap: 20px;
              flex-direction: column-reverse;
            }

            .flow_img {
              overflow: hidden;
              border-radius: 20px;
            }
          }

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

            &::after {
              content: "";
              width: 20%;
              height: 4px;
              position: absolute;
              bottom: -4px;
              left: 0;
              background-color: #000000;
            }
          }

          .flow07 > li dl dd {
            margin: 0;

            .bold {
              font-weight: bold;
              font-size: 2rem;
              line-height: 1.5;
              margin-bottom: 10px;
            }

            .flowList {
              margin-top: 20px;

              .listItem {
                font-size: 15px;
                line-height: 1.5;
                text-indent: -1em;
                padding-left: 1em;
              }
            }
          }

          .flow_txt .list {
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;

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

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

.home-works {
  .home-works-wrap {
    .btnArea {
      margin-top: 50px;
      display: flex;
      justify-content: center;
    }
  }
}

.home-works {
  /*        background: linear-gradient(180deg, white 0%, #fdf7ee 100%);*/
  padding-bottom: 8rem;
  /* padding-top: 8rem; */
  position: relative;
  z-index: 1;
  /* 	    margin: 8rem 0 0 0; */
  /*	background-color: rgba(255,255,255,0.3);*/
  background-blend-mode: lighten;
  /* background: #fff; */
}

.home-works .inner {
  padding: 0;
}

.home-works__box {
  background: unset;
  width: 100%;
  padding: 0 0 6rem;
}

.home-works__box .btn_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-works__container {
  margin-top: 3.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;

  @media screen and (max-width: 767px) {
    margin-top: 0;
  }

  .slider_item {
    .slick-dots {
      bottom: -40px;

      li {
        button {
          &::before {
            display: none;
          }
        }
      }
    }
  }
}

.home-works__link {
  display: block;
  width: 100%;
  /*	background: #fff;*/
  /*	box-shadow: 0px 0px 5px rgba(160, 160, 160, 0.2);    */
  border-radius: 6px;
}

.home-works__thumbnail {
  overflow: hidden;
  position: relative;
}

.home-works__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #646464999;
  /*     margin-top: 1rem; */
}

.home-works__category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgb(31, 137, 214);
  background: -moz-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(31, 137, 214, 1) 0%,
    rgba(46, 43, 143, 1) 100%
  );
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f89d6', endColorstr='#2e2b8f', GradientType=1);
  color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  height: 10%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-left: 0rem;
  /* width: 100%; */
  /* position: absolute; */
  left: 0;
  bottom: 0;
  /* padding: 3px 10px; */
  margin-left: 0rem;
  /* border: 1px solid #646464; */
  gap: 10px;
  padding: 0rem 1rem 0 1rem;
}
.home-works__btn {
  margin-top: 6.1rem;
  text-align: center;
}

.home-works__btn a {
  border: 1px solid #0c3b2c;
  /*   padding-right: 1.8rem; */
}

.home-works__btn a span {
  right: 6.2rem;
}

.slider_item {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 100%;
  margin: 0 auto;
  /*	margin-top: 3rem;*/
}

.slider_item img {
  width: 26vw;
  /*スライダー内の画像を20vwにしてレスポンシブ化*/
  height: auto;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.slider_item .slick-slide {
  transform: scale(1);
  transition: all 0.5s;
  /*	opacity: 0.5;*/
  margin-left: 40px;
}

.slider_item .slick-slide.slick-center {
  transform: scale(1);
  /*中央の画像のサイズだけ等倍に*/
  opacity: 1;
  /*透過なし*/
}

.slider_item .slick-slide a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.slider_item .slick-slide .slick-center a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*
    border-top: 2px solid #666;
    border-right: 2px solid #666;
*/
  height: 15px;
  width: 15px;
  z-index: 10;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 3%;
  /*    transform: rotate(-135deg);*/
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 3%;
  /*    transform: rotate(45deg);*/
}

/*ドットナビゲーションの設定*/
.slider_item .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slider_item .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider_item .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slider_item .slick-dots .slick-active button {
  background: #282828;
  /*ドットボタンの現在地表示の色*/
}

.slider_item .slick-slide p {
  margin: 0 auto;
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .slider_item img {
    width: 60vw;
    height: auto;
    margin: 0 auto;
  }

  .slider_item .slick-slide {
    margin-left: 10px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  z-index: 10;
  font-size: 30px;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  /*    background-color: white;*/
  /*     border-radius: 50%;  */
  text-align: center;
  line-height: 40px;
  font-family: Arial, sans-serif;
  color: #282828;
}

.slick-prev:after,
.slick-next:after {
  color: #282828;
  z-index: 10;
  font-size: 30px;
  position: absolute;
}

.sec03.bg_01 .sec_inner.inner {
  max-width: max-content;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

/*---slider_item2----*/
.slider_item2 {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 auto;
  padding: 0 0%;
}

.slider_item2 img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider_item2 .slick-slide {
  margin: 0 10px;
}

.slider_item2 .slick-slide p {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.8rem;
}

.slider_item2 img {
  width: 20vw;
  /*スライダー内の画像を20vwにしてレスポンシブ化*/
  height: auto;
}

@media screen and (max-width: 767px) {
  .slider_item2 .slick-slide p {
    font-size: 4vw;
  }

  .slider_item2 img {
    width: 60vw;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    top: 35%;
  }

  .slick-prev {
    left: 0%;
    /* transform: rotate(-135deg); */
  }
}

.footer--bg {
  overflow: hidden;
  position: relative;

  &::before,
  &::after {
    content: "";
    width: 300%;
    height: 300%;
    background: #1ba2e6;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0px;
    opacity: 0;
    transform: scale(1);
  }

  &::before {
    background-image: url(../img/common/bg_watercolor_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    right: -125%;
    top: auto;
    left: auto;
    bottom: -35%;
    background-position: center center;
    border-radius: 0px;
  }

  &::after {
    background-image: url(../img/common/bg_watercolor_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    right: auto;
    top: -55%;
    left: -125%;
    background-position: center center;
    border-radius: 0px;
  }

  &.is-pageend {
    &::before {
      background-size: 100%;
      animation: 12s ease-in-out 0s 1 normal forwards running
        section-blur-footer;
    }

    &::after {
      background-size: 100%;
      animation: 12s ease-out 0s 1 normal forwards running section-blur-footer;
    }
  }

  .footer-inner {
    position: relative;
    z-index: 10;
  }

  .footer__copyright {
    position: relative;
    z-index: 10;
  }
}

@keyframes section-blur-footer {
  0% {
    opacity: 1;
    background-size: 0%;
  }

  100% {
    opacity: 0.4;
    background-size: 100%;
  }
}

.marker_line {
  background: linear-gradient(transparent 60%, #ededed 60%);
}

.single-news .sub-single img {
  aspect-ratio: auto;
}

.single-news .sub-single__main figure {
  margin-top: 2rem;
}

.single-news .sub-single__main.u-pt30 {
  padding-top: 0;
}

.single-news .sub-single__box {
  padding: 4vw 4vw 6vw;
}

.single-news .wp-block-embed iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-service-contents__box.p-service-contents__box--01 .imageArea img {
    border-radius: 20px;
  }
}

.slick-dots li button:before {
  opacity: 1;
  color: #a6a6a6;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff479;
}
/* 
.home-mv__slides .slick-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%);
  background: #00000059;
  background-blend-mode: darken;
} */

.p-company-sec01 .bg01 {
  position: absolute;
  right: -136px;
  top: -220px;
  width: 350px;
}

.p-company-sec01 .bg02 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 200px;
}

.page__map {
  height: 35vh;
}

.home {
  & .p-company {
    & .p-company__textArea {
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        padding-right: 20px;
        padding-left: 20px;
        position: relative;
        width: 100%;
        top: 30rem;
      }
    }
  }
}

.home {
  & .p-company {
    & .p-company__textArea {
      @media screen and (max-width: 425px) {
        top: 0;
      }
    }
  }
}

.p-company__textArea .c-textA {
  @media screen and (max-width: 1024px) {
    @media screen and (max-width: 768px) {
      width: auto;
      max-width: none;
    }
  }
}
.header_contact {
  background: #fff;
  display: flex;
  padding-left: 4rem;
  border-radius: 50px 0 0 50px;
}
.p-home-sec01__box {
  display: flex;
  gap: 4rem;
}
.p-home-sec01__box .c-titA {
  align-items: flex-start;
  flex-direction: column;
}
.c-news__info {
  display: flex;
  gap: 16px;
}
.c-news__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 最大2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.bnr {
  margin-top: 10rem;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s;
}
.bnr:hover {
  opacity: 0.7;
}
.home-links {
  padding: 4rem 0;
  background-image: url(../img/home/link-bg.png);
  background-size: cover;
  background-position: center;
	position: relative;
}
.home-links .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.home-links a {
  padding: 2.5rem 2rem;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s;
}
.home-links a:hover {
  opacity: 0.7;
}
.home-links img {
  width: 70px;
}
.home-links p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
.p-about__btn-wrap {
  margin-top: 2rem;
}
.p-about .en {
  color: #f29700;
  font-size: 10vw;
  margin-bottom: -9vw;
  z-index: 6;
}
.p-service-lead {
  line-height: 1.8;
  margin-top: 6rem;
}
.service-btn {
  margin-top: 3rem;
}
.service-btn a {
  margin-left: 0;
}
.p-service-contents__box--02 img {
  aspect-ratio: 540 / 660;
  object-fit: cover;
  border-radius: 20px;
}
.home-works__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-okinawa-box .c-titA {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.service_body {
  display: flex;
  position: relative;
}
.service_menu {
  position: relative;
}
.service_body:before {
  content: "";
  position: absolute;
  left: -10rem;
  bottom: 0;
  width: calc(100% + 10rem);
  background: #fff;
}
.service_menu_item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service_menu:nth-child(1) .service_menu_item {
  border-radius: 2rem 0 0 2rem;
}
.service_menu:nth-child(2) .service_menu_item {
  border-radius: 0 2rem 2rem 0;
}
.service_menu_item__img {
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.service_menu:nth-child(1) a:hover .service_menu_item__img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(180deg, #5e5e5e8a 1%, #ffffff00 30%); */
  background-color: #3eb7f726;
  background-blend-mode: soft-light;
  z-index: 1;
}
.service_menu img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  width: auto;
}
.service_menu .service_menu_item__img img {
  filter: blur(0);
}
.service_menu a:hover .service_menu_item__img img {
  filter: blur(0.3rem);
}
.service_menu a:hover img {
  transform: scale(1.05);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.service_menu_item__cont {
  position: absolute;
  bottom: 12%;
  left: 10%;
  z-index: 5;
  width: 70%;
  max-width: 40.5rem;
  color: #fff;
  text-shadow: 0 0 13px #0000007a;
}
.service_menu_item__arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.service_menu_item__arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 3rem;
  bottom: 8%;
}
.service_menu_item__ttl {
  font-size: 3.2rem;
  font-weight: bold;
}
.company-links {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 50%,
    #fff7e6 50%,
    #fff7e6 100%
  );
  padding-bottom: 10rem;
}
.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;
  }
}
.media {
  margin-top: 13rem;
  padding-bottom: 10rem;
}
.media .c-titA {
  flex-direction: column;
  align-items: flex-start;
}
.media .grid-col02 {
  background: #fff7e6;
  padding: 3rem;
  border-radius: 20px;
  grid-template-columns: 1.5fr 1fr;
}
.media .grid-col02 p {
  margin-top: 3rem;
}
/* .media .grid-col02 img {
  margin-top: -60%;
} */
.media .grid-col02 a {
  transition: all 0.3s;
}
.media .grid-col02 a:hover {
  opacity: 0.7;
}
.slider4 {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider4-track {
  display: inline-flex;
  transform: translateX(-100%);
  animation: slide-left-right 30s linear infinite;
}

.slider4 li {
  flex: 0 0 auto;
  list-style: none;
}

.slider4 img {
  display: block;
  width: auto;
  height: 187px;
}

@keyframes slide-left-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.footer-bg {
  background-image: url(../img/common/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom center;
  position: relative;
}
.footer-bg02 {
  background-image: url(../img/common/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}
.footer-links {
	padding-top:2rem;
}
.footer-ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 3rem;
}
.footer-ttl span {
  font-size: 2.6rem;
  font-weight: bold;
}
.footer-ttl::before {
  content: "";
  width: 200px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.footer-link-grid {
  margin-top: 5rem;
}
.footer-link-grid a {
  transition: all 0.3s;
}
.footer-link-grid a:hover {
  opacity: 0.7;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer__list-ttl {
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3rem;
}
.footer__list {
  margin-top: 1rem;
}
.footer-address {
  display: flex;
  gap: 3rem;
  background: #fff;
  padding: 3rem;
  color: #000;
  line-height: 1.5;
  height: 150px;
  font-size: 1.5rem;
}
.footer-address h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
.footer-map iframe {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.footer-grid {
  margin-top: 6rem;
  gap: 1rem;
}
.-contact-time {
  margin-top: 2rem;
}

.contact-tab__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 1em;
  justify-content: center;
  margin-top: 4rem;
}

.contact-tab__btn {
  padding: 2rem;
  background: #fff;
  border: 1px solid #f29700;
  cursor: pointer;
  transition: all 0.3s;
  color: #f29700;
  width: 42%;
  font-size: 1.8rem;
}

.contact-tab__btn.is-active {
  background: #f29700;
  color: #fff;
  border-color: #f29700;
}

.contact-tab__content {
  display: none;
}

.contact-tab__content.is-show {
  display: block;
}
.greeting-grid {
  margin-top: 6rem;
  gap: 0;
}
.greeting-grid span {
  font-size: 2.4rem;
  display: block;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.greeting-grid img {
  padding-right: 4rem;
}
.greeting-grid.-odd img {
  padding-right: 0;
  padding-left: 4rem;
}
.greeting {
  padding: 9rem 0 6rem;
}
.stay {
  padding: 15px;
  padding-bottom: 9rem;
  color: #fff;
}
.stay-inner {
  background-image: url(../img/common/footer-bg.png);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 4rem;
}
.stay .c-heading01 {
  color: #fff;
}
.stay-area-grid {
  grid-template-columns: 1fr 2.2fr;
  gap: 2rem;
  align-items: start;
  margin-top: 6rem;
}
.stay-ttl {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 2rem;
  font-family: "Zen Kaku Gothic New";
}
.stay-num {
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New";
}
.stay-link-grid {
  gap: 1rem;
  margin-top: 2rem;
}
.stay-link-grid a {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
  position: relative;
  color: #000;
  transition: all 0.3s;
}
.stay-link-grid a:hover {
  opacity: 0.7;
}
.stay-link-grid a::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.profile-info {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1em 2em;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1rem;
}

.profile-info dt {
  font-weight: bold;
  color: #f29700;
  position: relative;
}

.profile-info dt::before {
  content: "■";
  color: #f29700;
  margin-right: 0.3em;
}

.profile-info dd {
  margin: 0;
}
.katagaki {
  border-bottom: 1px solid #f29700;
  padding-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
}
.name {
  font-size: 3.2rem;
  margin-top: 1rem;
}
.name span {
  font-size: 2.2rem;
  margin-left: 2.6rem;
}
.eight {
  margin-top: 4rem;
}
.eight01 {
  padding: 0 3rem;
}
.eight a {
  transition: all 0.3s;
}
.eight a:hover {
  opacity: 0.7;
}
.profile-grid {
  gap: 0;
  align-items: start;
  margin-top: 5rem;
}
.profile-img {
  padding-right: 6rem;
}
.profile {
  padding: 8rem 0;
}
.service01-grid {
  margin-top: 6rem;
}
.service01-grid span {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  display: block;
}
.case-box {
  border: 1px solid #472e1f;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  max-width: 48.6%;
	margin-bottom: 6rem;
	width: 100%;
}
.case-title {
  position: relative;
  margin-top: -10rem;
}
.case-number {
  background: #4a2e1d;
  color: #fff;
  display: inline-block;
  padding: 8px 3rem;
  border-radius: 20px 20px 20px 0;
  font-size: 2.4rem;
  position: absolute;
  top: -20px;
  z-index: 3;
}

.speech-bubble {
  background: #f29700;
  color: #fff;
  font-size: 1.8rem;
  padding: 14px;
  margin-top: 8px;
  position: relative;
  border-radius: 20px;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 3.5rem;
  line-height: 1.5;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #f29700 transparent transparent transparent;
}

.case-image img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.case {
  padding: 10rem 0 3rem;
}
.case-description {
  font-size: 16px;
  line-height: 1.8;
}
.case-grid {
  align-items: normal;
  margin-top: 13rem;
  gap: 6rem 3rem;
	display: flex;
	flex-wrap: wrap;
}
.p-sec02-lead {
  background: #f29700;
  border-radius: 20px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 4rem 15px;
  color: #fff;
  margin-top: 4rem;
}
.p-sec02-contents__box.-bg-w {
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
}
.p-sec02.p-sec03 {
  background: #fff !important;
}
.flow {
  background: #fff7e6;
  padding: 8rem 15px;
	position: relative;
}
.step-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.step-box {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  padding-top: 6.5rem;
}

.step-badge {
  background: #e95145;
  color: #fff;
  font-weight: bold;
  padding: 11px 16px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.step-num {
  font-size: 52px;
  font-weight: bold;
  color: #f29700;
  margin-bottom: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -20px;
  font-family: "Kumbh Sans";
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}

.step-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 0 2rem;
}

.step-box img {
  width: 100%;
  height: auto;
  display: block;
}
.faq .inner {
  background: #fff7e6;
  border-radius: 20px;
  padding: 8rem 15px 10rem;
}
.faq .c-heading01 {
  margin-bottom: -3.5rem;
  position: relative;
  z-index: 3;
}
/* --------------------------------
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 40px 23px 20px;
  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: #472e1f;
  font-weight: 700;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
  font-weight: bold;
}

.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #472e1f;
  border-right: 3px solid #472e1f;
  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;
  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: #f29700;
  font-weight: 700;
}
.faq.inner {
  max-width: 1000px;
}
.faq {
  padding-top: 6rem;
  padding-bottom: 10rem;
}

@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 #472e1f;
    border-right: 3px solid #472e1f;
  }
  .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;
  }
}
.accordion {
  max-width: 900px;
  margin: auto;
}

.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}

.context h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.area {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: #fff7e6;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.case-slider {
	margin-top: 2rem;
}
.case-slider img {
  max-width: 100%;
  height: auto;
  display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.case-slider .slick-dots li.slick-active button:before,
.media-slider .slick-dots li.slick-active button:before{
	color: #f29700;
}
/* mq */
@media screen and (min-width: 767px) and (max-width: 1270px) {
  .header__item:not(:first-of-type) {
  margin-left: 1.5rem;
}
	.header__btn {
		padding: 1rem;
	}
	.header__btn::before {
		display: none;
	}
	.header_contact {
		padding-left: 2rem;
	}
	.header__list {
		padding: 11px 15px;
	}
	.header__nav {
		margin-right: 1rem;
	}
	.header__top {
		padding-right: 0;
	}
	.header__logo {
		width: 15rem;
	}
}
@media screen and (max-width: 767px) {
  .home-links .inner {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .home-links a {
    padding: 0;
  }
  .p-home-sec01__box {
    flex-direction: column;
	  gap: 2rem;
  }
  .p-home-sec01 {
    padding: 4rem 0 2rem;
  }
  .bnr {
    margin-top: 4rem;
  }
  .p-about .en {
    margin-bottom: 4vw;
  }
  .p-service-lead {
    margin-top: 4rem;
  }
  .home-works {
    padding: 6rem 0;
  }
  .home-works__container {
    grid-template-columns: 1fr;
  }
  .home-works__title {
    width: 100%;
  }
  .service_body {
    flex-direction: column;
  }
  .service_menu:nth-child(1) .service_menu_item {
    border-radius: 2rem;
  }
  .service_menu:nth-child(2) .service_menu_item {
    border-radius: 2rem;
  }
  .service_menu_item__ttl {
    font-size: 2.4rem;
  }
  .service_menu_item__arrow {
    width: 5rem;
    height: 5rem;
  }
  .media .grid-col02 {
    grid-template-columns: 1fr;
  }
  .media {
    margin-top: 0;
  }
  .media .grid-col02 img {
    margin-top: 0;
  }
  .cta-ttl {
    font-size: 2rem;
  }
  .footer-ttl {
    font-size: 2.2rem;
  }
  .footer-ttl span {
    font-size: 2rem;
  }
  .footer-inner {
    flex-direction: column-reverse;
  }
  .home-works {
    padding: 6rem 15px !important;
  }
  .service01-grid span {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .speech-bubble {
    height: 100px;
    padding-left: 14px;
    font-size: 16px;
  }
  .case-number {
    font-size: 2rem;
  }
  .p-sec02-lead {
    font-size: 2rem;
    line-height: 1.5;
    padding: 2rem 15px;
  }
  .p-sec02-contents__box.-odd {
    flex-direction: column-reverse !important;
  }
  .p-sec02-contents__box.-bg-w {
    padding: 1.6rem;
  }
  .flow {
    padding: 6rem 0;
  }
  .step-flow {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 1rem;
  }
  .step-box {
    padding-top: 5.5rem;
  }
  .faq .c-heading01 {
    margin-bottom: -2.5rem;
  }
  .faq .inner {
    padding: 5rem 15px 7rem;
  }
  .greeting-grid img {
    padding-right: 0;
  }
  .greeting-grid {
    margin-top: 4rem;
    gap: 2rem;
  }
  .greeting-grid.-odd {
    display: flex;
    flex-direction: column-reverse;
  }
  .greeting-grid span {
    font-size: 2rem;
  }
  .greeting-grid.-odd img {
    padding-left: 0;
  }
  .stay-inner {
    padding: 2rem;
  }
  .stay-area-grid {
    grid-template-columns: 1fr;
  }
  .profile-img {
    padding-right: 0;
  }
  .profile-info {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .name {
    font-size: 2.4rem;
  }
  .name span {
    font-size: 1.8rem;
    margin-left: 1.6rem;
  }
  .eight01 {
    padding: 0;
  }
  .profile {
    padding: 6rem 0;
  }
  .p-company-sec01 {
    padding: 4rem 0;
  }
  .single-news .sub-single__box {
    padding: 0;
  }
  .contact-tab__buttons {
    flex-direction: column;
    gap: 10px;
  }
  .contact-tab__btn {
    width: 100%;
    padding: 1rem;
  }
	.p-home-sec01__btn-wrap {
		margin-top: 0;
	}
	.service_menu_item__img,
	.service_menu_item{
		aspect-ratio: 3/ 2;
	}
	.service_menu {
		margin-top: 2rem;
	}
	.footer-address {
		height: auto;
		padding: 2rem 1rem;
		gap: 1rem;
		flex-direction: column;
	}
	.case-grid {
		display: block;
	}
	.case-box {
		width: 100%;
		margin-bottom: 12rem;
		max-width: 100%;
	}
  .footer-ttl.bk {
    font-size: 2.2rem;
    color: #000000;
}
.footer-ttl.bk::before {
    background: #000000;
}
}
/* mq */

.heading_txt {
    margin: 2rem auto;
    max-width: 100rem;
}

.news-template-default.single.single-news .btn.-color:hover {
    color: #472e1f;
}

.note {
    background: #f29701;
    color: #fff;
    padding: 2rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 2rem;
}

@media screen and (max-width: 767px) {
.case-box:last-child {
    margin-bottom: 3rem;
}
}

@media (max-width: 767px) {
  .media-carousel { width: 100%; }
}

/* 画像拡大しない */
.home-mv__slide img {
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}


.home-mv .slick-track img {
  opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* .media-img {
    display: flex;
    gap: 1rem;
} */

.grid-col02.-media-grid {
	display: flex;
}
.media-slider {
	width: 50%;
	margin-top: -10%;
}

.case-slider .slick-prev, .case-slider .slick-next,
.media-slider .slick-prev, .media-slider .slick-next{
	top: 50%;
}
.case-slider .slick-prev:before, .case-slider .slick-next:before,
.media-slider .slick-prev:before, .media-slider .slick-next:before{
	background-image: url(../img/common/arrow-orange.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	opacity: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.case-slider .slick-prev:before,
.media-slider .slick-prev:before{
	transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 767px) {
  .media-carousel { width: 100%; }
	.grid-col02.-media-grid {
		flex-direction: column;
		gap: 2rem;
	}
	.media-slider {
		width: 100%;
		margin-top: 0;
	}
	.case-slider .slick-prev:before, .case-slider .slick-next:before,
	.media-slider .slick-prev:before, .media-slider .slick-next:before {
		width: 36px;
	height: 36px;
	}
}