<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --KC_OR: #FF7A1F;
  --KC_GRN: #109189;
}

.ps_tcOr { color: var(--KC_OR); }
.ps_tcGrn { color: var(--KC_GRN); }
.ps_bgGrn { background-color: var(--KC_GRN); }
.ps_bgLgrn { background-color: rgba(16,145,137,0.15); }

#topImageContainer {
  height: 20rem;
  min-height: auto;
}

#topImage {
  height: 15rem;
  background: url("../images/mainimage.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

#topImageContainer h1 {
  font-size: 3.5rem;
  line-height: 5.3rem;
}

#topImageContainer h1 span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0 1rem 0.3rem;
}

#topImageContainer h1 span.shoulder {
  font-size: 2rem;
  line-height: 3.2rem;
  padding: 0 1rem;
  margin: 2.8rem 0 0.5rem;
}

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

#topImageContainer {
  height: 15rem;
  min-height: auto;
}

}

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

#topImageContainer {
  height: 13rem;
  min-height: auto;
}

#topImageContainer h1 {
  font-size: 2.5rem;
  line-height: 3.9rem;
}

#topImageContainer h1 span {
  padding: 0.1rem 1rem 0.2rem;
}

#topImageContainer h1 span.shoulder {
  font-size: 1.7rem;
  line-height: 2.7rem;
  padding: 0 1rem 0.2rem;
}

#topImage {
  background: url("../images/mainimage_mobile.png") center center no-repeat;
}

}

#localNavMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #000000;
}

@media screen and (min-width: 960px) {

#localNavMenu.localNavFixed {
  position: fixed;
  top: 11rem;
  z-index: 90;
}

}

#localNavMenu ul {
  max-width: 120rem;
  margin: 0 auto;
  text-align: right;
}

#localNavMenu ul li {
  display: inline-block;
}

#localNavMenu ul a {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  padding: 0.85rem 1.8rem 1.15rem;
  transition-duration: 0.2s;
}

@media screen and (min-width: 960px) {

#localNavMenu ul a:hover {
  color: #109189;
  transition-duration: 0.2s;
}

}

#localNavMenu ul a.currentPage {
  color: #FF7A1F;
  transition-duration: 0.2s;
}

#localNavMobileMenuBtn, #localNavMobileMenuClose, #localNavMenu .label {
  display: none;
}

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

#localNavMenu {
  display: none;
  position: fixed;
  top: 7rem;
  bottom: 0;
  left: 0;
  height: auto;
  background-color: rgba(0,0,0,0.70);
  z-index: 20;
}

#localNavMenu .label {
  display: block;
  color: #ffffff;
  background-color: #000000;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.80);
  font-size: 2.5rem;
  line-height: 3.9rem;
  font-weight: 700;
  padding: 2.1rem 2.5rem 2.2rem;
}

#localNavMenu ul li {
  display: block;
  background-color: #000000;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.80);
}

#localNavMenu ul li a {
  display: block;
  padding: 2rem 2.5rem 2rem;
}

#localNavMobileMenuBtn {
  display: block;
  position: fixed;
  top: 8.4rem;
  right: calc((10vw - 5.5rem)/2);
  height: 5.5rem;
  width: 5.5rem;
  background: url("/gis_marketing/cloud_service/armbox/common/images/mobileMenuBtn.png") center center no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
  z-index: 30;
}

#localNavMobileMenuBtn.localNavMobileMenuClose {
  background-image: url("/gis_marketing/cloud_service/armbox/common/images/mobileMenuClose.png");
  transition-duration: 0.2s;
}

}

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

#localNavMobileMenuBtn {
  right: calc((20vw - 5.5rem)/2);
}

}

.ps_header_pict01 {
  font-size: 4.5rem;
  line-height: 6.7rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 5rem;
}

.ps_header_pict01::before {
  content: "";
  display: inline-block;
  height: 5rem;
  width: 5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2rem;
  vertical-align: -0.6rem;
}

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

.ps_header_pict01 {
  font-size: 3.0rem;
  line-height: 4.6rem;
}

.ps_header_pict01::before {
  height: 3rem;
  width: 3rem;
  margin-right: 1rem;
  vertical-align: -0.3rem;
}

}

.ps_containerR {
  display: grid;
  margin-bottom: 7rem;
  grid-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 55rem;
  grid-template-areas:
    "content02 content01";
}

.ps_containerL {
  display: grid;
  margin-bottom: 7rem;
  grid-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 55rem 1fr;
  grid-template-areas:
    "content01 content02";
}

.ps_containerR .content01, .ps_containerL .content01 {
  grid-area: content01;
}

.ps_containerR .content02, .ps_containerL .content02 {
  grid-area: content02;
  margin: 0 7rem;
}

.ps_videoFrame01Container {
  margin: -2.5rem;
  padding: 2.5rem;
}

.ps_videoFrame01 {
  border: 1.3rem solid #000000;
  border-radius: 0.8rem;
  box-shadow: 0.1rem 0.1rem 1.0rem -0.1rem rgba(0,0,0,0.6);
  max-width: 55rem;
  margin: 0 auto;
}

.ps_videoFrame01 video {
/*  position: absolute;*/
  width: 100%;
  height: 100%;
}

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

.ps_containerR, .ps_containerL {
  grid-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-template-areas:
    "content01"
    "content02";
}

.ps_containerR .content02, .ps_containerL .content02 {
  margin: 0;
}

}

.ps_lastSection {
  margin-bottom: -5rem;
}

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

.ps_lastSection {
  margin-bottom: -1.5rem;
}

}

.ps_trialBtn {
  display: block;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 6rem;
  position: relative;
  min-height: 38.7rem;
  transition-duration: 0.2s;
}

