@charset "UTF-8";
/* media query */
/* centering */
/* set top position of pseudo element */
/* set pseudo element(no image) */
/* set pseudo element */
/* font set */
body *, html * {
  line-height: 1.5;
}

a, img {
  display: block;
}

#wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.small-wrapper {
  width: min(100%, 870px);
  margin: 0 auto;
  padding: 0 10px;
}

.wrapper {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0 10px;
}

.large-wrapper {
  width: min(100%, 1020px);
  margin: 0 auto;
  padding: 0 10px;
}

.basic-section-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .basic-section-heading {
    font-size: 28px;
    font-weight: bold;
  }
}

@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;
  }
}
#top .main-visual {
  background: url("/img/hyper-automation/bg_mv_01.webp") no-repeat;
  background-size: cover;
  position: relative;
  padding: 181px 0 170px;
  height: 580px;
}
@media (max-width: 768px) {
  #top .main-visual {
    background-position-x: 40%;
    padding: 130px 0 80px;
    height: 480px;
  }
}
#top .main-visual__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(90deg, #00223F 0%, #00223F 47.5%, rgba(11, 73, 127, 0.75) 68.5%, rgba(22, 112, 190, 0.4) 80%);
}
#top .main-visual__catch {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  #top .main-visual__catch {
    font-size: 36px;
    font-weight: bold;
  }
}
@media (max-width: 520px) {
  #top .main-visual__catch br {
    display: none;
  }
}
#top .main-visual__lead {
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  position: relative;
  margin-top: 25px;
}
@media (max-width: 768px) {
  #top .main-visual__lead {
    font-size: 16px;
    font-weight: normal;
  }
}
#top .main-visual__btn {
  background-color: #fff;
  width: 220px;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  color: #00223F;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  transition: all 0.3s;
  position: relative;
  padding-right: 0.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  #top .main-visual__btn {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .main-visual__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: 1em;
}
#top .main-visual__btn.start-animation {
  padding-right: 0;
  padding-left: 1em;
}
#top .main-visual__btn.start-animation::after {
  animation: button-after-animation 0.2s ease-in-out 0s 1 forwards;
}
#top .main-visual__btn.end-animation {
  padding-left: 0;
  padding-right: 0.5em;
}
#top .main-visual__btn.end-animation::after {
  animation: button-after-reset-animation 0.2s ease-in-out 0s 1 forwards;
}
#top .content-menu {
  background-color: #E6E6E6;
  padding: 10px 0;
  justify-content: center !important;
  column-gap: 56px;
}
@media (max-width: 768px) {
  #top .content-menu {
    display: none;
  }
}
#top .content-menu.fixed {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  #top .content-menu.fixed {
    top: 54px;
  }
}
#top .content-menu__link {
  font-size: 18px;
  font-weight: bold;
  color: #00223F;
  padding: 3.5px 13px;
}
@media (max-width: 768px) {
  #top .content-menu__link {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .content-menu__link.active, #top .content-menu__link:hover {
  background-color: #00223F;
  color: #fff;
  border-radius: 20px;
}
#top .content-menu--sp {
  background-color: #E6E6E6;
  padding: 10px 0;
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  top: 65px;
  z-index: 1;
}
#top .content-menu--sp.active, #top .content-menu--sp.content-menu__link:hover {
  display: block;
}
#top .content-menu--sp__trigger {
  color: #00223F;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
}
#top .content-menu--sp__trigger::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: calc(50% - 7px / 2);
  border-top: solid 2px #00223F;
  border-right: solid 2px #00223F;
  position: absolute;
  right: -1.2em;
  top: 0.3em;
  transform: rotate(135deg);
}
#top .content-menu--sp__list {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.4em;
  text-align: center;
  display: none;
}
#top .content-menu--sp__list .item:not(.first) {
  margin-top: 0.5em;
}
#top .content-menu--sp__list .item__link {
  color: #454545;
  font-weight: bold;
}
#top .solution {
  padding: 56px 0 61px;
}
#top .solution__item {
  margin-top: 30px;
  min-height: 290px;
  position: relative;
}
@media (max-width: 768px) {
  #top .solution__item {
    flex-direction: column;
    min-height: initial;
    row-gap: 30px;
  }
}
#top .solution__item .image {
  width: min(45%, 428px);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #top .solution__item .image {
    position: initial;
    width: 100%;
  }
}
#top .solution__item .body {
  width: min(60%, 583px);
  position: absolute;
  right: 26px;
  top: 0;
}
@media (max-width: 768px) {
  #top .solution__item .body {
    position: initial;
    width: 100%;
  }
}
#top .solution__item .body__text {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #top .solution__item .body__text {
    font-size: 16px;
    font-weight: normal;
  }
}
#top .solution__item .body__text-link {
  text-decoration: underline;
  color: #454545;
  display: inline;
  text-underline-offset: 4px;
}
#top .solution__item .body__text-link:hover {
  color: #0074D2;
}
#top .solution__item .body__text.first {
  margin-top: 0.3em;
}
#top .solution__item .body__text.second {
  margin-top: 1.1em;
}
#top .solution__item .body__link {
  color: #454545;
  text-decoration: underline;
  font-size: 22px;
  font-weight: normal;
  margin-top: 1.4em;
  padding-left: 1em;
  position: relative;
  width: max-content;
  text-underline-offset: 4px;
}
#top .solution__item .body__link:hover {
  color: #0074D2;
}
@media (max-width: 768px) {
  #top .solution__item .body__link {
    font-size: 16px;
    font-weight: normal;
  }
}
#top .solution__item .body__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 22px / 2);
  content: "♦";
  left: 0;
  top: 0;
}
#top .solution__item .body__link::before:hover {
  color: #454545;
}
#top .solution__item .body__link::after {
  content: "";
  background: url("/img/common/icn_external_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 20px / 2);
  right: -1.3em;
  top: calc(50% - 11.5px);
}
#top .vpc {
  background-color: #EDEDED;
  padding: 55px 0 75px;
}
#top .vpc-item01__list {
  margin-top: 38px;
  flex-wrap: wrap;
  row-gap: 30px;
}
#top .vpc-item01__list .box {
  width: min(33%, 300px);
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #BCBCBC;
  padding: 20px 20px 32px;
}
@media (max-width: 768px) {
  #top .vpc-item01__list .box {
    width: 48%;
  }
}
@media (max-width: 520px) {
  #top .vpc-item01__list .box {
    width: 100%;
  }
}
#top .vpc-item01__list .box__heading {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 2.3em;
}
@media (max-width: 768px) {
  #top .vpc-item01__list .box__heading {
    font-size: 16px;
    font-weight: bold;
    padding-left: 2.5em;
  }
}
#top .vpc-item01__list .box__heading.first::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_01.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: -2px;
}
#top .vpc-item01__list .box__heading.second::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 47px;
  top: calc(50% - 47px / 2);
  left: -2px;
}
#top .vpc-item01__list .box__heading.third::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 42.39px;
  top: calc(50% - 42.39px / 2);
  left: -2px;
  top: calc(50% - 5.695px);
}
#top .vpc-item01__list .box__heading.fourth::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_04.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: -2px;
}
#top .vpc-item01__list .box__heading.fifth::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_05.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 42px;
  top: calc(50% - 42px / 2);
  left: -2px;
  top: calc(50% - 23.5px);
}
#top .vpc-item01__list .box__heading.sixth::before {
  content: "";
  background: url("/img/hyper-automation/icn_vpc_06.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 40px / 2);
  left: -7px;
  top: calc(50% - 8.5px);
}
#top .vpc-item01__list .box__heading.third, #top .vpc-item01__list .box__heading.sixth {
  margin-bottom: 2em;
}
#top .vpc-item01__list .box__text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0.7em;
}
@media (max-width: 768px) {
  #top .vpc-item01__list .box__text {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (max-width: 520px) {
  #top .vpc-item01__list .box__text {
    margin-top: 1.5em;
  }
}
#top .vpc-item02 {
  margin-top: 50px;
}
#top .vpc-item02__list {
  margin-top: 22px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #top .vpc-item02__list {
    row-gap: 30px;
  }
}
#top .vpc-item02__list .box {
  width: min(33%, 300px);
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 27px;
  border: 1px solid #BCBCBC;
}
@media (max-width: 768px) {
  #top .vpc-item02__list .box {
    width: 48%;
  }
}
@media (max-width: 520px) {
  #top .vpc-item02__list .box {
    width: 100%;
  }
}
#top .vpc-item02__list .box__image-src {
  object-fit: cover;
  height: 100%;
}
#top .vpc-item02__list .box__heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 1.1em;
}
@media (max-width: 768px) {
  #top .vpc-item02__list .box__heading {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .vpc-item02__list .box__heading::before {
  content: none;
}
#top .vpc-item02__list .box__text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 1.25em;
  padding: 0 1em 0 1.2em;
}
@media (max-width: 768px) {
  #top .vpc-item02__list .box__text {
    font-size: 14px;
    font-weight: normal;
  }
}
#top .case {
  padding-top: 68px;
}
#top .case-item01__text {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-top: 0.9em;
}
@media (max-width: 768px) {
  #top .case-item01__text {
    font-size: 16px;
    font-weight: normal;
  }
}
#top .case-item01__box {
  margin-top: 30px;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  padding-bottom: 36px;
}
#top .case-item01__box .tabs__tab {
  background-color: #F2F2F2;
  font-size: 20px;
  font-weight: bold;
  width: min(35%, 322px);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #BCBCBC;
  cursor: pointer;
}
@media (max-width: 768px) {
  #top .case-item01__box .tabs__tab {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .case-item01__box .tabs__tab.finance {
  border-radius: 10px 0 0 0;
  border-right: 1px solid #BCBCBC;
}
#top .case-item01__box .tabs__tab.mfg {
  border-right: 1px solid #BCBCBC;
}
#top .case-item01__box .tabs__tab.retail {
  border-radius: 0 10px 0 0;
}
#top .case-item01__box .tabs__tab.active, #top .case-item01__box .tabs__tab.content-menu__link:hover {
  background-color: #00223F;
  color: #fff;
  border-color: #00223F;
  position: relative;
}
#top .case-item01__box .tabs__tab.active::after, #top .case-item01__box .tabs__tab.content-menu__link:hover::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 0 / 2);
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  border-top-width: 15px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #00223F;
  top: 100%;
  left: 50%;
}
#top .case-item01__box .content {
  margin-top: 30px;
  padding: 0 5px;
  justify-content: center !important;
  column-gap: 60px;
  display: none;
}
@media (max-width: 768px) {
  #top .case-item01__box .content {
    flex-direction: column;
    row-gap: 30px;
  }
}
#top .case-item01__box .content.active, #top .case-item01__box .content.content-menu__link:hover {
  display: flex;
}
#top .case-item01__box .content--before {
  width: min(27%, 256px);
}
@media (max-width: 768px) {
  #top .case-item01__box .content--before {
    width: 100%;
  }
}
#top .case-item01__box .content--before__subheading {
  font-size: 16px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--before__subheading {
    font-size: 14px;
    font-weight: bold;
  }
}
#top .case-item01__box .content--before__subheading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 7px;
  top: calc(50% - 7px / 2);
  background-color: #D4EBFF;
  top: initial;
  bottom: 3.5px;
  left: 0;
  z-index: -1;
}
#top .case-item01__box .content--before__heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.4em;
}
#top .case-item01__box .content--before__heading::before {
  content: none;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--before__heading {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .case-item01__box .content--before__text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  background-color: #EBEBEB;
  border-radius: 10px;
  padding: 0.8em 1em;
  margin-top: 0.6em;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--before__text {
    font-size: 16px;
    font-weight: normal;
    padding: 1em;
  }
}
#top .case-item01__box .content--after {
  width: min(73%, 550px);
}
@media (max-width: 768px) {
  #top .case-item01__box .content--after {
    width: 100%;
  }
}
#top .case-item01__box .content--after__subheading {
  font-size: 16px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto;
  position: relative;
}
#top .case-item01__box .content--after__subheading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 7px;
  top: calc(50% - 7px / 2);
  background-color: #D4EBFF;
  top: initial;
  bottom: 3.5px;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--after__subheading {
    font-size: 14px;
    font-weight: bold;
  }
}
#top .case-item01__box .content--after .definition {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0.6em;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--after .definition {
    font-size: 16px;
    font-weight: normal;
  }
}
#top .case-item01__box .content--after .definition__term {
  font-size: 20px;
  font-weight: bold;
}
#top .case-item01__box .content--after .definition__term.second, #top .case-item01__box .content--after .definition__term.third {
  margin-top: 1em;
}
@media (max-width: 768px) {
  #top .case-item01__box .content--after .definition__term {
    font-size: 18px;
    font-weight: bold;
  }
}
#top .case-item01__box .content--after .definition__desc {
  padding-left: 1.4em;
  line-height: 1.2;
}
#top .case-item02 {
  margin-top: 85px;
}
#top .case-item02__box {
  margin: 25px auto 0;
  width: min(100%, 487px);
  justify-content: center !important;
}
#top .case-item02__box .image {
  width: min(50%, 240px);
}
#top .case-item02__box .image__src {
  object-fit: cover;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
