/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.header-block {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  z-index: 13;
  transition: top 0.2s ease-in-out;
  top: 0; }
  .header-block .wrap-logo,
  .header-block .wrap-menu {
    display: flex;
    align-items: center; }
  .header-block .wrap-logo {
    cursor: pointer;
    width: 52px;
    margin-left: calc(4.1% - 25px); }
    .header-block .wrap-logo img {
      width: 100%;
      height: auto; }
  .header-block .wrap-menu {
    display: flex;
    width: calc(calc(91.8vw / 8) * 7);
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin-right: 4.1%; }
    .header-block .wrap-menu .menu-item {
      display: flex;
      justify-content: center;
      font-family: 'Roboto-Regular';
      font-style: normal;
      font-weight: normal;
      font-size: var(--font16);
      line-height: 19px;
      opacity: 0.5; }
      .header-block .wrap-menu .menu-item a {
        color: #26252e; }
    .header-block .wrap-menu .active-menu {
      opacity: 1; }

.nav-up {
  top: -90px; }

@media screen and (min-width: 1920px) {
  .header-block {
    max-width: 3000px; }
    .header-block .wrap-logo {
      margin-left: calc( calc(calc(calc(100% - 1650px) / 2) + calc(1650px/ 10)) - 25px); }
    .header-block .wrap-menu {
      width: calc(calc(1650px/ 10) * 7);
      margin-right: calc( calc(calc(100% - 1650px) / 2) + calc(1650px/ 10)); } }

@media screen and (min-width: 1440px) and (max-width: calc(1920px - 1px)) {
  .header-block {
    max-width: 1919px; }
    .header-block .wrap-logo {
      margin-left: calc(calc(calc(100% - 1320px) / 2) - 25px); }
    .header-block .wrap-menu {
      width: calc(calc(1320px/ 8) * 7);
      margin-right: calc(calc(100% - 1320px) / 2); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .header-block {
    max-width: 1439px; }
    .header-block .wrap-logo {
      margin-left: calc(calc(calc(100% - 1240px) / 2) - 25px); }
    .header-block .wrap-menu {
      width: calc(calc(1240px/ 8) * 7);
      margin-right: calc(calc(100% - 1240px) / 2); } }

@media screen and (max-width: 1024px) {
  .header-block {
    height: 72px; }
    .header-block .wrap-logo {
      margin-left: calc(12.1% - 25px); }
    .header-block .wrap-menu {
      cursor: pointer;
      width: 30px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.header-block-sp {
  background: #ecf1f2;
  position: absolute;
  top: 0 !important;
  z-index: 3;
  width: 100%;
  overflow: hidden; }
  .header-block-sp .page-overview {
    top: 72px;
    width: 100vw;
    position: absolute;
    z-index: 1;
    left: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 3) - 1px);
    height: calc(100% - 90px); }
    .header-block-sp .page-overview .grid-block {
      position: absolute;
      top: 72px !important;
      width: 100vw;
      left: 0; }
    .header-block-sp .page-overview .wrap-logo {
      top: 0;
      left: 0;
      position: absolute;
      display: flex;
      align-items: center;
      z-index: 100;
      height: 58px;
      width: 100%;
      background-color: #ffffff; }
      .header-block-sp .page-overview .wrap-logo img {
        object-fit: contain;
        margin-left: 13px; }
    .header-block-sp .page-overview .bottom-layear {
      margin-top: 20px;
      height: calc(100% - 40px);
      opacity: 0.7;
      overflow: hidden;
      position: relative;
      background: white;
      box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.05); }
      .header-block-sp .page-overview .bottom-layear .grid-block {
        top: 0px !important; }
      .header-block-sp .page-overview .bottom-layear div[class$='-page'] {
        margin-top: 55px; }
      .header-block-sp .page-overview .bottom-layear .eye-catch-basic {
        margin-top: 55px; }
      .header-block-sp .page-overview .bottom-layear .eyecatch-slider {
        height: 100%; }
      .header-block-sp .page-overview .bottom-layear .home-page {
        margin-top: -15px !important; }
    .header-block-sp .page-overview .upper-layear {
      display: block;
      position: absolute;
      top: 0;
      height: 100%;
      overflow: hidden;
      left: calc(var(--singleGridWidth) / 2);
      box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.05); }
      .header-block-sp .page-overview .upper-layear .grid-block {
        top: 0 !important; }
      .header-block-sp .page-overview .upper-layear div[class$='-page'] {
        margin-top: 55px;
        z-index: 3; }
      .header-block-sp .page-overview .upper-layear .eye-catch-basic {
        margin-top: 55px; }
      .header-block-sp .page-overview .upper-layear .home-page {
        margin-top: -15px !important; }
      .header-block-sp .page-overview .upper-layear .eyecatch-slider {
        height: 100%; }
  .header-block-sp .menu-text {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; }
    .header-block-sp .menu-text h1 {
      margin: 0;
      font-family: "Roboto-Medium";
      font-weight: 500;
      font-size: 20px;
      line-height: 24px; }
    .header-block-sp .menu-text .menu-right-arrow {
      width: 36px;
      height: 36px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .header-block-sp .menu-text .menu-right-arrow img {
        width: 16px;
        height: auto;
        transform: rotate(270deg); }
  .header-block-sp .wrap-menu-sp {
    position: relative;
    width: calc(var(--sideGridWidth) + calc(var(--singleGridWidth) * 2.5));
    border-right: 1px solid rgba(38, 37, 46, 0.1); }
    .header-block-sp .wrap-menu-sp .sp-grid-line-one {
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: calc(var(--singleGridWidth) / 2);
      border-right: 1px solid rgba(38, 37, 46, 0.1); }
    .header-block-sp .wrap-menu-sp .sp-grid-line-two {
      position: absolute;
      left: calc(100% + calc(var(--singleGridWidth) / 2));
      top: 0;
      height: 100%;
      width: calc(var(--singleGridWidth) / 2);
      border-right: 1px solid rgba(38, 37, 46, 0.1); }
    .header-block-sp .wrap-menu-sp .sp-grid-line-three {
      position: absolute;
      left: calc(100% + var(--singleGridWidth));
      top: 0;
      height: 100%;
      width: calc(var(--singleGridWidth) / 2);
      border-right: 1px solid rgba(38, 37, 46, 0.1); }
    .header-block-sp .wrap-menu-sp .diamond-wrapper {
      position: absolute;
      align-items: center; }
      .header-block-sp .wrap-menu-sp .diamond-wrapper svg {
        height: 28px;
        width: 28px; }
        .header-block-sp .wrap-menu-sp .diamond-wrapper svg path {
          fill: #434eba; }
    .header-block-sp .wrap-menu-sp .menu-item-sp {
      height: 50px;
      padding-left: 15px;
      display: flex;
      align-items: center;
      position: relative; }
      .header-block-sp .wrap-menu-sp .menu-item-sp .diamond-shape {
        display: none; }
      .header-block-sp .wrap-menu-sp .menu-item-sp a {
        font-family: "Roboto-Regular";
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        margin-left: 43px;
        color: #26252e;
        opacity: 0.5; }
    .header-block-sp .wrap-menu-sp .active-menu-item {
      background: #fff; }
      .header-block-sp .wrap-menu-sp .active-menu-item a {
        opacity: 1; }
      .header-block-sp .wrap-menu-sp .active-menu-item .diamond-shape {
        display: block; }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.grid-block {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0 !important;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: plusIcon-fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards; }
  .grid-block .side-grid {
    width: var(--sideGridWidth);
    height: 100%; }
    .grid-block .side-grid .grid-item {
      display: flex;
      width: var(--singleGridWidth);
      height: 100%; }
    .grid-block .side-grid.side-grid-left .grid-item {
      float: right;
      border-left: 1px solid #eaf1f4; }
    .grid-block .side-grid.side-grid-right .grid-item {
      float: left;
      border-right: 1px solid #eaf1f4; }
  .grid-block .middlie-grid {
    display: flex;
    width: var(--midileGridWidth);
    height: 100%; }
    .grid-block .middlie-grid .grid-item {
      display: flex;
      border-left: 1px solid #eaf1f4;
      width: var(--singleGridWidth);
      height: 100%; }
      .grid-block .middlie-grid .grid-item:last-child {
        border-right: 1px solid #eaf1f4; }

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

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.home-page {
  position: relative !important;
  height: auto;
  width: 100%;
  padding-top: 90px; }

.wrap-eye-catch {
  position: relative;
  height: 910px;
  z-index: 1; }
  .wrap-eye-catch:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 235px;
    width: 100% !important;
    z-index: 1;
    background: #26252e;
    opacity: 0;
    animation: overlay-fadeIn;
    animation-duration: 0.8s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards; }
  .wrap-eye-catch .wrap-plus {
    top: 60px; }
  .wrap-eye-catch .eyecatch-banner {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 235px;
    z-index: 10; }
    .wrap-eye-catch .eyecatch-banner .backgroundSlide {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      background: #434eba;
      z-index: 10;
      content: '';
      animation: bg-animation;
      animation-duration: 0.9s;
      animation-delay: 2.3s;
      animation-fill-mode: forwards; }
  .wrap-eye-catch .eye-catch-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 235px;
    width: 100% !important;
    z-index: 0;
    opacity: 0;
    animation: visibleVideo;
    animation-duration: 0.3s;
    animation-delay: 2.3s;
    animation-fill-mode: forwards; }
  .wrap-eye-catch .visibleVideo {
    animation: visibleVideo; }

.eye-catch-text {
  position: absolute;
  left: calc(4.1% + calc(91.8%/ 8));
  font-family: "Roboto-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 62px;
  line-height: 73px;
  color: #ffffff;
  top: 160px;
  z-index: 2;
  margin-left: -4px; }

.top-text-2 {
  top: 257px; }

.home-eye-catch-img {
  position: absolute;
  height: 900px;
  width: calc(100% - calc(4.1% + calc(91.8%/ 8)));
  left: calc(4.1% + calc(91.8%/ 8));
  z-index: -1; }

.page-description-text {
  position: absolute;
  height: auto;
  left: calc(calc(4.1% + calc(91.8%/ 8)));
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: var(--font20);
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #ffffff;
  opacity: 0.7 !important;
  top: 400px;
  height: 119px;
  width: 712px;
  overflow: hidden;
  z-index: 2; }
  .page-description-text .wrap-read-more {
    background: none !important; }
  .page-description-text .read_more_block {
    color: #16c36e;
    cursor: pointer; }
    .page-description-text .read_more_block svg path {
      stroke: #16c36e;
      stroke-width: 2px; }

.visible {
  animation: appear; }

.top-who-we-are {
  position: absolute;
  width: 50%;
  height: 250px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between; }
  .top-who-we-are .wrap-text-block {
    width: 330px;
    height: 100%;
    background-color: #434eba;
    color: #ffffff;
    position: relative;
    transition: all 0.5s linear;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .top-who-we-are .wrap-text-block .mt-100 {
      margin-top: -200px; }
    .top-who-we-are .wrap-text-block .mt-75 {
      margin-top: -150px; }
    .top-who-we-are .wrap-text-block .mt-50 {
      margin-top: -100px; }
    .top-who-we-are .wrap-text-block .mt-25 {
      margin-top: -50px; }
    .top-who-we-are .wrap-text-block .right-top-text {
      padding-top: 40px;
      padding-bottom: 40px;
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 25px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0.8; }
    .top-who-we-are .wrap-text-block .message-button {
      width: 205px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "Roboto-Regular";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #434eba;
      cursor: pointer; }
      .top-who-we-are .wrap-text-block .message-button img {
        height: 28.5px;
        width: 24px;
        margin-top: 10px;
        margin-left: 23.75px; }
    .top-who-we-are .wrap-text-block .bottom-text-block {
      position: absolute;
      left: 40px;
      width: calc(100% - 80px); }
      .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text {
        font-family: "Roboto-Medium";
        font-style: normal;
        font-weight: 500;
        font-size: 84px;
        line-height: 100%;
        color: #ffffff;
        position: relative;
        left: -7px; }
        .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text span {
          font-family: "Roboto-Regular";
          font-style: normal;
          font-weight: normal;
          font-size: 20px;
          line-height: 23px;
          color: #ffffff;
          margin-left: 10px; }
      .top-who-we-are .wrap-text-block .bottom-text-block .squre {
        position: absolute;
        height: 12px;
        width: 12px;
        background: #ffffff;
        right: 40px;
        bottom: 12px;
        opacity: 0.5; }
  .top-who-we-are .wrap-image {
    background-color: #26252e;
    display: flex;
    height: 100%;
    width: calc(100% - calc(91.8vw / 8));
    justify-content: flex-end;
    align-items: center;
    transition: all 0.5s linear;
    padding-right: 0px;
    padding-left: 0;
    z-index: 3; }
    .top-who-we-are .wrap-image img {
      object-fit: contain;
      position: absolute;
      left: var(--sideGridWidth); }
  .top-who-we-are .mt-100 {
    margin-top: -200px; }
  .top-who-we-are .mt-75 {
    margin-top: -150px; }
  .top-who-we-are .mt-50 {
    margin-top: -100px; }
  .top-who-we-are .mt-25 {
    margin-top: -50px; }

.top-agenda {
  z-index: 10; }

.into-text {
  position: absolute;
  left: 4.1%;
  top: 50px;
  transform: rotate(-90deg) translateY(-50%) !important;
  -webkit-transform: rotate(-90deg) translateY(-50%) !important;
  -ms-transform: rotate(-90deg) translateY(-50%) !important;
  -moz-transform: rotate(-90deg) translateY(-50%) !important;
  -o-transform: rotate(-90deg) translateY(-50%) !important;
  font-family: "Roboto-Medium";
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding-right: 30px;
  z-index: 2; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .into-text {
    left: var(--sideGridWidth); }
  .eye-catch-text {
    left: var(--secondGridLeft); } }

@media screen and (min-width: 1440px) and (max-width: calc(1920px - 1px)) {
  .eyecatch-banner {
    z-index: 10; }
    .eyecatch-banner .backgroundSlide {
      z-index: 10; }
  .eye-catch-text {
    left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); }
  .home-eye-catch-img {
    width: calc(100% - calc( calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)) + calc(1320px/ 8)));
    left: calc( calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)) + calc(1320px/ 8));
    z-index: -1; }
  .page-description-text {
    left: calc(calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8))); }
  .top-agenda {
    z-index: 10; }
  .top-who-we-are .wrap-image {
    width: calc(100% - 330px);
    position: relative;
    z-index: 3;
    padding-right: 223px; }
  .top-who-we-are .wrap-text-block {
    z-index: 3; }
    .top-who-we-are .wrap-text-block .bottom-text-block .squre {
      opacity: 0.5;
      right: 0; }
  .into-text {
    left: calc(calc(100% - 1320px) / 2); } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .top-who-we-are .wrap-text-block .right-top-text {
    font-size: var(--font20); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .eyecatch-banner {
    z-index: 10; }
    .eyecatch-banner .backgroundSlide {
      z-index: 10; }
  .eye-catch-text {
    left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
    font-size: 60px;
    line-height: 70px;
    top: 100px; }
  .top-text-2 {
    top: 194px; }
  .home-eye-catch-img {
    width: calc(100% - calc( calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)) + calc(1240px/ 8)));
    left: calc( calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)) + calc(1240px/ 8));
    height: 807px;
    z-index: -1; }
  .wrap-eye-catch {
    height: 971px; }
    .wrap-eye-catch .wrap-plus {
      top: 28px; }
  .page-description-text {
    left: calc( calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8)));
    font-size: 18px;
    top: 323px;
    height: 120px; }
  .top-agenda {
    z-index: 10; }
  .top-who-we-are {
    position: absolute;
    width: 50%;
    height: 235px;
    z-index: 3; }
    .top-who-we-are .wrap-text-block {
      width: calc(calc(1240px/ 8) * 2); }
      .top-who-we-are .wrap-text-block .right-top-text {
        font-size: 18px; }
      .top-who-we-are .wrap-text-block .bottom-text-block {
        position: absolute;
        left: 40px;
        width: calc(100% - 80px); }
        .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text {
          font-size: 82px;
          line-height: 96px; }
          .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text span {
            font-size: 18px;
            line-height: 21px; }
        .top-who-we-are .wrap-text-block .bottom-text-block .squre {
          right: 0;
          bottom: 17px;
          opacity: 0.5; }
    .top-who-we-are .wrap-image {
      width: calc(100% - calc(calc(1240px/ 8) * 2)); }
      .top-who-we-are .wrap-image img {
        object-fit: contain;
        position: absolute;
        left: var(--sideGridWidth); }
  .into-text {
    left: calc(calc(100% - 1240px) / 2);
    font-size: 18px;
    top: 18px; } }

