@charset "utf-8";

.fv .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: var(--header-height);
}

.fv .inner .fv-swiper {
  max-width: calc(1217 / 1920 * 100vw);
  width: 100%;

  margin: 0;
  padding-bottom: 32px;
}

.fv .inner .fv-text {
  margin-right: -171px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.fv .inner .fv-text .main {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.fv .inner .fv-text .main .tit-ja {
  font-weight: 500;
  font-size: clamp(1.75rem, 0.42rem + 2.78vw, 3.75rem);
  color: #3b1802;
  padding: 15px 30px 15px 24px;
  background-color: #fff;
}

.fv-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
  border-radius: 30px 0px 0px 30px;
}

.fv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 12s linear;
  border-radius: 30px 0px 0px 30px;
}

.fv-swiper .swiper-slide-active img {
  transform: scale(1.15);
}

.fv .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
  line-height: calc(40 / 20);
  color: #3b1802;
}

.fv-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.fv-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  background-color: #fff;
  opacity: 1;
  width: 13px;
  height: 13px;
}

.fv-swiper .swiper-horizontal > .swiper-pagination-bullets,
.fv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.fv-swiper .swiper-pagination-custom,
.fv-swiper .swiper-pagination-fraction {
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: flex-start;
}

.fv-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.fv-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #3b1802;
}

.t_about .inner {
  padding: 70px 0 148px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 130px;
}

.t_about .inner .sec-img {
  max-width: 457px;
  width: 30%;
}

.sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  line-height: calc(60 / 40);
  color: #3b1802;
}

.t_about .sec-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

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

.t_message {
  position: relative;
  overflow: hidden;
}

.t_message .inner {
  padding-bottom: 196px;
  position: relative;
}

.t_message .sec-img.img-left {
  top: 0;
  left: 0;
  max-width: 235px;
  width: 14%;
}

.t_message .sec-img.img-right {
  right: 0;
  top: 134px;

  max-width: 325px;
  width: 19%;
}

.t_message .sec-img {
  position: absolute;
  background-color: #fff;
  padding: 18px;
  border-radius: 5px;
}

.t_about .sec-text .morebtn {
  max-width: 360px;
  width: 100%;
}

.t_message .sec-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 57%;
  margin: 50px auto 0;
}

.t_message .sec-text .sec-title {
  margin-bottom: 40px;
}

.t_message .sec-text .desc {
  margin-bottom: 60px;
}

.t_message .sec-text .desc p {
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: 2;
}

.t_message .sec-text .morebtn {
  max-width: 322px;
  width: 100%;
}

.t_message .sec-text .tit-en,
.t_message .sec-text .tit-ja,
.t_message .sec-text .desc {
  text-align: center;
}

.t_message .scroll-text {
  display: flex;
  gap: 75px;
  position: absolute;
  bottom: 173px;
  left: 0;
  animation: RighttoLeft 15s linear infinite;
  z-index: -1;
}

.t_message .scroll-text .text {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(5rem, 1.05rem + 8.24vw, 10.938rem);
  color: #e4dfd3;
}

@keyframes RighttoLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-34%);
  }
}

.t_service {
  background: url(/system_panel/uploads/images/20260528094641283464.png) no-repeat center/cover;
  overflow: hidden;
}

.t_service .inner {
  padding: 40px 0 135px;
}

.t_service .inner .sec-title {
  margin-bottom: 16px;
}

.t_service .inner .sec-title .tit-en {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(3.75rem, 1.255rem + 5.2vw, 7.5rem);
  color: #fff;
}

.t_service .inner .s-item {
  display: flex;
  align-items: center;
  gap: 57px;
  justify-content: flex-start;
  margin-bottom: 112px;
}

.t_service .inner .s-item.column {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.t_service .inner .s-item .sec-img {
  max-width: calc(813 / 1920 * 100vw);
  width: 100%;
  padding: 20px;
  padding-left: 0;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}

.t_service .inner .s-item.column .sec-img {
  padding-right: 0;
  padding-left: 20px;
  border-radius: 10px 0 0 10px;
}

.t_service .inner .s-item .sec-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.t_service .morebtn a {
  background-color: #ffffff;
}

.t_service .morebtn:hover a {
  background-color: #a28979;
}

.t_service .morebtn .link-text {
  color: #583f2f;
}

.t_service .morebtn .arrow {
  background-color: #583f2f;
}

.t_service .morebtn:hover .link-text {
  color: #fff;
}

.t_service .inner .s-item .sec-text .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  color: #fff;
}

