@charset "UTF-8";
/*---------- renew ----------*/
* {
  -webkit-font-smoothing: antialiased;
}

img.newwindowicon {
  display: none;
}

:root {
  font-size: 62.5%;
}

html {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#c-sb-ub-content {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.65;
  overflow: clip;
}

.header-2019 {
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

#nav-top-area {
  z-index: 2;
}

#contents-area, #contents-body {
  width: 100% !important;
  min-width: 100% !important;
}

#c-sb-ub-content .c-hero {
  position: sticky;
  top: 0;
}
#c-sb-ub-content .c-hero__mov {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#c-sb-ub-content .c-hero__mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}
#c-sb-ub-content .c-hero__scroll {
  position: absolute;
  bottom: 70px;
  right: -97px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 128px;
}
#c-sb-ub-content .c-hero__scroll span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  display: inline-block;
}
#c-sb-ub-content .c-hero__scroll::after {
  content: "";
  display: block;
  width: 32px !important;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 80px;
  top: 10px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: scrollAfter 2.2s ease 0s infinite;
  animation: scrollAfter 2.2s ease 0s infinite;
  z-index: 1;
}
#c-sb-ub-content .c-hero__lang-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  position: absolute;
  top: 133px;
  right: 30px;
  background: #dee0e5;
  border-radius: 25px;
  gap: 0 5px;
}
#c-sb-ub-content .c-hero__lang-toggle-element a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33px;
  height: 33px;
  font-family: Barlow, sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  border-radius: 50%;
  letter-spacing: 0.03em;
  color: #AFB1B4 !important;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: 10000%;
  overflow: hidden;
}
#c-sb-ub-content .c-hero__lang-toggle-element a[data-current] {
  pointer-events: none;
  background-color: #fff !important;
}
#c-sb-ub-content .c-hero__lang-toggle-element-jp a {
  overflow: hidden;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/text-laungage-jp-off.svg) no-repeat center;
}
#c-sb-ub-content .c-hero__lang-toggle-element-jp a:hover,
#c-sb-ub-content .c-hero__lang-toggle-element-jp a[data-current] {
  background-image: url(/corp/set/data/philosophy/technology/special/utx/img/p/text-laungage-jp-on.svg);
}
#c-sb-ub-content .c-hero__lang-toggle-element-en a {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/text-laungage-en-off.svg) no-repeat center;
}
#c-sb-ub-content .c-hero__lang-toggle-element-en a:hover,
#c-sb-ub-content .c-hero__lang-toggle-element-en a[data-current] {
  background-image: url(/corp/set/data/philosophy/technology/special/utx/img/p/text-laungage-en-on.svg);
}
#c-sb-ub-content .c-vision__head, #c-sb-ub-content .c-solution__head, #c-sb-ub-content .c-news__head, #c-sb-ub-content .c-contact__head {
  color: #1d3e67;
  font-size: 56px;
  position: relative;
}
#c-sb-ub-content .c-contact__head {
  color: #fff;
}
#c-sb-ub-content [data-inview] {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
}
#c-sb-ub-content [data-inview].animate-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#c-sb-ub-content .c-main {
  background: #fff;
  z-index: 1;
  position: relative;
}
#c-sb-ub-content .c-main img {
  max-width: 100%;
}
#c-sb-ub-content .c-main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#c-sb-ub-content .c-statement {
  background: #ecf1f7;
  padding: 0;
}
#c-sb-ub-content .c-statement__inner {
  max-width: 1210px;
  margin: 0 auto;
}
#c-sb-ub-content .c-statement__upper {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
}
#c-sb-ub-content .c-statement__upper-inner-right {
  max-width: 875px;
  margin-top: 205px;
  margin-left: -640px;
  margin-right: -239px;
}
#c-sb-ub-content .c-statement__upper-inner-left {
  max-width: 1324px;
  width: 100%;
  padding: 161px 20px 151px 20px;
  margin-right: 0;
  z-index: 1;
}
#c-sb-ub-content .c-statement__upper-head {
  font-size: 20px;
}
#c-sb-ub-content .c-statement__upper-head img {
  max-width: 650px;
}
#c-sb-ub-content .c-statement__upper-content p {
  margin-top: 64px;
  line-height: 2.25;
  font-size: 16px;
  color: #333333;
}