@media screen and (min-width: 1920px) {
  .wrap-eye-catch .eyecatch-banner {
    z-index: 10;
    height: 250px; }
  .wrap-eye-catch .squre {
    right: 0;
    bottom: 17px;
    opacity: 0.5; }
  .eye-catch-text {
    left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); }
  .home-eye-catch-img {
    width: calc(calc(1650px/ 10) * 6.5);
    left: calc(calc( calc( calc(calc(100% - 1650px) / 2) + calc(1650px/ 10)) + calc(1650px/ 10)) + calc(1650px/ 10));
    z-index: -1; }
  .page-description-text {
    left: calc(calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8))); }
  .top-agenda {
    z-index: 10; }
  .top-who-we-are {
    z-index: 3; }
    .top-who-we-are .wrap-image {
      width: calc(100% - 330px); }
  .into-text {
    left: calc(calc(100% - 1320px) / 2); } }

@media screen and (max-width: 1024px) {
  .home-page {
    padding-top: 72px; }
  .wrap-eye-catch {
    height: 971px;
    overflow: hidden; }
    .wrap-eye-catch .eye-catch-video {
      height: 345px !important; }
    .wrap-eye-catch::before {
      height: 507px; }
    .wrap-eye-catch .eyecatch-banner {
      top: 345px; }
      .wrap-eye-catch .eyecatch-banner .backgroundSlide {
        top: 0;
        height: 89%; }
    .wrap-eye-catch .wrap-plus {
      top: 22px; }
      .wrap-eye-catch .wrap-plus .plus-block .vertical-line,
      .wrap-eye-catch .wrap-plus .plus-block .horizontal-line {
        background-color: #ffffff;
        opacity: 0.3; }
  .eye-catch-text {
    font-size: 20px;
    line-height: 31px; }
  .page-description-text {
    left: calc(7.1% + calc(91.8% / 8));
    top: 180px;
    width: 72%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
    opacity: 0.7 !important; }
    .page-description-text .read_more_block {
      padding-left: 8px; }
      .page-description-text .read_more_block .readmore {
        margin-right: 1px; }
  .into-text {
    font-size: 12px;
    top: 27px;
    padding-right: 0;
    left: 9.1%; }
  .eye-catch-text {
    left: calc(7.1% + calc(91.8% / 8));
    text-transform: capitalize; }
  .top-text-1 {
    top: 88px; }
  .top-text-2 {
    top: 127px; }
  .top-who-we-are {
    width: 100%;
    display: block;
    overflow: hidden;
    top: 345px;
    position: relative;
    z-index: 2; }
    .top-who-we-are .wrap-image {
      width: 100%;
      height: 72px;
      justify-content: flex-start;
      padding-left: 24px; }
      .top-who-we-are .wrap-image img {
        width: 44px;
        height: 36px; }
    .top-who-we-are .wrap-text-block {
      width: 100%;
      padding: 24px 0 20px 0;
      height: 138px;
      align-items: flex-start; }
      .top-who-we-are .wrap-text-block .right-top-text {
        padding: 0;
        padding-left: 24px;
        font-size: 12px;
        justify-content: start;
        margin-bottom: 24px;
        opacity: 0.8; }
      .top-who-we-are .wrap-text-block .message-button {
        margin-left: 24px; }
      .top-who-we-are .wrap-text-block .bottom-text-block {
        position: static;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0 30px;
        padding-left: 24px; }
        .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text {
          font-size: 60px;
          line-height: 50px; }
          .top-who-we-are .wrap-text-block .bottom-text-block .wrap-number-text span {
            font-size: 12px;
            margin-left: 22px; }
        .top-who-we-are .wrap-text-block .bottom-text-block .squre {
          position: static;
          align-self: flex-end;
          margin-bottom: 5px;
          opacity: 0.5; } }

