@charset "UTF-8";

.area-subsidy {
  padding: 88px 0 72px;
}

.area-subsidy > .inner {
  position: relative;
}

.area-subsidy > .inner::before,
.area-subsidy > .inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(55, 41, 41, 0.35);
}

.area-subsidy > .inner::before {
  margin-bottom: 52px;
}

.area-subsidy > .inner::after {
  margin-top: 52px;
}

.area-section-heading {
  max-width: 460px;
  margin: 0 auto 28px;
  text-align: center;
}

.area-section-heading__sub {
  font-size: 2rem;
  font-weight: 700;
  color: #372929;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 8px;
}

.area-section-heading__main {
  font-size: 4rem;
  font-weight: 700;
  color: #00afc3;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.area-subsidy__program-title {
  max-width: 460px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #372929;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.area-subsidy__program-title + .area-subsidy__list {
  margin-top: 0;
}

.area-subsidy__list + .area-subsidy__program-title {
  margin-top: 40px;
}

.area-subsidy__list {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.area-subsidy__item {
  display: flex;
  flex-direction: column;
}

.area-subsidy__term {
  background: #14205c;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.area-subsidy__desc {
  background: rgba(255, 255, 255, 0.92);
  padding: 14px 20px;
  font-size: 1.6rem;
  color: #372929;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid rgba(20, 32, 92, 0.08);
  border-top: 0;
}

.area-subsidy__desc--overview {
  text-align: left;
}

.area-subsidy__url {
  color: inherit;
  text-decoration: none;
}

.area-subsidy__url:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.area-features {
  padding: 0 0 88px;
}

.area-features::before {
  display: none;
}

.area-features > .inner {
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
}

.area-features .area-section-heading {
  margin-bottom: 32px;
}

.area-features__body {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: left;
}

@media (max-width: 768px) {
  .area-subsidy {
    padding: 56px 0 40px;
  }

  .area-subsidy > .inner::before {
    margin-bottom: 32px;
  }

  .area-subsidy > .inner::after {
    margin-top: 32px;
  }

  .area-section-heading {
    max-width: 320px;
    margin-bottom: 22px;
  }

  .area-section-heading__sub {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }

  .area-section-heading__main {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }

  .area-subsidy__program-title {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  .area-subsidy__list + .area-subsidy__program-title {
    margin-top: 28px;
  }

  .area-subsidy__list {
    gap: 14px;
  }

  .area-subsidy__term {
    padding: 10px 12px;
    font-size: 1.5rem;
  }

  .area-subsidy__desc {
    padding: 12px 14px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .area-features {
    padding-bottom: 56px;
  }

  .area-features__body {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
