@charset "UTF-8";
/*

// -----------------------------
// loading中制御
// -----------------------------

body.loading-active {

    overflow: hidden;
    height: 100vh;


    .fade {

        opacity: 0 !important;
        transform: scale(.985) !important;
        filter: blur(4px) !important;

    }


    header,
    .floating-contact,
    .bg-leaves {

        opacity: 0;
        visibility: hidden;

    }

}



// -----------------------------
// header / floating / bg
// -----------------------------

header,
.floating-contact,
.bg-leaves {

    opacity: 0;
    visibility: hidden;

    transition:
        opacity .8s ease,
        visibility .8s ease;

}



body:not(.loading-active) {


    header,
    .floating-contact,
    .bg-leaves {

        opacity: 1;
        visibility: visible;

    }

}



// -----------------------------
// loading
// -----------------------------

.loading {

    position: fixed;

    inset: 0;

    width: 100%;
    height: 100vh;
    height: 100dvh;


    background:
        radial-gradient(circle at center,
            #f5d8bb 0%,
            #e9b889 75%);


    z-index: 9999999;


    display: flex;

    justify-content: center;
    align-items: center;


    opacity: 1;
    visibility: visible;


    transition:

        opacity .8s ease,
        visibility .8s ease;



    &.hide {

        opacity: 0;

        visibility: hidden;

        pointer-events: none;

    }



    &__inner {

        text-align: center;

    }



    &__logo {

        width: 200px;

        max-width: 80vw;

        height: auto;


        display: block;

        margin: 0 auto;



        opacity: 0;

        transform: translateY(30px);


        animation:

            logoShow 1s .3s forwards;

    }




    &__message {


        width: 400px;

        max-width: 90vw;

        height: auto;


        display: block;

        margin: 30px auto 0;



        clip-path:

            inset(0 100% 0 0);



        animation:

            messageShow 1.2s 1.2s forwards;


    }


}



// -----------------------------
// animation
// -----------------------------

@keyframes logoShow {


    from {

        opacity: 0;

        transform: translateY(30px);

    }


    to {

        opacity: 1;

        transform: translateY(0);

    }


}



@keyframes messageShow {


    from {

        clip-path: inset(0 100% 0 0);

    }


    to {

        clip-path: inset(0 0 0 0);

    }


}
*/
.front-page {
  overflow: hidden;
}

.mv-slider {
  width: 100%;
  overflow: initial !important;
}
.mv-slider .swiper-wrapper {
  align-items: flex-end;
  transition-timing-function: linear !important;
  height: fit-content !important;
}
.mv-slider .swiper-slide {
  width: 25vw !important;
  aspect-ratio: 457/410;
  flex-shrink: 0;
  overflow: visible;
}
.mv-slider .slide-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.mv-slider .slide-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-slider .slide-inner.size-sm {
  transform: scale(0.82);
}
.mv-slider .slide-inner.size-md {
  transform: scale(0.93);
}
.mv-slider .slide-inner.size-lg {
  transform: scale(1);
}
.mv-slider .slide-inner.offset-none {
  margin-top: 0;
}
.mv-slider .slide-inner.offset-sm {
  margin-top: 25px;
}
.mv-slider .slide-inner.offset-md {
  margin-top: 60px;
}
.mv-slider .slide-inner.offset-lg {
  margin-top: 90px;
}
.mv-slider .slide-inner.offset-xl {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .mv-slider .swiper-slide {
    width: 280px !important;
    border-radius: 18px;
  }
}
@media (max-width: 480px) {
  .mv-slider {
    padding: 3rem 0;
  }
  .mv-slider .swiper-slide {
    width: 250px !important;
    border-radius: 14px;
  }
}