@keyframes bg-animation {
  0% {
    right: 100%; }
  50% {
    right: 0;
    left: 0; }
  100% {
    right: 0;
    left: 100%; } }

@keyframes appear {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes overlay-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes visibleVideo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.background-video-player {
  position: relative;
  max-width: 100%; }
  .background-video-player video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.background-video-player video.loading {
  background-color: blue;
  background-size: 500px 500px; }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.wrap-plus {
  position: absolute;
  top: 60px;
  left: calc(4.1% + calc(91.8%/ 8));
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  animation: plusIcon-fadeIn;
  animation-duration: 0.2s;
  animation-delay: 1.6s;
  animation-fill-mode: forwards; }

.plus-block {
  height: 30px;
  width: 30px;
  position: relative; }
  .plus-block .vertical-line {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #bebec0;
    transform: translateX(-50%); }
  .plus-block .horizontal-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #bebec0;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .wrap-plus {
    left: calc(var(--sideGridWidth) + var(--singleGridWidth)); } }

@media screen and (min-width: 1440px) {
  .wrap-plus {
    left: calc( calc(calc(100% - 1320px) / 2) + calc(1320px/ 8)); } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .wrap-plus {
    left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
    top: 40px; }
  .plus-block {
    height: 28px;
    width: 28px; } }

