@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
.gt_float_switcher .gt-selected .gt-current-lang {
  font-size: 1.5rem !important;
  padding: 1rem 1rem 1rem 1rem !important;
}
.sub-archive .news-wrap {
  padding-top: 8vw;
}

.sub-single-create-post .sub-single__category {
  border: 1px solid #fff;
  color: #fff;
}
.sub-single-create-post .sub-single__main h2 {
  background-color: #0f1320;
}
.sub-single-create-post .sub-shop__table {
  width: 100%;
  padding-top: 2vw;
}
.sub-single-create-post .p-works-item-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-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;
  margin-top: -3rem;
  padding-top: 5vw;
}
.sub-single-create-post .p-works-item {
  width: 49%;
  margin-top: 3rem;
}
.sub-single-create-post .p-works-item__img {
  padding-top: 18vh;
  position: relative;
}
.sub-single-create-post .p-works-item__img img {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sub-single-create-post .p-works-item p {
  margin: 0;
  font-size: 1.4rem;
}

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

@media (min-width: 768px) {
  .sub-archive .news-wrap {
    padding-top: 3.2rem;
  }
  .sub-single-create-post .sub-single__main h2 {
    font-size: 2.5rem;
  }
  .sub-single-create-post .sub-shop__table {
    padding-top: 1rem;
  }
  .sub-single-create-post .p-works-item-wrap {
    padding-top: 3rem;
  }
  .sub-single-create-post .p-works-item__img {
    padding-top: 34rem;
  }
}

@font-face {
  src: url("../font/NotoSerifJP-Medium.woff") format("woff");
  font-family: "Noto Serif JP";
  font-style: normal;
  font-display: swap;
}

.sub-concept .c-heading01 {
  /*   font-family: 'Noto Serif JP', serif !important; */
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2.5rem;
  font-weight: bold;
}

.sub-single__main .works_content img {
  margin-top: 0;
}

.sub-single__main .works_content ul {
  margin-top: 0;
}

.sub-single__main .works_content li {
  margin-left: 0;
}

.sub-single__main .works_content li::before {
  content: none;
}

.project-slider__item {
  position: relative;
  padding-top: 25rem;
}
.project-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
  object-fit: contain;
}
.project-slider__arw {
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
  width: 4rem;
  height: 5rem;
  background-color: #e73c17;
}
.project-slider__arw.prev::before,
.project-slider__arw.next::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  position: absolute;
}
.project-slider__arw.prev {
  /* border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; */
  left: 0;
}
.project-slider__arw.prev::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  left: 1.8rem;
}
.project-slider__arw.next {
  /* border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; */
  right: 0;
}
.page-id-11 .project-slider__arw.next {
	right: 30vw;
}
.project-slider__arw.next::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
.project-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  padding-top: 2rem;
  margin-top: -0.5rem;
}
.project-slider__dots li {
  opacity: 0.5;
  position: relative;
  width: 13%;
  padding-top: 7%;
  cursor: pointer;
  margin-right: 0.5%;
  margin-top: 0.5rem;
}
.project-slider__dots li:last-child {
  margin-right: 0;
}
.project-slider__dots li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-slider__dots .slick-active {
  opacity: 1;
  /* border: 1px solid #ef6c00; */
}