#mainvisual {
  position: relative;
}
@media (max-width: 480px) {
  #mainvisual {
    height: 100vh;
  }
}
#mainvisual .mainvisual--inner {
  position: relative;
  z-index: 0;
}
#mainvisual .mv-text {
  padding-top: 16.25vh;
  padding-left: 7.1428571429vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #mainvisual .mv-text {
    padding-left: 0;
  }
}
#mainvisual .mv-text--01 {
  font-size: 2.1428571429vw;
  font-weight: 700;
}
@media (max-width: 480px) {
  #mainvisual .mv-text--01 {
    font-size: 4.8vw;
  }
}
#mainvisual .mv-text--01 span {
  font-size: 2.1428571429vw;
  font-weight: 700;
  color: #C97A2B;
}
@media (max-width: 480px) {
  #mainvisual .mv-text--01 span {
    font-size: 4.8vw;
  }
}
#mainvisual .mv-text--img {
  width: 80%;
}
@media (max-width: 480px) {
  #mainvisual .mv-text--img {
    width: 100%;
  }
}
#mainvisual .mv-text--02 {
  font-weight: 700;
  font-size: 1.1428571429vw;
}
@media (max-width: 480px) {
  #mainvisual .mv-text--02 {
    font-size: 3.2vw;
  }
}

#about {
  padding-top: 17rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 480px) {
  #about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#about .about-text {
  line-height: 3.2;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #about .about-text {
    margin-bottom: 1rem;
  }
}

#explanation .explanation--inner {
  display: flex;
  justify-content: space-between;
  gap: 6rem;
  max-width: 1280px;
}
@media (max-width: 480px) {
  #explanation .explanation--inner {
    flex-direction: column;
    gap: 0;
  }
}
#explanation .explanation--inner .element__01 {
  width: 42%;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #explanation .explanation--inner .element__01 {
    width: 100%;
  }
}
#explanation .explanation--inner .element__01 .section-title {
  margin: initial;
}
@media (max-width: 480px) {
  #explanation .explanation--inner .element__01 .section-title {
    margin: 0 auto;
  }
}
#explanation .explanation--inner .element__01 .__text {
  margin-bottom: 2rem;
}
#explanation .explanation--inner .element__01 .__text .fs18 {
  margin-bottom: 1.5rem;
  display: block;
}
#explanation .explanation--inner .element__01 .__area {
  padding: 1.5rem;
  width: 100%;
  border-radius: 10px;
  border: 0.5px solid #734026;
}
#explanation .explanation--inner .element__02 {
  width: 50%;
}
@media (max-width: 480px) {
  #explanation .explanation--inner .element__02 {
    width: 90%;
    margin: 0 auto;
  }
}
#explanation .explanation--inner .element__02 img {
  width: 100%;
}

#service {
  position: relative;
  padding-top: 15.7142857143vw;
  padding-bottom: 15.7142857143vw;
}
#service::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/service-bg03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  #service::before {
    width: 300%;
  }
}
#service {
  /*
      &::before{
          content:"";
          position:absolute;
          top:0;
          left:0;
          width:100%;
          aspect-ratio:350 / 31;
          background:url("../images/service-bg01.png") center/cover no-repeat;
          z-index: -1;
      }

      &::after{
          content:"";
          position:absolute;
          bottom:0;
          left:0;
          width:100%;
          aspect-ratio:350 / 31;
          background:url("../images/service-bg02.png") center/cover no-repeat;
          z-index: -1;
      }
  */
}
#service .service--inner {
  max-width: none;
}
#service .service--inner .service-list {
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  #service .service--inner .service-list {
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#service .service--inner .service-list .service-list--item {
  width: calc((100% - 10rem) / 6);
}
@media (max-width: 480px) {
  #service .service--inner .service-list .service-list--item {
    width: calc((100% - 2rem) / 3);
  }
}
#service .service--inner .service-list .service-list--item .__img {
  width: 100%;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fafaf0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#service .service--inner .service-list .service-list--item .__img img {
  width: 60%;
}
#service .service--inner .service-list .service-list--item p {
  text-align: center;
  font-weight: 700;
}

#guide .guide--inner {
  max-width: 1280px;
}
#guide .guide--inner .section-title {
  margin: initial;
  margin-right: auto;
}
@media (max-width: 480px) {
  #guide .guide--inner .section-title {
    margin: 0 auto;
  }
}
#guide .guide--inner .guide--list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin-left: auto;
}
@media (max-width: 480px) {
  #guide .guide--inner .guide--list {
    flex-direction: column;
  }
}
#guide .guide--inner .guide--list .guide--list__item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 480px) {
  #guide .guide--inner .guide--list .guide--list__item {
    width: 100%;
  }
}
#guide .guide--inner .guide--list .guide--list__item:last-child {
  margin-top: 80px;
}
@media (max-width: 480px) {
  #guide .guide--inner .guide--list .guide--list__item:last-child {
    margin-top: 2rem;
  }
}
#guide .guide--inner .guide--list .guide--list__item:hover .__img::before {
  opacity: 1;
}
#guide .guide--inner .guide--list .guide--list__item:hover .__img img {
  filter: blur(4px);
}
#guide .guide--inner .guide--list .guide--list__item .__img {
  width: 100%;
  height: fit-content;
  aspect-ratio: 3/2;
  margin-bottom: 0.5rem;
  transition: 0.5s;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
