.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: #583518;
  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: #583518;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.section01 .text span {
  font-size: 14px;
  display: block;
  line-height: 1.7857142857;
  letter-spacing: 1px;
}

.section02 {
  margin-bottom: 80px;
}
.section02 .headline {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: bold;
}
.section02 .inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.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;
  }
}