@charset "utf-8";

.sec-intro .sec-img img {
  border-radius: 20px;
}

.trouble .inner {
  padding: 86px 0 335px;
}

.trouble .inner .tit-ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.709rem + 0.87vw, 1.75rem);
  text-align: center;
  color: #3b1802;
  margin-bottom: 62px;
}

.trouble .inner .intro {
  display: grid;
  grid-template-areas: "left center right";
  gap: 50px;
  grid-template-columns: 40% auto 40%;
  margin-bottom: 93px;
}

.trouble .inner .intro .c-left {
  grid-area: left;
}

.trouble .inner .intro .c-right {
  grid-area: right;
}

.trouble .inner .intro .item-center {
  grid-area: center;
  margin-top: auto;
}

.trouble .inner .intro .comment {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.trouble .inner .intro .comment .item {
  max-width: 473px;
  width: 100%;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(30 / 18);
  text-align: center;
  color: #603215;
  position: relative;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trouble .inner .intro .comment .item p br {
  display: none;
}

.trouble .inner .intro .comment .item:first-child p br {
  display: block;
}

.trouble .inner .intro .c-left .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/20260607140531941485.svg) no-repeat center/100% auto;
  z-index: -1;
}
.trouble .inner .intro .c-right .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/20260607140531918488.svg) no-repeat center/100% auto;
  z-index: -1;
}

.trouble .inner .solution {
  padding-top: 84px;
  position: relative;
}

.trouble .inner .solution .sec-img .img-left,
.trouble .inner .solution .sec-img .img-right {
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(136, 136, 136, 0.16));
  border-radius: 5px;
  padding: 16px;
}

.trouble .inner .solution .sec-img img {
  border-radius: 5px;
}

.trouble .inner .solution .sec-img .img-left {
  position: absolute;
  left: calc(-244 / 1920 * 100vw);
  top: -79px;
  max-width: 402px;
  width: 39%;
}

.trouble .inner .solution.service02 .sec-img .img-left {
  max-width: 321px;
  top: 180px;
  width: 31%;
}

.trouble .inner .solution .sec-img .img-right {
  position: absolute;
  left: calc(100% - calc(82 / 1920 * 100vw));
  top: 116px;
  max-width: 275px;
  width: 27%;
}

.trouble .inner .solution.service02 .sec-img .img-right {
  max-width: 402px;
  bottom: 180px;
  top: auto;
  width: 39%;
  left: calc(100% - calc(215 / 1920 * 100vw));
}

.trouble .inner .solution .arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 102px;
  height: 42px;
}

.trouble .inner .solution .box {
  max-width: 1048px;
  border-radius: 20px;
  background: #4f3a2e;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.trouble .inner .solution .box .box-inner {
  padding: 63px 0 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.trouble .inner .solution .box .box-inner .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  text-align: center;
  color: #fff;
  padding-bottom: 14px;
  background-image: radial-gradient(circle, #cbbe9f 1px, transparent 1px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 0;
}

.trouble .inner .solution .box .box-inner .tit-ja br {
  display: none;
}

.trouble .inner .solution .box .box-inner .desc p {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(36 / 18);
  text-align: center;
  color: #fff;
}

.has-bg {
  border-radius: 100px 100px 0 0;
  background: #fcf9f5;
  margin-top: -126px;
  overflow: hidden;
}

.has-bg .sec-title,
.faq .sec-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.has-bg .sec-title .tit-en,
.faq .sec-title .tit-en {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.501rem + 0.52vw, 1.125rem);
  text-align: center;
  color: #3b1802;
}

.has-bg .sec-title .tit-ja,
.faq .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  text-align: center;
  color: #3b1802;
}

.vision .inner {
  padding: 126px 0 80px;
  display: flex;
  flex-direction: column;
  gap: 137px;
}

.vision .column {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}

.vision .column.reverse {
  flex-direction: row-reverse;
}

.vision .column .sec-img {
  max-width: 871px;
  width: 46%;
  padding: 21px 21px 21px 0;
  border-radius: 0 10px 10px 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.16);
}

.vision .column .sec-img img {
  border-radius: 0 10px 10px 0;
}

.vision .column.reverse .sec-img {
  padding: 21px 0 21px 21px;
  border-radius: 10px 0 0 10px;
}

.vision .column .sec-img img {
  background: #fff;
  border-radius: 0 10px 10px 0;
}
.vision .column.reverse .sec-img img {
  border-radius: 10px 0 0 10px;
}