#c-sb-ub-content .c-statement__upper-content p span.fc-gradient {
  background: linear-gradient(150deg, #3eb6f5 0%, #028ef0 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: bold;
  display: inline-block;
}

#c-sb-ub-content .c-statement__upper-content p span.fs_24 {
  margin-top: 40px;
  display: block;
  font-size: 24px;
  line-height: 44px;
}

#c-sb-ub-content .c-statement__upper-content p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-statement__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#c-sb-ub-content .c-statement__list-element {
  width: calc(33.3333333333% - 16px);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
#c-sb-ub-content .c-statement__list-element figcaption {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 10px;
  left: 0;
}
#c-sb-ub-content .c-main-content {
  position: relative;
  background: #fff;
  padding-top: 200px;
}

#c-sb-ub-content .c-main-content_loop {
  position: absolute;
  top: 0;
  display: -webkit-flex;
  display: flex;
  background: #1e3f68;
  width: 100vw;
  height: 40px;
  overflow: hidden;
}

#c-sb-ub-content .c-main-content_loop img:nth-child(1) {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
#c-sb-ub-content .c-main-content_loop img:nth-child(n+2) {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
#c-sb-ub-content .c-page-nav {
  position: sticky;
  top: 20px;
  z-index: 1;
}
#c-sb-ub-content .c-page-nav__content {
  width: calc(100% - 160px);
  max-width: 1080px;
  margin: 0 auto;
  background-image: -moz-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background-image: -webkit-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background-image: -ms-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  border-radius: 60px;
  padding: 0 ;
}
#c-sb-ub-content .c-page-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#c-sb-ub-content .c-page-nav__list .c-page-nav__element {
  width: 100%;
}

