.equipment-header-bg {
  background-color: #fff;
  width: 100%;
}
.equipment-visual-section {
  width: 100%;
  height: 400px;
  background-image: url("../img/equipment/main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.equipment-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;
}
.equipment-page-title-en {
  font-size: 4.75rem;
  font-weight: 500;
  color: #6e6bb0;
  margin: 0;
  line-height: 1;
}
.equipment-page-title-jp {
  font-size: 2.25rem;
  color: #333333;
  margin: 1rem 0 0 0;
  font-weight: 500;
}
.equipment-lead-text {
  font-size: 2.25rem;
  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;
}
.equipment-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem;
  background-color: #f9f9f9;
}
.equipment-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.equipment-list li {
  flex: 1 1 22%;
  text-align: center;
}
.equipment-list img {
  width: 100%;
  max-width: 308px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.equipment-name {
  font-size: 2.25rem;
  color: #333333;
  margin-top: 1rem;
  font-weight: bold;
}
.equipment-table-wrapper {
  width: 60%;
  margin: 0 auto;
}
.equipment-table {
  width: 100%;
  border-collapse: collapse;
}
.equipment-table th, .equipment-table td {
  font-size: 1.5rem;
  color: #333333;
  text-align: left;
  padding: 1rem 0;
}
.equipment-table td {
  text-align: right;
  white-space: nowrap;
}
.equipment-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;
}
.equipment-detail-section-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.equipment-detail-section-list li {
  flex: 1 1 33%;
  text-align: center;
}
.equipment-text-block {
  /*flex: 1;*/
  min-width: 300px;
}
.equipment-heading {
  font-size: 2rem;
  color: #1e1e3f;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.equipment-description {
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.8;
}
.equipment-image-block {
  flex: 1;
  min-width: 300px;
}
.equipment-image-block img {
  width: 100%;
  max-width: 553px;
  height: auto;
  display: block;
}
.process-section {
  padding: 6rem 2rem;
  text-align: center;
  background-color: #f9f9f9;
}
.process-header {
  max-width: 1000px;
  margin: 0 auto 4rem auto;
}
.process-page-title-en {
  font-size: 4.75rem;
  color: #333333;
  margin: 0;
  line-height: 1;
}
.process-page-title-jp {
  font-size: 2.25rem;
  color: #333333;
  margin: 1rem 0 0 0;
  font-weight: 500;
}
.process-lead-text {
  max-width: 60%;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  margin-top: 2rem;
}
.process-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 4rem auto;
  list-style: none;
  padding: 0;
}
.process-list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-list img {
  width: 172px;
  height: 232px;
  object-fit: contain;
}
.process-list .arrow {
  font-size: 2rem;
  color: #333333;
  align-self: center;
}
.process-conclusion {
  max-width: 46%;
  margin: 4rem auto 0 auto;
  text-align: left;
}
.process-conclusion p {
  font-size: 2.25rem;
  color: #1818ab;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .equipment-visual-section {
    height: 250px;
  }
  .equipment-page-title-en {
    font-size: 2.5rem;
    text-align: center;
  }
  .equipment-page-title-jp {
    font-size: 1.5rem;
    text-align: center;
  }
  .equipment-lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    text-align: center;
  }
  .equipment-header-section {
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 1.5rem;
  }
  .equipment-list {
    gap: 2rem;
    justify-content: center;
  }
  .equipment-list li {
    flex: 1 1 45%;
  }
  .equipment-name {
    font-size: 1.5rem;
  }
  .equipment-table-wrapper {
    width: 100%;
    padding: 0 1rem;
  }
  .equipment-table th, .equipment-table td {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  .equipment-detail-section {
    flex-direction: column;
    gap: 3rem;
    margin: 4rem auto;
  }
  .equipment-heading {
    font-size: 1.5rem;
    text-align: center;
  }
  .equipment-description {
    font-size: 1rem;
    text-align: center;
  }
  .equipment-image-block img {
    max-width: 100%;
  }
  .process-page-title-en {
    font-size: 2.5rem;
  }
  .process-page-title-jp {
    font-size: 1.5rem;
  }
  .process-lead-text {
    font-size: 1.125rem;
    max-width: 100%;
    padding: 0 1rem;
    text-align: left;
  }
  .process-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 2rem;
  }
  .process-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    width: max-content;
    padding: 1rem 1rem 0;
    margin: 0;
    list-style: none;
  }
  .process-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
  }
  .process-list img {
    width: 130px;
    height: auto;
  }
  .process-list .arrow {
    font-size: 1.5rem;
    margin: 0 0.5rem;
  }
  .scroll-hint {
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    color: #666;
    animation: hintMove 1.5s infinite ease-in-out;
    pointer-events: none;
    white-space: nowrap;
  }
  @keyframes hintMove {
    0% {
      transform: translateX(-50%) translateX(0);
      opacity: 0.4;
    }
    50% {
      transform: translateX(-50%) translateX(10px);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateX(0);
      opacity: 0.4;
    }
  }
  .process-conclusion {
    max-width: 90%;
    margin: 3rem auto 0 auto;
  }
  .process-conclusion p {
    font-size: 1.5rem;
    text-align: left;
  }
}