.technology-header-bg {
  background-color: #fff;
  width: 100%;
}
.technology-visual-section {
  width: 100%;
  height: 400px;
  background-image: url("../img/precision/main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.technology-header-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  background-color: #fff;
}
.technology-page-title-en {
  font-size: 4.75rem;
  font-weight: 500;
  color: #6e6bb0;
  margin: 0;
  line-height: 1;
}
.technology-page-title-jp {
  font-size: 2.25rem;
  color: #333333;
  margin: 1rem 0 0 0;
  font-weight: 500;
}
.technology-lead-text {
  font-size: 1.8rem;
  color: #1e1e3f;
  line-height: 1.6;
}
.section-title {
  background-color: #1818ab;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
  padding: 2rem 1rem;
  margin: 5% 0 0 0;
  font-weight: normal;
}
.precision-detail-section {
  max-width: 1200px;
  margin: 6rem auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6rem;
  flex-wrap: wrap;
  position: relative;
}
.precision-image-block {
  flex: 1;
  min-width: 300px;
}
.precision-image-block img {
  width: 100%;
  height: auto;
  display: block;
}
.precision-text-block {
  flex: 1;
  min-width: 300px;
  position: relative;
}
.tech-number {
  top: -20px;
  left: -50px;
  font-size: 3rem;
  color: #1818ab;
  font-weight: bold;
}
.precision-heading {
  font-size: 1.5rem;
  color: #1818ab;
  margin-bottom: 1rem;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.precision-description {
  font-size: 1rem;
  color: #333333;
  line-height: 2;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .technology-visual-section {
    height: 250px;
  }
  .technology-header-section {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
  .technology-page-title-en {
    font-size: 2.5rem;
    text-align: center;
  }
  .technology-page-title-jp {
    font-size: 1.5rem;
    text-align: center;
  }
  .technology-lead-text {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
  }
  .precision-detail-section {
    flex-direction: column;
    gap: 3rem;
    margin: 4rem auto;
    padding: 0 1.5rem;
  }
  .precision-image-block, .precision-text-block {
    width: 100%;
  }
  .precision-image-block img {
    max-width: 100%;
    height: auto;
  }
  .tech-number {
    left: 0;
    font-size: 2rem;
  }
  .precision-heading {
    font-size: 1.25rem;
    text-align: left;
  }
  .precision-description {
    font-size: 1rem;
    line-height: 1.8;
    text-align: left;
  }
}