:root {
  --white: #fff;
  --main-blue: #0068b5;
  --gery2: #e0e0e0;
  --blue2: #00469b;
  --blue8: #eef5f7;
  --white2: #fafcfe;
  --gery: #b7babf;
  --blue3: #004682;
  --blue4: #13264e;
  --black-bg: #1a191b;
  --black: black;
  --gery3: #f0f0f0;
  --black-tx: #333;
  --blue5: #6bd0ff;
  --gery4: #f2f2f2;
  --gery5: #bcbcbc;
  --blue7: #244270;
  --black-tx2: #525252;
  --gery6: #f5f8f9;
  --white3: #f8f9fc;
  --blue10: #d4dfee;
  --blue6: #8fd0ff;
  --blue9: #cddde9;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.header-section {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.header {
  z-index: 98;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0003;
}

.container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: var(--white);
  width: 100%;
}

.head-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 55px;
  display: flex;
}

.brand {
  background-image: url('../images/logo-toppan-white.svg'), url('../images/head-logo-bg.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 80%, cover;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.menu-link {
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 0 15px;
  font-weight: 500;
}

.menu-link.w--current {
  border-bottom: 3px solid var(--main-blue);
  color: var(--main-blue);
}

.nav-menu {
  margin-top: -3px;
}

.head-com-name {
  border-bottom: 2px solid var(--main-blue);
  text-transform: uppercase;
  padding-left: 15px;
  font-family: Clarendon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 190px;
}

.head-right-top {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-btn {
  background-color: var(--blue2);
  background-image: url('../images/icon-search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-right: 1px solid #000;
  width: 36px;
  height: 36px;
}

.dropdown-toggle {
  background-color: var(--blue2);
  color: var(--white);
  text-transform: uppercase;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 35px 0 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.icon {
  height: 15px;
  margin-right: 15px;
}

.lang-drop-link {
  border: 1px solid var(--blue2);
  background-color: var(--white);
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.contact-us-btn {
  background-color: var(--main-blue);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.icon-mail {
  height: 12px;
  margin-right: 10px;
}

.hero-section {
  z-index: 1;
  width: 100%;
  height: 850px;
  position: relative;
  overflow: hidden;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.hero-top-layer {
  background-color: #00469bcc;
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-pic {
  background-image: linear-gradient(#0068b54d, #0068b54d), url('../images/hero-pic.png');
  background-position: 0 0, 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 60%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-big-tx {
  color: var(--white);
  mix-blend-mode: overlay;
  font-size: 54px;
  font-weight: 300;
  line-height: 70px;
}

.hero-text-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 25% auto 0% 5%;
}

.hero-sub-tx {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.hero-more-btn {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  background-image: url('../images/btn-arrow-right.png');
  background-position: 90% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 3px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.page-content-section {
  position: relative;
}

.page-content-section.top-msg-bg {
  background-image: linear-gradient(#f0f5f8, #f0f5f8);
}

.page-content-section.bg-blue {
  background-color: var(--blue8);
}

.page-content-section.news-bg {
  background-image: url('../images/news-bg.png');
  background-position: 0 15%;
  background-repeat: repeat-x;
  background-size: 100%;
}

.page-content-section.investor {
  background-image: url('../images/investor-bg.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
}

.page-content-section.people {
  background-color: var(--white2);
  background-image: url('../images/people-bg.png'), linear-gradient(#cddde94d, #cddde94d);
  background-position: 50% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
}

.page-content-section.contact-bg {
  background-image: url('../images/news-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-content-section.purpose-bg {
  background-image: url('../images/purpose-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-tags {
  background-image: url('../images/page-content-bg-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.sec-tags-item {
  color: var(--white);
  width: 500px;
  height: 425px;
  margin-bottom: 30px;
  text-decoration: none;
  position: relative;
}

.sec-tags-item.mt-100 {
  margin-top: 100px;
}

.sec-tags-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec-tags-pic.about {
  background-image: url('../images/sec-pic-about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic.solutions {
  background-image: url('../images/sec-pic-solutions.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic.industry {
  background-image: url('../images/sec-pic-industry.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic.career {
  background-image: url('../images/sec-pic-career.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-tags-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1050px;
  display: flex;
}

.sec-tags-more-btn {
  background-color: var(--main-blue);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow-right.png');
  background-position: 80% 47%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 40px 15px 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sec-tags-title {
  color: var(--gery);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.tx-white {
  color: var(--white);
}

.sec-tags-title-block {
  z-index: 1;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: -40px auto auto 0%;
}

.sec-tags-title-block.right-v {
  left: auto;
  right: 0;
  transform: translate(50%, 150%)rotate(-90deg);
}

.sec-tags-title-block.right-v.ml-30 {
  padding-left: 40px;
}

.sec-tags-title-block.left-v {
  top: -30px;
  left: 0;
  right: auto;
  transform: translate(-50%, 150%)rotate(-90deg);
}

.sec-tags-title-block.left-v.ml-30 {
  padding-left: 40px;
}

.sec-tags-title-block.right {
  padding-right: 0;
  left: auto;
  right: 0;
}

.sec-tags-title-bg {
  z-index: -1;
  background-color: var(--main-blue);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.news-list {
  flex-flow: wrap;
  justify-content: space-between;
  padding: 50px 5%;
  display: flex;
}

.news-item {
  flex-flow: column;
  align-items: flex-start;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.news-cover {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.news-cover._01 {
  background-image: url('../images/news-pic-1.png');
  background-position: 50%;
  background-size: cover;
}

.news-cover._02 {
  background-image: url('../images/news-pic-2.png');
  background-position: 50%;
  background-size: cover;
}

.news-cover._03 {
  background-image: url('../images/news-pic-3.png');
  background-position: 50%;
  background-size: cover;
}

.news-date-block {
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.news-date {
  color: var(--main-blue);
  font-size: 18px;
  line-height: 24px;
}

.news-date-midline {
  background-color: var(--gery);
  width: 95%;
  height: 1px;
  margin-left: 5%;
}

.news-title {
  color: var(--main-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.news-title.slide {
  min-height: 100px;
}

.news-s-des {
  margin-top: 15px;
  font-size: 15px;
  line-height: 28px;
}

.more-btn {
  color: var(--main-blue);
  text-transform: uppercase;
  background-image: url('../images/btn-arrow-right-blue.png');
  background-position: 80% 47%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 15px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.section-news {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-title-block {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 20px;
  position: relative;
}

.section-title-block.right-v {
  left: auto;
  right: 0;
  transform: translate(50%, 150%)rotate(-90deg);
}

.section-title-block.right-v.ml-30 {
  padding-left: 40px;
}

.section-title-block.left-v {
  top: -30px;
  left: 0;
  right: auto;
  transform: translate(-50%, 150%)rotate(-90deg);
}

.section-title-block.left-v.ml-30 {
  padding-left: 40px;
}

.section-title-block.right {
  padding-right: 0;
  left: auto;
  right: 0;
}

.section-title-block.align-left {
  margin-left: 0;
}

.sec-title {
  color: var(--main-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
}

.sec-title-bg {
  z-index: -1;
  background-color: var(--main-blue);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer {
  background-color: var(--blue3);
  justify-content: space-between;
  width: 100%;
  padding-left: 5%;
}

.footer-left {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.footer-content-blcok {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  height: 25px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  margin-top: 30px;
  display: flex;
}

.social-link {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  max-height: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-menu-item {
  color: var(--white);
  text-transform: uppercase;
  line-height: 30px;
  text-decoration: none;
}

.footer-right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.footer-contact-btn {
  background-color: var(--main-blue);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  text-decoration: none;
  display: flex;
}

.copyright {
  background-color: var(--blue4);
  width: 100%;
  padding: 30px 5%;
  position: relative;
}

.copyright-tx {
  color: var(--white);
  line-height: 14px;
}

.top-btn {
  background-color: var(--black-bg);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -16px 5% auto auto;
}

.page-top {
  width: 100%;
  height: 90px;
}

.cookie-policy-pop {
  z-index: 99;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 5%;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 5px #0003;
}

.text-block {
  width: 75%;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.tx-link {
  color: var(--main-blue);
}

.cookie-set-btn {
  color: var(--main-blue);
  font-size: 13px;
  line-height: 18px;
  text-decoration: underline;
}

.accept-btn {
  background-color: var(--main-blue);
  font-size: 13px;
  font-weight: 700;
}

.section-sitemap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.site-map-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.site-map-row {
  border-bottom: 2px solid var(--gery2);
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
}

.site-map-row.last {
  border-bottom-width: 0;
}

.site-map-item-title {
  color: var(--black);
  background-image: url('../images/btn-arrow-right-black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.site-map-item-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.site-map-inner {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.site-map-item {
  background-color: var(--gery3);
  color: var(--black-tx);
  background-image: url('../images/btn-arrow-right-black.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  padding: 10px 40px 10px 30px;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.page-banner {
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}

.page-banner.about {
  background-image: url('../images/page-ban-about.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.solution {
  background-image: url('../images/page-ban-solution.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.solution-business {
  background-image: url('../images/page-ban-inform-solution-business.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.solution-details-ban {
  background-image: url('../images/page-ban-solution-details.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.hybrid {
  background-image: url('../images/page-ban-hybrid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.news {
  background-image: url('../images/page-ban-news.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.investor {
  background-image: url('../images/page-ban-investor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.people {
  background-image: url('../images/page-ban-people.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.contact-us {
  background-image: url('../images/page-ban-contact.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.purpose {
  background-image: url('../images/page-ban-purpose.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.perks {
  background-image: url('../images/page-ban-perks.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.jobs {
  background-image: url('../images/page-ban-jobs.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner.hybrid--bpo {
  background-image: url('../images/page-ban-insurance.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-block {
  position: relative;
  left: 15%;
}

.page-title {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 50px;
}

.page-title.with-low-tx {
  text-transform: none;
}

.page-title-color-block1 {
  background-color: var(--main-blue);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: -50px auto auto -60px;
}

.page-title-color-block2 {
  background-color: var(--blue5);
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -70px auto auto 0%;
}

.section-contents {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.table {
  width: 100%;
  max-width: 1200px;
}

.tr {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--gery);
  display: flex;
}

.tr.first {
  border-top-width: 1px;
}

.td-title {
  border-right: 1px solid var(--gery);
  background-color: var(--gery4);
  align-items: center;
  width: 30%;
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 33px;
  display: flex;
}

.td-info {
  background-color: var(--white);
  width: 70%;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  display: flex;
}

.top-message-section {
  background-image: url('../images/top-msg-bg.png');
  background-position: 50% 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: relative;
}

.top-msg-item {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.top-msg-pic {
  width: 50%;
  min-height: 800px;
}

.top-msg-pic.p1 {
  background-image: url('../images/Y.-Shintaku.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-msg-block {
  flex-flow: column;
  align-items: stretch;
  width: 50%;
  padding: 50px 5% 100px;
  display: flex;
}

.top-msg-block.left {
  order: -1;
}

.top-msg-tx {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 44px;
}

.top-msg-tx-block {
  background-image: url('../images/msg-mark-close.png'), url('../images/msg-mark-close.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 30px, auto 30px;
  flex-flow: column;
  align-items: flex-start;
  padding: 15px 40px;
  display: flex;
}

.sign-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.sign-pic {
  width: 100%;
  max-width: 300px;
  margin-left: 15px;
}

.mid-line {
  background-color: var(--black-tx);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.top-msg-tx-s {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.history-timeline {
  background-image: url('../images/top-msg-bg.png');
  background-position: 50% 500px;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.timeline-row {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.timeline-row.right {
  justify-content: flex-end;
}

.timeline-item {
  flex-flow: column;
  align-items: flex-end;
  width: 50%;
  margin-bottom: 50px;
  margin-right: 50%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: relative;
}

.timeline-item.right {
  align-items: flex-start;
  margin-left: 50%;
  margin-right: 0%;
}

.year-cover-block {
  width: 300px;
  height: 200px;
}

.year-word {
  color: var(--gery5);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.year-tx {
  color: var(--main-blue);
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.year-info {
  max-width: 300px;
  margin-top: 5px;
  font-size: 15px;
  line-height: 30px;
}

.year-info.right {
  text-align: right;
}

.year-cover {
  width: 100%;
  height: 100%;
}

.year-cover._2023 {
  /* background-image: url('../images/timeline-year-cover.png'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.year-shape-mark {
  z-index: 5;
  border: 1px solid var(--main-blue);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: absolute;
  inset: 10px auto auto;
  transform: rotate(45deg);
}

.year-shape-inbox {
  background-color: var(--main-blue);
  width: 20px;
  height: 20px;
}

.timeline-mid-line {
  z-index: 1;
  background-color: var(--main-blue);
  width: 2px;
  height: 100%;
  position: absolute;
}

.year-shape-mark-last {
  z-index: 5;
  background-color: var(--main-blue);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 0;
  transform: rotate(45deg);
}

.award-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.dropdown-year {
  border: 1px solid var(--gery);
  background-image: url('../images/btn-arrow-right-blue.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.drop-year-item {
  background-color: var(--white);
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-year-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--gery);
}

.award-list-item {
  border-bottom: 1px solid var(--gery2);
  flex-flow: column;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.award-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.award-pic {
  width: 40%;
  height: 250px;
}

.award-pic.gold-privacy {
  background-image: url('../images/privacy-2023.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.award-pic.caring-com {
  background-image: url('../images/5yrs.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.award-pic.erb {
  background-image: url('../images/award-manpower-developer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.award-pic.happy-com {
  background-image: url('../images/happy-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.award-pic.hk-green-org {
  background-image: url('../images/greenorg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
}

.award-info-block {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.award-title {
  color: var(--main-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.award-des {
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 26px;
}

.award-list {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block {
  width: 100%;
}

.corp-video-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.title-1 {
  color: var(--main-blue);
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
}

.title-1.align-center {
  text-align: center;
}

.title-1.align-center.tx-light-blue {
  color: var(--blue5);
  text-transform: uppercase;
}

.title-1.align-center.mb-30 {
  margin-bottom: 30px;
}

.video-content-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.video-1 {
  margin-top: 30px;
}

.contents-1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 33px;
}

.contents-1.align-center {
  text-align: center;
}

.solution-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.page-top-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.page-top-info-tx {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.solutions-cate-list {
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  display: flex;
}

.solutions-cate-item {
  color: var(--black-tx);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  text-decoration: none;
  display: flex;
}

.solutions-cate-item:hover {
  color: var(--main-blue);
}

.solutions-cate-item.mt-50 {
  margin-top: 100px;
}

.solutions-cate-cover-block {
  width: 100%;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #0006;
}

.solutions-cate-cover-block._01 {
  background-image: url('../images/solution-cover-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutions-cate-cover {
  width: 100%;
  height: 100%;
}

.solutions-cate-cover._02 {
  background-image: url('../images/solution-cover-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutions-cate-cover._01 {
  background-image: url('../images/solution-cover-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutions-cate-cover._03 {
  background-image: url('../images/solution-cover-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutions-cate-cover._04 {
  background-image: url('../images/solution-cover-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutions-cate-title {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.solutions-cate-num-block {
  border-bottom: 3px solid var(--blue7);
  align-self: flex-end;
  margin-top: -40px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.solutions-cate-num {
  color: #8fd0ffcc;
  -webkit-text-stroke-width: 1px;
  font-family: Abel, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.more-btn-2 {
  color: var(--main-blue);
  background-image: url('../images/more-btn-arrow.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 15px;
  padding-bottom: 5px;
  padding-right: 30px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}

.bottom-color-bg {
  z-index: -1;
  background-color: var(--blue8);
  width: 100%;
  height: 48%;
  position: absolute;
  inset: auto 0% 0%;
}

.business-section {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.business-menu {
  border-right: 1px solid var(--gery2);
  width: 25%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.business-contents {
  width: 75%;
  padding: 50px 5%;
  position: relative;
}

.b-menu-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.b-menu-item.current {
  border-bottom: 1px solid var(--main-blue);
}

.b-menu-link {
  color: var(--black-tx2);
  margin-left: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.b-menu-link:hover, .b-menu-link.w--current, .b-menu-link.current {
  color: var(--main-blue);
}

.business-item-list {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.business-list-item {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  width: 31%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px 2px #0003;
}

.business-cover-block {
  width: 100%;
  height: 170px;
}

.business-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.business-cover.finance {
  background-image: url('../images/solution-finance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.business-cover.transaction {
  background-image: url('../images/solution-transaction.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover.identification {
  background-image: url('../images/solution-identification.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover.personalization {
  background-image: url('../images/solution-personalization.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover.loyalty {
  background-image: url('../images/solution-loyalty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover.p-1 {
  background-image: url('../images/b-products-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-item-info {
  width: 100%;
  min-height: 150px;
  padding: 10px 5% 50px;
  position: relative;
}

.business-item-title {
  color: var(--main-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.business-item-title.tx-black {
  color: var(--black-tx);
}

.more-btn-3 {
  background-color: var(--main-blue);
  color: var(--white);
  background-image: url('../images/btn-arrow-right.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 7px 50px 5px 30px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 10px auto;
}

.more-btn-3.position-rb {
  cursor: pointer;
  inset: auto 0% 0% auto;
}

.b-menu-current {
  background-color: var(--main-blue);
  background-image: url('../images/btn-arrow-right.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.b-menu-item-block {
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.b-menu-sub-menu-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.b-menu-sub-item {
  color: var(--black-tx);
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.b-menu-sub-item:hover, .b-menu-sub-item.w--current {
  color: var(--main-blue);
}

.contents-with-pic {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.contents-left {
  width: 100%;
}

.title-2 {
  color: var(--main-blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.title-2.mt-50 {
  margin-top: 50px;
}

.contents-2 {
  color: var(--black-tx);
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}

.contents-right {
  width: 50%;
}

.contents-right.align-right {
  text-align: right;
}

.image {
  width: 100%;
  max-width: 550px;
  margin-bottom: 30px;
}

.business-list-item-2 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  width: 48%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px 2px #0003;
}

.business-cover-2 {
  width: 100%;
  height: 100%;
}

.business-cover-2.finance {
  background-image: url('../images/solution-finance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-2.transaction {
  background-image: url('../images/solution-transaction.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-2.identification {
  background-image: url('../images/solution-identification.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-2.personalization {
  background-image: url('../images/solution-personalization.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-2.loyalty {
  background-image: url('../images/solution-loyalty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-2.p-1 {
  background-image: url('../images/b-products-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.business-cover-2.p-2 {
  background-image: url('../images/b-products-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.business-cover-block-2 {
  width: 100%;
  height: 300px;
  padding: 10px;
}

.product-item-info-title {
  margin-top: 15px;
}

.product-info-title {
  color: var(--main-blue);
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.product-info-list {
  margin-top: 15px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 30px;
}

.product-item-info-row {
  width: 100%;
  margin-bottom: 15px;
}

.more-less-btn {
  background-color: var(--main-blue);
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 7px 50px 5px 30px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.more-less-btn.position-rb {
  cursor: pointer;
  inset: auto 0% 0% auto;
}

.btn-arrow {
  position: absolute;
  right: 15%;
  transform: rotate(90deg);
}

.product-item-info-block {
  width: 100%;
}

.business-item-list-2 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 25px;
  display: flex;
}

.hybrid-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.hybrid-section.mb-200 {
  padding-bottom: 200px;
}

.hybrid-info-pic {
  width: 100%;
  max-width: 1200%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.title-3 {
  text-align: left;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.title-3.mt-50 {
  margin-top: 50px;
}

.jobs-opp-other-sec {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.challenges-slide {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.challenges-item {
  background-color: var(--gery6);
  width: 29%;
  margin: 15px 2%;
}

.challenges-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-height: 550px;
  padding: 50px 5%;
  display: flex;
  box-shadow: 0 0 5px 2px #0003;
}

.challenges-icon {
  height: 120px;
}

.challenges-title {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.challenges-mid-line {
  background-color: var(--main-blue);
  width: 50px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.challenges-info {
  flex-flow: column;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.info-list {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
}

.info-list-item {
  margin-bottom: 15px;
}

.info-tags-block {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-tags-item {
  background-color: var(--main-blue);
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 15px 5px 20px;
  text-decoration: none;
}

.case-list-block {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.case-item {
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.case-cover {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.case-cover._02 {
  background-image: url('../images/case-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-cover._03 {
  background-image: url('../images/case-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.solution-title {
  color: var(--main-blue);
  min-height: 60px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.case-des {
  border-top: 1px solid var(--gery);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
}

.case-studies, .our-solutions {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.our-solution-ban-pic {
  background-image: url('../images/solutions-pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-top: 30px;
}

.our-solution-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.solution-item {
  background-color: var(--blue8);
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  margin-bottom: 20px;
  padding: 25px 30px;
  display: flex;
}

.solution-des {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
}

.solution-mid-line {
  background-color: var(--black-tx);
  width: 50px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 200px;
  display: flex;
  position: relative;
}

.news-list2 {
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.dropdown {
  z-index: 1;
  margin-left: 0;
  margin-right: 0;
}

.news-list-row {
  border-bottom: 1px solid var(--gery2);
  color: var(--black-tx);
  background-image: url('../images/btn-arrow-right-blue.png');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 5% 20px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news-list-row:hover {
  color: var(--main-blue);
}

.news-date2 {
  color: var(--main-blue);
  margin-right: 50px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.news-title2 {
  margin-right: 50px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

.news-d-section {
  background-image: url('../images/news-bg.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 75%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 200px;
  display: flex;
  position: relative;
}

.back-btn {
  color: var(--main-blue);
  background-image: url('../images/slide-arrow-left.png');
  background-position: 20% 47%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  align-self: flex-end;
  padding-left: 40px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.news-d-title {
  align-self: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.news-d-title.align-left {
  align-self: flex-start;
}

.news-d-date {
  color: var(--main-blue);
  align-self: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 20px;
}

.news-d-contents {
  border-top: 1px solid var(--gery2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.mews-d-pic {
  /* width: 100%; */
  max-width: 800px;
  margin-bottom: 30px;
}

.news-d-pic-des {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.news-d-des {
  text-align: center;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 28px;
}

.news-d-des.mb-0 {
  margin-bottom: 0;
}

.news-d-des.align-left {
  text-align: left;
  align-self: flex-start;
}

.investor-section {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 300px;
  display: flex;
  position: relative;
}

.investor-row {
  margin-bottom: 50px;
  display: flex;
}

.investor-row-left {
  width: 50%;
}

.investor-row-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  display: flex;
}

.investor-tx {
  font-size: 19px;
  font-weight: 500;
  line-height: 44px;
}

.investor-tx.mb-50 {
  margin-bottom: 50px;
}

.tx-big {
  color: var(--main-blue);
  font-size: 37px;
  font-weight: 700;
}

.more-btn-4 {
  background-color: var(--main-blue);
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/btn-arrow-right.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 15px 40px 12px 25px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.more-btn-4.position-rb {
  cursor: pointer;
  inset: auto 0% 0% auto;
}

.image-2 {
  width: 100%;
  max-width: 700px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sus-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.slide-news-item {
  background-color: var(--gery6);
  width: 31%;
  margin: 15px 1.1%;
  box-shadow: 0 0 5px #0003;
}

.slide-news-content {
  background-color: var(--gery6);
  width: 100%;
  padding: 5px 5% 30px;
}

.slide-news-cover {
  background-color: var(--white);
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.slide-news-cover._01 {
  background-image: url('../images/news-pic-1.png');
  background-position: 50%;
  background-size: cover;
}

.slide-news-cover._02 {
  background-image: url('../images/news-pic-2.png');
  background-position: 50%;
  background-size: cover;
}

.slide-news-cover._03 {
  background-image: url('../images/news-pic-3.png');
  background-position: 50%;
  background-size: cover;
}

.slide-news-cover.sus-1 {
  background-image: url('../images/sus-news-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 150px;
}

.slide-news-cover.sus-2 {
  background-image: url('../images/sus-news-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.slide-news-cover.sus-3 {
  background-image: url('../images/sus-news-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.sus-parts {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sus-parts.environment {
  background-image: url('../images/sus-sec-ban-environment.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-parts.gov {
  background-image: url('../images/sus-sec-ban-gov.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-parts.social {
  background-image: url('../images/sus-sec-ban-social.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-parts-info {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  left: 5%;
}

.sus-parts-info.right {
  left: 50%;
  right: 5%;
}

.sus-parts-title {
  color: var(--white);
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.tx-big2 {
  font-size: 56px;
  line-height: 35px;
}

.sus-parts-item-list {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  margin-top: 30px;
  display: flex;
}

.sus-parts-item-list.h-150 {
  height: 150px;
}

.sus-parts-item {
  color: var(--white);
  background-image: url('../images/arrow-green.png');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 40px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.parts-container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tx-blue {
  color: var(--main-blue);
}

.news-d-sub-title {
  /* text-align: center; */
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.news-d-sub-title.align-left {
  align-self: flex-start;
}

.p-link {
  color: var(--main-blue);
  text-decoration: none;
}

.people-tx {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 44px;
}

.people-tx.mb-50 {
  margin-bottom: 50px;
}

.people-section {
  z-index: 1;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5% 300px;
  display: flex;
  position: relative;
}

.people-list {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.people-item {
  color: var(--black-tx);
  flex-flow: column;
  width: 46%;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.people-pic {
  border: 1px solid var(--gery2);
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.people-pic._01 {
  background-image: url('../images/Allison-Toll-Headshot-es-careers-feature-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-pic._02 {
  background-image: url('../images/people-pic-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-pic._03 {
  background-image: url('../images/people-pic-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-pic._04 {
  background-image: url('../images/people-pic-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-pic.coming {
  height: 500px;
}

.people-name {
  color: var(--main-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 37px;
  font-weight: 700;
  line-height: 40px;
}

.people-des {
  margin-top: 15px;
  font-size: 18px;
  line-height: 36px;
}

.location-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.page-title2 {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.location-list {
  border-top: 1px solid var(--gery2);
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.location-row {
  border-bottom: 1px solid var(--gery2);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.location-cover {
  width: 30%;
  height: 250px;
}

.location-cover.hk {
  background-image: url('../images/MC1.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-cover.fuk-hi {
  background-image: url('../images/pic-fuk-hi.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-cover.wang-lok {
  background-image: url('../images/pic-wang-lok.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-cover.tuen-mun {
  background-image: url('../images/pic-tuen-mun.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-info {
  flex-flow: column;
  justify-content: center;
  width: 70%;
  padding-left: 50px;
  display: flex;
}

.location-info-row {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-tx {
  font-size: 18px;
  line-height: 20px;
}

.contact-link {
  color: var(--black-tx);
  text-decoration: none;
}

.contact-link:hover {
  color: var(--main-blue);
}

.location-title {
  color: var(--main-blue);
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.office-tx {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.contact-form {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.form-info-tx {
  margin-top: 15px;
  font-size: 15px;
  line-height: 30px;
}

.form-info-tx.align-right {
  margin-left: auto;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.form-block {
  width: 100%;
}

.input-col {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  margin-bottom: 15px;
  display: flex;
}

.form-input-title {
  font-size: 15px;
  font-weight: 500;
}

.tx-red {
  color: red;
}

.input-field {
  border: 1px solid var(--gery2);
  background-color: var(--white3);
  color: var(--black-tx);
  margin-bottom: 0;
  font-size: 15px;
}

.with-select-field {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.input-field-s {
  border: 1px solid var(--gery2);
  background-color: var(--white3);
  color: var(--black-tx);
  width: 65%;
}

.select-field {
  border: 1px solid var(--gery2);
  background-color: var(--white3);
  color: var(--black-bg);
  width: 30%;
  font-size: 15px;
}

.input-col-full {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.msg-field {
  border: 1px solid var(--gery2);
  background-color: var(--white3);
  color: var(--black-tx);
  min-height: 150px;
  font-size: 15px;
}

.submit-btn {
  background-color: var(--main-blue);
  color: var(--white);
  cursor: pointer;
  background-image: url('../images/btn-arrow-right.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px 12px 25px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.submit-btn.position-rb {
  cursor: pointer;
  inset: auto 0% 0% auto;
}

.title-with-bg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-left {
  width: 100%;
  max-width: 100px;
  margin-right: 30px;
}

.t-right {
  width: 100%;
  max-width: 100px;
  margin-left: 30px;
}

.purpose-info-tx {
  color: var(--white);
  margin-top: 30px;
  font-size: 24px;
  line-height: 40px;
}

.values-llist {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin-top: 50px;
  display: flex;
}

.values-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-bottom: 70px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.values-icons {
  height: 120px;
}

.values-title {
  color: var(--white);
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.values-mid-line {
  background-color: var(--white);
  width: 50px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.values-des {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
}

.footprint-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.footprint-pic {
  padding-bottom: 15px;
}

.contents-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.perks-parts {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.perks-parts.mt-50 {
  margin-top: 50px;
}

.perks-parts-title {
  background-color: var(--main-blue);
  color: var(--white);
  margin-bottom: 30px;
  padding: 7px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.perks-parts-midline {
  background-color: var(--black-tx);
  width: 50px;
  height: 2px;
  margin-bottom: 30px;
}

.perks-p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 30px;
}

.icon-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.icon-list._3 {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
}

.icon-item {
  flex-flow: column;
  align-items: center;
  width: 23%;
  margin-bottom: 30px;
  display: flex;
}

.parts-icon-pic {
  height: 100px;
}

.parts-icon-info {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: 28px;
}

.parts-icon-info.align-center {
  margin-left: auto;
  margin-right: auto;
}

.parts-icon-info.align-center.max-650 {
  max-width: 650px;
}

.parts-tx-big {
  color: var(--main-blue);
  font-size: 24px;
  line-height: 24px;
}

.certification-list {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cert-item {
  flex-flow: column;
  align-items: center;
  width: 48%;
  margin-bottom: 30px;
  display: flex;
}

.cert-item.only-one {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.logo-green-org {
  height: 125px;
}

.cert-pic {
  height: 500px;
}

.policy-item {
  flex-flow: column;
  align-items: center;
  width: 32%;
  margin-top: 70px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.policy-title {
  color: var(--main-blue);
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.policy-pic {
  height: 150px;
}

.policy-midline {
  background-color: var(--main-blue);
  width: 100px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.policy-des {
  text-align: center;
  font-size: 15px;
  line-height: 28px;
}

.policy-num {
  z-index: -1;
  color: var(--blue10);
  font-size: 150px;
  font-weight: 700;
  line-height: 150px;
  position: absolute;
  inset: -70px auto auto 0%;
}

.parts-big-tx {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.parts-big-tx.align-center {
  margin-left: auto;
  margin-right: auto;
}

.menu-drop-troggle {
  text-transform: uppercase;
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.menu-drop-troggle.w--open {
  border-bottom-color: var(--main-blue);
  color: var(--main-blue);
}

.menu-drop-link {
  background-color: var(--white);
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
}

.menu-drop-link:hover {
  background-color: var(--main-blue);
  color: var(--white);
}

.menu-drop-link.w--current {
  color: var(--main-blue);
}

.menu-drop-link.w--current:hover {
  color: var(--white);
}

.menu-drop-list.w--open {
  background-color: var(--gery2);
}

.jobs-block {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.background-video-bg {
  background-image: url('../images/hero-video-cover.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  margin-left: auto;
}

.dropdown-side-menu {
  border: 1px solid var(--gery);
  background-image: url('../images/btn-arrow-right-blue.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.dropdown-side-menu-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--gery);
}

.drop-side-menu-item, .drop-s-menu-sub {
  background-color: var(--white);
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-s-menu-sub-list.w--open {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--gery);
}

.drop-s-menu-sub-item {
  background-color: var(--white);
  padding: 15px 50px 15px 30px;
  font-size: 18px;
  font-weight: 500;
}

.dropdown-2, .m-lang-block, .m-contact-btn {
  display: none;
}

.icon-mail-m {
  height: 12px;
  margin-right: 10px;
}

.jobs-content-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info-logos-block {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.jobs-info-logo-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.info-logos {
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.jobs-outer-link {
  background-color: var(--main-blue);
  color: var(--white);
  background-image: url('../images/btn-arrow-right.png');
  background-position: 80% 47%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  position: static;
  inset: auto 0% 0% auto;
}

.jobs-outer-link.large-btn {
  background-position: 92% 47%;
}

.jobs-opp-block {
  background-color: var(--blue8);
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 25px 50px 25px 30px;
  display: flex;
}

.jobs-opp-title {
  color: var(--main-blue);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.jobs-opp-des {
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 28px;
}

.jobs-opp-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.jobs-opp-other-sec-item {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  text-decoration: none;
}

.jobs-opp-other-sec-cover {
  width: 100%;
  height: 350px;
}

.jobs-opp-other-sec-cover.people {
  background-image: url('../images/page-ban-people.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jobs-opp-other-sec-cover.perk {
  background-image: url('../images/page-ban-perks.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.jobs-sec-title {
  background-color: var(--white);
  color: var(--main-blue);
  background-image: url('../images/slide-arrow-right.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding: 15px 5%;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-3 {
  width: 100%;
}

.business-cover-pic {
  width: 100%;
  height: 100%;
}

.business-cover-pic.finance-cards {
  background-image: url('../images/solution-finance.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-pic.transaction-cards {
  background-image: url('../images/solution-transaction.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-pic.identification-cards {
  background-image: url('../images/solution-identification.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-pic.personalization {
  background-image: url('../images/solution-personalization.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-cover-pic.loyalty-cards {
  background-image: url('../images/solution-loyalty.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-cover-pic {
  width: 100%;
  height: 100%;
}

.case-cover-pic._01 {
  background-image: url('../images/case-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-cover-pic._02 {
  background-image: url('../images/case-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-cover-pic._03 {
  background-image: url('../images/case-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-cover-pic.coming-soon {
  background-image: url('../images/Industry-Coming-Soon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover-pic {
  width: 100%;
  height: 100%;
}

.news-cover-pic._01 {
  background-image: url('../images/news-cover-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover-pic._02 {
  background-image: url('../images/news-cover-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-cover-pic._03 {
  background-image: url('../images/news-cover-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic-bg {
  width: 100%;
  height: 100%;
}

.sec-tags-pic-bg.about {
  background-image: url('../images/sec-pic-about.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic-bg.solutions {
  background-image: url('../images/sec-pic-solutions.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic-bg.industry {
  background-image: url('../images/sec-pic-industry.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-tags-pic-bg.career {
  background-image: url('../images/sec-pic-career.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-news-cover-pic {
  width: 100%;
  height: 100%;
}

.slide-news-cover-pic.sus-1 {
  background-image: url('../images/ESG-News-solar-power-system-p1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-news-cover-pic.sus-2 {
  background-image: url('../images/sus-news-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-news-cover-pic.sus-3 {
  background-image: url('../images/sus-news-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.color-bg {
  background-color: var(--blue6);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.head-search-pop {
  z-index: 99;
  background-color: var(--main-blue);
  padding: 15px;
  display: none;
  position: fixed;
  inset: 36px 0 auto auto;
}

.form-2 {
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: var(--blue2);
  color: var(--white);
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--blue2);
}

.form-block-2 {
  margin-bottom: 0;
}

.head-search-pop-m {
  z-index: 99;
  background-color: var(--main-blue);
  padding: 15px;
  display: none;
  position: fixed;
  inset: 36px 0 auto auto;
}

.tx-normal {
  font-weight: 400;
}

.contents-listing {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.content-list-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.content-list-pic {
  width: 100%;
  height: 300px;
}

.content-list-pic.computer-cheque {
  background-image: url('../images/security-products.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-list-pic.coupons {
  background-image: url('../images/coupon.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-list-pic.ticket {
  background-image: url('../images/ticket.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-list-info {
  margin-top: 15px;
}

.content-list-title {
  color: var(--main-blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.content-list-point-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.list {
  margin-top: 15px;
  font-size: 15px;
  line-height: 28px;
}

.list.mb-50 {
  margin-bottom: 50px;
}

.list.align-left {
  align-self: flex-start;
}

.sus-parts-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sus-parts-bg.environment {
  background-image: url('../images/sus-sec-ban-environment.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-parts-bg.social {
  background-image: url('../images/sus-sec-ban-social.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-parts-bg.gov {
  background-image: url('../images/sus-sec-ban-gov.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sus-list {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  color: var(--white);
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-height: 180px;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.sus-list._150 {
  max-height: 150px;
}

.news-d-sub-title-big {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.people-bg {
  position: absolute;
  inset: 0%;
}

.people-bg._01 {
  background-image: url('../images/Allison-Toll-Headshot-es-careers-feature-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-bg.coming {
  background-image: url('../images/Our-People-Coming-Soon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-menu-op-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.side-menu-btn-anime {
  width: 20px;
  height: 20px;
}

.select-field-2 {
  border: 1px solid var(--gery2);
  background-color: var(--white3);
  color: var(--black-tx);
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 15px;
}

.form-row {
  width: 100%;
}

.parts-remark-tx {
  text-align: center;
  margin-top: 15px;
  margin-right: auto;
  font-size: 15px;
  line-height: 28px;
}

.parts-remark-tx.align-center {
  margin-left: auto;
  margin-right: auto;
}

.parts-remark-tx.align-center.max-650 {
  max-width: 650px;
}

.sub-title {
  color: var(--main-blue);
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.sub-title.align-center {
  text-align: center;
}

.sub-title.align-center.tx-light-blue {
  color: var(--blue5);
  text-transform: uppercase;
}

.sub-title.align-center.mb-30 {
  margin-bottom: 30px;
}

.head-com-logo {
  border-bottom: 2px solid var(--main-blue);
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 15px;
  font-family: Clarendon, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  inset: 0% auto auto 190px;
}

.news-d-sub-sub-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}

.news-d-sub-sub-title.align-left {
  text-align: left;
  align-self: flex-start;
}

.menu-drop-cate-link {
  color: var(--black-tx);
  text-decoration: none;
}

.menu-drop-cate-link.w--current {
  color: var(--main-blue);
}

.search-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search-block-row {
  border-top: 2px solid var(--gery2);
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding: 50px 5%;
  display: flex;
}

.search-block-row.last {
  border-bottom-width: 0;
}

.search-result-item {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 50px;
  display: flex;
}

.search-result-title {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.search-result-title:hover {
  color: var(--main-blue);
}

.search-result-des {
  font-size: 15px;
  line-height: 30px;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

html.w-mod-js [data-ix="scroll-b-to-t"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-t-to-b"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="scroll-l-to-r"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="scroll-r-to-l"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="pic-op"] {
  opacity: 0;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }

  .hero-top-layer {
    width: 33%;
  }

  .hero-big-tx {
    font-size: 70px;
    line-height: 96px;
  }

  .hero-sub-tx {
    font-size: 24px;
  }

  .page-content-section.news-bg {
    background-size: 67%;
  }

  .page-content-section.investor {
    background-position: 100% 100%;
  }

  .section-tags {
    padding-top: 150px;
  }

  .news-cover, .news-cover._01, .news-cover._02, .news-cover._03 {
    height: 350px;
  }

  .page-title-block {
    left: 10%;
  }

  .top-msg-pic {
    min-height: 900px;
  }

  .title-1.align-center.mb-30 {
    margin-bottom: 50px;
  }

  .business-cover-block {
    height: 250px;
  }

  .image {
    width: 100%;
  }

  .business-list-item-2 {
    width: 31%;
  }

  .challenges-block {
    min-height: 500px;
  }

  .case-cover {
    height: 300px;
  }

  .solution-title {
    min-height: 50px;
  }

  .our-solution-ban-pic {
    height: 450px;
  }

  .slide-news-cover._01, .slide-news-cover._02, .slide-news-cover._03 {
    height: 350px;
  }

  .sus-parts {
    height: 450px;
  }

  .parts-container {
    max-width: 1920px;
  }

  .people-pic {
    height: 450px;
  }

  .jobs-opp-title {
    min-height: 50px;
  }

  .sub-title.align-center.mb-30 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .overflow-x {
    overflow: hidden;
  }

  .head-container {
    height: 90px;
    margin-top: 0;
  }

  .menu-link {
    border-bottom-width: 1px;
    border-bottom-color: var(--gery2);
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 40%;
    height: 100%;
    margin-top: 90px;
    display: flex;
    position: fixed;
    inset: 0 0% auto auto;
    overflow: auto;
    box-shadow: 0 0 5px #0003;
  }

  .head-right-top {
    display: none;
  }

  .hero-section {
    height: 650px;
  }

  .hero-pic {
    width: 50%;
  }

  .sec-tags-item {
    width: 46%;
    margin-bottom: 15px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .sec-tags-title {
    font-size: 50px;
    line-height: 60px;
  }

  .sec-tags-title-block.left-v.ml-30 {
    padding-left: 30px;
  }

  .sec-tags-title-bg {
    width: 50px;
    height: 55px;
  }

  .news-date {
    font-size: 16px;
    line-height: 22px;
  }

  .news-title {
    font-size: 18px;
    line-height: 24px;
  }

  .more-btn {
    font-size: 16px;
    line-height: 22px;
  }

  .sec-title {
    font-size: 50px;
    line-height: 60px;
  }

  .sec-title-bg {
    width: 55px;
    height: 55px;
  }

  .footer {
    padding-left: 0%;
  }

  .footer-left {
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
  }

  .footer-social-block {
    width: 100%;
  }

  .footer-center {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-contact-btn {
    height: 70px;
  }

  .copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .copyright-tx {
    font-size: 12px;
    line-height: 12px;
  }

  .cookie-policy-pop {
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .cookie-set-btn {
    margin-bottom: 10px;
  }

  .section-sitemap {
    padding-top: 50px;
  }

  .site-map-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-map-item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .site-map-item-block {
    margin-top: 20px;
  }

  .site-map-item {
    width: 32%;
    line-height: 22px;
  }

  .page-title {
    font-size: 40px;
  }

  .top-msg-item {
    width: 100%;
  }

  .timeline-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .year-shape-mark {
    width: 50px;
    height: 50px;
  }

  .year-shape-inbox {
    width: 15px;
    height: 15px;
  }

  .title-1 {
    font-size: 36px;
    line-height: 40px;
  }

  .contents-1 {
    margin-top: 15px;
  }

  .solutions-cate-item {
    width: 40%;
  }

  .business-menu {
    width: 100%;
    padding-left: 5%;
    display: flex;
  }

  .business-contents {
    width: 100%;
    padding-top: 0;
  }

  .b-menu-item-block {
    display: none;
  }

  .contents-left {
    width: 100%;
  }

  .contents-right.align-right {
    text-align: center;
    order: -1;
    width: 100%;
    margin-bottom: 15px;
  }

  .business-list-item-2 {
    width: 100%;
  }

  .hybrid-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-3 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .challenges-item {
    width: 46%;
  }

  .solution-item {
    width: 49%;
  }

  .investor-tx {
    font-size: 18px;
    line-height: 40px;
  }

  .sus-parts-info.right {
    left: 5%;
  }

  .people-section {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .menu-drop {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .menu-drop-troggle {
    border-bottom-width: 1px;
    border-bottom-color: var(--gery2);
    background-image: url('../images/btn-arrow-right-blue.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: auto 12px;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-drop-link.w--current {
    color: var(--main-blue);
  }

  .menu-drop-link.w--current:hover {
    color: var(--white);
  }

  .menu-drop-list.w--open {
    position: relative;
  }

  .menu-button {
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    padding: 15px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
    align-items: center;
    height: auto;
  }

  .background-video-bg {
    width: 80%;
  }

  .dropdown-side-menu {
    background-color: var(--white);
    background-position: 90%;
  }

  .dropdown-side-menu-list {
    background-color: #ddd0;
  }

  .dropdown-side-menu-list.w--open {
    border-width: 1px;
  }

  .drop-side-menu-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .drop-side-menu-item:hover, .drop-side-menu-item.w--current {
    color: var(--main-blue);
  }

  .drop-s-menu-sub {
    width: 100%;
    padding-left: 20px;
    padding-right: 40px;
  }

  .dropdown-s-menu-sub-list {
    background-color: #ddd0;
  }

  .dropdown-s-menu-sub-list.w--open {
    background-color: var(--main-blue);
    color: var(--white);
    border-width: 1px;
  }

  .drop-s-menu-sub-item {
    background-color: var(--main-blue);
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .drop-s-menu-sub-item.w--current {
    background-color: var(--white);
    color: var(--main-blue);
  }

  .dropdown-2 {
    z-index: 1;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-3 {
    width: 100%;
  }

  .lottie-animation {
    width: 40px;
    height: 40px;
  }

  .m-lang-block {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 15px;
    padding: 15px;
    display: flex;
  }

  .m-lang-link {
    color: var(--black-tx);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
  }

  .m-lang-link:hover {
    color: var(--main-blue);
  }

  .m-lang-midline {
    background-color: var(--black-tx);
    width: 1px;
    height: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-contact-btn {
    background-color: var(--main-blue);
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 30px 5% 15px;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    display: flex;
  }

  .info-logos-block {
    justify-content: space-between;
    align-items: center;
  }

  .jobs-opp-block {
    width: 49%;
  }

  .head-search-pop-m {
    display: block;
    position: static;
  }

  .contents-listing {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .news-d-sub-title-big {
    font-size: 24px;
    line-height: 30px;
  }

  .sub-title {
    font-size: 36px;
    line-height: 40px;
  }

  .drop-s-menu-link {
    color: var(--black-tx);
    text-decoration: none;
  }

  .search-block-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .search-result-item {
    margin-bottom: 30px;
  }

  .search-result-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .head-container {
    align-items: center;
    height: 60px;
    margin-top: 0;
  }

  .brand {
    width: 150px;
    height: 50px;
  }

  .nav-menu {
    max-width: 50%;
    margin-top: 60px;
  }

  .head-com-name {
    font-size: 14px;
    line-height: 24px;
    left: 150px;
  }

  .hero-big-tx {
    font-size: 40px;
    line-height: 60px;
  }

  .hero-sub-tx {
    max-width: 220px;
    font-size: 18px;
    line-height: 24px;
  }

  .sec-tags-item {
    width: 100%;
  }

  .sec-tags-item.mt-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .news-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-title {
    font-size: 40px;
    line-height: 50px;
  }

  .sec-title-bg {
    width: 45px;
    height: 45px;
  }

  .page-top {
    height: 60px;
  }

  .site-map-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .site-map-item-title {
    padding-right: 25px;
    font-size: 20px;
    line-height: 30px;
  }

  .site-map-item-block {
    margin-top: 15px;
  }

  .site-map-item {
    width: 49%;
    line-height: 22px;
  }

  .page-banner {
    height: 350px;
  }

  .page-title {
    font-size: 30px;
    line-height: 30px;
  }

  .page-title-color-block1 {
    width: 40px;
    height: 40px;
    top: -40px;
    left: -40px;
  }

  .page-title-color-block2 {
    top: -60px;
  }

  .section-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tr {
    flex-flow: column;
  }

  .td-title {
    border-right-width: 0;
    width: 100%;
  }

  .td-info {
    width: 100%;
  }

  .top-msg-item {
    flex-flow: column;
    margin-top: 0;
  }

  .top-msg-pic {
    width: 100%;
    height: 600px;
    min-height: auto;
  }

  .top-msg-block {
    width: 100%;
  }

  .top-msg-block.left {
    order: 1;
  }

  .top-msg-tx {
    font-size: 18px;
    line-height: 30px;
  }

  .top-msg-tx-block {
    background-size: auto 15px, auto 15px;
  }

  .history-timeline {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .timeline-row {
    justify-content: flex-start;
  }

  .timeline-item {
    align-items: flex-start;
    width: 100%;
    margin-right: 0%;
    padding-left: 70px;
    padding-right: 0;
  }

  .timeline-item.right {
    margin-left: 0%;
  }

  .year-info.right {
    text-align: left;
  }

  .timeline-mid-line {
    left: 25px;
  }

  .year-shape-mark-last {
    left: 15px;
  }

  .award-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .award-row {
    flex-flow: column;
  }

  .award-pic {
    width: 100%;
    height: 200px;
  }

  .award-info-block {
    width: 100%;
    margin-top: 15px;
  }

  .award-des {
    margin-top: 15px;
  }

  .corp-video-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .title-1 {
    font-size: 30px;
    line-height: 40px;
  }

  .solution-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .business-list-item {
    width: 48%;
  }

  .business-item-title {
    font-size: 20px;
  }

  .hybrid-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .hybrid-section.mb-200 {
    padding-bottom: 100px;
  }

  .jobs-opp-other-sec {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .challenges-item {
    width: 96%;
  }

  .case-list-block {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .case-item {
    width: 46%;
    margin-bottom: 20px;
  }

  .case-studies, .our-solutions {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .solution-item {
    width: 100%;
  }

  .news-section, .news-d-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .news-d-des {
    margin-bottom: 25px;
  }

  .investor-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .investor-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .investor-row-left {
    order: 1;
    width: 100%;
  }

  .investor-row-right {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .sus-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .slide-news-item {
    width: 48%;
  }

  .sus-parts {
    padding-left: 5%;
    padding-right: 5%;
  }

  .news-d-sub-title {
    margin-bottom: 15px;
  }

  .people-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .people-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .people-name {
    font-size: 30px;
  }

  .people-des {
    line-height: 30px;
  }

  .location-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .location-row {
    flex-flow: column;
  }

  .location-cover {
    width: 50%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .location-info {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .footprint-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .perks-parts.mt-50 {
    margin-top: 25px;
  }

  .perks-parts-title {
    font-size: 20px;
  }

  .icon-list {
    grid-column-gap: 8%;
    grid-row-gap: 8%;
  }

  .icon-item {
    width: 44%;
  }

  .parts-icon-pic {
    height: 70px;
  }

  .cert-item {
    width: 100%;
  }

  .policy-item {
    width: 46%;
  }

  .menu-button {
    margin-top: 0;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .jobs-info-logo-item {
    width: 23%;
  }

  .jobs-opp-block {
    width: 100%;
  }

  .jobs-opp-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .jobs-opp-other-sec-item {
    width: 96%;
    margin-bottom: 30px;
  }

  .content-list-item {
    width: 100%;
  }

  .news-d-sub-title-big {
    font-size: 20px;
  }

  .sub-title {
    font-size: 30px;
    line-height: 40px;
  }

  .head-com-logo {
    max-width: 240px;
    font-size: 14px;
    line-height: 24px;
    left: 150px;
  }

  .news-d-sub-sub-title {
    margin-bottom: 15px;
  }

  .search-block-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .search-result-item {
    margin-bottom: 25px;
  }

  .search-result-title {
    padding-right: 25px;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .head-container {
    align-items: center;
    height: 60px;
    margin-top: 0;
  }

  .brand {
    width: 150px;
    height: 60px;
  }

  .head-com-name {
    display: none;
  }

  .sec-title {
    font-size: 30px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-center {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-contact-btn {
    height: 50px;
  }

  .page-top {
    height: 60px;
  }

  .site-map-item {
    width: 100%;
    padding-left: 20px;
  }

  .page-banner, .page-banner.about, .page-banner.hybrid--bpo {
    height: 250px;
  }

  .page-title-block {
    max-width: 250px;
  }

  .page-title {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .section-contents {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .td-title {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .td-info {
    font-size: 14px;
    line-height: 20px;
  }

  .top-msg-pic {
    height: 300px;
  }

  .top-msg-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .top-msg-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .top-msg-tx-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sign-block {
    flex-flow: column;
  }

  .sign-pic {
    margin-top: 10px;
    margin-left: 0;
  }

  .history-timeline {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .timeline-item {
    padding-left: 40px;
  }

  .year-cover-block {
    width: 100%;
  }

  .year-shape-mark {
    width: 30px;
    height: 30px;
    top: 5px;
  }

  .year-shape-inbox {
    width: 10px;
    height: 10px;
  }

  .timeline-mid-line {
    left: 14px;
  }

  .year-shape-mark-last {
    left: 5px;
  }

  .award-section, .corp-video-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .title-1 {
    font-size: 24px;
    line-height: 30px;
  }

  .contents-1 {
    line-height: 24px;
  }

  .solution-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-top-info-tx {
    margin-top: 25px;
  }

  .solutions-cate-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .solutions-cate-item.mt-50 {
    margin-top: 0;
  }

  .solutions-cate-title {
    font-size: 28px;
  }

  .business-list-item {
    width: 100%;
  }

  .hybrid-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hybrid-section.mb-200 {
    padding-bottom: 50px;
  }

  .title-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .jobs-opp-other-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .challenges-slide {
    padding-left: 7%;
    padding-right: 7%;
  }

  .case-item {
    width: 100%;
  }

  .case-studies, .our-solutions, .news-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news-list-row {
    flex-flow: column;
  }

  .news-title2 {
    margin-top: 15px;
  }

  .news-d-section, .investor-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .investor-row {
    margin-bottom: 25px;
  }

  .investor-tx {
    font-size: 16px;
    line-height: 30px;
  }

  .sus-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slide-news-item {
    width: 98%;
  }

  .sus-parts {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sus-parts-info {
    width: 100%;
    left: 0%;
  }

  .sus-parts-info.right {
    left: 0%;
  }

  .sus-parts-title {
    font-size: 30px;
  }

  .sus-parts-item-list {
    height: auto;
    margin-top: 15px;
  }

  .sus-parts-item-list.h-150 {
    height: auto;
  }

  .news-d-sub-title {
    font-size: 18px;
    line-height: 24px;
  }

  .people-tx {
    font-size: 16px;
    line-height: 30px;
  }

  .people-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .people-list {
    margin-top: 25px;
  }

  .people-item {
    width: 100%;
  }

  .people-name {
    font-size: 24px;
    line-height: 30px;
  }

  .people-des {
    font-size: 16px;
  }

  .location-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title2 {
    font-size: 24px;
    line-height: 30px;
  }

  .location-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .location-cover {
    width: 80%;
  }

  .contact-info-tx {
    font-size: 16px;
  }

  .location-title {
    font-size: 20px;
  }

  .office-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .form-block {
    width: 100%;
  }

  .purpose-info-tx {
    font-size: 18px;
    line-height: 30px;
  }

  .values-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .values-title {
    margin-top: 15px;
  }

  .values-des {
    margin-top: 0;
  }

  .footprint-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon-item {
    width: 100%;
  }

  .logo-green-org, .cert-pic {
    height: auto;
  }

  .policy-item {
    width: 100%;
  }

  .policy-title {
    font-size: 16px;
  }

  .policy-pic {
    height: 100px;
  }

  .policy-des {
    font-size: 14px;
    line-height: 24px;
  }

  .parts-big-tx {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
  }

  .dropdown-side-menu {
    padding-left: 15px;
    padding-right: 40px;
  }

  .dropdown-s-menu-sub-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .drop-s-menu-sub-item {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 16px;
  }

  .jobs-info-logo-item {
    margin-bottom: 15px;
  }

  .jobs-outer-link {
    background-position: 90% 47%;
  }

  .jobs-opp-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .jobs-opp-other-sec-cover {
    height: 250px;
  }

  .jobs-sec-title {
    font-size: 18px;
    line-height: 24px;
  }

  .content-list-pic {
    height: 250px;
  }

  .news-d-sub-title-big {
    font-weight: 700;
    line-height: 28px;
  }

  .sub-title {
    font-size: 24px;
    line-height: 30px;
  }

  .head-com-logo {
    display: none;
  }

  .news-d-sub-sub-title {
    font-size: 16px;
    line-height: 22px;
  }

  .search-result-item {
    margin-bottom: 15px;
  }
}


@font-face {
  font-family: 'Clarendon';
  src: url('../fonts/Clarendon-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}