<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@font-face {
/*@font-face {

  font-family: 'Clarimo UD PE Heavy';

  src: url('../font/ClarimoUDPE-Heavy.eot');

  src: local('Clarimo UD PE Heavy'), local('ClarimoUDPE-Heavy'), url('../font/ClarimoUDPE-Heavy.eot?#iefix') format('embedded-opentype'), url('../font/ClarimoUDPE-Heavy.woff2') format('woff2'), url('../font/ClarimoUDPE-Heavy.woff') format('woff'), url('../font/ClarimoUDPE-Heavy.ttf') format('truetype');

  font-weight: 800;

  font-style: normal;

}

@font-face {

  font-family: 'Clarimo UD PE Light';

  src: url('../font/ClarimoUDPE-Light.eot');

  src: local('Clarimo UD PE Light'), local('ClarimoUDPE-Light'), url('../font/ClarimoUDPE-Light.eot?#iefix') format('embedded-opentype'), url('../font/ClarimoUDPE-Light.woff2') format('woff2'), url('../font/ClarimoUDPE-Light.woff') format('woff'), url('../font/ClarimoUDPE-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

}

@font-face {

  font-family: 'Clarimo UD PE Bold';

  src: url('../font/ClarimoUDPE-Bold.eot');

  src: local('Clarimo UD PE Bold'), local('ClarimoUDPE-Bold'), url('../font/ClarimoUDPE-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ClarimoUDPE-Bold.woff2') format('woff2'), url('../font/ClarimoUDPE-Bold.woff') format('woff'), url('../font/ClarimoUDPE-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;

}

@font-face {

  font-family: 'Clarimo UD PE Regular';

  src: url('../font/ClarimoUDPE-Regular.eot');

  src: local('Clarimo UD PE Regular'), local('ClarimoUDPE-Regular'), url('../font/ClarimoUDPE-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ClarimoUDPE-Regular.woff2') format('woff2'), url('../font/ClarimoUDPE-Regular.woff') format('woff'), url('../font/ClarimoUDPE-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'Clarimo UD PE Medium';

  src: url('../font/ClarimoUDPE-Medium.eot');

  src: local('Clarimo UD PE Medium'), local('ClarimoUDPE-Medium'), url('../font/ClarimoUDPE-Medium.eot?#iefix') format('embedded-opentype'), url('../font/ClarimoUDPE-Medium.woff2') format('woff2'), url('../font/ClarimoUDPE-Medium.woff') format('woff'), url('../font/ClarimoUDPE-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

}*/

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    height: 100%;
    background: #ffffff;
    font-family: "Clarimo UD PE Regular", "UD Shin Go Conde90 R JIS2004", sans-serif;
    font-size: 16px;
}
button, input {
    border: 0;
    background: 0;
    margin: 0;
    padding: 0;
}
p, span, a, div, input {
    font-size: 1em;
    color: #232323;
}
p {
    padding: 0px 0px 15px 0px;
    margin: 0px;
}
h1, h2, h3, h4 {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*header*/

header {
    padding-bottom: 0px;
}
header img.logo {
    width: 170px;
}
header a {
    width: 170px;
    float: left;
    padding: 20px 0px;
    position: relative;
}
/*header .logo::after {

  content: "FUJIFILM Business Innovation";

  width: auto;

  height: auto;

  position: absolute;

  top: 50%;

  right: -210px;

  margin: -10px 0 0 0px;

  z-index: 1;

}*/

header p {
    top: 0;
    font-size: 0.875em;
    right: 0;
    margin: 0;
    float: left;
    z-index: 1;
    color: #707070;
    padding: 32px 20px;
}
header .search-container {
    float: right;
    margin: 0px;
    padding: 0px;
}
header .search-container .navbar-form {
    margin: 0px;
    padding: 0px;
}
header .form-control {
    background: #f6f6f6;
    border-radius: 0;
    border: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
header .btn-default {
    background: #f6f6f6;
    border-radius: 0;
    border: 0px;
}
header .input-group-btn {
    background: #f6f6f6;
}
.navbar-default {
    background-color: #ffffff;
    margin-bottom: 0px;
    border: none;
}
.navbar-collapse {
    border-top: 1px solid #e7e7e7;
    padding-right: 0px;
    padding-left: 0px;
}
#menu .nav &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 10px 20px 10px 0px;
    color: #333333;
}
#menu .nav &gt; li &gt; a:focus {
    color: #000000;
}
.search-container .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-color: #ffffff;
}
.navbar-toggle {
    margin-top: 14px !important;
    margin-right: 14px !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-radius: 0px;
}
.sticky + .content {
    padding-top: 60px;
}
/*banner*/