#top .case-item02__box .detail {
  width: min(50%, 248px);
  border: 1px solid #DBDBDB;
  border-radius: 0 20px 20px 0;
  padding: 21px 5px 22px 14px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
#top .case-item02__box .detail__heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #454545;
}
#top .case-item02__box .detail__heading::before {
  content: none;
}
@media (max-width: 768px) {
  #top .case-item02__box .detail__heading {
    font-size: 16px;
    font-weight: bold;
  }
}
#top .case-item02__box .detail__text {
  width: max-content;
  color: #454545;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1.2em;
}
@media (max-width: 768px) {
  #top .case-item02__box .detail__text {
    font-size: 14px;
    font-weight: bold;
  }
}
#top .case-item02__box:hover .detail__heading {
  color: #454545;
}
#top .case-item02__box:hover .detail__text {
  color: #0074D2;
}
#top .details {
  padding: 85px 0 101px;
}
#top .details__list {
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #top .details__list {
    flex-direction: column;
    align-items: center;
  }
}
#top .details__list-item figure {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #top .details__list-item {
    width: min(100%, 500px);
  }
}
#top .details__list-item:hover .details__list-text {
  color: #0074D2;
}
#top #details__list_wrap .slick-track {
  gap: 35px;
  display: flex;
  align-items: stretch;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #top #details__list_wrap .slick-track {
    gap: 0;
  }
}
#top #details__list_wrap .slick-track .slick-slide {
  height: auto !important;
}
#top #details__list_wrap .slick-track .slick-slide .details__list-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top #details__list_wrap .slick-track .slick-slide .details__list-item .details__list-image {
  height: 170px;
  background-size: cover;
  background-position: center;
}
#top #details__list_wrap .slick-track .slick-slide .details__list-item .details__list-lower {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: calc(100% - 170px);
}
#top #details__list_wrap .slick-dots {
  display: block !important;
}
#top .details__list-lower {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 20px 20px;
  padding: 19px 11px 25px 16px;
}
#top .details__list-label {
  background-color: #00223F;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 20px;
  border-radius: 100vh;
  padding: 0 1em;
}
@media (max-width: 768px) {
  #top .details__list-label {
    font-size: 13px;
  }
}
#top .details__list-title {
  font-size: 18px;
  font-weight: bold;
  color: #454545;
  line-height: 1.1;
  margin-top: 0.7em;
  min-height: 60px;
}
@media (max-width: 768px) {
  #top .details__list-title {
    min-height: initial;
    font-size: 16px;
  }
}
#top .details__list-title::before {
  content: none;
}
#top .details__list-text {
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 1em;
}
@media (max-width: 768px) {
  #top .details__list-text {
    font-size: 14px;
  }
}

