/* media query */
/* centering */
/* set top position of pseudo element */
/* set pseudo element(no image) */
/* set pseudo element */
/* font set */
@keyframes button-after-animation {
  0% {
    right: 1em;
  }
  20% {
    right: 0.5em;
  }
  40% {
    right: -1em;
  }
  60% {
    left: -1em;
  }
  80% {
    left: 0.5em;
  }
  100% {
    left: 1em;
  }
}
@keyframes button-after-reset-animation {
  0% {
    left: 1em;
  }
  20% {
    left: 0.5em;
  }
  40% {
    left: -1em;
  }
  60% {
    right: -1em;
  }
  80% {
    right: 0.5em;
  }
  100% {
    right: 1em;
  }
}
@keyframes button-after-animation-cta {
  0% {
    right: 1.5em;
  }
  20% {
    right: 0.5em;
  }
  40% {
    right: -1em;
  }
  60% {
    left: -1em;
  }
  80% {
    left: 0.5em;
  }
  100% {
    left: 1.5em;
  }
}
@keyframes button-after-reset-animation-cta {
  0% {
    left: 1.5em;
  }
  20% {
    left: 0.5em;
  }
  40% {
    left: -1em;
  }
  60% {
    right: -1em;
  }
  80% {
    right: 0.5em;
  }
  100% {
    right: 1.5em;
  }
}
#orosee_wrap h2 {
  font-size: 28px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  letter-spacing: -0.56px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  #orosee_wrap h2 {
    font-size: 22px;
  }
}
#orosee_wrap h3::before {
  content: none;
}
@media (max-width: 768px) {
  #orosee_wrap .pcview {
    display: none;
  }
}
#orosee_wrap .spview {
  display: none;
}
@media (max-width: 768px) {
  #orosee_wrap .spview {
    display: block;
  }
}
#orosee_wrap .orosee-header {
  height: 67px;
}
#orosee_wrap .hero {
  background-color: #051f32;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
}
#orosee_wrap .hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 20px 83px;
  max-width: 1100px;
  align-items: stretch;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__container {
    flex-direction: column;
    gap: 30px;
  }
}
#orosee_wrap .hero__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 513px;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__content {
    gap: 20px;
  }
}
#orosee_wrap .hero__subtitle {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__subtitle {
    font-size: 18px;
  }
}
#orosee_wrap .hero__title {
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.84px;
  line-height: 1.1;
  font-size: 40px;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__title {
    font-size: 30px;
    line-height: 46px;
  }
}
#orosee_wrap .hero__title span {
  font-size: 60px;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__title span {
    font-size: 48px;
  }
}
#orosee_wrap .hero__description {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__description {
    font-size: 16px;
  }
}
#orosee_wrap .hero__image {
  flex: none;
  max-width: 500px;
  text-align: center;
}
#orosee_wrap .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 4px #fff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #orosee_wrap .hero__image img {
    max-width: 302px;
  }
}
#orosee_wrap .problems {
  background-color: #ffffff;
  padding: 72px 0;
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  #orosee_wrap .problems {
    background-color: unset;
  }
}
#orosee_wrap .problems__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
#orosee_wrap .problems__grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1024px) {
  #orosee_wrap .problems__grid {
    grid-template-columns: repeat(2, 300px);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #orosee_wrap .problems__grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
    gap: 15px;
  }
}
#orosee_wrap .problems__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 33px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #a0a0a0;
}
#orosee_wrap .problems__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#orosee_wrap .problems__card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
#orosee_wrap .problems__card p {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  letter-spacing: -0.32px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #orosee_wrap .problems__card {
    box-shadow: none;
    padding: 15px 15px 22px;
  }
  #orosee_wrap .problems__card:hover {
    box-shadow: none;
  }
  #orosee_wrap .problems__card h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #orosee_wrap .problems__card p {
    line-height: 24px;
  }
}
#orosee_wrap .solutions {
  position: relative;
  background-color: #105587;
  padding: 107px 0 85px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #orosee_wrap .solutions {
    margin-top: -80px;
    position: relative;
    z-index: -1;
    padding-bottom: 45px;
  }
}
#orosee_wrap .solutions::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  width: 100vw;
  height: 61px;
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}
@media (max-width: 768px) {
  #orosee_wrap .solutions::before {
    height: 87px;
  }
}
#orosee_wrap .solutions::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  width: 100vw;
  height: 61px;
  background: #105587;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  pointer-events: none;
}
#orosee_wrap .solutions__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
#orosee_wrap .solutions__container h2 {
  color: #ffffff;
  font-size: 22px;
}
#orosee_wrap .solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1024px) {
  #orosee_wrap .solutions__grid {
    grid-template-columns: repeat(2, 300px);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #orosee_wrap .solutions__grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
    gap: 15px;
  }
}
#orosee_wrap .solutions__card {
  background: #ffffff;
  border-radius: 10px;
  padding: 33px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 14px;
  border: 1px solid white;
}
#orosee_wrap .solutions__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
#orosee_wrap .solutions__card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  letter-spacing: -0.4px;
  line-height: 1.2;
}
#orosee_wrap .solutions__card p {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  letter-spacing: -0.32px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #orosee_wrap .solutions__card {
    box-shadow: none;
    padding: 15px 15px 22px;
  }
  #orosee_wrap .solutions__card:hover {
    box-shadow: none;
  }
  #orosee_wrap .solutions__card h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #orosee_wrap .solutions__card p {
    line-height: 24px;
  }
}
#orosee_wrap .about {
  background: #ffffff;
  padding: 72px 0;
}
@media (max-width: 768px) {
  #orosee_wrap .about {
    padding-top: 30px;
  }
}
#orosee_wrap .about__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  max-width: 870px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__container {
    padding: 0 30px;
  }
}
#orosee_wrap .about h2 {
  margin-bottom: 18px;
}
#orosee_wrap .about p {
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  letter-spacing: -0.36px;
  line-height: 1.44;
  margin-bottom: 49px;
}
@media (max-width: 768px) {
  #orosee_wrap .about p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#orosee_wrap .about h3 {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #orosee_wrap .about h3 {
    margin-bottom: 30px;
  }
}
#orosee_wrap .about h3 span {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  color: #454545;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  #orosee_wrap .about h3 span {
    font-size: 20px;
  }
}
#orosee_wrap .about h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 5em;
  background: #3D9FE7;
  bottom: 10px;
  z-index: 0;
  left: calc(50% - 2.5em);
  margin: 0;
}
@media (max-width: 768px) {
  #orosee_wrap .about h3::before {
    bottom: 5px;
  }
}
#orosee_wrap .about__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__list {
    gap: 45px;
  }
}
#orosee_wrap .about__item {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__item {
    flex-direction: column;
    gap: 5px;
  }
}
#orosee_wrap .about__item--reverse {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #orosee_wrap .about__item--reverse {
    flex-direction: column-reverse;
  }
}
#orosee_wrap .about__content {
  flex: 1;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__content {
    margin-bottom: 18px;
  }
}
#orosee_wrap .about__content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #454545;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  #orosee_wrap .about__content h4 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#orosee_wrap .about__content p {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1.375;
  margin: 0;
  text-align: left;
}
#orosee_wrap .about__number {
  font-size: 26px;
  margin-right: 8px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__number {
    font-size: 22px;
  }
}
#orosee_wrap .about__underline {
  max-width: 420px;
  height: 1px;
  background-color: #00235d;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  #orosee_wrap .about__underline {
    margin-bottom: 14px;
  }
}
#orosee_wrap .about__highlight {
  width: 120px;
  height: 8px;
  background-color: #3d9fe7;
  margin-bottom: 23px;
}
#orosee_wrap .about__image {
  flex: none;
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #orosee_wrap .about__image {
    margin: 0 auto;
  }
}
#orosee_wrap .about__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease;
}
#orosee_wrap .about__image img:hover {
  transform: scale(1.05);
}
#orosee_wrap .use-cases {
  background: #f9f9f9;
  padding: 51px 0 61px;
}
#orosee_wrap .use-cases__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 220px;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases__container {
    padding: 0 20px;
  }
}
#orosee_wrap .use-cases h2 {
  font-size: 28px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  letter-spacing: -0.56px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases h2 {
    font-size: 24px;
  }
}
#orosee_wrap .use-cases h2 + p {
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  text-align: center;
  letter-spacing: -0.36px;
  line-height: 1.44;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases h2 + p {
    font-size: 16px;
  }
}
#orosee_wrap .use-cases__card {
  background: #ffffff;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  overflow: hidden;
}
#orosee_wrap .use-cases .tabs {
  display: flex;
  height: 60px;
}
#orosee_wrap .use-cases .tabs__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  border-right: 1px solid #bcbcbc;
  position: relative;
  background: #f2f2f2;
  color: #454545;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases .tabs__tab {
    font-size: 16px;
  }
}
#orosee_wrap .use-cases .tabs__tab:last-child {
  border-right: none;
}
#orosee_wrap .use-cases .tabs__tab:hover {
  background: rgba(16, 85, 135, 0.1);
}
#orosee_wrap .use-cases .tabs__tab.active {
  background: #105587;
  color: #ffffff;
  position: relative;
}
#orosee_wrap .use-cases .tabs__tab.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #105587;
}
#orosee_wrap .use-cases__content {
  padding: 36px 42px 42px;
  gap: 84px;
  display: none;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases__content {
    flex-direction: column;
    gap: 20px;
    padding: 30px 13px;
    align-items: center;
  }
}
#orosee_wrap .use-cases__content.active {
  display: flex;
}
#orosee_wrap .use-cases__section {
  flex: 1;
}
#orosee_wrap .use-cases__section-header {
  margin-bottom: 28px;
  position: relative;
}
#orosee_wrap .use-cases__section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases__section h3 {
    font-size: 16px;
  }
}
#orosee_wrap .use-cases__section ol {
  list-style: decimal;
  padding-left: 24px;
}
#orosee_wrap .use-cases__section ol li {
  font-size: 18px;
  font-weight: 400;
  color: #454545;
  line-height: 1.22;
  margin-bottom: 22px;
  list-style: auto;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases__section ol li {
    font-size: 14px;
  }
}
#orosee_wrap .use-cases__section ol li strong {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  #orosee_wrap .use-cases__section ol li strong {
    font-size: 16px;
  }
}
#orosee_wrap .use-cases hr.spview {
  width: 260px;
}
#orosee_wrap .use-cases__highlight {
  height: 7px;
  background-color: #3d9fe7;
  position: absolute;
  bottom: 4px;
}
#orosee_wrap .use-cases__highlight--problems {
  width: 124px;
  left: calc(50% - 62px);
}
#orosee_wrap .use-cases__highlight--solutions {
  width: 75px;
  left: calc(50% - 37.5px);
}
#orosee_wrap .cta {
  background-color: #00223F;
  padding: 36px 5px 45px;
  margin-bottom: 145px;
}
@media (max-width: 768px) {
  #orosee_wrap .cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#orosee_wrap .cta h2 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  #orosee_wrap .cta h2 {
    font-size: 22px;
    font-weight: bold;
  }
}
#orosee_wrap .cta p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 768px) {
  #orosee_wrap .cta p {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  #orosee_wrap .cta p br {
    display: none;
  }
}
#orosee_wrap .cta__btn {
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  width: min(100%, 230px);
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  color: #00223F;
  margin: 1.3em auto 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  position: relative;
  padding-right: 0.5em;
}
@media (max-width: 768px) {
  #orosee_wrap .cta__btn {
    font-size: 20px;
    font-weight: bold;
  }
}
#orosee_wrap .cta__btn::after {
  content: "";
  background: url("/img/hyper-automation/icn_cta_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 22px / 2);
  right: 1.5em;
}
#orosee_wrap .cta__btn.start-animation {
  padding-right: 0;
  padding-left: 1em;
}
#orosee_wrap .cta__btn.start-animation::after {
  animation: button-after-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
