.business__title {
  margin-bottom: 8.25em;
}
.business__intro-catch {
  font-family: "Noto Serif JP", serif;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .business__intro-catch {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
.business__intro-text {
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .business__intro-text {
    font-size: 0.875em;
    text-align: left;
    margin-bottom: 2.5em;
  }
}
.business__intro-text::before {
  content: "OUR TECHNOLOGY";
  font-weight: bold;
  font-size: min(6.25vw, 7.5em);
  white-space: nowrap;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  z-index: -1;
}
@media (max-width: 768px) {
  .business__intro-text::before {
    font-size: 2em;
  }
}
.business__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business__item.--01 {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .business__item.--01 {
    margin-bottom: 2.5em;
  }
}
.business__item.--02 {
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .business__item.--02 {
    margin-bottom: 3.75em;
  }
}
.business__item-contents {
  width: 43.8%;
}
@media (max-width: 1024px) {
  .business__item-contents {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .business__item-title {
    margin-bottom: 1em;
  }
}
.business__item-title-en {
  font-family: "Noto Serif JP", serif;
  color: #8C88BB;
}
@media (max-width: 768px) {
  .business__item-title-en {
    font-size: 0.625em;
  }
}
.business__item-title-en::before {
  display: none;
}
.business__item-title-jp {
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .business__item-title-jp {
    font-size: 1.25em;
  }
}
.business__item-text {
  line-height: 2;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .business__item-text {
    font-size: 0.875em;
    margin-bottom: 1.5em;
  }
}
.business__item-btn {
  max-width: 265px;
}
@media (max-width: 768px) {
  .business__item-btn {
    max-width: 100%;
  }
}
.business__item-image {
  width: 46.667%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .business__item-image {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .business__item-image img {
    aspect-ratio: 3/2;
  }
}
.business__item-image::after {
  content: "";
  display: block;
  width: 71.5%;
  aspect-ratio: 32/24;
  background-color: #1B2F6C;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .business__item-image::after {
    right: 0;
    -webkit-transform: translate(1em, 1em);
            transform: translate(1em, 1em);
    aspect-ratio: 3/2;
  }
}
.business__item-image.--right::after {
  right: 0;
  -webkit-transform: translate(2.5em, 2.5em);
          transform: translate(2.5em, 2.5em);
}
.business__item-image.--left::after {
  left: 0;
  -webkit-transform: translate(-2.5em, 2.5em);
          transform: translate(-2.5em, 2.5em);
}
.business__movie {
  background-color: #F8F8F8;
  padding: 3.125em 1em;
  margin-bottom: 7.5em;
}
@media (max-width: 768px) {
  .business__movie {
    padding: 2.5em 1em;
    margin-bottom: 2.5em;
  }
}
.business__movie-title {
  font-size: 1.25em;
  text-align: center;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .business__movie-title {
    margin-bottom: 1.5em;
  }
}
.business__movie video {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.business__map-title {
  font-size: 1.5em;
  color: #1B2F6C;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.333em;
  margin-bottom: 6em;
}
@media (max-width: 768px) {
  .business__map-title {
    font-size: 1.125em;
    margin-bottom: 1.5em;
    gap: 0.5em;
  }
}
.business__map-title::before, .business__map-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #1B2F6C;
}
@media (max-width: 768px) {
  .business__map-title::before, .business__map-title::after {
    width: 25px;
  }
}
.business__map-btn {
  max-width: 220px;
  margin: 0 auto;
}
.business__map .locations__map {
  margin-bottom: 5em;
}
@media (max-width: 768px) {
  .business__map .locations__map {
    margin-bottom: 2.5em;
  }
}
.business__map .locations__btn {
  display: none;
}