@charset "utf-8";

/* TERASU original stylesheet */
.t-loading {
  display: block;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #0e2140;
}

.t-sec-mv {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #0e2140;
}

.t-sec-mv__title {
  display: none;
  position: absolute;
  top: 35.2%;
  left: 25.7%;
  z-index: 99;
  width: 46%;
  transform: scale(0.35);
  opacity: 1;
  max-width: 736px;
}

.t-sec-mv__wrap {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(0.15) rotate(-5deg);
}

.t-sec-mv__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 1.5s ease;
}

.t-sec-mv__wrap.active::before{
  background-color: rgb(0 0 0 / 15%);
}

.t-sec-mv__wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}

.t-sec-mv__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(2);
  object-fit: contain;
}

.js-scale {
  opacity: 1;
  -webkit-animation-name: scale;
  -webkit-animation-duration: 1s;
  animation-name: scale;
  animation-duration: 1s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}

.js-zoom {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 1.5s;
  animation-name: zoom;
  animation-duration: 1.5s;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}

.js-Out {
  -webkit-animation-name: zoomOut;
  -webkit-animation-duration: 0.8s;
  animation-name: zoomOut;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

.js-fade {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.t-fade-in-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.8);
  opacity: 1;
}

.main-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.t-sec-intro {
  position: relative;
  
  padding: 248px 0 177px;
}

.t-sec-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
}

.t-reveal-text {
  position: relative;
  animation-delay: 0s;
  opacity: 0;
}

.t-reveal-text,
.t-reveal-text.active::after {
  animation-delay: 0.15s;
  animation-duration: 500ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.t-reveal-text.active {
  opacity: 1;
  animation-name: clip-text;
}

.t-reveal-text.active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(to right, #e2b13c 0%, #e2b13c 100%);
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}

@keyframes text-revealer {

  0%,
  50% {
    transform-origin: 0 50%;
  }

  60%,
  100% {
    transform-origin: 100% 50%;
  }

  60% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

@keyframes clip-text {
  0% {
    clip-path: inset(0 100% 0 0);
  }

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

.t-sec-intro .t-l-inner {
  position: relative;
  z-index: 2;
}

.t-sec-intro__txt {
  width: 510px;
  line-height: 2.2;
  margin-bottom: 70px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.t-sec-intro__txt:nth-of-type(1) {
  margin-bottom: 90px;
}

.t-sec-about {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

.t-sec-about__wrap {
  width: 100%;
  height: 100%;
  transform: scale(0.6);
}

.t-sec-about__wrap-in {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.t-sec-about__wrap-in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(2);
  object-fit: cover;
}

.t-sec-about__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 22% 0 17.3%;
  color: #fff;
  transition: all 0.3s;
  opacity: 0;
}

.t-sec-about__content .t-l-inner {
  display: flex;
  justify-content: space-between;
}

.t-sec-about__content-blk {
  width: 500px;
  margin: 30px 140px 0 0;
}

.t-sec-about__txt {
  line-height: 2.5;
  margin-bottom: 62px;
}

.t-sec-about__bnr-movie {
  margin-top: 60px;
  position: relative;
  width: 450px;
  height: 253px;
  background: transparent url(../images/top/bnr_about_movie.jpg) no-repeat center center / 100%;
  border-radius: 14px;
  text-align: center;
  overflow: hidden;
  border: none;

  @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
    width: 88.58%;
    height: auto;
    aspect-ratio: 450 /253;
    border-radius: 4%;
  }

  @media only screen and (max-width: 767.9px) {
    width: 100%;
    height: 177px;
  }

  .tag {
    position: absolute;
    top: 0;
    right: -12px;
    background: #fff;
    width: 90px;
    height: 34px;
    transform: skewX(-35deg);

    @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
      width: 5.62vw;
      height: 2.12vw;
    }

    @media only screen and (max-width: 767.9px) {
      width: 16.53vw;
      height: 6.4vw;
    }

    > span {
      top: 9px;
      left: 17px;
      transform: skewX(35deg);
      position: absolute;
      color: #0e2140;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.05em;

      @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
        top: 0.7vw;
        left: 1vw;
        font-size: 1vw;
      }

      @media only screen and (max-width: 767.9px) {
        top: 7px;
        left: 9px;
        font-size: 2.94vw;
      }
    }
  }

  .ico {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    aspect-ratio: 1/1;

    @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
        top: 5.46vw;
        width: 6.25vw;
    }

    @media only screen and (max-width: 767.9px) {
      top: 50px;
      width: 15.22vw;
    }

    &::before {
      position: absolute;
      top: 2px;
      left: 6px;
      right: 0;
      bottom: 0;
      margin: auto;
      display: block;
      content: "";
      width: 20px;
      aspect-ratio: 1/1;
      background: #fff;
      clip-path: polygon(0 0, 0 100%, 100% 50%);
      transition: all 0.3s ease-in-out;

      @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
        width: 1.56vw;
      }

      @media only screen and (max-width: 767.9px) {
        width: 3.75vw;
      }
    }

    &::after {
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: all 0.3s ease-in-out;
    }
  }

  .ttl {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;

    @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
      font-size: 1.25vw;
      bottom: 4.29vw;
    }

    @media only screen and (max-width: 767.9px) {
      font-size: 2.94vw;
      bottom: 40px;
    }
  }

  &:hover {
    cursor: pointer;

    .ico {
      &::before {
        border: 1px solid #fff;
        background: #0e2140;
        z-index: 1;
      }


      &::after {
        transform: scale(1.2);
        background: #fff;
      }
    }
  }
}