@media screen and (max-width: 1024px) {
  .wrap-plus {
    left: calc( calc(calc(100% - 1240px) / 2) + calc(1240px/ 8));
    top: 22px;
    left: 16%; }
  .plus-block {
    height: 16px;
    width: 16px; } }

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

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.achievement-ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  display: flex;
  overflow: hidden;
  z-index: 10; }
  .achievement-ribbon.no-hover .ribbon-light-beam {
    display: none; }
  .achievement-ribbon.no-hover .ribbon-middle::before {
    display: none; }
  .achievement-ribbon.no-hover .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-shimmer {
    display: none; }
  .achievement-ribbon.no-hover .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-progress {
    display: none; }
  .achievement-ribbon.no-hover .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-corner {
    display: none; }
  .achievement-ribbon.no-hover .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-border-glow {
    display: none; }
  .achievement-ribbon .ribbon-light-beam {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 50;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    width: 200px;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: sweepBeam 3s linear infinite; }
  .achievement-ribbon:hover .ribbon-light-beam {
    opacity: 1; }
  .achievement-ribbon .ribbon-left {
    position: relative;
    width: 390px;
    height: 250px;
    background: linear-gradient(to top, #1a1923 0%, #26252e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    animation: ribbonSlideUp 0.6s ease-out 1.8s backwards; }
    .achievement-ribbon .ribbon-left .ribbon-logo {
      width: 107px;
      height: 87px; }
  .achievement-ribbon .ribbon-middle {
    position: relative;
    width: 331px;
    height: 250px;
    background: linear-gradient(to top, #2d38a8 0%, #434eba 50%, #5b66cc 100%);
    overflow: hidden;
    transform: translateY(0);
    animation: ribbonSlideUp 0.6s ease-out 2.1s backwards; }
    .achievement-ribbon .ribbon-middle::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
    .achievement-ribbon .ribbon-middle::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
      opacity: 0;
      transition: opacity 0.5s ease;
      animation: pulseWaveScale 2s ease-in-out infinite; }
    .achievement-ribbon .ribbon-middle .ribbon-middle-content {
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 32px;
      z-index: 1;
      transition: transform 0.4s ease; }
      .achievement-ribbon .ribbon-middle .ribbon-middle-content .ribbon-divider-line {
        width: 80px;
        height: 2px;
        border-radius: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 16px;
        transform: scaleX(1);
        opacity: 1;
        animation: scaleIn 0.8s ease-out 2.5s backwards;
        transition: box-shadow 0.4s ease; }
      .achievement-ribbon .ribbon-middle .ribbon-middle-content .ribbon-middle-title {
        font-family: 'Roboto-Medium', sans-serif;
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 12px;
        text-align: center;
        opacity: 1;
        transform: translateY(0);
        animation: fadeInUp 0.6s ease-out 2.7s backwards; }
      .achievement-ribbon .ribbon-middle .ribbon-middle-content .ribbon-middle-text {
        font-family: 'Roboto-Thin', sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.9);
        text-align: center;
        opacity: 1;
        transform: translateY(0);
        animation: fadeInUp 0.6s ease-out 2.9s backwards; }
  .achievement-ribbon:hover .ribbon-middle::before {
    opacity: 0.5; }
  .achievement-ribbon:hover .ribbon-middle .ribbon-middle-content {
    transform: scale(1.02); }
  .achievement-ribbon:hover .ribbon-middle .ribbon-middle-content .ribbon-divider-line {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6); }
  .achievement-ribbon .ribbon-right {
    position: relative;
    flex: 1;
    height: 250px;
    background: linear-gradient(to top, #dce4e5 0%, #ecf1f2 50%, #f5f8f8 100%);
    transform: translateY(0);
    animation: ribbonSlideUp 0.6s ease-out 2.4s backwards; }
    .achievement-ribbon .ribbon-right::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: radial-gradient(circle at 2px 2px, #26252e 1px, transparent 1px);
      background-size: 32px 32px;
      opacity: 0.05; }
    .achievement-ribbon .ribbon-right .ribbon-stats-grid {
      position: relative;
      height: 100%;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 12px;
      align-items: center;
      padding: 0 32px;
      z-index: 1; }
      .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        padding: 20px;
        background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        cursor: pointer; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card::after {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, #434eba 0%, #5b66cc 50%, #7c85e0 100%);
          opacity: 0;
          transition: opacity 0.5s ease; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-shimmer {
          position: absolute;
          inset: 0;
          background: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
          opacity: 0;
          transition: opacity 0.5s ease;
          pointer-events: none;
          z-index: 2;
          animation: shimmerUp 1.5s ease-in-out infinite; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-progress {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: linear-gradient(to right, transparent, white, transparent);
          opacity: 0;
          transition: opacity 0.4s ease;
          z-index: 2; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-corner {
          position: absolute;
          bottom: -16px;
          right: -16px;
          width: 64px;
          height: 64px;
          border-radius: 50%;
          background: radial-gradient(circle, rgba(67, 78, 186, 0.2) 0%, transparent 70%);
          opacity: 0;
          transform: scale(1);
          transition: transform 0.5s ease, opacity 0.5s ease;
          z-index: 2; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .stat-card-border-glow {
          position: absolute;
          inset: 0;
          border-radius: 12px;
          background: conic-gradient(from 0deg, transparent 0%, rgba(67, 78, 186, 0.4) 20%, transparent 40%, transparent 60%, rgba(67, 78, 186, 0.4) 80%, transparent 100%);
          padding: 2px;
          -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          -webkit-mask-composite: xor;
          mask-composite: exclude;
          opacity: 0;
          transition: opacity 0.5s ease;
          pointer-events: none;
          z-index: 3;
          animation: borderRotate 3s linear infinite; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover {
          transform: translateY(-6px);
          box-shadow: 0 12px 24px rgba(67, 78, 186, 0.15); }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover::after {
            opacity: 1; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .stat-card-shimmer {
            opacity: 1; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .stat-card-progress {
            opacity: 0.6; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .stat-card-corner {
            opacity: 1;
            transform: scale(2); }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .ribbon-stat-value {
            color: #ffffff; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .ribbon-stat-label {
            color: #ffffff; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-value {
          position: relative;
          z-index: 1;
          font-family: 'Roboto-Thin', sans-serif;
          font-size: 48px;
          font-weight: 300;
          color: #434eba;
          display: block;
          margin-bottom: 8px;
          line-height: 1;
          letter-spacing: -1px;
          transition: color 0.4s ease, transform 0.4s ease; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card:hover .ribbon-stat-value {
          transform: scale(1.1); }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-label {
          position: relative;
          z-index: 1;
          font-family: 'Roboto-Regular', sans-serif;
          font-size: 16px;
          font-weight: 400;
          color: #26252e;
          transition: color 0.4s ease; }
  .achievement-ribbon .ribbon-separator {
    position: absolute;
    top: 0;
    width: 1px;
    height: 250px;
    transform-origin: bottom;
    transform: scaleY(1);
    animation: separatorGrow 0.8s ease-out 2.1s backwards; }
    .achievement-ribbon .ribbon-separator.ribbon-separator-1 {
      left: 390px;
      background-color: rgba(255, 255, 255, 0.1); }
    .achievement-ribbon .ribbon-separator.ribbon-separator-2 {
      left: 721px;
      background-color: rgba(0, 0, 0, 0.05); }

@keyframes ribbonSlideUp {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

@keyframes separatorGrow {
  from {
    transform: scaleY(0); }
  to {
    transform: scaleY(1); } }

@keyframes scaleIn {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes sweepBeam {
  0% {
    transform: translateX(-200px); }
  100% {
    transform: translateX(1440px); } }

@keyframes pulseWave {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3; }
  50% {
    transform: scale(1.3);
    opacity: 0.6; } }

@keyframes pulseWaveScale {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); } }

@keyframes shimmerUp {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }

@keyframes borderRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media screen and (min-width: calc(1024px + 1px)) and (max-width: 1365px) {
  .achievement-ribbon .ribbon-left {
    width: 300px; }
  .achievement-ribbon .ribbon-middle {
    width: 300px; }
  .achievement-ribbon .ribbon-separator.ribbon-separator-1 {
    left: 300px; }
  .achievement-ribbon .ribbon-separator.ribbon-separator-2 {
    left: 600px; }
  .achievement-ribbon .ribbon-right .ribbon-stats-grid {
    padding: 0 16px;
    gap: 8px; }
    .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card {
      padding: 16px 8px; }
      .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-value {
        font-size: 36px; }
      .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-label {
        font-size: 13px; } }

@media screen and (max-width: 1024px) {
  .achievement-ribbon {
    height: auto;
    flex-direction: column; }
    .achievement-ribbon .ribbon-left {
      width: 100%;
      height: 120px; }
    .achievement-ribbon .ribbon-middle {
      width: 100%;
      height: 180px; }
    .achievement-ribbon .ribbon-right {
      width: 100%;
      height: auto;
      padding: 24px 0; }
      .achievement-ribbon .ribbon-right .ribbon-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
        gap: 10px; }
        .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card {
          padding: 16px 12px; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-value {
            font-size: 32px; }
          .achievement-ribbon .ribbon-right .ribbon-stats-grid .ribbon-stat-card .ribbon-stat-label {
            font-size: 12px; }
    .achievement-ribbon .ribbon-separator {
      display: none; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.about-page {
  margin-top: 90px;
  position: relative; }
  .about-page .agenda-items {
    display: flex; }
    .about-page .agenda-items ul {
      margin: 0;
      padding: 0;
      margin-right: 90px; }
      .about-page .agenda-items ul li {
        letter-spacing: 0.02em;
        list-style: none;
        margin-bottom: 10px; }
        .about-page .agenda-items ul li:hover {
          cursor: pointer; }
  .about-page .down-arrow {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .about-page .down-arrow svg {
      z-index: 1; }
      .about-page .down-arrow svg path {
        stroke: #000000; }

@media screen and (max-width: 1024px) {
  .about-page {
    margin-top: 72px; }
    .about-page .eye-catch-basic {
      height: 320px; }
      .about-page .eye-catch-basic .eye-catch-body .description {
        color: rgba(255, 255, 255, 0.7); }
    .about-page .agenda-items ul {
      margin-right: 16px; }
    .about-page .down-arrow {
      height: 90px; }
      .about-page .down-arrow svg {
        width: 16px;
        height: 22px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.eye-catch-basic {
  height: 660px;
  position: relative;
  background-size: cover; }
  .eye-catch-basic .shadow {
    position: absolute;
    background: #26252e;
    opacity: 0.5;
    height: inherit;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1; }
  .eye-catch-basic .eye-catch-body {
    z-index: 2;
    position: relative; }
    .eye-catch-basic .eye-catch-body .breadcrumb {
      position: absolute;
      left: var(--secondGridLeft);
      top: 56px;
      display: flex; }
    .eye-catch-basic .eye-catch-body .vertical-text {
      position: absolute;
      left: var(--sideGridWidth);
      top: 60px;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #ffffff;
      font-weight: 500;
      line-height: 32px;
      font-style: normal;
      letter-spacing: 0.02em;
      transform-origin: right top;
      transform: translateX(-100%) rotate(-90deg); }
    .eye-catch-basic .eye-catch-body .title-description {
      position: absolute;
      left: var(--secondGridLeft);
      top: 190px;
      display: flex;
      flex-direction: column; }
      .eye-catch-basic .eye-catch-body .title-description .title {
        margin-left: -2px;
        font-family: "Roboto-Bold";
        font-size: var(--font108);
        color: #ffffff;
        font-weight: 700;
        line-height: 127px;
        font-style: normal;
        display: flex;
        align-items: center; }
      .eye-catch-basic .eye-catch-body .title-description .description {
        width: calc(var(--singleGridWidth) * 3);
        margin-top: 40px;
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: rgba(255, 255, 255, 0.7);
        font-weight: 400;
        line-height: 30px;
        font-style: normal;
        display: flex;
        align-items: center;
        letter-spacing: 0.02em; }
        .eye-catch-basic .eye-catch-body .title-description .description .read-more-section .read-description {
          font-family: "Roboto-Regular";
          font-size: var(--font20);
          color: rgba(255, 255, 255, 0.7);
          font-weight: 400;
          line-height: 30px;
          font-style: normal;
          letter-spacing: 0.02em;
          padding-right: 45px; }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .eye-catch-basic .eye-catch-body .title-description .title {
    margin-left: unset; }
  .eye-catch-basic .eye-catch-body .title-description .description .read-more-section .read-description {
    padding-right: 8px; } }

@media screen and (max-width: 1024px) {
  .eye-catch-basic {
    height: 300px;
    background-position: right; }
    .eye-catch-basic .eye-catch-body .breadcrumb {
      top: 30px; }
    .eye-catch-basic .eye-catch-body .vertical-text {
      top: 30px;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #ffffff;
      font-weight: 500;
      line-height: 18px;
      font-family: "Roboto-Regular"; }
    .eye-catch-basic .eye-catch-body .title-description {
      left: var(--secondGridLeft);
      top: 98px;
      display: flex;
      flex-direction: column; }
      .eye-catch-basic .eye-catch-body .title-description .title {
        margin-left: -1px;
        font-family: "Roboto-Bold";
        font-size: 40px;
        color: #ffffff;
        font-weight: 700;
        line-height: 40px;
        font-style: normal;
        display: flex;
        align-items: center;
        font-family: "Roboto-Medium"; }
      .eye-catch-basic .eye-catch-body .title-description .description {
        margin-left: 0;
        margin-top: 15px;
        line-height: 19px; }
        .eye-catch-basic .eye-catch-body .title-description .description .read-more-section .read-description {
          margin-left: 0;
          margin-top: 24px;
          line-height: 20px;
          padding-right: 0px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.common-breadcrumb {
  white-space: nowrap;
  width: calc(var(--singleGridWidth) * 3); }
  .common-breadcrumb a {
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    font-style: normal;
    letter-spacing: 0.02em;
    font-family: "Roboto-Medium";
    font-weight: 500; }
    .common-breadcrumb a:last-child {
      overflow: hidden;
      text-overflow: ellipsis; }
  .common-breadcrumb span {
    font-family: "Roboto-Bold";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 700;
    line-height: 24px;
    font-family: "Roboto-Medium";
    margin: 0 5px; }

@media screen and (max-width: 1024px) {
  .common-breadcrumb a {
    font-family: "Roboto-Medium";
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.02em;
    font-family: "Roboto-Regular"; }
    .common-breadcrumb a:last-child {
      overflow: hidden;
      text-overflow: ellipsis; }
  .common-breadcrumb span {
    font-family: "Roboto-Medium";
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    font-family: "Roboto-Medium"; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.eye-catch-read-more {
  min-height: 260px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex; }
  .eye-catch-read-more .read-more-title {
    width: var(--sideGridWidth);
    position: relative;
    background-color: #26252e; }
    .eye-catch-read-more .read-more-title .read-more-icon {
      position: absolute;
      width: 60px;
      right: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0; }
      .eye-catch-read-more .read-more-title .read-more-icon .text {
        letter-spacing: 0.02em;
        margin-top: 56px;
        width: 101px;
        transform: rotate(-90deg);
        font-family: "Roboto-Medium";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: 500;
        line-height: 32px; }
      .eye-catch-read-more .read-more-title .read-more-icon .icon svg {
        width: 22px;
        height: 30px; }
  .eye-catch-read-more .read-more-body {
    display: flex;
    width: calc(100% - var(--sideGridWidth)); }
    .eye-catch-read-more .read-more-body .left {
      padding: 36px 36px 0 40px;
      width: calc(var(--singleGridWidth) * 4);
      background: #434eba; }
      .eye-catch-read-more .read-more-body .left .title {
        letter-spacing: 0.02em;
        margin-bottom: 30px;
        font-family: "Roboto-Medium";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: 500;
        line-height: 32px; }
      .eye-catch-read-more .read-more-body .left .description {
        align-items: center;
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.02em;
        opacity: 0.7;
        margin-top: 20px;
        font-family: "SF-Pro-Display"; }
    .eye-catch-read-more .read-more-body .right {
      padding: 36px 0 0 61px;
      width: calc(100% - calc(var(--singleGridWidth) * 4));
      background: #ecf1f2; }
      .eye-catch-read-more .read-more-body .right .title {
        letter-spacing: 0.02em;
        font-family: "Roboto-Medium";
        font-size: var(--font20);
        color: #26252e;
        font-weight: 500;
        line-height: 32px;
        margin-bottom: 30px; }
      .eye-catch-read-more .read-more-body .right .description {
        letter-spacing: 0.06em;
        font-family: "Roboto-Regular";
        font-size: var(--font18);
        color: #26252e;
        font-weight: 400;
        color: #26252e;
        opacity: 0.5; }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  .eye-catch-read-more .read-more-title .read-more-icon .text {
    letter-spacing: 0.02em;
    margin-top: 56px;
    width: 101px;
    transform: rotate(-90deg);
    font-family: "Roboto-Medium";
    font-size: var(--font20);
    color: #ffffff;
    font-weight: 500;
    line-height: 32px; }
  .eye-catch-read-more .read-more-title .read-more-icon .icon svg {
    width: 22px;
    height: 30px; }
  .eye-catch-read-more .read-more-body .left {
    padding: 36px 36px 0 40px;
    width: calc(var(--singleGridWidth) * 4);
    background: #434eba; }
    .eye-catch-read-more .read-more-body .left .title {
      letter-spacing: 0.02em;
      margin-bottom: 25px;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #ffffff;
      font-weight: 500;
      line-height: 24px; }
    .eye-catch-read-more .read-more-body .left .description {
      align-items: center;
      font-family: "Roboto-Regular";
      font-size: var(--font18);
      color: #ffffff;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0.02em;
      opacity: 0.7;
      margin-top: 20px;
      font-family: "SF-Pro-Display"; }
  .eye-catch-read-more .read-more-body .right {
    padding: 36px 0 0 61px;
    width: calc(100% - calc(var(--singleGridWidth) * 4));
    background: #ecf1f2; }
    .eye-catch-read-more .read-more-body .right .title {
      letter-spacing: 0.02em;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #26252e;
      font-weight: 500;
      line-height: 32px;
      margin-bottom: 30px; }
    .eye-catch-read-more .read-more-body .right .description {
      letter-spacing: 0.06em;
      font-family: "Roboto-Regular";
      font-size: var(--font16);
      color: #26252e;
      font-weight: 400;
      color: #26252e;
      opacity: 0.5; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  .eye-catch-read-more .read-more-title .read-more-icon .text {
    margin-top: 60px; }
  .eye-catch-read-more .read-more-body .right {
    padding: 36px 0 0 61px;
    width: calc(100% - calc(var(--singleGridWidth) * 4));
    background: #ecf1f2; }
    .eye-catch-read-more .read-more-body .right .title {
      letter-spacing: 0.02em;
      font-family: "Roboto-Medium";
      font-size: var(--font20);
      color: #26252e;
      font-weight: 500;
      line-height: 32px;
      margin-bottom: 30px; }
    .eye-catch-read-more .read-more-body .right .description {
      letter-spacing: 0.06em;
      font-family: "Roboto-Regular";
      font-size: var(--font16);
      color: #26252e;
      font-weight: 400;
      color: #26252e;
      opacity: 0.5; } }

@media screen and (min-width: 1440px) {
  .eye-catch-read-more .read-more-title .read-more-icon .text {
    margin-top: 68px; } }

@media screen and (max-width: 1024px) {
  .eye-catch-read-more {
    min-height: 458px; }
    .eye-catch-read-more .read-more-title {
      width: 52px; }
      .eye-catch-read-more .read-more-title .read-more-icon {
        width: 52px; }
        .eye-catch-read-more .read-more-title .read-more-icon .text {
          margin-top: 24px;
          width: 66px; }
        .eye-catch-read-more .read-more-title .read-more-icon .icon svg {
          width: 16px;
          height: 22px; }
    .eye-catch-read-more .read-more-body {
      display: flex;
      flex-direction: column;
      width: calc(100vw - 52px); }
      .eye-catch-read-more .read-more-body .left {
        padding: 24px 24px 0 24px;
        height: 224px;
        width: 100%;
        background: #434eba; }
        .eye-catch-read-more .read-more-body .left .title {
          margin-bottom: 16px;
          font-family: "Roboto-Medium";
          font-size: 12px;
          color: #ffffff;
          font-weight: 500;
          line-height: 20px; }
        .eye-catch-read-more .read-more-body .left .description {
          letter-spacing: 0.02em;
          font-family: "Roboto-Regular";
          font-size: 12px;
          color: #ffffff;
          font-weight: 400;
          line-height: 20px;
          opacity: 0.7; }
      .eye-catch-read-more .read-more-body .right {
        padding: 24px 24px 0 24px;
        width: 100%;
        min-height: 234px;
        background: #ecf1f2; }
        .eye-catch-read-more .read-more-body .right .title {
          font-family: "Roboto-Medium";
          font-size: 12px;
          color: #26252e;
          font-weight: 500;
          line-height: 20px;
          margin-bottom: 24px; }
        .eye-catch-read-more .read-more-body .right .description {
          letter-spacing: 0.02em;
          font-family: "Roboto-Regular";
          font-size: 12px;
          color: #26252e;
          font-weight: 400;
          line-height: 16px;
          opacity: 0.5; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.read-more-section {
  width: 100%; }
  .read-more-section .read-description {
    align-items: center;
    font-family: "Roboto-Regular";
    font-size: var(--font20);
    color: #26252e;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.02em;
    opacity: 0.7;
    margin-top: 20px; }
    .read-more-section .read-description .read_more_block {
      font-family: "Roboto-Medium";
      font-style: normal;
      font-weight: normal;
      font-size: var(--font20);
      line-height: 23px;
      color: #16c36e;
      opacity: 0.8;
      padding-left: 0px;
      border: none;
      background-color: transparent; }
      .read-more-section .read-description .read_more_block svg {
        height: 9px;
        width: 14px; }
        .read-more-section .read-description .read_more_block svg path {
          stroke: #16c36e;
          stroke-width: 2px; }
      .read-more-section .read-description .read_more_block:hover {
        cursor: pointer; }
      .read-more-section .read-description .read_more_block:focus {
        outline: none; }
      .read-more-section .read-description .read_more_block .readmore {
        margin-right: 10px;
        font-family: "Roboto-Regular"; }
  .read-more-section .about-us {
    color: #ffffff;
    font-size: var(--font20);
    font-weight: 400;
    font-family: "Roboto-Regular";
    line-height: 30px; }

@media screen and (max-width: 1024px) {
  .read-more-section {
    width: 100%; }
    .read-more-section .read-description {
      font-size: 12px;
      line-height: 20px;
      margin-left: 0;
      width: 100%;
      font-family: "Roboto-Regular";
      margin-top: 0px; }
      .read-more-section .read-description .read_more_block {
        font-size: 12px;
        right: 7px;
        bottom: -6px; }
        .read-more-section .read-description .read_more_block svg {
          width: 9px;
          height: 6px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.additional-grid-block {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  animation: plusIcon-fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards; }
  .additional-grid-block .side-grid {
    width: var(--sideGridWidth);
    height: 100%; }
    .additional-grid-block .side-grid .grid-item {
      display: flex;
      width: var(--singleGridWidth);
      height: 100%; }
    .additional-grid-block .side-grid.side-grid-left {
      position: absolute;
      left: 0; }
      .additional-grid-block .side-grid.side-grid-left .grid-item {
        float: right;
        border-left: 1px solid #ffffff; }
    .additional-grid-block .side-grid.side-grid-right {
      position: absolute;
      right: 0; }
      .additional-grid-block .side-grid.side-grid-right .grid-item {
        float: left;
        border-right: 1px solid #ffffff; }
  .additional-grid-block .middlie-grid {
    position: absolute;
    width: var(--midileGridWidth);
    height: 100%;
    left: var(--sideGridWidth); }
    .additional-grid-block .middlie-grid .grid-item {
      position: absolute;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #ffffff;
      transform: translateX(-0.5px); }
      .additional-grid-block .middlie-grid .grid-item.bg-transparent {
        background-color: transparent !important; }
      .additional-grid-block .middlie-grid .grid-item:nth-child(1) {
        left: 0; }
      .additional-grid-block .middlie-grid .grid-item:nth-child(2) {
        left: var(--singleGridWidth); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(3) {
        left: calc(var(--singleGridWidth) * 2); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(4) {
        left: calc(var(--singleGridWidth) * 3); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(5) {
        left: calc(var(--singleGridWidth) * 4); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(6) {
        left: calc(var(--singleGridWidth) * 5); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(7) {
        left: calc(var(--singleGridWidth) * 6); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(8) {
        left: calc(var(--singleGridWidth) * 7); }
      .additional-grid-block .middlie-grid .grid-item:nth-child(9) {
        left: calc(var(--singleGridWidth) * 8); }

@-moz-document url-prefix() {
  .additional-grid-block .side-grid .grid-item {
    opacity: 0.5; }
  .additional-grid-block .middlie-grid .grid-item {
    opacity: 0.5; } }

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

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.services-page {
  margin-top: 90px;
  position: relative; }
  .services-page .agenda-items {
    display: flex; }
    .services-page .agenda-items ul {
      margin: 0;
      padding: 0;
      margin-right: 10px; }
      .services-page .agenda-items ul li {
        list-style: none;
        font-size: var(--font16);
        line-height: 24px; }
        .services-page .agenda-items ul li:hover {
          cursor: default; }
  .services-page .down-arrow {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .services-page .down-arrow svg {
      z-index: 1; }
      .services-page .down-arrow svg path {
        stroke: #000000; }

@media screen and (max-width: 1024px) {
  .services-page {
    margin-top: 72px; }
    .services-page .eye-catch-basic {
      height: 300px; }
    .services-page .agenda-items {
      justify-content: space-between; }
      .services-page .agenda-items ul {
        flex-basis: 110px;
        margin-right: 0; }
        .services-page .agenda-items ul li {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 15px; }
    .services-page .down-arrow {
      height: 90px; }
      .services-page .down-arrow svg {
        width: 16px;
        height: 22px; }
    .services-page .eye-catch-read-more .read-more-body .right {
      padding: 24px 10px 0 24px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.news-eyecatch-slider {
  height: auto;
  position: relative;
  background-size: cover;
  max-width: 100%;
  overflow: hidden; }
  .news-eyecatch-slider .content-slider {
    display: block;
    height: 810px;
    width: 100vw;
    position: relative;
    margin-left: 0px !important; }
    .news-eyecatch-slider .content-slider .slick-slider .slick-arrow {
      display: none !important; }
    .news-eyecatch-slider .content-slider .slider-item {
      position: relative;
      height: 727px; }
      .news-eyecatch-slider .content-slider .slider-item .slider-title {
        font-family: "Roboto-Bold";
        font-size: var(--font108);
        color: #ffffff;
        font-weight: 700;
        line-height: 127px;
        width: calc(var(--singleGridWidth) * 5);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 158px;
        z-index: 3;
        margin-left: -8px; }
      .news-eyecatch-slider .content-slider .slider-item .slider-description {
        letter-spacing: 0.015em;
        font-family: "Roboto-Medium";
        font-size: var(--font36);
        color: #ffffff;
        font-weight: 500;
        line-height: 50px;
        width: calc(var(--singleGridWidth) * 5);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 298px;
        z-index: 3;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: -3px; }
      .news-eyecatch-slider .content-slider .slider-item .slider-short-description {
        letter-spacing: 0.02em;
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: normal;
        line-height: 30px;
        width: calc(var(--singleGridWidth) * 3);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 458px;
        z-index: 3;
        opacity: 0.7;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 20px; }
      .news-eyecatch-slider .content-slider .slider-item .back-cover {
        object-fit: cover;
        z-index: 2; }
        .news-eyecatch-slider .content-slider .slider-item .back-cover img {
          z-index: 2;
          height: auto;
          width: 100vw; }
        .news-eyecatch-slider .content-slider .slider-item .back-cover .shadow {
          position: absolute;
          background: #26252e;
          opacity: 0.5;
          height: 100%;
          width: 100vw;
          top: 0;
          right: 0;
          left: 0;
          right: 0;
          z-index: 1; }
  .news-eyecatch-slider .verticle-side-text {
    position: absolute;
    left: var(--sideGridWidth);
    top: 100px;
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.02em;
    transform: rotate(-90deg);
    transform-origin: left top;
    z-index: 4; }
  .news-eyecatch-slider .news-bread {
    position: relative; }
    .news-eyecatch-slider .news-bread .breadcrumb {
      position: absolute;
      left: var(--secondGridLeft);
      top: 56px;
      display: flex;
      z-index: 2; }
  .news-eyecatch-slider .bottom-navigation {
    height: 83px;
    width: 100%;
    position: relative;
    background: #434eba;
    z-index: 1; }
    .news-eyecatch-slider .bottom-navigation .next-prev-icon {
      position: relative;
      width: calc(var(--singleGridWidth));
      left: calc(var(--singleGridWidth) * 1 + var(--sideGridWidth));
      display: flex;
      align-items: center;
      height: 83px; }
      .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon {
        z-index: 4;
        height: 100%;
        width: calc(var(--singleGridWidth) / 2);
        background: #3b4391;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon:hover {
          opacity: 0.7; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon img {
          width: 30.5px;
          height: 22px; }
      .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon {
        z-index: 4;
        height: 100%;
        width: calc(var(--singleGridWidth) / 2);
        background: #3b4391;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon:hover {
          opacity: 0.7; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon img {
          width: 30.5px;
          height: 22px; }
    .news-eyecatch-slider .bottom-navigation .custom-dots {
      width: 52px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: calc(calc(var(--singleGridWidth) * 4) + var(--sideGridWidth) - 30px);
      top: 31.5px; }
      .news-eyecatch-slider .bottom-navigation .custom-dots .slider-dot {
        width: 8px;
        height: 8px;
        background: #ffffff;
        opacity: 0.5; }
      .news-eyecatch-slider .bottom-navigation .custom-dots .slider-dot-active {
        width: 12px;
        height: 12px;
        background: #ffffff; }

@media screen and (max-width: 1024px) {
  .news-eyecatch-slider {
    height: 380px;
    position: relative;
    background-size: cover;
    overflow: hidden; }
    .news-eyecatch-slider .content-slider {
      display: block;
      height: 344px;
      width: 100%;
      position: relative; }
      .news-eyecatch-slider .content-slider .slick-slider .slick-arrow {
        display: none !important; }
      .news-eyecatch-slider .content-slider .slider-item {
        position: relative;
        height: 344px; }
        .news-eyecatch-slider .content-slider .slider-item .slider-title {
          font-family: "Roboto-Regular";
          font-size: 40px;
          color: #ffffff;
          font-weight: normal;
          line-height: 40px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 98px;
          z-index: 3;
          margin-left: -3px; }
        .news-eyecatch-slider .content-slider .slider-item .slider-description {
          letter-spacing: 0.015em;
          font-family: "Roboto-Regular";
          font-size: 20px;
          color: #ffffff;
          font-weight: normal;
          line-height: 28px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 162px;
          z-index: 3;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-left: -1px; }
        .news-eyecatch-slider .content-slider .slider-item .slider-short-description {
          letter-spacing: 0.02em;
          font-family: "Roboto-Regular";
          font-size: 20px;
          color: #ffffff;
          font-weight: normal;
          line-height: 30px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 458px;
          z-index: 3;
          opacity: 0.7;
          display: none; }
        .news-eyecatch-slider .content-slider .slider-item .back-cover {
          width: 100%;
          z-index: 4; }
          .news-eyecatch-slider .content-slider .slider-item .back-cover img {
            z-index: 2;
            height: 344px;
            width: 100%; }
          .news-eyecatch-slider .content-slider .slider-item .back-cover .shadow {
            position: absolute;
            background: #26252e;
            opacity: 0.5;
            height: 100% !important;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
            z-index: 1; }
    .news-eyecatch-slider .verticle-side-text {
      position: absolute;
      left: var(--sideGridWidth);
      top: 64px;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #ffffff;
      font-weight: 500;
      line-height: 18px;
      font-style: normal;
      letter-spacing: 0.02em;
      transform: rotate(-90deg);
      transform-origin: left top;
      z-index: 4; }
    .news-eyecatch-slider .news-bread {
      position: relative; }
      .news-eyecatch-slider .news-bread .breadcrumb {
        position: absolute;
        left: var(--secondGridLeft);
        top: 30px;
        display: flex;
        z-index: 2; }
    .news-eyecatch-slider .bottom-navigation {
      height: 36px;
      width: 100%;
      position: relative;
      background: #434eba;
      z-index: 1; }
      .news-eyecatch-slider .bottom-navigation .next-prev-icon {
        position: relative;
        width: calc(var(--singleGridWidth));
        left: var(--sideGridWidth);
        display: flex;
        align-items: center;
        height: 36px; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon {
          z-index: 4;
          height: 100%;
          width: calc(var(--singleGridWidth) / 2);
          background: #3b4391;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon:hover {
            opacity: 0.7; }
          .news-eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon img {
            width: 18px;
            height: 16px; }
        .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon {
          z-index: 4;
          height: 100%;
          width: calc(var(--singleGridWidth) / 2);
          background: #3b4391;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon:hover {
            opacity: 0.7; }
          .news-eyecatch-slider .bottom-navigation .next-prev-icon .next-icon img {
            width: 18px;
            height: 16px; }
      .news-eyecatch-slider .bottom-navigation .custom-dots {
        width: 26px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        left: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth) - 13px);
        top: 13px; }
        .news-eyecatch-slider .bottom-navigation .custom-dots .slider-dot {
          width: 4px;
          height: 4px;
          background: #ffffff;
          opacity: 0.5; }
        .news-eyecatch-slider .bottom-navigation .custom-dots .slider-dot-active {
          width: 6px;
          height: 6px;
          background: #ffffff; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.eyecatch-slider {
  height: 810px;
  position: relative;
  background-size: cover;
  max-width: 100%;
  overflow: hidden; }
  .eyecatch-slider .content-slider {
    display: block;
    height: 727px;
    width: 100%;
    position: relative; }
    .eyecatch-slider .content-slider .slick-slider .slick-arrow {
      display: none !important; }
    .eyecatch-slider .content-slider .slider-item {
      position: relative;
      height: 727px; }
      .eyecatch-slider .content-slider .slider-item .slider-title {
        font-family: "Roboto-Bold";
        font-size: var(--font108);
        color: #ffffff;
        font-weight: 700;
        line-height: 127px;
        width: calc(var(--singleGridWidth) * 5);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 158px;
        z-index: 3;
        margin-left: -8px; }
      .eyecatch-slider .content-slider .slider-item .slider-description {
        letter-spacing: 0.015em;
        font-family: "Roboto-Medium";
        font-size: var(--font36);
        color: #ffffff;
        font-weight: 500;
        line-height: 50px;
        width: calc(var(--singleGridWidth) * 5);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 298px;
        z-index: 3;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-left: -3px; }
      .eyecatch-slider .content-slider .slider-item .slider-short-description {
        letter-spacing: 0.02em;
        font-family: "Roboto-Regular";
        font-size: var(--font20);
        color: #ffffff;
        font-weight: normal;
        line-height: 30px;
        width: calc(var(--singleGridWidth) * 3);
        position: absolute;
        left: calc(var(--sideGridWidth) + var(--singleGridWidth));
        top: 458px;
        z-index: 3;
        opacity: 0.7;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 20px; }
      .eyecatch-slider .content-slider .slider-item .back-cover {
        width: 100%;
        z-index: 2; }
        .eyecatch-slider .content-slider .slider-item .back-cover img {
          z-index: 2;
          height: 727px;
          width: 100%;
          background-color: #7d7c82; }
        .eyecatch-slider .content-slider .slider-item .back-cover .shadow {
          position: absolute;
          background: #26252e;
          opacity: 0.5;
          height: 727px;
          width: 100%;
          top: 0;
          right: 0;
          left: 0;
          right: 0;
          z-index: 1; }
  .eyecatch-slider .verticle-side-text {
    position: absolute;
    left: var(--sideGridWidth);
    top: 100px;
    font-family: "Roboto-Medium";
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
    letter-spacing: 0.02em;
    transform: rotate(-90deg);
    transform-origin: left top;
    z-index: 4; }
  .eyecatch-slider .news-bread {
    position: relative; }
    .eyecatch-slider .news-bread .breadcrumb {
      position: absolute;
      left: var(--secondGridLeft);
      top: 56px;
      display: flex;
      z-index: 2; }
  .eyecatch-slider .bottom-navigation {
    height: 83px;
    width: 100%;
    position: relative;
    background: #434eba;
    z-index: 1; }
    .eyecatch-slider .bottom-navigation .next-prev-icon {
      position: relative;
      width: calc(var(--singleGridWidth));
      left: calc(var(--singleGridWidth) * 1 + var(--sideGridWidth));
      display: flex;
      align-items: center;
      height: 83px; }
      .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon {
        z-index: 4;
        height: 100%;
        width: calc(var(--singleGridWidth) / 2);
        background: #3b4391;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon:hover {
          opacity: 0.7; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon img {
          width: 30.5px;
          height: 22px; }
      .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon {
        z-index: 4;
        height: 100%;
        width: calc(var(--singleGridWidth) / 2);
        background: #3b4391;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon:hover {
          opacity: 0.7; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon img {
          width: 30.5px;
          height: 22px; }
    .eyecatch-slider .bottom-navigation .custom-dots {
      width: 52px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      left: calc(calc(var(--singleGridWidth) * 4) + var(--sideGridWidth) - 30px);
      top: 31.5px; }
      .eyecatch-slider .bottom-navigation .custom-dots .slider-dot {
        width: 8px;
        height: 8px;
        background: #ffffff;
        opacity: 0.5; }
      .eyecatch-slider .bottom-navigation .custom-dots .slider-dot-active {
        width: 12px;
        height: 12px;
        background: #ffffff; }

@media screen and (max-width: 1024px) {
  .eyecatch-slider {
    height: 380px;
    position: relative;
    background-size: cover;
    overflow: hidden; }
    .eyecatch-slider .content-slider {
      display: block;
      height: 344px;
      width: 100%;
      position: relative; }
      .eyecatch-slider .content-slider .slick-slider .slick-arrow {
        display: none !important; }
      .eyecatch-slider .content-slider .slider-item {
        position: relative;
        height: 344px; }
        .eyecatch-slider .content-slider .slider-item .slider-title {
          font-family: "Roboto-Regular";
          font-size: 40px;
          color: #ffffff;
          font-weight: normal;
          line-height: 40px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 98px;
          z-index: 3;
          margin-left: -3px; }
        .eyecatch-slider .content-slider .slider-item .slider-description {
          letter-spacing: 0.015em;
          font-family: "Roboto-Regular";
          font-size: 20px;
          color: #ffffff;
          font-weight: normal;
          line-height: 28px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 162px;
          z-index: 3;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-left: -1px; }
        .eyecatch-slider .content-slider .slider-item .slider-short-description {
          letter-spacing: 0.02em;
          font-family: "Roboto-Regular";
          font-size: 20px;
          color: #ffffff;
          font-weight: normal;
          line-height: 30px;
          width: calc(var(--singleGridWidth) * 3);
          position: absolute;
          left: calc(var(--sideGridWidth) + var(--singleGridWidth));
          top: 458px;
          z-index: 3;
          opacity: 0.7;
          display: none; }
        .eyecatch-slider .content-slider .slider-item .back-cover {
          width: 100%;
          z-index: 2; }
          .eyecatch-slider .content-slider .slider-item .back-cover img {
            z-index: 2;
            height: 344px;
            width: 100%; }
          .eyecatch-slider .content-slider .slider-item .back-cover .shadow {
            position: absolute;
            background: #26252e;
            opacity: 0.5;
            height: inherit;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            right: 0;
            z-index: 1; }
    .eyecatch-slider .verticle-side-text {
      position: absolute;
      left: var(--sideGridWidth);
      top: 64px;
      font-family: "Roboto-Medium";
      font-size: 12px;
      color: #ffffff;
      font-weight: 500;
      line-height: 18px;
      font-style: normal;
      letter-spacing: 0.02em;
      transform: rotate(-90deg);
      transform-origin: left top;
      z-index: 4; }
    .eyecatch-slider .news-bread {
      position: relative; }
      .eyecatch-slider .news-bread .breadcrumb {
        position: absolute;
        left: var(--secondGridLeft);
        top: 30px;
        display: flex;
        z-index: 2; }
    .eyecatch-slider .bottom-navigation {
      height: 36px;
      width: 100%;
      position: relative;
      background: #434eba;
      z-index: 1; }
      .eyecatch-slider .bottom-navigation .next-prev-icon {
        position: relative;
        width: calc(var(--singleGridWidth));
        left: var(--sideGridWidth);
        display: flex;
        align-items: center;
        height: 36px; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon {
          z-index: 4;
          height: 100%;
          width: calc(var(--singleGridWidth) / 2);
          background: #3b4391;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon:hover {
            opacity: 0.7; }
          .eyecatch-slider .bottom-navigation .next-prev-icon .previous-icon img {
            width: 18px;
            height: 16px; }
        .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon {
          z-index: 4;
          height: 100%;
          width: calc(var(--singleGridWidth) / 2);
          background: #3b4391;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer; }
          .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon:hover {
            opacity: 0.7; }
          .eyecatch-slider .bottom-navigation .next-prev-icon .next-icon img {
            width: 18px;
            height: 16px; }
      .eyecatch-slider .bottom-navigation .custom-dots {
        width: 26px;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        left: calc(calc(var(--singleGridWidth) * 2) + var(--sideGridWidth) - 13px);
        top: 13px; }
        .eyecatch-slider .bottom-navigation .custom-dots .slider-dot {
          width: 4px;
          height: 4px;
          background: #ffffff;
          opacity: 0.5; }
        .eyecatch-slider .bottom-navigation .custom-dots .slider-dot-active {
          width: 6px;
          height: 6px;
          background: #ffffff; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
footer .footer-block {
  border-top: 1px solid #ecf1f2;
  padding: 60px 0 0;
  background: #ffffff;
  position: relative;
  z-index: 1; }
  footer .footer-block .footer-content {
    width: 68.8vw;
    margin: 0 auto; }
    footer .footer-block .footer-content .footer-widget-row {
      display: flex;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      footer .footer-block .footer-content .footer-widget-row:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 80px; }
      footer .footer-block .footer-content .footer-widget-row .footer-widget-column {
        width: 25%; }
        footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px; }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header .drop-down-icon {
            visibility: hidden; }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header .footer-menu-parent {
            font-family: "Roboto-Medium";
            font-weight: 500;
            font-size: 16px;
            line-height: 19px;
            color: #26252e; }
        footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items {
          margin: 0;
          padding: 0 53px 0 0;
          list-style: none; }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items li {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            font-family: "Roboto-Regular";
            line-height: 20px;
            font-size: 16px;
            letter-spacing: 0.01em;
            color: rgba(38, 37, 46, 0.7);
            cursor: pointer;
            padding: 0px 0px 15px 0px; }
            footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items li a {
              color: rgba(38, 37, 46, 0.7); }

footer .footer-copyright-block {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0; }
  footer .footer-copyright-block .footer-content {
    display: flex;
    justify-content: space-between; }
    footer .footer-copyright-block .footer-content .footer-social {
      display: flex;
      align-items: center; }
      footer .footer-copyright-block .footer-content .footer-social a {
        margin-right: 61px; }
        footer .footer-copyright-block .footer-content .footer-social a:last-child {
          margin-right: 0; }
    footer .footer-copyright-block .footer-content .footer-copyright {
      font-family: "Roboto-Regular";
      font-weight: normal;
      font-size: 16px;
      line-height: 29px;
      color: rgba(38, 37, 46, 0.5); }
    footer .footer-copyright-block .footer-content .footer-policy {
      color: rgba(38, 37, 46, 0.5); }

@media screen and (min-width: 1440px) {
  footer .footer-block .footer-content {
    width: 990px; } }

@media screen and (min-width: 1366px) and (max-width: calc(1440px - 1px)) {
  footer .footer-block .footer-content {
    width: calc(calc(1240px/ 8) * 6); }
    footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header .footer-menu-parent {
      font-size: 14px;
      line-height: 16px;
      padding-bottom: 20px; }
    footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items li {
      font-size: 14px; }
  .footer-copyright-block {
    height: 85px; }
    .footer-copyright-block .footer-content .footer-copyright {
      font-size: 14px;
      line-height: 16px; } }

@media screen and (min-width: 1025px) and (max-width: calc(1366px - 1px)) {
  footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items li {
    font-size: 14px; } }

@media screen and (max-width: 1024px) {
  footer .footer-block {
    border-top: 1px solid #ecf1f2;
    padding: 10px 0; }
    footer .footer-block .footer-content {
      margin: 0 10px;
      width: calc(100% - 20px); }
      footer .footer-block .footer-content .footer-widget-row {
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
        footer .footer-block .footer-content .footer-widget-row:last-child {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        footer .footer-block .footer-content .footer-widget-row .footer-widget-column {
          width: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column.expand .footer-menu-items {
            max-height: 300px;
            transition: max-height 1s ease-in; }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column.expand .drop-down-icon {
            transform: rotate(-180deg); }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header {
            height: 48px;
            margin-bottom: 0; }
            footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header .drop-down-icon {
              visibility: visible;
              transition: transform 0.5s; }
            footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-header .footer-menu-parent {
              font-family: "Roboto-Regular";
              font-size: 14px;
              line-height: 24px; }
          footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items {
            overflow: hidden;
            max-height: 0;
            margin: 0;
            padding: 0 53px 0 0;
            list-style: none; }
            footer .footer-block .footer-content .footer-widget-row .footer-widget-column .footer-menu-items li {
              line-height: 24px;
              font-size: 14px; }
  footer .footer-copyright-block.footer-block {
    border-top: none; }
  footer .footer-copyright-block .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    footer .footer-copyright-block .footer-content .footer-social {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px; }
    footer .footer-copyright-block .footer-content .footer-copyright {
      font-size: 11px;
      line-height: 16px; } }

/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
/*
variable small device screen
===== midle grid calc for 320 
left and right grid = 30px
midle grid = 290px
middle grid percent = 90.62%
*/
.career-page {
  margin-top: 90px;
  position: relative; }
  .career-page .agenda-items {
    display: flex; }
    .career-page .agenda-items ul {
      margin: 0;
      padding: 0;
      margin-right: 90px; }
      .career-page .agenda-items ul li {
        list-style: none;
        margin-bottom: 10px; }
        .career-page .agenda-items ul li:hover {
          cursor: pointer; }
  .career-page .down-arrow {
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    .career-page .down-arrow svg {
      z-index: 1; }
      .career-page .down-arrow svg path {
        stroke: #000000; }

@media screen and (max-width: 1024px) {
  .career-page {
    margin-top: 72px; }
    .career-page .eye-catch-basic .eye-catch-body .description {
      color: rgba(255, 255, 255, 0.7); }
    .career-page .agenda-items ul {
      margin-right: 16px; }
    .career-page .down-arrow {
      height: 90px; }
      .career-page .down-arrow svg {
        width: 16px;
        height: 22px; } }

