@charset "UTF-8";
/* Compact Header Toggle - SCSS Version */
.japanBanner {
  background-image: url(../images/japan/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 90px);
  position: relative;
  z-index: 1; }
  .japanBanner .japanContent {
    position: relative;
    top: 23px;
    left: -100px;
    z-index: -1; }
    @media (max-width: 1400px) {
      .japanBanner .japanContent {
        left: -18px; } }
    @media (max-width: 1200px) {
      .japanBanner .japanContent {
        top: 0; } }
    @media (max-width: 991px) {
      .japanBanner .japanContent {
        position: static;
        padding-bottom: 20px;
        padding-left: 0px !important; } }
    .japanBanner .japanContent p {
      font-family: "RedHatDisplay-Bold";
      font-size: 30px;
      color: #fff;
      line-height: 53px; }
    .japanBanner .japanContent h1 {
      font-size: 134px;
      font-family: "Shuriken";
      color: #fff;
      line-height: 1; }
      @media (max-width: 1200px) {
        .japanBanner .japanContent h1 {
          font-size: 100px; } }
      @media (max-width: 768px) {
        .japanBanner .japanContent h1 {
          font-size: 75px; } }
  .japanBanner .customSoftware {
    z-index: 2;
    padding: 20px 25px;
    max-width: 440px;
    border-radius: 16px;
    backdrop-filter: blur(12px);
    border: 1px solid #fff;
    background: linear-gradient(180deg, rgba(215, 215, 215, 0.41) 0%, rgba(0, 121, 203, 0.33) 100%); }
    @media (max-width: 991px) {
      .japanBanner .customSoftware {
        width: 100%;
        max-width: 765px; } }
    @media (max-width: 768px) {
      .japanBanner .customSoftware {
        padding: 17px 16px; } }
    .japanBanner .customSoftware h2 {
      font-size: 36px;
      color: #fff;
      font-family: "RedHatDisplay-Bold";
      line-height: 1.1;
      margin-bottom: 15px; }
    .japanBanner .customSoftware p {
      color: #fff;
      margin: 0;
      font-size: 15px; }
  .japanBanner::before {
    content: "";
    position: absolute;
    background-image: url(../images/japan/banner-innner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 525px;
    bottom: 0;
    top: 175px;
    left: 0;
    right: 0; }
    @media (max-width: 1500px) {
      .japanBanner::before {
        z-index: 0; } }

.businessCentric {
  background-color: #000000;
  padding: 150px 0; }
  @media (max-width: 769px) {
    .businessCentric {
      padding: 70px 0px; } }
  .businessCentric .centricContent {
    padding-top: 43px; }
    .businessCentric .centricContent p {
      max-width: 960px;
      margin: auto;
      font-size: 15px; }
      @media (max-width: 769px) {
        .businessCentric .centricContent p {
          font-size: 14px; } }

.devlopmentServices {
  padding: 90px 0; }
  @media (max-width: 769px) {
    .devlopmentServices {
      padding: 50px 0px; } }
  .devlopmentServices h2 {
    color: #1b1b1b;
    font-size: 22px; }
  .devlopmentServices p {
    color: #1b1b1b; }
  .devlopmentServices .modelsCard {
    padding: 20px;
    border: 0.83px solid #F8F8F9;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0px 1px 12px 2px rgba(96, 97, 112, 0.0784313725); }
    @media (max-width: 1150px) {
      .devlopmentServices .modelsCard {
        padding: 20px; } }
    .devlopmentServices .modelsCard span {
      width: 60px;
      height: 60px;
      border-radius: 50px;
      background-color: #007bff; }
    .devlopmentServices .modelsCard h3 {
      color: #193370;
      padding: 12px 0px;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 1.1; }
      .devlopmentServices .modelsCard h3 a {
        color: #193370 !important; }
    .devlopmentServices .modelsCard p {
      color: #1b1b1b; }

.commonCta {
  padding: 0 0 90px; }
  .commonCta .regardTechnology {
    padding: 50px 25px;
    background: url(../images/japan/common-cta.webp), #193370;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    border-radius: 18px; }
    .commonCta .regardTechnology .regardTechContent {
      position: relative;
      max-width: 760px;
      margin: auto; }
      .commonCta .regardTechnology .regardTechContent h2 {
        font-family: "RedHatDisplay-Semibold";
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        text-transform: capitalize;
        color: #fff; }
      .commonCta .regardTechnology .regardTechContent span {
        font-size: 18px !important;
        line-height: 1.3;
        color: #fff;
        font-family: "RedHatDisplay-Semibold"; }
      .commonCta .regardTechnology .regardTechContent .customBtn {
        padding: 16px 71px;
        margin-top: 22px; }

.smartAiFeature {
  padding: 90px 0 0;
  background-color: #007bff; }
  .smartAiFeature h2 {
    color: #fff;
    font-size: 22px;
    line-height: 31px;
    text-transform: capitalize; }
  .smartAiFeature p {
    color: #fff; }
  .smartAiFeature .smartSlider {
    background-image: url("../images/fintech/smart-ai.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 500px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .smartAiFeature .smartSlider {
        height: 350px; } }
    .smartAiFeature .smartSlider .owl-carousel {
      position: relative; }
      .smartAiFeature .smartSlider .owl-carousel::before, .smartAiFeature .smartSlider .owl-carousel::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20%;
        z-index: 2;
        pointer-events: none; }
        @media (max-width: 1200px) {
          .smartAiFeature .smartSlider .owl-carousel::before, .smartAiFeature .smartSlider .owl-carousel::after {
            width: 15%; } }
        @media (max-width: 600px) {
          .smartAiFeature .smartSlider .owl-carousel::before, .smartAiFeature .smartSlider .owl-carousel::after {
            width: 0px; } }
      .smartAiFeature .smartSlider .owl-carousel::before {
        left: 0;
        background: linear-gradient(to right, #007bff 0%, transparent 100%); }
      .smartAiFeature .smartSlider .owl-carousel::after {
        right: 0;
        background: linear-gradient(to left, #007bff 0%, transparent 100%); }
      .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage {
        display: flex;
        transition-timing-function: linear !important; }
        .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
          background: #193370d1;
          border-radius: 20px;
          backdrop-filter: blur(5px);
          border: 1px solid #edecec;
          padding: 35px 25px;
          height: 100%; }
          .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
            width: 38px; }
          .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h3,
          .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item p {
            color: #fff; }
          .smartAiFeature .smartSlider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item h3 {
            font-size: 18px;
            line-height: 1.3; }

.commonOffshoreServices .commonHomeContent h2 {
  color: #1b1b1b; }

.softwareCustom {
  background-image: url(../images/japan/software-devlopment.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0; }
  @media (max-width: 991px) {
    .softwareCustom {
      padding-bottom: 0px; } }
  .softwareCustom::after {
    content: "オフシヨアソフトウェア";
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    text-orientation: mixed;
    color: #7e7878;
    letter-spacing: 10px;
    font-family: "RedHatDisplay-Bold";
    opacity: 0.7;
    font-size: 33px;
    line-height: 50px;
    z-index: 2; }
    @media (max-width: 991px) {
      .softwareCustom::after {
        display: none; } }
    @media (max-width: 1370px) {
      .softwareCustom::after {
        letter-spacing: 5px; } }
  .softwareCustom::before {
    content: "";
    position: absolute;
    background-image: url(../images/japan/software-develop.png);
    background-repeat: no-repeat;
    width: 530px;
    left: 0;
    top: 50px;
    height: 567px; }
    @media (max-width: 1350px) {
      .softwareCustom::before {
        display: none; } }
  .softwareCustom .contentSet {
    align-items: baseline;
    padding-bottom: 100px;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 1350px) {
      .softwareCustom .contentSet {
        padding-bottom: 60px;
        align-items: center; } }
    @media (max-width: 991px) {
      .softwareCustom .contentSet {
        padding-bottom: 30px;
        border: none; } }
    .softwareCustom .contentSet span {
      font-size: 70px;
      color: #d9d9d9; }
      @media (max-width: 991px) {
        .softwareCustom .contentSet span {
          font-size: 50px;
          text-align: center; } }
  .softwareCustom .softwareContent h2 {
    font-size: 24px;
    line-height: 31px;
    text-transform: capitalize;
    color: #2e2e2e;
    margin-bottom: 10px; }
  .softwareCustom .softwareContent p {
    color: #2e2e2e; }
  .softwareCustom .borderSet {
    position: relative;
    border-bottom: 0px !important; }
  .softwareCustom .softwareCard {
    border-bottom: 1px solid #d9d9d9;
    padding: 152px 30px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 131px; }
    @media (max-width: 1350px) {
      .softwareCustom .softwareCard {
        padding: 60px 0; } }
    @media (max-width: 991px) {
      .softwareCustom .softwareCard {
        gap: 25px;
        padding-top: 60px;
        padding: 0 15px 0px 15px;
        border: none; } }
    .softwareCustom .softwareCard .softwareCardCol {
      flex: 1; }
      @media (max-width: 991px) {
        .softwareCustom .softwareCard .softwareCardCol {
          max-width: 100%; } }
      @media (max-width: 769px) {
        .softwareCustom .softwareCard .softwareCardCol {
          flex: 1 1 100%; } }
      .softwareCustom .softwareCard .softwareCardCol .customJapancard {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 26px;
        display: flex;
        gap: 15px;
        padding-bottom: 50px; }
        .softwareCustom .softwareCard .softwareCardCol .customJapancard:last-child {
          padding: 0; }
        @media (max-width: 991px) {
          .softwareCustom .softwareCard .softwareCardCol .customJapancard {
            border: none; } }
        .softwareCustom .softwareCard .softwareCardCol .customJapancard h3 {
          font-size: 22px;
          margin-bottom: 10px;
          color: #193370;
          max-width: 250px; }
        .softwareCustom .softwareCard .softwareCardCol .customJapancard p {
          font-size: 14px;
          line-height: 20px;
          color: #2e2e2e; }
        .softwareCustom .softwareCard .softwareCardCol .customJapancard img {
          width: 40px;
          height: 40px; }
      .softwareCustom .softwareCard .softwareCardCol .borderTop::after {
        content: "";
        position: absolute;
        border: 1px solid #d9d9d9;
        height: 200px;
        top: 371px;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 1350px) {
          .softwareCustom .softwareCard .softwareCardCol .borderTop::after {
            top: 321px; } }
        @media (max-width: 1200px) {
          .softwareCustom .softwareCard .softwareCardCol .borderTop::after {
            display: none; } }
      .softwareCustom .softwareCard .softwareCardCol .borderBottom::before {
        content: "";
        position: absolute;
        border: 1px solid #d9d9d9;
        height: 57px;
        bottom: -39%;
        left: -14%; }
        @media (max-width: 1350px) {
          .softwareCustom .softwareCard .softwareCardCol .borderBottom::before {
            bottom: -87px; } }
        @media (max-width: 1200px) {
          .softwareCustom .softwareCard .softwareCardCol .borderBottom::before {
            display: none; } }
  .softwareCustom .japanLeftText,
  .softwareCustom .japanRightText {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    color: #7e7878;
    letter-spacing: 18px;
    font-family: "RedHatDisplay-Bold";
    opacity: 0.6;
    z-index: 1; }
    @media (max-width: 1470px) {
      .softwareCustom .japanLeftText,
      .softwareCustom .japanRightText {
        display: none; } }
    .softwareCustom .japanLeftText span,
    .softwareCustom .japanRightText span {
      display: block; }
      @media (max-width: 1470px) {
        .softwareCustom .japanLeftText span,
        .softwareCustom .japanRightText span {
          display: none; } }
  .softwareCustom .japanLeftText {
    bottom: 3%;
    left: 11%; }
    .softwareCustom .japanLeftText span {
      border: 16px solid #d9d9d9;
      width: 12%;
      height: 198px;
      position: absolute;
      top: -65%;
      left: 0;
      border-radius: 0 34px 34px 0; }
    .softwareCustom .japanLeftText::before {
      content: "";
      position: absolute;
      border: 2px solid #d9d9d9;
      height: 55%;
      bottom: -38%;
      left: -56%;
      top: 39%; }
      @media (max-width: 1200px) {
        .softwareCustom .japanLeftText::before {
          display: none; } }
  .softwareCustom .japanRightText {
    bottom: 30%;
    right: 11%; }
    .softwareCustom .japanRightText .borderLine {
      width: 12px !important;
      height: 140px;
      background: #d9d9d9;
      border: 2px solid #d9d9d9;
      position: absolute;
      top: -42%;
      left: 8px;
      border-radius: 0; }
    .softwareCustom .japanRightText span {
      border: 12px solid #d9d9d9;
      width: 12%;
      height: 153px;
      position: absolute;
      bottom: -56%;
      left: 8px;
      border-radius: 34px 0 0 34px; }
    .softwareCustom .japanRightText::before {
      content: "";
      position: absolute;
      border: 1px solid #d9d9d9;
      height: 86%;
      bottom: -38%;
      right: -54%;
      top: -27%; }
      @media (max-width: 1200px) {
        .softwareCustom .japanRightText::before {
          display: none; } }

.iotFlexible {
  padding: 70px 0; }
  @media (max-width: 991px) {
    .iotFlexible {
      padding: 50px 0; } }
  .iotFlexible .iotFlexibleCard {
    background-image: url(../images/iot-images/cta-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px;
    padding: 69px 0; }
    @media (max-width: 991px) {
      .iotFlexible .iotFlexibleCard {
        border-radius: unset; } }
    @media (max-width: 425px) {
      .iotFlexible .iotFlexibleCard {
        padding: 20px !important; } }
    .iotFlexible .iotFlexibleCard span {
      font-size: 33px;
      color: #fff;
      padding-left: 55px;
      line-height: 1.2;
      display: block; }
      @media (max-width: 991px) {
        .iotFlexible .iotFlexibleCard span {
          padding-left: 0; } }
      @media (max-width: 767px) {
        .iotFlexible .iotFlexibleCard span {
          font-size: 22px; } }
      @media (max-width: 575px) {
        .iotFlexible .iotFlexibleCard span {
          font-size: 18px; } }
    .iotFlexible .iotFlexibleCard .iotFlexibleContent {
      max-width: 600px;
      margin: auto;
      text-align: center; }
      .iotFlexible .iotFlexibleCard .iotFlexibleContent p {
        color: #fff;
        margin-bottom: 24px; }

.modernSwiperWrapper {
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px; }
  @media (max-width: 769px) {
    .modernSwiperWrapper {
      margin-bottom: 0; } }
  .modernSwiperWrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 47%;
    background: #c20000;
    z-index: 0; }
    @media (max-width: 767px) {
      .modernSwiperWrapper::before {
        background: none;
        width: 100%;
        border-radius: 0; } }
  .modernSwiperWrapper h2 {
    color: #fff;
    font-size: 50px;
    line-height: 70px; }
    @media (max-width: 1024px) {
      .modernSwiperWrapper h2 {
        font-size: 36px !important;
        line-height: 1.2 !important;
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .modernSwiperWrapper h2 {
        color: rgba(194, 0, 0, 0.7); } }
  .modernSwiperWrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease; }
    .modernSwiperWrapper .swiper-slide p {
      display: none; }
    @media (max-width: 1024px) {
      .modernSwiperWrapper .swiper-slide p {
        display: block; } }
    @media (min-width: 1025px) {
      .modernSwiperWrapper .swiper-slide.open p {
        display: block; }
      .modernSwiperWrapper .swiper-slide.open h4,
      .modernSwiperWrapper .swiper-slide.open p,
      .modernSwiperWrapper .swiper-slide.open img {
        color: #fff !important;
        position: relative;
        z-index: 1;
        transition: color 0.6s ease; }
      .modernSwiperWrapper .swiper-slide.open::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(194, 0, 0, 0.7);
        z-index: 0;
        opacity: 1;
        transition: opacity 1s ease; } }
    .modernSwiperWrapper .swiper-slide:nth-child(1) {
      background-image: url("../images/japan/card-proven.png"); }
    .modernSwiperWrapper .swiper-slide:nth-child(2) {
      background-image: url("../images/japan/card-japan.png"); }
    .modernSwiperWrapper .swiper-slide:nth-child(3) {
      background-image: url("../images/japan/card-cycle.png"); }
    .modernSwiperWrapper .swiper-slide:nth-child(4) {
      background-image: url("../images/japan/card-expertise.png"); }
    .modernSwiperWrapper .swiper-slide:nth-child(5) {
      background-image: url("../images/japan/card-specific.png"); }
    @media (min-width: 320px) and (max-width: 1024px) {
      .modernSwiperWrapper .swiper-slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); } }
  .modernSwiperWrapper .swiper {
    padding: 30px 0px 70px; }
    .modernSwiperWrapper .swiper .swiper-wrapper {
      align-items: stretch; }
      .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide {
        padding: 60px 40px 40px;
        min-height: 555px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 1; }
        @media (max-width: 768px) {
          .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide {
            padding: 40px 20px 30px;
            min-height: 420px; } }
        @media (max-width: 360px) {
          .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide {
            padding: 30px 15px 25px; } }
        .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide h4 {
          font-size: 24px;
          margin: 10px 0;
          color: #fff;
          z-index: 1; }
          @media (max-width: 1024px) {
            .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide h4 {
              font-size: 20px; } }
        .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide p {
          color: #fff;
          font-size: 16px;
          line-height: 1.6;
          z-index: 1; }
          @media (max-width: 1024px) {
            .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide p {
              font-size: 15px; } }
        .modernSwiperWrapper .swiper .swiper-wrapper .swiper-slide .icon {
          width: 60px;
          height: 60px;
          z-index: 1; }
    .modernSwiperWrapper .swiper .swiperButtonWrapper {
      position: absolute;
      right: 100px;
      bottom: 40px; }
      .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton {
        border: 1px solid #007bff;
        padding: 28px;
        border-radius: 33px;
        cursor: pointer;
        background: #007bff;
        color: #fff; }
        .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton.swiper-button-prev::after, .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton.swiper-button-next::after {
          font-size: 26px !important;
          color: #fff; }
        .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton.swiper-button-prev::after {
          rotate: 180deg; }
        .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton.swiper-button-next::after {
          rotate: 180deg; }
        .modernSwiperWrapper .swiper .swiperButtonWrapper .swiperButton.swiper-button-disabled {
          cursor: not-allowed !important;
          pointer-events: all !important; }

.logoCarousel {
  padding: 50px 0px;
  background-color: #f4f9fd; }
  .logoCarousel h2 {
    font-size: 22px;
    line-height: 31px;
    text-transform: capitalize;
    color: #1b1b1b;
    font-family: "RedHatDisplay-Bold"; }
  .logoCarousel .logoRow {
    margin-bottom: 20px; }
    .logoCarousel .logoRow .item {
      text-align: center;
      padding: 10px; }
      .logoCarousel .logoRow .item .thumbImage {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 80px;
        min-width: 80px; }
      .logoCarousel .logoRow .item img {
        object-fit: contain;
        width: 50px;
        height: 50px; }
    .logoCarousel .logoRow .owl-stage {
      display: flex;
      align-items: center; }
    .logoCarousel .logoRow .owl-nav,
    .logoCarousel .logoRow .owl-dots {
      display: none !important; }

/*# sourceMappingURL=japan.css.map */