.t-bnr-numbers {

  position: relative;
  display: block;
  margin: 0 auto 120px;
  width: fit-content;

  @media only screen and (max-width: 767.9px) {
    margin: 0 auto 75px;
  }

  &:hover {
    .t-bnr-numbers__icon {
      background-color: #fff;
      transform: scale(1.25, 1.25);
    }

    .t-bnr-numbers__svg {
      transform: scale(0.8, 0.8);

      line {
        stroke: #3253ff;
      }
    }
  }
}

.t-bnr-numbers__txt {
  position: absolute;
  top: 100px;
  left: 80px;
  z-index: 1;
  margin: auto;
  color: #fff;

  @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
    top: 6.25vw;
  }

  @media only screen and (max-width: 767.9px) {
    top: 30px;
    left: 30px;
  }
}

.t-bnr-numbers__ttl {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;

  @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
    font-size: 1.8vw;
  }

  @media only screen and (max-width: 767.9px) {
    font-size: 22px;
  }
}

.t-bnr-numbers__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: ease-in 0.25s;

  @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
    width: calc(48 / 1600 * 100vw);
  }
}

.t-bnr-numbers__svg {
  width: 15px;
  height: 100%;

  rect {
    width: 15px;
    height: 6px;
  }

  line {
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 1px;
  }
}

.t-bnr-numbers__en {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;

  @media only screen and (min-width: 768px) and (max-width: 1279.9px) {
    font-size: 1vw;
  }

  @media only screen and (max-width: 767.9px) {
    margin-top: 10px;
    font-size: 10px;
  }
}

.t-bnr-numbers__img {
    width: calc(1130 / 1600 * 100vw);

    @media only screen and (max-width: 767.9px) {
      width: calc(315 / 375 * 100vw);
    }
  }