.vision .column .sec-text {
  max-width: 755px;
  width: 41%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 108px;
}

.vision .column .sec-text .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  line-height: calc(50 / 32);
  color: #3b1802;
}

.vision .column .sec-text .desc p {
  font-weight: 500;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(36 / 18);
  color: #603215;
}

.service .inner {
  max-width: 1434px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  padding-bottom: 100px;
}

.service.service02 .inner {
  max-width: 1604px;
  padding-bottom: 175px;
}

.service .list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2%;
  width: 100%;
}

.service .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service .item .item-img {
  width: 177px;
  height: 177px;
  border: 2px solid #6f4a1f;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.service .item .tit-ja {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  line-height: calc(60 / 24);
  text-align: center;
  color: #3b1802;
}

.service .item .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(28 / 14);
  text-align: center;
  color: #603215;
}

.works .inner {
  max-width: 1389px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 211px;
}

.works .box {
  padding: 37px 0 79px;

  border-radius: 20px;
  border: 1.5px solid #583f2f;
}

.works .box .sec-title {
  margin-bottom: 40px;
}

.works .box-inner .swiper-wrap {
  position: relative;
  max-width: 668px;
  width: 54%;
}

.works .box-inner {
  display: flex;
  gap: 40px;

  width: 90%;
  margin: 0 auto;
}

.works .box-inner .works-swiper {
  height: 100%;
}

.works .box-inner .works-swiper .swiper-slide .swiper-img {
  margin-right: auto;
  max-width: 548px;
  width: 83%;

  background: #fff;
  padding: 14px;
  border-radius: 30px;
}

.works .box-inner .works-swiper .swiper-slide {
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.works .box-inner .works-swiper .swiper-slide .slide-text {
  position: absolute;
  bottom: 0;
  right: calc(51 / 1920 * 100vw);
  font-weight: 500;
  font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
  color: #3b1802;
  margin-bottom: 86px;
  opacity: 0;
}
.works .box-inner .works-swiper .swiper-slide.swiper-slide-active .slide-text {
  animation-delay: 1.2s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIntext;
}
@keyframes fadeIntext {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.works .box-inner .swiper-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.works .swiper-button-prev:after,
.works .swiper-rtl .swiper-button-next:after,
.works .swiper-button-next:after,
.works .swiper-rtl .swiper-button-prev:after {
  content: none;
}

.works .swiper-button-next.swiper-button-disabled,
.works .swiper-button-prev.swiper-button-disabled,
.works .swiper-button-next,
.works .swiper-button-prev {
  width: clamp(2.25rem, 1.626rem + 1.3vw, 3.188rem);
  aspect-ratio: 1/1;
}

.works .swiper-button-prev,
.works .swiper-rtl .swiper-button-next,
.works .swiper-button-next,
.works .swiper-rtl .swiper-button-prev {
  position: relative;
  inset: 0;
  margin: 0 auto;
}
.works .box-inner .sec-text {
  max-width: 503px;
  width: 80%;
}

.works .box-inner .sec-text .tit-ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.709rem + 0.87vw, 1.75rem);
  color: #3b1802;
  margin-bottom: 40px;
}

.works .box-inner .sec-text .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.works .box-inner .sec-text .list .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.works .box-inner .sec-text .list .item .label {
  border-radius: 3px;
  background: #e4dfd3;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  text-align: center;
  color: #3b1802;
  padding: 7px 11px;
  min-width: 70px;
}
.works .box-inner .sec-text .list .item .detail {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #3b1802;
}

.works .box-inner .sec-text .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(28 / 16);
  color: #603215;
}

.works .morebtn {
  max-width: 302px;
  width: 100%;
  margin-left: auto;
}

.works .morebtn p {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  color: #fff;
}

.faq {
  margin-top: -111px;
  background-color: #f5f0e7;
  border-radius: 100px 100px 0 0;
}

.faq .inner {
  padding: 111px 0 140px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  align-items: center;
}

.faq .sec-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.faq .qa-item {
  border-radius: 10px;
  border: 1px solid #583f2f;
}

.faq .qa-item .num {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
  text-align: center;
  color: #fff;
  padding: 10px 32px;
  border-radius: 10px;
  background: #583f2f;
}

.faq .qa-item .qa-question {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  gap: 30px;
  position: relative;
  cursor: pointer;
}