.t_service .inner .s-item .sec-text .item-tit {
  margin-bottom: 60px;
}

.t_service .inner .s-item .sec-text .desc p {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(30 / 16);
  color: #fff;
}

.t_service .inner .s-item .sec-text .desc {
  margin-bottom: 40px;
}

.t_service .inner .s-item .sec-text .taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}

.t_service .inner .s-item .sec-text .taglist .item {
  padding: 10px 30px 10px 13px;
  background-color: #f5f0e7;
  border-radius: 50px;
}

.t_service .inner .s-item .sec-text .taglist .item p {
  padding-left: 33px;
  position: relative;
}

.t_service .inner .s-item .sec-text .taglist .item p::before {
  content: "";
  width: 19px;
  height: 19px;
  background-color: #583f2f;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.t_works .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 124px;
  position: relative;
}

.t_works .inner .swiper-wrap {
  max-width: calc(869 / 1920 * 100vw);
  width: 51%;
  margin-right: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-left: 3%;
  gap: 30px;
}

.t_works .inner .works-swiper {
  margin-left: 0;
}

.t_works .inner .works-swiper .swiper-slide {
  position: relative;
}

.t_works .inner .works-swiper .swiper-slide .swiper-img {
  max-width: calc(725 / 1920 * 100vw);
  width: 84%;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-right: 146px;
}

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

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

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

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

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

.t_works .swiper-button-prev,
.t_works .swiper-rtl .swiper-button-next,
.t_works .swiper-button-next,
.t_works .swiper-rtl .swiper-button-prev {
  position: relative;
  inset: 0;
  margin: 0 auto;
}

.t_works .inner .sec-text {
  max-width: calc(1160 / 1920 * 100vw);
  width: 68%;
  background-color: #d9d3c7;
  border-radius: 30px;
  margin-left: calc(-459 / 1920 * 100vw);
  margin-right: 5%;
  margin-top: calc(176 / 1920 * 100vw);
  position: relative;
}

.t_works .inner .tit-en {
  position: absolute;
  right: 28%;
  top: 19%;
  z-index: -1;
}

.t_works .inner .tit-en.is-active {
  --y: 0;
}

.t_works .inner .tit-en .char {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(5rem, 4.168rem + 1.73vw, 6.25rem);
  line-height: clamp(7.25rem, 6.044rem + 2.52vw, 9.063rem);
  color: #d9d3c7;
  display: inline-block;
  transform: translateY(var(--y, 110%));
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.04s * var(--char-index));
}

.t_works .inner .sec-text .box-inner {
  padding: calc(132 / 1920 * 100vw) 0 calc(92 / 1920 * 100vw) 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.t_works .inner .sec-text .box-inner .text {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 5%;
}

.t_works .inner .sec-text .box-inner .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  line-height: calc(36 / 24);
  color: #3b1802;
  margin-bottom: 40px;
}

.t_works .inner .sec-text .box-inner .tit-ja br {
  display: none;
}

.t_works .inner .sec-text .box-inner .desc {
  margin-bottom: 70px;
}

.t_works .inner .sec-text .box-inner .desc p {
  font-size: 16px;
  line-height: calc(28 / 16);
}

.t_works .inner .sec-text .box-inner .text .morebtn {
  margin-left: auto;

  max-width: 302px;
  width: 100%;
}

.t_company .inner {
  padding: 256px 0 126px;
  border-bottom: 0.5px solid #583f2f;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 104px;
  position: relative;
}

.t_company .inner .morebtn {
  max-width: 302px;
  width: 100%;
}

.t_company .inner .sec-text {
  max-width: 1050px;
  width: 100%;
  border-radius: 30px;
  background: #d9d3c7;
  position: relative;
}

.t_company .inner .sec-text .box-inner {
  padding: 109px 0 107px 0;
  width: 80%;
  margin: 0 auto 0 70px;
}

.t_company .inner .sec-text .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.t_company .inner .sec-text .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  color: #3b1802;
}

.t_company .inner .sec-text .desc p {
  font-size: 16px;
  line-height: calc(28 / 16);
}

.t_company .inner .tit-en {
  position: absolute;
  left: 35%;
  top: 17%;
  z-index: -1;
}

.t_company .inner .tit-en.is-active {
  --y: 0;
}

.t_company .inner .tit-en .char {
  font-family: var(--zenkaku);
  font-weight: 500;
  font-size: clamp(5rem, 4.168rem + 1.73vw, 6.25rem);
  line-height: clamp(7.25rem, 6.044rem + 2.52vw, 9.063rem);
  color: #d9d3c7;
  display: inline-block;
  transform: translateY(var(--y, 110%));
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.04s * var(--char-index));
}