#about .basic-section-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #about .basic-section-heading {
    font-size: 20px;
    font-weight: bold;
  }
}
#about .basic-section-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 1.6em;
}
#about .basic-section-text.no-margin {
  margin-top: 0;
}
@media (max-width: 768px) {
  #about .basic-section-text {
    font-size: 16px;
    font-weight: normal;
  }
}
#about .basic-section-definition {
  font-size: 18px;
  font-weight: normal;
  margin-top: 1.6em;
}
@media (max-width: 768px) {
  #about .basic-section-definition {
    font-size: 16px;
    font-weight: normal;
  }
}
#about .basic-section-definition .heading {
  font-weight: bold;
}
@media (max-width: 768px) {
  #about .basic-section-definition .heading {
    font-size: 18px;
    font-weight: bold;
  }
}
#about .basic-section-definition .heading.has-margin {
  margin-top: 1.6em;
}
#about .basic-section-definition__term.heading {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about .basic-section-definition__term.heading {
    font-size: 18px;
    font-weight: bold;
  }
}
#about .basic-section-definition__term:not(.has-heading) {
  margin-top: 1.6em;
}
#about .basic-section-definition__term.no-margin {
  margin-top: 0;
}
#about .basic-section-definition__desc {
  padding-left: 2.6em;
  text-indent: -0.9em;
}
#about .basic-section-definition__desc.no-circle {
  padding-left: 1.5em;
  text-indent: 0;
}
#about .basic-section-definition__desc.no-padding {
  padding-left: 0;
  text-indent: 0;
}
#about .basic-section-definition__desc.small-padding {
  padding-left: 1.5em;
}
#about .about {
  padding: 166px 0 50px;
}
@media (max-width: 768px) {
  #about .about {
    padding: 120px 0 50px;
  }
}
#about .about__box {
  justify-content: center !important;
  column-gap: 55px;
  padding: 0 10px 0 127px;
}
@media (max-width: 960px) {
  #about .about__box {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #about .about__box {
    flex-direction: column;
    row-gap: 20px;
  }
}
#about .about__box .image {
  width: min(48%, 400px);
}
@media (max-width: 768px) {
  #about .about__box .image {
    width: 100%;
  }
}
#about .about__box .description {
  width: min(52%, 513px);
  padding: 0 0 16px;
}
@media (max-width: 768px) {
  #about .about__box .description {
    width: 100%;
  }
}
#about .about__box .description__heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #about .about__box .description__heading {
    font-size: 24px;
    font-weight: bold;
  }
}
#about .about__box .description__text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  margin-top: 1em;
}
@media (max-width: 768px) {
  #about .about__box .description__text {
    font-size: 16px;
    font-weight: normal;
  }
}
#about .about__box .description-button {
  background-color: #00223F;
  border: 1px solid #00223F;
  border-radius: 100vh;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: min(100%, 336px);
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 5px;
  margin-top: 1em;
  transition: all 0.3s;
}
#about .about__box .description-button:hover {
  background-color: #004987;
  border: 1px solid #004987;
}
@media (max-width: 768px) {
  #about .about__box .description-button {
    margin: 1em auto 0;
    font-size: 16px;
    height: 50px;
  }
}
#about .about__box .description-button__text {
  line-height: 1;
}
#about .about__box .description-button__text--small {
  line-height: 1;
  font-size: 0.6em;
}
#about .toc {
  background-color: #EEEEEE;
  width: 100%;
  padding: 31px 0;
}
#about .toc__heading {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #about .toc__heading {
    font-size: 16px;
    font-weight: bold;
  }
}
#about .toc__list {
  margin-top: 13px;
}
#about .toc__list-item {
  font-size: 22px;
  font-weight: normal;
  padding-left: 1.4em;
  position: relative;
}
#about .toc__list-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 22px / 2);
  content: "●";
  left: 13px;
  top: calc(50% - 10px);
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 768px) {
  #about .toc__list-item::before {
    left: 5px;
  }
}
@media (max-width: 768px) {
  #about .toc__list-item {
    font-size: 16px;
    font-weight: normal;
  }
}
#about .toc__list-link {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#about .toc__list-link:hover {
  color: #0074D2;
}
#about .concept {
  padding-top: 56px;
}
#about .difference {
  padding-top: 63px;
}
@media (max-width: 768px) {
  #about .difference__table-wrap {
    overflow: scroll;
  }
}
#about .difference__table {
  margin: 12px 0 40px;
  width: min(100%, 744px);
}
@media (max-width: 768px) {
  #about .difference__table {
    width: 100%;
    white-space: nowrap;
    margin: 12px 0 20px;
  }
}
#about .difference__table td {
  font-size: 18px;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #454545;
  height: 40px;
  padding: 7px 17px 6px 11px;
}
@media (max-width: 768px) {
  #about .difference__table td {
    font-size: 16px;
    font-weight: normal;
  }
}
#about .difference__table td.heading {
  font-weight: bold;
  background-color: #00223F;
  color: #fff;
}
#about .difference__table td.heading.first {
  min-width: 129px;
}
#about .difference__table td.heading.second {
  min-width: 211px;
}
#about .difference__table td.heading.last {
  min-width: 404px;
}
#about .technology {
  padding-top: 62px;
}
#about .technology__image {
  width: min(100%, 376px);
  margin: 30px auto 0;
}
#about .case {
  padding-top: 68px;
}
#about .step {
  padding-top: 68px;
}
#about .step__image {
  width: min(100%, 600px);
  margin: 24px auto 0;
}
#about .enabler {
  padding-top: 68px;
}
#about .enabler__image {
  width: min(100%, 600px);
  margin: 19px auto 0;
}
#about .conclusion {
  padding: 56px 0 60px;
}
#about .useful {
  padding-bottom: 136px;
}
#about .useful__content {
  width: min(100%, 750px);
  margin: 0 auto;
  border: 1px solid #00223F;
  border-radius: 20px;
  position: relative;
  padding: 25px 33px;
}
@media (max-width: 520px) {
  #about .useful__content {
    padding: 25px 15px;
  }
}
#about .useful__content:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#about .useful__content:hover .useful-data__title {
  color: #00223F;
}
#about .useful__content:hover .useful-data__text {
  color: #454545;
}
#about .useful__label {
  background-color: #00223F;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  border-radius: 100vh;
  display: inline-block;
  height: 20px;
  padding: 0 1.393em;
  top: -10px;
  left: 33px;
}
@media (max-width: 520px) {
  #about .useful__label {
    left: 15px;
    font-size: 13px;
  }
}
#about .useful__inner {
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 520px) {
  #about .useful__inner {
    flex-direction: column;
  }
}
#about .useful__image {
  width: min(36%, 240px);
}
@media (max-width: 520px) {
  #about .useful__image {
    width: min(88.5%, 415px);
    margin: 0 auto;
  }
}
#about .useful-data {
  width: min(64%, 371px);
}
@media (max-width: 520px) {
  #about .useful-data {
    width: 100%;
  }
}
#about .useful-data__title {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
@media (max-width: 520px) {
  #about .useful-data__title {
    font-size: 16px;
  }
}
#about .useful-data__title::before {
  content: none;
}
#about .useful-data__text {
  font-size: 16px;
  font-weight: normal;
  color: #454545;
  margin-top: 1em;
}
@media (max-width: 520px) {
  #about .useful-data__text {
    font-size: 14px;
  }
}