.banner {
    margin: 0px;
    padding: 0px;
    background: #232323;
}
.banner .textCopy {
    padding: 180px 0px;
}
.banner h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    font-size: 42px;
    display: block;
    color: #232323;
	line-height: 60px;
}
.banner h3 {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    font-size: 32px;
    display: block;
    border-top: 2px solid #c1c1c1;
    color: #20828d;
}
/*introcopy*/

.introcopy {
    margin: 0px;
    background: #f3f3f3;
    position: relative;
}
.introcopy h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    font-size: 32px;
    display: block;
    color: #ffffff;
    position: relative;
}
.introcopy h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.introcopy p {
    color: #ffffff;
    font-size: 18px;
}
.introcopy .disc {
    font-size: 12px;
    padding-bottom: 0px;
}
/*animation*/

.animation {
    background: #dddddd;
    margin: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.animation h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
    font-size: 32px;
    display: block;
    color: #000000;
    position: relative;
}
.animation h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.animation .disc {
    font-size: 14px;
    padding-bottom: 0px;
}
.animation-mb {
    margin: 0px 0px 40px 0px;
    padding: 15px 25px 15px 25px;
}
.color-a {
    background: #306c73
}
.color-b {
    background: #4181bd
}
.color-c {
    background: #b7617d
}
.color-d {
    background: #67bdc5
}
.animation-mb h4 {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    position: relative;
}
.animation-mb h4:after {
    content: "";
    top: 0;
    left: -15px;
    height: 19px;
    width: 5px;
    position: absolute;
    background: #ffffff;
}
.animation-mb ul {
    margin: 0px;
    padding-left: 15px;
}
.animation-mb ul li {
    list-style: disc;
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
}
.animation-mb p {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
/*benefits*/

.benefits {
    margin: 0px;
    padding: 0 0px 0 0px;
    /*padding: 40px 0px 40px 0px;*/

    background: #454545;
    height: 585px;
    position: relative;
}
.benefits h2 {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    display: block;
    color: #000000;
    position: relative;/*border-bottom: 1px solid #000000;*/

}
.benefits h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.benefits .swiper-slide {
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
}
.benefits .swiper-container {
    width: 100%;
    height: 100%;
}
.benefits .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefits .swiper-container {
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding-bottom: 50px;
}
.benefits .swiper-slide .srText {
    width: 100%;
    padding: 10px 20px;
    position: absolute;
    top: 0;
}
.benefits .swiper-slide .srText h4 {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 21px;
    color: #ffffff;
    display: block;
    text-align: left;
    line-height: 27px;
}
.benefits .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #a8b7b4;
    opacity: 1;
}
.benefits .swiper-pagination-bullet-active {
    background-color: #a2f4ff;
    border: 1px solid #a8b7b4;
}
/*Industries we service*/

.service {
    position: relative;
}
.service .textMain {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 10;
}
.service h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 32px;
    display: block;
    color: #ffffff;
    position: relative;
}
.service h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.service .swiper-slide {
    margin: 0px;
    padding: 20px;
    background: #ffffff;
    position: relative;
}
/*product-intro*/

.product-intro {
    height: auto;
    padding: 40px 0px 0px 0px;
}
.product-intro h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    font-size: 32px;
    display: block;
    color: #ffffff;
    position: relative;
}
.product-intro h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.product-intro-mb {
    background: #333333;
    padding: 40px 0px;
}
.product-intro-mb h2 {
    color: #ffffff;
    position: absolute
}
.product-intro-mb .list {
    margin: 0px;
    padding: 20px;
}
.product-intro-mb h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.product-intro-mb .list h4 {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    font-size: 32px;
    display: block;
    text-align: center;
    color: #ffffff;
}
.product-intro-mb .list p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    display: block;
    text-align: center;
    color: #ffffff;
}
.product-intro-mb .list-clr1 {
    background: #20828d;
}
.product-intro-mb .list-clr2 {
    background: #2fa0ad;
}
.product-intro-mb .list-clr3 {
    background: #3ec2cc;
}
.product-intro-mb .list-clr4 {
    background: #64dce5;
}
.product-intro-mb .list-clr5 {
    background: #3ec2cc;
}
.product-intro-mb .list-clr6 {
    background: #2fa0ad;
}
.product-intro-mb .list-clr7 {
    background: #20828d;
}
/*contact group*/

