@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 2.67vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    -webkit-user-select: none; /* Safari, Chrome */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  html {
    font-size: 0.6944vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1239px) {
  html {
    font-size: 0.6944vw;
  }
}

.container-custom {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .container-custom {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-wrap: anywhere;
  line-break: strict;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 144.1rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-pc {
  display: block;
}

.is-mtablet {
  display: none;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-mtablet {
    display: block;
  }
}
@-webkit-keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes revealLine {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes revealLine {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes expandLight {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0);
            transform: translate(50%, -50%) scale(0);
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate(50%, -50%) scale(18);
            transform: translate(50%, -50%) scale(18);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(20);
            transform: translate(50%, -50%) scale(20);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
@keyframes expandLight {
  0% {
    -webkit-transform: translate(50%, -50%) scale(0);
            transform: translate(50%, -50%) scale(0);
    background: rgba(0, 0, 0, 0);
    opacity: 0;
  }
  95% {
    -webkit-transform: translate(50%, -50%) scale(18);
            transform: translate(50%, -50%) scale(18);
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(20);
            transform: translate(50%, -50%) scale(20);
    background: rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
.hero {
  position: relative;
  height: 100vh;
  max-height: 86rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero {
    height: max(100vh, 76rem);
  }
}
@media screen and (max-width: 479px) {
  .hero {
    max-height: 76rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__image--pc {
    display: none !important;
  }
}
.hero .hero__image--sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hero .hero__image--sp {
    display: block !important;
  }
}
.hero .hero__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .hero__swiper .swiper {
  width: 100%;
  height: 100%;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide img,
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 479px) {
  .hero .hero__swiper .swiper .swiper-wrapper .swiper-slide img {
    -o-object-position: 78%;
       object-position: 78%;
  }
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 144%;
  height: 124%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(108, 118, 132, 0.48) 20%, rgba(0, 18, 39, 0.7) 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero .hero__swiper .swiper .swiper-wrapper .swiper-slide::after {
    display: block;
  }
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__light {
  -webkit-animation: expandLight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: expandLight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero-title-box {
  background-image: url("/wp-content/themes/vlcholdings/images/common/bg-title.png");
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__subtitle {
  -webkit-animation: revealLine 0.8s ease-out 1.4s forwards;
          animation: revealLine 0.8s ease-out 1.4s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__title {
  -webkit-animation: revealLine 0.8s ease-out 1.8s forwards;
          animation: revealLine 0.8s ease-out 1.8s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-text .hero__go {
  -webkit-animation: revealLine 0.8s ease-out 2.2s forwards;
          animation: revealLine 0.8s ease-out 2.2s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-text .hero__beyond {
  -webkit-animation: revealLine 0.8s ease-out 2.4s forwards;
          animation: revealLine 0.8s ease-out 2.4s forwards;
}
.hero .hero__swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .hero__content .hero__logo-description {
  -webkit-animation: revealLine 0.8s ease-out 2.2s forwards;
          animation: revealLine 0.8s ease-out 2.2s forwards;
}
.hero .hero__light {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0);
  z-index: 99999;
  top: 48%;
  right: 22%;
  opacity: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity, background;
  -webkit-filter: blur(0.2rem);
          filter: blur(0.2rem);
  -webkit-box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2), 0 0 2rem rgba(255, 255, 255, 0.15), 0 0 3rem rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 1rem rgba(255, 255, 255, 0.2), 0 0 2rem rgba(255, 255, 255, 0.15), 0 0 3rem rgba(255, 255, 255, 0.1);
}
.hero .hero__content {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
}
.hero .hero__content.hero__content--slide {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide {
    bottom: 16rem;
  }
}
.hero .hero__content .hero__image {
  aspect-ratio: 144/86;
}
.hero .hero__content .hero__subtitle {
  color: white;
  font-size: 1.8rem;
  line-height: 2.6;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__subtitle {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.hero .hero__content .hero__title {
  color: white;
  font-size: 5.2rem;
  line-height: 7rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.03em;
  word-spacing: 0.03em;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__title {
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.056rem;
    word-spacing: 0.056rem;
    margin-top: 0.8rem;
  }
  .hero .hero__content .hero__title > span:nth-child(2) {
    padding-left: 0.9rem;
  }
}
.hero .hero__content .hero__logo-text {
  font-size: 18rem;
  line-height: 1;
  padding-top: 0.2rem;
  padding-bottom: 4.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.8rem;
  letter-spacing: -0.04em;
  line-height: 19.7rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    font-size: 9.2rem;
    line-height: 7.2rem;
    margin-top: 3.6rem;
    margin-left: 0;
  }
}
.hero .hero__content .hero__logo-text .hero__go,
.hero .hero__content .hero__logo-text .hero__beyond {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  display: inline-block;
}
.hero .hero__content .hero__logo-text .hero__go {
  color: #9e925c;
  display: block;
  padding-top: 0.5rem;
}
.hero .hero__content .hero__logo-text .hero__go::before {
  content: "";
  width: 6rem;
  height: 11.8rem;
  position: absolute;
  left: -11.1rem;
  top: 4.5rem;
  background: #9e925c;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text .hero__go::before {
    width: 1.6rem;
    height: 3.1rem;
    position: absolute;
    left: -2rem;
    top: 2rem;
  }
}
.hero .hero__content .hero__logo-text .hero__beyond {
  display: block;
  position: relative;
  color: white;
}
@media screen and (max-width: 479px) {
  .hero .hero__content .hero__logo-text .hero__beyond {
    margin-top: -0.3rem;
    letter-spacing: -0.03em;
  }
}
.hero .hero__content .hero__logo-text .hero__beyond::after {
  content: "!";
  font-size: 19.7rem;
}
@media screen and (max-width: 768px) {
  .hero .hero__content .hero__logo-text .hero__beyond::after {
    font-size: 10rem;
  }
}
.hero .hero__content.hero__content--slide-2 {
  bottom: 27.8rem;
}
@media screen and (max-width: 479px) {
  .hero .hero__content.hero__content--slide-2 {
    bottom: 9.9rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__subtitle {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__subtitle {
    font-size: 2rem;
    line-height: 3rem;
    padding-left: 2rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__title {
  font-size: 4.8rem;
  line-height: 7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 0.3rem;
  letter-spacing: 0.04em;
  word-spacing: 0.03em;
  margin-top: 0.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__title {
    white-space: normal;
    padding-left: 2.5rem;
    font-size: 2.73rem;
    line-height: 3.46rem;
    padding-left: 2rem;
  }
}
.hero .hero__content.hero__content--slide-2 .hero__logo-description {
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin-top: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .hero .hero__content.hero__content--slide-2 .hero__logo-description {
    padding-left: 2rem;
    font-size: 2.4rem;
    line-height: 3rem;
    padding-left: 2rem;
  }
}

.hero__logo-description {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 479px) {
  .hero__logo-description {
    font-size: 1.6rem;
  }
}

.hero__controls {
  position: absolute;
  right: 3.9rem;
  bottom: 3.7rem;
  width: auto;
  min-width: 11.6rem;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .hero__controls {
    padding: 0;
    min-width: 11.5rem;
    right: 2rem;
    left: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    bottom: 4.5rem;
  }
}

.hero__controls-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-action {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero__controls-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-left {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.hero__swiper-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 4rem;
  width: calc(100% + 3.7rem);
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .hero__swiper-navigation {
    height: 4.8rem;
    width: auto;
    margin-top: 0;
    gap: 1.6rem;
  }
}

.hero__controls-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .hero__controls-right {
    margin-top: -2rem;
    position: absolute;
    bottom: -0.4rem;
  }
}

.hero__control-btn {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid rgb(255, 255, 255);
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .hero__control-btn {
    width: 2rem;
    height: 2rem;
  }
}
.hero__control-btn:hover {
  opacity: 0.8;
}
.hero__control-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.hero__control-btn svg {
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .hero__control-btn svg {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0;
    margin-left: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__control-btn.hero__control-btn--play svg {
    width: 0.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .hero__control-btn.hero__control-btn--pause svg {
    width: 0.7rem;
    height: 0.9rem;
  }
}

.dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dots .dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.dots .dot:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.dots .dot.active {
  background: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
@media screen and (max-width: 479px) {
  .dots .dot {
    width: 0.6rem;
    height: 0.6rem;
    gap: 0.8rem;
  }
}

.hero__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 11.6rem;
  position: relative;
  width: 100%;
  top: calc(100% + 1rem);
}
.hero__progress::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  left: 0;
}
.hero__progress::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  right: 0;
}
@media screen and (max-width: 768px) {
  .hero__progress {
    gap: 1.5rem;
    max-width: 11.6rem;
    top: 0.4rem;
  }
}

.hero__progress-bar {
  position: relative;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0.3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  overflow: hidden;
}
.hero__progress-bar:hover .hero__progress-handle {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.hero__progress-fill {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  border-radius: 0.3rem;
  width: 0%;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.hero__progress-handle {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 1.6rem;
  height: 1.6rem;
  background: white;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 479px) {
  .hero__progress-handle {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.hero__time {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .hero__time {
    font-size: 1.3rem;
    gap: 0.6rem;
  }
}

.hero__time-current {
  color: white;
  font-weight: 700;
}

.hero__time-separator {
  opacity: 0.7;
  font-weight: 400;
}

.hero__time-total {
  opacity: 0.7;
  font-weight: 400;
}

.hero__pagination {
  color: white;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  white-space: nowrap;
  width: auto;
  height: auto;
  min-width: 5rem;
  position: relative;
  padding: 0;
  text-align: right;
  letter-spacing: -0.01em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media screen and (max-width: 479px) {
  .hero__pagination {
    font-size: 1.4rem;
  }
}
.hero__pagination:empty::before {
  content: "01 / 05";
  opacity: 0.7;
}

.hero__nav-btn {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  backdrop-filter: blur(1rem);
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.hero__nav-btn svg {
  width: 0.7rem;
}
.hero__nav-btn svg path {
  fill: #fff !important;
}
@media screen and (max-width: 768px) {
  .hero__nav-btn svg path {
    width: 0.8rem;
  }
}
.hero__nav-btn.hero__nav-btn--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 479px) {
  .hero__nav-btn {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.hero__nav-btn:hover {
  opacity: 0.8;
}
.hero__nav-btn::after {
  font-family: swiper-icons;
  font-size: 1rem;
  font-weight: 900;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 479px) {
  .hero__nav-btn::after {
    font-size: 1.6rem;
  }
}
.hero__nav-btn.hero__nav-btn--prev {
  left: 0;
}
@media screen and (max-width: 479px) {
  .hero__nav-btn.hero__nav-btn--prev {
    left: 0;
  }
}
.hero__nav-btn.hero__nav-btn--prev::after {
  content: "";
  margin-right: 0.2rem;
}
.hero__nav-btn.hero__nav-btn--next {
  right: 0;
}
.hero__nav-btn.hero__nav-btn--next::after {
  content: "";
  margin-left: 0.2rem;
}
.hero__nav-btn.swiper-button-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

/**
 * News Section Component
 *
 * Two-column layout with sidebar filters and main content
 * Max width: 1200px
 */
.news {
  padding: 10rem 0 0;
  background: #fff;
}
.news .news__container {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 2rem;
}
.news .news__header {
  margin-bottom: 5.6rem;
  text-align: left;
}
.news .news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.8rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.news .news__sidebar {
  width: 27.7rem;
  padding: 0 1.2rem;
}
.news .news__sidebar .dropdown-list {
  max-width: 15.9rem;
}
.news .news__sidebar .news__filter-group {
  margin-bottom: 2.3rem;
}
.news .news__sidebar .news__filter-group .news__filter-title {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  color: #5c6d7c;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #e9ecef;
}
.news .news__sidebar .news__filter-group .news__filter-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
  padding: 0.7rem 0;
}
.news .news__sidebar .news__filter-group .news__filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #666;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option:hover {
  color: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio],
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox] {
  display: none;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio,
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid rgba(92, 109, 124, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio {
  border-radius: 50%;
  border: 0.1rem solid rgba(92, 109, 124, 0.6);
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-radio::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #52687d;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-checkbox::after {
  content: "";
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_selected.svg");
  width: 1.8rem;
  height: 1.8rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio {
  border-color: #52687d;
  border-width: 0.2rem;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=radio]:checked + .news__filter-radio + .news__filter-text {
  font-weight: 700;
  color: #5c6d7c;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox {
  border-color: #526875;
  background: #526875;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox::after {
  opacity: 1;
}
.news .news__sidebar .news__filter-group .news__filter-option input[type=checkbox]:checked + .news__filter-checkbox + .news__filter-text {
  font-weight: 700;
  color: #5c6d7c;
}
.news .news__sidebar .news__filter-group .news__filter-option .news__filter-text {
  font-size: 1.4rem;
  line-height: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5c6d7c;
}
.news .news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  .news .news__main {
    padding-top: 0.4rem;
  }
}
.news .news__main .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.news .news__main .news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.6rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 2.6rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(83, 105, 127, 0.3019607843);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.news .news__main .news__item:hover::before {
  -webkit-animation: moveEnd 0.2s forwards;
          animation: moveEnd 0.2s forwards;
}
.news .news__main .news__item::before {
  content: "";
  width: 0;
  height: 1px;
  background: #52687d;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.news .news__main .news__item:first-child {
  padding-top: 0;
}
.news .news__main .news__item .news__date {
  font-size: 1.4rem;
  color: #52687d;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 3rem;
  white-space: nowrap;
}
.news .news__main .news__item .news__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news__main .news__item .news__content .news__date__mb {
  display: none;
}
.news .news__main .news__item .news__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.2rem 0 1.5rem;
}
.news .news__main .news__item .news__tags.news__tags--notag {
  padding: 0;
}
.news .news__main .news__item .news__tag {
  padding: 0rem 1.6rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  border-radius: 2.3rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  white-space: nowrap;
}
.news .news__main .news__item .news__tag.news__tag--vlc {
  background: #9e925c;
  color: white;
}
.news .news__main .news__item .news__tag.news__tag--notice {
  background: transparent;
  color: #52687d;
  border: 0.1rem solid #52687d;
  padding: 0rem 2rem;
}
.news .news__main .news__item .news__item-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #5c6d7c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
.news .news__main .news__item .news__item-title .news__content-type {
  max-width: 2rem;
  height: 2.2rem;
  display: none;
  width: 100%;
  margin-bottom: -0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  text-indent: -9999999px;
  margin-left: 1.2rem;
}
.news .news__main .news__item .news__item-title .news__content-type.news__content-type--document {
  display: inline-block;
  background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_pdf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.news .news__main .news__more {
  padding: 4.8rem 0 10rem 0;
}

@-webkit-keyframes newsHover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes newsHover {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveEnd {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8rem 0 0;
  }
  .news .news__container {
    padding: 8rem 2rem 0;
  }
  .news .news__header {
    margin-bottom: 4.6rem;
  }
  .news .news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
  .news .news__sidebar {
    padding: 0;
    width: 100%;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) {
    margin-bottom: 0;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-title {
    margin-bottom: 0.3rem;
    cursor: pointer;
    position: relative;
    padding-right: 2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.2rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option {
    margin-top: -0.2rem;
    min-width: 8.6rem;
  }
  .news .news__sidebar .news__filter-group:not(.news__filter-group--company) .news__filter-options .news__filter-option .news__filter-checkbox {
    margin-top: 0.3rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company {
    margin-bottom: 2.7rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    margin-bottom: 1.5rem;
    position: relative;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title::after {
    content: "";
    position: absolute;
    right: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_arrow.svg");
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    background-size: contain;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-title {
    border-bottom: 0.1rem solid #52687d;
    padding-bottom: 0.6rem;
    margin-bottom: 0.5rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    padding: 6px 7px;
    gap: 0.2rem;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-options.show {
    max-height: 50rem;
    opacity: 1;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio::after {
    background-color: transparent;
    background-image: url("/wp-content/themes/vlcholdings/images/icon/icon_checked.svg");
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: center;
  }
  .news .news__sidebar .news__filter-group.news__filter-group--company .news__filter-option .news__filter-radio {
    margin-right: 0.4rem;
    gap: 0.2rem;
    border: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .news .news__main .news__list .news__item {
    width: 100%;
    gap: 0;
    padding: 2.1rem 0 1.7rem;
  }
  .news .news__main .news__list .news__item .news__item-title {
    letter-spacing: -0.07em;
  }
  .news .news__main .news__list .news__item .news__date {
    display: none;
  }
  .news .news__main .news__list .news__item .news__content .news__tags {
    gap: 1.2rem;
    padding: 0.2rem 0 1.1rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__date__mb {
    display: block;
    font-size: 1.2rem;
    line-height: 2.2rem;
    color: #52687d;
    font-weight: 500;
    font-family: "Jost", sans-serif;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag {
    line-height: 2.2rem;
  }
  .news .news__main .news__list .news__item .news__content .news__tags .news__tag.news__tag--notice {
    padding: 0 1.1rem;
    margin-left: 0;
  }
  .news .news__main .news__more {
    padding: 5rem 0 8rem 0;
  }
}
/**
 * Service Section Component
 * Updated design with transformation groups and service cards
 */
.service {
  padding: 8rem 0 10rem;
  background: #eef0f2;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 5.7rem 0 6.2rem;
  }
}
.service .service__container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.service .service__subtitle {
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  margin: 0 0 4rem 0;
  font-weight: 400;
}
.service .service__intro {
  text-align: center;
  margin-top: 4.2rem;
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.service .service__intro p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .service .service__intro {
    margin-top: 2rem;
    margin-bottom: 2.9rem;
  }
  .service .service__intro p {
    letter-spacing: -0.06em;
    line-height: 2.8rem;
  }
}
.service .service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service .service__items {
    gap: 2rem;
  }
}
.service .service__items {
  counter-reset: service-counter;
}
.service .service__item {
  counter-increment: service-counter;
}
.service .service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46rem;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .service .service__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}
.service .service__group {
  background: white;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 12rem;
  height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service .service__group {
    padding: 0;
    width: 100%;
    height: unset;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service .service__group.service__group--arena .service__transformation {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__group.service__group--arena .service__arrow {
    width: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__group.service__group--lab .service__transformation {
    padding-left: 2.5rem;
    padding-top: 8.5rem;
    padding-bottom: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__group.service__group--lab .service__arrow {
    width: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__group.service__group--lab .service__after {
    padding-left: 1.2rem;
  }
}
.service .service__group-badge {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  width: 4.4rem;
  height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service .service__group-badge {
    top: unset;
    bottom: 0;
    width: 4rem;
    height: 4rem;
  }
}
.service .service__group-badge::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4.4rem solid #9e925c;
  border-left: 4.4rem solid transparent;
}
@media screen and (max-width: 768px) {
  .service .service__group-badge::before {
    border-top: unset;
    border-bottom: 4rem solid #9e925c;
    border-left: 4rem solid transparent;
  }
}
.service .service__transformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.1rem;
}
@media screen and (max-width: 768px) {
  .service .service__transformation {
    margin-top: 0;
    padding-top: 8.2rem;
    padding-bottom: 6.1rem;
    padding-left: 2rem;
  }
}
.service .service__transformation .service__before {
  padding-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  .service .service__transformation .service__before {
    padding-left: 1rem;
  }
}
.service .service__transformation .service__before .service__logo {
  width: 13.8rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .service .service__transformation .service__before .service__logo {
    width: 9.6rem;
    height: 5.5rem;
  }
}
.service .service__transformation .service__after .service__logo {
  width: 14.4rem;
  height: 6.2rem;
}
@media screen and (max-width: 768px) {
  .service .service__transformation .service__after .service__logo {
    width: 10rem;
    height: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__transformation .service__arrow {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__transformation .service__before {
    padding-left: 4rem;
  }
}
.service .service__item.service__item--2 .service__transformation .service__before .service__label {
  margin-left: -1.8rem;
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__transformation .service__before .service__label {
    margin-left: 1.2rem;
  }
}
.service .service__item.service__item--2 .service__transformation .service__before .service__logo {
  margin-left: -1.8rem;
  width: 15.8rem;
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__transformation .service__before .service__logo {
    width: 12.4rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__transformation .service__after {
    padding-left: 2.8rem;
  }
  .service .service__item.service__item--2 .service__transformation .service__after .service__label {
    left: 6.3rem;
  }
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--2 .service__card {
    padding-right: 0;
  }
}
.service .service__item.service__item--3 .service__transformation .service__before .service__label {
  margin-left: -1.8rem;
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--3 .service__transformation .service__before .service__label {
    margin-left: 0.4rem;
  }
}
.service .service__item.service__item--3 .service__transformation .service__before .service__logo {
  margin-left: -1.2rem;
  width: 15.1rem;
}
@media screen and (max-width: 768px) {
  .service .service__item.service__item--3 .service__transformation .service__before .service__logo {
    width: 11.1rem;
  }
}
.service .service__before,
.service .service__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
.service .service__label {
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  line-height: 2.3rem;
  color: #52687d;
  top: -7rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .service .service__label {
    text-align: center;
    font-size: 1.3rem;
    top: -4.6rem;
    letter-spacing: 0.02em;
  }
}
.service .service__before,
.service .service__after {
  width: calc(50% - 0.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .service .service__before,
  .service .service__after {
    width: calc(50% - 1.4rem);
  }
}
.service .service__before .service__logo {
  height: 8rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.service .service__after .service__label {
  top: -8rem;
}
.service .service__after .service__logo {
  height: 6.2rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .service .service__after {
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0.8rem;
  }
  .service .service__after .service__label {
    top: -5.2rem;
    left: 4.3rem;
  }
}
.service .service__arrow {
  font-size: 2rem;
  margin-top: 0.7rem;
  color: #9e925c;
  font-weight: bold;
}
.service .service__arrow .service__logo {
  width: 1.2rem;
  height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .service .service__arrow {
    margin-top: 0;
    width: 2.8rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service .service__arrow .service__logo {
    width: 0.8rem;
    height: 1.6rem;
  }
}
.service .service__card {
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  height: 46rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 84rem;
  cursor: pointer;
}
.service .service__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 1;
}
.service .service__card:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service .service__card:hover .section__more::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.service .service__card:hover .section__more-link::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2), #ffffff);
}
.service .service__card > * {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service .service__card {
    width: 100%;
    height: 48rem;
  }
  .service .service__card[style*="--mobile-bg"] {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 62, 0.5)), to(rgba(4, 21, 62, 0.5))), var(--mobile-bg) center/cover, #1e3a8a !important;
    background: linear-gradient(rgba(4, 21, 62, 0.5), rgba(4, 21, 62, 0.5)), var(--mobile-bg) center/cover, #1e3a8a !important;
  }
}
.service .service__card.service__card--consulting {
  background: #1e3a8a;
}
.service .service__card.service__card--consulting::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 62, 0.5)), to(rgba(4, 21, 62, 0.5))), url("/wp-content/themes/vlcholdings/images/service/vlc-consulting-bg.png");
  background-image: linear-gradient(rgba(4, 21, 62, 0.5), rgba(4, 21, 62, 0.5)), url("/wp-content/themes/vlcholdings/images/service/vlc-consulting-bg.png");
  background-position: center;
}
@media screen and (max-width: 768px) {
  .service .service__card.service__card--consulting::before {
    background-position: 96% 0;
  }
}
.service .service__card.service__card--arena {
  background: #1e3a8a;
}
.service .service__card.service__card--arena::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 62, 0.5)), to(rgba(4, 21, 62, 0.5))), url("/wp-content/themes/vlcholdings/images/service/vlc-arena-bg.png");
  background-image: linear-gradient(rgba(4, 21, 62, 0.5), rgba(4, 21, 62, 0.5)), url("/wp-content/themes/vlcholdings/images/service/vlc-arena-bg.png");
  background-position: center;
}
@media screen and (max-width: 768px) {
  .service .service__card.service__card--arena::before {
    background-position: 87% 0;
  }
}
.service .service__card.service__card--arena .service__card-content-wrap {
  margin-top: -5rem;
}
@media screen and (max-width: 768px) {
  .service .service__card.service__card--arena .service__card-content-wrap {
    margin-top: -2.3rem;
  }
}
.service .service__card.service__card--lab {
  background: #1e3a8a;
}
.service .service__card.service__card--lab::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 21, 62, 0.5)), to(rgba(4, 21, 62, 0.5))), url("/wp-content/themes/vlcholdings/images/service/vlc-lab-bg.png");
  background-image: linear-gradient(rgba(4, 21, 62, 0.5), rgba(4, 21, 62, 0.5)), url("/wp-content/themes/vlcholdings/images/service/vlc-lab-bg.png");
  background-position: center;
}
@media screen and (max-width: 768px) {
  .service .service__card.service__card--lab::before {
    background-position: 89% 0;
  }
}
.service .service__card-content {
  margin: 0 auto;
  color: white;
  width: 59.9rem;
  height: 100%;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .service .service__card-content {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 8.4rem;
    padding-left: 0.1rem;
  }
}
.service .service__card-content-wrap {
  position: relative;
  margin-top: -2.3rem;
}
@media screen and (max-width: 768px) {
  .service .service__card-content-wrap {
    padding: 0 2.8rem;
  }
}
.service .service__card-title {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: white;
}
@media screen and (max-width: 768px) {
  .service .service__card-title {
    text-align: center;
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 0.5rem;
  }
}
.service .service__card-subtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 768px) {
  .service .service__card-subtitle {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 3.2rem;
  }
}
.service .service__card-description {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 768px) {
  .service .service__card-description {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.service .service__card-link {
  position: absolute;
  bottom: 5.5rem;
  right: 0;
}
.service .service__card-link::after {
  border-left-color: #b9bec8;
}
.service .service__card-link .section__more-link {
  color: #fff;
}
.service .service__card-link .section__more-link::before {
  background: rgba(255, 255, 255, 0.3019607843);
}
@media screen and (max-width: 768px) {
  .service .service__card-link {
    bottom: 3.4rem;
    right: 2rem;
  }
  .service .service__card-link .section__more-link::before {
    background-color: rgba(82, 104, 125, 0.3);
  }
}

.service__item--animate-in {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.top-message-wrapper {
  position: relative;
  width: 100%;
}
.top-message-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78.3%;
  height: 100%;
  background-image: url("/wp-content/themes/vlcholdings/images/common/top-message-bg.png");
  background-size: 100rem;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top-message-wrapper::before {
    background-image: none;
  }
}

.top-message {
  padding: 8rem 0 9.5rem;
  background: white;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-message {
    padding: 7.4rem 0;
  }
}
.top-message .top-message__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  min-height: 70rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__container {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-message .top-message__title {
    line-height: 4.8rem;
    margin-bottom: 1.1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .top-message .section__breadcrumb {
    padding: 0 2rem;
  }
}
.top-message .top-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-message .top-message__image {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.top-message .top-message__image.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-message .top-message__text,
.top-message .top-message__signature {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.top-message .top-message__text.animate-in,
.top-message .top-message__signature.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-message .top-message__text {
  margin-bottom: 6rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 3rem;
  padding-top: 5.3rem;
  color: #5c6d7c;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__text {
    margin-bottom: 2rem;
    padding: 2.8rem 2rem 0;
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
}
.top-message .top-message__text p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__text p {
    margin-bottom: 2.8rem;
  }
}
.top-message .top-message__text p:last-child {
  margin-bottom: 0;
}
.top-message .top-message__signature {
  text-align: right;
  margin-right: -2rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__signature {
    margin-right: 1.9rem;
    margin-top: 0.8rem;
  }
}
.top-message .top-message__signature .top-message__signature-image {
  max-width: 20rem;
  height: auto;
}
.top-message .top-message__text-image {
  position: absolute;
  max-width: 11.6rem;
  top: 1.2rem;
  left: 5.4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__text-image {
    max-width: 7rem;
    left: 4.1rem;
    top: 0.5rem;
  }
}
.top-message .top-message__image {
  width: 54rem;
  padding-top: 18.1rem;
  position: relative;
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .top-message .top-message__image {
    width: 100%;
    margin-top: 3rem;
    padding-left: 2rem;
    padding-top: 7.4rem;
  }
}
.top-message .top-message__image .top-message__photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit {
  position: relative;
  overflow: hidden;
  height: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .recruit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 67.8rem;
  }
}
.recruit .recruit__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/vlcholdings/images/common/recruit-bg.jpg");
  background-size: cover;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__background {
    background-image: url("/wp-content/themes/vlcholdings/images/common/recruit-bg-mb.png");
  }
}
.recruit .recruit__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 150, 255, 0.1) 0%, rgba(82, 104, 117, 0.2) 50%, rgba(0, 150, 255, 0.1) 100%);
  z-index: -1;
}
.recruit .recruit__container {
  max-width: 120rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
.recruit .recruit__content {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__content {
    padding-bottom: 0;
    padding-top: 6.4rem;
  }
}
.recruit .recruit__title,
.recruit .recruit__main-content,
.recruit .recruit__navigation {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.recruit .recruit__title.animate-in,
.recruit .recruit__main-content.animate-in,
.recruit .recruit__navigation.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.recruit .recruit__main-content {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.recruit .recruit__navigation {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.recruit .recruit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: white;
  line-height: 1.3;
  text-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
  text-align: left;
  padding-bottom: 6.5rem;
  font-size: 5.4rem;
}
@media screen and (max-width: 1239px) {
  .recruit .recruit__title {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit .recruit__title {
    font-size: 3.2rem;
    line-height: 4rem;
    padding-bottom: 1.1rem;
  }
}
.recruit .recruit__text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.9rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__text-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26.1rem;
  }
}
.recruit .recruit__subtitle {
  color: white;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__subtitle {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.recruit .recruit__description {
  font-size: 1.6rem;
  line-height: 3rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__description {
    letter-spacing: -0.06em;
    line-height: 2.8rem;
  }
}
.recruit .recruit__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.recruit .recruit__nav-link--more {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__nav-link--more {
    position: absolute;
    right: 0rem;
    bottom: -6.8rem;
  }
}
.recruit .recruit__nav-link--more .section__more-link {
  color: white;
}
.recruit .recruit__nav-link--more .section__more-link:hover {
  color: white;
}
.recruit .recruit__nav-link--more .section__more-link::after {
  border-left-color: #B9BEC8;
}
.recruit .recruit__nav-link--info {
  margin-top: 0.1rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .recruit .recruit__nav-link--info {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
}
.recruit .recruit__nav-link--info .section__breadcrumb-text {
  color: #fff;
}

.header__btn.slide-animation::before {
  background: #fff;
}
.header__btn.slide-animation:hover {
  color: #52687d !important;
}
.header__btn.slide-animation.header__btn--download:hover::after, .header__btn.slide-animation.header__btn--contact:hover::after {
  -webkit-filter: unset;
          filter: unset;
}

.header--scrolled .header__btn.slide-animation::before {
  background: #52687d;
}
.header--scrolled .header__btn.slide-animation:hover {
  color: #fff !important;
}
.header--scrolled .header__btn.slide-animation.header__btn--download:hover::after, .header--scrolled .header__btn.slide-animation.header__btn--contact:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}