.robotics {
  color: #020926;
  font-size: 16px;
  line-height: 1.6;
}
.robotics a:hover,
.robotics a:focus,
.robotics a:active {
  text-decoration: none !important;
}
.robotics .breadcrumb_wrapper {
  margin-top: 0;
  margin-bottom: 10vh;
}
@media screen and (min-width: 414px) {
  .robotics .breadcrumb_wrapper {
    margin-bottom: 12vh;
  }
}
.robotics .breadcrumb_wrapper {
  padding: 24px;
  text-align: left;
}
.robotics .breadcrumb_wrapper a {
  color: #fff;
}
.robotics .breadcrumb_wrapper a:hover {
  text-decoration: underline !important;
}
.robotics .inner {
  padding: 24px;
}

.robotics-mv {
  background-image: url("/field-engineering/images/robotics/mv.webp");
  background-size: cover;
  background-position: center top;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: calc(100svh - 60px);
}
.robotics-mv-body {
  padding: 0 24px;
}
.robotics-mv-caption {
  color: #939393;
  display: flex;
  align-items: center;
  margin: 0 0 24px -24px;
}
.robotics-mv-caption::before {
  background-color: #939393;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 1px;
  width: 16px;
}
.robotics-mv-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left !important;
}
.robotics-mv-description {
  margin-bottom: 40px;
  text-align: left !important;
}
.robotics-mv-button {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
  color: #124BB5;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
  height: 64px;
  width: 280px;
}
.robotics-mv-button::before {
  background-color: #124BB5;
  background-image: linear-gradient(135deg, #124BB5 0, #7057dc 100%);
  border-radius: 0 0 14px 0;
  color: #fff;
  content: "";
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 16% 100%);
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0 0 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32px;
  width: 88px;
}
.robotics-mv-button::after {
  background-image: url("/field-engineering/images/robotics/arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  bottom: 9px;
  right: 24px;
  height: 12px;
  width: 12px;
}
.robotics-mv-button span {
  display: flex;
  align-items: center;
}
.robotics-mv-button span::before {
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}

.title-vert {
  color: #124BB5;
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.title-vert::after {
  background-color: #124BB5;
  content: "";
  display: block;
  height: 16px;
  margin: 8px auto 0;
  width: 1px;
}
.title-vert h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px -8px;
}
.title-vert h2::before {
  background-color: #124BB5;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 4px;
  width: 4px;
}
.title-vert span {
  background-color: #124BB5;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.title-vert._issue {
  color: #00488E;
}
.title-vert._issue::after {
  background-color: #00488E;
}
.title-vert._issue h2::before {
  background-color: #00488E;
}
.title-vert._issue span {
  background-color: #00488E;
}

.title-horiz {
  color: #124BB5;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.title-horiz::before {
  background-color: #124BB5;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 4px;
  width: 4px;
}
.title-horiz span {
  background-color: #124BB5;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 4px 0 0 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.title-horiz._scene {
  padding-left: 24px;
}

.robotics-issue {
  background-color: #F6F6F2;
  background-image: url("/field-engineering/images/robotics/robotics-issue-bg-top.svg"), url("/field-engineering/images/robotics/robotics-issue-bg-bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left bottom;
  background-size: 180px, 340px;
}
.robotics-issue-head {
  margin-bottom: 24px;
}
.robotics-issue-question {
  text-align: center;
}
.robotics-issue-item {
  margin-bottom: 40px;
}
.robotics-issue-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.robotics-issue-caption {
  border: 1px solid #00488E;
  border-radius: 6px;
  color: #00488E;
  padding: 6px 48px;
}
.robotics-issue-number {
  color: #00488E;
  font-size: 12px;
}
.robotics-issue-frame {
  background-color: #fff;
  border: 1px solid #00488E;
  border-radius: 6px;
  margin-bottom: 8px;
}
.robotics-issue-image {
  padding: 40px 40px 8px;
}
.robotics-issue-image img {
  display: block;
  margin-inline: auto;
}
.robotics-issue-title {
  border-bottom: 1px solid #00488E;
  color: #00488E;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 24px;
  text-align: left !important;
}
.robotics-issue-description {
  padding: 24px 16px;
}
.robotics-issue-deco {
  color: #00488E;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.08rem;
}

.robotics-solution {
  background: linear-gradient(135deg, #124BB5 0%, #124BB5 50%, #42C2C9 100%);
}
.robotics-solution-head {
  margin: -24px -24px 24px auto;
  width: 180px;
}
.robotics-solution-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: left !important;
}
.robotics-solution-title::after {
  background-color: #fff;
  content: "";
  display: block;
  margin: 32px 0 0;
  height: 1px;
  width: 64px;
}
.robotics-solution-description {
  color: #fff;
  margin-bottom: 40px;
  text-align: left !important;
}
.robotics-solution-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.robotics-solution-item {
  margin: 0 -12px 40px 0;
}
.robotics-solution-flow {
  background-image: url("/field-engineering/images/robotics/robotics-solution-flow-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin-bottom: 16px;
  padding: 2px 12px 0 0;
  text-align: center;
  height: 32px;
  width: 318px;
}
.robotics-solution-body {
  background-color: rgba(248, 250, 255, 0.85);
  border-radius: 6px;
  padding: 8px 8px 24px;
  width: 306px;
}
.robotics-solution-image {
  margin-bottom: 16px;
}
.robotics-solution-text {
  font-size: 14px;
  padding-inline: 16px;
}

.robotics-scene {
  background-color: #F6F6F2;
}
.robotics-scene .inner {
  padding-inline: 0;
}
.robotics-scene-contents {
  display: contents;
}
.robotics-scene-list-inner {
  display: contents;
}
.robotics-scene-item {
  border-top: 1px solid #124BB5;
  padding-inline: 24px;
}
.robotics-scene-item:last-child {
  border-bottom: 1px solid #124BB5;
}
.robotics-scene-wrap {
  border-right: 1px solid #124BB5;
  border-left: 1px solid #124BB5;
  padding: 24px;
}
.robotics-scene-number {
  background: #124BB5;
  color: #fff;
  clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 32% 100%);
  font-size: 10px;
  font-weight: bold;
  margin: -24px -24px 0 auto;
  padding: 4px 0 0 40px;
  height: 24px;
  width: 88px;
}
.robotics-scene-caption {
  border: 1px solid #124BB5;
  border-radius: 6px;
  color: #124BB5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-inline: 8px;
  height: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.robotics-scene-title {
  color: #124BB5;
  font-size: 20px;
  font-weight: bold;
}
.robotics-scene-description::before {
  background-color: #C5D3EC;
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 32px;
  width: 48px;
}
.robotics-scene-description div {
  margin-bottom: 16px;
}
.robotics-scene-description div dt {
  color: #124BB5;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
.robotics-scene-description div dt::before {
  background-color: #124BB5;
  border-radius: calc(infinity * 1px);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-right: 4px;
  height: 4px;
  width: 4px;
}
.robotics-scene-description div dd {
  margin: 0;
  padding-left: 8px;
}

.robotics-features {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-image: url("/field-engineering/images/robotics/text-features.svg"), url("/field-engineering/images/robotics/bg-mesh.svg");
  background-repeat: no-repeat, repeat;
  background-position: right top, left top;
  background-size: 160px auto, 51px auto;
}
.robotics-features::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/field-engineering/images/robotics/bg-blur.svg");
  background-repeat: no-repeat;
  background-position: center 24px;
  background-size: 100% 100%;
  transform: translateY(-197%) scaleY(5);
  transform-origin: top;
  pointer-events: none;
  z-index: 0;
}
.robotics-features > * {
  position: relative;
  z-index: 1;
}
.robotics-features-caption {
  color: #124BB5;
  font-size: 16px;
  margin: 32px 0 56px 12px;
  text-align: left !important;
}
.robotics-features-caption::before {
  background-color: #124BB5;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-bottom: 16px;
  height: 1px;
  width: 64px;
}
.robotics-features-item {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  padding: 24px;
}
.robotics-features-item:last-child {
  margin-bottom: 0;
}
.robotics-features-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.robotics-features-deco {
  color: #124BB5;
  font-size: 10px;
  font-weight: bold;
  margin: -8px 8px 0 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.robotics-features-title {
  color: #124BB5;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  margin-left: -10px;
  margin-bottom: 16px;
}
.robotics-features-title::before {
  background-color: #124BB5;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin: 12px 8px 0 0;
  height: 4px;
  width: 4px;
}
.robotics-features-description {
  line-height: 2;
  text-align: left !important;
}
.robotics-features-description::before {
  background-color: #124BB5;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 24px;
  width: 64px;
}

.robotics-case {
  background-color: #F6F6F2;
}
.robotics-case-item {
  margin-bottom: 40px;
}
.robotics-case-item:last-child {
  margin-bottom: 0;
}
.robotics-case-head {
  margin-bottom: 24px;
  position: relative;
}
.robotics-case-number {
  --_corner-radius: 16px;
  position: relative;
  align-content: center;
  min-block-size: calc(var(--_corner-radius) * 2);
  border-end-end-radius: var(--_corner-radius);
  background-color: #F6F6F2;
  color: #124BB5;
  font-size: 12px;
  font-weight: bold;
  padding: 0 32px 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.robotics-case-number::before, .robotics-case-number::after {
  content: "";
  position: absolute;
  block-size: var(--_corner-radius);
  aspect-ratio: 1;
  -webkit-mask-image: radial-gradient(circle at 100% 100%, transparent var(--_corner-radius), red calc(var(--_corner-radius) + 1px));
          mask-image: radial-gradient(circle at 100% 100%, transparent var(--_corner-radius), red calc(var(--_corner-radius) + 1px));
  background-color: inherit;
}
.robotics-case-number::before {
  inset-block-start: 0;
  inset-inline-start: 100%;
}
.robotics-case-number::after {
  inset-block-start: 100%;
  inset-inline-start: 0;
}
.robotics-case-body {
  background-color: #fff;
  border: 1px solid #124BB5;
  border-radius: 24px;
  display: flex;
  padding: 24px 24px 24px 16px;
}
.robotics-case-deco {
  color: #124BB5;
  font-size: 12px;
  font-weight: bold;
  margin: -8px 16px 0 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.robotics-case-title {
  color: #124BB5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.robotics-case-title span {
  margin-right: 8px;
}
.robotics-case-title span::before, .robotics-case-title span::after {
  background-image: url("/field-engineering/images/robotics/bracket-blue.svg");
  background-size: cover;
  content: "";
  display: inline-block;
  height: 18px;
  width: 5px;
}
.robotics-case-title span::after {
  transform: scale(-1, 1);
}
.robotics-case-description {
  border-radius: 12px;
  padding: 24px;
}
.robotics-case-description._issues {
  border: 1px solid #5639D5;
  margin-bottom: 24px;
}
.robotics-case-description._issues .robotics-case-caption {
  color: #124BB5;
}
.robotics-case-description._issues .robotics-case-caption::before {
  background-color: #124BB5;
}
.robotics-case-description._issues .robotics-case-caption span {
  color: #124BB5;
}
.robotics-case-description._issues .robotics-case-list {
  color: #7B89A4;
}
.robotics-case-description._issues .robotics-case-list li::before {
  background-color: #7B89A4;
}
.robotics-case-description._solutions {
  background: linear-gradient(135deg, #124BB5 0%, #5639D5 100%);
  color: #fff;
}
.robotics-case-description._solutions .robotics-case-caption::before {
  background-color: #fff;
}
.robotics-case-description._solutions .robotics-case-list li::before {
  background-color: #fff;
}
.robotics-case-caption {
  border-bottom: 1px solid #BDCDEC;
  margin: 0 0 24px -24px;
  padding-left: 40px;
  position: relative;
  text-align: left !important;
  width: 188px;
}
.robotics-case-caption::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 8px;
  height: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.robotics-case-caption span {
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
}
.robotics-case-list {
  margin-bottom: 24px;
}
.robotics-case-list:last-child {
  margin-bottom: 0;
}
.robotics-case-list li {
  display: flex;
  margin-bottom: 8px;
}
.robotics-case-list li::before {
  border-radius: calc(infinity * 1px);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin: 11px 8px 0 0;
  height: 4px;
  width: 4px;
}

.robotics-products {
  background: linear-gradient(135deg, #F6F8FA 0%, #F6F8FA 0%, #D8E0E7 100%);
}
.robotics-products .inner {
  padding-inline: 0;
  padding-bottom: 40px;
}
.robotics-products-list {
  margin-bottom: 40px;
}
.robotics-products-item {
  border-top: 1px solid #124BB5;
  padding-inline: 24px;
}
.robotics-products-item:last-child {
  border-bottom: 1px solid #124BB5;
}
.robotics-products-wrap {
  border-right: 1px solid #124BB5;
  border-left: 1px solid #124BB5;
  display: block;
  padding: 24px 24px 10px;
}
.robotics-products-category {
  border: 1px solid #124BB5;
  border-radius: 6px;
  color: #124BB5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding-inline: 24px;
  height: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
.robotics-products-title {
  border-bottom: 1px solid #124BB5;
  color: #124BB5;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  padding-inline: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.robotics-products-title::after {
  background-image: url("/field-engineering/images/robotics/arrow-blue.svg");
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 16px;
  height: 12px;
  width: 12px;
}
.robotics-products-image {
  margin-bottom: 24px;
}
.robotics-products-description {
  margin-bottom: 32px;
  text-align: left !important;
}
.robotics-products-number {
  color: #95A9CC;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.robotics-products-bottom {
  color: #124BB5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.robotics-products-button {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
  color: #124BB5;
  display: flex;
  align-items: center;
  margin-inline: auto;
  position: relative;
  padding-left: 24px;
  height: 64px;
  width: 280px;
}
.robotics-products-button::before {
  background: linear-gradient(135deg, #124BB5 0%, #7057dc 100%);
  border-radius: 0 0 14px 0;
  color: #fff;
  content: "";
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 16% 100%);
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0 0 32px;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 32px;
  width: 88px;
}
.robotics-products-button::after {
  background-image: url("/field-engineering/images/robotics/arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  bottom: 9px;
  right: 24px;
  height: 12px;
  width: 12px;
}
.robotics-products-button span {
  display: flex;
  align-items: center;
}
.robotics-products-button span::before {
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.robotics-products-button._document span::before {
  background-image: url("../images/robotics/icon-document.svg");
  height: 32px;
  width: 28px;
}

.robotics-support {
  background-image: url("/field-engineering/images/robotics/bg-mesh.svg");
  background-repeat: repeat;
  background-position: left top;
  background-size: 51px;
}
.robotics-support-head {
  margin-bottom: 56px;
}
.robotics-support-caption {
  color: #124BB5;
  font-size: 18px;
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
}
.robotics-support-caption::before {
  background-color: #124BB5;
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
.robotics-support-caption span {
  font-size: 10px;
  font-weight: bold;
  margin-left: 8px;
}
.robotics-support-item {
  background-color: #fff;
  border: 1px solid #124BB5;
  border-radius: 12px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  position: relative;
}
.robotics-support-item::before {
  background: #124BB5;
  border-radius: 0 0 11px 0;
  color: #fff;
  content: "";
  clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 18% 100%);
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0 0 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32px;
  width: 80px;
}
.robotics-support-item::after {
  background-image: url("/field-engineering/images/robotics/arrow-white.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 22px;
  bottom: 9px;
  height: 12px;
  width: 12px;
  z-index: 0;
}
.robotics-support-item a {
  display: block;
  height: 100%;
  padding: 24px 24px 64px;
}
.robotics-support-image {
  margin: 24px auto 40px;
  width: -moz-fit-content;
  width: fit-content;
}
.robotics-support-title {
  color: #124BB5;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
.robotics-support-title::after {
  background-color: #C5D3EC;
  content: "";
  display: block;
  height: 1px;
  margin-top: 16px;
  width: 48px;
}
.robotics-support-description {
  text-align: left !important;
}

.robotics-faq {
  background-color: #D5DDEC;
}
.robotics-faq-list {
  background-color: #fff;
  border: 1px solid #124BB5;
}
.robotics-faq-item {
  border-bottom: 1px solid #124BB5;
}
.robotics-faq-item:last-child {
  border-bottom: none;
}
.robotics-faq-item.is-open .robotics-faq-q-bottom::after {
  top: 12.5px;
  transform: translateY(-50%) rotate(-135deg);
}
.robotics-faq-item.is-open .robotics-faq-a {
  max-height: 1000px;
  padding-bottom: 16px;
}
.robotics-faq-item.is-open .robotics-faq-a a {
  border-bottom: 1px solid #124BB5;
  color: #124BB5;
}
.robotics-faq-q {
  color: #124BB5;
  display: flex;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding: 16px;
  padding-right: 16px;
}
.robotics-faq-q-head {
  flex-shrink: 0;
  margin: -3px 8px 0 0;
  height: 25px;
  width: 32px;
}
.robotics-faq-q-bottom {
  border: 1px solid #124BB5;
  border-radius: calc(infinity * 1px);
  flex-shrink: 0;
  margin: 2px 0 0 auto;
  position: relative;
  height: 24px;
  width: 32px;
}
.robotics-faq-q-bottom::after {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 11px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #124BB5;
  border-bottom: 2px solid #124BB5;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.robotics-faq-a {
  display: flex;
  align-items: baseline;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding-inline: 16px;
  transition: max-height 0.25s ease, padding 0.25s ease;
}

.robotics-cta {
  background: linear-gradient(135deg, #124BB5 0%, #124BB5 50%, #42C2C9 100%);
}
.robotics-cta .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.robotics-cta-body {
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 40px 24px;
}
.robotics-cta-title {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 24px;
}
.robotics-cta-buttons {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.robotics-cta-button {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
  color: #124BB5;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  padding-left: 24px;
  height: 64px;
  width: 280px;
}
.robotics-cta-button:last-child {
  margin-bottom: 0;
}
.robotics-cta-button::before {
  background: linear-gradient(135deg, #124BB5 0%, #7057dc 100%);
  border-radius: 0 0 15px 0;
  color: #fff;
  content: "";
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 16% 100%);
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 0 0 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32px;
  width: 88px;
}
.robotics-cta-button::after {
  background-image: url("/field-engineering/images/robotics/arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  bottom: 9px;
  right: 24px;
  height: 12px;
  width: 12px;
}
.robotics-cta-button span {
  display: flex;
  align-items: center;
}
.robotics-cta-button span::before {
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.robotics-cta-button._mail {
  margin-bottom: 24px;
}
.robotics-cta-button._mail span::before {
  background-image: url("../images/robotics/icon-mail.svg");
  height: 19px;
  width: 28px;
}
.robotics-cta-button._document span::before {
  background-image: url("../images/robotics/icon-document.svg");
  height: 32px;
  width: 28px;
}

@media screen and (min-width: 768px) {
  .robotics .breadcrumb_wrapper {
    margin-bottom: 88px;
    padding-top: 8px;
    padding-bottom: 0;
  }
  .robotics .inner {
    padding: 64px 24px;
  }
  .robotics-mv {
    height: 700px;
  }
  .robotics-mv-title {
    font-size: 64px;
    margin-bottom: 104px;
  }
  .robotics-mv-description {
    line-height: 2;
    margin-bottom: 48px;
  }
  .robotics-mv-description span {
    display: block;
  }
  .robotics-mv-buttons {
    display: grid;
    grid-template-columns: repeat(2, fit-content(280px));
    gap: 48px;
  }
  .robotics-mv-button {
    margin-bottom: 0;
  }
  .robotics-issue .inner {
    display: flex;
    gap: 24px;
  }
  .robotics-issue-list {
    flex-grow: 1;
  }
  .robotics-issue-head {
    flex-shrink: 0;
    width: 258px;
  }
  .robotics-issue-frame {
    display: flex;
  }
  .robotics-issue-image {
    border-right: 1px solid #124BB5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px 8px;
  }
  .robotics-issue-text {
    flex-grow: 1;
  }
  .robotics-solution-head {
    margin-top: -64px;
    width: 240px;
  }
  .robotics-solution-title span {
    display: block;
  }
  .robotics-solution-description {
    margin-bottom: 72px;
  }
  .robotics-solution-list {
    display: grid;
    grid-template-columns: repeat(2, 318px);
    justify-content: center;
    gap: 40px 12px;
  }
  .robotics-solution-item {
    margin-bottom: 0;
  }
  .robotics-solution-flow {
    padding-right: 12px;
    text-align: center;
  }
  .robotics-scene .inner {
    padding-inline: 0;
  }
  .robotics-scene-list {
    border-bottom: 1px solid #124BB5;
  }
  .robotics-scene-list-inner {
    border: none;
    display: block;
  }
  .robotics-scene-contents {
    border-top: 1px solid #124BB5;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-inline: 24px;
  }
  .robotics-scene-item {
    border-top: none;
    padding-inline: 0;
  }
  .robotics-scene-item:last-child {
    border-bottom: none;
  }
  .robotics-scene-item:last-child .robotics-scene-wrap {
    border-right: 1px solid #124BB5;
  }
  .robotics-scene-item .robotics-scene-wrap {
    border-right: none;
  }
  .robotics-features-item {
    display: flex;
    gap: 32px;
  }
  .robotics-features-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .robotics-features-item:nth-child(2n) .robotics-features-head {
    display: flex;
    flex-direction: row-reverse;
  }
  .robotics-features-item:nth-child(2n) .robotics-features-deco {
    margin: -8px 0 0 8px;
  }
  .robotics-features-head {
    flex-shrink: 0;
    width: 260px;
  }
  .robotics-case-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
  }
  .robotics-products .inner {
    padding-inline: 0;
  }
  .robotics-products-contents {
    border-bottom: 1px solid #124BB5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .robotics-products-item:nth-child(odd) {
    padding-right: 0;
  }
  .robotics-products-item:nth-child(even) {
    padding-left: 0;
  }
  .robotics-products-item:nth-child(even) .robotics-products-wrap {
    border-right: 1px solid #124BB5;
  }
  .robotics-products-item:last-child {
    border-bottom: none;
  }
  .robotics-products-wrap {
    border-right: none;
  }
  .robotics-support-head {
    text-align: center;
  }
  .robotics-support-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
    margin-bottom: 40px;
    padding-inline: 16px;
  }
  .robotics-support-item {
    margin-bottom: 0;
  }
  .robotics-faq-list {
    margin-inline: auto;
    max-width: 800px;
  }
  .robotics-faq-q {
    padding: 32px 40px;
  }
  .robotics-faq-a {
    padding-inline: 40px;
  }
  .robotics-faq-item.is-open .robotics-faq-a {
    padding-bottom: 32px;
  }
  .robotics-cta-body {
    margin-inline: auto;
    max-width: 1024px;
  }
  .robotics-cta-buttons {
    display: grid;
    grid-template-columns: repeat(2, fit-content(280px));
    gap: 48px;
  }
  .robotics-cta-button {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .robotics .inner {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .title-vert {
    font-size: 40px;
  }
  .title-vert h2::before {
    margin-right: 16px;
    height: 8px;
    width: 8px;
  }
  .title-vert span {
    font-size: 16px;
  }
  .title-vert::after {
    margin-top: 24px;
  }
  .title-vert._products {
    margin-bottom: 56px;
  }
  .title-vert._faq {
    margin-bottom: 56px;
  }
  .title-horiz {
    font-size: 40px;
    margin-bottom: 56px;
  }
  .title-horiz::before {
    margin-right: 16px;
    height: 8px;
    width: 8px;
  }
  .title-horiz span {
    font-size: 16px;
  }
  .title-horiz._features {
    margin-bottom: 32px;
  }
  .robotics-issue {
    background-size: 360px, 680px;
  }
  .robotics-issue-head {
    width: -moz-fit-content;
    width: fit-content;
  }
  .robotics-issue-list {
    margin-top: 18px;
  }
  .robotics-solution-title {
    font-size: 40px;
  }
  .robotics-solution-head {
    margin-top: -112px;
    margin-bottom: 56px;
    width: 380px;
  }
  .robotics-features {
    background-size: 400px auto, 51px auto;
  }
  .robotics-features::before {
    background-position: center 100px;
    transform: none;
  }
  .robotics-features-item {
    padding: 40px;
  }
  .robotics-features-head {
    margin-bottom: 0;
    width: 400px;
  }
  .robotics-features-title {
    font-size: 24px;
  }
  .robotics-features-title::before {
    margin-top: 17px;
    margin-right: 12px;
    height: 6px;
    width: 6px;
  }
  .robotics-features-description {
    margin-left: 12px;
  }
  .robotics-features-deco {
    font-size: 12px;
  }
  .robotics-case-item {
    grid-template-columns: 260px 1fr;
    margin-bottom: 64px;
  }
  .robotics-case-deco {
    margin-right: 24px;
  }
  .robotics-case-title {
    font-size: 24px;
  }
  .robotics-case-title span::before {
    margin-right: 4px;
    height: 19px;
  }
  .robotics-case-title span::after {
    margin-left: 4px;
    height: 19px;
  }
  .robotics-products-list {
    border-top: 1px solid #124BB5;
    border-bottom: 1px solid #124BB5;
  }
  .robotics-products-contents {
    border-bottom: none;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: 24px;
  }
  .robotics-products-item {
    border-top: none;
    padding: 0;
  }
  .robotics-products-item:nth-child(2) {
    padding-right: 0;
  }
  .robotics-products-item:nth-child(3) {
    padding-left: 0;
  }
  .robotics-products-item:nth-child(3) .robotics-products-wrap {
    border-left: none;
  }
  .robotics-support-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .robotics-support-caption {
    font-size: 24px;
  }
  .robotics-support-caption::before {
    top: 21px;
  }
  .robotics-cta-body {
    padding: 64px 0;
  }
  .robotics-cta-title {
    align-items: center;
    font-size: 32px;
    margin-bottom: 48px;
  }
  .robotics-cta-title::before {
    margin-top: 4px;
    margin-right: 16px;
    height: 8px;
    width: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .robotics {
    margin-top: 3px;
  }
  .robotics .breadcrumb_wrapper {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
    width: 80%;
  }
  .robotics a {
    transition: all 0.2s ease;
  }
  .robotics-mv-body {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
    width: 80%;
  }
  .robotics-mv-caption {
    margin-left: -64px;
  }
  .robotics-mv-caption::before {
    margin-right: 16px;
    width: 48px;
  }
  .robotics-mv-button::before, .robotics-mv-button::after {
    transition: all 0.2s ease;
  }
  .robotics-mv-button:hover {
    transform: scale(1.04);
  }
  .robotics-mv-button:hover::before {
    height: 35.2px;
    width: 96.8px;
  }
  .robotics-mv-button:hover::after {
    bottom: 13px;
    right: 20px;
  }
  .robotics-issue .inner {
    gap: 112px;
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-issue-number {
    margin-right: 24px;
  }
  .robotics-issue-body {
    display: flex;
  }
  .robotics-issue-frame {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .robotics-issue-image {
    padding-inline: 80px;
  }
  .robotics-issue-title {
    padding: 24px 32px;
  }
  .robotics-issue-description {
    padding: 24px 32px;
  }
  .robotics-issue-deco {
    margin-left: 8px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .robotics-scene-inner {
    display: block;
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-features-item {
    gap: 60px;
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-features-head {
    width: 548px;
  }
  .robotics-case-item {
    grid-template-columns: 348px 1fr;
    gap: 56px;
    margin-inline: auto;
    margin-bottom: 80px;
    max-width: 1320px;
  }
  .robotics-case-body {
    justify-content: space-between;
    padding: 48px;
  }
  .robotics-case-deco {
    margin-top: 0;
  }
  .robotics-case-caption {
    margin-left: -40px;
  }
  .robotics-case-description {
    padding: 32px 40px;
  }
  .robotics-case-list {
    margin-bottom: 32px;
  }
  .robotics-products-list {
    padding-inline: 24px;
  }
  .robotics-products-contents {
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-products-image {
    transition: all 0.2s ease;
  }
  .robotics-products-title::after {
    transition: all 0.2s ease;
  }
  .robotics-products-item a:hover {
    background-color: #d8e3f5;
  }
  .robotics-products-item a:hover .robotics-products-image {
    transform: scale(1.04);
  }
  .robotics-products-item a:hover .robotics-products-title::after {
    margin-left: 20px;
    margin-bottom: 4px;
  }
  .robotics-products-button::before, .robotics-products-button::after {
    transition: all 0.2s ease;
  }
  .robotics-products-button:hover {
    transform: scale(1.04);
  }
  .robotics-products-button:hover::before {
    height: 35.2px;
    width: 96.8px;
  }
  .robotics-products-button:hover::after {
    bottom: 13px;
    right: 20px;
  }
  .robotics-support-body {
    margin-bottom: 96px;
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-support-body:last-child {
    margin-bottom: 0;
  }
  .robotics-support-list {
    margin-bottom: 0;
  }
  .robotics-support-item {
    overflow: hidden;
    transition: all 0.2s ease;
  }
  .robotics-support-item::before, .robotics-support-item::after {
    transition: all 0.2s ease;
  }
  .robotics-support-item:hover {
    transform: scale(1.02);
  }
  .robotics-support-item:hover::before {
    height: 35.2px;
    width: 96.8px;
  }
  .robotics-support-item:hover::after {
    bottom: 13px;
    right: 20px;
  }
  .robotics-support-item:hover a {
    background-color: #f7faff;
  }
  .robotics-faq-q {
    transition: all 0.2s ease;
  }
  .robotics-faq-q:hover {
    background-color: #d8e3f5;
  }
  .robotics-cta .inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .robotics-cta-button::before, .robotics-cta-button::after {
    transition: all 0.2s ease;
  }
  .robotics-cta-button:hover {
    transform: scale(1.04);
  }
  .robotics-cta-button:hover::before {
    height: 35.2px;
    width: 96.8px;
  }
  .robotics-cta-button:hover::after {
    bottom: 13px;
    right: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .robotics .inner {
    padding-inline: 0;
  }
  .title-horiz {
    margin-inline: auto;
    max-width: 1320px;
  }
  .title-horiz::before {
    margin-left: -24px;
  }
  .title-horiz._scene {
    padding-left: 0;
  }
  .robotics-mv-text {
    margin-inline: auto;
    padding-inline: 0;
    width: 1320px;
  }
  .robotics-solution-head {
    margin-right: 0;
  }
  .robotics-solution-title {
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-solution-description {
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-solution-list {
    grid-template-columns: repeat(4, 318px);
  }
  .robotics-scene-contents {
    border: none;
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
  }
  .robotics-scene-contents:nth-child(2) {
    border-bottom: none;
  }
  .robotics-scene-list-inner {
    border-top: 1px solid #124BB5;
  }
  .robotics-features-caption {
    margin-inline: auto;
    max-width: 1320px;
  }
  .robotics-features-item {
    align-items: center;
  }
}/*# sourceMappingURL=robotics.css.map */