@charset "utf-8";

.intro {
  margin-top: 120px;
  position: relative;
}

.intro .bottom_line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: clamp(0.75rem, 0.126rem + 1.3vw, 1.688rem);
}

.intro .bottom_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/20260523010458135081.svg) no-repeat left/cover;
  transform: translateX(-100%);
  transition: 1.2s ease;
}

.intro .bottom_line.is-active::before {
  transform: translateX(0);
}

.intro .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.intro .inner {
  padding: 111px 0 120px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}

.intro .tit-ja {
  font-weight: 500;
  font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
  text-align: center;
  color: #fff;
}

.intro .desc p {
  text-align: center;
}

.point .inner {
  width: min(92%, 1728px);
  padding: 120px 0 160px;
  display: grid;
  grid-template-columns: 30% 66%;
  gap: 4%;
}

.point .sec-img {
  display: flex;
  flex-direction: column;
  gap: 83px;
}

.point .sec-img .img-bottom {
  margin-left: 10%;
}

.point .sec-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.209rem + 0.61vw, 1.938rem);
  gap: 12px;
  color: #fff;
}

.point .sec-title .icon {
  height: 73px;
  width: auto;
}

.point .list {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "num1 num2"
    "num3 num2";
  gap: 60px 50px;
}

.point .list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 437px;
  width: 100%;
  padding: 90px 0 111px;
}

.point .list .item .num {
  margin-bottom: 22px;
}

.point .list .item .tit-ja {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  line-height: calc(41 / 24);
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.point .list .item .desc {
  max-width: fit-content;
  width: 94%;
  margin: 0 auto;
}

.point .list .item .desc p {
  line-height: calc(32 / 16);
}

.point .list .item:first-child {
  grid-area: num1;
}

.point .list .item:nth-child(2) {
  grid-area: num2;
  margin-top: 40%;
  height: fit-content;
}

.point .list .item:nth-child(3) {
  grid-area: num3;
  margin-left: 50px;
}

.point .list .item::before {
  content: "";
  background: url(/system_panel/uploads/images/20260524223943466776.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(5.25rem, 2.173rem + 6.42vw, 9.875rem);
  aspect-ratio: 1/1;
}

.point .list .item::after {
  content: "";
  background: url(/system_panel/uploads/images/20260524224046226483.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(5.25rem, 2.173rem + 6.42vw, 9.875rem);
  aspect-ratio: 1/1;
}

.staff {
  background-color: #222;
  position: relative;
}

.staff::before {
  content: "";
  background: url(/system_panel/uploads/images/20260524225105925901.svg) no-repeat center/cover;
  width: 384px;
  height: 227px;
  position: absolute;
  top: 0;
  left: 0;
}

.staff .inner {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.staff .inner .tit-en {
  margin-bottom: 40px;
}

.staff .inner .tit-ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.042rem + 0.17vw, 1.25rem);
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

.staff .inner .tit-ja br {
  display: none;
}

.staff .inner .desc {
  text-align: center;
}

.staff .inner .desc p {
  font-size: 14px;
  line-height: 2;
}

.people .inner {
  padding: 106px 0 200px;
}

.people .inner .list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
}

.people .inner .list .item {
  display: flex;
  gap: 3%;
  justify-content: flex-start;
}

.people .inner .list .item:nth-child(2) {
  margin-left: auto;
  justify-content: flex-end;
}

.people .inner .list .item .sec-img {
  max-width: 338px;
  width: 30%;
  height: 375px;
  position: relative;
}

.people .inner .list .item .sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.people .inner .list .item .sec-img::before {
  content: "";
  position: absolute;
  background: url(/system_panel/uploads/images/20260524230351492356.svg) no-repeat center/contain;
  width: 206px;
  height: 51px;
  bottom: 0;
  left: 0;
}

.people .inner .list .item .sec-text {
  width: 65%;
}

.people .inner .list .item .tit-sub {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #fff;
  margin-bottom: 13px;
}

.people .inner .list .item .tit-main {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 40px;
}

.people .inner .list .item .tit-ja {
  font-weight: 500;
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
  color: #fff;
}

.bg-gray {
  position: relative;
  background: #222;
}

.bg-gray .inner {
  padding: 32px 0;
}

.bg-gray::before {
  content: "";
  background: url(/system_panel/uploads/images/20260524225105925901.svg) no-repeat center/cover;
  width: 384px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.company .bg-gray .tit-en {
  margin: 0 auto;
}

.company .sec-body .inner {
  padding: 80px 0 120px;
}

.company .sec-intro {
  padding: 24px 0;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-bottom: 80px;
}

.company .sec-intro .sec-img {
  max-width: 319px;
  width: 28%;
}

.company .sec-intro .sec-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-bottom: 32px;
}

.company .sec-intro .sec-title .tit-sub {
  font-weight: 500;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  text-align: center;
  color: #fff;
}

.company .sec-intro .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.084rem + 0.35vw, 1.5rem);
  line-height: calc(46 / 24);
  text-align: center;
  color: #fff;
}