#contact {
  padding: 45px 0 94px;
}
@media (max-width: 768px) {
  #contact {
    padding: 50px 0;
  }
}
#contact #mktoForm_3743 {
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #contact #mktoForm_3743 {
    width: 700px !important;
    max-width: 100% !important;
  }
}
#contact .mktoForm .mktoAsterix {
  color: #00223F;
  font-size: 20px;
  font-weight: bold;
  display: inline-block !important;
  float: initial;
  margin-bottom: -7px;
}
#contact .mktoForm .mktoHtmlText {
  font-size: 10px;
  font-weight: normal;
  width: 100% !important;
}
#contact .mktoForm .mktoLabel {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100% !important;
}
#contact .mktoForm .mktoGutter, #contact .mktoForm .mktoOffset, #contact .mktoForm .mktoClear {
  display: none;
}
#contact .mktoForm .mktoFormRow .mktoFormCol {
  width: 100%;
  min-height: initial;
}
@media (max-width: 480px) {
  #contact .mktoForm .mktoFormRow .mktoFormCol {
    float: right !important;
  }
}
#contact .mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 520px) {
  #contact .mktoForm .mktoFormRow:first-of-type {
    flex-direction: column;
  }
}
#contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: min(48%, 170px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
    width: min(48%, 300px);
  }
}
@media (max-width: 520px) {
  #contact .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
    width: 100%;
  }
}
#contact .mktoForm .mktoFormRow:nth-of-type(2) .mktoFormCol, #contact .mktoForm .mktoFormRow:nth-of-type(6) .mktoFormCol {
  margin-bottom: 0 !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(7) .mktoFormCol {
  margin-bottom: 0;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText {
  width: max-content;
  position: absolute;
  left: 1.5em;
  bottom: 0.9em;
  font-size: 14px;
  font-weight: bold;
  width: calc(100% - 30px) !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span {
  display: inline-block;
  text-underline-offset: 2px;
  text-decoration-color: #E8374A !important;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span strong {
  padding: 0;
  display: block;
}
#contact .mktoForm .mktoFormRow:nth-of-type(13) .mktoHtmlText span a {
  color: #E8374A;
  padding: 0 !important;
}
#contact .mktoForm .mktoFieldWrap {
  float: initial;
}
#contact .mktoForm input[type=text], #contact .mktoForm input[type=email], #contact .mktoForm input[type=tel] {
  height: 36px;
  border: 1px solid #C1C1C1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0.5em;
  width: 100% !important;
}
#contact .mktoForm select {
  width: 100% !important;
  height: 36px;
}
#contact .mktoForm textarea {
  width: 100% !important;
  height: 100px;
  padding-left: 0.5em;
}
#contact .mktoForm .mktoButtonRow {
  width: 100% !important;
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
  display: block;
  width: min(100%, 300px);
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoButtonRow .mktoButtonWrap {
    width: min(100%, 215px);
  }
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  width: 100% !important;
  font-size: 24px;
  font-weight: normal;
  border-radius: 6px;
  background-color: #00223F !important;
  border: 1px solid #00223F !important;
  background-image: initial;
}
@media (max-width: 768px) {
  #contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    font-size: 20px;
    font-weight: normal;
  }
}
#contact .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  opacity: 0.8;
  background-color: #00223F;
}