.contact {
    margin: 0px;
    padding: 100px 0px 100px 0px;
    background: #232323;
}
.contact h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 60px;
    font-size: 32px;
    display: block;
    color: #ffffff;
    position: relative;
}
.contact h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #fb0018;
    left: 0px;
    top: 16px;
    position: absolute;
}
.contact .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f3f3f3;
    background-image: none;
    border: 1px solid #65a8b1;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact .btn {
    background: #232323;
    border: 0px solid #65a8b1;
    border-radius: 0px;
    font-size: 20px;
    padding: 10px 20px;
}
/*fujiflim group*/

.fujiflim-group {
    margin: 0px;
    padding: 40px 0px;
    background: #333333;
    color: #ffffff;
}
.fujiflim-group-list h5 {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 21px;
    display: block;
    font-weight: bold;
    color: #ffffff;
}
.fujiflim-group p {
    padding: 10px 0px 0px 0px;
    color: #ffffff;
}
.fujiflim-group-list-block p {
    padding: 10px 0px 0px 0px;
    color: #ffffff;
    font-size: 13px;
}
/*footer*/

footer {
    background: #000000;
    padding: 20px 0px 30px 0px;
    color: #a1a1a1;
    font-size: 14px;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
footer ul li {
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
    display: inline-block;
    text-align: left;
    border-right: 1px solid #a1a1a1;
    line-height: 14px;
}
footer ul li:last-child {
    border-right: none;
}
footer ul li a {
    color: #a1a1a1;
}
footer ul li a:hover {
    color: #ffffff;
}
footer p {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #a1a1a1;
}
/*--- Parallax ---*/

                                /* hotspots */

.hotspots {
    position: relative;
    max-width: 75%;
}
.hotspots img {
    max-width: 100%;
    height: auto;
    display: block;
}
.hotspot {
    position: absolute;
}
.hsa-popup {
    display: none;
    width: 350px;
    height: auto;
    position: absolute;
    /*  background: #ffffff;*/

    padding: 0px;
    /*  left: 75px;

                                    top: -3px;*/

    z-index: 10;
}
#hs-a {
    top: 8%;
    left: 22%;
}
#hs-b {
    top: 13%;
    left: 56%;
}
#hs-c {
    top: 34%;
    left: 40%;
}
#hs-d {
    top: 54%;
    left: 26%;
}
#hs-a .hsa-popup {
    left: 534px !important;
    top: 210px !important;
}
#hs-b .hsa-popup {
    left: 216px !important;
    top: 180px !important;
}
#hs-c .hsa-popup {
    left: 360px !important;
    top: 160px !important;
}
#hs-d .hsa-popup {
    left: 488px !important;
    top: 59px !important;
}
.hsa-popup:before {
/* content: "";

  position: absolute;

  top: 0;

  left: -30px;

  border-top: 30px solid transparent;

  border-bottom: 30px solid transparent;

  border-right: 30px solid #ffffff;

  width: auto;

  height: 0;

  z-index: 9;*/

}
.hsa-popup p {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}
#hs-a .hsa-popup p, #hs-a .hsa-popup h5 {
    color: #158656;
}
#hs-b .hsa-popup p, #hs-b .hsa-popup h5 {
    color: #2b7bda;
}
#hs-c .hsa-popup p, #hs-c .hsa-popup h5 {
    color: #cc4377;
}
#hs-d .hsa-popup p, #hs-d .hsa-popup h5 {
    color: #20828d;
}
.hsa-popup h5 {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    font-size: 18px;
    text-align: left;
    position: relative;
}
.hsa-popup h5:after {
    content: "";
    top: 0;
    left: -15px;
    height: 16px;
    width: 5px;
    position: absolute;
}
#hs-a .hsa-popup h5:after {
    background: #158656;
}
#hs-b .hsa-popup h5:after {
    background: #2b7bda;
}
#hs-c .hsa-popup h5:after {
    background: #cc4377;
}
#hs-d .hsa-popup h5:after {
    background: #20828d;
}
.hsa-popup ul {
    margin: 0px;
    padding-left: 25px;
}
.hsa-popup ul li {
    list-style: disc;
    color: #000000;
}
.hsa-popup:after {
/*  content: "";

  width: 70px;

  top: 50%;

  left: -70px;

  height: 1px;

  background: #cf3641;

  position: absolute;*/

}
#hs-a:hover .hsa-popup {
    display: block;
}
#hs-b:hover .hsa-popup {
    display: block;
}
#hs-c:hover .hsa-popup {
    display: block;
}
#hs-d:hover .hsa-popup {
    display: block;
}

