.pt_hw-corner {
  max-width: var(--width_max_pc_l);
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .pt_hw-corner {
    padding: 3rem 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .pt_hw-corner {
    padding: 0;
    margin: 4rem auto;
  }
}
@media screen and (max-width: 599px) {
  .pt_hw-corner .pt_secton_title {
    font-size: 2rem;
    text-align: center;
  }
}

.cm_hw-corner {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .cm_hw-corner {
    margin: 2.4rem 0;
  }
}
.cm_hw-corner__img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .cm_hw-corner .splide__track {
    padding-inline: calc((100vw - 220px) / 2) !important;
  }
}
.cm_hw-corner .splide__arrow {
  width: 4.4rem;
  height: 12rem;
  opacity: 0;
  background-color: rgb(246, 247, 248);
  box-shadow: 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cm_hw-corner .splide__arrow:disabled {
  opacity: 0;
}
.cm_hw-corner .splide__arrow--next {
  border-radius: 0.8rem 0 0 0.8rem;
  right: 0;
  transition: all 0.3s;
}
.cm_hw-corner .splide__arrow--prev {
  border-radius: 0 0.8rem 0.8rem 0;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .cm_hw-corner .splide__arrow--prev {
    left: -0.8rem;
  }
}
.cm_hw-corner:hover .splide__arrow--next, .cm_hw-corner:hover .splide__arrow--prev {
  opacity: 0.8;
}
.cm_hw-corner:hover .splide__arrow:disabled {
  opacity: 0.3;
}