.aicam a:hover {
  color: inherit;
  text-decoration: none;
}
.aicam a:focus {
  text-decoration: none !important;
  outline: none !important;
}
.aicam a:active {
  text-decoration: none !important;
}
.aicam dl dd {
  margin: 0;
}
.aicam p {
  line-height: 1.4;
}
.aicam img {
  display: block;
  width: 100%;
  height: auto;
}

.aicam {
  --aicam-header-h: 60px;
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 104px;
}
.aicam p {
  text-align: left;
}
.aicam h2 {
  text-align: left;
}
.aicam .breadcrumb_wrapper {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 35vw;
}
.aicam .breadcrumb_wrapper a {
  color: #fff;
}
.aicam .inner {
  padding: 40px 24px;
}

.button-square {
  max-width: 314px;
  width: 100%;
}
.button-square a {
  background-color: #0050FF;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
}
.button-square a::before {
  background-image: url("/field-engineering/aicamera/images/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-right: 24px;
  margin-left: -10px;
}
.button-square._white a {
  background-color: #fff;
  color: #0050FF;
}
.button-square._white a::before {
  background-image: url("/field-engineering/aicamera/images/common/arrow-blue.svg");
}
.button-square._line {
  margin-inline: auto;
}
.button-square._line a {
  border: 1px solid #fff;
}

.main-head {
  margin-bottom: 24px;
}
.main-head_text {
  line-height: 2;
}
.main-head_text._white {
  color: #fff;
}

.main-text_caption {
  color: #0050FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0.08rem;
  margin-bottom: 8px;
}
.main-text_caption::before {
  background-image: url("/field-engineering/aicamera/images/common/em-shutter.svg");
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 16px;
  width: 14px;
}
.main-text_caption._white {
  color: #fff;
}
.main-text_caption._white::before {
  background-image: url("/field-engineering/aicamera/images/common/em-shutter-w.svg");
}
.main-text_caption._white::after {
  background-color: #fff;
}
.main-text_caption::after {
  content: "";
  background-color: #0050FF;
  display: block;
  margin-top: 16px;
  margin-right: 8px;
  height: 1px;
  width: 8px;
}
.main-text_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center !important;
}
.main-text_title span {
  display: inline-block;
}
.main-text_title._white {
  color: #fff;
}
.main-text_description {
  line-height: 1.6;
}