/*//////////////////////////////////////////////////////////////////////////////////////////*/

                                /* RESPONSIVE CSS */

                                /*//////////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {
#hs-a .hsa-popup {
    left: 424px !important;
    top: 160px !important;
}
#hs-b .hsa-popup {
    left: 206px !important;
    top: 100px !important;
}
#hs-c .hsa-popup {
    left: 290px !important;
    top: 90px !important;
}
#hs-d .hsa-popup {
    left: 390px !important;
    top: 10px !important;
}
}

@media (max-width: 1024px) {
#menu .nav &gt; li &gt; a {
    padding: 10px 6px !important;
    font-size: 14px;
}
}

@media (max-width: 991px) {
.plx-img {
    height: 100% !important;
}
.hsa-popup {
    width: 200px;
}
.introcopy {
    padding: 10vh 0px;
}
}

@media (max-width: 767px) {
#menu .nav &gt; li &gt; a {
    padding: 10px 15px !important;
}
header {
    padding: 15px 0px;
}
header a {
    width: 120px;
    float: left;
    padding: 10px 0px;
}
header p {
    color: #232323;
    float: left;
    padding: 23px 20px;
}
.fujiflim-group p {
    text-align: left;
}
.banner {
    background: #e9e5e7;
}
.banner img {
    min-width: 100%;
}
.banner .textCopy {
    padding: 100px 0px 0px 0px;
}
.banner h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 36px;
    display: block;
    font-weight: bold;
    color: #232323;
    text-align: center;
}
.banner h3 {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    font-size: 26px;
    font-weight: bold;
    border-top: 2px solid #c1c1c1;
    text-align: center;
}
.contact h2 {
    padding-bottom: 20px !important;
}
.plx-img {
    height: 100% !important;
}
.hsa-popup {
    width: auto;
    height: auto;
    border: 1px solid #cf3641;
    position: absolute;
    background: #ffffff;
    left: -40px;
    top: 40px;
    color: #e67b45;
    z-index: 10;
}
.hsa-popup:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #ffffff;
    width: auto;
    height: 0;
    z-index: 9;
}
.hsa-popup p {
    padding: 9px 14px;
    margin: 0px;
    font-size: 19px;
    color: #cf3641;
    text-align: center;
}
.hsa-popup:after {
    content: "";
    width: 1px;
    top: -10px;
    left: 39px;
    height: 10px;
    background: #cf3641;
    position: absolute;
}
.navbar-collapse {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.navbar-brand {
    float: left;
    height: auto !important;
    width: 150px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.not:after {
    display: none;
}
}

@media (max-width: 480px) {
.banner h1 {
    font-size: 32px;
}
.banner h3 {
    font-size: 22px;
}
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */

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

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}
.mySwiper4{overflow: hidden;}
.mySwiper4 .swiper-pagination-bullets {
    bottom: 50px !important;
}
.mySwiper4 .swiper-slide {
    background-size: cover;
    background-position: 50%;
    height: 585px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mySwiper4 .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}
.mySwiper4 .swiper-pagination-bullet-active {
    background-color: #fff;
}
.mySwiper4 .swiper-button-container {
    background-color: rgba(0, 0, 0, 0.25);
}
.mySwiper4 .swiper-button-prev {
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); */

                                  /* background: #ffffff; */

                                  /* width: 70px; */

                                  /* height: 70px; */

    left: 10%;
    /* border-radius: 100%; */

    color: #ffffff;
}
.mySwiper4 .swiper-button-next {
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); */

                                  /* background: #ffffff; */

                                  /* width: 70px; */

                                  /* height: 70px; */

    right: 10%;
    /* border-radius: 100%; */

    color: #ffffff;
}
.mySwiper4 .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
}
.mySwiper4 .swiper-slide h1 {
    pointer-events: none;
    opacity: 0;
    color: #ffffff;
    font-size: 52px;
    text-align: center;
    letter-spacing: -1px;
    transform: translateY(-5%) scale(0.8);
    transition: 1s ease;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
}
.mySwiper4 .swiper-slide-active h1 {
    opacity: 1;
    transform: translateY(0%) scale(1);
    transition: 1s ease;
}
.mySwiper4 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #a2f4ff;
    border: 1px solid #a8b7b4;
    opacity: 1;
}
.mySwiper4 .swiper-pagination-bullet-active {
    background-color: #ffffff;
    border: 1px solid #a8b7b4;
}

