.inspection-header-bg {
  background-color: #fff;
  width: 100%;
}
.inspection-visual-section {
  width: 100%;
  height: 400px;
  background-image: url("../img/inspection/main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inspection-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;
}
.inspection-page-title-en {
  font-size: 4.75rem;
  font-weight: 500;
  color: #6e6bb0;
  margin: 0;
  line-height: 1;
}
.inspection-page-title-jp {
  font-size: 2.25rem;
  color: #333333;
  margin: 1rem 0 0 0;
  font-weight: 500;
}
.inspection-heading-left, .inspection-heading-right {
  flex: 1;
  min-width: 300px;
}
.inspection-lead-text {
  font-size: 2.25rem;
  color: #1e1e3f;
  line-height: 1.6;
}
.inspection-detail-section {
  max-width: 1200px;
  margin: 6rem auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 230px;
  flex-wrap: wrap;
}
.inspection-text-block {
  flex: 1;
  min-width: 300px;
}
.inspection-heading {
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.inspection-description {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.8;
}
.inspection-image-block {
  flex: 1;
  min-width: 300px;
}
.inspection-image-block img {
  width: 100%;
  max-width: 553px;
  height: auto;
  display: block;
}
.inspection-overview-section {
  max-width: 1200px;
  margin: 6rem auto;
  padding: 0 2rem;
  /*text-align: center;*/
}
.inspection-overview-title {
  font-size: 2.125rem;
  color: #333333;
  /*margin-bottom: 60px;*/
  text-align: left;
}
.inspection-overview-text {
  font-size: 1.125rem;
  color: #333333;
  /*line-height: 2;*/
}
.inspection-img {}
@media screen and (max-width: 768px) {
  .inspection-visual-section {
    height: 250px;
  }
  .inspection-header-section {
    flex-direction: column;
    padding: 3rem 1.5rem;
  }
  .inspection-page-title-en {
    font-size: 2.5rem;
    text-align: center;
  }
  .inspection-page-title-jp {
    font-size: 1.5rem;
    text-align: center;
  }
  .inspection-lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
  }
  .inspection-detail-section {
    flex-direction: column;
    gap: 3rem;
    margin: 4rem auto;
  }
  .inspection-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .inspection-description {
    font-size: 1rem;
    text-align: center;
  }
  .inspection-image-block img {
    max-width: 100%;
  }
  .inspection-overview-section {
    padding: 0 1rem;
    margin: 4rem auto;
  }
  .inspection-overview-title {
    font-size: 1.5rem;
    /*margin-bottom: 2rem;*/
    /*text-align: center;*/
  }
  .inspection-overview-text {
    font-size: 1rem;
    text-align: left;
  }
  .inspection-img {
    text-align: center;
  }
}