#c-sb-ub-content .c-page-nav__links {
  color: #fff;
  font-size: min(1.4vw, 15px);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  outline: 0;
  width: 100%;
  height: 70px;
  padding-top: 15px;
  padding-left: 0;
  position: relative;
}
#c-sb-ub-content .c-page-nav__element:nth-child(n+2)::before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  margin-top: 20px;
  display: inline-block;
  background-color: #b2e2fb;
}
#c-sb-ub-content .c-page-nav__links::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-page-nav__links::after {
  content: "";
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/icon-page-nav.svg) no-repeat center center / 100% auto;
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-page-nav__links:hover::after {
  -webkit-transform: translate(-50%, 3px);
          transform: translate(-50%, 3px);
}
#c-sb-ub-content .c-vision {
  padding-top: 71px;
  padding-bottom: 165px;
}
#c-sb-ub-content .c-vision__upper {
  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;
  position: relative;
  max-width: 1123px;
  margin: 0 auto;
}
#c-sb-ub-content .c-vision__upper-inner {
  width: 100%;
  position: relative;
  padding: 75px 20px 70px;
}
#c-sb-ub-content .c-vision__content {
  width: 100%;
}
#c-sb-ub-content .c-vision__content p {
  font-size: 16px;
  margin: 0;
  line-height: 2.1;
}
#c-sb-ub-content .c-vision__content p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-head_text-en {
  display: block;
  margin-bottom: 15px !important;
}
#c-sb-ub-content .c-head_text-en .text-en_c-vision {
  width: 86px;
}
#c-sb-ub-content .text-en_c-vision-03 {
  display: inline-block;
  background: -moz-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background: -webkit-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background: -ms-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background: linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#c-sb-ub-content .c-vision__head {
  margin: 0 0 54px;
}
#c-sb-ub-content .c-vision__head::before {
  margin-bottom: 22px;
}
#c-sb-ub-content .c-vision__youtube {
  width: 76.673%;
  margin-left: 77px;
  -webkit-transform: translateY(300px) !important;
          transform: translateY(300px) !important;
}
#c-sb-ub-content .c-vision__youtube:hover {
  opacity: 0.7;
}
#c-sb-ub-content .c-vision__youtube img {
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 1441px) {
  #c-sb-ub-content .c-vision__youtube img {
    border-radius: 15px;
  }
}
#c-sb-ub-content .c-vision__youtube-trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  outline: none;
}
#c-sb-ub-content .c-vision__movie {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#c-sb-ub-content .c-solution {
  padding: 191px 0 57px;
  position: relative;
}
#c-sb-ub-content .c-head_text-en .text-en_c-solution {
  width: 129px;
}
#c-sb-ub-content .c-solution__inner {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
}
#c-sb-ub-content .c-solution__head {
  margin: 0 0 50px;
}
#c-sb-ub-content .c-solution__head::before {
  margin-bottom: 22px;
}
#c-sb-ub-content .c-solution__lead {
  font-size: 16px;
  margin: 0 0 103px;
  color: #333333;
  line-height: 1.875;
}
#c-sb-ub-content .c-solution__block {
  margin: 0 auto 108px;
  position: relative;
}
#c-sb-ub-content .continue-block {
  margin: 0 auto 110px;
}
#c-sb-ub-content .c-solution__block-head {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 32px;
  position: relative;
}
#c-sb-ub-content .c-solution__block-head .c-solution__block-head-inner {
  margin: 0 auto;
  display: inline-block;
  padding-left: 0px;
  position: relative;
  color: #1e3f68;
  font-weight: 700;
  margin: 0 auto;
  font-size: 32px;
  padding-right: 40px;
  position: relative;
  text-align: right;
  margin-left: 0;
  line-height: 1;
}
#c-sb-ub-content .c-solution__block-head-wrap {
  position: relative;
}
#c-sb-ub-content .c-solution__block-head-border {
  position: absolute;
  top: 100%;
  left: 0;
  bottom: 0;
  right: calc((100vw - 1160px) / 2 + 1010px);
  background-color: #048ff0;
  height: 1px;
  margin-top: 10px;
}
#c-sb-ub-content .c-solution__block-head-border::after {
  content: "";
  height: 19px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/line_c-solution__block-head.svg) no-repeat left bottom / auto auto;
  width: 19px;
  display: inline-block;
  margin-top: 1px;
  padding-right: 0;
  position: absolute;
  right: -5px;
  bottom: -9px;
}
#c-sb-ub-content .c-solution__block-text {
  margin: 0 0 52px;
}
#c-sb-ub-content .c-solution__block-text p {
  font-size: 16px;
  margin: 0 0 1.65em;
  line-height: 1.875;
}
#c-sb-ub-content .c-solution__block-text p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-solution__service {
  margin-top: 89px;
  position: relative;
}
#c-sb-ub-content .c-solution__block:nth-child(odd) .c-solution__service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: calc((100vw - 1160px) / 2 + -33px);
  border-radius: 0 80px 80px 0;
  background-color: rgba(255, 255, 255, .749);
}
#c-sb-ub-content .c-solution__block:nth-child(even) .c-solution__service::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc((100vw - 1160px) / 2 + -33px);
  bottom: 0;
  right: 0;
  border-radius: 80px 0 0 80px;
  background-color: rgba(255, 255, 255, .749);
  z-index: 0;
}
#c-sb-ub-content .c-solution__service-body {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 100px;
  z-index: 0;
  position: relative;
}
#c-sb-ub-content .c-solution__service-body-head {
  color: #048ff0;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