.ps_trialBtn::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 10rem;
  height: 26.7rem;
  width: 35.2rem;
  background: url("../images/pict_trial.png") center center no-repeat;
  background-size: contain;
}

.ps_trialBtn h2 {
  display: inline-block;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 6.7rem;
  color: var(--KC_OR);
  position: relative;
  margin: 4.5rem 0 4rem 45.6rem;
  transition-duration: 0.2s;
}

.ps_trialBtn h2::after {
  content: "";
  position: absolute;
  bottom: 1.1rem;
  right: -7rem;
  height: 4.5rem;
  width: 4.5rem;
  background: url("../images/arrow_trial.png") center center no-repeat;
  background-size: contain;
  transition-duration: 0.2s;
}

.ps_trialBtn p {
  margin-left: 45.6rem;
}

@media screen and (min-width: 960px) {

.ps_trialBtn:hover {
  box-shadow: 0 0 2.0rem -0.1rem rgba(11,104,98,1.00);
  transform: translateY(-1rem);
  transition-duration: 0.2s;
}

.ps_trialBtn:hover h2 {
  transform: translateX(1rem);
  transition-duration: 0.2s;
}

}

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

.ps_trialBtn {
  padding: 4rem 6rem;
  min-height: 32rem;
}

.ps_trialBtn::before {
  top: 13rem;
  right: 4rem;
  left: auto;
  height: 15.0rem;
  width: 22.0rem;
}

.ps_trialBtn h2 {
  margin: 0 0 3rem;
}

.ps_trialBtn h2, .ps_trialBtn p {
  margin-left: 0;
}

}

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

.ps_trialBtn {
  padding: 4.5rem 2.5rem 1.0rem;
  min-height: auto;
  border-radius: 1.5rem;
}

.ps_trialBtn::before {
  top: -2.5rem;
  right: 3rem;
  height: 11.0rem;
  width: 15.0rem;
}

.ps_trialBtn h2 {
  font-size: 3.0rem;
  line-height: 4.6rem;
  margin: 0 0 2rem;
}

.ps_trialBtn h2::after {
  bottom: 0.7rem;
  right: -4.5rem;
  height: 3.0rem;
  width: 3.0rem;
}

}

.footerLocalNav {
  list-style: none;
  margin-top: 6rem;
  padding-bottom: 7rem;
}

.footerLocalNav li {
  display: table;
}

.footerLocalNav a {
  display: table-cell;
  background-color: #ffffff;
  border-radius: 2.5rem;
  padding: 3rem;
  position: relative;
  height: 15rem;
  vertical-align: middle;
  text-align: center;
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 400;
  position: relative;
  transition-duration: 0.2s;
}

.footerLocalNav .logo {
  display: block;
  width: 16.5rem;
  margin: 1rem auto 1rem;
}

.footerLocalNav li:first-of-type a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%);
  background: url("../images/arrow_footerLocalNav.png") center center no-repeat;
  background-size: contain;
}

.footerLocalNav li:last-of-type a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  transform: translateY(-50%) rotate(180deg);
  background: url("../images/arrow_footerLocalNav.png") center center no-repeat;
  background-size: contain;
}

.footerLocalNav li:first-of-type a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  transform: translateY(-50%);
  background-size: contain;
}

.footerLocalNav li:last-of-type a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3rem;
  width: 6rem;
  height: 6rem;
  transform: translateY(-50%);
  background-size: contain;
}

.footerLocalNav .pictTop::after { background: url("../images/pict_footerLocalNav_top.png") center center no-repeat; }
.footerLocalNav .pictFunction::after { background: url("../images/pict_footerLocalNav_function.png") center center no-repeat; }
.footerLocalNav .pictUsageScene::after { background: url("../images/pict_footerLocalNav_usage_scene.png") center center no-repeat; }
.footerLocalNav .pictUser::after  { background: url("../images/pict_footerLocalNav_industry.png") center center no-repeat; }
.footerLocalNav .pictPrice::after  { background: url("../images/pict_footerLocalNav_price.png") center center no-repeat; }
.footerLocalNav .pictSupport::after  { background: url("../images/pict_footerLocalNav_support.png") center center no-repeat; }

@media screen and (min-width: 960px) {

.footerLocalNav a:hover {
  box-shadow: 0 0 2.0rem -0.1rem rgba(11,104,98,1.00);
  transform: translateY(-1rem);
  transition-duration: 0.2s;
}

.footerLocalNav li:first-of-type a:hover {
  transform: translateX(-1rem) translateY(0);
}

.footerLocalNav li:last-of-type a:hover {
  transform: translateX(1rem) translateY(0);
}

}

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

.footerLocalNav {
  margin-top: 2.5rem;
  padding-bottom: 4rem;
}

.footerLocalNav a {
  border-radius: 1.5rem;
  padding: 1.2rem;
  height: 7rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.footerLocalNav li:first-of-type a {
  padding-left: 3.5rem;
}

.footerLocalNav li:last-of-type a {
  padding-right: 3.5rem;
}

.footerLocalNav li:first-of-type a::before {
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
}

.footerLocalNav li:last-of-type a::before {
  right: 1.2rem;
  width: 2rem;
  height: 2rem;
}

.footerLocalNav li a::after {
  display: none;
}

}

.modaal-inner-wrapper {
  padding: 0 !important;
}

.modaal-video-wrap {
  margin: auto 2.5rem !important;
}

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

.modaal-video-container {
  height: 80vh !important;
}

}

@media screen and (max-height: 900px){

.modaal-video-container {
  max-width: 100vw !important;
  max-height: 100vh !important;
}

}

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