@charset "UTF-8";
:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #0f203e;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body.bg-primary {
  background-color: #0f203e;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  line-height: 1.8333333333;
}

main.main {
  line-height: 2;
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
main.main a {
  text-decoration: none;
}
main.main a:not([class]) {
  color: #b2bac7;
  text-decoration: underline;
}
main.main a:not([class]):hover {
  text-decoration: none;
}
main.main img {
  vertical-align: bottom;
}

:where(a) {
  color: #0f203e;
}
.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .wrap {
    padding: 0 40px;
    max-width: 1720px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 24px;
  }
}

@media screen and (min-width: 769px) {
  .contents {
    margin-left: auto;
    max-width: 1320px;
    width: 78.5714285714%;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
#go_top {
  display: none !important;
}

#header {
  z-index: 1000;
}

.open-technologyExcellenceGlobalNav .menu-btn {
  display: none !important;
}

.technologyExcellenceGlobalNav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: auto;
}
.technologyExcellenceGlobalNav-btn {
  position: fixed;
  top: 98px;
  right: 24px;
  z-index: 100;
  display: none;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  background-color: transparent;
  color: #0f203e;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-appearance: none;
}
.open-technologyExcellenceGlobalNav .technologyExcellenceGlobalNav-btn {
  opacity: 0 !important;
  pointer-events: none !important;
}
.technologyExcellenceGlobalNav-btn {
  color: #fff;
}
.mode-sp .in_white .technologyExcellenceGlobalNav-btn {
  color: #0f203e;
}
.bg-primary .mode-sp .in_white .technologyExcellenceGlobalNav-btn {
  color: #fff;
}
.mode-sp .bg-primary .in_white .technologyExcellenceGlobalNav-btn {
  color: #fff;
}
.mode-sp .in_bottomWhite .technologyExcellenceGlobalNav-btn {
  color: #0f203e !important;
}
.technologyExcellenceGlobalNav-btn.in_white {
  color: #0f203e;
}
.technologyExcellenceGlobalNav-btn.in_white.bg-primary {
  color: #fff;
}
.technologyExcellenceGlobalNav-btn.in_bottomWhite {
  color: #0f203e !important;
}
.mode-sp .technologyExcellenceGlobalNav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technologyExcellenceGlobalNav-btn-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 36px;
  right: 16px;
  z-index: 100;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 24px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .technologyExcellenceGlobalNav-btn-close {
  display: none;
}
.mode-sp .technologyExcellenceGlobalNav-btn-close {
  display: none;
}
.mode-sp [open] .technologyExcellenceGlobalNav-btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.technologyExcellenceGlobalNav-btn-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #fff;
}
.technologyExcellenceGlobalNav-btn-close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
[open] .technologyExcellenceGlobalNav-btn-close-line:nth-child(1) {
  -webkit-animation-name: btnClose1;
          animation-name: btnClose1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.technologyExcellenceGlobalNav-btn-close-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
[open] .technologyExcellenceGlobalNav-btn-close-line:nth-child(2) {
  -webkit-animation-name: btnClose2;
          animation-name: btnClose2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mode-sp .technologyExcellenceGlobalNav-list {
  margin-top: 72px;
}
.technologyExcellenceGlobalNav-list-item {
  overflow: hidden;
  padding: 0 1px;
  height: 19px;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.mode-pc .technologyExcellenceGlobalNav-list-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.mode-pc .technologyExcellenceGlobalNav-list-item:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mode-pc .technologyExcellenceGlobalNav-list-item:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mode-pc .technologyExcellenceGlobalNav-list-item:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.gNavLoaded .mode-pc .technologyExcellenceGlobalNav-list-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mode-sp .technologyExcellenceGlobalNav-list-item {
  font-size: 2rem;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.open-technologyExcellenceGlobalNav .mode-sp .technologyExcellenceGlobalNav-list-item {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mode-sp .technologyExcellenceGlobalNav-list-item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.mode-sp .technologyExcellenceGlobalNav-list-item:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mode-sp .technologyExcellenceGlobalNav-list-item:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.technologyExcellenceGlobalNav-list-item + .technologyExcellenceGlobalNav-list-item {
  margin-top: 32px;
}
.mode-sp .technologyExcellenceGlobalNav-list-item + .technologyExcellenceGlobalNav-list-item {
  margin-top: 56px;
}
.technologyExcellenceGlobalNav-list-item-link {
  display: block;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, transform 0.3s;
  transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.technologyExcellenceGlobalNav-list-item-link:hover {
  -webkit-transform: translate(6.5762240845px, -53%);
          transform: translate(6.5762240845px, -53%);
}
.in_white .technologyExcellenceGlobalNav-list-item-link {
  color: #0f203e;
}
.bg-primary .technologyExcellenceGlobalNav-list-item-link {
  color: #fff;
}
.bg-primary .in_white .technologyExcellenceGlobalNav-list-item-link {
  color: #fff;
}
.in_bottomWhite .technologyExcellenceGlobalNav-list-item-link {
  color: #0f203e !important;
}
.mode-sp .technologyExcellenceGlobalNav-list-item-link {
  color: #fff;
}
.technologyExcellenceGlobalNav-list-item-link::after {
  content: attr(data-label);
  display: block;
  margin-top: 2px;
  color: #b2bac7;
  -webkit-transform: translateX(-6.5762240845px);
          transform: translateX(-6.5762240845px);
}
.in_white .technologyExcellenceGlobalNav-list-item-link::after {
  color: #b2bac7;
}
.bg-primary .in_white .technologyExcellenceGlobalNav-list-item-link::after {
  color: #b2bac7;
}
.in_bottomWhite .technologyExcellenceGlobalNav-list-item-link::after {
  color: #b2bac7 !important;
}
.technologyExcellenceGlobalNav-dialog {
  display: contents;
  pointer-events: auto;
}
.mode-sp .technologyExcellenceGlobalNav-dialog {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 36px 24px;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  pointer-events: none;
}
.open-technologyExcellenceGlobalNav .mode-sp .technologyExcellenceGlobalNav-dialog {
  opacity: 1;
  pointer-events: auto;
}
.header--scroll .mode-sp .technologyExcellenceGlobalNav-dialog {
  top: 54px;
}
.mode-sp .technologyExcellenceGlobalNav-dialog::-ms-backdrop {
  top: 0;
  background-color: rgba(15, 32, 62, 0.8);
  -ms-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.mode-sp .technologyExcellenceGlobalNav-dialog::backdrop {
  top: 0;
  background-color: rgba(15, 32, 62, 0.8);
  -webkit-transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.header--scroll .mode-sp .technologyExcellenceGlobalNav-dialog::-ms-backdrop {
  top: 54px;
}
.header--scroll .mode-sp .technologyExcellenceGlobalNav-dialog::backdrop {
  top: 54px;
}
.technologyExcellenceGlobalNav-dialog-logo {
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  letter-spacing: 0;
  font-size: 2.6rem;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1.4;
}
.mode-sp .technologyExcellenceGlobalNav-dialog-logo {
  font-size: 1.9rem;
}
.open-technologyExcellenceGlobalNav .mode-sp .technologyExcellenceGlobalNav-dialog-logo {
  display: block;
}

.technologyExcellenceTtl-02 {
  color: #7b899f;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Regular";
  line-height: 1;
  opacity: 0.7;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTtl-02 {
    font-size: clamp(5.4rem, 7vw, 9.6rem);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTtl-02 {
    font-size: 5.4rem;
  }
}
.technologyExcellenceTtl-02-bottom-txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTtl-02-bottom-txt {
    margin-top: 8px;
    font-size: clamp(2rem, 3.5vw, 4.8rem);
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTtl-02-bottom-txt {
    margin-top: 16px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.technologyExcellenceTtl-02-txt {
  margin-top: 16px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTtl-02-txt {
    font-size: clamp(1.5rem, 1.5vw, 2.4rem);
    line-height: 1.75;
  }
  .contactPage .technologyExcellenceTtl-02-txt {
    margin-top: 32px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTtl-02-txt {
    font-size: 1.3rem;
    line-height: 1.7461538462;
  }
  .contactPage .technologyExcellenceTtl-02-txt {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}

.technologyExcellenceTxt {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTxt {
    font-size: clamp(1.5rem, 1.5vw, 2.4rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTxt {
    font-size: 1.3rem;
    line-height: 1.7461538462;
  }
}

.technologyExcellenceButton-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceButton-secondary {
    padding-inline: 16px;
    width: 260px;
    height: 80px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceButton-secondary {
    padding-inline: 8px;
    width: 150px;
    height: 46px;
    font-size: 1rem;
  }
}
.technologyExcellenceButton-secondary:hover::before {
  width: 100%;
  opacity: 0.25;
}
.technologyExcellenceButton-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.technologyExcellenceButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #0f203e;
  background-image: url("../img/common/arrow-primary.svg");
  background-position: right 8px center;
  background-repeat: no-repeat;
  color: #0f203e;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Prompt", "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceButton {
    padding: 0 12px;
    width: 320px;
    height: 64px;
    background-size: 36px auto;
    font-size: 2rem;
  }
  .technologyExcellenceButton:hover {
    margin-right: -10px;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceButton {
    padding: 0 8px;
    width: 154px;
    height: 44px;
    background-size: 24px auto;
    font-size: 1.1rem;
  }
}
.technologyExcellenceProfessionals .technologyExcellenceButton {
  border-bottom: 1px solid #fff;
  background-image: url("../img/common/arrow-white.svg");
  color: #fff;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceProfessionals .technologyExcellenceButton {
    width: 240px;
  }
  .technologyExcellenceProfessionals .technologyExcellenceButton:hover {
    margin-right: -10px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceProfessionals .technologyExcellenceButton {
    width: 154px;
    height: 44px;
  }
}
.technologyExcellencePeople .technologyExcellenceButton {
  border-bottom: 1px solid #fff;
  background-image: url("../img/common/arrow-white.svg");
  color: #fff;
}
@media screen and (min-width: 769px) {
  .technologyExcellencePeople .technologyExcellenceButton {
    width: 240px;
  }
  .technologyExcellencePeople .technologyExcellenceButton:hover {
    margin-right: -10px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellencePeople .technologyExcellenceButton {
    width: 154px;
    height: 44px;
  }
}
.technologyExcellenceButton-body {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceButton-body {
    height: 42px;
  }
  :hover > .technologyExcellenceButton-body > .technologyExcellenceButton-body-txt {
    -webkit-transform: translate(7.6145752557px, -50%);
            transform: translate(7.6145752557px, -50%);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceButton-body {
    height: 18px;
  }
}
.technologyExcellenceButton-body-txt {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.technologyExcellenceButton-body-txt::after {
  content: attr(data-label);
  display: block;
  margin-top: 2px;
  -webkit-transform: translateX(-7.6145752557px);
          transform: translateX(-7.6145752557px);
}
.technologyExcellenceButton-secondary {
  background-color: #1c7aac;
  color: #fff;
}

.articleItem {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .articleItem:hover .articleItem-ttl {
    opacity: 0.7;
  }
  .articleItem:hover .articleItem-img::after {
    opacity: 0.2;
  }
  .articleItem:hover .articleItem-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.articleItem-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.TypeSlide .articleItem-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.articleItem-img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .articleItem-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.articleItem-img img {
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.TypeSlide .articleItem-img img {
  height: 100%;
  aspect-ratio: 48/27;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleItem-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .articleItem-meta {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .articleItem-meta {
    gap: 8px;
  }
}
.articleItem-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 5px;
}
.articleItem-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.articleItem-keywords .labelItem {
  border-radius: 4px;
}
.articleItem-date {
  color: #b2bac7;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
}
@media screen and (min-width: 769px) {
  .TypeSlide .articleItem-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeSlide .articleItem-date {
    font-size: 0.9rem;
  }
}
.TypeSlide .articleItem-body {
  display: contents;
}
.articleItem-ttl {
  line-height: 1.8333333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.TypeSlide .articleItem-ttl {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .TypeSlide .articleItem-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .TypeSlide .articleItem-ttl {
    font-size: 1.4rem;
  }
}

.technologyExcellenceHeader {
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  padding-top: 80px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  pointer-events: none;
}
.mode-sp .technologyExcellenceHeader {
  position: absolute;
  top: 54px;
  padding-top: 36px;
  pointer-events: auto;
}
.mode-sp .technologyExcellenceHeader .wrap {
  padding-inline: 24px;
}
.technologyExcellenceHeader-logo {
  margin-bottom: 72px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  pointer-events: auto;
}
.mode-sp .technologyExcellenceHeader-logo {
  margin-bottom: 0;
  width: 167px;
}
.technologyExcellenceHeader-logo-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #0f203e;
  color: #fff;
  font-size: 2.6rem;
  font-family: "AvenirNextLTPro-Bold";
  line-height: 1.4;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.technologyExcellenceHeader-logo-link:hover {
  color: #b2bac7;
}
.mode-sp .technologyExcellenceHeader-logo-link {
  font-size: 1.9rem;
}
.in_white .technologyExcellenceHeader-logo-link {
  color: #0f203e;
}
.in_white .technologyExcellenceHeader-logo-link:hover {
  color: #b2bac7;
}
.bg-primary .in_white .technologyExcellenceHeader-logo-link {
  color: #fff;
}
.bg-primary .in_white .technologyExcellenceHeader-logo-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.in_bottomWhite .technologyExcellenceHeader-logo-link {
  color: #0f203e;
}
.in_bottomWhite .technologyExcellenceHeader-logo-link:hover {
  color: #b2bac7;
}

.articleList {
  container: articleList/inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .articleList {
    gap: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .articleList {
    gap: 20px;
  }
}
.articleList-item {
  display: block;
  list-style: none;
}

.listSlider {
  position: relative;
}
.listSlider .swiper {
  overflow-x: visible;
}
.listSlider .swiper-button-prev {
  top: 28.125%;
  left: -60px;
}
.listSlider .swiper-button-prev::after {
  content: "";
  display: block;
  min-width: 42px;
  min-height: 42px;
  background-image: url("../img/common/arrow-slider-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.listSlider .swiper-button-next {
  top: 28.125%;
  right: -60px;
}
.listSlider .swiper-button-next::after {
  content: "";
  display: block;
  min-width: 42px;
  min-height: 42px;
  background-image: url("../img/common/arrow-slider-next.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.listSlider .swiper-slide {
  height: auto;
}
.listSlider .swiper-slide .articleItem {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.listSlider .swiper-slide.swiper-slide-prev .articleItem {
  opacity: 1;
}
.listSlider .swiper-slide.swiper-slide-active .articleItem {
  opacity: 1;
}
.listSlider .swiper-slide.swiper-slide-next .articleItem {
  opacity: 1;
}

.technologyExcellenceContact {
  position: relative;
  background-color: #f0f1f4;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceContact {
    padding: 114px 0 320px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceContact {
    padding: 56px 0 150px;
  }
}
.technologyExcellenceContact .technologyExcellenceTtl-02-txt {
  color: #0f203e;
}
.technologyExcellenceContact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 80px;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceContact-contents {
    margin-top: 88px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceContact-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
  }
}
.technologyExcellenceFooter {
  background-color: #f0f1f4;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceFooter {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceFooter {
    padding-bottom: 24px;
  }
}
.contactPage .technologyExcellenceFooter {
  background-color: #fff;
}
.technologyExcellenceFooter-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.technologyExcellenceFooter-contents-item-link {
  color: #7b899f;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceFooter-contents-item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceFooter-contents-item-link {
    font-size: 0.9rem;
  }
}
.technologyExcellenceFooter-contents-item-logo {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .technologyExcellenceFooter-contents-item-logo {
    max-width: 112px;
  }
}
.technologyExcellenceFooter-contents-item-copy {
  margin-top: 16px;
  color: #7b899f;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceFooter-contents-item-copy {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceFooter-contents-item-copy {
    font-size: 0.9rem;
  }
}

.technologyExcellenceTopMv {
  position: relative;
}
.technologyExcellenceTopMv-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Demi";
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopMv-ttl {
    font-size: clamp(2.4rem, 6vw, 8rem);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopMv-ttl {
    font-size: 2.4rem;
  }
}
.technologyExcellenceTopMv-movie {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopMv-movie {
    height: calc(100dvh - 80px);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopMv-movie {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5/1;
  }
}
.technologyExcellenceTopMv-movie img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.technologyExcellenceTopMv-movie video {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.technologyExcellenceTopMv-scroller {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: auto;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopMv-scroller {
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopMv-scroller {
    display: none;
  }
}
.technologyExcellenceTopMv-scroller::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: mvScroller 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
          animation: mvScroller 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@-webkit-keyframes mvScroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes mvScroller {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.technologyExcellenceOurConcept {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceOurConcept {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceOurConcept {
    padding: 72px 0 100px;
  }
}
.technologyExcellenceOurConcept .contents {
  max-width: 1234px;
}
.technologyExcellenceOurConcept .technologyExcellenceTxt {
  margin-top: 48px;
}
.technologyExcellenceOurConcept-img {
  margin: auto;
  margin-top: 64px;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceOurConcept-img {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceOurConcept-img {
    width: 80%;
  }
}

.technologyExcellenceTopApproach {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopApproach {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopApproach {
    padding: 56px 0 0;
  }
}
.technologyExcellenceTopApproach-wrap {
  background-color: #0f203e;
}
.technologyExcellenceTopApproach-wrap.inside::before {
  opacity: 1;
}
.technologyExcellenceTopApproach-wrap::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../img/top/bg-service.png");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopApproach-wrap::before {
    background-position: center;
    background-size: 72.3958333333% auto;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopApproach-wrap::before {
    background-position: right 40px center;
    background-size: 150% auto;
  }
}
.technologyExcellenceTopApproach .contents {
  position: relative;
  z-index: 1;
  max-width: 1374px;
}
.technologyExcellenceTopApproach-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopApproach-contents {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopApproach-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopApproach-contents-body {
    width: 40.7569141194%;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopApproach-contents-body {
    width: 100%;
  }
}
.technologyExcellenceTopApproach-contents-body-txt {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopApproach-contents-body-txt {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopApproach-contents-body-txt {
    font-size: 1.1rem;
    line-height: 1.7461538462;
  }
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopApproach-contents-img {
    width: 51.673944687%;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopApproach-contents-img {
    width: 100%;
  }
}

.technologyExcellenceTopService {
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService {
    padding: 80px 0 290px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService {
    padding: 48px 0 56px;
  }
}
.technologyExcellenceTopService .contents {
  position: relative;
  z-index: 1;
}
.technologyExcellenceTopService-list {
  position: relative;
  list-style-type: none;
  counter-reset: item;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list {
    height: 300dvh;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list {
    overflow: hidden;
    padding-bottom: 100px;
  }
}
.technologyExcellenceTopService-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    height: 100dvh;
    pointer-events: none;
  }
  :last-child.inside > .technologyExcellenceTopService-list-item {
    position: sticky;
    top: 0;
  }
  :last-child.after > .technologyExcellenceTopService-list-item {
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService-list-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
  }
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-wrap {
    height: 50dvh;
  }
  .technologyExcellenceTopService-list-item-wrap:last-child.inside {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
  .technologyExcellenceTopService-list-item-wrap:last-child.after {
    position: sticky;
    top: 0;
    height: 100dvh;
  }
}
.technologyExcellenceTopService-list-item-contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-contents {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.technologyExcellenceTopService-list-item-ttl {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService-list-item-ttl {
    margin-top: clamp(20px, 3vw, 42px);
    margin-bottom: 24px;
    padding-left: clamp(80px, 7vw, 112px);
    font-size: clamp(2rem, 2.7vw, 4.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService-list-item-ttl {
    margin-top: clamp(20px, 3vw, 42px);
    margin-bottom: 24px;
    padding-left: 50px;
    font-size: 2rem;
  }
}
.technologyExcellenceTopService-list-item-ttl::before {
  content: counter(item);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #bbb;
  counter-increment: item;
  font-weight: 400;
  font-family: "AvenirNextLTPro-Italic", "AvenirNextLTPro-It";
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService-list-item-ttl::before {
    font-size: clamp(6rem, 10vw, 14.1rem);
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService-list-item-ttl::before {
    font-size: 6rem;
  }
}
.technologyExcellenceTopService-list-item-subTtl {
  font-weight: 400;
  font-family: "AvenirLTPro-Medium";
  line-height: 1;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-subTtl {
    margin-top: 32px;
    font-size: clamp(2rem, 2.5vw, 3.6rem);
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-subTtl {
    margin-top: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}
.technologyExcellenceTopService-list-item-txt {
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-txt {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-txt {
    font-size: 1.1rem;
    line-height: 1.7461538462;
  }
}
.technologyExcellenceTopService-list-item-body {
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService-list-item-body {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService-list-item-body {
    width: 100%;
  }
}
.technologyExcellenceTopService-list-item-wrap.before .technologyExcellenceTopService-list-item-body {
  opacity: 0;
  -webkit-transform: translate(-27.6893645662px, 80px);
          transform: translate(-27.6893645662px, 80px);
}
.technologyExcellenceTopService-list-item-wrap.inside .technologyExcellenceTopService-list-item-body {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
.technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-body {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-body {
    -webkit-transform: translate(27.6893645662px, -80px);
            transform: translate(27.6893645662px, -80px);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-body {
    -webkit-transform: translate(27.6893645662px, -80px);
            transform: translate(27.6893645662px, -80px);
  }
}
.technologyExcellenceTopService-list-item-body-list {
  margin-top: 16px;
  list-style-type: none;
}
.technologyExcellenceTopService-list-item-body-list-item {
  position: relative;
  display: block;
  padding-left: 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopService-list-item-body-list-item {
    font-size: clamp(1.2rem, 1vw, 1.6rem);
    line-height: 1.75;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopService-list-item-body-list-item {
    font-size: 1.1rem;
    line-height: 1.75;
  }
  .technologyExcellenceTopService-list-item-body-list-item + .technologyExcellenceTopService-list-item-body-list-item {
    margin-top: 4px;
  }
}
.technologyExcellenceTopService-list-item-body-list-item::before {
  content: "-";
  position: absolute;
  left: 0;
}
.technologyExcellenceTopService-list-item-body-list-item-link {
  color: #fff;
  font-weight: 700;
}
.technologyExcellenceTopService-list-item-body-list-item-link[href=""] {
  text-decoration: none !important;
  pointer-events: none;
}
.main .technologyExcellenceTopService-list-item-body-list-item-link {
  text-decoration: underline;
}
.technologyExcellenceTopService-list-item-body-list-item-link:hover {
  text-decoration: none;
}
.technologyExcellenceTopService-list-item-img {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: skewX(-20.25deg);
          transform: skewX(-20.25deg);
  pointer-events: none;
}
.technologyExcellenceTopService-list-item-wrap.before .technologyExcellenceTopService-list-item-img {
  -webkit-animation-name: technologyExcellenceTopService-item-before;
          animation-name: technologyExcellenceTopService-item-before;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.technologyExcellenceTopService-list-item-wrap.inside .technologyExcellenceTopService-list-item-img {
  opacity: 1;
  -webkit-animation-name: technologyExcellenceTopService-item-inside;
          animation-name: technologyExcellenceTopService-item-inside;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-img {
    -webkit-animation-name: technologyExcellenceTopService-item-after;
            animation-name: technologyExcellenceTopService-item-after;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-img {
    -webkit-animation-name: technologyExcellenceTopService-item-after;
            animation-name: technologyExcellenceTopService-item-after;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.technologyExcellenceTopService-list-item-img-wrap {
  position: relative;
  overflow: hidden;
  max-width: 668px;
  height: auto;
  text-align: center;
  -webkit-transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 1s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-img-wrap {
    width: calc(50% - 40px);
    aspect-ratio: 668/501;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-img-wrap {
    margin-top: 48px;
    width: 100%;
    aspect-ratio: 312/208;
  }
}
.technologyExcellenceTopService-list-item-wrap.before .technologyExcellenceTopService-list-item-img-wrap {
  -webkit-transform: translate(-294.1994985159px, 850px);
          transform: translate(-294.1994985159px, 850px);
}
.technologyExcellenceTopService-list-item-wrap.inside .technologyExcellenceTopService-list-item-img-wrap {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-img-wrap {
    -webkit-transform: translate(294.1994985159px, -850px);
            transform: translate(294.1994985159px, -850px);
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-wrap.after .technologyExcellenceTopService-list-item-img-wrap {
    -webkit-transform: translate(294.1994985159px, -850px);
            transform: translate(294.1994985159px, -850px);
  }
}
.technologyExcellenceTopService-list-item-img-inner {
  position: absolute;
  top: 0;
  right: -1000px;
  bottom: 0;
  left: -1000px;
  overflow: hidden;
  margin: auto;
  height: 100%;
  -webkit-transform: skewX(20.25deg);
          transform: skewX(20.25deg);
}
.technologyExcellenceTopService-list-item-img img {
  max-width: none;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(2);
          transform: scale(2);
}
@media screen and (min-width: 769px) {
  .technologyExcellenceTopService-list-item-img img {
    aspect-ratio: 668/501;
  }
}
@media screen and (max-width: 768px) {
  .technologyExcellenceTopService-list-item-img img {
    aspect-ratio: 312/208;
  }
}
.technologyExcellenceTopService-list-item-wrap.inside .technologyExcellenceTopService-list-item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.technologyExcellenceTopInsights {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  color: #0f203e;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopInsights {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopInsights {
    padding: 40px 0 80px;
  }
}
.technologyExcellenceTopInsights .contents {
  max-width: 1200px;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceTopInsights .listSlider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceTopInsights .listSlider {
    margin-top: 40px;
  }
}

.technologyExcellenceProfessionals {
  position: relative;
  background-color: #0f203e;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceProfessionals {
    padding: 200px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceProfessionals {
    padding: 40px 0 0;
  }
}
.technologyExcellenceProfessionals .contents {
  max-width: 1320px;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceProfessionals-img {
    margin-top: 60px;
    max-width: 1124px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceProfessionals-img {
    margin-top: 32px;
    margin-inline: auto;
    max-width: 62.4vw;
  }
}
.technologyExcellenceProfessionals-btn {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .technologyExcellenceProfessionals-btn {
    margin-top: 80px;
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellenceProfessionals-btn {
    margin-top: 40px;
    width: 154px;
  }
}

.technologyExcellencePeople {
  position: relative;
  background-color: #0f203e;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .technologyExcellencePeople {
    padding: 160px 0 240px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellencePeople {
    padding: 110px 0 128px;
  }
}
.technologyExcellencePeople .contents {
  max-width: 1320px;
}
@media screen and (min-width: 1025px) {
  .technologyExcellencePeople-img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .technologyExcellencePeople-img {
    margin-top: 24px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 30px);
            transform: translate(-10px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 30px);
            transform: translate(-10px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes technologyExcellenceTopService-item-before {
  100% {
    width: 0;
  }
}
@keyframes technologyExcellenceTopService-item-before {
  100% {
    width: 0;
  }
}
@-webkit-keyframes technologyExcellenceTopService-item-inside {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}
@keyframes technologyExcellenceTopService-item-inside {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  100% {
    width: 150%;
  }
}
@-webkit-keyframes technologyExcellenceTopService-item-after {
  100% {
    width: 0;
  }
}
@keyframes technologyExcellenceTopService-item-after {
  100% {
    width: 0;
  }
}
@-webkit-keyframes hovering {
  0% {
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
}
@keyframes hovering {
  0% {
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
}
@-webkit-keyframes hovered {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  98% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  99% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
}
@keyframes hovered {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  }
  98% {
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  99% {
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 85% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 15% 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes btnClose1 {
  0% {
    width: 0;
    -webkit-transform: rotate(45deg) translateX(40px);
            transform: rotate(45deg) translateX(40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
  }
}
@keyframes btnClose1 {
  0% {
    width: 0;
    -webkit-transform: rotate(45deg) translateX(40px);
            transform: rotate(45deg) translateX(40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(45deg) translateX(0);
            transform: rotate(45deg) translateX(0);
  }
}
@-webkit-keyframes btnClose2 {
  0% {
    width: 0;
    -webkit-transform: rotate(-45deg) translateX(-40px);
            transform: rotate(-45deg) translateX(-40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
}
@keyframes btnClose2 {
  0% {
    width: 0;
    -webkit-transform: rotate(-45deg) translateX(-40px);
            transform: rotate(-45deg) translateX(-40px);
  }
  100% {
    width: 100%;
    -webkit-transform: rotate(-45deg) translateX(0);
            transform: rotate(-45deg) translateX(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp2;
          animation: fadeInUp2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp2 {
  opacity: 0;
}
.fadeInUp2.animated {
  -webkit-animation: fadeInUp2;
          animation: fadeInUp2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp3 {
  opacity: 0;
}
.fadeInUp3.animated {
  -webkit-animation: fadeInUp3;
          animation: fadeInUp3;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.animated {
  -webkit-animation: fadeInLeft;
          animation: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 769px) {
  .delay-1 {
    -webkit-animation-delay: 0.25s !important;
            animation-delay: 0.25s !important;
  }
  .delay-2 {
    -webkit-animation-delay: 0.5s !important;
            animation-delay: 0.5s !important;
  }
  .delay-3 {
    -webkit-animation-delay: 0.75s !important;
            animation-delay: 0.75s !important;
  }
  .delay-4 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .delay-5 {
    -webkit-animation-delay: 1.25s !important;
            animation-delay: 1.25s !important;
  }
  .delay-6 {
    -webkit-animation-delay: 1.5s !important;
            animation-delay: 1.5s !important;
  }
  .delay-7 {
    -webkit-animation-delay: 1.75s !important;
            animation-delay: 1.75s !important;
  }
  .delay-8 {
    -webkit-animation-delay: 2s !important;
            animation-delay: 2s !important;
  }
  .delay-9 {
    -webkit-animation-delay: 2.25s !important;
            animation-delay: 2.25s !important;
  }
  .delay-10 {
    -webkit-animation-delay: 2.5s !important;
            animation-delay: 2.5s !important;
  }
}