.products__block .products__tab {
  padding: 0;
}

@media screen and (max-width: 724px) {
  .products__block .products__tab {
    padding: 0 0.9rem;
  }
}
.section__wrap.-white {
  background-color: #fff;
}

#products {
  padding: 4rem 0 0;
  margin-bottom: 9rem;
  background-color: #E5F0FA;
}

@media screen and (max-width: 724px) {
  #products {
    padding: 3rem 0 0;
  }
}
@media screen and (max-width: 724px) {
  .products__block {
    padding: 0;
  }
  .products__block .section__title {
    padding: 0 2rem;
  }
}
.products__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3rem;
  padding: 0 0.8rem;
}

@media screen and (max-width: 724px) {
  .products__tab {
    gap: 0.8rem;
  }
}
.products__tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38rem;
  height: 5rem;
  background-color: #8A9CB4;
  border-radius: 0.8rem 0.8rem 0 0;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.products__tab__item.-active {
  background-color: #fff;
  color: #38485F;
}

@media screen and (max-width: 724px) {
  .products__tab__item {
    width: 11.4rem;
    font-size: 1.4rem;
    text-align: center;
  }
}
.products__content {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.5rem 0 3rem;
  gap: 2rem 4rem;
}
.products__content.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1239px) {
  .products__content {
    width: 100%;
    max-width: 70.7rem;
    margin: 0 auto;
  }
  .products__content:last-of-type {
    max-width: 78.4rem;
  }
}
@media screen and (max-width: 724px) {
  .products__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 3rem;
  }
  .products__content:last-of-type {
    max-width: 100%;
  }
}
.products__content__box {
  width: 45.2rem;
}
.products__content__box:first-child {
  width: 21.5rem;
}
.products__content__box dt {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}
.products__content__box.-needs {
  width: 37.2rem;
}

@media screen and (max-width: 1239px) {
  .products__content__box {
    width: calc((100% - 4rem - 2.2rem) / 3 * 2 + 2.2rem);
  }
  .products__content__box:not(.-needs):not(.-category):first-child {
    width: calc((100% - 4rem - 2.2rem) / 3);
  }
  .products__content__box:not(.-needs):not(.-category):first-child .products__item {
    width: 100%;
  }
  .products__content__box:not(.-needs):not(.-category):nth-child(3) {
    width: 100%;
  }
  .products__content__box:not(.-needs):not(.-category):nth-child(3) .products__item {
    width: calc((100% - 4rem - 2.2rem) / 3);
  }
  .products__content__box.-needs {
    width: calc((100% - 4rem) / 2);
  }
  .products__content__box.-needs:last-child {
    width: 100%;
  }
  .products__content__box.-needs:last-child .products__item {
    width: calc(((100% - 4rem) / 2 - 2.2rem) / 2);
  }
}
@media screen and (max-width: 724px) {
  .products__content__box {
    width: 100%;
  }
  .products__content__box dt {
    margin-bottom: 1.5rem;
  }
  .products__content__box:not(.-needs):not(.-category):first-child {
    width: 100%;
  }
  .products__content__box:not(.-needs):not(.-category):first-child .products__item {
    width: 16rem;
  }
  .products__content__box:not(.-needs):not(.-category):last-child {
    width: 100%;
  }
  .products__content__box:not(.-needs):not(.-category):last-child .products__item {
    width: 16rem;
  }
  .products__content__box.-needs {
    width: 100%;
  }
  .products__content__box.-needs:last-child {
    width: 100%;
  }
  .products__content__box.-needs:last-child .products__item {
    width: 16rem;
  }
}
.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8rem 2.2rem;
}

@media screen and (max-width: 724px) {
  .products__list {
    gap: 1.45rem;
  }
}
.products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.5rem;
  min-height: 7rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  color: #222222;
  text-decoration: none;
}
.products__item figure {
  width: 8rem;
  height: 100%;
  margin-right: 1.2rem;
  overflow: hidden;
}
.products__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.-needs .products__item {
  width: 17.5rem;
}
.-needs .products__item img {
  width: 7rem;
}
.products__item:hover {
  opacity: 0.8;
}
.products__item:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 1239px) {
  .products__item {
    width: calc((100% - 2.2rem) / 2);
  }
  .products__item figure {
    width: 8rem;
    height: 100%;
    margin-right: 1.2rem;
    overflow: hidden;
  }
  .-needs .products__item {
    width: calc((100% - 2.2rem) / 2);
  }
  .-needs .products__item img {
    width: 6rem;
  }
}
@media screen and (max-width: 724px) {
  .products__item {
    width: 16rem !important;
    min-height: 6rem;
  }
  .products__item figure {
    width: 7rem;
    margin-right: 0.8rem;
  }
  .-needs .products__item {
    width: 16rem;
  }
}
.category__box {
  gap: 5rem 6rem;
  padding-bottom: 0;
}

@media screen and (max-width: 724px) {
  .category__box {
    gap: 2rem;
  }
}
.products__content__box.-category {
  width: 36rem;
  padding: 2.2rem 1.9rem 2rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.8rem;
}
.products__content__box.-category dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 6rem;
  padding-left: 7rem;
  margin-bottom: 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  color: #5B6B81;
  line-height: 1.181;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.products__content__box.-category dt img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 6rem;
}
.products__content__box.-category dt span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #8A9CB4;
  letter-spacing: 0;
}
.products__content__box.-category dd {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.57;
}

@media screen and (max-width: 724px) {
  .products__content__box.-category {
    width: 100%;
  }
  .products__content__box.-category dt {
    height: 5rem;
    padding-left: 6rem;
    font-size: 1.9rem;
  }
  .products__content__box.-category dt img {
    width: 5rem;
  }
}
.link__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1rem;
}
.link__category a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.link__category a svg {
  width: 3rem;
  height: 3rem;
  margin-left: 1.2rem;
}
.-mobility .link__category a svg {
  fill: #3061DD;
}
.-electronics .link__category a svg {
  fill: #209921;
}
.-construction .link__category a svg {
  fill: #D84C41;
}
.-packaging .link__category a svg {
  fill: #C19700;
}
.-healthcare .link__category a svg {
  fill: #F97891;
}

.section__products {
  width: 100%;
  margin-bottom: 10rem;
}
.section__products:first-of-type {
  margin-top: 7rem;
}

@media screen and (max-width: 724px) {
  .section__products:first-of-type {
    margin-top: 5rem;
  }
}
.anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 4rem 0 0;
}

@media screen and (max-width: 724px) {
  .anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 0;
    margin: 3rem 0 0;
  }
}
.anchor__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 1rem;
  border-width: 0.6rem 0.5rem 0;
  border-style: solid;
  border-color: #38485F transparent;
}

@media screen and (max-width: 724px) {
  .anchor__item {
    width: 50%;
  }
}
.products__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  border-width: 0 0 0 0.1rem;
  border-style: solid;
  border-color: #D9DCE0;
}

