@charset "UTF-8";

/* ============================================================

    base

============================================================ */
main {
  margin-bottom: 100px;
}

/* ============================================================

    feature

============================================================ */
.feature_container{
  padding: 50px 68px;
  border-bottom: 1px solid #9c9c9c;
}

.feature_list li:not(:last-child) {
  margin-bottom: 32px;
}

.feature {
  display: flex;
  align-items: flex-start;
}

.feature_txt {
  font-size: 18px;
  margin-left: 32px;
  padding-top: 8px;
  letter-spacing: .0em;
  line-height: 1.67;
}

.feature_details{
  margin-top: 10px;
  display: inline-block;
}

/* ============================================================

    lead

============================================================ */
.lead {
  padding: 50px 0 64px;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.9;
  text-align: center;
  letter-spacing: .1em;
}

.lead_txt:not(:last-child) {
  margin-bottom: 15px;
}

/* ============================================================

    reason

============================================================ */
.reason {
  padding-bottom: 90px;
}

.reason_ttl {
  margin-bottom: 80px;
  padding: 36px 0 42px;
  text-align: center;
  background: #59601a;
}

.reason_list {
  margin-bottom: 54px;
}

/* ============================================================

    service

============================================================ */
.service {
  padding: 100px 0 90px;
}

/* ============================================================

    membership

============================================================ */
/* pc */
.membership{
  margin-top: 104px;
  padding: 0 0 26px;
}
.membership .l-inner{
  border-top: 1px solid #9c9c9c;
  padding-top: 89px;
}

.membership_ttl{
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.13em;
  margin-bottom: 42px;
}

.membership_area{
  width: 940px;
  margin: 0 auto;
}

.membership_list a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.membership_list_02 a{
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.membership_bnr{
  width: 370px;
}

.membership_bnr img{
  width: 370px;
}

.membership_bnrtxt{
  font-size: 16px;
  width: 540px;
  padding: 0px 0;
  letter-spacing: 0.09em;
  line-height: 2.2;
}