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

:root {
  font-size: 62.5%;
}

img.newwindowicon {
  display: none;
}
img.mailicon {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}
.modaal-close:focus:after, .modaal-close:focus:before {
  background: #1d3b5d;
}
.modaal-close:hover:after, .modaal-close:hover:before {
  background: #1d3b5d;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img, .modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}
.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before {
  background: #afb7bc;
}
.modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  left: 22px;
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  width: 65%;
  margin: auto auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
          transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 100%;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
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: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  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;
}

#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;
}
#c-sb-ub-content .c-hero__scroll {
  position: absolute;
  bottom: 133px;
  right: -90px;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 128px;
  overflow: hidden;
}
#c-sb-ub-content .c-hero__scroll::after {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 65px;
  top: 9px;
  -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: 140px;
  right: 88px;
  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;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-hero__lang-toggle-element a:hover {
  color: currentColor;
}
#c-sb-ub-content .c-hero__lang-toggle-element a[data-current] {
  pointer-events: none;
  background: #fff;
  color: currentColor;
}
#c-sb-ub-content .c-about__head, #c-sb-ub-content .c-approach__head, #c-sb-ub-content .c-contact__head, #c-sb-ub-content .c-news__head, #c-sb-ub-content .c-partner__head {
  color: #1D3B5D;
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  font-family: "Barlow", sans-serif;
}
#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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(3.62%, #000102), color-stop(47.06%, #053571), to(#5e96ab));
  background: linear-gradient(#000 0, #000102 3.62%, #053571 47.06%, #5e96ab 100%);
  padding: 210px 20px 200px;
  color: #fff;
}
#c-sb-ub-content .c-statement__inner {
  max-width: 1080px;
  margin: 0 auto;
}
#c-sb-ub-content .c-statement__upper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto 130px;
}
#c-sb-ub-content .c-statement__upper::before {
  content: "STATEMENT";
  font-size: 14rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  opacity: 0.03;
  position: absolute;
  line-height: 1;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -40px;
}
#c-sb-ub-content .c-statement__upper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 136px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1137px;
  margin: 0 auto;
}
#c-sb-ub-content .c-statement__upper-head {
  font-size: 20px;
  letter-spacing: 0.03em;
  margin-left: 28px;
  font-family: "Barlow", sans-serif;
  white-space: nowrap;
}
#c-sb-ub-content .c-statement__upper-content p {
  margin: 0;
  line-height: 2;
  font-size: 1.6rem;
}
#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: 5px;
  left: 0;
}
#c-sb-ub-content .c-main-content {
  position: relative;
  background: #ecedef;
  padding-top: 150px;
}
#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: 1280px;
  margin: 0 auto;
  background: #1D3B5D;
  border-radius: 60px;
  padding: 22px 10px;
}
#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;
  gap: 0 40px;
}
#c-sb-ub-content .c-page-nav__links {
  color: #fff;
  font-size: min(1.042vw, 15px);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  outline: 0;
}
#c-sb-ub-content .c-page-nav__links::after {
  content: "";
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/icon-page-nav.svg) no-repeat center center/100% auto;
  width: 0.903vw;
  max-width: 13px;
  height: 0.556vw;
  max-height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-page-nav__links:hover::after {
  -webkit-transform: translate(0, 3px);
          transform: translate(0, 3px);
}
#c-sb-ub-content .c-about {
  padding-top: 140px;
  padding-bottom: 220px;
}
#c-sb-ub-content .c-about__inner {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(40%, rgb(255, 255, 255)), color-stop(50%, rgb(236, 237, 239)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(236, 237, 239) 50%);
}
#c-sb-ub-content .c-about__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: 1440px;
  margin: 0 auto;
}
#c-sb-ub-content .c-about__upper-inner {
  width: 100%;
  position: relative;
  padding: 130px 80px 270px 140px;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
}
#c-sb-ub-content .c-about__content {
  width: 100%;
}
#c-sb-ub-content .c-about__content p {
  font-size: 16px;
  margin: 0 0 1.65em;
  line-height: 1.875;
}
#c-sb-ub-content .c-about__content p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-about__head {
  margin: 0 0 53px;
}
#c-sb-ub-content .c-about__head::before {
  margin-bottom: 30px;
}
#c-sb-ub-content .c-about__youtube {
  width: 76.673%;
  margin-left: 77px;
  -webkit-transform: translateY(305px) !important;
          transform: translateY(305px) !important;
}
#c-sb-ub-content .c-about__youtube:hover {
  opacity: 0.7;
}
#c-sb-ub-content .c-about__youtube img {
  border-radius: 15px 0 0 15px;
}
@media screen and (min-width: 1441px) {
  #c-sb-ub-content .c-about__youtube img {
    border-radius: 15px;
  }
}
#c-sb-ub-content .c-about__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-about__movie {
  width: 960px;
  margin: -160px auto 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