@media (min-width: 768px) {
  .project-slider__item {
    padding-top: 55rem;
  }
  .project-slider__arw {
    top: 40%;
  }
  .project-slider__arw.prev::before,
  .project-slider__arw.next::before {
    width: 2rem;
    height: 2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.footer_cta {
  position: relative;
  /* background-image: url(../img/home/footer-cta001.jpg); */
  background-size: cover;
  background-position: top center;
  background: #20264e;
  padding: 6rem 15px;
  border-top: 1px solid #fff;

}
.footer_cta_inner {
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
}
.footer_cta_inner .htitle03 {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  padding-bottom: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footer_cta_inner .htitle03 span {
  display: inline-block;
  -ms-flex-order: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.footer_cta_inner .htitle03::after {
  position: absolute;
  bottom: 0;
  right: initial;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #c8b66c),
    color-stop(50%, #fff)
  );
  background-image: linear-gradient(to right, #c8b66c 50%, #fff 50%);
  -webkit-transform: skewX(-50deg);
  transform: skewX(-50deg);
  right: initial;
  left: 50%;
  -webkit-transform: translatex(-50%) skewX(-50deg);
  transform: translatex(-50%) skewX(-50deg);
}
.footer_cta_txt {
  text-align: center;
  padding: 2rem 0 3rem 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}
.footer_btn_wrap {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  flex-direction: row;
}
/*
.btn.-color {
    background: linear-gradient(180deg, #AF9841, #C8B66C);
     border: 1px solid #80bef1; 
    color: #fff;
    font-size: 1.4rem;
}*/

.footer_cta_inner .home-section-title {
  color: #fff;
  margin-bottom: 1rem;
}
.footer_cta_inner .home-section-title span {
  color: #fff;
}
.footer_btn_wrap .btn.-color {
  background: #E03638;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-home-sec03__inner {
  padding-top: 8rem;
}
.c-heading01 {
  font-size: 7vw;
  /*    font-family: serif;*/
  /*    font-weight: 700;*/
  /*    color: #333;*/
  line-height: 1.45;
}
.c-heading01_center {
  text-align: center;
}
.c-heading01 {
  font-size: 3.5rem;
  font-weight: 300;
}
.c-heading01 span {
  display: block;
  /*    color: #2C4667;*/
  font-size: 4vw;
  margin-top: 1vw;
  font-weight: 400;
}
.c-heading01 span {
  font-size: 1.4rem;
  margin-top: 0.8rem;
}
.p-home-sec03__txt {
  line-height: 1.5;
  padding-top: 1rem;
  text-align: center;
}
.inner-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 192rem;
  position: relative;
  width: 100%;
}
.p-home-sec03__item-wrap {
  /* padding-top: 5rem; */
  padding: 5rem 4rem 15rem 2rem;
  background: url(../img/home/top-bg001.png);
  margin-top: 20rem;
  gap: 2rem;
  background-size: cover;
}

.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item {
  color: #fff;
  /* box-shadow: 0 0 24px rgba(0,0,0,.1); */
  margin-top: -20rem;
  border-right: 20px solid #fff;
  margin-right: -20px;
  border-bottom: 20px solid;
  border-left: 20px solid;
  border-top: 20px solid;
}
.p-home-sec03 .item__link {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.p-home-sec03 .item__link01 {
  background-image: url(../img/home/sec03-02.jpg);
  background-position: top;
}

.p-home-sec03 .item__inner {
  position: relative;
  z-index: 1;
  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: 8rem 2rem;
}

.p-home-sec03 .item__ttl {
  font-size: 6vw;
  font-weight: bold;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.p-home-sec03 .item__txt {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 2rem;
}
.p-home-sec03 .item__link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-sec03 .item:nth-child(2),
.p-home-sec03 .item:nth-child(3) {
  border-left: none;
}
.p-home-sec03 .item__link02 {
  background-image: url(../img/home/sec03-01.jpg);
  background-position: top;
}
.p-home-sec03 .item__link03 {
  background-image: url(../img/home/sec03-03.jpg);
}
.home-section-title.-border-none.-center.-black {
  padding-top: 3rem;
  margin-bottom: 0rem;
}
.p-home-sec03 .inner.inner_news {
  padding-bottom: 12rem;
}

/*PC*/
@media (min-width: 1168px) {
  .c-heading01 {
    font-size: 5rem !important;
  }
  .sub-contact .c-heading01 {
    font-size: 3rem !important;
  }
  .sub-contact__tel {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-sec03__item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5rem;
  }
  .p-home-sec03__item {
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-sec03 .item__link {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-home-sec03 .item__inner {
    padding: 12rem 5rem;
  }
  .p-home-sec03 .item__ttl {
    font-size: 2.4rem;
  }
  .p-home-sec03 .item__link:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 767px) {
  .p-home-sec03__inner {
    padding-top: 5rem;
  }
  .p-home-sec03__item-wrap {
    padding: 5rem 4rem 4rem 2rem;
    margin-top: 5rem;
  }
  .c-heading01 {
    font-size: 6vw;
  }
  .p-home-sec03__txt {
    font-size: 4vw;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .p-home-sec03 .item:nth-child(2),
  .p-home-sec03 .item:nth-child(3) {
    border-left: 10px solid #fff;
    margin-top: 2rem;
  }
  .p-home-sec03 .item {
    margin-top: 0;
    border: 10px solid;
  }
  .sub-contact__box .c-heading01 {
    text-align: center;
  }
  .sub-contact__btm {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sub-contact__tel {
    margin-top: 3vw;
  }
  .sub-contact__time {
    margin-left: 0;
    margin-top: 3vw;
  }
  .sub-contact__box {
    margin-top: 16vw;
  }
  .p-home-sec03 .inner {
    padding-bottom: 0rem;
  }
  .p-home-sec03 {
    padding-left: 0vw;
    padding-right: 0vw;
    margin-top: 5rem;
  }
  .inner.p-home-sec03__inner {
    padding-bottom: 0;
  }
}

/*sp_cta*/
@media screen and (max-width: 767px) {
  .sp_cta {
    position: fixed;
    width: 100%;
    display: block;
    height: 55px;
    bottom: 0;
    z-index: 2;
    background: #0f1320;
    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: #B29059;
    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: 2rem;
    left: 1.4rem;
    width: 1.4rem;
    height: 2rem;
  }
  .sp_cta a span {
    font-weight: 700;
  }
  .sp_cta a:last-child {
    background: #E03638;
    border-left: 2px solid #fff;
  }

  .sp_cta a span::before {
    /*    background-image: url(../img/common/tel-color.svg);*/
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    left: -25px;
    top: 10px;
  }
  .sp_cta a:last-child::before {
    position: absolute;
    content: "";
    background-image: url(../img/common/header_icon001.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 1.8rem;
    left: 1.3rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .footer-contact {
    padding-top: 4vh;
  }
}
.catch-txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 6rem;
  font-weight: 300;
  color: #fff;
}
.catch-txt p {
  font-size: 2rem;
  color: #8f8f8f;
  font-weight: 300;
  margin-top: 1rem;
}
.home-shop__img img {
  aspect-ratio: 3 / 1;
  object-fit: cover;
}
.home-shop .home-section__desc {
  width: 100%;
}
.home-shop__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.home-shop__imgs .img01 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.home-shop__img-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 450px;
  margin: auto;
}
.home-shop__img-logo .img02 {
  width: 6rem;
}
.home-shop__img-logo .img03 {
  width: 100%;
}
.home-shop .home-section__desc {
  margin-top: 3rem;
}
.p-home-sec03 .home-section-title {
  margin-bottom: -3rem;
}
.p-home-sec01 .home-section-title {
  margin-bottom: 0;
}
.cat-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-contact .c-heading01 {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}
.sub-contact .c-heading01 span {
  display: inline-block;
  margin-top: 0;
}
.sub-shop__container.-info {
  flex-direction: column-reverse;
}
.sub-shop__container.-info .sub-shop__img {
  width: 100%;
}
.sub-shop__container.-info .sub-shop__table {
  width: 100%;
  margin-top: 2rem;
}
.p-profile-sec01 {
  background: #222;
}
.p-profile-sec01 .c-heading01,
.p-profile-sec01 .c-heading01 span,
.p-profile-sec01 .en_txt {
  color: #fff;
}
.p-profile-sec01__birth {
  /* margin-top: 2rem; */
  line-height: 2;
	margin-bottom: 10rem;
}
.profile-img {
  width: 14rem;
}
.profile__container {
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.greeting {
  padding: 8rem 0;
}
.greeting-grid {
  margin-top: 4rem;
}
.sub-concept {
  padding-top: 0;
}
.service-catch-img {
  margin-top: 5rem;
}
.service-catch-img img {
  aspect-ratio: 5 / 2;
  object-fit: cover;
}
.c-flexbox01__head img,
.c-flexbox02__head img {
  /* aspect-ratio: 5 / 3;
  object-fit: cover; */
}
.about-sec01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 8rem;
}
.about-sec01 img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.about-sec01 p {
  line-height: 2;
  text-align: center;
  color: #333;
}
.sub-concept-sec02 {
  margin-top: 13rem;
}
.about_lead_btn {
  margin-top: 4rem;
}
.about_lead_area p,
.about_lead_area .home-section-title.-center,
.about_lead_area .home-section-title span {
  color: #fff;
}
.about_lead_area .btn {
  background-color: #fff;
  color: #000;
}
.about-sec04 {
  padding-top: 10rem;
}
.flow {
  padding-left: 120px;
  position: relative;
  max-width: 670px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #e73c17;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e73c17;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #e73c17;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  color: #000;
  margin-bottom: 1vh;
}
.flow > li dl dt span {
  font-size: 16px;
  font-weight: 300;
}
.flow > li dd {
  margin-top: 2rem;
  line-height: 2;
}
.flow > li dd a {
  color: #e73c17;
  display: inline-block;
  transition: all 0.3s;
}
.flow > li dd a:hover {
  opacity: 0.7;
}
.company-table th {
  text-align: left;
}
.privacy-policy {
  height: 200px;
  max-width: 90rem;
  width: 100%;
  padding: 0 2em 2em 1em;
  overflow-y: scroll;
  text-align: left;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #141414;
  margin: 0 auto;
}
.privacy-policy__head {
  margin-top: 14px;
  margin-bottom: 2px;
  font-weight: 700;
}
.privacy-policy p {
  line-height: 1.5;
}

.type4 .type4-menu a {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 10px;
}
/* .type4 .type4-menu a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #F05152;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
} */
.type4 .type4-menu a span {
  display: block;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.type4 .type4-menu a span.ja {
  position: absolute;
  top: 101%;
  left: 0%;
  font-size: 16px;
  white-space: nowrap;
}
.type4 .type4-menu a:hover::after {
  width: 100%;
}
.type4 .type4-menu a:hover span.en {
  transform: translate(0%, -150%);
}
.type4 .type4-menu a:hover span.ja {
  top: 25%;
  opacity: 1;
}
.home-service {
  margin-top: 15rem;
}
.p-home-sec01__cont .slick-slide {
  margin: 0 10px;
}
.slick-dots li button:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e73c17;
  font-size: 14px;
}
.slick-dots {
  bottom: -35px;
}
.p-panel__category-name {
  background: #e73c17;
  color: #fff;
  padding: 5px 1rem;
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #B29059;
  margin-top: 1rem;
}
.p-panel__ttl h3 {
  text-align: left;
  padding: 10px;
  color: #fff;
}
.p-panel__ttl h3 {
  color: #333;
}
.works-category-list ul {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.works-category-list li {
  background-color: #0f1320;
  color: #fff;
  margin: 10px;
}
.works-category-list li a {
  padding: 7px 10px;
}
.home-gallery {
  margin-top: 13rem;
}
.home-gallery-grid {
  display: grid;
  grid-template-columns: 58.5% 40%;
  gap: 2rem;
}
.home-gallery-grid div {
  display: grid;
  gap: 2rem;
}
.home-gallery-grid_big img {
  aspect-ratio: 7 / 6;
  object-fit: cover;
}
.p-panel__inner-works .p-panel__ttl h3 {
  color: #fff;
  padding: 1rem 1rem 5px;
}
.p-panel__inner-works .p-panel__category-name {
  background: none;
  color: #fff;
}
.service-works .p-panel__item {
  width: 100%;
}
.jbc-img {
  max-width: 180px;
  width: 100%;
  margin: auto;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.p-flow-sec02 {
  padding: 3rem 0 8rem 0;
  background-image: url(../img/home/main_bg001.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.p-flow-sec02 .inner {
  padding-top: 2.4rem;
  filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  -webkit-filter: drop-shadow(0px 0px 3px rgba(160, 160, 160, 0.2));
  border-radius: 10px;
}

.p-flow-sec02 .flow_content {
  padding: 60px 80px;
}
.p-flow-sec02 .flow_content .row {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.p-flow-sec02 .flow_content .row {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}
.p-flow-sec02 .flow_content .img {
  width: 40%;
}
.p-flow-sec02 .flow_content .detail {
  padding: 0 0 0 50px;
  margin-top: 10px;
  position: relative;
}
.p-flow-sec02 .flow_content .detail {
  width: 60%;
  padding: 0 20px 0 100px;
}
.p-flow-sec02 .flow_content .detail .num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.5rem;
  border-radius: 50%;
  color: #000;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60113', endColorstr='#f8b62d',GradientType=1 );
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2rem;
  padding: 10px 0 20px 0;
}
.p-flow-sec02 .flow_content .detail .head {
  font-size: 2.4rem;
  padding: 20px 0;
  font-weight: 700;
  color: #fff;
}
.p-flow-sec02 .flow_content .detail .text {
  line-height: 1.5;
  color: #fff;
}
.p-flow-sec02 .flow_content .row + .row {
  margin-top: 30px;
}
.p-flow-sec02 .note_bottom {
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .sub-reserve-faq {
    margin-bottom: 4rem;
    padding: 10px;
    margin-top: 0;
  }
  .p-flow-sec02 .flow_content {
    padding: 0px;
  }
  .p-flow-sec02 .flow_content .row {
    flex-direction: column-reverse;
  }
  .p-flow-sec02 .flow_content .detail {
    width: 100%;
    padding: 0 0px 0 40px;
  }
  .p-flow-sec02 .flow_content .detail .head {
    font-size: 2rem;
    padding: 5px 0 15px 0;
  }
  .p-flow-sec02 .flow_content .detail .text {
    font-size: 1.5rem;
  }
  .p-flow-sec02 .flow_content .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .p-flow-sec02 .flow_content .detail .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.8rem;
  }
  .p-flow-sec02 {
    padding: 4rem 1rem 4rem 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-sp__logo {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .logo-icon {
    width: 4rem;
  }
  .catch-txt {
    margin-top: 4rem;
    font-size: 1.4rem;
	  text-align: left;
	  padding: 0 15px;
  }
  .catch-txt p {
    font-size: 14px;
    max-width: 300px;
    margin: 1rem auto 0;
  }
  .home-section-title {
    margin-bottom: 2rem;
  }
  .p-home-sec01__btn-wrap {
    margin-top: 3rem;
  }
  .home-shop__imgs {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-shop__img-logo {
    display: grid;
    grid-template-columns: 10% 87%;
    gap: 1rem;
  }
  .p-home-sec03 .home-section-title {
    margin-bottom: 0;
  }
  .footer_btn_wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .footer_btn_wrap .btn {
    width: 60vw;
  }
  .footer_btn_wrap .tel__link::before {
    left: 3rem;
    top: 3.6vw;
  }
  .footer-contact .left__txt {
    padding-top: 2rem;
  }
  .about-sec01 {
    grid-template-columns: 1fr;
    margin-top: 6rem;
  }
  .about-sec04 {
    padding: 6rem 0 6rem 5vw;
  }
  .flow > li dl::after {
    width: 15px;
  }
  .flow > li dl {
    padding-left: 24px;
  }
  .flow {
    padding-left: 76px;
  }
  .flow > li .icon {
    padding: 8px 10px;
  }
  .flow > li .icon {
    left: -85px;
  }
  .flow::before {
    left: 76px;
  }
  .flow > li dl dt {
    line-height: 1.5;
  }
  .logo2 img {
    width: 8rem;
    margin: auto;
  }
  .sub-concept-sec02 {
    margin-top: 5rem;
  }
  .u-pt100 {
    padding-top: 7rem;
  }
  .profile-img {
    width: 100%;
  }
  .profile__container {
    gap: 0;
  }
  .sub-shop__table th {
    text-align: left;
  }
  .c-news__ttl {
    padding-top: 1rem;
    margin-top: 3px;
  }
  .nav-sns {
    width: 30px;
    margin: 2rem auto 0;
  }
  .sub-contact .c-heading01 {
    gap: 1rem;
  }
  .home-service {
    margin-top: 1rem;
    padding: 0 15px;
  }
  .works-category-list ul {
    flex-wrap: wrap;
  }
  .works-category-list li {
    margin: 3px;
  }
  .p-panel__ttl h3 {
    font-size: 14px;
  }
  .slick-dots {
    bottom: -25px;
  }
  .home-gallery {
    margin-top: 0;
    padding-bottom: 0;
  }
  .home-gallery-grid {
    grid-template-columns: 57.5% 40%;
    gap: 1rem;
  }
  .home-gallery-grid div {
    gap: 5px;
  }
  .home-gallery-grid_big img {
    aspect-ratio: 8 / 7;
  }
  .p-home-sec03 .inner.inner_news {
    padding-bottom: 7rem;
  }
  .slick-dots li button:before {
    font-size: 4px;
  }
  .slick-dots li.slick-active button:before {
    font-size: 10px;
  }
  .service-works {
    margin-top: 0;
  }
  .sub-archive .p-panel {
    grid-template-columns: 1fr;
  }
  .jbc-img {
    margin-top: 0;
  }
}
.header__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
	font-size: 16px;
}
.header__link span {
	font-weight: bold;
}
.header__link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 1.5px;
  background: #B29059;
  transition: width 0.3s ease, left 0.3s ease;
}

.header__link:hover {
  color: #B29059;
  transition: all 0.3s ease;
}

.header__link:hover::after {
  width: 100%;
  left: 0;
}

.dropdown-menu {
  visibility: hidden;
  position: absolute;
  top: 170%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 5px;
  margin: 0;
  list-style: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  width: 20rem;
}

.dropdown-menu li {
  margin: 0;
  padding: 0;
}

.home .header-item a.dropdown-link,
.dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-link a {
  color: #333;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

li.header__item.-dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 100%;
}
.header__item {
  position: relative;
}
.nav-drawer__link.-sub {
  font-size: 5.5vw;
  margin: 4vw 0 0 4vw;
  text-transform: uppercase;
}
.home-mv .slick-slide {
  transform: scale(1);
  transition: transform 5s ease-in-out, opacity 1.5s ease-in-out;
  opacity: 0; /* 初期状態を非表示に */
}

.home-mv .slick-slide.slick-current {
  opacity: 1; /* 最初のスライドは表示 */
}

.home-mv .slick-slide.add-animation {
  transform: scale(1.1); /* 10%拡大 */
}

body {
  background-color: #0f1320;
  background-image: url("https://www.transparenttextures.com/patterns/black-paper.png");
}
.concept-section {
  margin: 0 auto;
  padding: 100px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
	background: #F6EFE3;
}
.concept-section.-bg01 {
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/binding-light.png");
  position: relative;
}
.concept-section.-bg01 .concept-title,
.concept-section.-bg01 .concept-subtitle,
.concept-section.-bg01 .concept-text {
  color: #333;
}

.concept-header {
  margin-bottom: 60px;
}

.concept-title {
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
   
}

.concept-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  margin-top: 15px;
}

.concept-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
  position: relative;
}

.concept-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-align: left;
}
.concept-text p {
  margin-bottom: 15px;
}
.concept-image {
/*   flex: 1; */
  overflow: hidden;
}
.concept-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 8s ease-in-out;
}
.concept-image img:hover {
  transform: scale(1.05);
}
.concept-section:nth-child(even) .concept-content {
  flex-direction: row-reverse;
}
.concept-image.-float01 {
  position: absolute;
  bottom: -26%;
  left: 24%;
  width: 35vw;
}
.concept-image03 {
  width: 40vw;
  margin-left: auto;
  margin-top: 6rem;
}
.home-concept {
  position: relative;
  background: url("../img/home/home-concept-bg.jpg") center/cover no-repeat;
  padding: 15vw 5vw;
  text-align: center;
  color: #fff;
}
.home-concept::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 黒のオーバーレイ（透過50%） */
  z-index: 1;
}

.home-concept__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.home-concept__title {
  font-size: 4rem;
  font-weight: 700;
   
  margin-bottom: 2rem;
}

.home-concept__subtitle {
  font-size: 2rem;
  font-weight: 500;
   
  margin-bottom: 2.5rem;
}

.home-concept__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.button-custom,
a.button-custom,
button.button-custom {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.button-svg {
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a.button-svg.-blue span{
	color: #131835;
}
a.button-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.button-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #B29059;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}
a.button-svg:hover svg rect {
  stroke-dashoffset: 284px;
}
a.button-svg span {
  color: #fff;
}
.button-custom {
  margin-top: 3rem;
}
.home-section-title {
  position: relative;
}

.home-center .home-section-title::before {
  transform: translateX(0);
  left: 0;
  bottom: -30%;
}
.home-section__btn {
  margin-top: 2rem;
}
.home-deco-img img {
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.home-deco-img {
  width: 80vw;
  margin-top: 8rem;
}
.c-news {
  margin-top: 8rem;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
  height: auto;
}
.home-deco-img02 {
  margin: 5% 10% 6rem 10%;
}
.l-page-cover__wrap {
  padding: 9rem 0;
}
.slider2 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  /* padding: 10px; */
}
.slider2 .slick-slide {
  margin: 0 0px;
}
.gallery_slider {
  margin-top: 6rem;
}
.home-section-title.-no::before {
  content: none;
}
.sub-concept-sec02 .home-section__desc {
  width: 100%;
}
.process {
  max-width: 1000px;
  margin: auto;
  padding: 50px 20px 15rem;
}
.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.step {
  width: 48%;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.step-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00a2e8;
  margin-right: 15px;
}
.step-content h2 {
  font-size: 1.2rem;
  margin: 0;
}
.step-content p {
  font-size: 1rem;
  color: #ccc;
  margin: 5px 0 0;
}

.process-details {
  margin-top: 50px;
}
.detail {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #666;
  padding: 20px 0;
}
.detail-number {
  background: #c0392b;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  margin-right: 20px;
}
.detail-content h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.detail-content ul {
  padding-left: 20px;
}
.detail-content ul li {
  margin-bottom: 5px;
}
.timeline {
  margin-left: auto;
  font-size: 0.9rem;
  color: #aaa;
}
.flow_design07 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow07 {
  padding-left: 0;
  color: #fff;
  margin-top: 5rem;
}

.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: #000;
  text-align: center;
  background: #fff;
  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 #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.flow07 > li .icon07 span {
  font-weight: 600;
  color: #E03638;
  line-height: 1.5;
}

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

.flow07 > li dl dt {
  padding: 0 0 15px;
  margin: 0 0 15px;
  font-size: 2.4rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
   
}
.flow07 > li dl dt::after {
  content: "";
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #E03638;
}

.flow07 > li dl dd {
  margin: 0;
  line-height: 2;
}
.flow07 > li dl dd span {
  display: block;
  line-height: 2;
  padding-left: 3rem;
  position: relative;
	font-size: 16px;
}
.flow07 > li dl dd span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #E03638;
  border-radius: 50px;
  left: 9px;
  top: 9px;
}
.flow07 > li dl dd span span {
  color: #00c1dd;
  position: static;
  padding-left: 2rem;
}
.sub-shop__text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step {
    width: 100%;
  }
  .detail {
    flex-direction: column;
  }
  .timeline {
    margin-left: 0;
    margin-top: 10px;
  }
}
.profile {
  margin-top: 12rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/binding-light.png");
  position: relative;
}
.company-sec01-ttl {
  font-size: 11rem;
   
  color: #fff;
  padding-left: 15px;
  text-align: left;
}
.company-sec01-ttl span {
  font-size: 1.6rem;
  display: block;
  margin-top: 2rem;
}
.company-sec01 {
  background-image: url(../img/sub/company/about.jpg);
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-size: cover;
  background-position: center;
}
.company-sec01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 透明度50%の黒 */
  z-index: 1;
}

.company-sec01 * {
  position: relative;
  z-index: 2;
}
.profile .sub-shop__table {
  width: 55rem;
}
.profile .sub-shop__table tr {
  padding: 1.8rem 0;
}
.profile .sub-shop__table th {
  width: 8rem;
}
.profile .about-sec01 {
  gap: 3rem;
}
.p-home-sec01__slider {
  right: -20%;
}
.home-section-title.-vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  left: 8%;
  color: #fff;
}
.home-section-title.-vertical {
  color: #333;
}
.home-section-title.-vertical::before {
  bottom: -17%;
}
.single .project-slider__arw.next::before {
  right: 1.8rem;
}
.sub-shop {
  margin-top: 10rem;
	padding-top: 6rem;
	background: #f6efe2;
}
.home-section__desc-list {
  list-style: none;
  padding: 0;
  color: #fff;
  counter-reset: list-counter;
}

.home-section__desc-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 2;
  counter-increment: list-counter;
}

.home-section__desc-list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: white;
  background: #E03638;
  border-radius: 50%;
}
.fade-filter {
  position: relative;
  /* display: inline-block; */
  overflow: hidden;
}

.fade-filter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(18, 24, 54);
  transition: transform 0.5s ease-out;
  transform: scaleX(1);
  transform-origin: left;
}

.fade-filter.show::before {
  transform: scaleX(0);
}
.header__main {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__contact a {
  padding: 1.2rem 2rem 1.3rem;
  padding-left: 5rem;
  background: #E03638;
   
  position: relative;
  transition: all 0.3s;
}
.header__contact a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 10%;
  background-image: url(../img/common/header_icon001.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__contact a:hover {
  opacity: 0.7;
}
.concept-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.concept-image img {
  width: 60vw;
}
.stroke-animate {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2rem;
}

/* ボーダーの基本設定 */
.stroke-animate .border {
  content: "";
  position: absolute;
  opacity: 0;
}

/* 上下ボーダー */
.stroke-animate .border.top,
.stroke-animate .border.bottom {
  width: calc(100% - 20px);
}

.stroke-animate .border.top {
  border-top: 2px solid #B29059;
  right: 0;
  top: 0;
}

.stroke-animate .border.bottom {
  border-bottom: 2px solid #B29059;
  left: 0;
  bottom: 0;
}

/* 左右ボーダー */
.stroke-animate .border.right,
.stroke-animate .border.left {
  height: calc(100% - 20px);
}

.stroke-animate .border.right {
  border-right: 2px solid #B29059;
  right: 0;
  top: 0;
}

.stroke-animate .border.left {
  border-left: 2px solid #B29059;
  left: 0;
  bottom: 0;
}

/* ボーダーアニメーション */
.stroke-animate.is-animated .border {
  opacity: 1;
}

.stroke-animate.is-animated .border.top,
.stroke-animate.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.stroke-animate.is-animated .border.right,
.stroke-animate.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}
.home-section-title.-bk {
  color: #333;
}
.home-section__desc.-bk {
  color: #333;
}
a.button-svg.-bk span {
  color: #333;
}
.concept-header.-deco {
  position: relative;
}
.deco01 {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  opacity: 0.7;
}
.p-home-sec01 {
  position: relative;
}

.shake-fade {
  opacity: 0;
  transform: translateY(50px) rotate(2deg); /* 最初は少し下＋傾ける */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.shake-fade.is-visible {
  opacity: 1;
  transform: translateY(0) rotate(0);
  animation: shake-fade 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 揺れつつバウンドする動き */
@keyframes shake-fade {
  0% {
    transform: translateY(50px) rotate(2deg);
    opacity: 0;
  }
  30% {
    transform: translateY(-10px) rotate(-1deg);
    opacity: 1;
  }
  50% {
    transform: translateY(5px) rotate(1deg);
  }
  70% {
    transform: translateY(-3px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.concept-section.-bg01 .deco01 {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 250px;
  height: 250px;
}
.concept-section.-bg01 .deco02 {
  position: absolute;
  bottom: 11%;
  right: 0;
  width: 135px;
  opacity: 0.7;
}
.p-home-sec01 .deco01 {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 0;
  width: 500px;
  opacity: 0.7;
}
.footer_cta .container {
  text-align: center;
}
.footer_cta_wrapper {
  max-width: 116.8rem;
  width: 100%;
  position: relative;
}
.footer_cta_wrapper .deco01 {
  content: "";
  width: 200px;
  height: 250px;
  position: absolute;
  top: -7%;
  left: 2%;
}
.footer_cta_wrapper .deco02 {
  content: "";
  width: 460px;
  height: 115px;
  position: absolute;
  bottom: -3%;
  right: 0%;
}
.footer_btn_wrap .tel__link {
  position: relative;
  background: #fff !important;
  color: #333 !important;
  border: 1px solid #E03638 !important;
}
.sub-concept__box .c-flexbox01 {
  position: relative;
}
.sub-concept__box .c-flexbox01 .deco01 {
  content: "";
  width: 600px;
  height: 133px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 0;
}
.c-flexbox02__body {
  position: relative;
}
.sub-concept__box .c-flexbox02 {
  position: relative;
}
.sub-concept__box .c-flexbox02 .deco02 {
  content: "";
  width: 600px;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}
.about-sec01__body {
  position: relative;
}
.about-sec01__body .deco01 {
  width: 16vw;
  max-width: 160px;
  position: absolute;
  top: -21%;
  right: -20%;
  z-index: 1;
  opacity: 0.8;
}
.about-sec01 .deco01 img {
  aspect-ratio: auto;
}
.profile-body {
  position: relative;
}
.profile-body .deco01 {
  content: "";
  width: 400px;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 0;
  opacity: 0.8;
}
.company-table.sub-shop__table td span {
  color: #131835;
}
.concept-section {
  position: relative;
  /* overflow: hidden; */
}

.concept-bg {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 70rem;
  height: 70rem;
  opacity: 0.4;
}

.circleText {
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: rotation 30s linear infinite;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: #c69c6d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
   
}
.profile .about-sec01 {
	grid-template-columns: 45% 52%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* レスポンシブ対応 */
@media (max-width: 767px) {
  .home-concept {
    padding: 20vw 8vw;
  }

  .home-concept__title {
    font-size: 3rem;
  }

  .home-concept__subtitle {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .concept-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .concept-text {
    text-align: center;
    font-size: 14px;
  }
  .concept-section:nth-child(even) .concept-content {
    flex-direction: column-reverse;
  }
  .concept-title {
    font-size: 3rem;
  }
  .concept-image.-float01 {
    bottom: -1%;
    left: 0%;
    width: 58vw;
  }
  .concept-image03 {
    width: 60vw;
    margin-top: 2rem;
  }
  .p-home-sec01 {
    padding-bottom: 5rem;
  }
  .p-home-sec03__cont {
    padding: 3rem 15px;
  }
  .c-news__link {
    padding-left: 0;
  }
  .c-news {
    margin-top: 0;
  }
  .c-news__img {
    width: 27%;
  }
  .p-home-sec03__btn-wrap {
    padding-top: 1rem;
  }
  .home-deco-img02 {
    margin: 0 0 4rem 0;
  }
  .footer_cta_inner {
    flex-direction: column;
    gap: 1rem;
  }
  .footer_cta_inner {
    padding: 3rem 1.6rem;
  }
  .footer__map iframe {
    aspect-ratio: 3 / 2;
  }
  .l-page-cover__wrap {
    padding: 2rem 0;
  }
  .sub-concept {
    padding-top: 3rem;
  }
  .sub-concept__box {
    padding: 2rem 5vw 0;
  }
  .c-flexbox01,
  .c-flexbox02 {
    flex-direction: column;
  }
  .c-flexbox01__head,
  .c-flexbox02__head {
    width: 100%;
    margin: 0;
  }
  .c-flexbox01__body {
    width: 100%;
    margin-top: 3rem;
  }
  .c-flexbox02__body {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .flow07 {
    margin-top: 5rem;
  }
  .flow07 > li .icon07 {
    width: 75px;
    padding: 2rem 0;
  }
  .flow07 > li .icon07 span {
    font-size: 14px;
  }
  .flow07 > li .icon07::after {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
  .flow07 > li dl {
    padding-left: 15px;
  }
  .flow07 > li dl {
    width: calc(100% - 75px);
  }
  .flow07 > li dl dt {
    font-size: 1.8rem;
  }
  .flow07 > li dl dd span {
    padding-left: 1.5rem;
  }
  .flow07 > li dl dd span::before {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 11px;
  }
  .company-sec01-ttl {
    font-size: 6rem;
  }
  .company-sec01 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
  .company-sec01 * {
    line-height: 1.8;
  }
  .company-sec01-ttl span {
    margin-top: -1rem;
  }
  .sub-shop__table {
    margin: 0 auto 4rem;
  }
  .catch-txt.-spl {
    text-align: left;
  }
  .profile {
    margin-top: 10rem;
    padding-bottom: 8rem;
  }
  .profile .sub-shop__table {
    width: 100%;
  }
  .profile .about-sec01 {
    gap: 0;
  }

  .sub-contact {
    margin-top: 6rem;
  }
  .concept-section {
    padding-top: 4rem;
  }
  .type4 .type4-menu a span.ja {
    font-size: 16px;
  }
  .p-panel__category-name {
    font-size: 14px;
  }
  .deco01 {
    width: 140px;
    top: 15%;
    right: -3rem;
  }
  .concept-section.-bg01 .deco01 {
    width: 110px;
    height: 140px;
    top: 14%;
    left: 2%;
  }
  .concept-image img {
    width: 100vw;
  }
  .concept-section.-bg01 .deco02 {
    width: 80px;
    right: -2%;
    bottom: 2%;
  }
  .p-home-sec01 .deco01 {
    bottom: auto;
    top: 3%;
    left: auto;
    right: 2%;
    width: 210px;
    height: 140px;
  }
  .home-price::after {
    width: 260px;
    height: 180px;
    top: -5%;
    left: 1%;
  }
  .home-price {
    padding: 2rem 0;
  }
  .home-price::before {
    width: 200px;
    height: 70px;
    bottom: -4%;
  }
  .footer_cta_wrapper .deco01 {
    width: 130px;
    height: 140px;
  }
  .footer_cta_wrapper .deco02 {
    width: 230px;
    height: 60px;
  }
  .sub-concept__box .c-flexbox01 .deco01 {
    width: 240px;
    height: 63px;
    right: 0%;
    left: auto;
    bottom: 52%;
  }
	.sub-concept__box .c-flexbox01 .deco01.-reno {
		 bottom: 39%;
		width: 300px;
	}
  .c-flexbox02__body .deco02 {
    width: 110px;
    height: 190px;
    position: absolute;
    top: auto;
    bottom: -20%;
    right: 0%;
  }
  .about-sec01__body .deco01 {
    width: 100px;
    height: 320px;
    top: auto;
    right: -9%;
  }
  .profile-body .deco01 {
    width: 250px;
    height: 75px;
    top: -20%;
    right: auto;
    left: 0;
    opacity: 1;
  }
  .concept-bg {
    width: 35rem;
    height: 35rem;
  }
  .sub-concept__box .c-flexbox02 .deco02 {
    width: 240px;
    height: 63px;
    right: 0%;
    left: auto;
    bottom: 44%;
  }
	.profile .about-sec01 {
		grid-template-columns: 1fr;
	}
	.c-flexbox01__head img, .c-flexbox02__head img {
		max-height: 70vh;
		object-fit: cover;
	}
}

/*2025/02/19*/
.home .project-slider__arw.next {
    right: 30vw;
}
.nav-drawer__link:before {
  content: "";
  position: absolute;
  width: auto;
  height: 70%;
  top: 4px;
  left: -1.5rem;
  border: 0.7px solid #B29059;
  transform: rotate(90deg);
}
li.nav-drawer__item {
    margin: 1rem 0;
}
.nav-drawer__link span {
    font-size: 90%;
    color: #B29059;
    margin: 1rem;
}
.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;
	}
}
.renov-inner {
padding-top: 10vw;
    padding-bottom: 10rem;
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/binding-light.png);
}
.reno-grid .grid-col02_text span {
	font-size: 3rem;
	line-height:1.5;
	 
	font-weight: 500;
	display: block;
	margin-bottom: 2rem;
	
}
.sub-renov-sec02 {
	padding: 6rem 0 0;
}
.sub-renov-sec02 .home-section-title {
	font-size: 3.6rem;
}
.sub-renov-sec02 .home-section__desc {
	max-width: 45rem;
	width: 100%;
	font-size: 16px;
}

.feature-number {
  position: absolute;
  top: -5rem;
  left: -3rem;
  width: 82px;
  height: 82px;
  border: 1px solid #c59c6c;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.32px;
  line-height: 21px;
  color: #c59c6c;
	z-index: -1;
}
.renov-txt_body {
	text-align: center;
	line-height: 2;
	color: #fff;
	font-size: 16px;
}
.renov-txt_body span {
	font-size: 2.2rem;
	font-weight: 500;
	display: block;
	color: #c59c6c;
	margin: 2rem 0;
}
.renov-txt .inner {
	max-width: 90rem;
	border: 1px solid #cccccc;
	padding: 2rem;
}
.renov-txt .inner {
	margin-top: 6rem;
}
.renov-txt {
	position: relative;
	padding-bottom: 4rem;
}
.p-reno-sec02__btn-wrap a {
	color: #fff;
}
/* --------------------------------
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: #ebf6fc; */
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 15px 20px 23px;
  position: relative;
  font-size: 3rem;
  margin-top: 2rem;
  position: relative;
}
.accordion .js-accordion-title::before {
  content: "Q";
  position: absolute;
  display: block;
  width: 2.8rem; /* 画像の幅 */
  height: 4rem; /* 画像の高さ */
  background-size: cover;
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: middle;
    /* background-image: url(../img/common/Q.svg); */
  left: 2.2rem;
  font-size: 3rem;
  color: #E03638;
  font-weight: 900;
}
.accordion .js-accordion-title span {
  font-size: 16px;
  margin-left: 5rem;
  margin-bottom: 5px;
	color: #fff;
}
.accordion {
	margin-top: 4rem;
}
.accordion .js-accordion-title i.arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #E03638;
  border-right: 4px solid #E03638;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s ease-in-out;
}

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

.accordion-content {
  display: none;
  background-color: #f9f9f9;
  padding: 25px 20px;
  font-size: 16px;
  position: relative;
  padding-left: 7rem;
  line-height: 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: #E03638;
  font-weight: 900;
}
.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 #E03638;
    border-right: 3px solid #E03638;
  }
  .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;
  }
}
.flow-description {
color: #fff;
	margin-top: 5rem;
	text-align: center;
	font-size: 16px;
}
.process.-reno {
	padding-bottom: 8rem;
}
.reno-grid .grid-col02_text {
	font-size: 16px;
}
.footer_btn_wrap .btn.-color.-line {
	background: #55c317;
}
.header__item.-sns {
	width: 20px;
	margin-left: 1rem;
}
.line-qr {
	max-width: 200px;
	width: 100%;
	margin: 4rem auto;
}
.contact-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}
.concept-text.-renov {
	padding-left: 5vw;
}
.deco02.-reno {
	bottom: 0;
	width:114px;
}
.header__item.-renov a {
    color: #897763;
    transition: all 0.3s;
}
.header__item.-renov a:hover{
	color: #E03638;
}
@media screen and (max-width: 767px) {
	.reno-grid .grid-col02_text span {
		font-size: 2rem;
		line-height: 1.7;
	}
	.renov-inner {
		padding-bottom: 6rem;
	}
	.sub-renov-sec02 .sub-concept__box {
		margin-top: 5rem;
	}
	.sub-renov-sec02 .home-section-title {
		font-size: 2.6rem;
	}
	.feature-number {
		top: -8rem;
		left: -1rem;
		z-index: 0;
	}
	.renov-txt {
		padding: 4rem 15px 2rem;
	}
	.renov-txt .inner {
		margin-top: 4rem;
		padding: 1.5rem;
	}
	.renov-txt_body {
		text-align: left;
	}
	.renov-txt_body span {
		line-height: 1.5;
		font-size: 2rem;
		margin: 1rem 0;
	}
	.renov-txt .gallery_slider {
		margin-top: 3rem;
	}
	.contact-flex {
		grid-template-columns: 1fr;
		gap: 8rem;
	}
}

.header__item.-renov a {
    color: #fff;
    transition: 0.3s;
}

.header__item.-renov {
    background: #E03638;
    padding: 4px 6px;
    color: #fff;
}
.header__item.-renov a:hover {
    color: #fff;
}

.sp-menu_sns {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}
.sp-menu_sns .header__item.-sns {
    width: 12vw;
    margin-left: 2rem;
}
.sp-menu_sns .header__item:last-of-type a {
    width: auto;
}
.sp-menu_sns .header__item.-sns:first-child {
    margin-left: 0;
}
.banner {
  max-width: 90rem;
  margin: 6rem auto 0;
  padding: 0 15px;
}
.banner a {
  transition: all 0.3s;
}
.banner a:hover {
  opacity: 0.7;
}
.center-txt {
  text-align: center;
  line-height: 2;
}
.greeting-name {
  font-size: 3rem;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
.greeting-name span {
  color: #B29059;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}
.sub-ttl {
  font-size: 2.2rem;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    margin-top: 4rem;
}
.sub-ttl span {
	font-size: 16px;
	padding-left: 2rem;
}
.lc-logo {
  max-width: 20rem;
  margin-top: 1rem;
}
.lc-logo a {
  transition: all 0.3s;
}
.lc-logo a:hover {
  opacity: 0.7;
}
.about-grid {
  gap: 6rem;
}
.about-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}
.about-grid .home-section-title {
  margin-bottom: 3rem;
}
.grid-col03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
.grid-item {
  padding: 2rem;
  border: 1px solid #d2d7dc;
}
.grid-item h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2rem;
}
.grid-item p {
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 14px;
}
.grid-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.home-section-title.-blue {
	color: #131835;
}
.about02,
.about03 {
  padding: 8rem 0;
}
.about02 {
	background: #f6efe2;
	margin-top: 8rem;
}
.about02 .grid-item {
	color: #131835;
	border: 1px solid #3d3e51;
}
.about03 {
  border-top: 1px solid #fff;
}
.feature-grid {
  margin-top: 4rem;
}
.service-ttl {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
}

.about04 {
  padding: 8rem 0;
	background: #131835;
	margin-top: 6rem;
}
.home .about04 {
	background: #20264F;
}
.about04 .p-panel__ttl h3,
.about04 .p-panel__category-name{
	color: #131835;
}

.about04 .column {
  margin-top: 4rem;
}
.loca-bus-slider {
  width: 48%;
  max-width: 900px;
  margin: 0 auto;
}

.loca-bus-slider img {
  width: 100%;
  height: auto;
  display: block;
}
.slick-prev, .slick-next {
  width: 3rem;
  height: 3rem;
}
.slick-next {
  right: 5px;
}
.slick-prev {
  left: 5px;
  z-index: 1;
}
.slick-dots li button:before {
  color: #ae8b67;
}
.slick-prev:before, .slick-next:before {
  color: #e03638;
  font-size: 3rem;
  opacity: 1;
}
.bus-flex {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-top: 4rem;
}
.bus-table.sub-shop__table td span {
  font-size: 14px;
	color: #fff;
}
.bus-item {
  margin-top: 6rem;
}
.bus01 {
  padding: 5rem 0 8rem;
}
.buns02 {
  padding: 8rem 0 10rem;
  border-top: 1px solid #fff;
}
.buns02 .center-txt {
  margin-top: 4rem;
}
.bus-item-grid {
	margin-top: 6rem;
}
.bus-item-grid-txt {
	line-height: 2;
}
.bus-item-list {
	margin-top: 2rem;
}
.bus-item-list li {
	border: 1px solid #b2905a;
	font-weight: bold;
	padding: 1px 1rem;
	margin-top: 1rem;
}
.bus-grid-img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
}
.bus-grid-img img {
	aspect-ratio: 1;
	object-fit: cover;
}
.point-ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  border-left: 2px solid #B29059;
}
.bus-grid {
  gap: 6rem;
  padding: 4rem;
  border: 1px solid #fff;
  margin-top: 6rem;
}
.bus-grid + .bus-grid {
  margin-top: 4rem;
}
.service01 {
  padding: 0 0 8rem;
}
.service02 {
  padding: 8rem 0 13rem;
  border-top: 1px solid #fff;
	background: #F6EFE3;
}
.service-title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
	border-bottom: 1px solid #fff;
	padding-bottom: 2rem;
}
.service-title span {
  font-size: 4.5rem;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.service__desc {
  line-height: 2;
  margin-top: 4rem;
}
.service-img img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-top: 4rem;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
  line-height: 2;
	color: #131835;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #ffffff;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #B29059;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #B29059;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #B29059;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__item {
    position: relative;
}
.dropdown-menu {
    visibility: hidden; 
    position: absolute;
    top: 230%; 
    left: 0;
    background-color: #131835; 
    box-shadow: 0 2px 5px rgba(255, 255, 255, 0.15); 
    padding: 1rem;
    margin: 0;
    list-style: none;
    z-index: 1000;
    opacity: 0; 
    transform: translateY(20px); 
    transition: all 0.5s ease; 
		width: 27rem;
}

.dropdown-menu li {
    margin: 0;
    padding: 0;
}

.dropdown-link {
    display: block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
}
.dropdown-link:hover {
    background-color: #B29059;
}

.header__item:hover .dropdown-menu {
    visibility: visible; 
    opacity: 1; 
    transform: translateY(0);
    top: 100%; 
}
.mv-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.mv-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 2;
}
.scroll-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 10%;
    z-index: 3;
    border-bottom: 1px solid #fff;
}
.scroll-wrapper {
    display: flex;
    animation: loop-text 70s 
linear infinite;
}
.double-content {
    display: inline-block;
    font-size: 12vw;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    padding-left: 3rem;
    font-family: 'Roboto', sans-serif;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mv-txt {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  z-index: 3;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.concept-text p {
  margin-top: 4rem;
	color: #131835;
}
.home-bus-grid {
  margin-top: 4rem;
  gap: 4rem;
}
.home-bus-grid img {
  aspect-ratio: 1;
  object-fit: cover;
}
.home-bus-grid .grid-col02_text .catch {
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 4rem;
  display: block;
}
.home-bus {
  border: 1px solid #fff;
  padding: 6rem;
  padding-bottom: 8rem;
  margin: 4rem;
	background: #f6efe2;
}
.sub-service__box {
  margin-top: 4rem;
  padding: 0 15px;
}
.sub-concept__box {
  padding-top: 4rem;
}
.loca-ttl {
	font-size: 4rem;
}
.service-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
    align-items: start;
}
.service-lists li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1rem;
}
.service-list-img {
/*     background: #fff; */
    border-radius: 50%;
    padding: 1.5rem;
	border: 1px solid #fff;
}
.service-lists p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
}
.home-bus .home-section-title {
	font-size: 4rem;
	color: #131835;
}
.home-bus .grid-col02_text {
	color: #131835;
}
.sub-archive {
	background: #F6EFE3;
	padding-top: 4rem;
}
.sub-archive .p-panel__ttl h3,
.sub-archive .p-panel__category-name {
	color: #131835;
}
.contact-bg {
	background: #F6EFE3;
	padding: 6rem 0;
}
.sub-archive .column__side,
.p-panel__category {
	display: none;
}
.l-page-cover.-service {
	background-image: url(../img/common/cover02.jpg);
}
.l-page-cover.-works {
	background-image: url(../img/common/cover03.jpg);
}
.l-page-cover.-company {
	background-image: url(../img/common/cover04.jpg);
}
.l-page-cover.-bus {
	background-image: url(../img/common/cover05.jpg);
}
.l-page-cover.-contact {
	background-image: url(../img/common/cover06.jpg);
}
.works-table {
	padding: 6rem 0 13rem;
	background: #F6EFE3;
}
.works-link {
	color: #1177be;
	text-decoration: underline;
}
.works-list {
	color: #333;
}
.works-table .p-profile-sec02__table th {
	color: #ae8b67;
}
/* mq */

