@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Oswald:wght@200..700&display=swap");
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.position-auto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("../fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../fonts/ClashDisplay-Extralight.woff") format("woff"), url("../fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Light";
  src: url("../fonts/ClashDisplay-Light.woff2") format("woff2"), url("../fonts/ClashDisplay-Light.woff") format("woff"), url("../fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../fonts/ClashDisplay-Regular.woff") format("woff"), url("../fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../fonts/ClashDisplay-Medium.woff") format("woff"), url("../fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../fonts/ClashDisplay-Semibold.woff") format("woff"), url("../fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../fonts/ClashDisplay-Bold.woff") format("woff"), url("../fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../fonts/ClashDisplay-Variable.woff") format("woff"), url("../fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("../fonts/Helvetica.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Oblique"), url("../fonts/Helvetica-Oblique.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Compressed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Compressed"), url("../fonts/helvetica-compressed-5871d14b6903a.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Rounded Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Rounded Bold"), url("../fonts/helvetica-rounded-bold-5871d05ead8de.woff") format("woff");
}
@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("../fonts/Helvetica-Bold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Bold Oblique"), url("../fonts/Helvetica-BoldOblique.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Light"), url("../fonts/helvetica-light-587ebe5a59211.woff") format("woff");
}
@font-face {
  font-family: "Helvetica-neue-medium";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue"), url("../fonts/helvetica-neue/HelveticaNeueMedium.otf") format("woff");
}
@font-face {
  font-family: "Helvetica-neue-light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue"), url("../fonts/helvetica-neue/HelveticaNeueLight.otf") format("woff");
}
* {
  margin: 0;
  padding: 0;
}

*:focus-visible {
  outline: none !important;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #363636;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  text-decoration: none;
  color: #258491 !important;
  background-color:transparent !important;
}
a:focus {
  outline: 0;
}

p {
  font-size: 16px;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.form-control {
  background-color: transparent;
  height: 50px;
  min-height: 50px;
  border-radius: 5px;
  color: #1A1A1A;
  font-weight: 400;
  border: 1px solid #aaaaaa;
}
.form-control:focus {
  box-shadow: inherit;
}
.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #E5E5E5;
}
.form-control ::-moz-placeholder {
  font-size: 16px;
  color: #E5E5E5;
}
.form-control :-ms-input-placeholder {
  font-size: 16px;
  color: #E5E5E5;
}
.form-control :-moz-placeholder {
  font-size: 16px;
  color: #E5E5E5;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #6D6D6D;
  background-color: #1A1A1A;
  font-size: 18px;
  font-weight: 400;
}

.blob-btn {
  z-index: 1;
  position: relative;
  height: 60px;
  padding: 18px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 10px;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 8px;
  white-space: nowrap;
  font-weight: 600;
}
.blob-btn.btn_42 {
  height: 42px;
}
.blob-btn.btn_60 {
  height: 60px;
}
.blob-btn.btn_72 {
  height: 72px;
}
.blob-btn.btn_max_155 {
  max-width: 155px;
}
.blob-btn.btn_max_175 {
  max-width: 175px;
}
.blob-btn.btn_max_200 {
  max-width: 200px;
}
.blob-btn.btn_max_250 {
  max-width: 250px;
}
.blob-btn.btn-max-content {
  width: max-content;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 8px;
}
.blob-btn:hover {
  border-radius: 8px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 1px;
  width: 25%;
  height: 100%;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
  }
}
.blob-btn.btn-dark {
  color: #ffffff;
}
.blob-btn.btn-dark:before {
  border: 0;
}
.blob-btn.btn-dark:hover {
  color: #1A1A1A;
}
.blob-btn.btn-dark:hover:before {
  border: 0;
}
.blob-btn.btn-dark:hover img {
  filter: invert(1);
}
.blob-btn.btn-dark .blob-btn__blob {
  background: #CBD469;
}
.blob-btn.btn-dark .blob-btn__inner {
  background: #1A1A1A;
}
.blob-btn.btn-secondary-default {
  color: #1A1A1A;
}
.blob-btn.btn-secondary-default:before {
  border: 0;
}
.blob-btn.btn-secondary-default .blob-btn__blob {
  background: #1A1A1A;
}
.blob-btn.btn-secondary-default .blob-btn__inner {
  background: #CBD469;
}
.blob-btn.btn-secondary-default:hover {
  color: #ffffff;
}
.blob-btn.btn-secondary-default:hover:before {
  border: 0;
}
.blob-btn.btn-secondary-default:hover img {
  filter: invert(1);
}
.blob-btn.btn-secondary-default-outline {
  color: #CBD469;
}
.blob-btn.btn-secondary-default-outline:before {
  border: 1px solid #CBD469;
}
.blob-btn.btn-secondary-default-outline .blob-btn__blob {
  background: #ffffff;
}
.blob-btn.btn-secondary-default-outline .blob-btn__inner {
  background: transparent;
}
.blob-btn.btn-secondary-default-outline:hover {
  color: #1A1A1A;
}
.blob-btn.btn-secondary-default-outline:hover:before {
  border: 1px solid #ffffff;
}
.blob-btn.btn-secondary-default-outline:hover img {
  filter: brightness(0);
}