.t_blog .inner {
  padding: 60px 0 120px;
}

.t_blog .tit-ja {
  font-weight: 500;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  color: #3b1802;
}

.t_blog .sec-body {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 640px;
  width: 100%;
}

.t_blog .inner {
  display: flex;
  align-items: flex-end;
  gap: 116px;
}

.t_blog .morebtn {
  max-width: 282px;
  width: 100%;
}

.t_blog .webgeneLink {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.t_blog .webgeneLink .date {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #603215;
}

.t_blog .webgeneLink .cate {
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  font-weight: 400;
  text-align: center;
  padding: 4px 23px;
  color: #603215;
  background-color: #fff;
  border-radius: 50px;
}

.t_blog .webgeneLink .ItemTit {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(28 / 16);
  color: #603215;
}

.t_blog .webgene-blog {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 1440px) {
  .t_works .inner {
    width: 100%;
  }
  .t_works .inner .swiper-wrap {
    max-width: 49%;
    width: 100%;
  }

  .t_company .inner {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .fv .inner .fv-text {
    margin-right: -130px;
  }

  .t_about .inner {
    width: 90%;
    gap: 10%;
  }

  .t_message .sec-img {
    padding: 10px;
  }

  .t_works {
    border-radius: 30px;
    background: #d9d3c7;
    margin: 150px auto;
  }

  .t_works .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 25px;
  }

  .t_works .inner .sec-text {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
    margin-top: 0;
  }

  .t_works .inner .swiper-wrap {
    margin: auto;
  }

  .t_works .inner .works-swiper .swiper-slide .swiper-img {
    margin-right: auto;
    margin-left: auto;
  }

  .t_works .inner .works-swiper .swiper-slide {
    padding-bottom: 34px;
  }

  .t_works .inner .works-swiper .swiper-slide.swiper-slide-active .slide-text {
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }

  .t_works .inner .swiper-navigation {
    width: 100%;
    justify-content: space-between;
    top: 0;
  }

  .t_works .swiper-button-next.swiper-button-disabled,
  .t_works .swiper-button-prev.swiper-button-disabled,
  .t_works .swiper-button-next,
  .t_works .swiper-button-prev,
  .t_works .swiper-button-prev,
  .t_works .swiper-rtl .swiper-button-next,
  .t_works .swiper-button-next,
  .t_works .swiper-rtl .swiper-button-prev {
    margin: 0;
  }
  .t_works .inner .swiper-wrap {
    max-width: 670px;
  }
  .t_works .inner .works-swiper {
    margin-left: auto;
  }

  .t_works .inner .works-swiper .swiper-slide .swiper-img {
    max-width: 100%;
  }

  .t_works .inner .tit-en {
    top: auto;
    bottom: 97%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .t_works .inner .sec-text .box-inner {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .t_works .inner .sec-text .box-inner .text {
    margin: auto;
    align-items: center;
  }

  .t_works .inner .sec-text .box-inner .desc {
    text-align: center;
    margin-bottom: 40px;
  }

  .t_works .inner .sec-text .box-inner .text .morebtn {
    margin: auto;
  }

  .t_works .inner .sec-text .box-inner .tit-ja {
    margin-bottom: 29px;
  }

  .t_company {
    overflow: hidden;
    padding-top: 60px;
  }

  .t_company .inner {
    flex-direction: column-reverse;
    gap: 40px;
    padding: 40px 0 50px;
    border-radius: 30px;
    background: #d9d3c7;
    width: 100%;
    border: none;
  }

  .t_company .inner .morebtn {
    margin: auto;
  }

  .t_company .inner .sec-text {
    margin: auto;
  }

  .t_company .inner .sec-text .box-inner {
    padding: 0;
    margin: auto;
    width: 81%;
  }

  .t_company .inner .tit-en {
    left: 0;
    top: auto;
    bottom: 93%;
    right: 0;
    margin: auto;
    text-align: center;
    white-space: nowrap;
  }

  .t_company .inner .sec-text .desc,
  .t_company .inner .sec-text .tit-ja {
    text-align: center;
  }

  .t_blog {
    margin-top: 60px;
  }

  .t_blog .inner {
    border-top: 0.5px solid #583f2f;
  }
}

@media (max-width: 1023px) {
  .fv .inner {
    flex-direction: column;
    gap: 27px;
  }

  .fv .inner .fv-swiper {
    margin-left: auto;
    max-width: 90%;
  }
  .fv .inner .fv-text {
    margin-right: 0;
    width: 80%;
    gap: 16px;
  }
  .fv .inner .fv-text .main {
    gap: 10px;
  }

  .t_message .sec-img {
    position: relative;
  }

  .t_message .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "slide slide"
      "img01 img02";
    width: 100%;
    gap: 42px 0;
    align-items: flex-end;
  }

  .t_message .sec-text {
    max-width: 100%;
    width: 100%;
    grid-column: 1/3;
    grid-area: slide;
  }

  .t_message .sec-img.img-left {
    grid-area: img01;
    max-width: calc(162 / 400 * 100vw);
    width: 100%;
  }

  .t_message .sec-img.img-right {
    grid-area: img02;
    max-width: calc(180 / 400 * 100vw);
    width: 100%;
    margin-left: auto;
    top: 93px;
  }
  .t_works .inner .sec-text .tit-en {
    bottom: auto;
    top: -218%;
    line-height: 116px;
  }

  .t_service .inner .sec-title {
    margin-bottom: 20px;
  }

  .t_service .inner .s-item,
  .t_service .inner .s-item.column {
    flex-direction: column;
    gap: 30px;
  }

  .t_service .inner .s-item .sec-img {
    max-width: calc(370 / 400 * 100vw);
    margin-right: auto;
    padding: 11px;
  }

  .t_service .inner .s-item .sec-text {
    width: 88%;
  }

  .t_service .inner .s-item .morebtn {
    margin: 0 auto;
  }

  .t_service .inner .s-item.column .sec-img {
    margin-right: 0;
    margin-left: auto;
    padding: 11px;
  }

  .t_service .inner {
    padding: 44px 0 99px;
  }

  .t_works .inner .works-swiper .swiper-slide .swiper-img {
    padding: 7px;
  }
}

@media (max-width: 767px) {
  .fv .inner .fv-text .main .tit-ja {
    padding: 15px 0px 15px 12px;
  }

  .fv .inner .fv-text {
    width: 93%;
    margin-left: auto;
  }

  .fv .inner .fv-text .main {
    margin-left: auto;
  }

  .fv .inner .fv-swiper {
    padding-bottom: 10px;
  }

  .fv-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .fv-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .fv-swiper .swiper-pagination-custom,
  .fv-swiper .swiper-pagination-fraction {
    gap: 6px;
  }

  .fv-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .fv-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .t_about .inner {
    width: 94%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 69px 0 100px;
  }

  .t_about .inner .sec-img {
    max-width: calc(231 / 400 * 100vw);
    width: 100%;
    align-items: center;
    margin: 0 auto;
  }

  .t_about .sec-text .morebtn,
  .t_message .sec-text .morebtn {
    max-width: 288px;
  }

  .t_about .sec-text,
  .t_about .sec-text .sec-title {
    align-items: center;
  }

  .t_about .sec-text {
    gap: 40px;
  }

  .t_about .sec-text .sec-title {
    gap: 5px;
  }

  .t_about .sec-text .sec-title .tit-ja {
    text-align: center;
  }

  .t_about .sec-text .desc p {
    text-align: center;
  }

  .t_message .sec-text {
    max-width: 88%;
  }

  .t_message .scroll-text {
    bottom: 50%;
  }

  .t_company .inner .tit-en {
    bottom: 95%;
  }

  .t_company .inner .sec-text .box-inner {
    width: 86%;
  }

  .t_works .inner .swiper-wrap {
    max-width: calc(350 / 400 * 100vw);
  }

  .t_works .inner .works-swiper .swiper-slide .swiper-img {
    width: 70%;
  }

  .t_works .inner .sec-text .box-inner .text {
    width: 88%;
  }
  .t_service .inner .s-item .sec-text {
    width: 92%;
  }

  .t_service .inner .s-item .sec-text .taglist {
    gap: 8px 4px;
  }

  .t_works .inner .sec-text .box-inner .tit-ja,
  .t_works .inner .sec-text .box-inner .desc {
    text-align: center;
    width: 100%;
  }

  .t_works .inner .sec-text .box-inner .tit-ja br {
    display: block;
  }

  .t_blog .inner {
    flex-direction: column;
    gap: 60px;
    padding: 60px 0 100px;
    width: 90%;
  }

  .t_blog .sec-body {
    gap: 40px;
  }

  .t_blog .morebtn {
    max-width: 242px;
    margin: 0 auto;
  }
}