@media screen and (max-width: 724px) {
  .products__link__list {
    margin-top: 3rem;
  }
}
.products__link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 50%;
  padding: 2rem 2.5rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #D9DCE0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__link__item:first-child, .products__link__item:nth-child(2) {
  border-top: 0.1rem solid #D9DCE0;
}
.products__link__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  border: 0.1rem solid #D9DCE0;
  overflow: hidden;
}
.products__link__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products__link__item:hover {
  opacity: 0.8;
}
.products__link__item:hover figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 724px) {
  .products__link__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem;
  }
  .products__link__item:nth-child(2) {
    border-top: 0;
  }
  .products__link__item figure {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 724px) {
  .products__link__body {
    display: contents;
  }
}
.products__link__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 724px) {
  .products__link__title {
    width: calc(100% - 8rem);
  }
}
.products__link__text {
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 724px) {
  .products__link__text {
    width: 100%;
  }
}
.products__search__mv {
  width: 100%;
  height: 28rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.products__search__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 724px) {
  .products__search__mv {
    width: 100%;
    height: 14rem;
    margin-bottom: 2rem;
  }
}
.products__search__image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
  margin-top: 4rem;
}

@media screen and (max-width: 724px) {
  .products__search__image__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.products__search__image__item {
  width: 37rem;
}
.products__search__image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 724px) {
  .products__search__image__item {
    width: 100%;
  }
}
.products__link__icon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}

.products__link__icon__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
}
.products__link__icon__item img {
  width: 3.6rem;
  height: 3.6rem;
}
.products__link__icon__item.-heat-release {
  color: #BC4040;
}
.products__link__icon__item.-emc {
  color: #BA4173;
}
.products__link__icon__item.-gap {
  color: #BC5B2A;
}
.products__link__icon__item.-adhesion {
  color: #3E7DB9;
}
.products__link__icon__item.-weight-saving {
  color: #95559D;
}
.products__link__icon__item.-fireproof {
  color: #3F3E95;
}
.products__link__icon__item.-battery {
  color: #8E8829;
}
.products__link__icon__item.-design {
  color: #1D9272;
}
.products__link__icon__item.-sound-insulation {
  color: #117D83;
}
.products__link__icon__item.-rework {
  color: #2293A4;
}
.products__link__icon__item.-co2-reduction {
  color: #71A32E;
}
.products__link__icon__item.-hmi {
  color: #C37C20;
}

.products__mv {
  position: relative;
  height: 31rem;
  margin-bottom: 6rem;
  padding-top: 1.5rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.products__mv.-packaging {
  background-image: url(../images/packaging/img_packaging_mv.png);
}
.products__mv.-packaging::before {
  background-image: url(../images/packaging/icon_packaging_mv_01.png);
}
.products__mv.-packaging::after {
  background-image: url(../images/packaging/icon_packaging_mv_02.png);
}
.products__mv.-healthcare {
  background-image: url(../images/healthcare/img_healthcare_mv.png);
}
.products__mv.-healthcare::before {
  background-image: url(../images/healthcare/icon_healthcare_mv_01.png);
}
.products__mv.-healthcare::after {
  background-image: url(../images/healthcare/icon_healthcare_mv_02.png);
}
.products__mv.-construction {
  background-image: url(../images/construction/img_construction_mv.png);
}
.products__mv.-construction::before {
  background-image: url(../images/construction/icon_construction_mv_01.png);
}
.products__mv.-construction::after {
  background-image: url(../images/construction/icon_construction_mv_02.png);
}
.products__mv.-mobility {
  background-image: url(../images/mobility/img_mobility_mv.png);
}
.products__mv.-mobility::before {
  background-image: url(../images/mobility/icon_mobility_mv_01.png);
}
.products__mv.-mobility::after {
  background-image: url(../images/mobility/icon_mobility_mv_02.png);
}
.products__mv.-electronics {
  background-image: url(../images/electronics/img_electronics_mv.png);
}
.products__mv.-electronics::before {
  background-image: url(../images/electronics/icon_electronics_mv_01.png);
}
.products__mv.-electronics::after {
  background-image: url(../images/electronics/icon_electronics_mv_02.png);
}
.products__mv::before, .products__mv::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.products__mv::before {
  width: 20rem;
  height: 19.3rem;
  top: 1.2rem;
  left: 0;
}
.products__mv::after {
  width: 17.8rem;
  height: 16.4rem;
  bottom: -2.2rem;
  right: 0;
}

@media screen and (max-width: 724px) {
  .products__mv {
    height: 25rem;
    margin-bottom: 4rem;
    padding-top: 7rem;
  }
  .products__mv.-packaging {
    background-image: url(../images/packaging/img_packaging_mv_sp.png);
  }
  .products__mv.-healthcare {
    background-image: url(../images/healthcare/img_healthcare_mv_sp.png);
  }
  .products__mv.-construction {
    background-image: url(../images/construction/img_construction_mv_sp.png);
  }
  .products__mv.-mobility {
    background-image: url(../images/mobility/img_mobility_mv_sp.png);
  }
  .products__mv.-electronics {
    background-image: url(../images/electronics/img_electronics_mv_sp.png);
  }
  .products__mv::before {
    width: 9rem;
    height: 8.7rem;
    top: -0.8rem;
  }
  .products__mv::after {
    width: 8.6rem;
    height: 8.8rem;
    bottom: -1.8rem;
  }
}
.products__mv__title {
  position: relative;
  margin-top: 7.1rem;
  z-index: 1;
  font-size: 1.8rem;
  letter-spacing: 0.55em;
  color: #fff;
}
.products__mv__title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 724px) {
  .products__mv__title {
    margin-top: 0;
    font-size: 1.6rem;
    letter-spacing: 0.4em;
  }
  .products__mv__title span {
    font-size: 3rem;
    margin-top: 1.2rem;
    line-height: 1.4;
  }
}
.page__top__lead {
  margin-bottom: 7rem;
  line-height: 2.125;
  text-align: center;
}

@media screen and (max-width: 724px) {
  .page__top__lead {
    line-height: 1.875;
    text-align: left;
  }
}
.products__icon__title {
  margin-bottom: 5rem;
  padding-top: 6.6rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 11.6rem;
  font-size: 1.3rem;
  color: #38485F;
  line-height: 1.2;
  letter-spacing: 0.3em;
  text-align: center;
}
.products__icon__title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
}
.products__icon__title.-packaging {
  background-image: url(../images/packaging/icon_packaging_title.png);
}
.products__icon__title.-healthcare {
  background-image: url(../images/healthcare/icon_healthcare_title.png);
}
.products__icon__title.-construction {
  background-image: url(../images/construction/icon_construction_title.png);
}
.products__icon__title.-mobility {
  background-image: url(../images/mobility/icon_mobility_title.png);
}
.products__icon__title.-electronics {
  background-image: url(../images/electronics/icon_electronics_title.png);
}

@media screen and (max-width: 724px) {
  .products__icon__title {
    margin-bottom: 4rem;
    padding-top: 4.1rem;
    background-size: 7rem;
    font-size: 1.4rem;
  }
  .products__icon__title span {
    font-size: 3.4rem;
  }
}
#line {
  margin-bottom: 7rem;
}

#news {
  margin-bottom: 7rem;
}

.news__block .section__top__link {
  position: static;
  margin-top: 4rem;
  text-align: right;
}

