@charset "utf-8";

.fv {
  height: 100vh;
}

.fv .bg {
  position: relative;
  height: 100%;
}

.fv .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 3s ease;
  z-index: 10;
}

.fv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 3s ease;
}

.fv.is-active .bg img {
  opacity: 1;
}

.fv.is-active .bg::before {
  opacity: 0.81;
  background: linear-gradient(rgba(57, 57, 57, 0.6) 0%, #191717 100%);
}

.fv .bg .fv-text {
  position: absolute;
  max-width: 327px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  z-index: 20;
}

.fv .bg .fv-text .logo {
  filter: invert(1);
  height: auto;
  opacity: 1;
}

.fv .bg .fv-text .tit-ja {
  display: flex;
  flex-direction: row-reverse;

  gap: 24px;
}

.fv .bg .fv-text .tit-ja h1 {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.75rem, 1.417rem + 0.69vw, 2.25rem);
  color: #fff;
  writing-mode: vertical-rl;
}

.t_tosawashi {
  overflow: hidden;
  position: relative;
  height: 129px;
}

.loopimg {
  display: flex;
  width: max-content;
  height: 100%;
  animation: loopSlider 100s linear infinite;
}

.img-group {
  display: flex;
}

.t_tosawashi .linkbtn {
  max-width: 368px;
  width: 100%;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #1d1d1d;
}

.t_tosawashi .linkbtn::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  inset: 0;
  margin: auto;
  border: 0.5px solid #1d1d1d;
}

.t_tosawashi .linkbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
  width: 100%;
  height: 100%;
}

.t_tosawashi .linkbtn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #1d1d1d;
  border-right: 0;
  transition: var(--default);
}

.t_tosawashi .linkbtn .link-text {
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  text-align: center;
  color: #1d1d1d;
}

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

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

.t_about {
  position: relative;
}

.t_about::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -75px;
  background: url(/system_panel/uploads/images/20260614031358520790.png) no-repeat left bottom/contain;
  max-width: 747px;
  width: 39%;
  height: 185px;
}

.t_about .inner {
  padding: 94px 0 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.t_about .sec-top {
  display: flex;
  gap: 200px;
  position: relative;
  z-index: 5;
}
.t_about .sec-top::before {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/20260614030707808160.png) no-repeat center/contain;
  max-width: 657px;
  width: 35%;
  height: 290px;
  right: 0;
  bottom: -72px;
  z-index: -1;
}

.t_about .sec-top .sec-img {
  max-width: calc(1079 / 1920 * 100vw);
  width: 100%;
}

.t_about .sec-top .sec-text,
.t_about .sec-top .sec-text .tit-ja {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.t_about .sec-top .sec-text {
  gap: 17px;
}
.t_about .sec-top .sec-text .tit-en {
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #000;
  border-left: 1px solid #000000;
  height: 40%;
}

.t_about .sec-top .sec-text .tit-ja {
  gap: 25px;
}

.t_about .sec-top .sec-text .tit-ja h2 {
  writing-mode: vertical-rl;
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.25rem, 0.418rem + 1.73vw, 2.5rem);
  color: #1d1d1d;
}

.t_about .sec-bottom {
  position: relative;
  padding-bottom: 888px;
}

.t_about .sec-bottom .sec-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.t_about .sec-bottom .desc p {
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: clamp(1.75rem, 1.251rem + 1.04vw, 2.5rem);
  font-weight: 400;
}

.t_about .sec-bottom .img01 {
  max-width: 440px;
  width: 100%;
  position: absolute;
  top: 187px;
  left: 60%;
}
.t_about .sec-bottom .img02 {
  max-width: 651px;
  width: 100%;
  position: absolute;
  left: 173px;
  top: 567px;
}

.t_features {
  background-color: rgba(152, 152, 78, 0.2);
  overflow: hidden;
}

.t_features .inner {
  padding: 75px 0 88px;
  display: flex;
  flex-direction: column;
  gap: 83px;
}

.t_features .sec-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 155px;
}

.t_features .sec-top .sec-img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: calc(1409 / 1920 * 100vw);
  width: 100%;
  gap: 41px;
}

.t_features .sec-top .sec-img .tit-en {
  font-family: var(--notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #000;
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
  width: 98%;
}

.t_features .sec-top .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(2rem, 0.836rem + 2.43vw, 3.75rem);
  letter-spacing: 0.25em;
  color: #1d1d1d;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 5;
}
.t_features .sec-top .tit-ja::before {
  content: "";
  position: absolute;
  top: -62px;
  left: -57px;
  background: url(/system_panel/uploads/images/20260614163421763895.png) no-repeat center/contain;
  width: 194px;
  height: 195px;
  z-index: -1;
}

.t_features .sec-bottom {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 88px;
}

.t_features .sec-bottom .list {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}

.t_features .sec-bottom .list .item {
  writing-mode: vertical-rl;
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(2rem, 0.836rem + 2.43vw, 3.75rem);
  letter-spacing: 0.25em;
  line-height: 1;
  gap: 0.25em;
  color: #1d1d1d;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 5;
}