#c-sb-ub-content .c-solution__service-body-text {
  font-size: 16px;
  line-height: 2;
}
#c-sb-ub-content .c-solution__service-block {
  max-width: 1080px;
  position: relative;
  overflow: hidden;
}
#c-sb-ub-content .c-solution__service-block::before {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 1068px) {
  #c-sb-ub-content .c-solution__service-block::after {
    overflow: hidden;
    border-radius: 0 0 40px;
  }
}
#c-sb-ub-content .c-solution-service-block-eutelsat-oneweb,
#c-sb-ub-content .c-solution-service-block-eutelsat-oneweb::before {
  height: 601px;
}
#c-sb-ub-content .c-solution-service-block-eutelsat-oneweb::before {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-eutelsat-oneweb.webp) no-repeat center center / 1080px auto;
}
#c-sb-ub-content .c-solution-service-block-eutelsat-oneweb::after {
  content: "";
  display: block;
  width: 856px;
  height: 73px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-eutelsat-oneweb-en.svg) no-repeat top center / cover;
  position: absolute;
  bottom: 4px;
  right: -3px;
}
#c-sb-ub-content .c-solution-service-block-starlink-business {
  margin-top: 60px;
}
#c-sb-ub-content .c-solution-service-block-starlink-business,
#c-sb-ub-content .c-solution-service-block-starlink-business::before {
  height: 631px;
}
#c-sb-ub-content .c-solution-service-block-starlink-business::before {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-starlink-business.webp) no-repeat center center / 1080px auto;
}
#c-sb-ub-content .c-solution-service-block-starlink-business::after {
  content: "";
  display: block;
  width: 864px;
  height: 78px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-starlink-business-en.svg) no-repeat top center / cover;
  position: absolute;
  bottom: -2px;
  right: -5px;
}
#c-sb-ub-content .c-solution-service-block-sceye {
  margin-top: 53px;
}
#c-sb-ub-content .c-solution-service-block-sceye,
#c-sb-ub-content .c-solution-service-block-sceye::before {
  height: 567px;
}
#c-sb-ub-content .c-solution-service-block-sceye::before {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-sceye.webp) no-repeat center center / 1080px auto;
}
#c-sb-ub-content .c-solution-service-block-sceye::after {
  content: "";
  display: block;
  width: 353px;
  height: 82px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-sceye-en.svg) no-repeat top center / cover;
  position: absolute;
  bottom: 3px;
  right: 0;
}
#c-sb-ub-content .c-solution-service-block-sunglider {
  margin-top: 58px;
}
#c-sb-ub-content .c-solution-service-block-sunglider,
#c-sb-ub-content .c-solution-service-block-sunglider::before {
  height: 542px;
}
#c-sb-ub-content .c-solution-service-block-sunglider::before {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-sunglider.webp) no-repeat center center / 1080px auto;
}

#c-sb-ub-content .c-solution-service-block-sunglider::after {
  content: "";
  display: block;
  width: 471px;
  height: 93px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/img-c-solution-service-bg-sunglider-en.svg) no-repeat top center / cover;
  position: absolute;
  bottom: -21px;
  right: 0;
}
#c-sb-ub-content .c-solution__service-detail {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
#c-sb-ub-content .c-solution-service-block-eutelsat-oneweb .c-solution__service-detail {
  padding-top: 90px;
}
#c-sb-ub-content .c-solution-service-block-starlink-business .c-solution__service-detail {
  padding-top: 93px;
}
#c-sb-ub-content .c-solution-service-block-sceye .c-solution__service-detail {
  padding-top: 92px;
}
#c-sb-ub-content .c-solution-service-block-sunglider .c-solution__service-detail {
  padding-top: 90px;
}
#c-sb-ub-content .c-solution__service-head {
  color: #5ec8ff;
}
#c-sb-ub-content .c-solution__service-head-top {
  font-size: 20px;
  display: block;
}
#c-sb-ub-content .c-solution__service-head-title {
  margin-top: 23px;
  display: block;
}
#c-sb-ub-content .c-solution__service-head-title-kana {
  margin-top: 13px;
  font-size: 16px;
  display: block;
}
#c-sb-ub-content .c-solution__service-detail-head {
  margin-top: 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
#c-sb-ub-content .c-solution__service-detail-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 2.1;
}
#c-sb-ub-content .c-solution__service-detail-text-note-title,
#c-sb-ub-content .c-solution__service-detail-text-note {
  margin-top: 17px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}
