.section01 {
  width: 100%;
  margin-bottom: 60px;
}
.section01 .headline {
  width: 100%;
  margin-bottom: 50px;
}
.section01 .list {
  max-width: 980px;
  width: 90%;
  margin: 30px auto;
  gap: 20px 20px;
}
.section01 .list > * {
  width: calc((100% - 20px * (4 - 1)) / 4);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.section01 .list .item {
  border: 1px solid #222;
}
.section01 .list .item a .image {
  width: 100%;
  height: 160px;
  margin-bottom: 10px;
}
.section01 .list .item a .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section01 .list .item a .info {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section01 .list .item a .info .title {
  font-weight: 700;
  color: #333;
}
.section01 .list .item a .info .subtitle {
  display: none;
}
.section01 .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
}
.section01 .pagination .page-numbers li {
  border: 1px solid #222;
}
.section01 .pagination .page-numbers li span,
.section01 .pagination .page-numbers li a {
  display: block;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  text-align: center;
  text-decoration: none;
}
.section01 .pagination .page-numbers li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section01 .pagination .page-numbers li a:hover {
  background-color: #222;
  color: #fff;
}
.section01 .pagination .page-numbers li span {
  background-color: #222;
  color: #fff;
}

.section02 {
  margin-bottom: 100px;
  overflow: hidden;
}
.section02 .box-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 980px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}
.section02 .box-wrap .back:nth-child(1) {
  height: 190px;
  position: absolute;
  right: -130px;
  top: 50px;
  z-index: -2;
}
.section02 .box-wrap .back:nth-child(2) {
  height: 67px;
  position: absolute;
  left: -200px;
  bottom: -50px;
  z-index: -2;
}
.section02 .box-wrap .innerback {
  height: 100%;
  width: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  border: 3px solid #222;
}
.section02 .box-wrap .innerback img {
  -o-object-fit: cover;
     object-fit: cover;
}
.section02 .box-wrap .box-conts {
  width: 100%;
  background-image: url(/wp-content/uploads/2021/04/classo_tensyouku_backimages1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border: 3px solid #222;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section02 .box-wrap .box-conts .headline {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.section02 .box-wrap .box-conts .box {
  max-width: 85%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .section02 .box-wrap .box-conts .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.section02 .box-wrap .box-conts .box .content {
  width: calc(60% - 30px);
  margin-right: 30px;
}
@media (max-width: 600px) {
  .section02 .box-wrap .box-conts .box .content {
    width: 100%;
    margin-right: 0;
  }
}
.section02 .box-wrap .box-conts .box .content .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #222;
  margin-bottom: 5px;
}
.section02 .box-wrap .box-conts .box .content .text {
  text-align: left;
  line-height: calc(28px / 16px);
}
.section02 .box-wrap .box-conts .box .image {
  width: 40%;
}
@media (max-width: 600px) {
  .section02 .box-wrap .box-conts .box .image {
    width: 100%;
    margin-bottom: 30px;
  }
}