@charset "utf-8";
#technology {
  width: 100%;
  height: auto;
  padding: 0 0 125px;
}
.technology__inner {
  width: 90%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}
.technology__machinery_owned {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin: 12px auto 80px;
}
.technology__machinery_owned__txt {
  width: 56%;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(27 / 16);
}
.technology__machinery_owned__btn_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 36%;
  height: auto;
  border-left: solid 1px var(--color--red);
}
.technology__machinery_owned__btn_wrap {
  width: calc((320 / 360) * 100%);
  height: 50px;
}
.technology__machinery_owned__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 9999px;
}
.technology__list_wrap {
  width: 100%;
  height: auto;
}
.technology__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 80px;
  width: 100%;
  height: auto;
}
.technology__list__item {
  width: 47.8%;
  height: auto;
}
.technology__list__item__image {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.technology__list__item__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  transform: translate(0px, 0px);
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1s;
}
.technology__list__item__image.run::before {
  transform: translate(5px, 5px);
}
.technology__list__item__en_ttl {
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #cccccc;
}
.technology__list__item__ttl {
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.technology__list__item__txt {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
}
.technology__list__item__btn_wrap {
  width: 162px;
  height: 42px;
  margin: 18px auto 0 0;
}

/* PC ================================================== */
@media all and (min-width: 1101px) {
}

@media all and (min-width: 769px) {
}

@media all and (max-width: 1100px) {
}

/* Tablet ================================================== */
@media all and (max-width: 768px) {
  #technology {
    padding: 0 0 120px;
  }
  .technology__inner {
    width: calc((344 / 390) * 100%);
  }
  .technology__machinery_owned {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 40px auto 60px;
  }
  .technology__machinery_owned__txt {
    width: 100%;
    font-size: 14px;
  }
  .technology__machinery_owned__btn_area {
    justify-content: center;
    width: 100%;
    padding: 16px 0 0;
    margin: 16px auto 0;
    border-top: solid 1px var(--color--red);
    border-left: none;
  }
  .technology__machinery_owned__btn_wrap {
    width: 100%;
    max-width: 400px;
  }
  .technology__list {
    row-gap: 60px;
  }
  .technology__list__item__image {
    margin: 0 auto 16px;
  }
  .technology__list__item__en_ttl {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .technology__list__item__ttl {
    margin: 0 auto 10px;
    font-size: 22px;
  }
  .technology__list__item__txt {
    font-size: 14px;
  }
  .technology__list__item__btn_wrap {
    width: 162px;
    height: 42px;
    margin: 18px auto 0 0;
  }
}

/* SP ================================================== */
@media all and (max-width: 575px) {
  .technology__list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 60px;
  }
  .technology__list__item {
    width: 100%;
  }
}