@media (max-width: 991px) {
.mySwiper4 .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 5%;
}
.mySwiper4 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 5%;
}
.mySwiper4 .swiper-slide h1 {
    font-size: 24px;
}
}
/*Inner style*/

.active {
    opacity: 1;
}
.not {
    opacity: 1;
    position: relative;
    /* transition: all 0.2s ease-in; */

    transition: opacity 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, visibility 0s linear 0s;
}
.not::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 101;
    opacity: 0.5;
    transition: all 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, visibility 0s linear 0s;
}
.display {
    display: none !important;
}
.p-0 {
    padding: 0;
}
.cardHeight {
    height: 100%;
    overflow: hidden;
}
.cardTopFlow {
    position: absolute;
    top: 35%;
    -webkit-animation: bar 1s ease;
}
 @keyframes bar {
 0% {
 top: 100%;
}
 100% {
 top: 30%;
}
}
.cardLeftFlow {
    position: absolute;
    top: 0;
    left: 5%;
    width: 45%;
    -webkit-animation: bark 1s ease;
}
 @keyframes bark {
 0% {
 left: -50%;
}
 80% {
 right: 5%;
}
 85% {

                                    /* transform: scale(1); */

                                    -ms-transform: scale(0.8);

                                    /* IE 8 */

                                    -webkit-transform: scale(0.8);

                                    /* Safari 3-8 */

                                    transform: scale(0.8);
}
}
.cardRightFlow {
    position: absolute;
    top: 0;
    right: 5%;
    width: 60%;
    -webkit-animation: bar-right 1s ease;
}
 @keyframes bar-right {
 0% {
 left: 150%;
}
 80% {
 left: 40%;
}
 85% {

                                    /* transform: scale(1); */

                                    -ms-transform: scale(0.8);

                                    /* IE 8 */

                                    -webkit-transform: scale(0.8);

                                    /* Safari 3-8 */

                                    transform: scale(0.8);
}
}
.card {
    border: none;
    border-radius: 0%;
}
.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.card-body {
    padding-top: 0;
}
.card-body .card-title {
    font-size: 16px;
    line-height: 21px;
    position: relative;
}
.cardSlide .card-title {
    font-size: 21px;
}
.card-body h4 {
    position: absolute;
    top: 20px;
}
.card-body p {
    position: absolute;
    top: 20px;
}
.card-body img {
    cursor: pointer;
    position: absolute;
    top: 33%;
    cursor: pointer;
}
.card-body img.innerCircle {
    cursor: pointer;
    position: absolute;
    top: 20px;
    cursor: pointer;
}
.card-body img.defaultCircle {
    cursor: pointer;
    position: absolute;
    top: 110px;
    cursor: pointer;
}

@media (min-width: 768px) {
.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 100%;
 *width: 100%;
}
}

@media (min-width: 992px) {
.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
 *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
}
.seven-cols .col-md-10, .seven-cols .col-sm-10, .seven-cols .col-lg-10 {
    width: 85.714285714285%;
 *width: 85.714285714285%;
    max-width: 85.714285714285% !important;
    flex: none !important;
}
.seven-cols .col-md-8, .seven-cols .col-sm-8, .seven-cols .col-lg-8 {
    width: 71.428571428571%;
 *width: 71.428571428571%;
    max-width: 71.428571428571% !important;
    flex: none !important;
}
.seven-cols .col-md-6, .seven-cols .col-sm-6, .seven-cols .col-lg-6 {
    width: 57.142857142857%;
 *width: 57.142857142857%;
    max-width: 57.142857142857% !important;
    flex: none !important;
}
.seven-cols .col-md-4, .seven-cols .col-sm-4, .seven-cols .col-lg-4 {
    width: 42.857142857142%;
 *width: 42.857142857142%;
    max-width: 42.857142857142% !important;
    flex: none !important;
}
}