#c-sb-ub-content .c-solution__service-detail-text-note {
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: -5px;
  position: relative;
}
#c-sb-ub-content .c-solution__service-detail-text-note span {
  position: absolute;
  left: 0;
  top: 0;
}
#c-sb-ub-content .c-solution__service-detail-button_wrap {
  margin-top: 32px;
}
#c-sb-ub-content .c-solution__service-detail-button {
  border: 1px solid #7fe2ff;
  border-radius: 30px;
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#7fe2ff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#c-sb-ub-content .c-solution__service-detail-button::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  border: 2px solid;
  border-color: #7fe2ff #7fe2ff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#c-sb-ub-content .c-solution__service-detail-button:hover {
  color:#1e3f68;
  background: #7fe2ff;
}
#c-sb-ub-content .c-solution__service-detail-button:hover::after {
  border-color: #1e3f68 #1e3f68 transparent transparent;
}
#c-sb-ub-content .c-solution__service-detail-button-02 {
  border: 1px solid #fff;
  border-radius: 30px;
  width: 240px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

#c-sb-ub-content .c-solution__service-detail-button-02::after {
  content: "";
  width: 7.5px;
  height: 7.5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#c-sb-ub-content .c-solution__service-detail-button-02:hover {
  background:#fff;
  color: #1e3f68;
}

#c-sb-ub-content .c-solution__service-detail-button-02:hover::after {
  border-color: #1e3f68 #1e3f68 transparent transparent;
}

#c-sb-ub-content .c-solution__service.c-solution__service-cubic3 .c-solution__service-body {
  padding: 93px 20px 100px;
}
#c-sb-ub-content .c-solution__service-body-text {
  margin-top: 15px;
}
#c-sb-ub-content .c-solution__service.c-solution__service-cubic3 .c-solution__service-body-text {
  margin-top: 20px;
}
#c-sb-ub-content .c-solution__service-cubic3__movie {
  max-width: 950px;
  margin: 80px auto 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#c-sb-ub-content .c-solution__service-cubic3__movie video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#c-sb-ub-content .c-solution__service-other-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: rgb(236, 241, 247);
  max-width: 1080px;
  height: 270px;
  margin: 78px auto 0;
}
#c-sb-ub-content .c-solution__service-other-block-item {
  width: 100%;
  position: relative;
  text-align: center;
}
#c-sb-ub-content .c-solution__service-other-block-item:nth-child(n+2)::before {
  content: "";
  width: 1px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #c6cccf;
}
#c-sb-ub-content .c-solution__service-other-text {
  margin-top: 52px;
  font-size: 16px;
  line-height: calc(34 / 16);
  height: 68px;
}
#c-sb-ub-content .c-solution__service-detail-other-button_wrap {
  margin-top: 32px;
}