.aicam-mv {
  background-image: url("/field-engineering/aicamera/images/aicamera/aicam-mv_top.webp");
  background-position: 35% 0;
  background-size: cover;
  height: calc(100svh - 60px);
}
.aicam-mv._factory {
  background-image: url("/field-engineering/aicamera/images/factory/aicam-mv_factory.webp");
}
.aicam-mv._vehicle {
  background-image: url("/field-engineering/aicamera/images/vehicle/aicam-mv_vehicle.webp");
  background-position: 64% 0;
}
.aicam-mv_inner {
  color: #fff;
  height: 100%;
  padding: 16px 24px;
  position: relative;
}
.aicam-mv_inner::before {
  background-image: url("/field-engineering/aicamera/images/common/em-solution.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 48px;
  right: 16px;
  height: 76px;
  width: 10px;
  z-index: 1;
}
.aicam-mv_inner::after {
  background-image: url("/field-engineering/aicamera/images/common/em-stamp.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin-inline: auto;
  height: 32.6666666667px;
  width: 85.3333333333px;
  z-index: 1;
}
.aicam-mv._factory .aicam-mv_inner::after, .aicam-mv._vehicle .aicam-mv_inner::after {
  bottom: 168px;
}
.aicam-mv_caption {
  margin-bottom: 24px;
}
.aicam-mv_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.aicam-mv_title span {
  display: inline-block;
}
.aicam-mv_description {
  font-feature-settings: "palt";
  line-height: 1.6;
  margin-bottom: 40px;
}

.aicam-head {
  background-color: #0050FF;
  border-radius: 6px;
  color: #fff;
  margin: -144px auto 0;
  max-width: 1320px;
  position: relative;
  width: 92%;
}
.aicam-head_inner {
  padding: 80px 24px;
}
.aicam-head_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center !important;
}
.aicam-head_caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center !important;
}
.aicam-head_caption span {
  display: inline-block;
}
.aicam-head_list {
  margin-bottom: 40px;
}
.aicam-head_item {
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  color: #0050FF;
  font-weight: bold;
  margin: 0 auto 24px;
  padding: 20px 0;
  position: relative;
  width: 280px;
}
.aicam-head_item::before, .aicam-head_item::after {
  background-image: url("/field-engineering/aicamera/images/common/em-round.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 48px;
  width: 10px;
}
.aicam-head_item::before {
  top: 15px;
  left: 20px;
}
.aicam-head_item::after {
  top: 15px;
  right: 20px;
  transform: rotate(180deg);
}
.aicam-head_item_title {
  text-align: center !important;
}
.aicam-head_item_title span {
  display: block;
}
.aicam-head_item_caption {
  font-size: 12px;
  text-align: center !important;
}
.aicam-head._vehicle .aicam-head_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  padding: 0;
}
.aicam-head._vehicle .aicam-head_item::before, .aicam-head._vehicle .aicam-head_item::after {
  top: auto;
}
.aicam-head .frame-top::before, .aicam-head .frame-top::after,
.aicam-head .frame-middle::before,
.aicam-head .frame-middle::after,
.aicam-head .frame-bottom::before,
.aicam-head .frame-bottom::after {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.aicam-head .frame-top::before, .aicam-head .frame-top::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.aicam-head .frame-top::before {
  top: 16px;
  left: 16px;
}
.aicam-head .frame-top::after {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
.aicam-head .frame-middle::before {
  background-image: url("/field-engineering/aicamera/images/common/em-cross-w.svg");
  top: 11px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 12px;
  width: 90px;
}
.aicam-head .frame-middle::after {
  background-image: url("/field-engineering/aicamera/images/common/em-cross-w.svg");
  right: 0;
  bottom: 11px;
  left: 0;
  margin-inline: auto;
  height: 12px;
  width: 90px;
}
.aicam-head .frame-bottom::before, .aicam-head .frame-bottom::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.aicam-head .frame-bottom::before {
  bottom: 16px;
  left: 16px;
  transform: rotate(-90deg);
}
.aicam-head .frame-bottom::after {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}

.aicam-menu {
  position: sticky;
  top: var(--aicam-header-h);
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
}

/* Anchor jump offset (menu + fixed header) */
.aicam #about,
.aicam #scene,
.aicam #solution,
.aicam #choice {
  scroll-margin-top: calc(var(--aicam-header-h, 0px) + var(--aicam-menu-h, 0px));
}

.aicam-menu_title {
  color: #0050FF;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  margin-right: 24px;
  margin-bottom: 8px;
}
.aicam-menu_title span::before {
  content: ">_";
}
.aicam-menu nav {
  padding: 16px 24px;
}
.aicam-menu nav ul {
  display: flex;
  flex-wrap: wrap;
}
.aicam-menu nav ul li {
  border-left: 1px solid #000;
  line-height: 1;
  margin-bottom: 16px;
}
.aicam-menu nav ul li:last-child {
  border-right: 1px solid #000;
}
.aicam-menu nav ul li a {
  padding: 0 8px;
}

.aicam-about {
  background-image: url("/field-engineering/aicamera/images/common/em-lines-v-w.webp");
  background-position: 50% 24px;
  background-repeat: no-repeat;
  background-size: 300% 196px;
}
.aicam-about_text {
  line-height: 2;
  margin-bottom: 40px;
}
.aicam-about_item {
  margin-bottom: 40px;
}
.aicam-about_item:last-child {
  margin-bottom: 0;
}
.aicam-about_item_header {
  display: flex;
  margin-bottom: 16px;
}
.aicam-about_item_caption {
  color: #0050FF;
  font-size: 10px;
  line-height: 1;
}
.aicam-about_item_number {
  color: #0050FF;
  display: flex;
  align-items: baseline;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.aicam-about_item_number::before, .aicam-about_item_number::after {
  content: "";
  border: 1px solid #0050FF;
  display: block;
  width: 6px;
  height: 18px;
}
.aicam-about_item_number::before {
  border-right: none;
}
.aicam-about_item_number::after {
  border-left: none;
}
.aicam-about_item_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
  margin-left: 16px;
}
.aicam-about_item_image {
  margin-bottom: 24px;
}
.aicam-about_item_description {
  line-height: 1.6;
  text-align: center !important;
}

.aicam-scene {
  background-image: url("/field-engineering/aicamera/images/common/aicam-blur_bg.webp");
  background-position: 50% 0;
  background-size: cover;
  position: relative;
}
.aicam-scene_head_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 24px;
  justify-items: center;
  align-items: start;
}
.aicam-scene_head_item_image {
  margin-bottom: 8px;
}
.aicam-scene_head_item_caption {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: bold;
  text-align: center !important;
}
.aicam-scene_head_text {
  line-height: 1.6;
  margin-bottom: 40px;
}
.aicam-scene_head_text::before {
  background-image: url("/field-engineering/aicamera/images/aicamera/stroke-blue.svg");
  background-size: cover;
  content: "";
  display: block;
  margin: 16px auto;
  height: 64px;
  width: 14px;
}
.aicam-scene_head_text p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.aicam-scene_head_text p::before, .aicam-scene_head_text p::after {
  content: "";
  border: 1px solid #0050FF;
  display: block;
  width: 16px;
  height: 72px;
}
.aicam-scene_head_text p::before {
  border-right: none;
}
.aicam-scene_head_text p::after {
  border-left: none;
}
.aicam-scene_head_text p > span {
  padding-inline: 16px;
}
.aicam-scene_head_text p > span span {
  display: block;
}
.aicam-scene_body_item {
  margin-bottom: 40px;
}
.aicam-scene_body_item_caption {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.aicam-scene_body_item_caption::before {
  background-image: url("/field-engineering/aicamera/images/common/em-block.svg");
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  height: 8px;
  width: 12px;
}
.aicam-scene_body_item_image {
  margin-bottom: 16px;
}
.aicam-scene_body_item_description {
  line-height: 1.6;
}
.aicam-scene .frame-top::before, .aicam-scene .frame-top::after,
.aicam-scene .frame-middle::before,
.aicam-scene .frame-middle::after,
.aicam-scene .frame-bottom::before,
.aicam-scene .frame-bottom::after {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.aicam-scene .frame-top::before, .aicam-scene .frame-top::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  height: 40px;
  width: 40px;
}
.aicam-scene .frame-top::before {
  top: 16px;
  left: 16px;
}
.aicam-scene .frame-top::after {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
.aicam-scene .frame-bottom::before, .aicam-scene .frame-bottom::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  height: 40px;
  width: 40px;
}
.aicam-scene .frame-bottom::before {
  bottom: 16px;
  left: 16px;
  transform: rotate(-90deg);
}
.aicam-scene .frame-bottom::after {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}

.aicam-card {
  background-color: #0050FF;
}
.aicam-card_item {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 16px 24px;
  position: relative;
}
.aicam-card_item:last-child {
  margin-bottom: 0;
}
.aicam-card_number {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.aicam-card_number::before {
  content: ">";
  display: block;
  margin-right: 8px;
}
.aicam-card_caption {
  color: #B9B9B9;
  font-size: 10px;
  position: absolute;
  top: 32px;
  right: -12px;
  transform: rotate(90deg);
}
.aicam-card_title {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.aicam-card_image {
  margin-bottom: 16px;
}
.aicam-card_description {
  line-height: 1.6;
  margin-bottom: 16px;
}
.aicam-card_button {
  background-color: #0050FF;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 40px;
  width: 64px;
}
.aicam-card_button img {
  height: 11px;
  width: 11px;
}

.aicam-choice {
  background-image: url("/field-engineering/aicamera/images/common/aicamera-choice_bg.svg");
  background-position: 50% 0;
  background-size: cover;
}
.aicam-choice_item {
  margin-bottom: 24px;
}
.aicam-choice_item:last-child {
  margin-bottom: 0;
}
.aicam-choice_line {
  color: #CECECE;
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-bottom: 24px;
}
.aicam-choice_line::after {
  content: "";
  background-color: #E7E7E7;
  display: block;
  flex-grow: 1;
  margin-left: 16px;
  height: 1px;
  width: 1px;
}
.aicam-choice_image {
  margin-bottom: 24px;
}
.aicam-choice_number {
  color: #0050FF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.aicam-choice_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
}
.aicam-choice_description {
  line-height: 1.6;
}

.bottom-contact {
  background-image: url("/field-engineering/aicamera/images/common/bottom-contact_bg.webp");
  background-position: 50% 134%;
  background-size: 400%;
  border-radius: 6px;
  color: #fff;
  margin-inline: auto;
  margin-bottom: 40px;
  max-width: 1320px;
  position: relative;
  width: 92%;
}
.bottom-contact_inner {
  padding: 88px 24px;
}
.bottom-contact_title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 24px;
  text-align: center !important;
}
.bottom-contact_link {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.bottom-contact .button-square {
  margin-bottom: 16px;
}
.bottom-contact .button-square:last-child {
  margin-bottom: 0;
}
.bottom-contact .frame-top::before, .bottom-contact .frame-top::after,
.bottom-contact .frame-middle::before,
.bottom-contact .frame-middle::after,
.bottom-contact .frame-right::before,
.bottom-contact .frame-right::after,
.bottom-contact .frame-bottom::before,
.bottom-contact .frame-bottom::after {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.bottom-contact .frame-top::before, .bottom-contact .frame-top::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.bottom-contact .frame-top::before {
  top: 16px;
  left: 16px;
}
.bottom-contact .frame-top::after {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
.bottom-contact .frame-middle::before {
  background-image: url("/field-engineering/aicamera/images/common/em-cross-w.svg");
  top: 11px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 12px;
  width: 90px;
}
.bottom-contact .frame-middle::after {
  background-image: url("/field-engineering/aicamera/images/common/em-dial-h.svg");
  right: 0;
  bottom: 15px;
  left: 0;
  margin-inline: auto;
  height: 8px;
  width: 61px;
}
.bottom-contact .frame-right::after {
  background-image: url("/field-engineering/aicamera/images/common/em-dial-v.svg");
  top: calc(50% - 18px);
  right: 4px;
  margin-inline: auto;
  height: 33.3333333333px;
  width: 9.3333333333px;
}
.bottom-contact .frame-bottom::before, .bottom-contact .frame-bottom::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.bottom-contact .frame-bottom::before {
  bottom: 16px;
  left: 16px;
  transform: rotate(-90deg);
}
.bottom-contact .frame-bottom::after {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}

.bottom-map {
  margin-inline: auto;
  max-width: 1320px;
  position: relative;
  width: 92%;
}
.bottom-map_inner {
  padding: 80px 24px;
}
.bottom-map a {
  display: flex;
  align-items: center;
}
.bottom-map a::after {
  background-image: url("/field-engineering/aicamera/images/common/arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 8px;
}
.bottom-map_body {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
.bottom-map_item {
  margin-bottom: 40px;
}
.bottom-map_item:last-child {
  margin-bottom: 0;
}
.bottom-map_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.bottom-map a {
  color: #333;
}
.bottom-map_link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bottom-map_link::before {
  color: #0050FF;
  content: ">";
  display: block;
  font-weight: bold;
  margin-right: 8px;
}
.bottom-map .frame-top::before, .bottom-map .frame-top::after,
.bottom-map .frame-middle::before,
.bottom-map .frame-middle::after,
.bottom-map .frame-bottom::before,
.bottom-map .frame-bottom::after {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.bottom-map .frame-top::before, .bottom-map .frame-top::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  height: 40px;
  width: 40px;
}
.bottom-map .frame-top::before {
  top: 0px;
  left: 0px;
}
.bottom-map .frame-top::after {
  top: 0px;
  right: 0px;
  transform: rotate(90deg);
}
.bottom-map .frame-middle::before {
  background-image: url("/field-engineering/aicamera/images/common/em-cross-v.svg");
  top: 11px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 12px;
  width: 90px;
}
.bottom-map .frame-bottom::before, .bottom-map .frame-bottom::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  height: 40px;
  width: 40px;
}
.bottom-map .frame-bottom::before {
  bottom: 0px;
  left: 0px;
  transform: rotate(-90deg);
}
.bottom-map .frame-bottom::after {
  right: 0px;
  bottom: 0px;
  transform: rotate(180deg);
}

.aicam-issue {
  margin-bottom: 64px;
}
.aicam-issue_text {
  line-height: 2;
  margin-bottom: 40px;
}
.aicam-issue_item {
  margin-bottom: 40px;
}
.aicam-issue_item:last-child {
  margin-bottom: 0;
}
.aicam-issue_item_number {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}
.aicam-issue_item_number::before {
  background-image: url("/field-engineering/aicamera/images/common/em-block.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 4px;
  width: 6px;
  height: 4px;
}
.aicam-issue_item_number::before {
  border-right: none;
}
.aicam-issue_item_number::after {
  border-left: none;
}
.aicam-issue_item_title {
  background-color: #0050FF;
  border-radius: 2px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: -8px 0 24px -4px;
  padding-inline: 32px;
  position: relative;
  height: 42px;
  width: -moz-max-content;
  width: max-content;
}
.aicam-issue_item_title::before, .aicam-issue_item_title::after {
  background-image: url("/field-engineering/aicamera/images/common/em-brackets.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 34px;
  width: 12px;
}
.aicam-issue_item_title::before {
  left: 4px;
}
.aicam-issue_item_title::after {
  right: 4px;
  transform: rotate(180deg);
}
.aicam-issue_item_text li {
  display: flex;
  align-items: baseline;
  line-height: 1.6;
  margin-bottom: 8px;
}
.aicam-issue_item_text li::before {
  background-color: #000;
  border-radius: calc(infinity * 1px);
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 12px;
  height: 8px;
  width: 8px;
}

.aicam-solution {
  background-color: #0050FF;
  background-image: url("/field-engineering/aicamera/images/common/bottom-contact_bg.webp");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 400%;
  border-radius: 40px 40px 0 0;
  padding: 40px 0;
  position: relative;
}
.aicam-solution::before {
  background-image: url("/field-engineering/aicamera/images/common/em-pin.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-inline: auto;
  position: absolute;
  top: -51px;
  right: 0;
  left: 0;
  height: 51px;
  width: 4px;
}
.aicam-solution .inner {
  position: relative;
}
.aicam-solution_text {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
.aicam-solution_image {
  margin: 0 auto 40px;
  max-width: 375px;
  width: 100%;
}
.aicam-solution_item {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 40px 24px 64px;
  position: relative;
}
.aicam-solution_item::before, .aicam-solution_item::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
}
.aicam-solution_item::before {
  top: 16px;
  left: 16px;
}
.aicam-solution_item::after {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
.aicam-solution_wrap::before, .aicam-solution_wrap::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
}
.aicam-solution_wrap::before {
  bottom: 16px;
  left: 16px;
  transform: rotate(-90deg);
}
.aicam-solution_wrap::after {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}
.aicam-solution_head {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
.aicam-solution_number {
  color: #CDF0FC;
  font-size: 40px;
  font-weight: bold;
}
.aicam-solution_description {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
}
.aicam-solution_caption {
  color: #0050FF;
  font-size: 10px;
  letter-spacing: 0.08rem;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  text-align: center;
}
.aicam-solution .frame-top::before, .aicam-solution .frame-top::after,
.aicam-solution .frame-middle::before,
.aicam-solution .frame-middle::after,
.aicam-solution .frame-right::before,
.aicam-solution .frame-right::after,
.aicam-solution .frame-bottom::before,
.aicam-solution .frame-bottom::after {
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
}
.aicam-solution .frame-top::before, .aicam-solution .frame-top::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.aicam-solution .frame-top::before {
  top: 16px;
  left: 16px;
}
.aicam-solution .frame-top::after {
  top: 16px;
  right: 16px;
  transform: rotate(90deg);
}
.aicam-solution .frame-middle::before {
  background-image: url("/field-engineering/aicamera/images/common/em-cross-w.svg");
  top: 11px;
  right: 0;
  left: 0;
  margin-inline: auto;
  height: 12px;
  width: 90px;
}
.aicam-solution .frame-middle::after {
  background-image: url("/field-engineering/aicamera/images/common/em-dial-h.svg");
  right: 0;
  bottom: 15px;
  left: 0;
  margin-inline: auto;
  height: 8px;
  width: 61px;
}
.aicam-solution .frame-bottom::before, .aicam-solution .frame-bottom::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-w.svg");
  height: 40px;
  width: 40px;
}
.aicam-solution .frame-bottom::before {
  bottom: 16px;
  left: 16px;
  transform: rotate(-90deg);
}
.aicam-solution .frame-bottom::after {
  right: 16px;
  bottom: 16px;
  transform: rotate(180deg);
}

.aicam-usecase {
  background-image: url("/field-engineering/aicamera/images/common/em-bg.svg");
  background-repeat: repeat;
  background-size: 60.5px 48px;
}
.aicam-usecase_item {
  margin-bottom: 40px;
}
.aicam-usecase_image {
  margin-bottom: 24px;
}
.aicam-usecase_title {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.aicam-usecase_title::before {
  background-image: url("/field-engineering/aicamera/images/common/em-block.svg");
  background-size: cover;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 4px;
  height: 4px;
  width: 6px;
}
.aicam-usecase_description {
  line-height: 1.6;
}

.aicam-features {
  background-image: url("/field-engineering/aicamera/images/common/em-lines-v-w.webp"), url("/field-engineering/aicamera/images/common/aicam-blur_bg.webp");
  background-position: 50% 24px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 300% 196px, cover;
  padding-bottom: 40px;
}
.aicam-features_title {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 16px;
}
.aicam-features_list:last-child {
  border-bottom: 1px solid #B9B9B9;
}
.aicam-features_item {
  border-top: 1px solid #B9B9B9;
}
.aicam-features_wrap {
  border-right: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
  margin-inline: auto;
  max-width: 514px;
  padding: 16px 24px 24px;
  position: relative;
  width: 86%;
}
.aicam-features_caption {
  color: #B9B9B9;
  font-size: 10px;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  right: -7px;
}
.aicam-features_number {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.aicam-features_number::before {
  content: ">";
  display: block;
  margin-right: 8px;
}
.aicam-features_image {
  margin-bottom: 16px;
}
.aicam-features_description {
  line-height: 1.6;
}

.aicam-faq {
  background-color: #f7f7f7;
  border-radius: 24px;
  margin: 0 auto 40px;
  max-width: 1160px;
  width: 92%;
}
.aicam-faq_inner {
  padding: 40px 24px;
}
.aicam-faq_text {
  line-height: 1.6;
  margin-bottom: 24px;
}
.aicam-faq_text::before {
  background-color: #000;
  content: "";
  display: block;
  margin: 0 auto 16px;
  height: 1px;
  width: 48px;
}
.aicam-faq .aicam-faq_list::before {
  background-color: #0050FF;
  content: "";
  display: block;
  margin-inline: auto;
  height: 48px;
  width: 1px;
}
.aicam-faq .aicam-faq_list dl {
  border-bottom: 1px solid #0050FF;
  line-height: 1.6;
  margin: 0;
}
.aicam-faq .aicam-faq_list .aicam-faq_item {
  border-top: 1px solid #0050FF;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q {
  cursor: pointer;
  font-weight: bold;
  padding: 16px 40px 16px 0;
  position: relative;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q::before {
  color: #0050FF;
  content: "Q.";
  display: inline-block;
  font-size: 20px;
  margin-right: 8px;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #0050FF;
  border-bottom: 1px solid #0050FF;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, padding 0.25s ease;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a::before {
  background-color: #B9B9B9;
  content: "";
  display: block;
  margin-bottom: 16px;
  height: 1px;
  width: 96px;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a span {
  display: flex;
  align-items: baseline;
}
.aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a span::before {
  color: #0050FF;
  content: "A.";
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}
.aicam-faq .aicam-faq_list .aicam-faq_item.is-open .aicam-faq_a {
  max-height: 500px;
  padding: 0 0 16px 0;
}
.aicam-faq .aicam-faq_list .aicam-faq_item.is-open .aicam-faq_q::after {
  transform: translateY(-50%) rotate(-135deg);
}

.aicam-system {
  background-color: #f7f7f7;
  background-image: url("/field-engineering/aicamera/images/common/em-bg.svg");
  background-size: 60.5px 48px;
}
.aicam-system_item {
  margin-bottom: 40px;
  padding: 24px 0 32px;
  position: relative;
}
.aicam-system_item::before, .aicam-system_item::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-g.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 40px;
}
.aicam-system_item::before {
  top: 0px;
  left: 0px;
}
.aicam-system_item::after {
  top: 0px;
  right: 0px;
  transform: scale(-1, 1);
}
.aicam-system_item > div::before, .aicam-system_item > div::after {
  background-image: url("/field-engineering/aicamera/images/common/em-frame-g.svg");
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  height: 24px;
  width: 40px;
}
.aicam-system_item > div::before {
  bottom: 0px;
  left: 0px;
  transform: scale(1, -1);
}
.aicam-system_item > div::after {
  right: 0px;
  bottom: 0px;
  transform: scale(-1, -1);
}
.aicam-system_title {
  color: #0050FF;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center !important;
}
.aicam-system_image {
  margin: 0 auto 16px;
  width: 128px;
}
.aicam-system_description {
  line-height: 1.6;
  padding-inline: 16px;
}

.aicam-overview {
  background-color: #0050FF;
}
.aicam-overview_list {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
}
.aicam-overview_item {
  margin-bottom: 24px;
}
.aicam-overview_item:first-child {
  border-bottom: 1px solid #B6B6B6;
  padding-bottom: 24px;
}
.aicam-overview_title {
  color: #0050FF;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.aicam-overview_title::before {
  background-image: url("/field-engineering/aicamera/images/common/em-block.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-right: 12px;
  height: 4px;
  width: 6px;
}
.aicam-overview_text li {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.aicam-overview_text li:last-child {
  margin-bottom: 0;
}
.aicam-overview_text li span {
  color: #0050FF;
  font-size: 24px;
  margin-right: 8px;
}

@media screen and (max-width: 389px) {
  .aicam .breadcrumb_wrapper {
    margin-bottom: 22vw;
  }
}
@media screen and (min-width: 768px) {
  .main-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .main-head .main-text {
    border-right: 1px solid #000;
    flex-shrink: 0;
    margin-right: 24px;
    margin-bottom: 0;
    padding-right: 24px;
  }
  .main-head .main-text_title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .main-head .main-text_caption {
    justify-content: flex-start;
    margin-bottom: 4px;
  }
  .main-head .main-text._white {
    border-color: #fff;
  }
  .aicam .breadcrumb_wrapper {
    font-size: 14px;
    margin-bottom: 175px;
  }
  .aicam .inner {
    padding: 48px 40px;
  }
  .aicam-mv {
    height: 700px;
  }
  .aicam-mv_title {
    font-size: 48px;
  }
  .aicam-mv_description {
    font-weight: bold;
    line-height: 2;
    margin-bottom: 72px;
  }
  .aicam-mv_inner::after {
    right: 16px;
    left: auto;
  }
  .aicam-menu nav {
    display: flex;
    align-items: baseline;
    padding: 48px 40px;
  }
  .main-text {
    margin-bottom: 48px;
  }
  .main-text_caption {
    margin-bottom: 16px;
  }
  .main-text_title {
    font-size: 32px;
  }
  .aicam-about {
    background-size: 150% 196px;
  }
  .aicam-about_text {
    text-align: center !important;
  }
  .aicam-about_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
  }
  .aicam-scene_head_list {
    gap: 40px;
    margin-inline: auto;
    width: 600px;
  }
  .aicam-scene_head_item_image {
    margin-bottom: 24px;
  }
  .aicam-scene_head_item_caption {
    font-size: 18px;
  }
  .aicam-scene_head_text {
    margin-bottom: 64px;
  }
  .aicam-scene_head_text::before {
    margin-top: 72px;
    margin-bottom: 56px;
    height: 132px;
    width: 28px;
  }
  .aicam-scene_head_text p {
    font-size: 24px;
    line-height: 2;
  }
  .aicam-scene_head_text p > span {
    padding: 0 40px;
  }
  .aicam-scene_head_text p > span span {
    display: inline-block;
  }
  .aicam-scene_body_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-inline: auto;
    max-width: 1080px;
  }
  .aicam-scene .frame-middle::before, .aicam-scene .frame-middle::after {
    background-image: url("/field-engineering/aicamera/images/common/em-cross.svg");
    height: 180px;
    width: 24px;
  }
  .aicam-scene .frame-middle::before {
    top: calc(50% - 90px);
    left: 4px;
  }
  .aicam-scene .frame-middle::after {
    top: calc(50% - 90px);
    right: 4px;
  }
  .aicam-card_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 16px;
  }
  .aicam-card_item {
    margin-bottom: 0;
  }
  .aicam-card_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .aicam-choice_line {
    margin-bottom: 40px;
  }
  .aicam-choice_body {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .aicam-choice_image {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 240px;
  }
  .aicam-choice_item {
    margin-bottom: 40px;
  }
  .aicam-choice_item:nth-child(even) .aicam-choice_body {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .bottom-contact {
    background-size: 100%;
    margin-bottom: 80px;
  }
  .bottom-contact_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 24px;
    margin-inline: auto;
    max-width: 898px;
    padding: 136px 24px;
    width: 93%;
  }
  .bottom-contact_title {
    margin-bottom: 0;
    text-align: left !important;
  }
  .bottom-contact_link {
    flex-shrink: 0;
    width: 314px;
  }
  .aicam-head_title {
    font-size: 24px;
  }
  .aicam-head_caption {
    margin-bottom: 32px;
  }
  .bottom-map .main-text_title {
    font-size: 24px;
  }
  .bottom-map_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
  }
  .bottom-map_item {
    margin-bottom: 0;
  }
  .bottom-map .frame-middle::before {
    top: -5px;
  }
  .aicam-issue_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .aicam-solution {
    background-position: 50% 0;
    background-size: 100%;
  }
  .aicam-solution_text {
    font-size: 16px;
    text-align: center !important;
  }
  .aicam-solution_image {
    max-width: 1320px;
  }
  .aicam-solution_wrap {
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .aicam-solution_wrap_image {
    flex-shrink: 0;
    position: relative;
    width: 300px;
    z-index: 1;
  }
  .aicam-solution_head {
    position: relative;
    z-index: 1;
  }
  .aicam-solution_item {
    padding-right: 64px;
    padding-bottom: 40px;
  }
  .aicam-solution_item:nth-child(even) {
    padding-right: inherit;
    padding-left: 64px;
  }
  .aicam-solution_item:nth-child(even) .aicam-solution_wrap {
    flex-direction: row-reverse;
  }
  .aicam-solution_item:nth-child(even) .aicam-solution_caption {
    right: auto;
    left: 6px;
  }
  .aicam-solution_caption {
    writing-mode: vertical-rl;
    top: 0;
    right: 6px;
    bottom: 0;
  }
  .aicam-usecase_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .aicam-features {
    background-size: 148% 196px, cover;
  }
  .aicam-features_list {
    border-top: 1px solid #B9B9B9;
  }
  .aicam-features_list_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    max-width: 1028px;
    width: 92%;
  }
  .aicam-features_item {
    border-top: none;
  }
  .aicam-features_item:first-child .aicam-features_wrap {
    border-right: none;
  }
  .aicam-features_wrap {
    height: 100%;
    width: 100%;
  }
  .aicam-features._vehicle .aicam-features_list_inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .aicam-features._vehicle .aicam-features_item:first-child .aicam-features_wrap {
    border-right: 1px solid #B9B9B9;
  }
  .aicam-features._vehicle .aicam-features_item:nth-child(2) .aicam-features_wrap, .aicam-features._vehicle .aicam-features_item:nth-child(3) .aicam-features_wrap, .aicam-features._vehicle .aicam-features_item:nth-child(5) .aicam-features_wrap, .aicam-features._vehicle .aicam-features_item:nth-child(6) .aicam-features_wrap {
    border-left: none;
  }
  .aicam-faq_inner {
    padding: 48px 40px;
  }
  .aicam-system_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  .aicam-overview_list {
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .aicam-head_list {
    display: flex;
    justify-content: center;
    gap: 0 24px;
  }
  .aicam-head_item {
    flex-shrink: 0;
    margin: 0;
    padding-inline: 32px;
    width: -moz-max-content;
    width: max-content;
  }
  .aicam-head._vehicle .aicam-head_list {
    flex-direction: column;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .aicam-head._vehicle .aicam-head_item {
    height: 60px;
    margin-bottom: 16px;
    padding-inline: 56px;
  }
  .aicam-head._vehicle .aicam-head_item:last-child {
    margin-bottom: 0;
  }
  .aicam-head._vehicle .aicam-head_item_title span {
    display: inline;
  }
  .aicam-usecase_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .aicam-system_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .aicam-overview_list {
    display: flex;
  }
  .aicam-overview_item:first-child {
    border-bottom: none;
    margin-right: 24px;
    width: 374px;
  }
  .aicam-overview_item:first-child .aicam-overview_image {
    margin-top: 32px;
  }
  .aicam-overview_item:nth-child(2) {
    border-left: 1px solid #B6B6B6;
    padding-left: 24px;
  }
  .bottom-map_body {
    gap: 0 80px;
  }
  .bottom-map_title {
    font-size: 20px;
  }
  .bottom-map_link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .aicam a {
    transition: all 0.3s ease;
  }
  .aicam a:hover {
    opacity: 0.7;
  }
  .main-head {
    margin-bottom: 80px;
  }
  .main-head .main-text_description span {
    display: block;
  }
  .aicam {
    margin-top: 16px;
  }
  .aicam .inner {
    padding: 88px 64px;
  }
  .aicam-mv {
    padding: 24px 0;
  }
  .aicam-mv::before {
    right: 56px;
  }
  .aicam-mv_inner {
    margin-inline: auto;
    padding-inline: 0;
    max-width: 1320px;
    width: 80%;
  }
  .aicam-mv_inner::before {
    right: 0;
  }
  .aicam-mv_inner::after {
    right: 0;
    bottom: 32px;
    left: auto;
    height: 49px;
    width: 128px;
  }
  .aicam-mv._factory .aicam-mv_inner::after, .aicam-mv._vehicle .aicam-mv_inner::after {
    right: 0;
  }
  .aicam-menu_title {
    margin-bottom: 0;
  }
  .aicam-menu_title::before {
    content: "";
    background-color: #0050FF;
    display: block;
    margin-top: 16px;
    margin-right: 8px;
    height: 1px;
    width: 52px;
  }
  .aicam-menu nav {
    align-items: center;
    padding-left: 0;
  }
  .aicam-menu nav ul li {
    margin-bottom: 0;
  }
  .aicam-menu nav ul li a {
    padding: 2px 24px;
  }
  .aicam-menu nav ul li a:hover {
    color: #0050FF !important;
  }
  .aicam-about {
    background-size: 100% 196px;
  }
  .aicam-about_text {
    margin-bottom: 80px;
  }
  .aicam-about_list {
    gap: 0 80px;
  }
  .aicam-about_item {
    margin-bottom: 0;
  }
  .aicam-about_item_header {
    margin-bottom: 24px;
  }
  .aicam-about_item_caption {
    margin-bottom: 4px;
  }
  .aicam-about_item_number::before {
    margin-right: 4px;
  }
  .aicam-about_item_number::after {
    margin-left: 4px;
  }
  .aicam-about_item_title {
    font-size: 24px;
    margin-top: 9px;
  }
  .aicam-scene_head_list {
    gap: 0 40px;
    grid-template-columns: repeat(6, 1fr);
    margin-inline: auto;
    max-width: 1256px;
    width: 100%;
  }
  .aicam-scene .frame-top::before {
    top: 56px;
    left: 64px;
  }
  .aicam-scene .frame-top::after {
    top: 56px;
    right: 64px;
  }
  .aicam-scene .frame-middle::before {
    left: 52px;
  }
  .aicam-scene .frame-middle::after {
    right: 52px;
  }
  .aicam-scene .frame-bottom::before {
    bottom: 56px;
    left: 64px;
  }
  .aicam-scene .frame-bottom::after {
    bottom: 56px;
    right: 64px;
  }
  .aicam-scene_body_list {
    gap: 64px 80px;
    width: 80%;
  }
  .aicam-scene_body_item {
    margin-bottom: 0;
  }
  .aicam-scene_body_item_caption {
    font-size: 24px;
    margin-bottom: 24px;
    margin-left: -26px;
  }
  .aicam-scene_body_item_caption::before {
    margin-right: 14px;
  }
  .aicam-scene_body_item_image {
    margin-bottom: 24px;
  }
  .aicam-card_item {
    padding: 32px;
  }
  .aicam-card_number {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .aicam-card_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .aicam-card_image {
    margin-bottom: 24px;
  }
  .aicam-card_description {
    margin-bottom: 32px;
  }
  .aicam-choice_list {
    margin-inline: auto;
    max-width: 1200px;
  }
  .aicam-choice_body {
    gap: 56px;
  }
  .aicam-choice_image {
    width: 386px;
  }
  .aicam-choice_title {
    font-size: 20px;
  }
  .aicam-choice_description span {
    display: block;
  }
  .bottom-contact {
    margin-bottom: 112px;
  }
  .bottom-contact_title {
    font-size: 24px;
  }
  .bottom-contact .button-square {
    margin-bottom: 40px;
  }
  .bottom-contact .frame-top::before {
    top: 40px;
    left: 40px;
  }
  .bottom-contact .frame-top::after {
    top: 40px;
    right: 40px;
  }
  .bottom-contact .frame-middle::before {
    top: 29px;
    height: 24px;
    width: 180px;
  }
  .bottom-contact .frame-middle::after {
    bottom: 24px;
    height: 16px;
    width: 122px;
  }
  .bottom-contact .frame-right::after {
    top: calc(50% - 25px);
    right: 40px;
    height: 50px;
    width: 14px;
  }
  .bottom-contact .frame-bottom::before {
    bottom: 40px;
    left: 40px;
  }
  .bottom-contact .frame-bottom::after {
    bottom: 40px;
    right: 40px;
  }
  .bottom-map a:hover {
    color: #0050FF;
    opacity: 1;
  }
  .bottom-map a::after {
    margin-left: 24px;
  }
  .bottom-map_body {
    gap: 0 160px;
  }
  .bottom-map_title {
    margin-bottom: 16px;
  }
  .bottom-map_link {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .bottom-map_link::before {
    margin-right: 24px;
  }
  .bottom-map .frame-middle::before {
    top: -10px;
    height: 24px;
    width: 180px;
  }
  .aicam-head_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1208px;
  }
  .aicam-head_title {
    text-align: left !important;
    margin-left: 24px;
  }
  .aicam-head_caption {
    text-align: left !important;
    margin-left: 24px;
  }
  .aicam-head_list {
    gap: 0 16px;
    margin-bottom: 0;
  }
  .aicam-head._vehicle {
    padding-inline: 112px;
  }
  .aicam-head .button-square a:hover {
    background-color: #fff;
    color: #0050FF;
    opacity: 1;
  }
  .aicam-head .button-square a:hover::before {
    background-image: url("/field-engineering/aicamera/images/common/arrow-blue.svg");
  }
  .button-square._line {
    margin: 0;
  }
  .aicam-issue .main-head {
    margin-bottom: 56px;
  }
  .aicam-issue_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 80px;
  }
  .aicam-issue_item_number {
    margin-left: -10px;
  }
  .aicam-issue._vehicle .aicam-issue_list {
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    width: 940px;
  }
  .aicam-usecase_list {
    gap: 64px 80px;
  }
  .aicam-usecase_item {
    margin-bottom: 0;
  }
  .aicam-usecase_title {
    margin-left: -10px;
  }
  .aicam-features {
    background-size: 100% 196px, cover;
    padding-bottom: 104px;
  }
  .aicam-features .inner {
    padding-bottom: 0;
  }
  .aicam-features_wrap {
    padding: 16px 64px 72px;
  }
  .aicam-features_number {
    font-size: 28px;
    margin-left: -40px;
  }
  .aicam-features._vehicle .aicam-features_number {
    margin-left: 0;
  }
  .aicam-features._vehicle .aicam-features_list_inner {
    max-width: 1400px;
  }
  .aicam-features._vehicle .aicam-features_wrap {
    padding: 16px 40px 72px;
  }
  .aicam-faq {
    margin-bottom: 104px;
  }
  .aicam-faq_inner {
    padding: 80px 0 112px;
  }
  .aicam-faq .aicam-faq_list {
    margin-inline: auto;
    width: 960px;
  }
  .aicam-faq .aicam-faq_list::before {
    height: 72px;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q {
    padding-bottom: 24px;
    padding-left: 12px;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q::before {
    font-size: 32px;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_q:hover {
    color: #0050FF;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a {
    padding-left: 56px;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item .aicam-faq_a span::before {
    font-size: 32px;
    font-weight: bold;
  }
  .aicam-faq .aicam-faq_list .aicam-faq_item.is-open .aicam-faq_a {
    padding-bottom: 32px;
    padding-left: 56px;
  }
  .aicam-faq_text {
    text-align: center !important;
  }
  .aicam-solution_list {
    margin-inline: auto;
    max-width: 1200px;
  }
  .aicam-solution_item {
    padding-top: 24px;
    padding-right: 104px;
    padding-bottom: 24px;
    margin-bottom: 48px;
  }
  .aicam-solution_item:nth-child(even) {
    padding-right: inherit;
    padding-left: 104px;
  }
  .aicam-solution_wrap_image {
    width: 502px;
  }
  .aicam-solution_number {
    font-size: 64px;
    margin-top: -24px;
    margin-left: -40px;
  }
  .aicam-solution_description {
    font-size: 20px;
    margin-top: -16px;
  }
  .aicam-usecase {
    background-size: 121px 96px;
  }
  .aicam-system {
    background-size: 121px 96px;
  }
  .aicam-system_list {
    gap: 64px 80px;
  }
  .aicam-system_item {
    margin-bottom: 0;
  }
  .aicam-system_title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .aicam-overview_item:first-child {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 644px;
  }
  .aicam-overview_item:first-child .aicam-overview_image {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {

  .aicam .inner {
    margin-inline: auto;
    max-width: 1320px;
    padding-inline: 0;
  }
  .aicam-menu nav {
    margin-inline: 0;
    width: 1320px;
  }
  .aicam-menu_title::before {
    margin-right: 8px;
    width: 96px;
  }
  /* .aicam-menu nav {
    margin-left: -104px;
  } */
  .aicam-scene .inner {
    padding-top: 104px;
    padding-bottom: 136px;
  }
  .aicam-card .inner {
    padding-top: 104px;
    padding-bottom: 112px;
  }
  .aicam-card_caption {
    font-size: 12px;
    top: 48px;
    right: -10px;
  }
  .aicam-choice .inner {
    padding-top: 104px;
    padding-bottom: 112px;
  }
  .aicam-head .frame-top::before {
    top: 40px;
    left: 40px;
  }
  .aicam-head .frame-top::after {
    top: 40px;
    right: 40px;
  }
  .aicam-head .frame-bottom::before {
    bottom: 40px;
    left: 40px;
  }
  .aicam-head .frame-bottom::after {
    right: 40px;
    bottom: 40px;
  }
  .aicam-overview_list {
    padding: 56px 40px;
  }
  .aicam-overview_item:nth-child(2) {
    padding-left: 96px;
  }
  .aicam-overview_item:nth-child(2) .aicam-overview_title {
    margin-bottom: 24px;
    margin-left: -20px;
  }
  .aicam-overview_text li span {
    font-size: 32px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .aicam-head {
    width: 80%;
  }
  .aicam-head_inner {
    width: 95%;
  }
}