#c-sb-ub-content .c-about__movie video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#c-sb-ub-content .c-approach {
  background: #fff;
  padding: 121px 0 200px;
  position: relative;
}
#c-sb-ub-content .c-approach::before {
  content: "";
  bottom: calc(100% - 272px);
  height: 327px;
  width: 132.64%;
  position: absolute;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#c-sb-ub-content .c-approach__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
#c-sb-ub-content .c-approach__head {
  margin: 0 0 8px;
  text-align: center;
}
#c-sb-ub-content .c-approach__head::before {
  margin-bottom: 30px;
}
#c-sb-ub-content .c-approach__lead {
  font-size: 16px;
  margin: 0 0 127px;
  text-align: center;
  color: #1D3B5D;
  line-height: 1.875;
}
#c-sb-ub-content .c-approach__lead p {
  font-size: 16px;
}
#c-sb-ub-content .c-approach__block {
  margin: 0 0 194px;
}
#c-sb-ub-content .continue-block {
  margin: 0 0 105px;
}
#c-sb-ub-content .c-approach__block-head {
  font-weight: 700;
  margin: 0 0 33px;
  font-size: 2.8rem;
  font-family: "Barlow", sans-serif;
}
#c-sb-ub-content .c-approach__block-head::after {
  content: "";
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0d1729), color-stop(56.07%, #0d3b75), to(#5e96ab));
  background: linear-gradient(90deg, #0d1729 0, #0d3b75 56.07%, #5e96ab 100%);
  width: 70px;
  display: block;
  margin-top: 26px;
}
#c-sb-ub-content .c-approach__block-text {
  margin: 0 0 55px;
}
#c-sb-ub-content .c-approach__block-text p {
  font-size: 16px;
  margin: 0 0 1.65em;
  line-height: 1.875;
}
#c-sb-ub-content .c-approach__block-text p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-approach__data-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#c-sb-ub-content .c-approach__data-block {
  width: 100%;
  padding-right: 36px;
}
#c-sb-ub-content .c-approach__data-block:nth-of-type(2) {
  padding-right: 0;
  padding-left: 36px;
  border-left: 1px solid #ccc;
}
#c-sb-ub-content .c-approach__data-head {
  text-align: center;
  font-weight: 700;
  color: #fff;
  border-radius: 32px;
  font-size: 1.8rem;
  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;
  padding: 10px 20px;
  line-height: 1.11;
  margin: 0 0 30px;
  white-space: nowrap;
  min-height: 60px;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__data-head {
    font-size: 1.607vw;
  }
}
#c-sb-ub-content .c-approach__data-head span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.36;
  white-space: pre-wrap;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__data-head span {
    font-size: 1.25vw;
  }
}
#c-sb-ub-content .c-approach__data-head span::before {
  content: "";
  display: block;
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/icon-dots.svg) no-repeat left center/100% auto;
  width: 15px;
  height: 3px;
  vertical-align: middle;
  margin: 0 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__data-head span::before {
    width: 1.339vw;
    height: 0.268vw;
    margin: 0 0.893vw;
  }
}
#c-sb-ub-content .c-approach__data-head[data-color=blue] {
  background: #1d3b5d;
}
#c-sb-ub-content .c-approach__data-head[data-color=lightblue] {
  background: #287fc1;
}
#c-sb-ub-content .c-approach__network {
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/bg-mobile-network.jpg) no-repeat center top/cover;
  position: relative;
  height: 496px;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__network {
    height: 44.286vw;
  }
}
#c-sb-ub-content .c-approach__network-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #1D3B5D;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  border: 0;
  padding: 0;
  background: 0 0;
  font-family: Barlow, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#c-sb-ub-content .c-approach__network-button::after {
  content: "";
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/icon-tooltip.svg) no-repeat center center/100% auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-approach__network-button:hover::after {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}
#c-sb-ub-content .c-approach__network-element {
  position: absolute;
  z-index: 3;
}
#c-sb-ub-content .c-approach__network-element[data-element=geo] {
  top: 63px;
  left: 604px;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__network-element[data-element=geo] {
    top: 5.625vw;
    left: 53.839vw;
  }
}
#c-sb-ub-content .c-approach__network-element[data-element=leo] {
  top: 192px;
  left: 147px;
  z-index: 5;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__network-element[data-element=leo] {
    top: 17.143vw;
    left: 13.125vw;
  }
}
#c-sb-ub-content .c-approach__network-element[data-element=haps] {
  top: 275px;
  left: 292px;
  z-index: 4;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__network-element[data-element=haps] {
    top: 24.554vw;
    left: 26.071vw;
  }
}
#c-sb-ub-content .c-approach__network-element[data-element=cellular] {
  bottom: 116px;
  left: 347px;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-approach__network-element[data-element=cellular] {
    bottom: 10.357vw;
    left: 30.982vw;
  }
}
#c-sb-ub-content .c-approach__network-detail {
  position: absolute;
  -webkit-filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.1));
  background: #fff;
  border-radius: 10px;
  width: 401px;
  padding: 16px 20px 10px;
  top: calc(100% + 27px);
  left: calc(100% - 53px);
  display: none;
  z-index: 3;
}
#c-sb-ub-content .c-approach__network-detail::before {
  content: "";
  width: 42px;
  height: 28px;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  -webkit-filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 16px rgba(0, 0, 0, 0.1));
  display: block;
  background: #fff;
  left: 20px;
  top: -15px;
  position: absolute;
}
#c-sb-ub-content .c-approach__network-detail[data-detail=cellular] {
  top: -28px;
  left: calc(100% + 21px);
}
#c-sb-ub-content .c-approach__network-detail[data-detail=cellular]::before {
  height: 42px;
  width: 25px;
  -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  top: 20px;
  left: -10px;
}
#c-sb-ub-content .c-approach__network-detail-close {
  text-indent: -9999px;
  border: 0;
  background: transparent url(/en/corp/set/data/philosophy/technology/special/unw/img/p/icon-tooltip-close.svg) center center/cover;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