#orosee_wrap .cta__btn.end-animation {
  padding-right: 0.5em;
  padding-left: 0;
}
#orosee_wrap .cta__btn.end-animation::after {
  animation: button-after-reset-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
#orosee_wrap .cta__btn:hover {
  color: #00223F;
}
@media (max-width: 768px) {
  #orosee_wrap .header__nav {
    gap: 20px;
  }
  #orosee_wrap .header__nav a {
    font-size: 14px;
  }
  #orosee_wrap .hero__title-ai {
    font-size: 48px;
  }
  #orosee_wrap .problems__grid,
  #orosee_wrap .solutions__grid {
    grid-template-columns: 1fr;
  }
  #orosee_wrap .use-cases__tabs {
    flex-direction: column;
    height: auto;
  }
  #orosee_wrap .use-cases__tab {
    border-right: none;
    border-bottom: 1px solid #bcbcbc;
    padding: 20px;
  }
  #orosee_wrap .use-cases__tab:last-child {
    border-bottom: none;
  }
}
@media (max-width: 480px) {
  #orosee_wrap .header__container {
    padding: 0 16px;
  }
  #orosee_wrap .hero__container,
  #orosee_wrap .contact__container {
    padding: 40px 16px;
  }
  #orosee_wrap .features__container {
    padding: 0 16px;
  }
}