.btn {
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 1px solid #CBD469;
  font-weight: 600;
  padding: 18px 32px;
  gap: 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s ease-in-out;
}
.btn img {
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 0;
}
.btn.btn_42 {
  height: 42px;
}
.btn.btn_60 {
  height: 60px;
}
.btn.btn_72 {
  height: 72px;
}
.btn.btn_max_155 {
  max-width: 155px;
}
.btn.btn_max_175 {
  max-width: 175px;
}
.btn.btn_max_200 {
  max-width: 200px;
}
.btn.btn_max_250 {
  max-width: 250px;
}
.btn.btn-max-content {
  width: max-content;
}
.btn.btn-secondary-default-outline {
  border: 1px solid #CBD469;
  color: #CBD469;
  background-color: transparent;
}
.btn.btn-secondary-default-outline:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background-color: transparent;
}
.btn.btn-secondary-default-outline:hover {
  color: #CBD469;
  background-color: #ffffff;
}
.btn.btn-secondary-default-outline:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: skew(0deg);
  left: 0;
  right: 0;
  height: 106%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background-color: #ffffff;
}
.btn.btn-secondary-default {
  border: 1px solid #CBD469;
  color: #1A1A1A;
  background-color: #CBD469;
}
.btn.btn-secondary-default:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background-color: #CBD469;
}
.btn.btn-secondary-default:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #ffffff;
}
.btn.btn-secondary-default:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transform: skew(0deg);
  left: 0;
  right: 0;
  height: 106%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  background-color: #1A1A1A;
}
.btn.btn-secondary-default:hover img {
  filter: invert(1);
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 5px;
}
.btn.btn-dark {
  border: 1px solid #1A1A1A;
  color: #ffffff;
  background-color: #1A1A1A;
}
.btn.btn-dark:hover {
  background-color: #CBD469;
  border-color: #CBD469;
  color: #1A1A1A;
}
.btn.btn-dark:hover img {
  filter: invert(1);
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: calc(100% - 24px);
  }
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 1640px) {
  .container {
    max-width: 1570px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1720px;
  }
}
header {
  position: relative;
}
header .slide-counter {
  color: #ffffff;
  position: absolute;
  bottom: 65px;
  right: 80px;
  z-index: 1;
  opacity: 50%;
}
header .video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
header .video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  background-image: url(../images/banner-bg-pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
header .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
header .navbar {
  padding: 20px 0;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  header .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar .nav-item {
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
header .navbar.stickyNavActive {
  background-color: #1a1a1a;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: none !important;
}
header .navbar.stickyNavActive .nav-link {
  color: #ffffff;
}
header .navbar.stickyNavActive .nav-link.dropdown-toggle::after {
  filter: brightness(1) !important;
}
header .navbar.stickyNavActive .navbar-brand img {
  filter: brightness(1) !important;
}
header .navbar.stickyNavActive .nav-item .search-top {
  position: relative;
}
header .navbar.stickyNavActive .nav-item .search-top .search-icon {
  position: absolute;
  top: 11px;
  left: 15px;
  opacity: 0.5;
}
header .navbar.stickyNavActive .nav-item .search-top input {
  width: 175px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: transparent;
  padding: 0 10px;
  padding-left: 45px;
  padding-right:40px;
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}
header .navbar.stickyNavActive .nav-item .search-top input:focus {
  box-shadow: 0 0 10px rgba(158, 168, 0, 0.4);
  border-color: #9EA800;
}
header .navbar.stickyNavActive .nav-item .search-top input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
header .navbar.stickyNavActive .nav-item .search-top input ::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
header .navbar.stickyNavActive .nav-item .search-top input :-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
header .navbar.stickyNavActive .nav-item .search-top input :-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
header .navbar.stickyNavActive .nav-item .action-top .blob-btn {
  font-weight: 600;
}
header .navbar.stickyNavActive .nav-item .search-top__clear {
  color: rgba(255, 255, 255, 0.6);
}
header .navbar .dropdown {
  position: inherit;
}
header .navbar .nav-link {
  color: #ffffff;
  font-size: 18px;
  position: relative;
}
header .navbar .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 88px;
  background-color: transparent;
  left: 0;
  right: 0;
  top: -25px;
  z-index: 0;
}
header .navbar .nav-link.dropdown-toggle::after {
  border: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/menu-arrow-down.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  header .navbar .nav-link.dropdown-toggle::after {
    right: 5px;
    position: absolute;
  }
}
header .navbar .nav-link.show, header .navbar .nav-link.active, header .navbar .nav-link:hover {
  color: #258491;
}
header .navbar .nav-link:hover.dropdown-toggle::after {
  transform: rotate(0deg);
  background-image: url(../images/icon/chevron-down.svg);
}
header .navbar .nav-link.show:after, header .navbar .nav-link.active:after {
  transform: rotate(0deg);
  background-image: url(../images/icon/chevron-down.svg);
}
header .navbar.stickyNavActive .nav-item .search-top ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
header .navbar.stickyNavActive .nav-item .search-top .search-icon {
  filter: none !important;
}
header .navbar.stickyNavActive .nav-link.show, header .navbar.stickyNavActive .nav-link.active, header .navbar.stickyNavActive .nav-link:hover {
  color: #258491 !important;
}
header .navbar .mega-menu.dropdown-menu {
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: #F5F5F5;
  margin: 0;
}
@media (min-width: 992px) {
  header .navbar .mega-menu.dropdown-menu {
    width: 100vw; /* Adjust width as needed */
  }
}
@media (min-width: 992px) {
  header .navbar .mega-menu.dropdown-menu {
    top: 85px;
  }
}
@media (max-width: 600px) {
  header .navbar .mega-menu.dropdown-menu {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }
}
@media (min-width: 992px) {
  header .navbar .mega-menu.dropdown-menu {
    padding: 0 20px;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 700px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner {
    flex-direction: column;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left {
    padding-right: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 700px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 40px;
  border-left: 1px solid #E5E5E5;
}
@media (max-width: 991.98px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right {
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 700px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right {
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
    padding-left: 0;
    padding-top: 0;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left h6 {
  color: #6D6D6D;
  font-size: 14px;
  margin-bottom: 16px;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  gap: 16px;
}
@media (max-width: 991.98px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a {
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a p {
  font-size: 14px;
  color: #363636;
  margin: 0;
}
@media (min-width: 992px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a p {
    min-height: 45px;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a .right-icon {
  opacity: 0.3;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a:hover, header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a.active {
  background-color: #E5E5E5;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a:hover .right-icon, header .navbar .mega-menu.dropdown-menu .mega-menu-inner-left ul li a.active .right-icon {
  opacity: 1;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box {
  max-width: 335px;
  background-color: #ffffff;
  padding: 16px;
  display: block;
  border-radius: 16px;
}
@media (max-width: 700px) {
  header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box {
    max-width: 100%;
  }
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box figure {
  background-image: url(../images/icon/megamenu-card-bg.svg);
  width: 100%;
  height: 180px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 15px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 24px;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box figure h4 {
  font-weight: bold;
  font-size: 24px;
  font-family: "Helvetica";
  margin: 0;
  color: #363636;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box figure h3 {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
  font-family: "ClashDisplay-Bold";
  color: #363636;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box figcaption h5 {
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box figcaption p {
  color: #6D6D6D;
  font-size: 14px;
  margin: 0;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box:hover figure h4,
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box:hover figure h3 {
  color: #363636;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box:hover figcaption h5 {
  color: #363636;
}
header .navbar .mega-menu.dropdown-menu .mega-menu-inner-right .card-box:hover figcaption p {
  color: #006664;
}
@media (max-width: 991.98px) {
  header #navbarNav {
    background-color: #1A1A1A;
    position: absolute;
    width: 100%;
    top: 88px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
   .dropdown-item {
      color: white;
    }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  header #navbarNav {
    top: 68px;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    background-color: #1a1a1a;
  }
  header .navbar-toggler {
    position: relative;
    border: 0;
  }
  header #nav-icon3 {
    position: relative;
    width: 30px;
    height: 32px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
  }
  header #nav-icon3:focus {
    box-shadow: none;
  }
  header #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header #nav-icon3 span:nth-child(1) {
    top: 0;
  }
  header #nav-icon3 span:nth-child(2),
  header #nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  header #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  header #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  header #nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  header #nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}
@media (min-width: 992px) {
  header .navbar-expand-lg.navbar .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.inner-page-medium-header-wrapper {
  position: relative;
  background-color: #363636;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .inner-page-medium-header-wrapper {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 600px) {
  .inner-page-medium-header-wrapper {
    padding: 100px 0 50px;
  }
}
.inner-page-medium-header-wrapper .position-top-figure {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.inner-page-medium-header-wrapper .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.inner-page-header-wrapper {
  position: relative;
}
.inner-page-header-wrapper .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.inner-page-header-wrapper .inner-page-header-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  margin: 0 auto;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
}
.inner-page-header-wrapper .inner-page-header-title.positioned-35 {
  bottom: inherit;
  top: 35%;
  transform: translateY(-35%);
}
.inner-page-header-wrapper .inner-page-header-title h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Helvetica";
  color: rgba(255, 255, 255, 0.6);
}
.inner-page-header-wrapper .inner-page-header-title h2 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  font-family: "ClashDisplay-Semibold";
}
.inner-page-header-wrapper .video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.inner-page-header-wrapper .video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.inner-page-header-wrapper .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top;
}
.inner-page-header-wrapper.small-header .video-wrapper {
  height: 500px;
}
@media (max-width: 991.98px) {
  .inner-page-header-wrapper.small-header .video-wrapper {
    height: 400px;
  }
}
.inner-page-header-wrapper.small-header .video-wrapper video {
  height: 500px;
}
@media (max-width: 991.98px) {
  .inner-page-header-wrapper.small-header .video-wrapper video {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .inner-page-header-wrapper.medium-header .video-wrapper {
    height: 100vh;
  }
  .inner-page-header-wrapper.medium-header .video-wrapper video {
    height: 100vh;
  }
}
/* .inner-page-header-wrapper.medium-header.hasbg {
  height: 400px;
} */
 
.inner-page-header-wrapper.medium-header.hasbg.whitebg {
  background-color: #ffffff;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .inner-page-header-title h2 {
  color: #000;
  font-size: 30px;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .inner-page-header-title .breadcrumb li a {
  color: #363636;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .inner-page-header-title .breadcrumb li:last-child a {
  color: #000000;
  opacity: 40%;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar {
  border-bottom: 1px solid #E0E0E0;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-link {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-link {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-link.dropdown-toggle::after {
    filter: brightness(1);
  }
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top input {
  border-color: #E0E0E0;
color: rgba(26, 26, 26, 0.75);

}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
  font-weight: 300;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top input ::-moz-placeholder {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
  font-weight: 300;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top input :-ms-input-placeholder {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
  font-weight: 300;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top input :-moz-placeholder {
  font-size: 16px;
  color: rgba(26, 26, 26, 0.4);
  font-weight: 300;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top .search-icon {
  filter: brightness(0.5);
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .nav-item .search-top__clear {
  color: rgba(26, 26, 26, 0.6);
}
@media (min-width: 767.98px) {
  .inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar .navbar-brand {
    filter: brightness(1);
  }
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg.header-hovered .navbar {
  border-bottom: 1px solid #E0E0E0;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg.header-hovered .navbar .nav-link:hover {
  color: #258491;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg.header-hovered .navbar .navbar-brand img {
  filter: brightness(1);
}
@media (max-width: 767.98px) {
  .inner-page-header-wrapper.medium-header .innerBanner-info-description {
    bottom: 0px;
  }
  .inner-page-header-wrapper.medium-header .innerBanner-info-description h2 {
    font-size: 46px;
  }
}

.nav-item .search-top {
  position: relative;
}
.nav-item .search-top .search-icon {
  position: absolute;
  top: 11px;
  left: 15px;
  opacity: 0.5;
}
.nav-item .search-top input {
  width: 175px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background-color: transparent;
  padding: 0 10px;
  padding-left: 45px;
  padding-right:40px;
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  transition: box-shadow 0.3s ease-in-out;
}
.nav-item .search-top input:focus {
  box-shadow: 0 0 10px rgba(158, 168, 0, 0.4);
  border-color: #9EA800;
}
.nav-item .search-top input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.nav-item .search-top input ::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.nav-item .search-top input :-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.nav-item .search-top input :-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.nav-item .action-top .blob-btn {
  font-weight: 600;
}
.nav-item .search-top__clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 4px;
  display: none;
}
.nav-item .search-top__clear.is-visible {
  display: block;
}

.search-results-page {
  padding: clamp(48px, 8vw, 96px) 0 clamp(56px, 9vw, 120px);
  background: #f5f7fa;
}

.search-results-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.search-results-title {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 600;
  margin: 0;
  color: #0f172a;
}

.search-results-title span {
  color: #2c7be5;
}

.search-results-count {
  font-size: 16px;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  border: 1px solid #e2e8f0;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-result-card {
  background: #fff;
  border-radius: 18px;
  padding: 24px 28px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
}

.search-result-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}

.search-result-card__title a {
  color: inherit;
  text-decoration: none;
}

.search-result-card__title a:hover {
  color: #2c7be5;
}

.search-result-card__file {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 10px;
  font-weight: 500;
}

.search-result-card__file span {
  color: #475569;
}

.search-result-card__file.no-pdf span {
  color: #dc2626;
}

.search-result-card__action {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #0f172a;
  padding: 6px 16px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.search-result-card__action:hover {
  background: #2c7be5;
  color: #fff;
}

.search-result-card__date {
  margin: 0;
  font-size: 15px;
  color: #94a3b8;
}

.search-results-empty {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  border: 1px dashed #cbd5f5;
}

.search-results-empty__form {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.search-results-empty__form input {
  min-width: 260px;
  border-radius: 999px;
  border: 1px solid #cbd5f5;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .search-result-card {
    padding: 20px;
  }

  .search-result-card__title {
    font-size: 18px;
  }

  .search-results-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-results-count {
    font-size: 14px;
  }
}

.banner-slider {
  position: relative;
}
.banner-slider .slick-arrow {
  position: absolute;
  bottom: 70px;
  background-color: transparent;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  border: 0;
  z-index: 1;
}
.banner-slider .slick-arrow.slick-next {
  background-image: url(../images/icon/slick-arrow-right.svg);
  right: 30px;
}
.banner-slider .slick-arrow.slick-next[aria-disabled=true] {
  opacity: 50%;
}
.banner-slider .slick-arrow.slick-prev {
  background-image: url(../images/icon/slick-arrow-left.svg);
  right: 145px;
}
.banner-slider .slick-arrow.slick-prev[aria-disabled=true] {
  opacity: 50%;
}
.banner-slider .slick-dots {
  position: absolute;
  right: 40px;
  bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  width: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 2px;
}
.banner-slider .slick-dots li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.banner-slider .slick-dots li button {
  width: 100%;
  text-indent: -9999px;
  border: 0;
  height: 2px;
}
.banner-slider-item {
  position: relative;
}
.banner-slider-item-description {
  position: absolute;
  bottom: 50px;
  max-width: 805px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .banner-slider-item-description {
    max-width: 100%;
    bottom: 145px;
  }
}
.banner-slider-item-description h1,
.banner-slider-item-description p {
  color: #ffffff;
}
.banner-slider-item-description h1 {
  font-size: 80px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  max-width: 535px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .banner-slider-item-description h1 {
    font-size: 50px;
    max-width: 100%;
  }
}
.banner-slider-item-description p {
  font-size: 18px;
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
}
.banner-slider-item-description .blob-btn {
  font-weight: 600;
}

.title-label {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-transform: uppercase;
  gap: 8px;
  padding: 0 12px;
  color: #6D6D6D;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  border: 1px solid #6D6D6D;
  border-radius: 20px;
  max-width: 160px;
  margin: 0 auto;
}
.title-label.mw-180 {
  max-width: 180px;
}

.information-wrapper {
  background-color: #ffffff;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .information-wrapper {
    padding: 45px 0;
  }
}
.information-wrapper .bottom-action-btn {
  height: 60px;
  border-color: #1A1A1A;
  max-width: 175px;
  margin: 0 auto;
  gap: 10px;
}
.information-wrapper .welcome-description {
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .information-wrapper .welcome-description {
    margin-bottom: 20px;
  }
}
.information-wrapper .welcome-description .system45-logo {
  display: block;
  margin: 0 auto 16px;
}
@media (max-width: 565px) {
  .information-wrapper .welcome-description .system45-logo {
    max-width: 70%;
    height: auto;
  }
}
.information-wrapper .welcome-description p {
  max-width: 768px;
  font-family: "Helvetica-neue-light";
  margin: 0 auto;
  color: #6D6D6D;
  line-height: 1.5;
  text-align: center;
}
.information-wrapper .information-description-row {
  margin-bottom: 65px;
}
@media (max-width: 767.98px) {
  .information-wrapper .information-description-row {
    margin-bottom: 30px;
  }
}
.information-wrapper .information-description {
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.information-wrapper .information-description h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .information-wrapper .information-description-lists {
    margin-bottom: 0;
  }
}
.information-wrapper .information-description-lists-item {
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 16px;
}
.information-wrapper .information-description-lists-item:after {
  content: "";
  width: calc(100% - 85px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}
.information-wrapper .information-description-lists-item:last-child:after {
  display: none;
}
.information-wrapper .information-description-lists-item .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.information-wrapper .information-description-lists-item-left {
  background-color: #e3e3e3;
  border: 1px solid #d8d8d8;
  width: 80px;
  height: 85px;
  border-radius: 6px;
  border-top-right-radius: 50px;
  padding: 8px;
}
@media (max-width: 767.98px) {
  .information-wrapper .information-description-lists-item-left {
    flex: 0 0 70px;
    max-width: 70px;
  }
}
.information-wrapper .information-description-lists-item-left img {
  margin-bottom: 5px;
  display: block;
}
.information-wrapper .information-description-lists-item-left strong {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  display: block;
}
.information-wrapper .information-description-lists-item-left small {
  font-size: 10px;
  font-weight: 500;
  color: #6D6D6D;
  display: block;
}
.information-wrapper .information-description-lists-item-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.information-wrapper .information-description-lists-item-right ul li {
  font-size: 11px;
  font-weight: 500;
  color: #6D6D6D;
  position: relative;
  white-space: nowrap;
}
.information-wrapper .information-description-lists-item-right ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b1b1b1;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.information-wrapper .information-description-lists-item-right ul li.dark-green-text {
  color: #21746f;
}
.information-wrapper .information-description-lists-item-right ul li.light-green-text {
  color: #9EA800;
}
.information-wrapper .information-description-lists-item-right ul li:last-child:after {
  display: none;
}
.information-wrapper .information-description-lists-item-right .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.information-wrapper .information-description-lists-item-right .info p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #1A1A1A;
  transition: color 0.3s ease;
}
.information-wrapper .information-description-lists-item-right .info .icon-small-text {
  border-left: 1px solid #E0E0E0;
  margin-left: 8px;
  padding-left: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.information-wrapper .information-description-lists-item-right .info .icon-small-text small {
  font-size: 9px;
  color: #1A1A1A;
}
.information-wrapper .information-description-lists-item .chevronright-icon {
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
  z-index: 2;
}
.information-wrapper .information-description-lists-item:hover .chevronright-icon {
  transform: translateX(12px);
}
.information-wrapper .information-description-lists-item:hover .info p {
  color: #258491;
}

.businesses-wrapper {
  position: relative;
  background-color: #006664;
  padding: 110px 0 210px;
  overflow: hidden;
}
.businesses-wrapper.rpa-business-wrapper {
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .businesses-wrapper.rpa-business-wrapper {
    padding-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .businesses-wrapper {
    padding: 45px 0 150px;
  }
}
@media (max-width: 1200px) {
  .businesses-wrapper {
    padding: 70px 0 150px;
  }
}
.businesses-wrapper:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(50% 95.31% at 50% 50%, rgba(109, 109, 109, 0.45) 0%, rgba(26, 26, 26, 0.45) 100%), linear-gradient(0deg, #006664, #006664), #ffffff;
}
.businesses-wrapper-position-figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.businesses-wrapper .container {
  position: relative;
  z-index: 2;
  padding-right: 0;
}
.businesses-wrapper .businesses-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 55px;
}
@media (max-width: 767.98px) {
  .businesses-wrapper .businesses-description {
    padding: 0 12px;
  }
}
@media (max-width: 1400px) {
  .businesses-wrapper .businesses-description {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.businesses-wrapper .businesses-description-intro {
  flex: 0 0 450px;
  max-width: 450px;
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .businesses-wrapper .businesses-description-intro {
    padding: 0 12px;
  }
}
@media (max-width: 1400px) {
  .businesses-wrapper .businesses-description-intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.businesses-wrapper .businesses-description-intro .title-label {
  border-color: #ffffff;
  color: #ffffff;
  max-width: 125px;
  margin: inherit;
  margin-bottom: 30px;
}
.businesses-wrapper .businesses-description-intro .title-label img {
  opacity: 1;
}
.businesses-wrapper .businesses-description-intro h2 {
  color: #ffffff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .businesses-wrapper .businesses-description-intro h2 {
    font-size: 45px;
  }
}
.businesses-wrapper .businesses-description-intro p {
  color: #E5E5E5;
  font-family: "Crimson Text", serif;
}
.businesses-wrapper .businesses-description .businesses-slider {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
  position: relative;
}
@media (max-width: 1400px) {
  .businesses-wrapper .businesses-description .businesses-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.businesses-wrapper .businesses-description .businesses-slider-item {
  width: 384px;
  background: linear-gradient(180deg, #e0f2f1 0%, #e0f2f1 100%);
  padding: 32px;
  border-radius: 32px;
}
@media (max-width: 991.98px) {
  .businesses-wrapper .businesses-description .businesses-slider-item {
    padding: 12px;
  }
}
@media (max-width: 575px) {
  .businesses-wrapper .businesses-description .businesses-slider-item {
    width: 320px;
  }
}
.businesses-wrapper .businesses-description .businesses-slider-item small {
  font-size: 16px;
  font-weight: 600;
  color: #006664;
  margin-bottom: 24px;
  display: block;
}
.businesses-wrapper .businesses-description .businesses-slider-item .titleicon {
  display: block;
  margin-bottom: 48px;
}
.businesses-wrapper .businesses-description .businesses-slider-item h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1A1A1A;
  line-height: 1.2;
  min-height: 72px;
}
.businesses-wrapper .businesses-description .businesses-slider-item p {
  line-height: 1.5;
  color: #6D6D6D;
  margin-bottom: 24px;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.businesses-wrapper .businesses-description .businesses-slider-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #363636;
  font-size: 16px;
  transition: all 0.5s ease-in;
  transform: translateX(0);
}
.businesses-wrapper .businesses-description .businesses-slider-item a img {
  position: relative;
  top: 1px;
}
.businesses-wrapper .businesses-description .businesses-slider-item a:hover {
  transition: all 0.5s ease-in;
  transform: translateX(12px);
  color: #006664;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-slide {
  margin: 0 24px;
}
@media (max-width: 991.98px) {
  .businesses-wrapper .businesses-description .businesses-slider .slick-slide {
    margin: 0 10px;
  }
}
.businesses-wrapper .businesses-description .businesses-slider .slick-list {
  padding: 0 50px 0 0 !important;
}
@media (min-width: 992px) {
  .businesses-wrapper .businesses-description .businesses-slider .slick-list {
    padding: 0 180px 0 0 !important;
  }
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow {
  height: 48px;
  z-index: 1;
  position: absolute;
  bottom: -100px;
  text-indent: -9999px;
  border: 0;
  border-radius: 8px;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow.slick-prev {
  background-color: #E0F2F1;
  width: 48px;
  left: 24px;
  background-image: url(../images/icon/left-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease-in;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow.slick-prev[aria-disabled=true] {
  opacity: 50%;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow.slick-next {
  width: 48px;
  background-color: #E0F2F1;
  left: 84px;
  background-image: url(../images/icon/right-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease-in;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow.slick-next[aria-disabled=true] {
  opacity: 50%;
}
.businesses-wrapper .businesses-description .businesses-slider .slick-arrow.slick-next:hover {
  width: 84px;
  transition: all 0.5s ease-in;
  background-position: 80% center;
}

.recruit-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 110px 0 110px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .recruit-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .recruit-wrapper {
    padding: 45px 0;
  }
}
.recruit-wrapper-position-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.recruit-wrapper .container {
  position: relative;
  z-index: 2;
  padding-right: 1;
}
.recruit-wrapper .recruit-wrapper-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.recruit-wrapper .recruit-intro {
  margin-bottom: 64px;
}
.recruit-wrapper .recruit-intro .title-label {
  margin-bottom: 32px;
}
.recruit-wrapper .recruit-intro h2 {
  color: #1A1A1A;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 60px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .recruit-wrapper .recruit-intro h2 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .recruit-wrapper .recruit-intro h2 {
    font-size: 40px;
  }
}
.recruit-wrapper .recruit-intro p {
  color: #6D6D6D;
  text-align: center;
  margin-bottom: 0;
}
.recruit-wrapper .recruit-description {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  background-color: #ffffff;
}
.recruit-wrapper .recruit-description figure {
  position: relative;
  overflow: hidden;
  display: block;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.recruit-wrapper .recruit-description figure:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.recruit-wrapper .recruit-description figure:hover:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 50%;
  top: 50%;
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.recruit-wrapper .recruit-description figure:hover .big-figure {
  transform: scale(1.05);
}
.recruit-wrapper .recruit-description .big-figure {
  width: 100%;
  height: 520px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .recruit-wrapper .recruit-description .big-figure {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .recruit-wrapper .recruit-description .big-figure {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .recruit-wrapper .recruit-description .big-figure {
    height: 180px;
  }
}
.recruit-wrapper .recruit-description > div {
  padding: 24px;
}
.recruit-wrapper .recruit-description > div p {
  color: #363636;
  margin-bottom: 32px;
}
.recruit-wrapper .recruit-description > div .btn {
  max-width: 200px;
  margin: 0 auto;
  height: 60px;
}

.careers-wrapper {
  position: relative;
  background-color: #F8FBE0;
  padding: 110px 0 210px;
  overflow: hidden;
}
.careers-wrapper:before {
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(50% 95.31% at 50% 50%, rgba(109, 109, 109, 0.5) 0%, rgba(26, 26, 26, 0.5) 100%), linear-gradient(0deg, #f8fbe0, #f8fbe0), #ffffff;
}
.careers-wrapper-position-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.careers-wrapper .container {
  position: relative;
  z-index: 2;
  padding-right: 0;
}
.careers-wrapper .careers-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 55px;
}
@media (max-width: 1400px) {
  .careers-wrapper .careers-description {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.careers-wrapper .careers-description-intro {
  flex: 0 0 450px;
  max-width: 450px;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  .careers-wrapper .careers-description-intro {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.careers-wrapper .careers-description-intro .title-label {
  border-color: #CBD469;
  color: #CBD469;
  max-width: 125px;
  margin: inherit;
  margin-bottom: 30px;
}
.careers-wrapper .careers-description-intro .title-label img {
  opacity: 1;
}
.careers-wrapper .careers-description-intro h2 {
  color: #ffffff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .careers-wrapper .careers-description-intro h2 {
    font-size: 45px;
  }
}
.careers-wrapper .careers-description-intro p {
  color: #E5E5E5;
  font-family: "Crimson Text", serif;
}
.careers-wrapper .careers-description-intro .btn {
  max-width: 200px;
  height: 60px;
}
.careers-wrapper .careers-description .careers-slider {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
  position: relative;
}
@media (max-width: 767.98px) {
  .careers-wrapper .careers-description .careers-slider {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .careers-wrapper .careers-description .careers-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.careers-wrapper .careers-description .careers-slider-item {
  width: 384px;
  background: #F8FBE0;
  border-radius: 32px;
}
@media (max-width: 575px) {
  .careers-wrapper .careers-description .careers-slider-item {
    width: 320px;
  }
}
.careers-wrapper .careers-description .careers-slider-item figure {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.careers-wrapper .careers-description .careers-slider-item .figure {
  width: 100%;
  height: 260px;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  object-fit: cover;
  object-position: top;
}
.careers-wrapper .careers-description .careers-slider-item figcaption {
  padding: 24px;
}
.careers-wrapper .careers-description .careers-slider-item figcaption h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 68px;
  color: #1A1A1A;
  line-height: 1.2;
  min-height: 72px;
}
.careers-wrapper .careers-description .careers-slider-item figcaption a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #363636;
  font-size: 16px;
  transition: all 0.5s ease-in;
  transform: translateX(0);
}
.careers-wrapper .careers-description .careers-slider-item figcaption a img {
  position: relative;
  top: 1px;
}
.careers-wrapper .careers-description .careers-slider-item figcaption a:hover {
  transition: all 0.5s ease-in;
  transform: translateX(12px);
  color: #006664;
}
.careers-wrapper .careers-description .careers-slider .slick-slide {
  margin: 0 24px;
}
@media (max-width: 991.98px) {
  .careers-wrapper .careers-description .careers-slider .slick-slide {
    margin: 0 10px;
  }
}
.careers-wrapper .careers-description .careers-slider .slick-list {
  padding: 0 50px 0 0 !important;
}
@media (min-width: 992px) {
  .careers-wrapper .careers-description .careers-slider .slick-list {
    padding: 0 180px 0 0 !important;
  }
}
.careers-wrapper .careers-description .careers-slider .slick-arrow {
  height: 48px;
  z-index: 1;
  position: absolute;
  bottom: -100px;
  text-indent: -9999px;
  border: 0;
  border-radius: 8px;
}
.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-prev {
  background-color: #F8FBE0;
  width: 48px;
  left: 24px;
  background-image: url(../images/icon/left-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-prev[aria-disabled=true] {
  opacity: 50%;
}
.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-next {
  width: 48px;
  background-color: #F8FBE0;
  left: 84px;
  background-image: url(../images/icon/right-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease-in;
}
.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-next[aria-disabled=true] {
  opacity: 50%;
}
.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-next:hover {
  width: 84px;
  transition: all 0.5s ease-in;
  background-position: 80% center;
}

.contactus-wrapper {
  background-image: url(../images/CTA-bg-2.png);
  padding: 112px 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .contactus-wrapper {
    padding: 45px 0;
  }
}
.contactus-wrapper .contactus-wrapper-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.contactus-wrapper .contactus-wrapper-inner h3 {
  color: #ffffff;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 60px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto 32px;
}
@media (max-width: 991.98px) {
  .contactus-wrapper .contactus-wrapper-inner h3 {
    font-size: 40px;
    max-width: 100%;
  }
}
.contactus-wrapper .contactus-wrapper-inner p {
  color: #F5F5F5;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
.contactus-wrapper .contactus-wrapper-inner .btn {
  max-width: 252px;
  height: 72px;
  margin: 0 auto;
  gap: 10px;
}
.contactus-wrapper .contactus-wrapper-inner .btn img {
  filter: invert(1);
}
.contactus-wrapper .contactus-wrapper-inner .btn:hover img {
  filter: inherit;
}

.faq-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 110px 0 110px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .faq-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .faq-wrapper {
    padding: 45px 0;
  }
}
.faq-wrapper-position-figure {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.faq-wrapper .container {
  position: relative;
  z-index: 2;
  padding-right: 1;
}
.faq-wrapper .faq-wrapper-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.faq-wrapper .faq-intro {
  margin-bottom: 64px;
}
.faq-wrapper .faq-intro .title-label {
  margin-bottom: 32px;
  max-width: 90px;
}
.faq-wrapper .faq-intro h2 {
  color: #1A1A1A;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 60px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .faq-wrapper .faq-intro h2 {
    font-size: 45px;
  }
}
.faq-wrapper .faq-intro p {
  color: #6D6D6D;
  text-align: center;
  margin-bottom: 0;
}
.faq-wrapper .faq-description .accordion-flush .custom-accordion-item {
  border-radius: 12px;
  overflow: hidden; /* Ensures children respect the border radius */
}
.faq-wrapper .faq-description .accordion-flush .accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: 0;
}
.faq-wrapper .faq-description .accordion-flush .accordion-item .accordion-header {
  background-color: #E5E5E5;
  border: 0;
}
.faq-wrapper .faq-description .accordion-flush .accordion-item .accordion-header .accordion-button {
  color: #1A1A1A;
  font-size: 18px;
  border-radius: 5px;
  border: 0;
}
.faq-wrapper .faq-description .accordion-flush .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: inherit;
}
.faq-wrapper .faq-description .accordion-flush .accordion-item .accordion-collapse {
  background-color: #e5e5e5;
  border-bottom: 1px solid #E0E0E0;
}
.faq-wrapper .faq-description .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.faq-wrapper .faq-description .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 8px;
  background-color: #E5E5E5;
}

footer {
  background-color: #1A1A1A;
  padding: 80px 0 0;
}
footer .copyrightes-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  padding: 45px 0;
  margin-top: 45px;
}
footer .footer-logo {
  display: block;
  margin-bottom: 24px;
}
footer .footer-description {
  font-size: 16px;
  margin-bottom: 48px;
  color: #ffffff;
}
footer address p {
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
footer .foter-links-item ul {
  margin: 0;
  padding: 0;
}
footer .foter-links-item ul li {
  margin-bottom: 20px;
}
footer .foter-links-item ul li:not(.title) a {
  font-size: 14px;
  color: #ffffff;
}
footer .foter-links-item ul li a:hover {
  color: #258491;
}
footer .foter-links-item ul li.title a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
footer .foter-links-item ul li.title a:hover {
  color: #258491;
}

.business-intro-wrapper {
  background-color: #ffffff;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .business-intro-wrapper {
    padding: 45px 0;
  }
}
.business-intro-wrapper h3 {
  font-size: 60px;
  font-family: "ClashDisplay-Bold";
  line-height: 1.2;
  text-align: center;
  color: #363636;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .business-intro-wrapper h3 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .business-intro-wrapper h3 {
    font-size: 36px;
  }
}
.business-intro-wrapper p {
  font-size: 18px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.business-intro-description {
  padding: 112px 0;
  position: relative;
}
@media (max-width: 1100px) {
  .business-intro-description {
    padding: 70px 0;
  }
}
@media (max-width: 991.98px) {
  .business-intro-description {
    padding: 45px 0;
  }
}
.business-intro-description.bg-lime {
  background-color: #fafbe9;
}
.business-intro-description.bg-green {
  background-color: #e6f3f3;
}
.business-intro-description.bg-light {
  background-color: #fff;
}
.business-intro-description.bg-light:before {
  display: none;
}
.business-intro-description.bg-gray {
  background-color: #f5f5f5;
}
.business-intro-description.bg-gray:before {
  display: none;
}
.business-intro-description:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.business-intro-description .container {
  position: relative;
  z-index: 1;
}
.business-intro-description .title {
  font-size: 48px;
  line-height: 1.2;
  font-family: "Helvetica";
  font-weight: bold;
  color: #363636;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 80px;
}
@media (max-width: 991.98px) {
  .business-intro-description .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .business-intro-description .title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content {
    margin-bottom: 40px;
  }
}
.business-intro-description .business-intro-description-content figcaption h4 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 40px;
  color: #1A1A1A;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .business-intro-description .business-intro-description-content figcaption h4 {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content figcaption h4 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .business-intro-description .business-intro-description-content figcaption h4 {
    font-size: 28px;
  }
}
.business-intro-description .business-intro-description-content figcaption p {
  font-size: 18px;
  color: #363636;
}
.business-intro-description .business-intro-description-content figcaption p:not(:last-child) {
  margin-bottom: 20px;
}
.business-intro-description .business-intro-description-content figcaption .blob-btn {
  font-size: 24px;
  font-weight: 400;
}
.business-intro-description .business-intro-description-content figure {
  margin: 0;
  width: 100%;
  height: 450px;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content figure {
    margin: 0;
    margin-bottom: 30px;
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .business-intro-description .business-intro-description-content figure {
    height: 325px;
  }
}
@media (max-width: 600px) {
  .business-intro-description .business-intro-description-content figure {
    height: 225px;
    margin-bottom: 20px;
  }
}
.business-intro-description .business-intro-description-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content.figure-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.business-intro-description .business-intro-description-content.figure-bottom figure {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content.figure-bottom figure {
    margin-top: 0;
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .business-intro-description .business-intro-description-content.figure-bottom figcaption {
    order: 2;
  }
}
.business-intro-description .business-intro-description-content.figure-top figure {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .business-intro-description .row .col-lg-6:nth-of-type(2),
  .business-intro-description .row .col-md-6:nth-of-type(2) {
    padding-right: 32px;
  }
  .business-intro-description .row .col-lg-6:nth-of-type(3),
  .business-intro-description .row .col-md-6:nth-of-type(3) {
    padding-left: 32px;
  }
}

.business-intro-services-wrapper {
  background-color: #F5F5F5;
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .business-intro-services-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 900px) {
  .business-intro-services-wrapper {
    padding-bottom: 0;
  }
}
.business-intro-services-wrapper h3 {
  font-size: 60px;
  font-family: "ClashDisplay-Bold";
  line-height: 1.2;
  text-align: center;
  color: #363636;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .business-intro-services-wrapper h3 {
    font-size: 45px;
  }
}
.business-intro-services-wrapper p {
  font-size: 18px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.business-services-our-achievements {
  background: linear-gradient(180deg, #ebebe8 0%, rgba(255, 255, 255, 0) 100%);
  background: #E5E5E5;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .business-services-our-achievements {
    padding: 45px 0;
  }
}
.business-services-our-achievements .bs-ourachievements-card {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  width: 100%;
  min-height: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.business-services-our-achievements .bs-ourachievements-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  cursor: url(../images/icon/card-hover-icon-1.svg), pointer;
}
.business-services-our-achievements .bs-ourachievements-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 24px;
}
.business-services-our-achievements .bs-ourachievements-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  z-index: 2;
  color: #ffffff;
  text-align: left;
}
.business-services-our-achievements .bs-ourachievements-card .card-content h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Helvetica";
  margin-bottom: 8px;
  color: #ffffff;
}
.business-services-our-achievements .bs-ourachievements-card .card-content p {
  margin: 0;
  color: #E5E5E5;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .business-services-our-achievements .bs-ourachievements-card {
    min-height: 320px;
  }
}

.business-services-our-achievements-engineer {
  background: linear-gradient(180deg, #ebebe8 0%, rgba(255, 255, 255, 0) 100%);
  background: #E5E5E5;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .business-services-our-achievements-engineer {
    padding: 45px 0;
  }
}
.business-services-our-achievements-engineer .bs-ourachievements-card {
  background-color: #58594a;
  padding: 32px;
  border-radius: 24px;
  width: 100%;
}
@media (max-width: 1499px) {
  .business-services-our-achievements-engineer .bs-ourachievements-card {
    max-height: 400px;
  }
}
@media (min-width: 1500px) {
  .business-services-our-achievements-engineer .bs-ourachievements-card {
    min-height: 375px;
  }
}
.business-services-our-achievements-engineer .bs-ourachievements-card img {
  display: block;
  margin-bottom: 48px;
}
.business-services-our-achievements-engineer .bs-ourachievements-card h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Helvetica";
  color: #ffffff;
  margin-bottom: 16px;
  max-width: 55%;
  min-height: 60px;
}
@media (max-width: 1300px) {
  .business-services-our-achievements-engineer .bs-ourachievements-card h3 {
    max-width: 100%;
  }
}
.business-services-our-achievements-engineer .bs-ourachievements-card p {
  margin: 0;
  color: #E5E5E5;
}
@media (max-width: 1400px) {
  .business-services-our-achievements-engineer .bs-ourachievements-card p {
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}
.business-services-our-achievements-engineer .bs-ourachievements-card.title-card {
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.business-services-our-achievements-engineer .bs-ourachievements-card.title-card h3 {
  font-size: 48px;
  font-family: "ClashDisplay-Bold";
  color: #363636;
  margin-bottom: 24px;
}
.business-services-our-achievements-engineer .bs-ourachievements-card.title-card p {
  color: #6D6D6D;
  margin: 0;
}
@media (min-width: 1500px) {
  .business-services-our-achievements-engineer .bs-ourachievements-card.pr-information-card {
    min-height: 320px;
  }
}
.business-services-our-achievements-engineer .bs-ourachievements-card.pr-information-card h3 {
  min-height: 60px;
  max-width: 100%;
}
.business-services-our-achievements-engineer .bs-ourachievements-card.pr-information-card p {
  min-height: 115px;
}

.business-service-our-strengths {
  background-color: #ffffff;
  padding: 112px 0;
}
@media (max-width: 991.98px) {
  .business-service-our-strengths {
    padding: 45px 0;
  }
}
.business-service-our-strengths .bs-our-strengths {
  background-color: #F5F5F5;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 1200px) {
  .business-service-our-strengths .bs-our-strengths {
    margin-bottom: 30px;
  }
}
.business-service-our-strengths .bs-our-strengths .top {
  background-color: #eaeaea;
  padding: 24px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.business-service-our-strengths .bs-our-strengths .top i {
  margin: 0 20px;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths .top i {
    margin: 0 10px;
  }
  .business-service-our-strengths .bs-our-strengths .top i img {
    width: 24px;
    height: auto;
  }
}
.business-service-our-strengths .bs-our-strengths .top-box {
  flex: 0 0 44%;
  max-width: 44%;
  background-color: #ffffff;
  height: 250px;
  padding: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 12px;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths .top-box {
    padding: 12px;
    height: 185px;
  }
}
.business-service-our-strengths .bs-our-strengths .top-box h4 {
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: 700;
  margin: 0;
  color: #1A1A1A;
  text-align: center;
  max-width: 80%;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths .top-box h4 {
    font-size: 20px;
  }
}
.business-service-our-strengths .bs-our-strengths .bottom {
  text-align: center;
  padding: 48px;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths .bottom {
    padding: 20px;
  }
}
.business-service-our-strengths .bs-our-strengths .bottom h3 {
  font-size: 40px;
  color: #363636;
  margin-bottom: 24px;
}
.business-service-our-strengths .bs-our-strengths .bottom p {
  color: #6D6D6D;
}
.business-service-our-strengths .bs-our-strengths-card {
  background-color: #F5F5F5;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  padding: 30px 48px;
  gap: 24px;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths-card {
    padding: 20px;
  }
}
.business-service-our-strengths .bs-our-strengths-card:not(:last-child) {
  margin-bottom: 25px;
}
.business-service-our-strengths .bs-our-strengths-card h3 {
  font-size: 32px;
  color: #363636;
  margin: 0;
}
@media (max-width: 600px) {
  .business-service-our-strengths .bs-our-strengths-card h3 {
    font-size: 28px;
  }
}
.business-service-our-strengths .bs-our-strengths-card p {
  margin: 0;
  color: #6D6D6D;
  font-size: 18px;
  text-align: center;
}

.our-business-intro {
  margin-bottom: 80px;
}
@media (max-width: 900px) {
  .our-business-intro {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .our-business {
    transform: scale(0.9);
  }
}
@media (max-width: 767.98px) {
  .our-business {
    transform: scale(0.7);
  }
}
@media (max-width: 600px) {
  .our-business {
    transform: scale(0.6);
  }
}
@media (max-width: 500px) {
  .our-business {
    transform: scale(0.5);
  }
}
@media (max-width: 450px) {
  .our-business {
    transform: scale(0.45);
  }
}
.our-business .our-business-list-box {
  flex: 0 0 150px;
  max-width: 150px;
  width: 150px;
  height: 150px;
  background-color: #1A1A1A;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
  color: #ffffff;
}
@media (max-width: 1150px) {
  .our-business .our-business-list-box {
    font-size: 18px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 15px;
  }
}
.our-business .our-business-list-box.red {
  background-color: #dc3545;
  color: #ffffff;
}
.our-business-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1299.98px) {
  .our-business-bottom .symbolz {
    width: 24px;
    height: auto;
  }
}
.our-business-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1399.98px) {
  .our-business-top {
    gap: 10px;
  }
}
.our-business-top .left {
  background-color: #eaeaea;
  border-radius: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding: 24px 48px;
}
@media (max-width: 1399.98px) {
  .our-business-top .left {
    padding: 15px;
    gap: 10px;
  }
}
.our-business-top .left .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.our-business-top .left .our-business-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1299.98px) {
  .our-business-top .left .our-business-list .symbolz {
    width: 24px;
    height: auto;
  }
}
.our-business-top .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1399.98px) {
  .our-business-top .right {
    gap: 10px;
  }
}
@media (max-width: 1299.98px) {
  .our-business-top .right .symbolz {
    width: 24px;
    height: auto;
  }
}

.innerpage-medium-banner-info h6 {
  color: #6D6D6D;
  font-weight: bold;
  font-family: "Helvetica";
  margin-bottom: 10px;
}
.innerpage-medium-banner-info h2 {
  color: #F5F5F5;
  font-size: 60px;
  font-family: "ClashDisplay-Bold";
  margin-bottom: 32px;
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .innerpage-medium-banner-info h2 {
    font-size: 45px;
  }
}
.innerpage-medium-banner-info p {
  color: #E5E5E5;
  line-height: 1.5;
}

.innerpage-medium-banner-figure {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 30px;
  top: 30px;
}
.innerpage-medium-banner-figure img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .innerpage-medium-banner-info {
    margin-bottom: 30px;
  }
}

header.header-hovered .navbar {
  background-color: #1a1a1a;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.image-anime {
  position: relative;
  overflow: hidden;
  display: block;
}
.image-anime img {
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 50%;
  top: 50%;
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image-anime:hover img {
  transform: scale(1.05);
}

.innerBanner-info {
  position: relative;
}
.innerBanner-info-description {
  position: absolute;
  bottom: 50px;
  max-width: 805px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .innerBanner-info-description {
    max-width: 100%;
    bottom: 145px;
  }
}
.innerBanner-info-description h2,
.innerBanner-info-description p {
  color: #ffffff;
}
.innerBanner-info-description h2 {
  font-size: 80px;
  font-family: "Helvetica";
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.innerBanner-info-description h2 .color-text {
  color: #9EA800;
}
@media (max-width: 767.98px) {
  .innerBanner-info-description h2 {
    font-size: 50px;
    max-width: 100%;
  }
}
.innerBanner-info-description h3 {
  font-size: 30px;
  font-family: "Helvetica";
  max-width: 535px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}
.innerBanner-info-description h3 .color-text {
  color: #9EA800;
}
@media (max-width: 767.98px) {
  .innerBanner-info-description h3 {
    font-size: 28px;
    max-width: 100%;
  }
}
.innerBanner-info-description p {
  font-size: 18px;
  font-family: "Helvetica";
  margin-bottom: 30px;
}

.rpa-information-wrapper {
  background-color: #ffffff;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .rpa-information-wrapper {
    padding: 45px 0;
  }
}

.rpabusinesses-slider {
  flex: 0 0 calc(100% - 500px);
  max-width: calc(100% - 500px);
  position: relative;
}
@media (max-width: 1400px) {
  .rpabusinesses-slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .rpabusinesses-slider {
    max-width: 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    gap: 30px;
  }
}
.rpabusinesses-slider-item {
  width: 384px;
  background: linear-gradient(180deg, #e0f2f1 0%, #e0f2f1 100%);
  padding: 32px;
  border-radius: 32px;
}
@media (max-width: 575px) {
  .rpabusinesses-slider-item {
    width: 320px;
  }
}
@media (max-width: 991.98px) {
  .rpabusinesses-slider-item {
    padding: 12px;
  }
}
.rpabusinesses-slider-item small {
  font-size: 16px;
  font-weight: 600;
  color: #006664;
  margin-bottom: 24px;
  display: block;
}
.rpabusinesses-slider-item .titleicon {
  display: block;
  margin-bottom: 48px;
}
.rpabusinesses-slider-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #9EA800;
  line-height: 1.2;
}
.rpabusinesses-slider-item h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #1A1A1A;
  line-height: 1.2;
  min-height: 72px;
}
.rpabusinesses-slider-item p {
  line-height: 1.5;
  color: #6D6D6D;
  margin-bottom: 24px;
  -webkit-box-orient: vertical !important;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.rpabusinesses-slider-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #363636;
  font-size: 16px;
  transition: all 0.5s ease-in;
  transform: translateX(0);
}
.rpabusinesses-slider-item a img {
  position: relative;
  top: 1px;
}
.rpabusinesses-slider-item a:hover {
  transition: all 0.5s ease-in;
  transform: translateX(12px);
  color: #006664;
}
.rpabusinesses-slider .slick-slide {
  margin: 0 24px;
}
@media (max-width: 991.98px) {
  .rpabusinesses-slider .slick-slide {
    margin: 0 10px;
  }
}
.rpabusinesses-slider .slick-list {
  padding: 0 50px 0 0 !important;
}
@media (min-width: 992px) {
  .rpabusinesses-slider .slick-list {
    padding: 0 180px 0 0 !important;
  }
}
.rpabusinesses-slider .slick-arrow {
  height: 48px;
  z-index: 1;
  position: absolute;
  bottom: -100px;
  text-indent: -9999px;
  border: 0;
  border-radius: 8px;
}
.rpabusinesses-slider .slick-arrow.slick-prev {
  background-color: #F8FBE0;
  width: 48px;
  left: 24px;
  background-image: url(../images/icon/left-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.rpabusinesses-slider .slick-arrow.slick-prev[aria-disabled=true] {
  opacity: 50%;
}
.rpabusinesses-slider .slick-arrow.slick-next {
  width: 48px;
  background-color: #F8FBE0;
  left: 84px;
  background-image: url(../images/icon/right-arrow-alt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  transition: all 0.5s ease-in;
}
.rpabusinesses-slider .slick-arrow.slick-next[aria-disabled=true] {
  opacity: 50%;
}
.rpabusinesses-slider .slick-arrow.slick-next:hover {
  width: 84px;
  transition: all 0.5s ease-in;
  background-position: 80% center;
}

.rpa-information-wrapper.recruit-wrapper .recruit-description figure {
  margin: 0;
  border-radius: 16px;
}
.rpa-information-wrapper.recruit-wrapper .recruit-description figure img {
  border-radius: 16px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding: 15px;
    top: 85px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    padding: 8px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .aboutus-row {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.aboutus-card {
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  padding: 30px 48px;
}
@media (max-width: 600px) {
  .aboutus-card {
    padding: 20px;
  }
}
.aboutus-card:not(:last-child) {
  margin-bottom: 25px;
}
.aboutus-card h3 {
  font-size: 30px;
  color: #363636;
  margin: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .aboutus-card h3 {
    font-size: 28px;
  }
}
.aboutus-card p {
  margin: 0;
  color: #6D6D6D;
  font-size: 16px;
  text-align: center;
  min-height: 60px;
}

.breadcrumb .breadcrumb-item {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item a {
  color: #ffffff;
}
.breadcrumb .breadcrumb-item.active {
  color: #9EA800;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #607d8b;
}

.aboutusoverview-wrap {
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .aboutusoverview-wrap {
    max-width: 1000px;
  }
  .aboutusoverview-wrap.full-width {
    max-width: 100%;
  }
}
.aboutusoverview-wrap .aboutusoverview-item {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  border-bottom: 2px solid #fff;
}
.aboutusoverview-wrap .aboutusoverview-item:last-child {
  border: 0;
}
.aboutusoverview-wrap .aboutusoverview-item .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  background-color: #dcdcdc;
  flex: 1;
  padding: 25px 15px;
  border-right: 2px solid #fff;
  max-width: 300px;
  height: auto;
  overflow: hidden;
}
@media (max-width: 700px) {
  .aboutusoverview-wrap .aboutusoverview-item .left {
    flex: 0 0 130px;
    max-width: 130px;
  }
}
.aboutusoverview-wrap .aboutusoverview-item .left h5 {
  margin: 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
}
.aboutusoverview-wrap .aboutusoverview-item .right {
  flex: 1;
  padding: 25px 15px;
  height: auto;
  overflow-y: auto;
  background-color: #f5f5f5;
}
@media (max-width: 700px) {
  .aboutusoverview-wrap .aboutusoverview-item .right {
    flex: 0 0 calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
.aboutusoverview-wrap .aboutusoverview-item .right.has-address address {
  margin-bottom: 50px;
  display: block;
}
.aboutusoverview-wrap .aboutusoverview-item .right.has-address address h4 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.aboutusoverview-wrap .aboutusoverview-item .right.has-ul-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.aboutusoverview-wrap .aboutusoverview-item .right.has-ul-list p {
  flex: 0 0 50%;
  max-width: 50%;
  color: #363636;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 800px) {
  .aboutusoverview-wrap .aboutusoverview-item .right.has-ul-list p {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.aboutusoverview-wrap .aboutusoverview-item .right p {
  color: #363636;
  font-size: 16px;
  text-align: left;
}
.aboutusoverview-wrap .aboutusoverview-item .right p:last-child {
  margin-bottom: 0;
}
.aboutusoverview-wrap .aboutusoverview-item .right p a {
  color: #008A89;
  text-decoration: underline;
}
.aboutusoverview-wrap .aboutusoverview-item .right .ri-item {
  display: flex;
}
.aboutusoverview-wrap .aboutusoverview-item .right .ri-item-left {
  flex: 0 0 100px;
  max-width: 100px;
  background-color: #58594a;
}
.aboutusoverview-wrap .aboutusoverview-item .right .ri-item-right {
  flex: 1;
}
.aboutusoverview-wrap.has-history .aboutusoverview-item .right {
  padding: 0;
  overflow: inherit;
  height: 100%;
}
.aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  min-height: 80px;
}
@media (max-width: 650px) {
  .aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item {
    flex-direction: column;
  }
}
.aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #006664;
  background-color: #f5f5f5;
  font-size: 16px;
}
@media (max-width: 650px) {
  .aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 10px;
  }
}
.aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 15px;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #363636;
}
@media (max-width: 650px) {
  .aboutusoverview-wrap.has-history .aboutusoverview-item .right .ri-item-right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.accessmap-wrapper {
  padding: 112px 0;
}
.accessmap-wrapper.white {
  background-color: #ffffff;
}
.accessmap-wrapper.gray {
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  .accessmap-wrapper {
    padding: 45px 0;
  }
}
.accessmap-wrapper .container {
  position: relative;
}
.accessmap-wrapper .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  gap: 100px;
  height: auto;
}
@media (max-width: 1100px) {
  .accessmap-wrapper .inner {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .accessmap-wrapper .inner {
    flex-direction: column;
  }
}
.accessmap-wrapper .inner figure {
  flex: 0 0 calc(40% - 100px);
  max-width: calc(40% - 100px);
  border-radius: 15px;
  margin: 0;
}
@media (max-width: 1000px) {
  .accessmap-wrapper .inner figure {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.accessmap-wrapper .inner figure img {
  width: 100%;
  border-radius: 15px;
}
.accessmap-wrapper .inner .accessmap-info {
  flex: 0 0 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .accessmap-wrapper .inner .accessmap-info {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.accessmap-wrapper .inner .accessmap-info .map-access-info {
  height: 50%;
}
@media (max-width: 1100px) {
  .accessmap-wrapper .inner .accessmap-info .map-access-info {
    height: auto;
  }
}
.accessmap-wrapper .inner .accessmap-info .map-building-figure {
  height: 50%;
}
@media (max-width: 1100px) {
  .accessmap-wrapper .inner .accessmap-info .map-building-figure {
    height: auto;
  }
}
.accessmap-wrapper .inner .accessmap-info .map-building-figure iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  border: 1px solid #E0E0E0;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions {
  flex: 0 0 50%;
  max-width: 50%;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address i,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions i {
  display: block;
  margin-bottom: 20px;
  opacity: 0.6;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address h4,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions h4 {
  font-size: 20px;
  color: #1A1A1A;
  margin-bottom: 25px;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address p,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions p {
  margin: 0;
  color: #363636;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address p:not(:last-child),
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions p:not(:last-child) {
  margin-bottom: 5px;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address p img,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions p img {
  opacity: 0.9;
  margin-right: 10px;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address ul,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions ul {
  padding: 0;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address li,
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions li {
  margin: 0;
  list-style: none;
  color: #363636;
}
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-address li:not(:last-child),
.accessmap-wrapper .inner .accessmap-info .accessmap-address-instructions-wrap .accessmap-instructions li:not(:last-child) {
  margin-bottom: 5px;
}

.accessmap-info h3 {
  font-size: 30px;
  color: #1A1A1A;
  font-family: "ClashDisplay-Bold";
  margin-bottom: 30px;
}
.accessmap-info .accessmap-instructions {
  margin-bottom: 30px;
}
.accessmap-info .map-building-figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 30px;
  height: auto;
}
@media (max-width: 865px) {
  .accessmap-info .map-building-figure {
    flex-direction: column;
  }
}

.information-wrapper.irnews {
  padding-top: 0px;
}
.information-wrapper.irnews .container {
  max-width: 1024px;
}
.information-wrapper.irnews .container .information-description-row .information-description {
  padding: 12px;
  margin-bottom: 12px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.information-wrapper.irnews .container .information-description-row .information-description:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .event-date {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #f1f1f1;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .event-date img {
  width: 24px;
  height: 24px;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .event-date .event-date-text {
  margin: 0;
  font-size: 14px;
  color: #007574;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .event-date .event-date-text .event-date-day {
  font-weight: 600;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  overflow: hidden;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item .report-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item .report-file {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  min-width: 40px;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item .report-file .report-icon {
  width: 24px;
  height: 24px;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item .report-file samp {
  font-size: 12px;
  color: #666;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link .report-card .report-item .report-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}
.information-wrapper.irnews .container .information-description-row .information-description .report-card-link:hover .report-arrow {
  transform: translateX(12px);
}
@media (max-width: 600px) {
  .information-wrapper.irnews .container .information-description-row .information-description .report-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .information-wrapper.irnews .container .information-description-row .information-description .report-card .report-item {
    flex-wrap: wrap;
  }
}
.information-wrapper.irnews .container .information-description-row .pagination-warp {
  float: inline-end;
  margin-top: 25px;
}
.information-wrapper.irnews .container .information-description-row .pagination-warp .pagination .page-item .page-link {
  color: #000;
}
.information-wrapper.irnews .container .information-description-row .pagination-warp .pagination .page-item .previous,
.information-wrapper.irnews .container .information-description-row .pagination-warp .pagination .page-item .next {
  display: flex;
}
.information-wrapper.irnews .welcome-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  .information-wrapper.irnews .welcome-description {
    flex-direction: column;
  }
}
.information-wrapper.irnews .welcome-description h2 {
  color: #1a1a1a;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .information-wrapper.irnews .welcome-description h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.information-wrapper.irnews .welcome-description select {
  max-width: 150px;
  height: 50px;
  font-weight: 500;
}
.information-wrapper.irnews .welcome-description select:focus {
  box-shadow: inherit;
  border-color: #E0E0E0;
}

.stocksmeeting-medium-title {
  color: #1A1A1A;
}

@media (min-width: 1200px) {
  .disclaimer-policy-info {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.disclaimer-policy-info .disclaimer-policy-description {
  margin-bottom: 60px;
}
.disclaimer-policy-info .disclaimer-policy-description h3 {
  font-size: 25px;
  color: #1A1A1A;
  margin-bottom: 20px;
  position: relative;
}
.disclaimer-policy-info .disclaimer-policy-description h3 span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}
.disclaimer-policy-info .disclaimer-policy-description h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #dc3545;
  z-index: 0;
  display: none;
}
.disclaimer-policy-info .disclaimer-policy-description p {
  color: #363636;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}
.disclaimer-policy-info .disclaimer-policy-description p a {
  color: #21746f;
}
.disclaimer-policy-info .disclaimer-policy-description p a:hover {
  text-decoration: underline;
}
.disclaimer-policy-info .disclaimer-policy-description ul {
  margin-left: 20px;
}
.disclaimer-policy-info .disclaimer-policy-description ul li {
  list-style: decimal;
  margin-bottom: 5px;
}
.disclaimer-policy-info .disclaimer-policy-description ul li h6 {
  color: #363636;
}
.disclaimer-policy-info .disclaimer-policy-description ul li p {
  color: #363636;
}
.disclaimer-policy-info .disclaimer-policy-description ul li ul {
  margin-left: 20px;
}
.disclaimer-policy-info .disclaimer-policy-description ul li ul li {
  margin-bottom: 20px;
}
.disclaimer-policy-info .disclaimer-policy-description ul li ul li h6 {
  color: #363636;
}
.disclaimer-policy-info .disclaimer-policy-description ul li ul li p {
  color: #363636;
}

@media (min-width: 1400px) {
  .recurit-container.container {
    max-width: 1320px;
  }
}

.recurit-wrapper.information-wrapper {
  padding-top: 0;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .recurit-wrapper.information-wrapper {
    padding-bottom: 80px;
  }
}
.recurit-wrapper.information-wrapper .row {
  position: relative;
  margin-top: -320px;
  z-index: 1;
}

.recruit-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08);
  border-radius: 16px;
  padding: 24px;
  height: 485px;
  width: 100%;
}
@media (min-width: 1300px) {
  .recruit-card {
    width: 420px;
  }
}
@media (max-width: 1100px) {
  .recruit-card {
    height: 395px;
    padding: 12px;
  }
}
@media (max-width: 767.98px) {
  .recruit-card {
    margin-bottom: 20px;
  }
}
.recruit-card.career-rc {
  background: linear-gradient(180deg, #ffebcd 0%, #ffffff 100%);
}
.recruit-card.newgraduate-rc {
  background: linear-gradient(180deg, #e0ffff 0%, #ffffff 100%);
}
.recruit-card.secondgrade-rc {
  background: linear-gradient(180deg, #e6e6fa 0%, #ffffff 100%);
}
.recruit-card figure {
  height: 300px;
  margin: 0;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
@media (max-width: 1100px) {
  .recruit-card figure {
    height: 200px;
  }
}
.recruit-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
.recruit-card figcaption {
  padding: 24px 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.recruit-card figcaption h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  margin-bottom: 56px;
}
.recruit-card figcaption a {
  font-size: 14px;
  margin: 0;
  transition: transform 0.3s ease-in-out;
}
.recruit-card figcaption a img {
  margin-left: 8px;
  transition: transform 0.3s ease-in-out;
}
.recruit-card figcaption a:hover {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}
.recruit-card figcaption a:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.career-recruitment-wrapper-intro {
  background-color: #ffebcd;
  padding: 112px 0;
}
@media (max-width: 767.98px) {
  .career-recruitment-wrapper-intro {
    padding: 45px 0;
  }
}
.career-recruitment-wrapper-intro .inner h3 {
  color: #1A1A1A;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "ClashDisplay-Semibold";
}
.career-recruitment-wrapper-intro .inner p {
  color: #363636;
}
.career-recruitment-wrapper-intro .inner p:not(:last-child) {
  margin-bottom: 5px;
}

.has-full-slider .container {
  max-width: 100%;
  padding-left: calc((100% - 1570px) / 2);
}

.in-rparesults.careers-wrapper {
  background-color: #E5E5E5;
}
.in-rparesults.careers-wrapper .careers-description .careers-slider-item figcaption h3 {
  margin-bottom: 20px;
}
.in-rparesults.careers-wrapper .careers-slider .careers-slider-item .title-label {
  background-color: #21746f;
  color: #ffffff;
  text-align: left;
  margin: 0 auto 25px 0;
  width: max-content;
  padding: 0 20px;
}
.in-rparesults.careers-wrapper .careers-slider .careers-slider-item h3 {
  font-size: 25px;
  color: #9EA800;
}
.in-rparesults.careers-wrapper .careers-slider .careers-slider-item figcaption > div h4 {
  font-size: 18px;
  color: #1A1A1A;
}
.in-rparesults.careers-wrapper .careers-slider .careers-slider-item figcaption > div p {
  font-size: 16px;
}

.in-rparesults.business-services-our-achievements-engineer .down-arrow {
  transform: rotate(90deg);
}
@media (min-width: 1500px) {
  .in-rparesults.business-services-our-achievements-engineer .bs-ourachievements-card {
    min-height: 225px;
  }
}

.in-casestudies.in-rparesults.careers-wrapper {
  background-color: #e6f3f3;
}
.in-casestudies.in-rparesults.careers-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 95.31% at 50% 50%, rgba(230, 243, 243, 0.5) 0%, rgba(230, 243, 243, 0.5) 100%), linear-gradient(0deg, #e6f3f3, #e6f3f3), #ffffff;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.in-casestudies.in-rparesults.careers-wrapper .careers-description .careers-slider-item {
  background-color: #ffffff;
}
.in-casestudies.in-rparesults.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-next, .in-casestudies.in-rparesults.careers-wrapper .careers-description .careers-slider .slick-arrow.slick-prev {
  background-color: #ffffff;
}
.in-casestudies.in-rparesults.careers-wrapper .careers-description-intro h2 {
  color: #363636;
}
.in-casestudies.in-rparesults.careers-wrapper .careers-description-intro p {
  color: #6D6D6D;
}

.has-full-slider .slick-track {
  display: flex;
}
.has-full-slider .slick-slider {
  display: flex;
  align-items: stretch;
}
.has-full-slider .slick-slide {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: auto;
  width: 384px;
}
.has-full-slider .slick-slide .slider-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.rpa-srvice-labels {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E0E0E0;
}
.rpa-srvice-labels .title-label {
  margin: 0 !important;
  white-space: nowrap;
}

.rpa-serive-logo.businesses-wrapper {
  padding-bottom: 100px;
}
.rpa-serive-logo.businesses-wrapper .businesses-description .businesses-description-intro p {
  font-family: "ClashDisplay-Semibold";
  font-size: 24px;
  margin: 0;
}
.rpa-serive-logo.businesses-wrapper .businesses-slider .businesses-slider-item {
  text-align: center;
}
.rpa-serive-logo.businesses-wrapper .businesses-slider .businesses-slider-item figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 30px;
}
.rpa-serive-logo.businesses-wrapper .businesses-slider .businesses-slider-item figure img {
  width: auto;
  height: 105px;
}
.rpa-serive-logo.businesses-wrapper .businesses-slider .businesses-slider-item h3 {
  min-height: auto;
  margin-bottom: 15px;
}
.rpa-serive-logo.businesses-wrapper .businesses-slider .businesses-slider-item p {
  margin: 0;
}

.recruit-wrapper .recruit-intro h2.philosophy-title {
  font-size: 40px;
}

@media (min-width: 2000px) {
  .businesses-slider,
  .careers-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
  }
}

.contactUs-wrapper {
  padding: 120px 0;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .contactUs-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .contactUs-wrapper {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .contactUs-wrapper {
    padding: 45px 0;
  }
}
.contactUs-wrapper .content-inner {
  padding: 40px 25px;
  border-radius: 25px;
  background-color: #E5E5E5;
}
.contactUs-wrapper .content-inner p {
  color: #363636;
}
.contactUs-wrapper .content-inner h3 {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  font-family: "ClashDisplay-Semibold";
  color: #1A1A1A;
}
.contactUs-wrapper .content-inner .aboutContact-info p {
  text-align: right;
}
.contactUs-wrapper .content-inner .aboutContact-info h6 {
  color: #006664;
  font-size: 24px;
  text-align: right;
  font-family: "ClashDisplay-Semibold";
}

@media (max-width: 991.98px) {
  header .navbar .nav-link:before {
    display: none;
  }
  .navbar-nav .dropdown-menu {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
  }
  .navbar-nav .dropdown-menu ul li a {
    padding: 10px 0;
    display: block;
    padding-left: 25px;
  }
  .navbar-nav .dropdown-menu ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.inner-page-header-wrapper .inner-page-header .inner-page-header-title .pageHeader-title {
  font-size: 56px !important;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
@media (max-width: 991.98px) {
  .inner-page-header-wrapper .inner-page-header .inner-page-header-title .pageHeader-title {
    font-size: 30px !important;
    text-align: center;
  }
}

.disclaimer-btn {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.disclaimer-btn:hover {
  background-color: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.disclaimer-btn span {
  color: inherit;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
}

.inner-page-header-wrapper .header-top-img {
  width: 100%;
  height: 300px;
}

.mt-40 {
  margin-top: 40px;
}

.rc-informationtop-wrapper {
  background-color: #ffffff;
  padding-bottom: 118px;
}
@media (max-width: 768px) {
  .rc-informationtop-wrapper {
    padding-bottom: 60px;
  }
}
.rc-informationtop-wrapper .image-anime {
  border-radius: 10px;
  overflow: hidden;
}
.rc-informationtop-wrapper .rc-informationtop {
  background: linear-gradient(180deg, rgba(255, 235, 205, 0.5) 0%, #ffffff 100%), #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08);
  border-radius: 16px;
  padding: 80px 24px 24px;
  position: relative;
  margin-top: -280px;
  z-index: 1;
}
@media (min-width: 1400px) {
  .rc-informationtop-wrapper .rc-informationtop {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: -280px;
  }
}
@media (max-width: 600px) {
  .rc-informationtop-wrapper .rc-informationtop {
    padding: 15px;
  }
  .rc-informationtop-wrapper .rc-informationtop .rc-informationtop-inner {
    padding: 0;
  }
}
.rc-informationtop-wrapper.newgraduate-recruit .rc-informationtop {
  background: linear-gradient(180deg, rgba(224, 255, 255, 0.5) 0%, #ffffff 100%), #ffffff;
}
.rc-informationtop-wrapper.secgraduate-recruit .rc-informationtop {
  background: linear-gradient(180deg, rgba(230, 230, 250, 0.5) 0%, #ffffff 100%), #ffffff;
}

.information-wrapper.has-gray-bg {
  background-color: #f5f5f5;
}

.rc-informationtop-inner {
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .rc-informationtop-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.rc-informationtop-inner .rc-informationtop-info {
  margin-bottom: 60px;
  text-align: center;
}
.rc-informationtop-inner .rc-informationtop-info h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #000;
}
.rc-informationtop-inner .rc-informationtop-info p {
  font-size: 18px;
  color: #1a1a1a;
  margin: 0;
}

.rc-career-box {
  text-align: center;
  margin-bottom: 55px;
}
.rc-career-box h3 {
  font-size: 24px;
  margin-bottom: 35px;
  color: #000;
}

.rc-join-team .top-title h3 {
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E0E0E0;
  color: #000;
  text-align: center;
}
.rc-join-team .rc-join-team-body {
  margin-bottom: 56px;
}
.rc-join-team .rc-join-team-body h4 {
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}
.rc-join-team .rc-join-team-body .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 30px;
  margin-bottom: 56px;
}
@media (max-width: 767.98px) {
  .rc-join-team .rc-join-team-body .inner {
    display: block;
  }
}
.rc-join-team .rc-join-team-body .inner .card {
  flex: 1;
  height: 196px;
  background-color: #ffefcd;
  padding: 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .rc-join-team .rc-join-team-body .inner .card {
    margin-bottom: 20px;
  }
}
.rc-join-team .rc-join-team-body .inner .card a {
  color: #6d6d6d;
  font-size: 14px;
  margin: 0;
}

body.modal-open header {
  position: relative;
  z-index: -1;
}

#workingModal .btn-close {
  position: absolute;
  right: 20px;
}
@media (max-width: 767.98px) {
  #workingModal .btn-close {
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    right: 11px;
    top: 7px;
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
}
#workingModal .modal-body {
  padding-top: 40px;
}
@media (min-width: 576px) {
  #workingModal .modal-dialog {
    max-width: 800px;
  }
}
#workingModal .rc-career-box h3 {
  text-align: left;
}

.rc-secgraduate-title h5 {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Helvetica";
  font-weight: bold;
}

.rc-secgraduate-textimage {
  height: 385px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .rc-secgraduate-textimage {
    flex-direction: column;
    height: auto;
  }
}
.rc-secgraduate-textimage figcaption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 15px;
  flex: 0 0 374px;
  max-width: 374px;
}
.rc-secgraduate-textimage figcaption h5 {
  font-size: 24px;
  color: #1a1a1a;
  font-family: "Helvetica";
  font-weight: bold;
}
.rc-secgraduate-textimage figcaption p {
  color: #6d6d6d;
  font-size: 16px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .rc-secgraduate-textimage figcaption {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.rc-secgraduate-textimage figure {
  height: 100%;
  border-radius: 0 !important;
}
.rc-secgraduate-textimage figure img {
  height: auto;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .rc-secgraduate-textimage figure img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  .rc-secgraduate-textimage figure {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    width: 100%;
  }
}

.rc-secgraduate-whitebox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 30px;
}
.rc-secgraduate-whitebox.has-two-col {
  flex: 1;
}
.rc-secgraduate-whitebox.has-one-col {
  flex: 1;
}
.rc-secgraduate-whitebox.has-four-col {
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.rc-secgraduate-whitebox.has-four-col .rc-secgraduate-whitebox-info {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media (max-width: 600px) {
  .rc-secgraduate-whitebox {
    display: block;
  }
  .rc-secgraduate-whitebox .rc-secgraduate-whitebox-info {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100% !important;
  }
}

.rc-secgraduate-whitebox-info {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.rc-secgraduate-whitebox-info h5 {
  font-size: 24px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
}
.rc-secgraduate-whitebox-info p {
  font-size: 16px;
  color: #6d6d6d;
  margin: 0;
}

.secgraduate-recruit .rc-informationtop {
  padding: 0;
  overflow: hidden;
}
.secgraduate-recruit .fullwidth-secgraduate-image-top {
  width: 100%;
  margin-bottom: 48px;
}

@media (min-width: 1300px) {
  .fullwidth-secgraduate-image-centre {
    width: 1321px;
    position: relative;
    left: -150px;
  }
  .fullwidth-secgraduate-image-centre figure {
    border-radius: 0 !important;
  }
  .fullwidth-secgraduate-image-centre img {
    width: 1321px;
  }
}

.contactus-body {
  background: #f5f5f5;
  width: 100%;
}
.contactus-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%), url(../images/Header.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
@media (max-width: 565px) {
  .contactus-body:before {
    height: 100px;
  }
}
.contactus-body .inner-page-header-wrapper.medium-header.hasbg.whitebg {
  height: auto;
  background-color: transparent;
}

.contactinfo-wrapper {
  background-color: #f5f5f5;
  padding: 300px 0 112px;
}
@media (max-width: 565px) {
  .contactinfo-wrapper {
    padding: 120px 0 30px;
  }
}
@media (min-width: 1200px) {
  .contactinfo-wrapper .contactus-info {
    padding-right: 50px;
  }
}
.contactinfo-wrapper .contactus-info h5 {
  font-size: 40px;
  color: #000000;
  font-family: "Helvetica";
  margin-bottom: 30px;
}
.contactinfo-wrapper .contactus-info p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
}
.contactinfo-wrapper .contactus-form-field {
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  position: relative;
  top: -80px;
}
@media (min-width: 1200px) {
  .contactinfo-wrapper .contactus-form-field {
    padding-left: 50px;
  }
}
@media (max-width: 565px) {
  .contactinfo-wrapper .contactus-form-field {
    top: 20px;
  }
}
.contactinfo-wrapper .contactus-form-field h6 {
  font-size: 32px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 30px;
  color: #000000;
}
.contactinfo-wrapper .contactus-form-field .form-label {
  color: #414651;
  font-size: 14px;
  font-weight: 600;
}
.contactinfo-wrapper .contactus-form-field .form-label span {
  color: #f04438;
  margin-left: 5px;
}
.contactinfo-wrapper .contactus-form-field .form-control {
  border-color: #d5d7da;
  border-radius: 8px;
}
.contactinfo-wrapper .contactus-form-field .list-group {
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.contactinfo-wrapper .contactus-form-field .list-group .list-group-item {
  flex: 0 0 48%;
  max-width: 48%;
  border: 0;
}
.contactinfo-wrapper .contactus-form-field .form-check-label {
  color: #414651;
  font-weight: 500;
}

.recruit-form-warp .container {
  max-width: 1200px !important;
  margin: 0 auto;
}
.recruit-form-warp .recruit-entry-img {
  width: 100%;
  margin-bottom: 65px;
}
.recruit-form-warp .recruit-entry-img figure {
  position: relative;
  overflow: hidden;
  display: block;
}
.recruit-form-warp .recruit-entry-img figure:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.recruit-form-warp .recruit-entry-img figure:hover:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 50%;
  top: 50%;
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.recruit-form-warp .recruit-entry-img figure:hover .big-figure {
  transform: scale(1.05);
}
.recruit-form-warp .recruit-entry-img .big-figure {
  width: 100%;
  height: 520px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .recruit-form-warp .recruit-entry-img .big-figure {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .recruit-form-warp .recruit-entry-img .big-figure {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .recruit-form-warp .recruit-entry-img .big-figure {
    height: 180px;
  }
}
.recruit-form-warp .recruit-cont-warp h2 {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 600;
}
.recruit-form-warp .recruit-cont-warp p {
  font-size: 18px;
}
.recruit-form-warp .recruit-cont-warp ul {
  border-bottom: 1px solid #e9eaeb;
  padding-bottom: 32px;
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .recruit-form-warp .recruit-cont-warp ul {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}
.recruit-form-warp .recruit-cont-warp ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.recruit-form-warp .recruit-cont-warp ul li .recruit-dot {
  color: #dc3545;
  font-size: 20px;
}

.recruit-entry-form-warm {
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .recruit-entry-form-warm .broder-none-md {
    display: none;
  }
}
.recruit-entry-form-warm .container {
  max-width: 1200px;
  margin: 0 auto;
}
.recruit-entry-form-warm .container #entryForm .form-control {
  background-color: #ffffff;
}
.recruit-entry-form-warm .container #entryForm .label-title-warp .label-title {
  font-size: 18px;
  font-weight: 600;
}
.recruit-entry-form-warm .container #entryForm .label-title-warp ul li {
  font-size: 16px;
  display: flex;
  gap: 16px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-field-wrap {
  background: #f5f5f5;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #d5d7da;
}
@media (max-width: 575px) {
  .recruit-entry-form-warm .container #entryForm .recruit-entry-field-wrap {
    margin-bottom: 20px;
  }
}
.recruit-entry-form-warm .container #entryForm .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #414651;
}
.recruit-entry-form-warm .container #entryForm .form-group label .required {
  color: #dc3545;
  margin-left: 5px;
}
.recruit-entry-form-warm .container #entryForm .form-group input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.recruit-entry-form-warm .container #entryForm .form-group.error input {
  border: 1px solid #e06666;
  background-color: #fff5f5;
}
.recruit-entry-form-warm .container #entryForm .form-group .input-with-icon {
  position: relative;
}
.recruit-entry-form-warm .container #entryForm .form-group .input-with-icon .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.recruit-entry-form-warm .container #entryForm .form-group .input-with-icon input {
  padding-left: 40px;
}
.recruit-entry-form-warm .container #entryForm .privacy-check-wrap {
  background: #f5f5f5;
  border-radius: 12px;
  border: 1px solid #d5d7da;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field {
  background: #f5f5f5;
  border-radius: 12px;
  border: 1px solid #d5d7da;
}
@media (max-width: 575px) {
  .recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field {
    margin-bottom: 20px;
  }
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field > p {
  margin-bottom: 8px;
  padding: 24px 24px 0 24px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field hr {
  margin: 0px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box {
  flex: 1;
  min-width: 240px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box label {
  display: block;
  margin-bottom: 10px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 16px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop:hover {
  border-color: #007b8f;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop img {
  width: 40px;
  margin-bottom: 10px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop p {
  margin: 5px 0;
  font-size: 14px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop p span {
  font-weight: 600;
  color: #007b8f;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop small {
  color: #666;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .upload-grid .upload-box .file-drop input {
  display: none;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .phoneNumber-group .phone-input-group {
  display: flex;
  align-items: center;
  gap: 2px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .phoneNumber-group #phone-error {
  display: none;
  color: #e06666;
  font-size: 14px;
  margin-top: 4px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .phoneNumber-group #phone-error.visible {
  display: block;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .gender-radio-group .gender-male,
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .gender-radio-group .gender-female {
  font-size: 16px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .custom-radio {
  width: 20px;
  height: 20px;
}
.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field .recruit-entry-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  min-height: 130px;
}
.recruit-entry-form-warm .privacy-link {
  color: #e06666;
  text-decoration: underline;
}
.recruit-entry-form-warm .privacy-error {
  color: #e06666;
  font-size: 16px;
}
.recruit-entry-form-warm .w-300 {
  width: 300px;
  margin-bottom: 100px;
}

textarea {
  resize: none;
}

.wfc {
  width: fit-content;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive .nav-item .search-top .search-icon {
  filter: brightness(1);
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive .nav-item .search-top input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive .nav-item .search-top input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive .nav-item .search-top input :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive .nav-item .search-top input :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 565px) {
  .has-full-slider .businesses-description,
  .rpa-business-wrapper .businesses-description {
    padding-right: 0;
  }
  .careers-wrapper .careers-description .careers-slider {
    padding-right: 0;
  }
  .inner-page-header-wrapper.medium-header .video-wrapper {
    height: 85vh;
  }
  .inner-page-header-wrapper.medium-header .video-wrapper video {
    height: 85vh;
  }
  .inner-page-header-wrapper.medium-header.hasbg {
    height: 325px;
  }
  .inner-page-header-wrapper .inner-page-header-title {
    top: 80px;
    padding: 0 20px;
  }
  .rc-informationtop-wrapper .rc-informationtop .rc-informationtop-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.stickyNavActive .navbar-brand {
  filter: brightness(1) !important;
}

.sticky-wrapper {
  overflow: visible !important;
  position: relative; /* ensure context */
}

.recruit-entry-form-warm .container #entryForm .recruit-entry-upload-field-scroll.sticky-section {
  position: fixed;
  top: 120px; /* adjust as needed */
  z-index: 1000;
  background-color: transparent;
  border: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  header .navbar {
    height: 88px;
    transition: all 1s;
  }
  header .navbar.stickyNavActive {
    height: 70px;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
  }
  header .navbar.stickyNavActive .navbar-nav .dropdown-menu {
    top: 69px;
  }
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar {
  background: #1a1a1a;
}
.inner-page-header-wrapper.medium-header.hasbg.whitebg .navbar.stickyNavActive {
  background-color: #1a1a1a;
}

@media (max-width: 565px) {
  .blob-btn,
  .btn.btn_60 {
    height: 48px !important;
  }
}
.mega-menu-inner-left ul li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.mega-menu-inner-left ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}
.mega-menu-inner-left ul li:last-child a::after {
  display: none;
}

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