.section01 {
  margin: 0 0 95px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 249, 233)), color-stop(65%, rgba(255, 249, 233, 0.35)), to(rgba(255, 249, 233, 0)));
  background: linear-gradient(to bottom, rgb(255, 249, 233) 0%, rgba(255, 249, 233, 0.35) 65%, rgba(255, 249, 233, 0) 100%);
  padding-top: 100px;
}
@media (max-width: 600px) {
  .section01 {
    padding-top: 80px;
    margin: 0 0 40px 0;
  }
}
.section01 .image {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.section01 .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .section01 .image {
    max-width: 94%;
  }
}
.section01 .text {
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 600px) {
  .section01 .text {
    top: auto;
    bottom: 30px;
    left: 5%;
    line-height: 1;
  }
}
.section01 .text * {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section01 .text span {
  font-size: 14px;
  display: block;
  line-height: 1.7857142857;
  letter-spacing: 1px;
}

.section02 {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.section02 .list {
  margin-bottom: 80px;
}
.section02 .list .row a {
  padding: 30px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 25px;
  border-bottom: 1px solid #ddd1c7;
}
.section02 .list .row a .date {
  color: #a38a76;
  font-size: 15px;
}
.section02 .list .row a .title {
  color: #5b3d1b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section02 .list .row:first-child a {
  border-top: 1px solid #ddd1c7;
}
.section02 .pager-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.section02 .pager-list .num a {
  border-radius: 50%;
  background-color: #ffe6bb;
  color: #ffc269;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section02 .pager-list .num.current {
  border-radius: 50%;
  background-color: #e2641e;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}