.t_features .sec-bottom .list .item .t-ht {
  writing-mode: initial;
  letter-spacing: 0;
}

.t_features .sec-bottom .list .item::before {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/20260614165910276375.png) no-repeat center/contain;
  width: 71px;
  height: 66px;
  z-index: -1;
}

.t_features .sec-bottom .list .item:first-child::before {
  left: 14px;
  bottom: -8px;
}

.t_features .sec-bottom .list .item:nth-child(2)::before {
  left: -20px;
  top: 100px;
}
.t_features .sec-bottom .list .item:last-child::before {
  left: -35px;
  bottom: 71px;
}

.t_features .sec-bottom .tit-ja {
  writing-mode: vertical-rl;
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  line-height: calc(48 / 36);
  color: #1d1d1d;
  letter-spacing: 0.25em;
}

.t_features .sec-bottom .desc {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
}

.t_features .sec-bottom .desc p {
  writing-mode: vertical-rl;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(32 / 18);
  color: #575656;
}

.t_features .sec-bottom .morebtn {
  max-width: 34px;
  border-bottom: none;
  border-left: 1px solid #000;
  margin-top: auto;
}

.t_features .sec-bottom .morebtn a {
  flex-direction: column;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 14px;
  gap: 90px;
}

.t_service {
  position: relative;
}
.t_service::before {
  content: "";
  position: absolute;
  top: -95px;
  right: 0;
  background: url(/system_panel/uploads/images/20260617171351713937.png) no-repeat center/contain;
  max-width: 521px;
  width: 80%;
  height: 194px;
  mix-blend-mode: multiply;
}

.t_service .inner {
  padding: 198px 0 220px;
}

.t_service .service01,
.t_service .service02 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.t_service .sec-title {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 40px;
}

.t_service .sec-title .tit-en {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #000;
  padding-bottom: 9px;
  border-bottom: 1px solid #000000;
  width: 100%;
  text-align: right;
}

.t_service .sec-title .tit-ja {
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 0.835rem + 1.39vw, 2.5rem);
  color: #1d1d1d;
}

.t_service .sec-top {
  display: flex;
  gap: 132px;
  align-items: center;
}

.t_service .service02 .sec-top {
  flex-direction: row-reverse;
  gap: 198px;
}

.t_service .sec-top .sec-img {
  max-width: calc(1413 / 1920 * 100vw);
  width: 100%;
}

.t_service .sec-top .tit-ja {
  writing-mode: vertical-rl;
  font-family: var(--zenmincho);
  font-weight: 700;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  color: #1d1d1d;
  position: relative;
  z-index: 5;
}

.t_service .sec-top .tit-ja::before {
  content: "";
  background: url(/system_panel/uploads/images/20260615151648540167.png) no-repeat center/contain;
  width: 218px;
  height: 169px;
  z-index: -1;
  position: absolute;
  top: -60px;
  left: -85px;
}

.t_service .service01 {
  margin-bottom: 180px;
}

.t_service .service02 .sec-top .tit-ja::before {
  left: 0;
  right: -102px;
}

.t_service .has-line {
  font-family: var(--zenmincho);
  font-weight: 400;
  font-size: clamp(1.25rem, 0.751rem + 1.04vw, 2rem);
  color: #1d1d1d;
  position: relative;
  z-index: 5;
  margin-bottom: 40px;
  white-space: nowrap;
}

.t_service .has-line::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  left: -4px;
  bottom: -8px;
  background: url(/system_panel/uploads/images/20260615152840213344.png) no-repeat left/contain;
  z-index: -1;
}

.t_service .desc {
  margin-bottom: 25px;
}
.t_service .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(32 / 18);
  color: #575656;
}

.t_service .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 60px;
  width: 100%;
}

.t_service .list .item {
  max-width: 347px;
  width: 31%;
  font-family: var(--zenmincho);
  font-weight: 500;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  text-align: center;
  color: #000;
  border: 1px solid #9b955a;
  position: relative;
}

.t_service .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 18px);
  height: calc(100% - 20px);
  border: 0.5px solid #9b955a;
}

.t_service .list .item p {
  padding: 20px 0;
}
.t_service .sec-bottom {
  max-width: 1143px;
  width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 26%;
}

.t_service .service02 .sec-bottom {
  justify-content: flex-start;
  margin-left: 26%;
  margin-right: auto;
  align-items: flex-start;
}

.t_service .service02 .list {
  justify-content: flex-start;
}

.t_service .morebtn {
  margin-left: auto;
}

