@charset "utf-8";

/*================================================
emiconductor-equipment-parts
================================================*/
.page-header {
  background-image: url(../../../image/business/emiconductor-equipment-parts/page_header_bg.jpg);
}


.handling-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 10px;
}
.handling-item {
  position: relative;
  width: calc(50% - 5px);
}
.handling-item > img {
  border: 1px solid var(--color-gray);
  box-sizing: border-box;
}
.handling-item > figcaption {
  color: var(--color-white);
  /* font-size: clamp(1.6rem, 1.02rem + 2.9vw, 4.5rem); */
  font-size: clamp(1.6rem, 1.22rem + 1.9vw, 3.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(var(--color-black-rgb),0.6);
  line-height: 1.25;
  text-align: center;
}


@media print, screen and (min-width: 769px) {
  .common-pic-item {
    width:calc(50% - 10px);
  }
}
@media print, screen and (min-width: 1200px) {
  .handling-list {
    gap: 60px 40px;
  }
  .handling-item  {
    width:calc(50% - 20px);
  }
}
