@charset "utf-8";

.fv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

/* --------------------------------
background
-------------------------------- */

.fv-bg {
  position: absolute;
  inset: 0;
}

.fv-bg-item {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;

  transform: scale(1);
}

.fv-bg-item.current {
  z-index: 1;
}

.fv-bg-item.next {
  z-index: 2;

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

/* --------------------------------
inner
-------------------------------- */

.fv .inner {
  position: relative;
  z-index: 10;

  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;

  padding-bottom: 5%;
}

/* --------------------------------
text
-------------------------------- */

.fv .fv-text {
  position: relative;
  z-index: 40;

  margin-bottom: 94px;

  display: flex;
  flex-direction: column;
  gap: 56px;
}

.fv .fv-text .tit-main .text {
  font-family: var(--font-notoserif);
  font-weight: 700;

  font-size: clamp(3.125rem, 0.838rem + 4.77vw, 6.563rem);
  line-height: clamp(3.563rem, 0.943rem + 5.46vw, 7.5rem);

  color: #fff;

  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fv .fv-text .tit-sub .text {
  font-family: var(--font-notoserif);
  font-weight: 600;

  font-size: clamp(1.125rem, 0.709rem + 0.87vw, 1.75rem);
  line-height: clamp(1.875rem, 1.043rem + 1.73vw, 3.125rem);

  color: #fff;

  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* --------------------------------
split text
-------------------------------- */

.fv .fv-text .text.is-active {
  --opacity: 1;
}

.fv .fv-text .char {
  display: inline-block;

  opacity: var(--opacity, 0);

  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);

  transition-delay: calc(0.05s * var(--char-index));
}

.visuallyHidden {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  clip: rect(0 0 0 0) !important;

  white-space: nowrap !important;

  border: 0 !important;
}

/* --------------------------------
slider ui
-------------------------------- */

.fv .slider-ui {
  width: 267px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv .counter {
  display: flex;
  gap: 1em;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  color: #fff;
}

/* --------------------------------
progress
-------------------------------- */

.fv .progress {
  position: relative;

  width: 100%;
  height: 1px;

  background: rgba(255, 255, 255, 0.3);

  overflow: hidden;
}

.fv .progress-bar {
  width: 100%;
  height: 100%;

  background: #fff;

  transform-origin: left;
  transform: scaleX(0);
}

.fv .progress-bar.is-animate {
  animation: progress 5s linear forwards;
}

@keyframes progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.sec-title {
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: center;
  align-items: center;
}

.sec-title .tit-ja {
  font-family: var(--font-notoserif);
  font-weight: 400;
  font-size: 16px;
  color: #085eab;
}

.sec-title .tit-en {
  font-family: var(--font-shippori);
  font-weight: 700;
  font-size: clamp(2.5rem, 0.837rem + 3.47vw, 5rem);
  color: #085eab;
}

.t_news .inner {
  padding: 65px 0 80px;
}

.t_news .sec-title {
  margin-bottom: 50px;
}

.t_news .webgene-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5%;
}

.t_news .webgene-blog .webgene-item a {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px 21px 45px;
}

.t_news .webgene-blog .webgene-item .thumimg {
  aspect-ratio: 349/266;
}

.t_news .webgene-blog .webgene-item .thumimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t_news .webgene-blog .webgene-item .info {
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
}

.t_news .webgene-blog .webgene-item .cate {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  text-align: center;
  color: #fff;
  background: #0360aa;
  padding: 7px 21px;
}

.t_news .webgene-blog .webgene-item .date {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  text-align: left;
  color: #808080;
}

.t_news .webgene-blog .webgene-item .ItemTit {
  font-family: var(--font-notoserif);
  font-weight: 500;
  font-size: clamp(0.75rem, 0.584rem + 0.35vw, 1rem);
  line-height: calc(22 / 16);
  text-align: left;
  color: #0f0f0f;
}

.t_company {
  position: relative;
}

.t_company:before {
  content: "";
  background: url(/system_panel/uploads/images/20260514115108646714.png) no-repeat top/100% auto;
  position: absolute;
  height: 1130px;
  bottom: 50px;
  width: 100%;
  z-index: -1;
}

.t_company .inner {
  padding-bottom: 144px;
  display: flex;
  align-items: center;
  gap: 7%;
}

.t_company .tit-ja {
  margin-bottom: 60px;
}

.t_company .tit-ja .char {
  font-family: var(--font-notoserif);
  font-weight: 700;
  font-size: clamp(2.5rem, 1.668rem + 1.73vw, 3.75rem);
  line-height: clamp(3.5rem, 2.086rem + 2.95vw, 5.625rem);
  text-align: left;
  color: #1f67aa;
}

.t_company .text.is-active {
  --opacity: 1;
}

.t_company .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

.t_company .sec-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.t_company .sec-img {
  display: flex;
  gap: 21px;
  align-items: flex-start;
}

.t_company .sec-img .img-top {
  max-width: 448px;
  width: 63%;
}

.t_company .sec-img .img-bottom {
  max-width: 243px;
  width: 35%;
  margin-top: 490px;
}

.t_company .sec-text .desc {
  margin-bottom: 80px;
}

.t_company .sec-text .desc p {
  font-weight: 400;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(40 / 18);
  color: #232426;
}

.t_company .morebtn {
  margin-right: 28px;
}

.morebtn {
  max-width: 285px;
  margin-left: auto;
  width: 100%;
  height: 100%;
}

.morebtn a {
  padding: 5px 17px 5px 18px;
  background: #1f67aa;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.morebtn .arrow {
  overflow: hidden;
  position: relative;
  width: 44px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.morebtn .arrow:after {
  content: "";
  width: 1px;
  height: 98%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #fff;
}

.morebtn .arrow img {
  transform: rotate(-46deg);
  transition: 0.8s ease;
  width: 23px;
  height: auto;
}

.morebtn a p {
  font-family: var(--font-notosans);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.709rem + 0.35vw, 1.125rem);
  line-height: calc(40 / 18);
  color: #fff;
}

.morebtn .arrow .back {
  position: absolute;
  transform: translateY(102%) rotate(-46deg) translateX(-105%);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.morebtn:hover .arrow .front {
  transform: translateY(-100%) rotate(-46deg) translateX(100%);
}

.morebtn:hover .arrow .back {
  transform: translateY(2%) rotate(-46deg) translateX(5%);
}

.t_service {
  display: flex;
  align-items: flex-start;
  gap: 87px;
  position: relative;
  margin-bottom: 180px;
}

.t_service::before {
  content: "";
  background: url(/system_panel/uploads/images/20260514124016717512.png) no-repeat top/100% auto;
  position: absolute;
  height: 881px;
  top: 20px;
  width: 100%;
  z-index: -1;
}

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

.t_service .sec-text {
  margin-top: 43px;
}

.t_service .sec-title {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 35px;
}

.t_service .desc {
  margin-bottom: 94px;
  max-width: 560px;
}

.t_service .desc p {
  font-weight: 400;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  line-height: calc(30 / 18);
  color: #232426;
}

.t_service .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
}

.t_service .item {
  padding-bottom: 42px;
  border-bottom: 0.5px solid #b7b7b7;
}

.t_service .item:last-child {
  border-bottom: none;
  padding: 0;
}

.t_service .item .item-tit {
  margin-bottom: 15px;
}

.t_service .item .num {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
  font-size: 12px;
  text-align: left;
  color: #085eab;
}

.t_service .item .tit-ja {
  font-family: var(--font-notoserif);
  font-weight: 500;
  font-size: clamp(1.5rem, 1.001rem + 1.04vw, 2.25rem);
  text-align: left;
  color: #085eab;
}

.t_service .item .desc {
  margin-bottom: 0;
}

.t_service .item .desc p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: calc(28 / 16);
  text-align: left;
  color: #485057;
}

.t_recruit {
  position: relative;
  cursor: none;
  overflow: hidden;
}

.t_recruit .inner {
  padding: 64px 0 410px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.t_recruit .inner .deco-l {
  position: absolute;
  top: -18px;
  left: 21%;
  width: 290px;
  height: auto;
  z-index: -1;
}

.t_recruit .inner .deco-r {
  position: absolute;
  right: 21%;
  width: 301px;
  height: auto;
  top: 7px;
  z-index: -1;
}

.t_recruit .scroll-text {
  position: absolute;
  bottom: 195px;
  left: 0;
  display: flex;
  gap: 62px;
  animation: RighttoLeft 30s linear infinite;
}

.t_recruit .scroll-text .text {
  font-family: var(--font-notosans);
  font-weight: 600;
  font-size: clamp(3.438rem, 0.735rem + 5.64vw, 7.5rem);
  text-align: left;
  color: transparent;
  white-space: nowrap;
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
}

.t_recruit .link {
  position: absolute;
  inset: 0;
  display: block;
}

.t_recruit:before {
  content: "";
  background: url(/system_panel/uploads/images/20260514124859176082.png) no-repeat top/cover;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: -1;
}

.t_recruit .sec-left {
  margin-top: auto;
  max-width: 415px;
  width: 25%;
  margin-top: 363px;
}

.t_recruit .sec-right {
  max-width: 405px;
  width: 24%;
  margin: auto 4% auto 0;
}

.t_recruit .sec-title {
  gap: 0;
  margin-bottom: 126px;
  overflow: hidden;
}

.t_recruit .sec-title .tit-ja {
  color: #fff;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
}

.t_recruit .sec-title .tit-en {
  font-size: clamp(3.125rem, 0.215rem + 6.07vw, 7.5rem);
}

.t_recruit .sec-title .tit-en.is-active {
  --y: 0;
}

.t_recruit .sec-title .tit-en .char {
  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));
  font-family: var(--font-notosans);
  font-weight: 700;
  font-size: clamp(3.125rem, 0.215rem + 6.07vw, 7.5rem);
  color: #fff;
}

