<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-visual-card-overview * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-visual-card-overview__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: -webkit-calc(100vh - 60px);
  height: calc(100vh - 60px);
}

.cp-visual-card-overview__head {
  position: absolute;
  top: 100px;
  left: 140px;
  width: 27.76%;
  z-index: 10;
}

.cp-visual-card-overview__head .el-eyebrow {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
}

.cp-visual-card-overview__head .el-title {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 52.8px;
  line-height: 5.28rem;
  letter-spacing: -0.01em;
  color: #fff;
}

.cp-visual-card-overview__head .el-decs {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.5);
}

.cp-visual-card-overview__carousel-wrap {
  height: 100%;
}

.cp-visual-card-overview__carousel-visual {
  height: 100%;
}

.cp-visual-card-overview__carousel-visual .swiper-container {
  width: 100%;
  height: 100%;
}

.cp-visual-card-overview__carousel-visual .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 0;
  -webkit-animation: tranScale 0.5s ease-in-out;
  animation: tranScale 0.5s ease-in-out;
}

.cp-visual-card-overview__carousel-visual .swiper-slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cp-visual-card-overview__carousel-visual .swiper-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 41.58%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.cp-visual-card-overview__carousel-visual .visual-video, .cp-visual-card-overview__carousel-visual .visual-image, .cp-visual-card-overview__carousel-visual .video-container, .cp-visual-card-overview__carousel-visual video {
  width: 100%;
  height: 100%;
}

.cp-visual-card-overview__carousel-visual .swiper-slide-active {
  z-index: 1;
  -webkit-animation: tranScaleActive 0.5s ease-in-out;
  animation: tranScaleActive 0.5s ease-in-out;
}

.cp-visual-card-overview__carousel-visual .swiper-slide-active::before {
  z-index: 0;
  opacity: 0;
}

.cp-visual-card-overview__carousel-visual .js-picture {
  height: 100%;
}

.cp-visual-card-overview__carousel-visual .js-picture .js-img-bg {
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cp-visual-card-overview__carousel-visual .visual-video video {
  object-fit: cover;
}

.cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle {
  position: absolute;
  top: 100px;
  right: 140px;
  width: 60px;
  width: 6rem;
  height: 60px;
  height: 6rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 10;
}

.cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  display: inline-block;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  background: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-play-white.png") no-repeat center/contain;
  vertical-align: middle;
}

.cp-visual-card-overview__carousel-visual .visual-video.play .btn-video-toggle:after {
  background-image: url("../../../../../../etc.clientlibs/genesis-p2/global/clientlibs/clientlib-basepage/resources/images/ico-pause-white.png");
}

.cp-visual-card-overview__carousel-list {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 10;
  min-width: 395px;
}

.cp-visual-card-overview__carousel-list .carousel__list-inner li {
  margin-top: 6px;
  margin-top: 0.6rem;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cp-visual-card-overview__carousel-list .carousel__list-inner li button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: -0.01em;
  color: #fff;
}

.cp-visual-card-overview__carousel-list .carousel__list-inner li button .num {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63px;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
}

.cp-visual-card-overview__carousel-list .carousel__list-inner li:hover {
  opacity: 1;
}

.cp-visual-card-overview__carousel-list .carousel__list-inner li.is-active {
  opacity: 1;
}

.cp-visual-card-overview__carousel-thum {
  position: absolute;
  left: 140px;
  bottom: 80px;
  z-index: 10;
  width: 100%;
  padding-left: 20px;
  padding-left: 2rem;
}

.cp-visual-card-overview__carousel-thum.type-right {
  left: auto;
  right: 130px;
}

.cp-visual-card-overview__carousel-thum.type-right .swiper-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.cp-visual-card-overview__carousel-thum .swiper-slide {
  width: 100px;
  width: 10rem;
  height: 100px;
  height: 10rem;
}

.cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100px;
  width: 10rem;
  height: 100px;
  height: 10rem;
  padding: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: left;
}

.cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum .text {
  font-family: "genesis-head-office-light", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18.2px;
  line-height: 1.82rem;
  letter-spacing: -0.01em;
  color: #fff;
  opacity: 0.5;
}

.cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum {
  border: 1px solid white;
  background-color: transparent;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  opacity: 1;
}

.cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum .text {
  opacity: 1;
}

.cp-visual-card-overview .is-pc {
  display: block;
}

.cp-visual-card-overview .is-mo {
  display: none;
}