.company .sec-intro .desc p {
  font-size: 14px;
  line-height: calc(22 / 14);
}

.company .infomation {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.company .infomation .sec-title img {
  height: 36px;
  width: auto;
}

.company .infomation .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.company .infomation .list .item {
  display: grid;
  grid-template-columns: 30% 1fr;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.company .infomation .list .item .ttl,
.company .infomation .list .item .detail {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(27 / 16);
  color: #fff;
}

.company .infomation .list .item .ttl {
  padding-left: 20%;
}

.promo .bg-gray .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.promo .bg-gray .inner .tit-ja {
  font-size: clamp(1.125rem, 0.543rem + 1.21vw, 2rem);
  line-height: 2;
}

.promo .bg-gray .inner .desc {
  text-align: center;
}

.promo .bg-gray .inner .desc p {
  line-height: 2;
}

.promo .sec-body .inner {
  padding: 40px 0 80px;
}

.promo .sec-body .comment {
  width: 90%;
  margin: 0 auto 43px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

.promo .sec-body .comment .item {
  position: relative;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(31 / 18);
  text-align: center;
  color: #fff;
  padding: 20px 0 34px;
}

.promo .sec-body .comment .item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/system_panel/uploads/images/20260524235332153420.svg) no-repeat center/contain;
}

.promo .sec-body .boxlist .sec-title {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  justify-content: center;
}

.promo .sec-body .boxlist .sec-title .tit-ja {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  text-align: center;
  color: #fff;
}

.promo .sec-body .boxlist {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
}

.promo .sec-body .boxlist .list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.promo .sec-body .boxlist .item {
  background: #222;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.626rem + 0.52vw, 1.25rem);
  line-height: calc(32 / 20);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0 40px;
}
@media (max-width: 1300px) {
  .point .list .item .desc {
    width: 85%;
  }
}

@media (max-width: 1200px) {
  .intro .inner {
    width: 76%;
  }

  .company .sec-body .inner {
    width: 90%;
  }

  .promo .sec-body .comment {
    width: 100%;
  }

  .point .list .item .desc {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .point .inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 80px 0;
  }

  .point .sec-img {
    gap: 14px;
  }

  .point .sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .point .sec-img .img-top {
    height: calc(198 / 400 * 100vw);
    width: auto;
  }

  .point .sec-img .img-bottom {
    height: calc(300 / 400 * 100vw);
    width: auto;
  }

  .point .sec-title {
    flex-direction: row;
    margin-bottom: 40px;
  }

  .point .sec-title img {
    width: 38px;
    height: auto;
  }

  .point .list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .point .list .item {
        max-width: 91%;
    padding: 42px 0;
  }

  .point .list .item:nth-child(2) {
    margin-top: 0;
  }

  .point .list .item:nth-child(3) {
    margin: 0;
  }

  .staff::before {
    width: calc(131 / 400 * 100vw);
    height: calc(95 / 400 * 100vw);
    background-image: url(/system_panel/uploads/images/20260525003417363538.svg);
  }

  .staff .inner {
    padding: 77px 0 80px;
    width: 70%;
  }

  .staff .inner .tit-en {
    height: 49px;
    width: auto;
    margin-bottom: 50px;
  }

  .people .inner {
    padding: 30px 0 80px;
    width: 80%;
  }

  .people .inner .list {
    flex-direction: column;
    gap: 60px;
  }

  .people .inner .list .item {
    flex-direction: column;
    gap: 30px;
  }

  .people .inner .list .item .sec-img {
    max-width: none;
    width: 100%;
    height: calc(354 / 400 * 100vw);
  }

  .people .inner .list .item .sec-text {
    width: 100%;
  }

  .people .inner .list .item .tit-main img {
    height: 30px;
    width: auto;
  }

  .people .inner .list .item .tit-main {
    gap: 11px;
    margin-bottom: 30px;
  }

  .bg-gray .inner {
    padding: 16px 0;
  }

  .bg-gray::before {
    width: calc(131 / 400 * 100vw);
    height: calc(95 / 400 * 100vw);
    background-image: url(/system_panel/uploads/images/20260525003417363538.svg);
  }

  .company .sec-body .inner {
    padding: 40px 0 60px;
  }

  .company .sec-intro {
    padding: 40px 8%;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .company .sec-intro .sec-img {
    max-width: 209px;
    width: 100%;
  }

  .company .infomation .list {
    gap: 30px;
  }

  .company .infomation .list .item {
    padding-bottom: 30px;
  }

  .promo .bg-gray .inner {
    width: 75%;
  }

  .promo .bg-gray .inner .tit-ja {
    text-align: center;
  }

  .promo .sec-body .comment {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .promo .sec-body .boxlist .sec-title {
    flex-direction: row;
  }

  .promo .sec-body .boxlist .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .staff .inner .tit-ja br {
    display: block;
  }
}
