@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("lib/ress.min.css");
.p-service .c-lead {
  margin: 7.8rem 0 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-service .c-lead {
    margin: 0 0 3.2rem;
  }
}
.p-service .p-nav {
  display: flex;
  justify-content: space-between;
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-service .p-nav {
    flex-direction: column;
    gap: 3rem;
    padding: 0 0 4.5rem;
  }
}

.box {
  background: linear-gradient(105deg, #222 34.7%, #636363 95.61%);
  color: var(--white);
  padding: 3.5rem 2rem 4rem;
  text-align: center;
  width: 50.5rem;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 1.8rem 2rem 2.2rem;
    width: 100%;
  }
}
.box-ttl {
  font-family: var(--font-3);
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .box-ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0.7rem 0 1.5rem;
  }
}
.box-ttl:after {
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #0A93FA 52.4%, rgba(136, 136, 136, 0) 100%);
  content: " ";
  display: block;
  height: 1px;
  margin: 1.7rem 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .box-ttl:after {
    margin: 2rem 0 0;
  }
}
.box-txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .box-txt {
    line-height: 187.5%;
  }
}
.box:nth-child(4n+1) .box-ttl:after, .box:nth-child(4n) .box-ttl:after {
  background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #FF2A46 52.4%, rgba(136, 136, 136, 0) 100%);
}
@media screen and (max-width: 767px) {
  .box:nth-child(odd) .box-ttl:after {
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #FF2A46 52.4%, rgba(136, 136, 136, 0) 100%);
  }
  .box:nth-child(even) .box-ttl:after {
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, #0A93FA 52.4%, rgba(136, 136, 136, 0) 100%);
  }
}

.p-consultant .c-lead,
.p-subsidy .c-lead {
  margin: 5.2rem 0 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .c-lead,
  .p-subsidy .c-lead {
    margin: 0 0 2.3rem;
  }
}
.p-consultant .subttl,
.p-subsidy .subttl {
  font-family: var(--font-3);
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .subttl,
  .p-subsidy .subttl {
    font-size: 2.5rem;
    margin: 0 0 1.5rem;
  }
}
.p-consultant .u-flex,
.p-subsidy .u-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 3rem;
  padding: 0 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-consultant .u-flex,
  .p-subsidy .u-flex {
    row-gap: 1.5rem;
    padding: 0 0 3.5rem;
  }
}

/*# sourceMappingURL=service.css.map */