@-webkit-keyframes tranScale {
  0% {
    z-index: 10;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    z-index: 10;
    opacity: 1;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

@keyframes tranScale {
  0% {
    z-index: 10;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  50% {
    z-index: 10;
    opacity: 1;
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  100% {
    z-index: 0;
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
}

@-webkit-keyframes tranScaleActive {
  0% {
    z-index: 0;
    opacity: 0;
  }
  50% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    z-index: 1;
    opacity: 1;
  }
}

@keyframes tranScaleActive {
  0% {
    z-index: 0;
    opacity: 0;
  }
  50% {
    z-index: 0;
    opacity: 0;
  }
  100% {
    z-index: 1;
    opacity: 1;
  }
}

@media (max-width: 1919px) {
  .cp-visual-card-overview__head {
    left: 120px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle {
    right: 120px;
  }
  .cp-visual-card-overview__carousel-thum {
    left: 120px;
  }
  .cp-visual-card-overview__carousel-thum.type-right {
    right: 110px;
  }
}

@media (max-width: 1599px) {
  .cp-visual-card-overview__head {
    left: 100px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle {
    right: 100px;
  }
  .cp-visual-card-overview__carousel-thum {
    left: 100px;
  }
  .cp-visual-card-overview__carousel-thum.type-right {
    right: 90px;
  }
}

@media (max-width: 1359px) {
  .cp-visual-card-overview__head {
    left: 76px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle {
    right: 76px;
  }
  .cp-visual-card-overview__carousel-thum {
    left: 76px;
    bottom: 76px;
  }
  .cp-visual-card-overview__carousel-thum.type-right {
    right: 66px;
  }
}

.type-dark .cp-visual-card-overview {
  background-color: #000;
}

.type-light .cp-visual-card-overview__head .el-eyebrow {
  color: #767676;
}

.type-light .cp-visual-card-overview__head .el-title {
  color: black;
}

.type-light .cp-visual-card-overview__head .el-decs {
  color: #767676;
}

.type-light .cp-visual-card-overview__carousel-visual .swiper-slide:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.type-light .cp-visual-card-overview__carousel-list .carousel__list-inner li button {
  color: #000;
}

.type-light .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.12);
}

.type-light .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum .text {
  color: #000;
}

.type-light .cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum {
  border: 1px solid black;
}

@media (max-width: 1023px) {
  .cp-visual-card-overview__inner {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px);
  }
  .cp-visual-card-overview__head {
    top: 60px;
    right: 40px;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .cp-visual-card-overview__head .el-eyebrow {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .cp-visual-card-overview__head .el-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 35.2px;
    line-height: 3.52rem;
    letter-spacing: 0;
  }
  .cp-visual-card-overview__head .el-decs {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20.8px;
    line-height: 2.08rem;
    letter-spacing: -0.01em;
  }
  .cp-visual-card-overview__carousel-visual .swiper-slide:after {
    height: 40%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .cp-visual-card-overview__carousel-visual .js-picture {
    padding: 20px;
  }
  .cp-visual-card-overview__carousel-visual .js-picture .js-img-bg {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video {
    padding: 20px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video video {
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle {
    top: auto;
    bottom: 160px;
    right: 40px;
    left: auto;
    width: 34px;
    width: 3.4rem;
    height: 34px;
    height: 3.4rem;
  }
  .cp-visual-card-overview__carousel-visual .visual-video .btn-video-toggle:after {
    top: 50%;
    left: 50%;
    width: 8px;
    width: 0.8rem;
    height: 8px;
    height: 0.8rem;
  }
  .cp-visual-card-overview__carousel-thum {
    right: 0;
    left: 0;
    bottom: 40px;
    padding: 0 20px;
    padding: 0 2rem;
  }
  .cp-visual-card-overview__carousel-thum.type-right {
    right: 0;
    left: 0;
  }
  .cp-visual-card-overview__carousel-thum.type-right .swiper-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .cp-visual-card-overview__carousel-thum .swiper-container {
    padding: 0 14px;
    padding: 0 1.4rem;
  }
  .cp-visual-card-overview__carousel-thum .swiper-slide {
    width: 96px;
    width: 9.6rem;
    height: 96px;
    height: 9.6rem;
  }
  .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 96px;
    width: 9.6rem;
    height: 96px;
    height: 9.6rem;
    padding: 8px;
    padding: 0.8rem;
  }
  .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum .text {
    font-family: "genesis-head-office-light", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18.2px;
    line-height: 1.82rem;
    letter-spacing: -0.01em;
    color: #fff;
    opacity: 0.5;
  }
  .cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum {
    border: 1px solid white;
    background-color: transparent;
    opacity: 1;
  }
  .cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum .text {
    opacity: 1;
  }
  .cp-visual-card-overview__carousel-thum.type-center {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  .cp-visual-card-overview__carousel-thum.type-center .swiper-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cp-visual-card-overview .is-pc {
    display: none;
  }
  .cp-visual-card-overview .is-mo {
    display: block;
  }
  .type-light .cp-visual-card-overview__carousel-visual .swiper-slide:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .type-light .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0.12);
  }
  .type-light .cp-visual-card-overview__carousel-thum .swiper-slide .btn-thum .text {
    color: #000;
  }
  .type-light .cp-visual-card-overview__carousel-thum .swiper-slide.is-active .btn-thum {
    border: 1px solid black;
  }
}
</pre></body></html>