.lead__inner {
  position: relative;
  padding: 6rem 1.5rem;
}
@media (990px <= width) {
  .lead__inner {
    padding: 12rem 0 16rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
.lead__img {
  text-align: center;
}
.lead__contents {
  padding: calc(40 / var(--spSize) * 100vw) 0;
  padding: 4rem 0;
}
@media (990px <= width) {
  .lead__contents {
    padding: 0;
  }
}
.lead__contents__img {
  text-align: center;
}
.lead__contents__lead {
  padding: 3rem 0 2rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (990px <= width) {
  .lead__contents__lead {
    font-size: 3.2rem;
  }
}
.lead__contents__text {
  text-align: center;
}
@media (990px <= width) {
  .lead__contents__text {
    font-size: 1.8rem;
  }
}
.lead__wrap {
  display: grid;
  gap: 4rem;
}
@media (990px <= width) {
  .lead__wrap {
    grid-column: 2 span;
    margin-top: 6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lead__wrap .box {
  background-color: #eee;
  border-radius: 2rem;
  padding: 2rem;
}
@media (990px <= width) {
  .lead__wrap .box {
    padding: 5rem;
  }
}
.lead__wrap .box .text {
  margin-top: 1.5rem;
}

.subsidy__inner {
  padding-top: 8rem;
}
@media (990px <= width) {
  .subsidy__inner {
    padding-top: 16rem;
  }
}
.subsidy__header {
  background: url(../images/service/agency/balloon.svg) center/contain no-repeat;
  aspect-ratio: 664/87.18;
  text-align: center;
  line-height: 2;
  margin: 0 auto;
  width: 36rem;
}
@media (990px <= width) {
  .subsidy__header {
    font-size: 2.6rem;
    line-height: 2.4;
    width: 63rem;
    margin: 0 auto;
  }
}
.subsidy .box {
  padding: 6rem 1.5rem;
}
@media (990px <= width) {
  .subsidy .box {
    padding: 16rem 0;
    display: grid;
    grid-template-columns: 45.83% auto;
    gap: 8.33%;
    padding-right: 5rem;
  }
}
.subsidy .box:nth-child(2n+2) {
  background-color: #eee;
}
.subsidy .box__img img {
  border-radius: 2rem;
}
@media (990px <= width) {
  .subsidy .box__img img {
    border-radius: 0 2rem 2rem 0;
    width: 100%;
    height: 66rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.subsidy .box__wrap {
  margin-top: 4rem;
}
@media (990px <= width) {
  .subsidy .box__wrap {
    max-width: 62rem;
  }
}
.subsidy .box dl {
  display: grid;
  grid-template-columns: 12rem auto;
  gap: 1rem 3rem;
}
.subsidy .box dl dt {
  background-color: #000;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
}
.subsidy .box dl dd {
  font-weight: 700;
  line-height: 3.2rem;
}
.subsidy .box dl dd b {
  font-size: 2.2rem;
}
.subsidy .box dl dd .fuchidori {
  letter-spacing: 0.2em;
}
.subsidy .box .tabfile {
  margin-top: 4rem;
}
.subsidy .box .tabfile__body {
  padding: 2rem;
}
@media (990px <= width) {
  .subsidy .box .tabfile .checkLists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.subsidy .box .tabfile .checkLists .list {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
}
.subsidy .box .tabfile .checkLists .list::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url(../images/service/promotion/icon_check.svg) center/contain no-repeat;
  display: inline-block;
}
.subsidy .box .sectionLabel {
  margin-top: 6rem;
}
.subsidy .box .sectionLabel + * {
  margin-top: 2rem;
}
@media (width < 990px) {
  .subsidy .box .fee {
    height: 8.9rem;
  }
}