@charset "utf-8";
.page .site_header {
  background: transparent;
}
.site_header.is_white {
  background: #fff;
}
.head_bg {
  background-color: rgba(201, 188, 156, 0.43);
}
.top_area {
  padding-top: 198px;
  padding-bottom: 80px;
}
.section_head {
  text-align: center;
}
.section_title {
  position: relative;
  font-size: 52px;
  letter-spacing: 0.15em;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #231815;
}
.section_title_jp {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.section_lead {
  margin-top: 60px;
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .top_area {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .section_title {
    font-size: 30px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .section_lead {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}

/* 
==================================== */
.contents_head_wrap {
  display: flex;
  column-gap: 20px;
}
.label_title_wrap {
  width: 100%;
  max-width: 140px;
}
.label_title {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-block: 9px;
  color: #fff;
  background-color: #40220f;
}
.label_title::before {
  content: "";
  position: absolute;
  left: calc((100vw - 980px) / 2 * -1);
  bottom: 0;
  width: calc((100vw - 980px) / 2);
  height: 100%;
  background-color: #40220f;
  z-index: -1;
}
.contents_head_body {
  padding-top: 6px;
}
.contents_head_lead {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.contents_head_text {
  margin-top: 24px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .contents_head_wrap {
    flex-direction: column;
    row-gap: 16px;
  }
  .label_title_wrap {
    width: 100%;
    max-width: 200px;
  }
  .label_title {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
    color: #fff;
    background-color: #40220f;
  }
  .label_title::before {
    left: -20px;
    width: 50px;
  }
  .contents_head_body {
    padding-top: 6px;
  }
  .contents_head_lead {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
  .contents_head_text {
    margin-top: 14px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

/* 
================================ */
.contents_title {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 50px;
}
.contents_title .title_bold {
  font-weight: 600;
  color: #40220f;
  margin-right: 4px;
}
.contents_title .square {
  color: #40220f;
}

@media only screen and (max-width:768px) {
  .contents_title {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  .contents_title .title_bold {
    font-size: 15px;
    margin-right: 8px;
    display: block;
  }
  .contents_title .square {
    margin-inline: 4px;
  }
}