@media screen and (max-width: 724px) {
  .news__block .section__top__link {
    margin-top: 2rem;
  }
}
#column {
  padding: 0 0 10rem;
}

@media screen and (max-width: 724px) {
  #column {
    padding: 0 0 6rem;
  }
}
.column__block .section__top__link {
  position: static;
  margin-top: 4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .column__block {
    padding-bottom: 5rem;
  }
  .column__block .section__top__link {
    bottom: 0;
  }
}
.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .column__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 724px) {
  .column__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.column__item {
  width: 36rem;
}
.column__item a {
  text-decoration: none;
}
.column__item figure {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  aspect-ratio: 360/240;
}
.column__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column__item dt {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}
.column__item dt span {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5B6B81;
}
.column__item dd {
  color: #222;
}
.column__item:hover {
  opacity: 0.8;
}
.column__item:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 724px) {
  .column__item {
    width: 100%;
  }
  .column__item dt {
    margin-bottom: 1rem;
  }
  .column__item dt span {
    margin-bottom: 0.3rem;
  }
}
#construction__overview {
  background: url(../images/construction/bg_construction.png) no-repeat center 0;
  background-size: auto 79.4rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 724px) {
  #construction__overview {
    background-image: url(../images/construction/bg_construction_sp.png);
    background-size: cover;
  }
}
.overview__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

@media screen and (max-width: 1059px) {
  .overview__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45rem;
  }
}
@media screen and (max-width: 724px) {
  .overview__block {
    gap: 3rem;
    padding: 5rem 2rem 4rem;
  }
}
.overview__text {
  padding-top: 6rem;
}

@media screen and (max-width: 724px) {
  .overview__text {
    padding-top: 0;
  }
}
.products__overview__title {
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #38485F;
}

@media screen and (max-width: 724px) {
  .products__overview__title {
    font-size: 2.8rem;
  }
}
.overview__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: min(47%, 50.9rem);
  margin-left: auto;
  padding: 5rem 0;
}

@media screen and (max-width: 1059px) {
  .overview__link__list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding: 0;
  }
}
.overview__link__item {
  display: block;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.overview__link__item:hover {
  opacity: 0.8;
}
.overview__link__item:first-child .overview__link__item__title img {
  width: 3.7rem;
}
.overview__link__item:nth-child(2) .overview__link__item__title img {
  width: 3.5rem;
}
.overview__link__item:nth-child(3) .overview__link__item__title img {
  width: 3.6rem;
}
.overview__link__item:nth-child(4) .overview__link__item__title img {
  width: 4.2rem;
}

@media screen and (max-width: 1059px) {
  .overview__link__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 724px) {
  .overview__link__item {
    width: 100%;
  }
}
.overview__link__item__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5.4rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #D84C41;
}
.overview__link__item__title img {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  translate: 0 -50%;
}
.overview__link__item__title:first-of-type img {
  width: 3.7rem;
  left: 0.5rem;
}
.overview__link__item__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../images/construction/arrrow_construction.png) no-repeat center center;
  background-size: contain;
  margin-left: auto;
}

.overview__link__item__text {
  font-size: 1.5rem;
  color: #222;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    translate: 0 0;
    scale: 1;
  }
  50% {
    translate: 0 -2rem;
    scale: 1.2;
  }
}

@keyframes fluffy {
  0%, 100% {
    translate: 0 0;
    scale: 1;
  }
  50% {
    translate: 0 -2rem;
    scale: 1.2;
  }
}
.overview__balloon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10rem;
  height: 11.7rem;
  padding-bottom: 3.32rem;
  background: url(../images/construction/bg_construction_overview_balloon.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.overview__balloon:first-of-type {
  top: 25.6rem;
  left: calc(50% - 44.6rem);
}
.overview__balloon:first-of-type img {
  width: 2.7rem;
}
.overview__balloon:nth-of-type(2) {
  top: 52.2rem;
  left: calc(50% - 52.4rem);
}
.overview__balloon:nth-of-type(2) img {
  width: 2.8rem;
}
.overview__balloon:nth-of-type(3) {
  top: 35.9rem;
  left: calc(50% - 9.4rem);
}
.overview__balloon:nth-of-type(3) img {
  width: 3rem;
}
.overview__balloon:nth-of-type(4) {
  top: 42.2rem;
  left: calc(50% - 27rem);
}
.overview__balloon:nth-of-type(4) img {
  width: 3.9rem;
}
.overview__balloon:hover {
  -webkit-animation: fluffy 2s infinite;
          animation: fluffy 2s infinite;
}

@media screen and (max-width: 1059px) {
  .overview__balloon:first-of-type {
    left: 15.4rem;
  }
  .overview__balloon:nth-of-type(2) {
    left: 7.6rem;
  }
  .overview__balloon:nth-of-type(3) {
    left: 50.6rem;
  }
  .overview__balloon:nth-of-type(4) {
    left: 33rem;
  }
}
@media screen and (max-width: 724px) {
  .overview__balloon {
    display: none;
  }
}
#mobility__products {
  margin-bottom: 7rem;
}

.mobility__search__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  left: calc((-100vw + 100%) / 2);
  margin-bottom: 3rem;
}

@media screen and (max-width: 1280px) {
  .mobility__search__contents {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mobility__search__block {
  position: relative;
  width: 33.3333333333%;
  overflow: hidden;
  cursor: pointer;
}
.mobility__search__block:hover .mobility__search__item {
  opacity: 0.8;
}
.mobility__search__block:hover::before {
  scale: 1.2;
}
.mobility__search__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobility__search__block.-ADAS {
  background-color: #1B3C83;
}
.mobility__search__block.-ADAS::before {
  opacity: 0.5;
  background-image: url(../images/mobility/bg_adas.png);
}
.mobility__search__block.-EV {
  background-color: #055052;
}
.mobility__search__block.-EV::before {
  opacity: 0.3;
  background-image: url(../images/mobility/bg_ev.png);
}
.mobility__search__block.-design {
  background-color: #003040;
}
.mobility__search__block.-design::before {
  opacity: 0.2;
  background-image: url(../images/mobility/bg_design.png);
}

@media screen and (max-width: 1280px) {
  .mobility__search__block {
    display: block;
    width: 100%;
  }
  .mobility__search__block:hover .mobility__search__item {
    opacity: 0.8;
  }
  .mobility__search__block:hover::before {
    scale: 1;
  }
}
.mobility__search__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 53.8rem;
  padding: 11rem 4rem 3rem;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1280px) {
  .mobility__search__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    min-height: 20rem;
    padding: 2rem 4rem 2rem 5rem;
  }
}
@media screen and (max-width: 724px) {
  .mobility__search__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 12rem;
    min-height: auto;
    min-height: initial;
    padding: 2rem;
  }
}
.mobility__search__title {
  position: relative;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
}
.mobility__search__title::before {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.mobility__search__title span {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.-ADAS .mobility__search__title::before {
  top: -5.3rem;
  width: 4rem;
  height: 5.1rem;
  background-image: url(../images/mobility/icon_adas.svg);
}
.-EV .mobility__search__title::before {
  top: -5.9rem;
  width: 4.5rem;
  height: 4.1rem;
  background-image: url(../images/mobility/icon_ev.svg);
}
.-design .mobility__search__title::before {
  top: -5.7rem;
  width: 5rem;
  height: 3.7rem;
  background-image: url(../images/mobility/icon_design.svg);
}

@media screen and (max-width: 1280px) {
  .mobility__search__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21rem;
    margin-right: 5rem;
    margin-bottom: 0;
  }
  .mobility__search__title::before {
    position: static;
    translate: 0 0;
  }
  .-ADAS .mobility__search__title::before {
    margin-bottom: 1.3rem;
  }
  .-EV .mobility__search__title::before {
    margin-bottom: 1.8rem;
  }
  .-design .mobility__search__title::before {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 724px) {
  .mobility__search__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: auto;
    padding-left: 6rem;
    font-size: 2.7rem;
    margin-right: 0;
  }
  .mobility__search__title::before {
    position: absolute;
    top: 50% !important;
    left: 0;
    translate: 0 -50% !important;
  }
  .-ADAS .mobility__search__title::before {
    margin-bottom: 0;
  }
  .-EV .mobility__search__title::before {
    margin-bottom: 0;
  }
  .-design .mobility__search__title::before {
    width: 4.4rem;
    margin-bottom: 0;
  }
}
.mobility__search__lead {
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .mobility__search__lead {
    display: none;
  }
}
.mobility__search__text {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.1;
}

@media screen and (max-width: 1280px) {
  .mobility__search__text {
    width: 48rem;
    font-size: 1.5rem;
    line-height: 2.1;
  }
}
@media screen and (max-width: 724px) {
  .mobility__search__text {
    position: absolute;
    top: 14rem;
    left: 0;
    width: 100%;
    padding: 0 2rem;
    line-height: 1.86;
  }
}
.mobility__search__more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
}
.mobility__search__more::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/mobility/arrow_mobility_more.svg) no-repeat center center;
  background-size: contain;
}
.mobility__search__more .-close {
  display: none;
}

@media screen and (max-width: 1280px) {
  .mobility__search__more {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-left: 5.6rem;
    font-size: 1.4rem;
  }
  .mobility__search__more::after {
    width: 1.7rem;
    height: 0.1rem;
    background: #fff;
  }
  .mobility__search__more::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    translate: 0 -50%;
    display: block;
    width: 0.1rem;
    height: 1.7rem;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .-open .mobility__search__more .-more {
    display: none;
  }
  .-open .mobility__search__more .-close {
    display: block;
  }
  .-open .mobility__search__more::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 724px) {
  .mobility__search__more {
    margin-left: 0;
  }
  .mobility__search__more::after {
    width: 1.7rem;
    height: 0.1rem;
  }
  .mobility__search__more::before {
    right: 0.8rem;
    width: 0.1rem;
    height: 1.7rem;
  }
  .mobility__search__more span {
    display: none !important;
  }
}
.mobility__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem 3.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 724px) {
  .mobility__link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.mobility__link__item {
  width: 27rem;
  height: 8rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.2);
}
.mobility__link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobility__link__item a svg {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  fill: #3061DD;
}
.mobility__link__item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 724px) {
  .mobility__link__item {
    width: 100%;
    height: 7rem;
  }
  .mobility__link__item a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.modal__block {
  position: fixed;
  top: 10rem;
  left: 50%;
  z-index: 120;
  translate: -50% 0;
  width: min(100% - 4rem, 128rem);
  height: 59rem;
  padding: 3rem 4rem 4rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: auto;
}
.modal__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.modal__block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.modal__block.-ADAS {
  background-color: #1B3C83;
}
.modal__block.-ADAS::before {
  background-image: url(../images/mobility/bg_adas.png);
  opacity: 0.5;
}
.modal__block.-EV {
  background-color: #055052;
}
.modal__block.-EV::before {
  background-image: url(../images/mobility/bg_ev.png);
  opacity: 0.3;
}
.modal__block.-design {
  background-color: #003040;
}
.modal__block.-design::before {
  background-image: url(../images/mobility/bg_design.png);
  opacity: 0.2;
}
.modal__block.-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1280px) {
  .modal__block {
    position: static;
    translate: 0 0;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 3rem 2rem 6rem;
    background-color: rgba(0, 0, 0, 0.4) !important;
    opacity: 1;
    visibility: visible;
  }
  .modal__block::before, .modal__block::after {
    display: none;
  }
}
@media screen and (max-width: 724px) {
  .modal__block {
    padding-bottom: 4rem;
  }
  .modal__block.-ADAS {
    padding-top: 17.5rem;
  }
  .modal__block.-EV {
    padding-top: 23rem;
  }
  .modal__block.-design {
    padding-top: 20rem;
  }
}
.modal__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
}
.-ADAS .modal__img {
  translate: -42rem 0;
  width: 97rem;
}
.-EV .modal__img {
  translate: -25rem 0;
  width: 80rem;
}
.-design .modal__img {
  translate: -30.9rem 0;
  width: 61.7rem;
}

@media screen and (max-width: 1280px) {
  .modal__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .-ADAS .modal__img {
    translate: -0.5rem 0;
    width: 88.3rem;
  }
  .-EV .modal__img {
    translate: 0 0;
  }
  .-design .modal__img {
    translate: 0 0;
  }
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.modal__close svg {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 1rem;
  stroke: #fff;
}

@media screen and (max-width: 1280px) {
  .modal__close {
    display: none;
  }
}
.modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2.7rem;
  font-weight: 700;
  color: #fff;
}
.modal__title::before {
  content: "";
  display: block;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.-ADAS .modal__title::before {
  width: 3rem;
  height: 3.9rem;
  background-image: url(../images/mobility/icon_adas.svg);
}
.-EV .modal__title::before {
  width: 3.5rem;
  height: 3.2rem;
  background-image: url(../images/mobility/icon_ev.svg);
}
.-design .modal__title::before {
  width: 4rem;
  height: 2.9rem;
  background-image: url(../images/mobility/icon_design.svg);
}

@media screen and (max-width: 1280px) {
  .modal__title {
    display: none;
  }
}
.modal__func__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1280px) {
  .modal__func__list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 724px) {
  .modal__func__list {
    gap: 1rem 1.5rem;
  }
}
@-webkit-keyframes glow_func {
  0%, 100% {
    text-shadow: 0 0 0 currentColor;
  }
  50% {
    text-shadow: 0 0 1rem currentColor;
  }
}
@keyframes glow_func {
  0%, 100% {
    text-shadow: 0 0 0 currentColor;
  }
  50% {
    text-shadow: 0 0 1rem currentColor;
  }
}
@-webkit-keyframes glow_func_img {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 currentColor;
            box-shadow: 0 0 0 currentColor;
    scale: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 2rem currentColor;
            box-shadow: 0 0 2rem currentColor;
    scale: 1.1;
  }
}
@keyframes glow_func_img {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 currentColor;
            box-shadow: 0 0 0 currentColor;
    scale: 1;
  }
  50% {
    -webkit-box-shadow: 0 0 2rem currentColor;
            box-shadow: 0 0 2rem currentColor;
    scale: 1.1;
  }
}
.modal__func__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}
.modal__func__item img {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 0.5rem;
  border-radius: 50%;
}
.modal__func__item.-active {
  -webkit-animation: glow_func 1.5s infinite;
          animation: glow_func 1.5s infinite;
}
.modal__func__item.-active img {
  -webkit-animation: glow_func_img 1.5s infinite;
          animation: glow_func_img 1.5s infinite;
}
.modal__func__item.-heat-release {
  color: #FF6B6A;
}
.modal__func__item.-emc {
  color: #FF6CA8;
}
.modal__func__item.-gap {
  color: #FF9058;
}
.modal__func__item.-adhesion {
  color: #5999D3;
}
.modal__func__item.-weight-saving {
  color: #A76FAC;
}
.modal__func__item.-fireproof {
  color: #9FA7FF;
}
.modal__func__item.-battery {
  color: #BDB329;
}
.modal__func__item.-rework {
  color: #32B7CB;
}
.modal__func__item.-co2-reduction {
  color: #88C12D;
}
.modal__func__item.-design {
  color: #43B691;
}
.modal__func__item.-hmi {
  color: #F2992A;
}
.modal__func__item.-sound-insulation {
  color: #17A3AE;
}

@media screen and (max-width: 724px) {
  .modal__func__item img {
    width: 3rem;
    height: 3rem;
  }
}
.modal__products__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.3rem 0 3.7rem;
}

@media screen and (max-width: 1280px) {
  .modal__products__block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5rem;
    padding: 0 2.3rem 0 3.7rem;
  }
}
@media screen and (max-width: 724px) {
  .modal__products__block {
    gap: 1rem;
    width: 100%;
    padding: 0;
  }
}
.modal__products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}

@media screen and (max-width: 1280px) {
  .modal__products__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 724px) {
  .modal__products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@-webkit-keyframes pointer {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.3;
  }
}
@keyframes pointer {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 1.3;
  }
}
.modal__products__item a, .modal__products__item span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.6rem;
  padding: 0.3rem 1.4rem;
  border: 1px solid #fff;
  border-radius: calc(infinity * 1px);
  background-color: #003040;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__products__item a::before, .modal__products__item span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  pointer-events: none;
}
.modal__products__item a::before {
  background-size: calc(100% - 1.6rem) 100%;
}
.-right .modal__products__item a::before {
  background-position: right 0;
}
.modal__products__item a::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0;
  height: 0;
  margin-left: 1rem;
  border-width: 0.4rem 0 0.4rem 0.6rem;
  border-style: solid;
  border-color: transparent #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal__products__item span {
  cursor: pointer;
}
.modal__products__item::before, .modal__products__item::after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/mobility/icon__pointer.png) no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 0 0 0.7rem #0089FF;
          box-shadow: 0 0 0.7rem #0089FF;
  border-radius: 50%;
  cursor: pointer;
}
.modal__products__item::after {
  display: none;
}
.modal__products__item:hover a, .modal__products__item:hover span {
  background-color: white;
  color: #000;
}
.modal__products__item:hover a::after, .modal__products__item:hover span::after {
  border-color: transparent #054A97;
}
.modal__products__item:hover::before, .modal__products__item:hover::after {
  z-index: 3;
  -webkit-animation: pointer 1.5s infinite;
          animation: pointer 1.5s infinite;
}
.modal__products__item.-ADAS_01::before {
  top: 21.8rem;
  translate: 15.3rem 0;
}
.modal__products__item.-ADAS_01 a::before, .modal__products__item.-ADAS_01 span::before {
  width: 46.5rem;
  height: 4.3rem;
  background-image: url(../images/mobility/border_adas_01.png);
}
.modal__products__item.-ADAS_02::before {
  top: 26.8rem;
  translate: 34.5rem 0;
}
.modal__products__item.-ADAS_02::after {
  display: block;
  top: 36.4rem;
  translate: -0.6rem 0;
}
.modal__products__item.-ADAS_02 a::before, .modal__products__item.-ADAS_02 span::before {
  width: 69.2rem;
  height: 15.2rem;
  background-image: url(../images/mobility/border_adas_02.png);
}
.modal__products__item.-ADAS_03::before {
  top: 44.3rem;
  translate: 1.8rem 0;
}
.modal__products__item.-ADAS_03 a::before, .modal__products__item.-ADAS_03 span::before {
  width: 35.8rem;
  height: 18.5rem;
  background-image: url(../images/mobility/border_adas_03.png);
}
.modal__products__item.-ADAS_04::before {
  top: 46.4rem;
  translate: -33rem 0;
}
.modal__products__item.-ADAS_04 a::before, .modal__products__item.-ADAS_04 span::before {
  width: 4.6rem;
  height: 16.1rem;
  background-image: url(../images/mobility/border_adas_04.png);
}
.modal__products__item.-ADAS_05::before {
  display: none;
}
.modal__products__item.-ADAS_05 a::before, .modal__products__item.-ADAS_05 span::before {
  display: none;
}
.modal__products__item.-EV_01::before {
  top: 23.6rem;
  translate: 15.6rem 0;
}
.modal__products__item.-EV_01 a::before, .modal__products__item.-EV_01 span::before {
  width: 41.8rem;
  height: 6.2rem;
  background-image: url(../images/mobility/border_ev_01.png);
}
.modal__products__item.-EV_02::before {
  top: 22.2rem;
  translate: 4.4rem 0;
}
.modal__products__item.-EV_02 a::before, .modal__products__item.-EV_02 span::before {
  width: 40.1rem;
  height: 0.8rem;
  background-image: url(../images/mobility/border_ev_02.png);
}
.modal__products__item.-EV_03::before {
  top: 25.2rem;
  translate: -4.1rem 0;
}
.modal__products__item.-EV_03 a::before, .modal__products__item.-EV_03 span::before {
  width: 28.9rem;
  height: 0.1rem;
  background-image: url(../images/mobility/border_ev_03.png);
}
.modal__products__item.-EV_04::before {
  top: 25.5rem;
  translate: -1rem 0;
}
.modal__products__item.-EV_04 a::before, .modal__products__item.-EV_04 span::before {
  top: auto;
  bottom: 50%;
  width: 29rem;
  height: 4.1rem;
  background-image: url(../images/mobility/border_ev_04.png);
}
.modal__products__item.-EV_05::before {
  top: 25.6rem;
  translate: 2.9rem 0;
}
.modal__products__item.-EV_05 a::before, .modal__products__item.-EV_05 span::before {
  width: 16rem;
  height: 0.1rem;
  background-image: url(../images/mobility/border_ev_05.png);
}
.modal__products__item.-EV_06::before {
  top: 25.6rem;
  translate: 2.9rem 0;
}
.modal__products__item.-EV_06 a::before, .modal__products__item.-EV_06 span::before {
  top: auto;
  bottom: 50%;
  width: 29.3rem;
  height: 14.9rem;
  background-image: url(../images/mobility/border_ev_06.png);
}
.modal__products__item.-EV_07::before {
  top: 40.9rem;
  translate: -14.5rem 0;
}
.modal__products__item.-EV_07 a::before, .modal__products__item.-EV_07 span::before {
  top: auto;
  bottom: 50%;
  width: 27.4rem;
  height: 3.7rem;
  background-image: url(../images/mobility/border_ev_07.png);
}
.modal__products__item.-EV_08::before {
  top: 40.9rem;
  translate: -14.5rem 0;
}
.modal__products__item.-EV_08 a::before, .modal__products__item.-EV_08 span::before {
  top: auto;
  bottom: 50%;
  width: 17rem;
  height: 4.2rem;
  background-image: url(../images/mobility/border_ev_08.png);
}
.modal__products__item.-design_01::before {
  top: 24.1rem;
  translate: 1.6rem 0;
}
.modal__products__item.-design_01 a::before, .modal__products__item.-design_01 span::before {
  width: 39.6rem;
  height: 6.6rem;
  background-image: url(../images/mobility/border_design_01.png);
}
.modal__products__item.-design_02::before {
  top: 22.7rem;
  translate: -16.5rem 0;
}
.modal__products__item.-design_02 a::before, .modal__products__item.-design_02 span::before {
  width: 22.7rem;
  height: 1.3rem;
  background-image: url(../images/mobility/border_design_02.png);
}
.modal__products__item.-design_03::before {
  top: 27.5rem;
  translate: -8.6rem 0;
}
.modal__products__item.-design_03 a::before, .modal__products__item.-design_03 span::before {
  width: 32.1rem;
  height: 1.8rem;
  background-image: url(../images/mobility/border_design_03.png);
}
.modal__products__item.-design_04::before {
  top: 31.9rem;
  translate: -11.1rem 0;
}
.modal__products__item.-design_04 a::before, .modal__products__item.-design_04 span::before {
  width: 23rem;
  height: 2.2rem;
  background-image: url(../images/mobility/border_design_04.png);
}
.modal__products__item.-design_05::before {
  top: 38.2rem;
  translate: 1.4rem 0;
}
.modal__products__item.-design_05 a::before, .modal__products__item.-design_05 span::before {
  width: 35.3rem;
  height: 3.9rem;
  background-image: url(../images/mobility/border_design_05.png);
}
.modal__products__item.-design_06::before, .modal__products__item.-design_07::before, .modal__products__item.-design_08::before {
  display: none;
}
.modal__products__item.-design_06 a::before, .modal__products__item.-design_06 span::before, .modal__products__item.-design_07 a::before, .modal__products__item.-design_07 span::before, .modal__products__item.-design_08 a::before, .modal__products__item.-design_08 span::before {
  display: none;
}
.modal__products__item.-design_09::before {
  top: 16.9rem;
  translate: 18.8rem 0;
}
.modal__products__item.-design_09 a::before, .modal__products__item.-design_09 span::before {
  left: auto;
  right: 100%;
  width: 14.6rem;
  height: 0.1rem;
  background-image: url(../images/mobility/border_design_09.png);
}
.modal__products__item.-design_10::before {
  top: 29rem;
  translate: 15.6rem 0;
}
.modal__products__item.-design_10 a::before, .modal__products__item.-design_10 span::before {
  left: auto;
  right: 100%;
  width: 17.7rem;
  height: 8rem;
  background-image: url(../images/mobility/border_design_10.png);
}
.modal__products__item.-design_11::before {
  top: 40.5rem;
  translate: 22.2rem 0;
}
.modal__products__item.-design_11 a::before, .modal__products__item.-design_11 span::before {
  left: auto;
  right: 100%;
  width: 11.2rem;
  height: 15.4rem;
  background-image: url(../images/mobility/border_design_11.png);
}
.modal__products__item.-design_12::before {
  top: 50.5rem;
  translate: 19.4rem 0;
}
.modal__products__item.-design_12 a::before, .modal__products__item.-design_12 span::before {
  left: auto;
  right: 100%;
  width: 14rem;
  height: 20.4rem;
  background-image: url(../images/mobility/border_design_12.png);
}
.modal__products__item.-design_13::before {
  top: 52.9rem;
  translate: 13.5rem 0;
}
.modal__products__item.-design_13 a::before, .modal__products__item.-design_13 span::before {
  left: auto;
  right: 100%;
  width: 19.8rem;
  height: 17.8rem;
  background-image: url(../images/mobility/border_design_13.png);
}

@media screen and (max-width: 1280px) {
  .modal__products__item a::before, .modal__products__item span::before {
    display: none;
  }
  .modal__products__item::before {
    display: none;
  }
  .modal__products__item br {
    display: none;
  }
}
@media screen and (max-width: 724px) {
  .modal__products__item {
    width: 100%;
  }
  .modal__products__item a, .modal__products__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.modal__transition__list {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

.modal__transition__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.modal__transition__item::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/mobility/arrow_mobility_more.svg) no-repeat center center;
  background-size: contain;
}

.modal__transition__list {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

@media screen and (max-width: 1280px) {
  .modal__transition__list {
    display: none;
  }
}
.modal__transition__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.6rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.modal__transition__item::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(../images/mobility/arrow_mobility_more.svg) no-repeat center center;
  background-size: contain;
}

.search__parts__top {
  width: 100%;
  height: 55rem;
  padding-top: 5rem;
  background: url(../images/mobility_search/bg_search_parts.png) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 1280px) {
  .search__parts__top {
    height: auto;
    padding-top: 0;
  }
}
.search__parts__block {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .search__parts__block {
    position: relative;
    height: 100%;
    padding-top: 48rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 724px) {
  .search__parts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.search__parts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

@media screen and (max-width: 1280px) {
  .search__parts__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem 4rem;
  }
}
@media screen and (max-width: 724px) {
  .search__parts__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 3.5rem;
  }
}
.search__parts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

@media screen and (max-width: 1280px) {
  .search__parts__list {
    display: contents;
  }
}
.search__parts__item > a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.search__parts__item::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-top: -0.3rem;
  margin-right: 1.2rem;
  background: url(../images/mobility/icon__pointer.png) no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 0 0 0.7rem #0089FF;
          box-shadow: 0 0 0.7rem #0089FF;
  border-radius: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 724px) {
  .search__parts__item > a span {
    font-size: 1.3rem;
  }
}
.search__parts__sub__list {
  margin-top: 1.5rem;
}

@media screen and (max-width: 724px) {
  .search__parts__sub__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search__parts__sub__item {
  line-height: 1.73;
}
.search__parts__sub__item > a {
  font-size: 1.5rem;
  color: #fff;
}
.search__parts__sub__item::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.1rem;
  margin-right: 0.9rem;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 724px) {
  .search__parts__sub__item {
    min-width: 50%;
  }
}
.search__parts__img {
  position: absolute;
  bottom: 3rem;
  right: 5.1rem;
  width: 65.8rem;
  height: 43rem;
  background: url(../images/mobility_search/img_search_parts.png) no-repeat center 2.1rem;
  background-size: 65.8rem 40.9rem;
}

@media screen and (max-width: 1280px) {
  .search__parts__img {
    bottom: auto;
    right: auto;
    top: 5rem;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (max-width: 724px) {
  .search__parts__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    width: 100%;
    height: 24.3rem;
    translate: 0 0;
    background-position: center 3.4rem;
    background-size: 100% 20.9rem;
  }
}
.search__parts__img__link {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6rem;
  padding: 0.3rem 1.4rem;
  border: 0.1rem solid #fff;
  border-radius: calc(infinity * 1px);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search__parts__img__link::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/mobility/icon__pointer.png) no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 0 0 0.7rem #0089FF;
          box-shadow: 0 0 0.7rem #0089FF;
  border-radius: 50%;
  cursor: pointer;
}
.search__parts__img__link::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.search__parts__img__link:hover {
  background-color: white;
  color: #000;
}
.search__parts__img__link:hover::before {
  z-index: 3;
  -webkit-animation: pointer 1.5s infinite;
          animation: pointer 1.5s infinite;
}
.search__parts__img__link.-parts_01 {
  top: 3.2rem;
  right: 5.2rem;
}
.search__parts__img__link.-parts_01::before {
  top: 7.3rem;
  left: 3.8rem;
}
.search__parts__img__link.-parts_01::after {
  width: 0.1rem;
  height: 5.7rem;
  top: 2.6rem;
  left: 4.8rem;
  background-image: url(../images/mobility_search/border_parts_01.png);
}
.search__parts__img__link.-parts_02 {
  top: 7.4rem;
  left: 3.9rem;
}
.search__parts__img__link.-parts_02::before {
  top: 12.7rem;
  left: 13.7rem;
}
.search__parts__img__link.-parts_02::after {
  width: 5.9rem;
  height: 11.1rem;
  top: 2.6rem;
  left: 8.8rem;
  background-image: url(../images/mobility_search/border_parts_02.png);
}
.search__parts__img__link.-parts_03 {
  left: 22.5rem;
  top: 0;
}
.search__parts__img__link.-parts_03::before {
  top: 16.2rem;
  left: 2rem;
}
.search__parts__img__link.-parts_03::after {
  width: 0.1rem;
  height: 14.7rem;
  top: 2.6rem;
  left: 2.9rem;
  background-image: url(../images/mobility_search/border_parts_03.png);
}
.search__parts__img__link.-parts_04 {
  top: 26.8rem;
  right: 2.7rem;
}
.search__parts__img__link.-parts_04::before {
  top: -9.6rem;
  left: -10.8rem;
}
.search__parts__img__link.-parts_04::after {
  width: 9.9rem;
  height: 9.9rem;
  top: -8.6rem;
  left: -9.9rem;
  background-image: url(../images/mobility_search/border_parts_04.png);
}

@media screen and (max-width: 724px) {
  .search__parts__img__link {
    max-width: 15rem;
    min-height: 2.6rem;
    height: auto;
    text-align: center;
  }
  .search__parts__img__link::before {
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../images/mobility/icon__pointer.png) no-repeat center center;
    background-size: contain;
    -webkit-box-shadow: 0 0 0.7rem #0089FF;
            box-shadow: 0 0 0.7rem #0089FF;
    border-radius: 50%;
    cursor: pointer;
  }
  .search__parts__img__link::after {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .search__parts__img__link:hover {
    background-color: white;
    color: #000;
  }
  .search__parts__img__link:hover::before {
    z-index: 3;
    -webkit-animation: pointer 1.5s infinite;
            animation: pointer 1.5s infinite;
  }
  .search__parts__img__link.-parts_01 {
    top: 0;
    right: auto;
    left: 23.3rem;
  }
  .search__parts__img__link.-parts_01::before {
    top: 7.3rem;
    left: 3.9rem;
  }
  .search__parts__img__link.-parts_02 {
    top: 0;
    left: 0;
  }
  .search__parts__img__link.-parts_02::before {
    top: 12.2rem;
    left: 8.2rem;
  }
  .search__parts__img__link.-parts_02::after {
    width: 1.6rem;
    height: 8.9rem;
    top: 4.3rem;
    left: 7.6rem;
    background-image: url(../images/mobility_search/border_parts_02_sp.png);
  }
  .search__parts__img__link.-parts_03 {
    left: 16rem;
    top: 0;
  }
  .search__parts__img__link.-parts_03::before {
    top: 10.3rem;
    left: -4.1rem;
  }
  .search__parts__img__link.-parts_03::after {
    width: 5.9rem;
    height: 8.7rem;
    top: 2.6rem;
    left: -3.1rem;
    background-image: url(../images/mobility_search/border_parts_03_sp.png);
  }
  .search__parts__img__link.-parts_04 {
    top: 17.9rem;
    right: 0;
  }
  .search__parts__img__link.-parts_04::before {
    top: -7.3rem;
    left: -1.4rem;
  }
  .search__parts__img__link.-parts_04::after {
    width: 6.4rem;
    height: 6.4rem;
    top: -6.4rem;
    left: -0.4rem;
  }
}
#search__func {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 724px) {
  #search__func {
    padding: 3rem 0 5rem;
  }
}
.-search__func {
  margin-bottom: 8rem;
}

@media screen and (max-width: 724px) {
  .-search__func {
    margin-bottom: 5rem;
  }
}
.-search__func .products__item {
  width: calc((100% - 6.6rem) / 4);
  padding: 0 1rem;
  font-size: 1.6rem;
}
.-search__func .products__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
}

@media screen and (max-width: 940px) {
  .-search__func .products__item {
    width: calc((100% - 4.4rem) / 3);
  }
}
@media screen and (max-width: 724px) {
  .-search__func .products__item {
    width: calc((100% - 2.2rem) / 2);
    font-size: 1.4rem;
  }
  .-search__func .products__item figure {
    width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
  }
}
#search__result {
  padding: 5rem 0 10rem;
}

@media screen and (max-width: 724px) {
  #search__result {
    padding: 3rem 0 6rem;
  }
}
.search__keywords__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-bottom: 5rem;
  padding: 2rem 3rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.4rem;
}
.search__keywords__box dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.search__keywords__box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 724px) {
  .search__keywords__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    padding: 1.5rem;
  }
  .search__keywords__box dt {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .search__keywords__box dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
}
.search__keywords__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4rem;
  padding: 1.5rem;
  border: 0.1rem solid #909090;
  border-radius: 0.4rem;
}

@media screen and (max-width: 724px) {
  .search__keywords__input {
    width: 100%;
    height: 5rem;
  }
}
.btn--prime.-search__keywords {
  width: 14rem;
  height: 4rem;
  background-color: #054A97;
  color: #fff;
}
.btn--prime .icon__search {
  margin-right: 0.6rem;
  margin-bottom: 0;
  stroke: #fff;
}

@media screen and (max-width: 724px) {
  .btn--prime.-search__keywords {
    width: 100%;
    height: 5rem;
  }
}
.products__search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-width: 0.1rem 0 0 0.1rem;
  border-style: solid;
  border-color: #D9DCE0;
}

@media screen and (max-width: 724px) {
  .products__search__list {
    margin-top: 3rem;
  }
}
.products__search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 50%;
  padding: 2rem 2.5rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-color: #D9DCE0;
  text-decoration: none;
}
.products__search__item figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  border: 0.1rem solid #D9DCE0;
  overflow: hidden;
}
.products__search__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 724px) {
  .products__search__item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem;
  }
  .products__search__item figure {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 724px) {
  .products__search__body {
    display: contents;
  }
}
.products__search__title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 724px) {
  .products__search__title {
    width: calc(100% - 8rem);
  }
}
.products__search__text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 0.8rem;
}
.products__search__text__link a {
  font-size: 1.4rem;
  color: #38485F;
}

@media screen and (max-width: 724px) {
  .products__search__text__link {
    width: 100%;
  }
}
.products__search__text {
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 724px) {
  .products__search__text {
    width: 100%;
  }
}
.products__search__num {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

/* products_construction_search_area */
#search__area {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 724px) {
  #search__area {
    padding: 3rem 0 5rem;
  }
}
.search__area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 940px) {
  .search__area__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 724px) {
  .search__area__list {
    gap: 1.5rem;
    margin-bottom: 6rem;
  }
}
.search__area__item {
  width: calc((100% - 12rem) / 4);
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search__area__item:first-child dt img {
  width: 3.7rem;
}
.search__area__item:nth-child(2) dt img {
  width: 3.5rem;
}
.search__area__item:nth-child(3) dt img {
  width: 3.6rem;
}
.search__area__item:last-child dt img {
  width: 4.2rem;
}
.search__area__item:hover {
  opacity: 0.8;
}

@media screen and (max-width: 940px) {
  .search__area__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media screen and (max-width: 724px) {
  .search__area__item:first-child dt img {
    width: 3.2rem;
  }
  .search__area__item:nth-child(2) dt img {
    width: 3rem;
  }
  .search__area__item:nth-child(3) dt img {
    width: 3.1rem;
  }
  .search__area__item:last-child dt img {
    width: 3.7rem;
  }
}
.search__area__item__contents {
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem 3rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.8rem;
}
.search__area__item__contents dt {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 4.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #D84C41;
}
.search__area__item__contents dt img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.search__area__item__contents dd {
  font-size: 1.5rem;
  color: #222;
}

@media screen and (max-width: 724px) {
  .search__area__item__contents {
    padding: 2rem 2rem 2.5rem;
  }
  .search__area__item__contents dt {
    margin-bottom: 1rem;
    padding-left: 4.2rem;
    font-size: 2rem;
  }
  .search__area__item__contents dd {
    font-size: 1.3rem;
  }
}
/* products_construction_search_needs */
#search__needs {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 724px) {
  #search__needs {
    padding: 3rem 0 5rem;
  }
}
.search__needs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.8rem;
  padding-bottom: 9.5rem;
}

@media screen and (max-width: 724px) {
  .search__needs__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.1rem;
    padding-bottom: 5rem;
  }
}
.search__needs__item {
  width: 36rem;
}
.search__needs__item dt {
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
}
.search__needs__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
.search__needs__item:first-child dd .search__needs__item__btn:first-child img {
  width: 5rem;
  left: 1.5rem;
}
.search__needs__item:first-child dd .search__needs__item__btn:last-child img {
  width: 5.4rem;
  left: 1.2rem;
}
.search__needs__item:nth-child(2) dd .search__needs__item__btn:first-child img {
  width: 4rem;
  left: 1.9rem;
}
.search__needs__item:nth-child(2) dd .search__needs__item__btn:last-child img {
  width: 4.7rem;
  left: 1.8rem;
}
.search__needs__item:last-child dd .search__needs__item__btn:first-child img {
  width: 5rem;
  left: 1.5rem;
}
.search__needs__item:last-child dd .search__needs__item__btn:last-child img {
  width: 4.8rem;
  left: 1.6rem;
}

@media screen and (max-width: 724px) {
  .search__needs__item {
    width: 100%;
  }
  .search__needs__item dt {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
  }
  .search__needs__item dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2rem;
  }
  .search__needs__item:first-child dd .search__needs__item__btn:first-child img {
    width: 3.2rem;
    left: 0.8rem;
  }
  .search__needs__item:first-child dd .search__needs__item__btn:last-child img {
    width: 3.2rem;
    left: 0.8rem;
  }
  .search__needs__item:nth-child(2) dd .search__needs__item__btn:first-child img {
    width: 2.7rem;
    left: 1.2rem;
  }
  .search__needs__item:nth-child(2) dd .search__needs__item__btn:last-child img {
    width: 3rem;
    left: 1.1rem;
  }
  .search__needs__item:last-child dd .search__needs__item__btn:first-child img {
    width: 3.2rem;
    left: 0.8rem;
  }
  .search__needs__item:last-child dd .search__needs__item__btn:last-child img {
    width: 3.2rem;
    left: 1rem;
  }
}
.search__needs__item__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8rem;
  height: 7rem;
  padding: 0.8rem 2rem 0.8rem 9.2rem;
  border: 0.1rem solid #D9DCE0;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.search__needs__item__btn img {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.search__needs__item__btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 724px) {
  .search__needs__item__btn {
    gap: 1.8rem;
    width: 50%;
    padding: 0.6rem 1rem 0.6rem 5.2rem;
    font-size: 1.4rem;
  }
}
/* products_construction_search_area */
#search__form {
  padding: 5rem 0 8rem;
}

@media screen and (max-width: 724px) {
  #search__form {
    padding: 3rem 0 5rem;
  }
}
.search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 1239px) {
  .search__content {
    width: 100%;
    max-width: 70.7rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 724px) {
  .search__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 3rem;
  }
}
.products__search__block {
  width: 100%;
}

#electronics__overview {
  margin-bottom: 3rem;
}

.electronics__overview__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 768px) {
  .electronics__overview__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.electronics__overview__item {
  width: 57rem;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
}
.electronics__overview__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 26rem;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.electronics__overview__item a span {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.electronics__overview__item a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.electronics__overview__item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.electronics__overview__item a:hover figure img {
  scale: 1.2;
}

#electronics__technology {
  margin-bottom: 5rem;
}

.electronics__technology__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem 1rem;
  width: 100%;
  height: 18rem;
  padding: 1.75rem 2.7rem 1.75rem 4.5rem;
  background: url(../images/electronics/bg_technology.png) no-repeat center 0;
  background-size: cover;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .electronics__technology__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.electronics__technology__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44.8rem;
  max-width: 100%;
}
.electronics__technology__text h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4rem;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
}
.electronics__technology__text h2 span {
  font-size: 1.6rem;
  font-weight: 800;
  color: #677386;
}
.electronics__technology__text p {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}

.electronics__technology__img {
  width: 66.8rem;
  margin: auto;
}

@media screen and (max-width: 900px) {
  .electronics__technology__img {
    width: 100%;
  }
}
#electronics__products {
  margin-bottom: 10rem;
}

.electronics__products__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5rem;
}

@media screen and (max-width: 768px) {
  .electronics__products__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.electronics__products__item {
  width: 37rem;
  max-width: 100%;
}
.electronics__products__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 17rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
}
.electronics__products__item a figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.electronics__products__item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.electronics__products__item a span {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.electronics__products__item a:hover figure img {
  scale: 1.2;
}
.electronics__products__item p {
  font-size: 1.5rem;
  line-height: 1.6;
}