@media only screen and (max-width: 767px) {
.grid-col03 {
  grid-template-columns: 1fr;
  gap: 2rem;
}
.mv-wrap {
  height: 70vh;
}
.mv-txt {
  font-size: 2.4rem;
  width: 100%;
}
.service-ttl {
  font-size: 2.6rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.about02, .about03,.about04 {
  padding: 6rem 0;
}
.p-panel {
  flex-direction: column;
}
.p-panel__item {
  width: 100%;
}
.home-bus {
  margin: 0 5vw;
  padding: 2rem 0;
  padding-bottom: 4rem;
}
.home-bus-grid img {
  aspect-ratio: 3 / 2;
}
.home-bus-grid {
  gap: 2rem;
}
.home-bus-grid .grid-col02_text .catch {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.home-section__btn {
  margin-top: 0;
}
.footer_cta_wrapper {
  padding: 0;
}
.about-grid img {
  aspect-ratio: 3 / 2;
}
.about-grid {
  gap: 3rem;
}
.banner {
  margin: 3rem 0;
}
.service-img img {
  aspect-ratio: 3 / 2;
}
.service-title span {
  font-size: 6vw;
  line-height: 1.3;
}
.service-title {
  font-size: 2.4rem;
}
.service__desc {
  margin-top: 3rem;
  line-height: 1.7;
}
.flow03 > li dl {
  padding-left: 3rem;
}
.flow03 > li dl::after {
  width: 3rem;
}
.flow03 > li dl dt {
  font-size: 2rem;
  line-height: 1.3;
}
.service02 {
  padding: 6rem 0 10rem;
}
.bus01 {
  padding: 3rem 0 6rem;
}
.bus-flex {
  flex-direction: column;
  gap: 0;
}
.loca-bus-slider {
  width: 100%;
}
.buns02 {
  padding: 6rem 0 8rem;
}
.bus-grid {
  padding: 1.6rem;
  gap: 2rem;
}
.point-ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.center-txt {
  padding: 0 15px;
}
.greeting {
  padding: 6rem 0;
}
.greeting-name {
  font-size: 2.6rem;
}
.p-profile-sec02__table th {
  width: 100%;
  display: block;
  color: #b2905a;
}
.p-profile-sec02__table tr {
  padding: 1.8rem 0;
}
.sub-shop {
  margin-top: 3rem;
}
.page-id-13 .home-section-title{
  font-size: 8vw;
}
	.sub-concept__box {
  padding-top: 2rem;
}
	.loca-ttl {
	font-size: 2.4rem;
}
	.service-lists {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.home-bus .home-section-title {
	font-size: 3rem;
}
	.bus-item-grid {
		margin-top: 3rem;
		gap: 3rem;
	}
	.bus-grid-img {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}
/* mq */