#c-sb-ub-content .c-approach__network-detail-head {
  text-align: center;
  color: #1D3B5D;
  font-family: Barlow, sans-serif;
  letter-spacing: 0.04em;
  font-size: 2rem;
  margin: 0 0 10px;
}
#c-sb-ub-content .c-approach__network-detail-head small {
  font-size: 1.2rem;
}
#c-sb-ub-content .c-approach__network-detail-table {
  width: 100%;
}
#c-sb-ub-content .c-approach__network-detail-table thead th {
  background: #287fc1;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1.5;
}
#c-sb-ub-content .c-approach__network-detail-table thead th:first-child {
  border-radius: 5px 0 0 5px;
  width: 141px;
}
#c-sb-ub-content .c-approach__network-detail-table thead th:last-child {
  border-radius: 0 5px 5px 0;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td {
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  line-height: 1.5;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td:first-child {
  text-align: center;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td:first-child::before {
  content: "";
  background: #ddd;
  height: calc(100% - 10px);
  width: 1px;
  position: absolute;
  right: -0.5px;
  bottom: 0;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td small {
  font-size: 1.1rem;
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  text-align: left;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5px;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td ul li:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#c-sb-ub-content .c-approach__network-detail-table tbody td ul li small {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
#c-sb-ub-content .c-lower-bnr {
  max-width: 870px;
  margin: 0 auto;
}
#c-sb-ub-content .c-lower-bnr__element p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 0 15px;
  font-size: 1.6rem;
}
#c-sb-ub-content .c-lower-bnr__links {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-sb-ub-content .c-lower-bnr__links::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/bnr-arrow.svg) no-repeat center center/cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
}
#c-sb-ub-content .c-lower-bnr__links:hover {
  opacity: 0.7;
}
#c-sb-ub-content .c-partner {
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/bg-partner.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 150px 0;
}
#c-sb-ub-content .c-partner__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
#c-sb-ub-content .c-partner__head {
  color: #fff;
  margin: 0 0 40px;
}
#c-sb-ub-content .c-partner__head::before {
  margin-bottom: 32px;
}
#c-sb-ub-content .c-partner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#c-sb-ub-content .c-partner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#c-sb-ub-content .c-partner__content p {
  font-size: 16px;
  margin: 0 0 1.65em;
  line-height: 1.875;
}
#c-sb-ub-content .c-partner__content p:last-child {
  margin-bottom: 0;
}
#c-sb-ub-content .c-partner__pict {
  width: 520px;
}
@media screen and (max-width: 1120px) {
  #c-sb-ub-content .c-partner__pict {
    width: 46.429vw;
  }
}
#c-sb-ub-content .c-news {
  background: #fff;
  padding: 178px 0;
}
#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 60px;
  text-align: center;
}
#c-sb-ub-content .c-news__head::before {
  margin-bottom: 30px;
}
#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 67px;
}
#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 17px;
  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__time {
  margin: 0 0 8px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: #8E8E8E;
}
#c-sb-ub-content .c-news__title {
  font-size: 1.4rem;
  line-height: 1.64;
}
#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: 40px;
}
#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: 500;
  font-size: 1.6rem;
  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 #1D3B5D;
  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: #1D3B5D;
  cursor: pointer;
}
#c-sb-ub-content .c-news__button span:hover, #c-sb-ub-content .close__button span:hover {
  color: #fff;
  background: #1D3B5D;
}
#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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6f2ff), to(#f7feff));
  background: linear-gradient(#e6f2ff 0, #f7feff 100%);
  text-align: center;
  padding: 145px 20px;
}
#c-sb-ub-content .c-contact__head {
  margin: 0 0 15px;
}
#c-sb-ub-content .c-contact__head::before {
  margin-bottom: 22px;
}
#c-sb-ub-content .c-contact__lead {
  color: #1D3B5D;
  font-size: 16px;
  margin: 0 0 60px;
  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 p {
  color: currentColor;
  font-weight: 600;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #307bef;
  height: 70px;
  background: #307bef;
  -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 {
  color: currentColor;
  font-weight: 400;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 20px;
  border-top: 1px solid rgba(30, 30, 30, 0.2);
  border-bottom: 1.5px solid rgba(30, 30, 30, 0.2);
  height: 70px;
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #222222;
}
#c-sb-ub-content .c-contact__button a::after {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background: url(/site/set/common/p/img/icon-mail.png) no-repeat center;
  background-size: 100% auto;
}
#c-sb-ub-content .c-contact__button a:hover {
  color: #307bef;
}
#c-sb-ub-content .c-lower {
  background: url(/en/corp/set/data/philosophy/technology/special/unw/img/p/bg-lower.jpg) no-repeat center top/cover;
  background-size: contain;
  color: #fff;
  padding: 85px 0 151px;
  background-color: #000;
}
@media screen and (max-width: 1540px) {
  #c-sb-ub-content .c-lower {
    background-size: cover;
  }
}
#c-sb-ub-content .c-lower__inner {
  max-width: 961px;
  margin: 0 auto;
}
#c-sb-ub-content .c-lower__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#c-sb-ub-content .c-lower__pict {
  width: 540px;
}
#c-sb-ub-content .c-lower__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}
#c-sb-ub-content .c-lower__content p {
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 500;
}
#c-sb-ub-content .c-lower__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-lower__button a {
  color: currentColor;
  font-weight: 600;
  font-size: 1.5rem;
  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 #fff;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#c-sb-ub-content .c-lower__button a:hover {
  color: #1D3B5D;
  background: #fff;
}

@-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 */