#c-sb-ub-content .c-solution__service-detail-other-button {
  position: relative;
  color: currentColor;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #048ff0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #048ff0;
  box-sizing: border-box;
  margin: 0 auto;
}
#c-sb-ub-content .c-solution__service-detail-other-button::after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/shared/icon-window-small-off.svg) no-repeat center top / contain;
}
#c-sb-ub-content .c-solution__service-detail-other-button:hover {
  color: #fff;
  background: #048ff0;
}
#c-sb-ub-content .c-solution__service-detail-other-button:hover::after {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/shared/icon-window-small-on.svg) no-repeat center top/contain;
}
#c-sb-ub-content .c-news {
  background: #fff;
  padding: 193px 0 160px;
  position: relative;
}
#c-sb-ub-content .c-news .c-head_text-en {
  text-align: center;
}
#c-sb-ub-content .c-news .text-en_c-news {
  width: 74px;
}
#c-sb-ub-content .c-news__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
#c-sb-ub-content .c-news__head {
  margin: 0 0 56px;
  text-align: center;
}
#c-sb-ub-content .c-news__head::before {
  margin-bottom: 22px;
}
#c-sb-ub-content .c-news__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
#c-sb-ub-content .c-news__body {
  margin: 0 0 20px;
}
#c-sb-ub-content .c-news__element {
  width: calc(25% - 18px);
  margin-bottom: 48px;
}
#c-sb-ub-content .c-news__links {
  color: currentColor;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-news__links:hover {
  color: inherit;
  opacity: 0.6;
}
#c-sb-ub-content .c-news__pict {
  margin: 0 0 5px;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 217/162;
  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;
}
#c-sb-ub-content .c-news__pict img {
  border-radius: 5px;
}
#c-sb-ub-content .c-news__time {
  margin: 0 0 5px;
  display: block;
  font-size: 13px;
  color: #048ff0;
}
#c-sb-ub-content .c-news__title {
  font-size: 14px;
}
#c-sb-ub-content .c-news__button, #c-sb-ub-content .close__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
#c-sb-ub-content .c-news__button a, #c-sb-ub-content .close__button a {
  text-decoration: none;
  outline: none;
}
#c-sb-ub-content .c-news__button span, #c-sb-ub-content .close__button span {
  color: currentColor;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  border: 1px solid #048ff0;
  height: 60px;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #048ff0;
  cursor: pointer;
  position: relative;

}
#c-sb-ub-content .c-news__button span:before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 12px;
  height: 2px;
  background: #048ff0;
}
#c-sb-ub-content .c-news__button span:after {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  right: 25px;
  width: 2px;
  height: 12px;
  background: #048ff0;
}
#c-sb-ub-content .c-news__button span:hover, #c-sb-ub-content .close__button span:hover {
  color: #fff;
  background: #048ff0;
}
#c-sb-ub-content .c-news__button span:hover:before,
#c-sb-ub-content .c-news__button span:hover:after {
  background: #fff!important;
}
#c-sb-ub-content .c-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: 0 0;
  z-index: 2;
  display: none;
  top: 0;
  left: 0;
}
#c-sb-ub-content .c-contact {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/bg-contact.webp) no-repeat top center / cover;
  text-align: center;
  padding: 153px 20px 120px;
  position: relative;
}
#c-sb-ub-content .c-main-content_loop {
  left: 0;
}
#c-sb-ub-content .c-contact .text-en_c-contact {
  width:122px;
}
#c-sb-ub-content .c-contact__head {
  margin: -10px 0 40px;
  color: #fff !important;
  line-height: 1.3;
}
#c-sb-ub-content .c-contact__head::before {
  margin-bottom: 22px;
}
#c-sb-ub-content .c-contact__head span span {
  font-size: 33px;
}
#c-sb-ub-content .c-contact__lead {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 55px;
  line-height: 1.875;
}
#c-sb-ub-content .c-contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
#c-sb-ub-content .c-contact__button a {
  position: relative;
  color: currentColor;
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  height: 80px;
  background-image: -moz-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background-image: -webkit-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  background-image: -ms-linear-gradient( 150deg, rgb(2,142,240) 0%, rgb(62,182,245) 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}
#c-sb-ub-content .c-contact__button a:hover {
  background:#fff;
}
#c-sb-ub-content .c-contact__button a:hover span {
  background: linear-gradient(90deg, #3eb6f5 0%, #028ef0 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#c-sb-ub-content .c-contact__button a:hover::after {
  background: url(/corp/set/data/philosophy/technology/special/utx/img/shared/icon-window-on.svg) no-repeat center top/contain;
}

@-webkit-keyframes scrollAfter {
  0% {
    width: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    width: 64px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    width: 64px;
    -webkit-transform: translate(64px, 0);
            transform: translate(64px, 0);
  }
  100% {
    width: 64px;
    -webkit-transform: translate(64px, 0);
            transform: translate(64px, 0);
  }
}

@keyframes scrollAfter {
  0% {
    width: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  30% {
    width: 64px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  60% {
    width: 64px;
    -webkit-transform: translate(64px, 0);
            transform: translate(64px, 0);
  }
  100% {
    width: 64px;
    -webkit-transform: translate(64px, 0);
            transform: translate(64px, 0);
  }
}
/*# sourceMappingURL=index.css.map */

#c-sb-ub-content .contents-views {
  position: relative;
  z-index: 0
}

#c-sb-ub-content .contents-views .contents-views-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1
}

#c-sb-ub-content .contents-views .contents-views-image {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: url(/corp/set/data/philosophy/technology/special/utx/img/p/bg-solution.webp) no-repeat top;
  background-size: cover
}