section:not(:last-of-type) {
  margin-bottom: 80px;
}

section .page-list .colorbox-inner {
  overflow: initial;
  padding: 22.5px 7.5px 30px;
}

section .page-list .img {
  position: relative;
  aspect-ratio: 1;
  background: url("../img/common/frame.png") center/contain no-repeat;
  margin-bottom: 20px;
}

section .page-list .img img {
  position: relative;
  width: 100%;
  height: 100%;
}

section .page-list h3 {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1666666667;
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  section:not(:last-of-type) {
    margin-bottom: 100px;
  }

  section .page-list .colorbox-inner {
    padding: 24px 10px 35px;
  }

  section .page-list .img {
    margin-bottom: 25px;
  }

  section .page-list h3 {
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
  section:not(:last-of-type) {
    margin-bottom: 120px;
  }

  section .page-list .colorbox-inner {
    padding: 30px 10px 40px;
  }

  section .page-list .img {
    margin-bottom: 30px;
  }

  section .page-list h3 {
    font-size: 27px;
  }
}