#contact-complete {
  padding: 90px 0 50px;
}
@media (max-width: 768px) {
  #contact-complete {
    padding: 90px 0 50px;
  }
}
#contact-complete .text--first {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-complete .text--first {
    font-size: 20px;
    font-weight: bold;
  }
}
#contact-complete .text--second {
  font-size: 16px;
  font-weight: normal;
  margin-top: 2.5em;
  text-align: center;
}
@media (max-width: 768px) {
  #contact-complete .text--second {
    font-size: 14px;
    font-weight: normal;
  }
}
#contact-complete .text--second__link {
  color: #454545;
}

.cta {
  background-color: #00223F;
  padding: 36px 0 45px;
}
.cta__heading {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .cta__heading {
    font-size: 22px;
    font-weight: bold;
  }
}
.cta__text {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .cta__text {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  .cta__text br {
    display: none;
  }
}
.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) {
  .cta__btn {
    font-size: 20px;
    font-weight: bold;
  }
}
.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;
}
.cta__btn.start-animation {
  padding-right: 0;
  padding-left: 1em;
}
.cta__btn.start-animation::after {
  animation: button-after-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
.cta__btn.end-animation {
  padding-right: 0.5em;
  padding-left: 0;
}
.cta__btn.end-animation::after {
  animation: button-after-reset-animation-cta 0.2s ease-in-out 0s 1 forwards;
}
.cta__btn:hover {
  color: #00223F;
}