/* ----------------------------------
message
---------------------------------- */
#message .in {
  padding: 4.5rem 0 0;
}
#message .ttl-h2 .en {
  font-size: 12rem !important;
  color: #dcebdf;
}
#message .txt {
  margin-top: -9rem;
  margin-bottom: 2.5rem;
  padding: 9.1rem 0;
  font-size: 1.8rem;
  font-weight: var(--medium);
  line-height: 2;
  background: url(https://sakaikensetukogyo.jp/wp-content/uploads/2025/07/demolition_message_gradient_reversed.png) center/28rem auto no-repeat;
  text-align: center;
  z-index: -1;
}
#message .bg {
  width: 100%;
  height: 27rem;
  background: url(../img/demolition/demolition_message_bg.jpg) center/cover no-repeat;
  /* background-attachment: fixed; */
} 
@media screen and (max-width: 767px) {
  #message .in {
    padding-top: 7.5rem;
  }
  #message .ttl-h2 .en {
    font-size: 8rem !important;
  }
  #message .txt {
    margin-bottom: -0.5rem;
  }
  #message .bg {
    height: 18rem;
  }
}

/* ----------------------------------
compatible-range
---------------------------------- */
#compatible-range {
  background: var(--color-bg);
}
#compatible-range .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#compatible-range .list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  width: calc(20% - (1rem * 4 / 5));
  height: 16rem;
  background: var(--color-white);
  border: 0.2rem solid var(--color-blue);
}
#compatible-range .list li img {
  width: 6rem;
}
#compatible-range .list li:nth-of-type(7) img {
  width: 5.5rem;
}
#compatible-range .list li p {
  color: var(--color-blue);
  font-size: 2.2rem;
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  #compatible-range .list li {
    width: calc(50% - (1rem * 1 / 2));
    height: 12rem;
    gap: 0.9rem;
  }
  #compatible-range .list li p {
    font-size: 1.8rem;
  }
  #compatible-range .list li img {
    width: 4.6rem !important;
  }
}