@-webkit-keyframes t-blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes t-blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.t-kv {
  width: calc(100% - 6.24em);
  height: 100vh;
  left: 6.24em;
}

.t-kv-visual {
  position: absolute;
  z-index: 1;
  width: min(62vw, 1040px);
  right: -2.5vw;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
  pointer-events: none;
  opacity: 0;
  -webkit-animation: t-kv-visual-in 1.4s cubic-bezier(0.18, 0.06, 0.23, 1) 0.9s forwards;
          animation: t-kv-visual-in 1.4s cubic-bezier(0.18, 0.06, 0.23, 1) 0.9s forwards;
}

.t-kv-visual img {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes t-kv-visual-in {
  to {
    opacity: 0.84;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes t-kv-visual-in {
  to {
    opacity: 0.84;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.t-main-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-repeat: no-repeat;
  background-size: 200vmax;
  background-size: 200lvmax;
  background-position: center center;
  pointer-events: none;
}

.t-main-bg.t-start {
  background-image: var(--t-backSVG);
}

.t-main-bg.t-start::before {
  background-image: var(--t-backSVG) !important;
}

.t-kv-title {
  z-index: 2;
  width: 100%;
  
  left: 50%;
  top: 52.8%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.t-kv-title.t-show {
  opacity: 1;
}

.t-kv-title__main {
  width: 100%;
}

.t-kv-title__main img {
  display: block;
}

.t-kv-title__sub {
  width: 19.13vmax;
  left: 54.25%;
  margin-top: 0.8vw;
}

.t-kv-title__sub img {
  -webkit-transition: opacity 2.5s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: opacity 2.5s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  -o-transition: transform 2s cubic-bezier(0.18, 0.06, 0.23, 1), opacity 2.5s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 2s cubic-bezier(0.18, 0.06, 0.23, 1), opacity 2.5s cubic-bezier(0.26, 0.06, 0, 1);
  transition: transform 2s cubic-bezier(0.18, 0.06, 0.23, 1), opacity 2.5s cubic-bezier(0.26, 0.06, 0, 1), -webkit-transform 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left 20%;
      -ms-transform-origin: left 20%;
          transform-origin: left 20%;
}

.t-kv-title__sub img:nth-child(2) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left 76%;
      -ms-transform-origin: left 76%;
          transform-origin: left 76%;
}

.t-kv-title__sub.t-show img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.t-kv-scroll {
  
  width: 6.25vw;
  height: 100vh;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease-out 0.8s;
  -o-transition: opacity 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s;
  opacity: 0;
}

.t-kv-scroll.t-show {
  opacity: 1;
}

.t-kv-scroll.t-active {
  -webkit-transition: opacity 0.5s ease-out !important;
  -o-transition: opacity 0.5s ease-out !important;
  transition: opacity 0.5s ease-out !important;
}

.t-kv-scroll__text {
  color: #000;
  position: absolute;
  
  font-size: 0.68vw;
  left: 2.25vw;
  bottom: 5.6vw;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.t-kv-scroll__bar {
  
  width: 0.05vw;
  height: 4.9vw;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.t-kv-scroll__bar:after {
  content: " ";
  display: block;
  width: 100%;
  height: 51.28%;
  background-color: #eafd39;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: t-scrollbar 2s ease-out infinite;
          animation: t-scrollbar 2s ease-out infinite;
}

@-webkit-keyframes t-scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

@keyframes t-scrollbar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}

.t-box {
  width: 100%;
  left: auto;
  padding: 0 6.24em;
}

.t-box .t-more-btn {
  opacity: 0;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-transform-origin: 500% 100%;
      -ms-transform-origin: 500% 100%;
          transform-origin: 500% 100%;
}

.t-box.t-show .t-box-title {
  -webkit-animation: t-row var(--t-title-character-time) ease-out forwards;
          animation: t-row var(--t-title-character-time) ease-out forwards;
}

.t-box.t-show .t-box-title .t-title-character {
  -webkit-animation: t-character var(--t-title-character-time) var(--t-character-easing) calc(var(--t-title-character-delay) * var(--t-index)) forwards;
          animation: t-character var(--t-title-character-time) var(--t-character-easing) calc(var(--t-title-character-delay) * var(--t-index)) forwards;
}

.t-box.t-show .t-more-btn {
  -webkit-animation: t-more-btn 1.1s var(--t-Out-Cubic) forwards;
          animation: t-more-btn 1.1s var(--t-Out-Cubic) forwards;
}

:root {
  --t-title-character-time: 1.1s;
  --t-title-character-delay: calc(var(--t-title-character-time) / 10);
  --t-Out-Cubic: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@-webkit-keyframes t-row {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes t-row {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes t-character {
  20% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
            transform: rotateY(0deg) translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes t-character {
  20% {
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
            transform: rotateY(0deg) translateX(0) scale(1);
    opacity: 1;
  }
}

.t-box-inner {
  
  max-width: inherit;
  width: 71.45%;
}

@-webkit-keyframes t-more-btn {
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes t-more-btn {
  to {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.t-box-title {
  font-size: 8.75em;
  font-weight: 500;
  left: -0.07em;
  margin-bottom: 1em;
  font-size: 8.74vw;
  left: -0.6vw;
  margin-bottom: 8.75vw;
  -webkit-transform: translateX(30vw);
      -ms-transform: translateX(30vw);
          transform: translateX(30vw);
}

.t-box-title .t-title-character {
  display: inline-block;
  line-height: 1;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotateY(-180deg) translateX(15vw) scale(0.5);
          transform: rotateY(-180deg) translateX(15vw) scale(0.5);
  opacity: 0;
}

.t-scroll-block.t-transY {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  opacity: 0;
}

.t-scroll-block.t-transY.t-show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.t-box1 {
  height: auto;
  background-color: #fff;
  padding-top: 8.7em;
  padding-bottom: 10.4em;
}

.t-box1 .t-box1-more-btn {
  position: absolute;
  right: 6.2em;
  top: 5.8em;
}

.t-box1-contents {
  
  width: 80%;
  margin-left: auto;
  overflow: hidden;
}

.t-box1-list__item {
  border-bottom: 1px solid #d8d8d8;
}

.t-box1-list__item:first-child {
  border-top: 1px solid #d8d8d8;
}

.t-box1-list__item a,
.t-box1-list__item a:link,
.t-box1-list__item a:visited {
  position: relative;
  display: block;
  
  padding: 2vw 0 4.67vw;
}

.t-box1-list-data {
  
  font-size: 0.875vw;
  margin-bottom: 2.36vw;
}

.t-box1-list-text {
  width: 87%;
}

.t-box1-list-text p {
  font-size: 1vw;
}

.t-box1-list-data__time {
  font-weight: bold;
  display: inline-block;
  
  margin-right: 1.3vw;
}

.t-box1-list-data__category {
  display: inline-block;
  
  height: 1.88vw;
  line-height: 1.88vw;
  border-radius: 1.88vw;
  padding: 0 1.2vw;
  text-align: center;
  background-color: #e9e9e9;
}

.t-box1-contents__circle {
  
  width: 8.75vw;
  height: 8.75vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.t-box1-contents__circle.t-active .t-box1-contents-circle__inner {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.t-box1-contents-circle__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -o-transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  transition: transform 0.3s cubic-bezier(0.63, 0, 0.45, 1), -webkit-transform 0.3s cubic-bezier(0.63, 0, 0.45, 1);
  -webkit-transform: scale(0.00001);
      -ms-transform: scale(0.00001);
          transform: scale(0.00001);
  background-color: #b7ea3e;
}

.t-box2 {
  height: auto;
  padding-top: 15em;
  padding-bottom: 0em;
  overflow: initial;
}

.t-box2-more-btn {
  position: absolute;
  right: 6.2em;
  top: 12.2em;
}

.t-box2 .t-box-title {
  margin-bottom: 4vw;
  left: 0;
}

.t-box2 .t-box-sub-title {
  margin-left: 7.25vw;
  font-size: 4.875vw;
  font-weight: 100;
  margin-bottom: 4.25vw;
}

.t-box2 .t-box-sub-title span {
  letter-spacing: .1em;
  line-height: 0;
}

.t-box2 .t-box-textarea {
  margin-left: 7.5vw;
}

.t-box2 .t-box-textarea p {
  letter-spacing: .03em;
  line-height: 1.6;
  font-size: 1vw;
}

.t-box2 .t-box-textarea p.t-bold {
  font-weight: bold;
  font-size: 1.3vw;
}

.t-box2 .t-box-textarea p + p.t-bold {
  margin-top: 1.5vw;
}

.t-box2 .t-box-textarea p + p {
  margin-top: 1.75vw;
}

.t-box2 .t-box-picarea {
  height: 83vw;
  margin-right: -6.24em;
  z-index: -1;
}

.t-box2 .t-box-picarea img {
  display: block;
}

.t-box2 .t-box-picarea [class^="t-box-picarea__pic-"] {
  position: absolute;
  pointer-events: none;
}

.t-box2 .t-box-picarea__pic-01 {
  top: -13vw;
    left: 45.9vw;
    width: 41.62vw;
}

.t-box2 .t-box-picarea__pic-01 img{
  transition: transform 1s ease-out,opacity 1s ease-out;
  opacity: 0;
}

.t-box2 .t-box-picarea__pic-01 img:nth-child(2){
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s,opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
  transform: scale(2);
  transform-origin: 43% 44%;
  opacity: 0;
}

.t-box2 .t-box-picarea__pic-01.t-show img{
  opacity: 1;
}

.t-box2 .t-box-picarea__pic-01.t-show img:nth-child(2){
  transform: scale(1);
  opacity: 1;
}

.t-box2 .t-box-picarea__pic-01 svg{
  display: none;
}

.t-box2 .t-box-picarea__pic-02, .t-box2 .t-box-picarea__pic-03, .t-box2 .t-box-picarea__pic-04 {
  border-radius: 2.5vw;
  overflow: hidden;
}

.t-box2 .t-box-picarea__pic-02 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 46.125vw;
  left: 0vw;
  top: 11.5vw;
  z-index: -11;
}

.t-box2 .t-box-picarea__pic-03 {
  width: 21.25vw;
  top: 45.5vw;
  left: 17.1vw;
}

.t-box2 .t-box-picarea__clip {
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.t-box2 .t-box-picarea__pic-04 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 31.25vw;
  bottom: 0;
  right: 0;
}

.t-box3 {
  padding-top: 5.4em;
  padding-bottom: 5.2em;
}

.t-box3-more-btn {
  position: absolute;
  right: 6.2em;
  top: 2.5em;
}

.t-box3 .t-box-title {
  margin-bottom: 4vw;
}

.t-box3 .t-box-sub-title {
  font-size: 2vw;
  font-weight: bold;
  margin-bottom: 2.2vw;
  letter-spacing: .05em;
}

.t-box3 .t-box-sub-title span {
  line-height: 1;
  position: relative;
  left: -0.2em;
}

.t-box3 .t-box-sub-title span:nth-of-type(2) {
  left: -0.3em;
}

.t-box3 .t-box-sub-title span:nth-of-type(3) {
  left: -0.4em;
}

.t-box3 .t-box-textarea {
  margin-bottom: 5.9vw;
}

.t-box3 .t-box-textarea p {
  line-height: 1.75;
  font-size: 1vw;
}

.t-box3 .t-box-textarea p + p {
  margin-top: 2.2vw;
}

.t-box3 .t-box-business-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5vw;
     -moz-column-gap: 2.5vw;
          column-gap: 2.5vw;
  width: 75vw;
  height: 61vw;   /* 余白圧縮: 97.12vw→61vw (2行×27vw + 行間) */
}

.t-box3 .t-box-business-info {
  background-color: #fff;
  display: grid;
  grid-template-columns: 36.25vw;
  grid-template-rows: 30vw 15vw;
  height: 27vw;   /* 余白圧縮: 45vw→27vw (下の空白を削減) */
}

.t-box3 .t-box-business-info:nth-of-type(2) {
  top: 5vw;
}

.t-box3 .t-box-business-info:nth-of-type(3) {
  top: -1.2vw;
}

.t-box3 .t-box-business-info:nth-of-type(4) {
  top: 3.5vw;
}

.t-box3 .t-box-business-info__text {
  padding: 5vw 6vw 0;
}

.t-box3 .t-box-business-info__text-title__number {
  position: absolute;
  left: -3.5vw;
  line-height: 1;
  font-size: 1vw;
}

.t-box3 .t-box-business-info__text-title__sub {
  line-height: 1;
  font-size: .87vw;
  margin-bottom: 1vw;
}

.t-box3 .t-box-business-info__text-title__main {
  line-height: 1;
  font-size: 2vw;
  font-weight: bold;
  letter-spacing: -.01em;
  margin-bottom: 3.5vw;
  white-space: nowrap;
}

.t-box3 .t-box-business-info__text-textarea p {
  line-height: 1.8;
  font-size: 1vw;
}

.t-box3 .t-box-business-info__text-textarea p .t-note {
  font-size: .8vw;
}

.t-box3 .t-box-business-info__link {
  background-color: #e2e2e2;
  -webkit-transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  -o-transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
  transition: background-color 0.7s cubic-bezier(0.3, 0, 0.2, 1);
}

.t-box3 .t-box-business-info__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-box-business-info__link.t-local a,
.t-box-business-info__link.t-toyou a{
  pointer-events: none;
}

.t-box3 .t-box-business-info__link img {
  display: block;
}

.t-box3 .t-box-business-info__link-logo {
  pointer-events: none;
}

.t-box3 .t-box-business-info__link-logo.t-todokeru {
  width: 16.56vw;
}

.t-box3 .t-box-business-info__link-logo.t-genba {
  width: 11.38vw;
}

.t-box3 .t-box-business-info__link-logo.t-local{
  font-size: 2.06vw;
  font-weight: bold;
}

.t-box3 .t-box-business-info__link-logo.t-toyou {
  width: 7.81vw;
}

.t-box3 .t-box-business-info__link-arrow {
  position: absolute;
  width: 1.25vw;
  overflow: hidden;
  right: 2.5vw;
  bottom: 2.75vw;
  pointer-events: none;
}

.t-box3 .t-box-business-info:nth-child(3) .t-box-business-info__link-arrow,
.t-box3 .t-box-business-info:nth-child(4) .t-box-business-info__link-arrow{
  display: none;
}

.t-box3 .t-box-business-info__link-arrow__inner {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  -o-transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
  transition: transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44), -webkit-transform 0.6s cubic-bezier(0.29, 0.9, 0, 1.44);
}

.t-box3 .t-box-business-info__link-arrow__inner:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-130%, -130%);
      -ms-transform: translate(-130%, -130%);
          transform: translate(-130%, -130%);
}

.t-box4 {
  padding-top: 10em;
  padding-bottom: 6em;
}

.t-box4-more-btn {
  position: absolute;
  right: 6.2em;
  top: 7.3em;
}

.t-box4 .t-box-title {
  margin-bottom: 3.7vw;
}

.t-box4 .t-box-textarea {
  margin-bottom: 5.9vw;
  width: 50vw;
}

.t-box4 .t-box-textarea p {
  line-height: 1.75;
  font-size: 1vw;
}

.t-box4 .t-box-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 1vw;
}

.t-box4 .t-box-card__item {
  background-color: #fff;
  -webkit-flex-basis: 25vw;
      -ms-flex-preferred-size: 25vw;
          flex-basis: 25vw;
}

.t-box4 .t-box-card__item a {
  display: grid;
  grid-template-rows: 16.875vw 19.375vw;
}

.t-box4 .t-box-card__item-pic {
  aspect-ratio: 40/27;
  pointer-events: none;
  overflow: hidden;
}

.t-box4 .t-box-card__item-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.t-box4 .t-box-card__item-text {
  padding: 1.875vw 3.125vw 3.125vw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-box4 .t-box-card__item-text__logo {
  pointer-events: none;
  overflow: hidden;
}

.t-box4 .t-box-card__item-text__logo img {
  display: block;
}

.t-box4 .t-box-card__item-text__company {
  padding: 1.55vw 0 1vw;
  font-size: .875vw;
  line-height: 1;
}

.t-box4 .t-box-card__item-text__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.125vw;
  font-weight: bold;
  line-height: 1.555;
}

.t-box4 .t-box-card__item-text__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: .875vw;
  color: #888;
  line-height: 1.5714;
}

.t-case-area-list-category {
  width: 78.44%;
  float: right;
}

.t-case-area-list-category__item {
  font-size: 0.875vw;
  height: 1.97vw;
  line-height: 1.97vw;
  border-radius: 1.97vw;
  padding: 0 0.74vw;
  margin-right: 0.25vw;
  margin-bottom: 0.5vw;
  background-color: #faefef;
  text-align: center;
  display: inline-block;
}

.t-box-card__scrollbar {
  margin-top: calc((3.125vw - max(.0625vw, 1px)) / 2 + 1vw);
}

.t-box-card__scrollbar-range {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: max(.0625vw, 1px);
  background-color: #d8d8d8;
  margin: calc((3.125vw - max(.0625vw, 1px)) / 2) 0;
  pointer-events: none;
}

.t-box-card__scrollbar-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("/hp/img/thumb-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  transition: transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  transition: transform 1s cubic-bezier(0.3, 1.5, 0.7, 1), -webkit-transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  pointer-events: auto;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.t-box-card__scrollbar-range::-moz-range-thumb {
  background-color: #fff;
  background-image: url("/img/thumb-arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  border: none;
  -moz-transition: transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  transition: transform 1s cubic-bezier(0.3, 1.5, 0.7, 1);
  pointer-events: auto;
  cursor: pointer;
}

.t-box-card__scrollbar-range::-moz-focus-outer {
  border: 0;
}

.t-box5 {
  padding-top: 10em;
  padding-bottom: 4.5em;
}

.t-box5-more-btn {
  position: absolute;
  right: 6.2em;
  top: 7.3em;
}

.t-box5 .t-box-title {
  margin-bottom: 3.7vw;
}

.t-box5 .t-box-textarea {
  margin-bottom: 5.9vw;
  width: 50vw;
}

.t-box5 .t-box-textarea p {
  line-height: 1.75;
  font-size: 1vw;
}

.t-box5 .t-box-card__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93.75vw;
  margin-bottom: 1vw;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.t-box5 .t-box-card__item {
  background-color: #fff;
  -webkit-flex-basis: 18.75vw;
      -ms-flex-preferred-size: 18.75vw;
          flex-basis: 18.75vw;
}

.t-box5 .t-box-card__item a {
  display: grid;
  grid-template-rows: 10.9375vw 13.75vw;
}

.t-box5 .t-box-card__item-pic {
  aspect-ratio: 30/17;
  pointer-events: none;
  overflow: hidden;
}

.t-box5 .t-box-card__item-pic img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.t-box5 .t-box-card__item-text {
  padding: 2.25vw 2.5vw 3.125vw;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-box5 .t-box-card__item-text__category {
  font-size: .75vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1.875vw;
}

.t-box5 .t-box-card__item-text__category.t-instagram {
  color: #f53a70;
}

.t-box5 .t-box-card__item-text__category.t-digital-marketing {
  color: #bacc12;
}

.t-box5 .t-box-card__item-text__category.t-data-analysis {
  color: #5385db;
}

.t-box5 .t-box-card__item-text__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .875vw;
  font-weight: bold;
  line-height: 1.428;
}

.t-box5 .t-box-card__item-text__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: .75vw;
  color: #888;
  line-height: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.t-box6 {
  padding-top: 10em;
  padding-bottom: 7.2em;
}

.t-box6-more-btn {
  position: absolute;
  right: 6.2em;
  top: 7.3em;
}

.t-box6 .t-box-title {
  margin-bottom: 3.7vw;
}

.t-box6 .t-box-textarea {
  width: 31.25vw;
}

.t-box6 .t-box-textarea p {
  line-height: 1.75;
  font-size: 1vw;
}

.t-box6 .t-box-picarea {
  height: 33vw;
  margin-right: -6.24em;
}

.t-box6 .t-box-picarea img {
  display: block;
}

.t-box6 .t-box-picarea__group {
  position: absolute;
  right: 27.5vw;
  bottom: 3vw;
  opacity: 0;
}

.t-box6 .t-box-picarea__group.t-show {
  -webkit-animation: t-career-pictures 2s var(--t-Out-Cubic) forwards;
          animation: t-career-pictures 2s var(--t-Out-Cubic) forwards;
}

.t-box6 .t-box-picarea__group.t-show .t-box-picarea__pic {
  -webkit-animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards;
          animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards;
}

.t-box6 .t-box-picarea__pic {
  width: 21.25vw;
  overflow: hidden;
  border-radius: 1.25vw;
  -webkit-transform-origin: 90% 90%;
      -ms-transform-origin: 90% 90%;
          transform-origin: 90% 90%;
  -webkit-transition: scale 0.3s var(--t-Out-Cubic);
  -o-transition: scale 0.3s var(--t-Out-Cubic);
  transition: scale 0.3s var(--t-Out-Cubic);
  --t-hoverAni:pic_hover 1s forwards;
}

.t-box6 .t-box-picarea__pic:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}

.t-box6 .t-box-picarea__pic.t-hover {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s var(--t-Out-Cubic);
  -o-transition: opacity 0.3s var(--t-Out-Cubic);
  transition: opacity 0.3s var(--t-Out-Cubic);
}

.t-box6 .t-box-picarea__pic:hover {
  -webkit-animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni) !important;
          animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni) !important;
}

.t-box6 .t-box-picarea__pic.t-pic-01:hover ~ .t-pic-01 {
  opacity: 1;
  -webkit-animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
          animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
}

.t-box6 .t-box-picarea__pic.t-pic-02:hover ~ .t-pic-02 {
  opacity: 1;
  -webkit-animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
          animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
}

.t-box6 .t-box-picarea__pic.t-pic-03:hover ~ .t-pic-03 {
  opacity: 1;
  -webkit-animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
          animation: t-career-pic-pc 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
}

@-webkit-keyframes t-pic_hover {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  35% {
    translate: calc(1.5vw * tan(22.5deg) * var(--t-index)) -1.5vw;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  100% {
    translate: 0;
  }
}

@keyframes t-pic_hover {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
            animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  35% {
    translate: calc(1.5vw * tan(22.5deg) * var(--t-index)) -1.5vw;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  100% {
    translate: 0;
  }
}

@-webkit-keyframes t-career-pictures {
  0% {
    -webkit-transform: rotate(-25deg) translateY(10vw);
            transform: rotate(-25deg) translateY(10vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-25deg) translateY(0);
            transform: rotate(-25deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    opacity: 1;
  }
}

@keyframes t-career-pictures {
  0% {
    -webkit-transform: rotate(-25deg) translateY(10vw);
            transform: rotate(-25deg) translateY(10vw);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(-25deg) translateY(0);
            transform: rotate(-25deg) translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    opacity: 1;
  }
}

@-webkit-keyframes t-career-pic-pc {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(1vw * var(--t-index)), calc(2vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
            transform: translate(calc(1vw * var(--t-index)), calc(2vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
  }
}

@keyframes t-career-pic-pc {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(1vw * var(--t-index)), calc(2vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
            transform: translate(calc(1vw * var(--t-index)), calc(2vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
  }
}

@-webkit-keyframes t-career-pic-sp {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(3vw * var(--t-index)), calc(5vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
            transform: translate(calc(3vw * var(--t-index)), calc(5vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
  }
}

@keyframes t-career-pic-sp {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(calc(3vw * var(--t-index)), calc(5vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
            transform: translate(calc(3vw * var(--t-index)), calc(5vw * var(--t-index))) rotate(calc(22.5deg * var(--t-index)));
  }
}

.t-box7 {
  padding-top: 10em;
  padding-bottom: 5em;
  height: 60vw;
}

.t-box7-more-btn {
  position: absolute;
  right: 6.2em;
  top: 7.3em;
}

.t-box7 .t-box-title {
  margin-bottom: 3.7vw;
}

.t-box7 .t-box-textarea {
  margin-bottom: 5.9vw;
  width: 31.25vw;
}

.t-box7 .t-box-textarea p {
  line-height: 1.75;
  font-size: 1vw;
}

.t-box7 .t-box-picarea {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.t-box7 .t-box-picarea__clip {
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.t-box7 .t-box-picarea__clip .t-main-bg {
  background-color: #D3D3D3;
}

.t-box7 .t-box-picarea__pic-01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 6.24em);
}

.t-box7 .t-box-picarea__pic-01 img {
  display: block;
}

@media screen and (min-width: 769px) {
  .t-box1-list__item:hover .t-link-arrow-bar__inner {
    width: 100%;
    right: 0;
  }
  .t-box3 .t-box-business-info__link.t-todokeru:hover {
    background-color: #5385db;
    background-color: #b8ea3e;
  }
  .t-box3 .t-box-business-info__link.t-genba:hover {
    background-color: #f53a70;
    background-color: #5385db;
  }

  .t-box3 .t-box-business-info__link.t-local:hover {
    background-color: #aaaaaa;
  }

  .t-box3 .t-box-business-info__link.t-toyou:hover {
    background-color: #fd761c;
  }

  .t-box3 .t-box-business-info__link:hover .t-box-business-info__link-arrow__inner {
    -webkit-transform: translate(100%, 100%);
        -ms-transform: translate(100%, 100%);
            transform: translate(100%, 100%);
  }
  .t-box3 .t-box-business-info__link:hover .t-box-business-info__link-arrow__inner:nth-child(2) {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -o-transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    transition: transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s, -webkit-transform 0.7s cubic-bezier(0.29, 0.9, 0, 1.44) 0.2s;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .t-box4 .t-box-card__item:hover .t-box-card__item-pic img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .t-box-card__scrollbar-range::-webkit-slider-thumb:hover {
    -webkit-transform: scale(1.2) rotate(180deg);
            transform: scale(1.2) rotate(180deg);
  }
  .t-box-card__scrollbar-range::-moz-range-thumb:hover {
    transform: scale(1.2) rotate(180deg);
  }
  .t-box5 .t-box-card__item:hover .t-box-card__item-pic img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .t-kv {
    width: 100%;
    left: auto;
  }
  .t-kv-visual {
    width: 118vw;
    right: -57vw;
    top: 17%;
    -webkit-transform: translateY(-38%);
        -ms-transform: translateY(-38%);
            transform: translateY(-38%);
  }
  @-webkit-keyframes t-kv-visual-in {
    to {
      opacity: 0.28;
      -webkit-transform: translateY(-42%);
              transform: translateY(-42%);
    }
  }
  @keyframes t-kv-visual-in {
    to {
      opacity: 0.28;
      -webkit-transform: translateY(-42%);
              transform: translateY(-42%);
    }
  }
  .t-main-bg {
    background-size: 200vmax;
    background-size: 200lvmax;
  }
  .t-kv-title {
    width: 50vmax;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .t-kv-title__main {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 250px;
    left: 50%;
    top: 45.5%;
    -webkit-transform: translate(-50%, -52%);
        -ms-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
  .t-kv-title__sub {
    width: 25vmax;
    max-width: min(66.666vw,250px);
    left: 50%;
    bottom: max(-30.5vh, -335px);
    margin-top: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .t-kv-title__sub img {
    -webkit-transform-origin: center 20%;
        -ms-transform-origin: center 20%;
            transform-origin: center 20%;
  }
  .t-kv-title__sub img:nth-child(2) {
    -webkit-transform-origin: 40% 76%;
        -ms-transform-origin: 40% 76%;
            transform-origin: 40% 76%;
  }
  .t-kv-scroll {
    width: 11vw;
    left: auto;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .t-kv-scroll__text {
    font-size: 2.4vw;
    left: 2.7vw;
    bottom: 14vw;
  }
  .t-kv-scroll__bar {
    width: 0.3vw;
    height: 10.7vw;
  }
  .t-kv-scroll__bar:after {
    height: 50%;
  }
  .t-box {
    padding: 5.33%;
  }
  .t-box-inner {
    width: 100%;
  }
  .t-box-title {
    font-size: 18.7vw;
    left: -1.4vw;
    margin-left: 0;
    margin-bottom: 17.7vw;
    -webkit-transform: translateX(60vw);
        -ms-transform: translateX(60vw);
            transform: translateX(60vw);
  }
  .t-box-title .t-title-character {
    -webkit-transform: rotateY(-180deg) translateX(30vw) scale(0.5);
            transform: rotateY(-180deg) translateX(30vw) scale(0.5);
  }
  .t-box1 {
    padding-top: 17vw;
    padding-bottom: 19.7vw;
  }
  .t-box1 .t-box-inner {
    width: 100%;
  }
  .t-box1 .t-box1-more-btn {
    right: 5.33%;
    top: 13vw;
  }
  .t-box1-contents {
    width: 100%;
  }
  .t-box1-list__item {
    border-bottom: 0.3vw solid #d8d8d8;
  }
  .t-box1-list__item:first-child {
    border-top: 0.3vw solid #d8d8d8;
  }
  .t-box1-list__item a,
  .t-box1-list__item a:link,
  .t-box1-list__item a:visited {
    padding: 7.8vw 0 16.9vw;
  }
  .t-box1-list-data {
    font-size: 2.67vw;
    margin-bottom: 2.6vw;
  }
  .t-box1-list-text {
    width: 100%;
  }
  .t-box1-list-text p {
    font-size: 3.47vw;
  }
  .t-box1-list-data__time {
    margin-right: 2.5vw;
  }
  .t-box1-list-data__category {
    font-size: 2.4vw;
    height: 5.4vw;
    line-height: 5.4vw;
    padding: 0 3.4vw;
    border-radius: 5.4vw;
  }
  .t-box2 {
    padding-top: 24.5vw;
    padding-bottom: 13vw;
  }
  .t-box2-more-btn {
    right: 5.33%;
    top: 20.3vw;
  }
  .t-box2 .t-box-title {
    margin-bottom: 7vw;
  }
  .t-box2 .t-box-sub-title {
    margin-left: 6vw;
    font-size: 10.5vw;
    letter-spacing: -.01em;
    margin-bottom: 8.5vw;
  }
  .t-box2 .t-box-sub-title span {
    letter-spacing: .05em;
  }
  .t-box2 .t-box-textarea {
    margin-left: 6.5vw;
    margin-right: 6.5vw;
  }
  .t-box2 .t-box-textarea p {
    font-size: 3.4666vw;
    letter-spacing: .01em;
    line-height: 1.4;
  }
  .t-box2 .t-box-textarea p.t-bold {
    font-size: 4.2666vw;
    line-height: 1.25;
    letter-spacing: .06em;
  }
  .t-box2 .t-box-textarea p + p.t-bold {
    margin-top: 5vw;
  }
  .t-box2 .t-box-textarea p + p {
    margin-top: 5vw;
  }
  .t-box2 .t-box-picarea {
    height: 250vw;
    margin-right: -5.33vw;
    margin-left: -5.33vw;
  }
  .t-box2 .t-box-picarea__pic-01 {
    top: 11vw;
    left: 7.5vw;
    width: 86.8vw;
  }
  .t-box2 .t-box-picarea__pic-02, .t-box2 .t-box-picarea__pic-03, .t-box2 .t-box-picarea__pic-04 {
    border-radius: 5.333vw;
  }
  .t-box2 .t-box-picarea__pic-02 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 74.133vw;
    top: 88.1vw;
  }
  .t-box2 .t-box-picarea__pic-03 {
    width: 37.3vw;
    top: 129.1vw;
    left: 27.2vw;
  }
  .t-box2 .t-box-picarea__pic-04 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 50.66vw;
  }
  .t-box3 {
    padding-top: 15vw;
    padding-bottom: 9.5vw;
  }
  .t-box3-more-btn {
    right: 5.33%;
    top: 11vw;
  }
  .t-box3 .t-box-title {
    font-size: 16vw;
    margin-bottom: 8.5vw;
  }
  .t-box3 .t-box-sub-title {
    font-size: 5.8vw;
    line-height: 1.2272;
    margin-bottom: 8.6vw;
  }
  .t-box3 .t-box-sub-title span {
    line-height: 1;
    position: relative;
    left: 0em;
  }
  .t-box3 .t-box-sub-title span:nth-of-type(2) {
    left: -0.1em;
  }
  .t-box3 .t-box-sub-title span:nth-of-type(3) {
    left: -0.1em;
  }
  .t-box3 .t-box-textarea {
    margin-bottom: 12.5vw;
  }
  .t-box3 .t-box-textarea p {
    font-size: 3.4666vw;
    line-height: 1.4;
  }
  .t-box3 .t-box-textarea p + p {
    margin-top: 5vw;
  }
  .t-box3 .t-box-business-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10.66vw;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: -5.33vw;
    margin-left: -5.33vw;
  }
  .t-box3 .t-box-business-info {
    display: block;
    grid-template-columns: 1fr;
    grid-template-rows: inherit;
    height: auto;
  }
  .t-box3 .t-box-business-info:nth-of-type(2),
  .t-box3 .t-box-business-info:nth-of-type(3),
  .t-box3 .t-box-business-info:nth-of-type(4) {
    top: auto;
  }
  .t-box3 .t-box-business-info__text {
    padding: 10.66vw 18vw 10vw;
  }
  .t-box3 .t-box-business-info__text-title__number {
    font-size: 2.4vw;
    left: -12.5vw;
  }
  .t-box3 .t-box-business-info__text-title__sub {
    font-size: 2.4vw;
    margin-bottom: 3vw;
  }
  .t-box3 .t-box-business-info__text-title__main {
    line-height: 1.15;
    font-size: 5.333vw;
    margin-bottom: 6.5vw;
  }
  .t-box3 .t-box-business-info__text-textarea p {
    font-size: 3.466vw;
    line-height: 1.385;
  }
  .t-box3 .t-box-business-info__text-textarea p .t-note {
    font-size: 2.666vw;
    line-height: 1;
    position: relative;
  }
  .t-box3 .t-box-business-info__link-logo.t-todokeru {
    width: 30.27vw;
  }
  .t-box3 .t-box-business-info__link-logo.t-genba {
    width: 24.27vw;
  }

  .t-box3 .t-box-business-info__link-logo.t-local {
    font-size: 4.4vw;
  }

  .t-box3 .t-box-business-info__link-logo.t-toyou {
    width: 16.66vw;
  }

  .t-box3 .t-box-business-info__link{
    height: 34.66vw;
  }

  .t-box3 .t-box-business-info__link-arrow {
    width: 3.333vw;
    right: 5.2vw;
    bottom: 5.3vw;
  }
  .t-box4 {
    padding-top: 15vw;
    padding-bottom: 4.5vw;
  }
  .t-box4-more-btn {
    right: 5.33%;
    top: 11vw;
  }
  .t-box4 .t-box-title {
    margin-bottom: 8vw;
  }
  .t-box4 .t-box-textarea {
    width: 100%;
    margin-bottom: 12.5vw;
  }
  .t-box4 .t-box-textarea p {
    line-height: 1.385;
    font-size: 3.466vw;
  }
  .t-box4 .t-box-card__inner {
    width: 234.64vw;
  }
  .t-box4 .t-box-card__item {
    -webkit-flex-basis: 58.66vw;
        -ms-flex-preferred-size: 58.66vw;
            flex-basis: 58.66vw;
  }
  .t-box4 .t-box-card__item a {
    grid-template-rows: 39.33vw 66vw;
  }
  .t-box4 .t-box-card__item-pic {
    aspect-ratio: 88/59;
  }
  .t-box4 .t-box-card__item-text {
    padding: 5.333vw 5.333vw 7vw;
  }
  .t-box4 .t-box-card__item-text__logo img {
    width: 110%;
  }
  .t-box4 .t-box-card__item-text__company {
    font-size: 2.666vw;
    padding: 5.2vw 0 3vw;
  }
  .t-box4 .t-box-card__item-text__title {
    -webkit-line-clamp: 3;
    font-size: 3.733vw;
    line-height: 1.36;
  }
  .t-box4 .t-box-card__item-text__category p {
    font-size: 2.666vw;
  }
  .t-box-card__scrollbar {
    margin-top: calc((8vw - max(.533vw, 1px)) / 2 + 2vw);
  }
  .t-box-card__scrollbar-range {
    height: max(.533vw, 1px);
    margin: calc((8vw - max(.533vw, 1px)) / 2) 0;
  }
  .t-box-card__scrollbar-range::-webkit-slider-thumb {
    width: 8vw;
    height: 8vw;
  }
  .t-box-card__scrollbar-range::-moz-range-thumb {
    width: 8vw;
    height: 8vw;
  }
  .t-box5 {
    padding-top: 15vw;
    padding-bottom: 5vw;
  }
  .t-box5-more-btn {
    right: 5.33%;
    top: 11vw;
  }
  .t-box5 .t-box-title {
    margin-bottom: 8vw;
  }
  .t-box5 .t-box-textarea {
    width: 100%;
    margin-bottom: 12.5vw;
  }
  .t-box5 .t-box-textarea p {
    line-height: 1.385;
    font-size: 3.466vw;
  }
  .t-box5 .t-box-card__inner {
    width: 293.3vw;
  }
  .t-box5 .t-box-card__item {
    -webkit-flex-basis: 58.66vw;
        -ms-flex-preferred-size: 58.66vw;
            flex-basis: 58.66vw;
  }
  .t-box5 .t-box-card__item a {
    grid-template-rows: 33.33vw 38.8vw;
  }
  .t-box5 .t-box-card__item-pic {
    aspect-ratio: 44/25;
  }
  .t-box5 .t-box-card__item-text {
    padding: 5.33vw 5.866vw;
  }
  .t-box5 .t-box-card__item-text__category {
    font-size: 2.4vw;
    margin-bottom: 4.1vw;
  }
  .t-box5 .t-box-card__item-text__title {
    font-size: 3.733vw;
    line-height: 1.375;
  }
  .t-box5 .t-box-card__item-text__date {
    font-size: 2.4vw;
  }
  .t-box6 {
    padding-top: 15vw;
    padding-bottom: 19.5vw;
  }
  .t-box6-more-btn {
    right: 5.33%;
    top: 11vw;
  }
  .t-box6 .t-box-title {
    margin-bottom: 8vw;
  }
  .t-box6 .t-box-textarea {
    width: 100%;
  }
  .t-box6 .t-box-textarea p {
    line-height: 1.385;
    font-size: 3.466vw;
  }
  .t-box6 .t-box-picarea {
    height: 74.3vw;
  }
  .t-box6 .t-box-picarea__group {
    bottom: 5.3vw;
    right: 41.75vw;
  }
  .t-box6 .t-box-picarea__group.t-show .t-box-picarea__pic {
    -webkit-animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards;
            animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards;
  }
  .t-box6 .t-box-picarea__pic {
    width: 40.8vw;
    border-radius: 2.666vw;
  }
  .t-box6 .t-box-picarea__pic:hover {
    -webkit-animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
            animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
  }
  .t-box6 .t-box-picarea__pic.t-pic-01:hover ~ .t-pic-01 {
    opacity: 1;
    -webkit-animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
            animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
  }
  .t-box6 .t-box-picarea__pic.t-pic-02:hover ~ .t-pic-02 {
    opacity: 1;
    -webkit-animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
            animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
  }
  .t-box6 .t-box-picarea__pic.t-pic-03:hover ~ .t-pic-03 {
    opacity: 1;
    -webkit-animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
            animation: t-career-pic-sp 2s var(--t-Out-Cubic) forwards, var(--t-hoverAni);
  }
  .t-box7 {
    padding-top: 19vw;
    padding-bottom: 15vw;
    height: 128vw;
    background-size: auto calc(100%);
    background-position: bottom center;
  }
  .t-box7-more-btn {
    right: 5.33%;
    top: 15vw;
  }
  .t-box7 .t-box-title {
    margin-bottom: 10vw;
    font-size: 16vw;
    letter-spacing: -.02em;
  }
  .t-box7 .t-box-textarea {
    width: 100%;
  }
  .t-box7 .t-box-textarea p {
    line-height: 1.385;
    font-size: 3.466vw;
  }
  .t-box7 .t-box-picarea__pic-01 {
    width: 100%;
  }
}


/* ============================================================
   セクションタイトル: Letter Blur In (2026-06)
   既存の t-character/t-row スライドを blur-in に差し替え
   ============================================================ */
.t-box-title{ -webkit-transform:none !important; transform:none !important; }
.t-box.t-show .t-box-title{ -webkit-animation:none !important; animation:none !important; }
.t-box-title .t-title-character{
  display:inline-block;
  opacity:0;
  -webkit-transform:translateY(-130%); transform:translateY(-130%);
}
.t-box.t-show .t-box-title .t-title-character{
  opacity:1; -webkit-transform:translateY(0); transform:translateY(0);
  -webkit-animation:t-dropBounce 1s ease-out both; animation:t-dropBounce 1s ease-out both;
  -webkit-animation-delay:calc(.06s * var(--t-index)); animation-delay:calc(.06s * var(--t-index));
}
@-webkit-keyframes t-dropBounce{
  0%{opacity:0;-webkit-transform:translateY(-130%)}
  45%{opacity:1;-webkit-transform:translateY(0)}
  63%{-webkit-transform:translateY(-26%)}
  79%{-webkit-transform:translateY(0)}
  90%{-webkit-transform:translateY(-9%)}
  100%{opacity:1;-webkit-transform:translateY(0)}
}
@keyframes t-dropBounce{
  0%{opacity:0;transform:translateY(-130%)}
  45%{opacity:1;transform:translateY(0)}
  63%{transform:translateY(-26%)}
  79%{transform:translateY(0)}
  90%{transform:translateY(-9%)}
  100%{opacity:1;transform:translateY(0)}
}

/* About セクション(旧News box1)用 */
.t-about-lead{
  width:64%; max-width:none;
  font-size:1.18vw; line-height:2.1; letter-spacing:.04em; color:#1a1a1a;
}
.t-about-lead p{ margin:0 0 1.6em; }
.t-about-lead p:last-child{ margin-bottom:0; }
.t-about-lead .t-about-statement{
  font-size:2.0vw; font-weight:700; line-height:1.6; letter-spacing:.02em; margin-bottom:1.4em;
}
@media screen and (max-width:768px){
  .t-about-lead{ width:100%; font-size:3.6vw; line-height:2; }
  .t-about-lead .t-about-statement{ font-size:6vw; }
}

/* ============================================================
   2026-06 セクション調整
   ① Service: カードのボタン削除→テキスト自体をリンク化(hover色変化)
   ② Journal: 5カードを画面内に全表示(スクロールバー廃止)
   ③ Recruit: 内容/レイアウト刷新(リード+募集職種リスト)
   ============================================================ */

/* ① Service card link: hoverで「枠の中(カード背景)」が着色。4枚それぞれ別色・テキスト色は不変 */
.t-box3 .t-box-business-info{
  grid-template-rows:1fr !important;
  -webkit-transition:background-color .4s ease; -o-transition:background-color .4s ease; transition:background-color .4s ease;
}
.t-box3 .t-box-business-info__text{
  display:block; height:100%;
  color:#1a1a1a; text-decoration:none; cursor:pointer;
}
/* hover色は「背景の線アニメ」で使っている色に統一 */
.t-box3 .t-box-business-info:nth-of-type(1):hover{ background-color:#b7ea3e; } /* lime  */
.t-box3 .t-box-business-info:nth-of-type(2):hover{ background-color:#2aa5d9; } /* cyan  */
.t-box3 .t-box-business-info:nth-of-type(3):hover{ background-color:#dc3891; } /* pink  */
.t-box3 .t-box-business-info:nth-of-type(4):hover{ background-color:#a367dd; } /* purple*/

/* ② Journal: 5 cards no-scroll */
.t-box5 .t-box-card__area{ overflow:visible !important; }
.t-box5 .t-box-card__inner{
  width:100% !important; margin-bottom:0;
  -webkit-transform:none !important; -ms-transform:none !important; transform:none !important;
  -webkit-column-gap:1.1vw; column-gap:1.1vw; gap:1.1vw;
}
.t-box5 .t-box-card__item{
  -webkit-box-flex:1; -webkit-flex:1 1 0; -ms-flex:1 1 0; flex:1 1 0 !important;
  -webkit-flex-basis:0 !important; -ms-flex-preferred-size:0 !important; flex-basis:0 !important;
  min-width:0;
}
.t-box5 .t-box-card__scrollbar{ display:none !important; }

/* ③ Recruit */
.t-box6 .t-box6-contents{
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -ms-flex-pack:justify; justify-content:space-between;
  -webkit-box-align:start; -ms-flex-align:start; align-items:flex-start;
  -ms-flex-wrap:wrap; flex-wrap:wrap; gap:4%;
}
.t-recruit-lead{ width:34%; }
.t-recruit-catch{ font-size:2.2vw; font-weight:700; line-height:1.5; letter-spacing:.01em; margin-bottom:1.8vw; }
.t-recruit-lead p{ font-size:1vw; line-height:1.95; color:#2a2a2a; }
.t-recruit-list{ width:58%; border-top:1px solid #1a1a1a; }
.t-recruit-list li{ border-bottom:1px solid #1a1a1a; }
.t-recruit-list li a{
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -ms-flex-pack:justify; justify-content:space-between;
  -webkit-box-align:center; -ms-flex-align:center; align-items:center;
  padding:1.5vw 0.4vw; color:#1a1a1a; text-decoration:none;
  -webkit-transition:color .3s ease, padding .3s ease; -o-transition:color .3s ease, padding .3s ease; transition:color .3s ease, padding .3s ease;
}
.t-recruit-list li a:hover{ padding-left:1.4vw; }  /* hoverで色は変えない */
.t-recruit-list__role{ font-size:1.35vw; font-weight:600; }
.t-recruit-list__type{ font-size:.82vw; letter-spacing:.1em; opacity:.65; white-space:nowrap; }

@media screen and (max-width:768px){
  .t-box6 .t-box6-contents{ display:block; }
  .t-recruit-lead{ width:100%; margin-bottom:8vw; }
  .t-recruit-catch{ font-size:6.4vw; margin-bottom:4vw; }
  .t-recruit-lead p{ font-size:3.6vw; }
  .t-recruit-list{ width:100%; }
  .t-recruit-list li a{ padding:4.5vw 1vw; }
  .t-recruit-list__role{ font-size:4.2vw; }
  .t-recruit-list__type{ font-size:2.8vw; }
}

/* ④ Contact: バウンド廃止 → hoverで「Contact」の下に下線スイープ(左→右) + 文字が浮く */
.t-contact-area__title{ display:inline-block; }
.t-contact-underline{
  position:relative; display:inline-block;
  -webkit-transition:color .35s ease, -webkit-transform .35s ease;
  transition:color .35s ease, transform .35s ease;
}
.t-contact-underline::after{
  content:""; position:absolute; left:0; bottom:-0.14em;
  width:0; height:0.06em; background:currentColor;   /* currentColor=hoverでライムに連動 */
  -webkit-transition:width .45s cubic-bezier(.22,.61,.36,1); transition:width .45s cubic-bezier(.22,.61,.36,1);
}
/* hover: テキスト色と線の色をライムグリーンに + 下線スイープ + 浮く */
.t-contact-area a:hover .t-contact-underline{ color:#b7ea3e; -webkit-transform:translateY(-0.7vw); transform:translateY(-0.7vw); }
.t-contact-area a:hover .t-contact-underline::after{ width:100%; }

/* ① Journal: 5カードを上下バラバラ(スタガー)配置＆一回り大きく（デスクトップ） */
@media screen and (min-width:769px){
  .t-box5{ padding-bottom:15em !important; }
  /* もっと大きく: カード列を 90vw にブレイクアウトし、ビューポート中央へ厳密センタリング
     (box-inner は中央寄せなので (コンテナ幅-90vw)/2 で左右対称＝中央) */
  .t-box5 .t-box-card__area{ width:90vw !important; margin-left:calc((100% - 90vw) / 2) !important; }
  .t-box5 .t-box-card__inner{
    -webkit-box-align:start; -webkit-align-items:flex-start; -ms-flex-align:start; align-items:flex-start !important;
    -webkit-column-gap:1.5vw; -moz-column-gap:1.5vw; column-gap:1.5vw; gap:1.5vw;
  }
  .t-box5 .t-box-card__item a{ grid-template-rows:auto auto !important; }
  /* 画像はpic領域いっぱいに(cover)＝画像下の白余白を解消し、テキストを上へ。
     比率は正方形(1/1)にしてテキスト位置を引き上げる(元4/5は画像[4/3]を満たせず白が出ていた) */
  .t-box5 .t-box-card__item-pic{ aspect-ratio:1/1 !important; }
  .t-box5 .t-box-card__item-pic img{
    width:100% !important; height:100% !important;
    -o-object-fit:cover !important; object-fit:cover !important;
  }
  .t-box5 .t-box-card__item-text{ padding:1.4vw 1.4vw 1.7vw !important; height:auto !important; }
  .t-box5 .t-box-card__item-text__category{ font-size:.92vw !important; margin-bottom:1.1vw !important; }
  .t-box5 .t-box-card__item-text__title{ font-size:1.08vw !important; -webkit-line-clamp:3 !important; line-height:1.5 !important; }
  .t-box5 .t-box-card__item-text__date{ margin-top:1.2vw !important; font-size:.82vw !important; }
  /* 上下バラバラのオフセット（振幅を拡大して間隔を広く） */
  .t-box5 .t-box-card__item:nth-child(1){ -webkit-transform:translateY(0);     transform:translateY(0); }
  .t-box5 .t-box-card__item:nth-child(2){ -webkit-transform:translateY(8vw);   transform:translateY(8vw); }
  .t-box5 .t-box-card__item:nth-child(3){ -webkit-transform:translateY(2.5vw); transform:translateY(2.5vw); }
  .t-box5 .t-box-card__item:nth-child(4){ -webkit-transform:translateY(9.5vw); transform:translateY(9.5vw); }
  .t-box5 .t-box-card__item:nth-child(5){ -webkit-transform:translateY(4vw);   transform:translateY(4vw); }
}
/* mobile: 従来どおりの画像/テキストバランスを維持（スタガーなし） */
@media screen and (max-width:768px){
  .t-box5 .t-box-card__item a{ grid-template-rows:auto auto !important; }
  .t-box5 .t-box-card__item-pic{ aspect-ratio:4/3 !important; }
  .t-box5 .t-box-card__item-text{ padding:1.2vw 1.3vw 1.5vw !important; height:auto !important; }
  .t-box5 .t-box-card__item-text__category{ font-size:2.4vw !important; margin-bottom:.9vw !important; }
  .t-box5 .t-box-card__item-text__title{ font-size:2.7vw !important; -webkit-line-clamp:2 !important; line-height:1.45 !important; }
  .t-box5 .t-box-card__item-text__date{ margin-top:1vw !important; }
}

/* ② Member: 見出しは上・人物カットアウトを散らす分の高さを確保 */
.t-box7{ height:68vw !important; padding-top:7em !important; padding-bottom:3em !important; }
.t-box7 .t-box-picarea__pic-01{ width:100% !important; right:0 !important; left:auto !important; }
/* 画像は一旦抜く（薄紫の地・テキストは残す。後で別素材を入れる枠は空のまま） */
.t-box7 .t-box-picarea__pic-01{ display:none !important; }
/* 「Member」見出しと下のテキストを中央寄せ */
.t-box7 .t-box-title{ left:0 !important; text-align:center !important; }
.t-box7 .t-box7-contents{ text-align:center; }
.t-box7 .t-box-textarea{ width:100% !important; text-align:center !important; }
@media screen and (max-width:768px){
  .t-box7{ height:auto !important; }
}

/* ============================================================
   2026-06 ③ READ MORE ボタンを各セクションタイトルの高さに揃える
   top = タイトル上端(=各boxのpadding-top) + タイトル高さ(8.74vw)の半分 − ボタン高さの半分
       ≒ padding-top + 3.2vw でタイトル中心に一致。
   右上の常時ナビと重ならないよう right も内側へ(9.5vw)。
   ============================================================ */
@media screen and (min-width:769px){
  /* 各ボタンを「自セクションのタイトル右端の少し後ろ(約5vw)」に寄せる＝タイトルに近づける。
     right値はタイトル幅(左寄せ各セクションで異なる/Memberは中央寄せ)に合わせて個別指定。 */
  .t-box1 .t-box1-more-btn{ top:calc(8.7em + 3.2vw) !important; right:35vw !important; }   /* About   */
  .t-box2-more-btn{ top:calc(15em + 3.2vw) !important; right:18.5vw !important; }           /* Approach*/
  .t-box3-more-btn{ top:calc(5.4em + 3.2vw) !important; right:28.5vw !important; }          /* Service */
  .t-box4-more-btn{ top:calc(10em + 3.2vw) !important; right:33vw !important; }             /* Works   */
  .t-box5-more-btn{ top:calc(10em + 3.2vw) !important; right:28.5vw !important; }           /* Journal */
  .t-box6-more-btn{ top:calc(10em + 3.2vw) !important; right:30.5vw !important; }           /* Recruit */
  .t-box7-more-btn{ top:calc(7em + 3.2vw) !important; right:12vw !important; }              /* Member(中央寄せ・ナビ干渉回避で控えめ) */
}

/* ============================================================
   2026-06 ① フッターを「ロゴ + 見出し付きカラム」レイアウトに（トップページ専用）
   参考画像のテキスト配置を踏襲。配色/グラデ/フォント/ボタン画像のデザインは不変。
   ※ 下層ページは hp/css/index.css を読まないため従来フッターのまま影響なし。
   ============================================================ */
@media screen and (min-width:769px){
  /* ロゴ左 → 見出し付きカラムを右へ広く分散 */
  .t-footer-inner{ width:84%; }
  .t-footer-contents__left{ -webkit-box-flex:0; -webkit-flex:0 0 27%; -ms-flex:0 0 27%; flex:0 0 27%; }
  .t-footer-contents__center{
    -webkit-box-flex:0; -webkit-flex:0 0 48%; -ms-flex:0 0 48%; flex:0 0 48%;
    margin-top:2.6vw;
  }
  .t-footer-contents__right{
    -webkit-box-flex:0; -webkit-flex:0 0 21%; -ms-flex:0 0 21%; flex:0 0 21%;
    margin-top:2.6vw;
  }
  /* 2カラムを均等に配置 */
  .t-footer-contents-linkarea{
    -webkit-box-pack:justify; -webkit-justify-content:space-between;
        -ms-flex-pack:justify; justify-content:space-between;
    margin-bottom:0;
  }
  .t-footer-col{
    -webkit-box-flex:0; -webkit-flex:0 0 44%; -ms-flex:0 0 44%; flex:0 0 44%;
  }
  .t-footer-col .t-footer-contents-link-list{
    -webkit-box-flex:1; -webkit-flex:1 1 100%; -ms-flex:1 1 100%; flex:1 1 100%;
    width:100%;
  }
  /* カラム見出し(SITEMAP / INFORMATION / GROUP)を統一スタイルで揃える */
  .t-footer-col__head,
  .t-footer-contents-group__text{
    font-size:1.15vw !important; font-weight:bold; letter-spacing:.05em;
    margin-bottom:1.5vw !important;
  }
}

/* ============================================================
   2026-06 ③ フッターGROUP: 丸ピル画像 → 矢印付きテキストリンクに変更
   ============================================================ */
.t-footer-contents-group-link__item{ margin-bottom:1.1vw !important; }
.t-footer-contents-group-link__item:last-child{ margin-bottom:0 !important; }
.t-footer-cta{
  display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex;
  -webkit-box-align:center; -ms-flex-align:center; align-items:center;
  font-family:'Inter', sans-serif; font-size:1.05vw; line-height:1; letter-spacing:.02em;
  color:#1a1a1a; position:relative;
  -webkit-transition:-webkit-transform .3s ease; transition:transform .3s ease;
}
.t-footer-cta__label{ position:relative; }
.t-footer-cta__label::after{
  content:""; position:absolute; left:0; bottom:-0.35em;
  width:0; height:1px; background:currentColor;
  -webkit-transition:width .3s cubic-bezier(.22,.61,.36,1); transition:width .3s cubic-bezier(.22,.61,.36,1);
}
.t-footer-cta__arrow{
  margin-left:0.7vw; font-size:1.15vw; line-height:1;
  -webkit-transition:-webkit-transform .3s ease; transition:transform .3s ease;
}
.t-footer-cta:hover{ -webkit-transform:translateY(-3px); transform:translateY(-3px); }
.t-footer-cta:hover .t-footer-cta__label::after{ width:100%; }
.t-footer-cta:hover .t-footer-cta__arrow{ -webkit-transform:translateX(4px); transform:translateX(4px); }
@media screen and (max-width:768px){
  .t-footer-cta{ font-size:3.8vw; }
  .t-footer-cta__arrow{ font-size:4.2vw; margin-left:2.5vw; }
  .t-footer-contents-group-link__item{ margin-bottom:3.4vw !important; }
  .t-footer-cta:hover{ -webkit-transform:none; transform:none; }
}

/* ============================================================
   2026-06 ③ Contact: 「Contact」を Marquee(横方向に無限スクロール)に
   同一グループ×2 + translateX(-50%) で継ぎ目なしループ
   ============================================================ */
.t-contact-marquee{ overflow:hidden; width:100%; }
.t-contact-marquee__track{
  display:-webkit-box; display:-ms-flexbox; display:flex;
  width:-webkit-max-content; width:-moz-max-content; width:max-content;
  -webkit-animation:t-marquee 24s linear infinite; animation:t-marquee 24s linear infinite;
  will-change:transform;
}
.t-contact-marquee__group{
  -webkit-box-flex:0; -ms-flex:0 0 auto; flex:0 0 auto; white-space:nowrap;
  font-size:7.5vw; font-weight:500; line-height:1; letter-spacing:-.01em; color:#1a1a1a;
  -webkit-transition:color .35s ease; -o-transition:color .35s ease; transition:color .35s ease;
}
.t-contact-marquee__word{ display:inline-block; margin-right:1.3em; }   /* 区切り(✳)は廃止しテキストのみ。語間はmarginで確保 */
@-webkit-keyframes t-marquee{ from{-webkit-transform:translateX(0)} to{-webkit-transform:translateX(-50%)} }
@keyframes t-marquee{ from{-webkit-transform:translateX(0); transform:translateX(0)} to{-webkit-transform:translateX(-50%); transform:translateX(-50%)} }
/* hover: スクロール一時停止 + 文字ライム */
.t-contact-area a:hover .t-contact-marquee__track{ -webkit-animation-play-state:paused; animation-play-state:paused; }
.t-contact-area a:hover .t-contact-marquee__group{ color:#b7ea3e; }
@media screen and (max-width:768px){
  .t-contact-marquee__group{ font-size:13vw; }
  .t-contact-marquee__word{ margin-right:1.1em; }
}

/* ============================================================
   2026-06 左上ロゴ: 余白なしの専用ロゴ(header-logo-lg.png)に差し替え、
   もっと大きく＆左上へ寄せる（トップページのみ。index.cssなので下層には影響なし）
   ============================================================ */
.t-header-logo{ width:14em !important; }
.t-header-inner{ padding:1.6em 0.7em !important; }   /* もう少し下へ(top余白を増やす) */
@media screen and (max-width:768px){
  .t-header-logo{ width:38vw !important; }
  .t-header-inner{ padding:2.4vw 3vw !important; }
}

/* ② フッターロゴも余白なしロゴ(header-logo-lg.png)に差し替えて大きく(トップ専用) */
.t-footer-contents__logo{ width:14vw !important; }
@media screen and (max-width:768px){
  .t-footer-contents__logo{ width:40vw !important; }
}

/* ============================================================
   2026-06 Member: 人物カットアウト18枚を「テキストに被らないよう」散らす
   ============================================================ */
.t-box7{ position:relative; overflow:hidden; }
.t-box7 .t-box-inner{ position:relative; z-index:3; }   /* テキストは前面 */
.t-box7 .t-box7-more-btn{ z-index:3; }                   /* READ MORE も前面 */
.t-member-scatter{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; pointer-events:none; }
.t-member-scatter .t-ms{
  position:absolute; height:auto; display:block;
  -webkit-filter:drop-shadow(0 8px 20px rgba(50,30,80,.20));
          filter:drop-shadow(0 8px 20px rgba(50,30,80,.20));
}
/* バラバラ配置（中央上部のテキストは避ける／サイズ・角度を変えて散らす） */
.t-ms-1{  left:-1%; top:30%;    width:12vw;   -webkit-transform:rotate(-5deg);  transform:rotate(-5deg); }
.t-ms-2{  left:7%;  top:49%;    width:12.5vw; -webkit-transform:rotate(4deg);   transform:rotate(4deg); }
.t-ms-3{  left:17%; bottom:2%;  width:11.5vw; -webkit-transform:rotate(-2deg);  transform:rotate(-2deg); }
.t-ms-4{  left:28%; top:43%;    width:9.5vw;  -webkit-transform:rotate(5deg);   transform:rotate(5deg); }
.t-ms-5{  left:40%; bottom:4%;  width:12vw;   -webkit-transform:rotate(3deg);   transform:rotate(3deg); }
.t-ms-6{  left:55%; top:47%;    width:11vw;   -webkit-transform:rotate(-3deg);  transform:rotate(-3deg); }
.t-ms-7{  left:70%; bottom:5%;  width:12vw;   -webkit-transform:rotate(4deg);   transform:rotate(4deg); }
.t-ms-8{  left:82%; top:38%;    width:10.5vw; -webkit-transform:rotate(-4deg);  transform:rotate(-4deg); }
.t-ms-9{  left:91%; bottom:10%; width:9.5vw;  -webkit-transform:rotate(5deg);   transform:rotate(5deg); }
.t-ms-10{ left:2%;  top:7%;     width:8.2vw;  -webkit-transform:rotate(6deg);   transform:rotate(6deg); }
.t-ms-11{ left:18%; top:12%;    width:8.5vw;  -webkit-transform:rotate(-6deg);  transform:rotate(-6deg); }
.t-ms-12{ left:72.5%; top:1%;   width:8.5vw;  -webkit-transform:rotate(3deg);   transform:rotate(3deg); }  /* READ MOREに被らないようボタン上へ */
.t-ms-13{ left:89%; top:7%;     width:8.8vw;  -webkit-transform:rotate(-5deg);  transform:rotate(-5deg); }
.t-ms-14{ left:31%; bottom:19%; width:12.2vw; -webkit-transform:rotate(-4deg);  transform:rotate(-4deg); }
.t-ms-15{ left:58%; bottom:20%; width:9.2vw;  -webkit-transform:rotate(6deg);   transform:rotate(6deg); }
.t-ms-16{ left:66%; top:27%;    width:8.8vw;  -webkit-transform:rotate(-2deg);  transform:rotate(-2deg); }
.t-ms-17{ left:47%; bottom:2%;  width:8.8vw;  -webkit-transform:rotate(3deg);   transform:rotate(3deg); }
.t-ms-18{ left:82%; bottom:31%; width:11.5vw; -webkit-transform:rotate(2deg);   transform:rotate(2deg); }

/* Member 人物散らし: モバイルは flow の2カラム(回転は残して散らし感) */
@media screen and (max-width:768px){
  .t-member-scatter{
    position:relative !important; left:auto !important; top:auto !important;
    width:100%; height:auto; margin-top:7vw; padding:0 3vw;
    display:-webkit-box; display:-ms-flexbox; display:flex;
    -ms-flex-wrap:wrap; flex-wrap:wrap;
    -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;
    -webkit-box-align:end; -ms-flex-align:end; align-items:flex-end;
  }
  .t-member-scatter .t-ms{
    position:static !important; left:auto !important; top:auto !important; bottom:auto !important;
    -webkit-box-flex:0; -ms-flex:0 0 43%; flex:0 0 43%;
    width:43% !important; max-width:43% !important; margin:4vw 2% 0 !important;
  }
  .t-ms-2{ margin-bottom:6vw !important; }
  .t-ms-3{ margin-bottom:6vw !important; }
  .t-ms-6{ margin-bottom:6vw !important; }
}

/* ============================================================
   2026-06 FV: 右の縦書きURLを「右下・横向き」に配置
   ============================================================ */
.t-kv-url{
  top:auto !important; right:1.8em !important; bottom:1.4em !important;
  -webkit-transform:none !important; -ms-transform:none !important; transform:none !important;
  font-size:0.78vw;
}
@media screen and (max-width:768px){
  .t-kv-url{ right:4vw !important; bottom:4vw !important; font-size:2.8vw !important; }
}