@media (max-width: 1480px) {
  .t_service .sec-bottom,
  .t_service .service02 .sec-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .t_features .sec-bottom {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .t_about .inner {
    gap: 25px;
    padding-top: 66px;
  }
  .t_about .sec-top {
    flex-direction: column-reverse;
    gap: 23px;
  }
  .t_about .sec-top .sec-text {
    justify-content: center;
  }

  .t_about .sec-top .sec-text .tit-en {
    height: 10%;
  }
  .t_about .sec-bottom {
    width: 90%;
    padding-bottom: 143px;
  }

  .t_about::before {
    bottom: -27px;
  }

  .t_about .sec-bottom .img01 {
    max-width: calc(186 / 400 * 100vw);
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: 5%;
    margin-bottom: 42px;
  }

  .t_about .sec-bottom .img02 {
    position: relative;
    left: 0;
    top: 0;
    max-width: calc(284 / 400 * 100vw);
  }
  .t_about .sec-bottom .sec-text {
    gap: 40px;
    margin-bottom: 40px;
  }

  .t_about .sec-top::before {
    max-width: calc(248 / 400 * 100vw);
    width: 100%;
    bottom: auto;
    top: 20%;
  }

  .t_features .sec-top {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .t_features .sec-top .tit-ja::before {
    width: 112px;
    height: 113px;
    top: -25px;
    left: -33px;
  }

  .t_features .sec-top .sec-img {
    max-width: calc(350 / 400 * 100vw);
    gap: 8px;
    margin-left: auto;
  }

  .t_features .sec-top .sec-img .tit-en {
    width: 100%;
  }

  .t_features .sec-bottom {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .t_features .sec-bottom .tit-ja {
    writing-mode: initial;
    text-align: center;
    line-height: calc(40 / 24);
  }
  .t_features .sec-bottom .list {
    flex-direction: column;
    gap: 24px;
  }
  .t_features .sec-bottom .list .item {
    writing-mode: initial;
  }

  .t_features .sec-bottom .desc {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .t_features .sec-bottom .desc p {
    writing-mode: initial;
  }

  .t_features .sec-bottom .morebtn {
    max-width: 246px;
    border-left: none;
    border-bottom: 1px solid #1d1d1d;
  }

  .t_features .sec-bottom .morebtn a {
    padding-left: 0;
    padding-bottom: 4px;
    flex-direction: row;
    margin: 0 auto;
  }

  .t_service .sec-top,
  .t_service .service02 .sec-top {
    flex-direction: column;
  }

  .t_features .inner {
    gap: 40px;
    padding: 34px 0 63px;
  }

  .t_features .sec-bottom .list .item::before {
    width: 47px;
    height: 43px;
  }

  .t_features .sec-bottom .list .item:first-child::before {
    right: -13px;
    left: auto;
    bottom: -9px;
  }

  .t_features .sec-bottom .list .item:nth-child(2)::before {
    left: 46px;
    top: 0;
  }

  .t_features .sec-bottom .list .item:last-child::before {
    left: 93px;
    bottom: -7px;
  }
  .t_features .sec-bottom .list .item {
    gap: 0;
    line-height: calc(46 / 32);
    letter-spacing: 0;
  }

  .t_service::before {
    max-width: 195px;
  }

  .t_service .inner {
    padding: 100px 0;
  }

  .t_service .sec-title {
    max-width: none;
    margin-right: 10%;
    gap: 10px;
    width: auto;
  }

  .t_service .service01 {
    margin-bottom: 80px;
  }

  .t_service .sec-top,
  .t_service .service02 .sec-top {
    gap: 59px;
  }
  .t_service .sec-top .sec-img {
    max-width: none;
    margin-right: 10%;
    width: auto;
  }

  .t_service .sec-top .tit-ja::before {
    width: 133px;
    height: 103px;
    top: -39px;
    left: -48px;
  }

  .t_service .has-line {
    text-align: center;
    margin-bottom: 25px;
  }

  .t_service .has-line::after {
    height: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .t_service .sec-bottom,
  .t_service .service02 .sec-bottom {
    align-items: center;
    width: 80%;
  }
  .t_service .list {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
  .t_service .list .item {
    max-width: 246px;
    width: 100%;
  }
  .t_service .morebtn {
    margin-right: auto;
  }

  .t_service .service02 .sec-top .sec-img {
    max-width: none;
    margin-right: 0;
    margin-left: 10%;
    width: auto;
  }
  .t_service .service02 .sec-top .tit-ja::before {
    right: -61px;
    top: -39px;
  }

  .t_service .service02 .list .item {
    max-width: 264px;
  }

  .t_service .desc p {
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .fv {
    padding-top: calc(var(--header-height) + 19px);
    height: auto;
  }
  .fv .bg .fv-text {
    position: relative;
  }
  .fv .bg {
    display: flex;
    flex-direction: column-reverse;
    gap: 44px;
  }
  .fv .bg img {
    height: 229px;
    object-fit: cover;
  }
  .fv.is-active .bg::before {
    height: 229px;
    bottom: 0;
    top: auto;
    transition-property: opacity;
  }
  .fv .bg .fv-text .logo {
    filter: invert(0);
    max-width: calc(125 / 400 * 100vw);
  }
  .fv .bg .fv-text .tit-ja h1 {
    color: #1d1d1d;
  }
  .t_tosawashi .linkbtn {
    max-width: calc(278 / 400 * 100vw);
    height: 65px;
  }
  .t_tosawashi {
    height: 85px;
  }
}

@media (max-width: 430px) {
  .t_service .sec-bottom,
  .t_service .service02 .sec-bottom {
    width: 90%;
  }
}

.gjs-dashed .fv .bg img {
  opacity: 1;
}