#guide .guide--inner .guide--list .guide--list__item .__img::before {
  content: "commming soon...";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.5s;
  z-index: 1;
}
#guide .guide--inner .guide--list .guide--list__item .__img {
  /* ページできたら表示
  &:hover {
      img {
          transform: scale(1.1);
      }
  }
  */
}
#guide .guide--inner .guide--list .guide--list__item .__img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
#guide .guide--inner .guide--list .guide--list__item .__text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 1rem 0 0;
}
#guide .guide--inner .guide--list .guide--list__item .__text .fs18 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#guide .guide--inner .guide--list .guide--list__item .__text .triangle {
  background: linear-gradient(90deg, #ffa340 0%, #fe732d 100%);
  width: 10%;
  height: fit-content;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.5s;
  display: none;
}
#guide .guide--inner .guide--list .guide--list__item .__text .triangle:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(254, 115, 45, 0.28);
}
#guide .guide--inner .guide--list .guide--list__item .__text .triangle span {
  content: "";
  display: block;
  width: 12px;
  height: 15px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#faq {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 480px) {
  #faq {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
#faq .faq--inner .service-tab-content {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#faq .faq--inner .service-tab-content.is-active {
  display: block;
}
#faq .faq--inner .service-tab-content {
  /* ======================
  リスト
  ====================== */
}
#faq .faq--inner .service-tab-content .service-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#faq .faq--inner .service-tab-content .service-list__item {
  border-bottom: 1px dotted #d9d9d9;
}
#faq .faq--inner .service-tab-content .service-list__item.is-open .service-list__icon::before, #faq .faq--inner .service-tab-content .service-list__item.is-open .service-list__icon::after {
  width: 18px;
  height: 2px;
}
#faq .faq--inner .service-tab-content .service-list__item.is-open .service-list__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#faq .faq--inner .service-tab-content .service-list__item.is-open .service-list__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#faq .faq--inner .service-tab-content .service-list__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 24px 12px;
  border: none;
  text-align: left;
  cursor: pointer;
}
#faq .faq--inner .service-tab-content .service-list__title {
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: baseline;
}
#faq .faq--inner .service-tab-content .service-list__title .__q {
  font-size: 1.5rem;
  color: #e6762e;
  font-weight: 700;
  margin-right: 1rem;
}
#faq .faq--inner .service-tab-content .service-list__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#faq .faq--inner .service-tab-content .service-list__icon::before, #faq .faq--inner .service-tab-content .service-list__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #734026;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: 0.25s;
}
#faq .faq--inner .service-tab-content .service-list__icon {
  /* 縦線 */
}
#faq .faq--inner .service-tab-content .service-list__icon::before {
  width: 2px;
  height: 18px;
}
#faq .faq--inner .service-tab-content .service-list__icon {
  /* 横線 */
}
#faq .faq--inner .service-tab-content .service-list__icon::after {
  width: 18px;
  height: 2px;
}
#faq .faq--inner .service-tab-content .service-list__body {
  display: none;
  padding: 24px;
}
#faq .faq--inner .service-tab-content .service-list__body p {
  margin: 0;
  line-height: 1.9;
  font-size: 0.85rem;
  color: #555;
}
#faq .faq--inner .service-tab-content .service-list__body small {
  display: block;
  margin: 0 1rem;
  font-size: 0.8rem;
  color: #777;
  line-height: 1.6;
}

#bottom-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 10rem;
}

#news {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 480px) {
  #news {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

#blog {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 480px) {
  #blog {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
#blog .blog--inner {
  padding: 0;
}/*# sourceMappingURL=style.css.map */