@media (min-width: 1200px) {
.seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
 *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
    flex: none !important;
}
.seven-cols .col-md-10, .seven-cols .col-sm-10, .seven-cols .col-lg-10 {
    width: 85.714285714285%;
 *width: 85.714285714285%;
    max-width: 85.714285714285% !important;
    flex: none !important;
}
.seven-cols .col-md-8, .seven-cols .col-sm-8, .seven-cols .col-lg-8 {
    width: 71.428571428571%;
 *width: 71.428571428571%;
    max-width: 71.428571428571% !important;
    flex: none !important;
}
.seven-cols .col-md-6, .seven-cols .col-sm-6, .seven-cols .col-lg-6 {
    width: 57.142857142857%;
 *width: 57.142857142857%;
    max-width: 57.142857142857% !important;
    flex: none !important;
}
.seven-cols .col-md-4, .seven-cols .col-sm-4, .seven-cols .col-lg-4 {
    width: 42.857142857142%;
 *width: 42.857142857142%;
    max-width: 42.857142857142% !important;
    flex: none !important;
}
}
.cta-bar {
    margin: 0px;
    height: 585px;
    position: relative;
}
.cta-bar a {
    margin: 0px;
    padding: 0px 0px;
    text-align: left;
    font-size: 32px;
    color: #ffffff;
    font-size: 1.125em;
    padding-top: 1em;
    padding-right: 3em;
    padding-bottom: 1em;
    padding-left: 3em;
    background: #232323;
}
.cta-bar a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0f3b42;
}
.cta-bar a:focus {
    text-decoration: none;
}
.cta-bar h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    font-size: 32px;
    display: block;
    color: #ffffff;
    position: relative;
}
.cta-bar h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #fb0018;
    left: -45px;
    top: 16px;
    position: absolute;
}
.cta-bar p {
    display: block;
    padding: 0px;
    margin: 0px;
}
.mySwiper4 .swiper-slide-next {
    opacity: 1
}
.mySwiper4 .swiper-slide-prev {
    opacity: 1
}
.mySwiper4 .swiper-slide-next:after, .mySwiper4 .swiper-slide-prev:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
    transition-property: opacity;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: #000;
    pointer-events: none;
}
.parax-bg {
    pointer-events: none;
}
.benefits .swiper-slide .srText h4 .smallDesc {
    font-size: 16px;
    color: #fff;
    display: block;
}
.slidelink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.anchorWrapper {
    position: absolute;
    height: 1px;
    left: 0;
    top: 0;
    width: 1px;
}
.anchorLinkss {
    position: absolute;
    top: -40px;
    left: 0;
    width: 1px;
    height: 1px;
}

@media (orientation: portrait) {
.mySwiper4 .swiper-slide {
    min-height: 40vh;
}
}

@media (max-width:767px) {
.product-intro-mb h2, .introcopy h2, .animation h2, .service h2, .benefits h2, .cta-bar h2 {
    font-size: 28px;
    position: relative;
}
.product-intro-mb h2:after, .introcopy h2:after, .animation h2:after, .service h2:after, .benefits h2:after, .cta-bar h2:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: #fb0018;
    left: -15px;
    top: 16px;
    position: absolute;
}
.product-intro-mb .list h4 {
    font-size: 24px;
}
}

@media (min-device-width:769px) and (max-device-width:1024px) {
.banner h3 {
    font-size: 28px;
}
.banner h1 {
    font-size: 35px;
}
.mySwiper4 .swiper-slide h1 {
    font-size: 35px;
}
}
.introcopy p {
    line-height: 1.6 !important;
}

@media (min-width: 992px) {
.cta-bar {
/*padding: 10vh 0px!important;*/

}
.introcopy {
    height: 585px;
}
.vertAlign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}

@media (max-width: 991px) {
.not::after {
    display: none !important;
}
.benefits {
    height: auto;
    padding: 40px 0;
}
.cta-bar {
    height: auto;
    padding: 10vh 0;
}
}




/*INNER PAGE*/

.inn-banner {
    margin: 0px;
    padding: 0px;
    background: #232323;
}
.inn-banner h1 {
    margin: 0px 0px 0px 0px;
    padding: 240px 0px;
    font-size: 52px;
    display: block;
    color: #ffffff;
    text-align: center;
    font-family: "Clarimo UD PE DemiBold", "UD Shin Go Conde90 DB JIS2004", sans-serif;
}

</pre></body></html>