/* -------------------------------- */
/* responsive set                   */
/* -------------------------------- */
/* -------------------------------- */
/* common
/* -------------------------------- */
#wrap_merit {
  margin-top: 100px;
}
#wrap_merit section {
  margin-top: 30px;
}
#wrap_merit section div {
  margin: 20px 20px 0 20px;
  display: flex;
  gap: 20px;
}
#wrap_merit section div figure {
  width: 50%;
}
#wrap_merit section div figure img {
  width: 100%;
  height: auto;
}
#wrap_merit section div p {
  width: 50%;
}

#wrap_reserve {
  margin-top: 100px;
}
#wrap_reserve .h3_type01 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrap_step {
  margin-top: 100px;
}
.wrap_step > .p_type01 {
  margin-top: 30px;
  text-align: center;
}
.wrap_step ul {
  padding-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
}
.wrap_step ul li {
  border: 1px solid rgb(169, 122, 74);
  border-width: 1px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin-top: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 100px;
}
.wrap_step ul li figure img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
.wrap_step ul li span {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  color: rgb(203, 166, 109);
  line-height: 1;
  top: -1em;
  left: 20px;
}
.wrap_step ul li h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: rgb(169, 122, 74) 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 20px;
}
.wrap_step ul li::after {
  position: absolute;
  bottom: -61px;
  left: 0;
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  margin: 0 5px;
  height: 60px;
  background: rgb(244, 241, 236);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.wrap_step ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wrap_step ul li:nth-last-of-type(1)::after {
  display: none;
}

#wrap_need {
  margin-top: 100px;
}
#wrap_need figure {
  margin: 30px 20px;
}
#wrap_need figure img {
  width: 100%;
  height: auto;
}
#wrap_need .p_type01 {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */