.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 .btn-list {
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.section02 .btn-list .btn {
  width: 225px;
}
.section02 .btn-list .btn a {
  display: block;
  color: #5b3d1b;
  border: 1px solid #5b3d1b;
  border-radius: 60px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.section02 .btn-list .btn a .arrow {
  display: inline-block;
  width: 6.2px;
  height: 4.1px;
  top: 50%;
  right: 30px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.section02 .btn-list .btn a .arrow::before, .section02 .btn-list .btn a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 5px;
  border-radius: 9999px;
  background-color: #5b3d1b;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
.section02 .btn-list .btn a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section02 .btn-list .btn a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section02 .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.section02 .inner .headline {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #5b3d1b;
  margin-bottom: 30px;
}
.section02 .inner .table {
  margin-bottom: 100px;
}
.section02 .inner .table .row {
  border: 1px solid #c7b299;
  border-collapse: collapse;
}
.section02 .inner .table .row .title {
  width: 280px;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #775742;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 600px) {
  .section02 .inner .table .row .title {
    width: 100%;
    padding: 10px 20px;
  }
}
.section02 .inner .table .row .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .section02 .inner .table .row .content {
    padding: 10px 20px;
  }
}
.section02 .inner .table .row .content img {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}