.t_recruit .sec-catch {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 93px;
}

.t_recruit .sec-catch img:last-child {
  margin-top: auto;
}

.t_recruit .sec-catch p {
  font-family: var(--font-notoserif);
  font-weight: 600;
  font-size: clamp(2.063rem, 0.94rem + 2.34vw, 3.75rem);
  line-height: clamp(3.125rem, 1.462rem + 3.47vw, 5.625rem);
  color: #fff;
  text-shadow: 0px 3px 6px rgba(139, 139, 139, 0.16);
}

.t_recruit .desc {
  margin-bottom: 78px;
}

.t_recruit .desc p {
  font-family: var(--font-notoserif);
  font-weight: 600;
  font-size: clamp(0.875rem, 0.459rem + 0.87vw, 1.5rem);
  line-height: clamp(2rem, 0.836rem + 2.43vw, 3.75rem);
  text-align: center;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(139, 139, 139, 0.16);
}

.t_recruit .morebtn {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.t_recruit .morebtn a {
  background-color: #db992c;
}

.t_recruit-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 185px;
  height: 185px;
  background: #efbd70;
  filter: drop-shadow(3px 3px 6px rgba(100, 100, 100, 0.16));
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%) scale(0);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t_recruit-cursor .text {
  font-family: var(--font-notoserif);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.t_recruit-cursor.is-active {
  opacity: 1;

  transform: translate(-50%, -50%) scale(1);
}

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

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

.t_blog .inner {
  padding-bottom: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.t_blog .sec-title {
  gap: 24px;
  margin-bottom: 98px;
}

.t_blog .sec-left {
  max-width: 285px;
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.t_blog .sec-right {
  max-width: 760px;
  width: 75%;
}

.t_blog .sec-right .morebtn {
  display: none;
}

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

.t_blog .webgeneLink {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 0.5px solid #b7b7b7;
}

.t_blog .webgeneLink .date {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #4e4e4e;
  margin-right: 24px;
}

.t_blog .webgeneLink .cate {
  font-family: var(--font-notosans);
  font-weight: 400;
  font-size: clamp(0.75rem, 0.667rem + 0.17vw, 0.875rem);
  text-align: center;
  color: #fff;
  padding: 8px 29px;
  background-color: #045faa;
  border-radius: 30px;
  margin-right: 38px;
}

.t_blog .webgeneLink .ItemTit {
  font-family: var(--font-notoserif);
  font-weight: 500;
  font-size: 16px;
  line-height: calc(22 / 16);
  text-align: left;
  color: #0f0f0f;
  max-width: 505px;
  width: 70%;
}

@media (max-width: 1200px) {
  .w1344,
  .w1536 {
    width: 85%;
  }

  .t_service {
    gap: 50px;
  }

  .t_blog .webgeneLink .ItemTit {
    width: 59%;
  }

  .t_service .sec-img {
    width: 39%;
  }
}

@media (max-width: 900px) {
  .w1344,
  .w1536 {
    width: 90%;
  }

  .t_company .inner {
    flex-direction: column-reverse;
    width: 85%;
  }

  .t_company .sec-text,
  .t_company .sec-img {
    width: 100%;
  }

  .t_company .sec-img {
    gap: 0;
    justify-content: space-between;
  }

  .t_company .morebtn {
    margin: 0 auto;
  }

  .t_service {
    flex-direction: column;
    gap: 40px;
  }

  .t_service .sec-img {
    max-width: none;
    width: 100%;
  }

  .t_service .sec-text {
    width: 80%;
    margin: 0 auto;
  }

  .t_service .desc {
    margin-bottom: 40px;
  }

  .t_service .list {
    gap: 30px;
    margin-bottom: 60px;
  }

  .t_service .item {
    padding-bottom: 30px;
  }

  .t_service .item .item-tit,
  .t_service .item .desc {
    width: 90%;
    margin: 0 auto;
  }

  .t_service .item .item-tit {
    margin-bottom: 20px;
  }

  .t_service .morebtn {
    margin: 0 auto;
  }

  .t_recruit .inner {
    display: grid;
    grid-template-areas:
      "center center"
      "left right";
    gap: 18px 20px;
    padding: 46px 0 142px;
  }

  .t_recruit .inner .deco-l {
    left: 3px;
    width: 156px;
    top: 0;
  }

  .t_recruit .inner .deco-r {
    right: 0;
    width: 164px;
    top: 0;
  }

  .t_recruit .sec-center {
    grid-area: center;
  }

  .t_recruit .sec-title,
  .t_recruit .sec-catch,
  .t_recruit .desc {
    margin-bottom: 40px;
  }

  .t_recruit .sec-left {
    grid-area: left;
    max-width: none;
    width: 100%;
    margin-top: 43px;
  }

  .t_recruit .sec-right {
    grid-area: right;
    max-width: none;
    width: 100%;
    margin: 0;
  }

  .t_recruit .scroll-text {
    bottom: 65px;
  }

  .t_blog .inner {
    flex-direction: column;
    gap: 40px;
    width: 85%;
  }

  .t_blog .sec-right {
    max-width: none;
    width: 100%;
  }

  .t_blog .sec-left .morebtn {
    display: none;
  }

  .t_blog .sec-title {
    margin-bottom: 0;
  }

  .t_blog .sec-right .morebtn {
    display: block;
    margin: auto;
  }

  .t_blog .webgene-blog {
    gap: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .fv .inner {
    width: 94%;
  }

  .sec-title {
    gap: 8px;
  }

  .sec-title .tit-ja {
    font-size: 18px;
  }

  .t_news .inner {
    width: 80%;
  }

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

  .t_news .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .t_company .sec-img {
    gap: 16px;
  }

  .t_company .sec-img .img-top {
    max-width: 194px;
    width: 100%;
  }

  .t_company .sec-img .img-bottom {
    max-width: 125px;
    width: 100%;
    margin-top: 131px;
  }

  .t_company .inner {
    width: 89%;
    gap: 30px;
  }

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

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

  .morebtn {
    max-width: 193px;
  }

  .morebtn .arrow {
    width: 29px;
    height: 37px;
  }

  .morebtn .arrow img {
    width: 16px;
  }

  .morebtn a {
    padding: 3px 10px 3px 13px;
  }

  .t_company:before {
    height: 268px;
    bottom: 231px;
    background: url(/system_panel/uploads/images/20260518225608598391.png) no-repeat center / 100% auto;
  }

  .t_service {
    margin-bottom: 93px;
  }

  .t_service::before {
    height: 231px;
    top: 632px;
  }

  .t_service .sec-text {
    width: 80%;
  }

  .t_blog .sec-left {
    width: 100%;
  }

  .t_blog .webgeneLink {
    flex-wrap: wrap;
    gap: 16px 13px;
    padding-bottom: 16px;
  }

  .t_blog .webgeneLink .ItemTit {
    width: 100%;
  }
}

.gjs-dashed .t_recruit {
  cursor: pointer;
}

.gjs-dashed .t_recruit .link {
  z-index: -1;
}