.t-sec-project {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.t-sec-project .t-cmn-title {
  font-size: 70px;
}

.t-sec-project__inner {
  overflow: hidden;
  margin: 0 2.5%;
  padding: 4.427vw 0 1.604vw 3.906vw;
  background-color: #0e2140;
  border-radius: 0.521vw;
  
}

.t-sec-project__list {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  margin-top: 1.51vw;
}

.t-sec-project__item {
  display: flex;
  justify-content: space-between;
  width: 60.417vw;
  margin-right: 4.167vw;
}

.t-sec-project__item .t-sec-project__item-main-img {
  overflow: hidden;
}

.t-sec-project__item .t-sec-project__item-main-img img {
  transition: all 0.35s ease-in-out;
}

.t-sec-project__item:hover .t-sec-project__item-main-img img {
  transform: scale(1.055);
}

.t-sec-project__item:hover .t-cmn-btn span::before {
  width: 56px;
  height: 56px;
}

.t-sec-project__item-left {
  position: relative;
  width: 34.635vw;
}

.t-sec-project__item-main {
  position: relative;
  width: 84%;
  margin-left: auto;
  max-width: 28.646vw;
}

.t-sec-project__item-main span {
  position: absolute;
  top: 0.104vw;
  left: -1.719vw;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.729vw;
  font-weight: 700;
  writing-mode: vertical-lr;
}

.t-sec-project__item-img {
  position: inherit;
  z-index: 1;
  width: 43%;
  margin-top: -5.938vw;
  max-width: 14.583vw;
}

.t-sec-project__item:nth-of-type(1) .t-sec-project__item-img {
  max-width: 12.5vw;
}

.t-sec-project__item-right {
  width: 23.698vw;
  color: #fff;
}

.t-sec-project__item-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t-sec-project__item-intro img {
  max-width: 9.375vw;
}

.t-sec-project__item-intro span {
  font-size: 0.729vw;
}

.t-sec-project__item-content {
  margin-top: 2.385vw;
}

.t-sec-project__item-content .t-sub-title {
  line-height: 1.4;
  font-size: 1.1vw;
  font-weight: 700;
}

.t-sec-project__txt {
  line-height: 2;
  margin: 0.667vw 0 1.917vw;
  font-size: 0.9vw;
}

.t-sec-project__num-list {
  display: flex;
  margin-top: 1.563vw;
  cursor: pointer;
}

.t-sec-project__num-list li a {
  padding: 1.042vw 0.938vw;
  color: #d8d8d8;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.625vw;
  font-weight: 500;
  opacity: 0.3;
  border-top: 0.052vw solid;
}

.t-sec-project__num-list li a.active {
  color: #fff;
  border-color: #fff;
  opacity: 1;
}

.t-sec-rookies {
    background: #fff;
    padding: 280px 0 270px;
  }

.t-sec-rookies__clm {
  display: flex;
  justify-content: space-between;
  margin-right: -120px;
}

.t-sec-rookies__heading {
  width: 400px;
}

.t-sec-rookies__note {
  margin-top: 55px;

  .t-sub-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .txt {
    margin-top: 20px;
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-size: 16px;
  }

  .t-cmn-btn {
    margin-top: 40px;
    color: #0e2140;
  }
}

.t-sec-rookies__img {
  position: relative;
  width: calc(960 / 1600 * 100vw);
  max-width: 960px;

  &::before,
  &::after {
    display: block;
    content: "";
    width: calc(526 / 1600 * 100vw);
    height: calc(298 / 1600 * 100vw);
    background-color: #0e2140;
  }

  &::before {
    position: absolute;
    top: calc(-80 / 1600 * 100vw);
    right: 0;
  }

  &::after {
    position: absolute;
    bottom: calc(-80 / 1600 * 100vw);
    left: calc(-80 / 1600 * 100vw);
  }

  .img {
    position: relative;
    border-radius: 10px 0 0 10px;
    z-index: 1;
  }
}

.t-sec-system {
  background: #fff;
  padding-bottom: 200px;
}

.t-sec-system__heading {
  display: flex;
  align-items: bottom;
  gap: calc(228 / 1600 * 100vw);
}

.t-sec-system__note {
  .txt {
    line-height: 2.5;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}

.t-sec-system__list {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 80px;
}

.t-sec-system__item {
  position: relative;
}

.t-sec-system__link {
  display: block;
  width: 100%;
  height: 100%;

  .img {
    border-radius: 10px;
  }
}

.t-sec-system__tag {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 243px;
  height: 60px;
  border-top-right-radius: 10px;
}

.t-sec-system__tag-clm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}



@media only screen and (min-width: 768px) and (max-width: 1279.9px) {

  

  .t-sec-mv__title {
    top: 42.2%;
    max-width: 57.5vw;
  }

  .t-sec-mv__wrap img {
    object-fit: cover;
  }

  .t-sec-intro {
    padding: 19.375vw 0 13.828vw;
  }

  .t-sec-intro__txt {
    width: 39.844vw;
    font-size: 1.875vw;
  }

  .t-sec-intro__txt:nth-of-type(1) {
    margin-bottom: 7.031vw;
  }

  .t-sec-about__content-blk {
    width: 39.063vw;
    margin: 2.344vw 10.938vw 0 0;
  }

  .t-sec-about__txt {
    margin-bottom: 4.844vw;
  }

  .t-sec-project .t-cmn-title {
    font-size: 4.25vw;
  }

  .t-sec-project__inner {
    height: 45.703vw;
    padding: 2.641vw 0 1.806vw 3.859vw;
    border-radius: 0.781vw;
  }

  .t-sec-project__list {
    margin-top: 2.266vw;
  }

  .t-sec-project__item {
    width: 85.125vw;
    margin-right: 2.15vw;
    padding-right: 4.15vw;
  }

  .t-sec-project__item:hover .t-cmn-btn span::before {
    width: 4.375vw;
    height: 4.375vw;
  }

  .t-sec-project__item-left {
    width: 42.753vw;
  }

  .t-sec-project__item-main {
    max-width: 42.969vw;
  }

  .t-sec-project__item-main span {
    top: 0.156vw;
    left: -2.578vw;
    font-size: 1.094vw;
  }

  .t-sec-project__item-img {
    width: 37%;
    margin-top: -8.906vw;
    max-width: 18.75vw;
  }

  .t-sec-project__item-right {
    width: 35.547vw;
  }

  .t-sec-project__item-intro img {
    max-width: 14.063vw;
  }

  .t-sec-project__item-intro span {
    font-size: 1.094vw;
  }

  .t-sec-project__item-content {
    margin-top: 2.078vw;
  }

  .t-sec-project__item-content .t-sub-title {
    font-size: 1.475vw;
  }

  .t-sec-project__txt {
    margin: 1.9vw 0 1.975vw;
  }

  .t-sec-project__num-list {
    margin-top: 1.091vw;
  }

  .t-sec-project__num-list li a {
    padding: 0.863vw 1.106vw;
    font-size: 0.938vw;
    border-top: 0.078vw solid;
  }
}


@media only screen and (max-width: 767.9px) {

  @keyframes scale {
    0% {
      top: 37%;
      left: 50%;
      transform: translateX(-50%) scale(0.3);
      opacity: 1;
    }

    100% {
      top: 58%;
      left: 7%;
      transform: scale(1);
      opacity: 1;
    }

  }

  @-webkit-keyframes scale {
    0% {
      top: 37%;
      left: 50%;
      transform: translateX(-50%) scale(0.3);
      opacity: 1;
    }

    100% {
      top: 58%;
      left: 7%;
      transform: scale(1);
      opacity: 1;
    }

  }

  .t-sec-mv__title {
    top: 37%;
    left: 50%;
    width: 85%;
    transform: translateX(-50%) scale(0.3);
    max-width: 315px;
  }

  .t-sec-mv__wrap {
    transform: scale(0.3);
  }

  .t-sec-mv__wrap img {
    transform: scale(1.9);
  }

  .t-sec-intro {
    padding: 24.533vw 0 30.667vw;
  }

  .t-sec-intro__txt {
    width: 100%;
    line-height: 2.5;
    margin-bottom: 10.667vw;
    font-size: 4.267vw;
  }

  .t-sec-intro__txt:nth-of-type(1) {
    margin-bottom: 10.667vw;
  }

  .t-sec-intro__txt:nth-of-type(3) {
    margin-bottom: 8vw;
  }

  .t-sec-about__wrap,
  .t-sec-about__wrap-in img {
    transform: scale(1);
  }

  .t-sec-about__content {
    padding: 73.333vw 0 19.2vw 0;
    opacity: 1;
  }

  .t-sec-about__content .t-l-inner {
    flex-direction: column;
  }

  .t-sec-about__content-blk {
    width: 100%;
    margin: 10.667vw 0 0 0;
  }

  .t-sec-about__txt {
    line-height: 2.1;
    margin-bottom: 8vw;
  }

  .t-sec-project {
    padding: 13.333vw 0;
  }

  .t-sec-project__inner {
    margin: 0;
    padding: 12vw 8vw 0;
    border-radius: 2.667vw;
  }

  .t-sec-project__list {
    display: block;
    width: auto;
    margin-top: 7.733vw;
  }

  .t-sec-project__item {
    flex-direction: column;
    width: 100%;
    margin: 0 0 29.867vw 0;
  }

  .t-sec-project__item:hover .t-sec-project__item-main-img img {
    transform: none;
  }

  .t-sec-project__item:hover .t-cmn-btn span::before {
    width: 12.533vw;
    height: 12.533vw;
  }

  .t-sec-project__item-left {
    position: relative;
    width: 100%;
  }

  .t-sec-project__item-img {
    position: inherit;
    z-index: 1;
    width: 42%;
    margin-top: -19.2vw;
    max-width: 34.133vw;
  }

  .t-sec-project__item:nth-of-type(1) .t-sec-project__item-img {
    max-width: 32vw;
  }

  .t-sec-project__item-main {
    position: unset;
    width: 86%;
    max-width: 72vw;
  }

  .t-sec-project__item-main span {
    left: 0;
    font-size: 3.733vw;
  }

  .t-sec-project__item-intro {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
  }

  .t-sec-project__item-intro img {
    width: 45%;
    max-width: 37.867vw;
  }

  .t-sec-project__item-intro span {
    line-height: 1.8;
    margin-right: 4vw;
    font-size: 3.2vw;
  }

  .t-sec-project__item-right {
    width: 100%;
    margin-top: 1.333vw;
  }

  .t-sec-project__item-content {
    margin-top: 8vw;
  }

  .t-sec-project__item-content .t-sub-title {
    font-size: 4.267vw;
  }

  .t-sec-project__txt {
    margin: 4vw 0 9.333vw;
    font-size: 3.2vw;
  }

  .t-sec-rookies {
    padding: calc(80 / 375 * 100vw) 0;
  }

  .t-sec-rookies__clm {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }

  .t-sec-rookies__heading {
    width: 100%;
  }

  .t-sec-rookies__note {
    /* SPは画像が本文の上に来る並びのため、画像下の紺装飾(::after 下30/375vwはみ出し)と被らない余白を確保(2026-08-11 大串FB) */
    margin-top: calc(70 / 375 * 100vw);

    .t-sub-title {
      font-size: calc(20 / 375 * 100vw);
      line-height: 1.35;
    }

    .txt {
      margin-top: calc(30 / 375 * 100vw);
      line-height: 2;
      font-size: calc(14 / 375 * 100vw);
    }

    .t-cmn-btn {
      margin-top: calc(30 / 375 * 100vw);
    }
  }

  .t-sec-rookies__img {
    position: relative;
    width: auto;
    margin-top: calc(55 / 375 * 100vw);
    margin-right: calc(-30 / 375 * 100vw);

    &::before,
    &::after {
      display: block;
      content: "";
      width: calc(189 / 375 * 100vw);
      height: calc(107 / 375 * 100vw);
    }

    &::before {
      top: calc(-30 / 375 * 100vw);
    }

    &::after {
      bottom: calc(-30 / 375 * 100vw);
      left: calc(-30 / 375 * 100vw);
    }
  }

  .t-sec-system {
    padding-bottom: calc(80 / 375 * 100vw);
  }

  .t-sec-system__heading {
    flex-direction: column;
    gap: calc(20 / 375 * 100vw);
  }

  .t-sec-system__note {
    .txt {
      line-height: 2;
      font-size: calc(14 / 375 * 100vw);
    }
  }

  .t-sec-system__list {
    flex-direction: column;
    margin-top: calc(35 / 375 * 100vw);
    gap: calc(30 / 375 * 100vw);
  }

  .t-sec-system__tag {
    width: calc(243 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }

  .t-sec-system__tag-clm {
    gap: calc(10 / 375 * 100vw);
  }
}
/* 採用情報バナー: 縦長写真でも横長コンパクトに(高さ固定+cover トリミング) */
.t-bnr-numbers__img {
  height: 240px !important;
  object-fit: cover;
  object-position: center 30%;
}
@media only screen and (max-width: 767.9px) {
  .t-bnr-numbers__img { height: 150px !important; }
}

/* 採用バナー/会社案内カード: ホバーは薄化(opacity)でなく円ボタン拡大方式に統一 */
.t-bnr-numbers:hover, .t-sec-system__link:hover { opacity: 1; }
.t-bnr-numbers__icon { transition: all 0.3s ease-in-out; }
.t-bnr-numbers:hover .t-bnr-numbers__icon { transform: scale(1.3); }
.t-sec-system__link .t-cmn-btn span { transition: all 0.3s ease-in-out; }
.t-sec-system__link:hover .t-cmn-btn span { transform: scale(1.3); }

/* 採用バナー/会社案内カード: ホバーで画像もズーム連動 */
.t-bnr-numbers__bg { display: block; overflow: hidden; }
.t-bnr-numbers__img { transition: transform 0.5s ease; }
.t-bnr-numbers:hover .t-bnr-numbers__img { transform: scale(1.06); }
.t-sec-system__link { overflow: hidden; border-radius: 10px; }
.t-sec-system__link .img { transition: transform 0.5s ease; }
.t-sec-system__link:hover .img { transform: scale(1.06); }

/* 選ばれる理由: 白文字の可読性向上(画像に薄い黒シート・テキストはz-index:1で上) */
.t-sec-about__wrap-in { position: relative; }
.t-sec-about__wrap-in::after { content: ""; position: absolute; inset: 0; background: rgba(0, 10, 25, 0.4); pointer-events: none; z-index: 0; }

/* 代表挨拶: 画像列がテキスト列の高さにstretchされ装飾ブロックが画像から離れる問題の修正 */
.t-sec-rookies__clm { align-items: flex-start; }