.faq .qa-item .qa-question .qa-icon {
  width: 45px;
  height: 46px;
  background-color: #583f2f;
  margin-left: auto;
  border-radius: 50px;
  position: relative;
}

.faq .qa-item .qa-question .qa-icon::before,
.faq .qa-item .qa-question .qa-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  transition: 0.3s;
}

.faq .qa-item .qa-question .qa-icon::before {
  width: 16px;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item .qa-question .qa-icon::after {
  width: 2px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.faq .qa-item.active .qa-question::after {
  content: "";
  width: 95%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #b1aaa6;
  opacity: 1;
}

.faq .qa-item.active .qa-question .qa-icon::after {
  opacity: 0;
}

.faq .qa-item .qa-answer {
  max-height: 0;

  overflow: hidden;

  transition: max-height 0.4s ease;
}

.faq .qa-item .qa-answer-inner {
  padding: 30px 0 24px;

  line-height: 1.8;
  margin: 0 38px;
}

@media (max-width: 1400px) {
  .works .box-inner .swiper-wrap {
    width: 48%;
  }
  .works .box-inner .works-swiper .swiper-slide .swiper-img {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .trouble .inner {
    width: 80%;
    padding-bottom: 350px;
  }

  .service .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trouble .inner .solution.service02 .sec-img .img-right {
    bottom: -36%;
    top: auto;
    left: 47%;
    width: 32%;
  }
  .trouble .inner .solution.service02 .sec-img .img-left {
    bottom: -29%;
    top: auto;
    left: 17%;
    width: 26%;
  }
  .trouble .inner .solution .sec-img .img-right {
    max-width: 241px;
    bottom: -43%;
    top: auto;
    left: auto;
    right: 20%;
    width: 28%;
  }

  .trouble .inner .solution .sec-img .img-left {
    max-width: 259px;
    bottom: -31%;
    top: auto;
    left: 13%;
    width: 30%;
  }
  .trouble .inner .solution.service02 .box .box-inner {
    padding-bottom: inherit;
  }
  .trouble .inner .solution .box .box-inner {
    padding-bottom: 175px;
  }
}

@media (max-width: 1023px) {
  .trouble .inner {
    padding: 40px 0 257px;
    width: 88%;
  }
  .trouble .inner .intro {
    grid-template-areas:
      "left"
      "right"
      "center";
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 92px;
  }
  .trouble .inner .intro .comment .item {
    max-width: 100%;
  }
  .trouble .inner .intro .c-left .item::before,
  .trouble .inner .intro .c-right .item::before {
    background-image: url(/system_panel/uploads/images/20260607172548299436.svg);
    background-size: contain;
  }
  .trouble .inner .intro .item-center {
    margin: 0 auto;
    width: 94px;
  }
  .trouble .inner .solution .box .box-inner {
    width: 90%;
    margin: 0 auto;
  }

  .trouble .inner .solution.service02 .box .box-inner {
    padding-bottom: 123px;
  }

  .trouble .inner .solution.service02 .sec-img .img-right {
    max-width: 337px;
    width: 42%;
    bottom: -162px;
    left: 54%;
    padding: 7px;
  }

  .trouble .inner .solution.service02 .sec-img .img-left {
    max-width: 267px;
    width: 38%;
    bottom: -186px;
    padding: 7px;
    left: 6%;
  }

  .trouble .inner .solution .sec-img .img-left,
  .trouble .inner .solution .sec-img .img-right {
    padding: 7px;
  }
  .trouble .inner .solution .sec-img .img-right {
    bottom: -28%;
    width: 33%;
    right: 10%;
  }
  .trouble .inner .solution .sec-img .img-left {
    bottom: -19%;
    left: 4%;
    width: 40%;
  }

  .trouble .inner .solution {
    padding-top: 56px;
  }

  .trouble .inner .solution .arrow {
    height: 31px;
  }

  .trouble .inner .solution .box .box-inner .tit-ja br {
    display: block;
  }

  .trouble .inner .solution .box .box-inner .tit-ja {
    line-height: calc(40 / 24);
  }

  .has-bg {
    margin-top: -20px;
  }

  .vision .inner {
    padding: 84px 0 40px;
  }

  .vision .column .sec-text {
    margin-top: 0;
    width: 51%;
  }
  .vision .column .sec-img {
    width: 42%;
    padding: 8px 8px 8px 0;
  }

  .vision .column.reverse .sec-img {
    padding: 8px 0 8px 8px;
  }

  .vision .column .sec-text {
    width: 46%;
  }
  .faq {
    margin-top: -60px;
  }

  .faq .inner {
    padding: 40px 0 80px;
    width: 80%;
  }

  .works .inner {
    padding-bottom: 120px;
  }

  .works .box-inner {
    flex-direction: column;
    gap: 20px;
  }
  .works .box-inner .swiper-wrap {
    max-width: none;
    width: 100%;
  }
  .works .box-inner .works-swiper .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
  .works .box-inner .works-swiper .swiper-slide .swiper-img {
    max-width: 70%;
    width: 100%;
    margin: auto;
  }
  .works .box-inner .swiper-navigation {
    width: 100%;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .works .swiper-button-next.swiper-button-disabled,
  .works .swiper-button-prev.swiper-button-disabled,
  .works .swiper-button-next,
  .works .swiper-button-prev {
    margin-left: 0;
  }
  .works .swiper-button-prev,
  .works .swiper-rtl .swiper-button-next,
  .works .swiper-button-next,
  .works .swiper-rtl .swiper-button-prev {
    margin-right: 0;
  }

  .works .box-inner .works-swiper .swiper-slide.swiper-slide-active .slide-text {
    position: relative;
    margin: 0;
    text-align: center;
  }
  .works .morebtn {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .sec-intro .sec-img {
    height: 165px;
  }
  .sec-intro .sec-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
  }
  .trouble .inner {
    width: 88%;
  }
  .trouble .inner .intro .comment .item {
    height: 106px;
  }
  .trouble .inner .solution.service02 .sec-img .img-right {
    max-width: 167px;
    width: 100%;
    bottom: -59px;
    left: auto;
    right: -20px;
  }

  .trouble .inner .solution.service02 .sec-img .img-left {
    max-width: 139px;
    width: 100%;
    left: -22px;
    bottom: -103px;
  }
  .vision .inner {
    gap: 40px;
  }
  .vision .column,
  .vision .column.reverse {
    flex-direction: column;
    gap: 40px;
  }
  .vision .column .sec-img,
  .vision .column.reverse .sec-img {
    max-width: calc(366 / 400 * 100vw);
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .vision .column .sec-img {
    margin-left: 0;
    margin-right: auto;
  }

  .vision .column .sec-text {
    width: 90%;
    margin: 0 auto;
  }

  .vision .column .sec-text .desc {
    width: 92%;
  }

  .service .inner,
  .service.service02 .inner {
    width: 82%;
  }

  .service .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }

  .service .item .item-img {
    width: 151px;
    height: 151px;
    margin-bottom: 20px;
  }
  .faq,
  .has-bg {
    border-radius: 50px 50px 0 0;
  }

  .faq .inner {
    width: 90%;
  }
  .faq .qa-item .num {
    padding: 5px 14px;
  }
  .faq .qa-item .qa-question {
    gap: 8px;
    align-items: flex-start;
  }
  .faq .qa-item .qa-question .qa-icon {
    width: 29px;
    height: 29px;
  }

  .faq .qa-item .qa-question p {
    width: 64%;
  }
  .faq .sec-body {
    gap: 20px;
  }
  .faq .qa-item .qa-question {
    padding: 28px 24px 27px 14px;
  }
  .trouble .inner .solution .sec-img .img-right {
    max-width: 131px;
    width: 100%;
    right: 0;
    bottom: -56px;
  }
  .trouble .inner .solution .sec-img .img-left {
    max-width: 165px;
    width: 100%;
    bottom: 33px;
    left: -27px;
  }

  .works .box-inner .sec-text {
    width: 100%;
  }

  .works .box-inner .sec-text .tit-ja {
    font-feature-settings: "palt";
  }
  .works .box-inner {
    width: 91%;
  }
  .works .box-inner .works-swiper .swiper-slide .swiper-img {
    padding: 7px;
    border-radius: 15px;
  }
  .works .box-inner .works-swiper .swiper-slide .swiper-img img {
    border-radius: 15px;
  }

  .works .box-inner .sec-text .list .item .detail {
    width: 70%;
  }

  .vision .column .sec-text .tit-ja {
    width: 88%;
    font-feature-settings: "palt";
  }

  .trouble .inner .intro .comment .item p br {
    display: block;
  }
}

.gjs-dashed .faq .qa-item .qa-answer {
  max-height: inherit;
  overflow: visible;
}
