/* Sass Document */
.p-supportcase {
  padding-top: 6.5rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase {
    padding-block: 5rem;
  }
}
.p-supportcase .c-note {
  text-align: right;
  max-width: 108rem;
  margin: 0.5rem auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  padding-right: 0.5rem;
}

.l-case-cards {
  margin-top: 9.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-case-cards {
    margin-top: 5rem;
  }
}

.l-pager {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767.98px) {
  .l-pager {
    margin-top: 3rem;
  }
}

.p-supportcase-page {
  background-color: #ebf8fd;
  padding-block: 4rem 19rem;
}

.p-supportcase-content {
  max-width: 108rem;
  margin-inline: auto;
  box-shadow: 0px 0px 8px -5px #000;
  background-color: #fff;
  padding: 6.5rem 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase-content {
    padding: 3rem 1.5rem;
  }
}

.p-supportcase__heading .p-company-info {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.5rem;
}
.p-supportcase__heading .p-company-info p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.p-supportcase__heading .p-company-info .c-company {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__heading .p-company-info .c-company {
    font-size: 1.4rem;
  }
}
.p-supportcase__heading .p-company-info .c-name {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__heading .p-company-info .c-name {
    font-size: 1.8rem;
  }
}

.p-supportcase__ttl {
  font-size: 3rem;
  font-weight: 700;
  color: #00458d;
  line-height: 1.4;
  padding-block: 1.5rem;
  border-bottom: 0.2rem solid #808080;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__ttl {
    font-size: 2.4rem;
  }
}

.p-supportcase__body {
  padding-top: 4rem;
}
.p-supportcase__body::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body {
    padding-top: 3rem;
  }
}
.p-supportcase__body > *:first-child {
  margin-top: 0;
}
.p-supportcase__body p {
  letter-spacing: 0;
}
.p-supportcase__body p + p {
  margin-top: 1.8em;
}
.p-supportcase__body h2 {
  font-size: 2rem;
  border-bottom: 0.2rem solid #00458d;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body h2 {
    font-size: 1.8rem;
  }
}
.p-supportcase__body h1,
.p-supportcase__body h2,
.p-supportcase__body h3,
.p-supportcase__body h4,
.p-supportcase__body h5,
.p-supportcase__body h6 {
  letter-spacing: 0;
  margin-block: 3em 2em;
  font-weight: 700;
  line-height: 1.5;
}
.p-supportcase__body h3 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body h3 {
    font-size: 1.7rem;
  }
}
.p-supportcase__body h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body h4 {
    font-size: 1.6rem;
  }
}
.p-supportcase__body h5 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body h5 {
    font-size: 1.5rem;
  }
}
.p-supportcase__body h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body h6 {
    font-size: 1.4rem;
  }
}
.p-supportcase__body figure {
  margin: 6rem 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-supportcase__body figure {
    margin: 2em 0;
  }
}
@media (any-hover) {
  .p-supportcase__body a {
    transition: 0.3s opacity;
  }
  .p-supportcase__body a:hover {
    opacity: 0.7;
  }
}

.p-video-wrapper {
  aspect-ratio: 16/9;
  margin: 2em 0;
  width: 100%;
}
.p-video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.c-charge {
  text-align: right;
  margin: 2rem 0 6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .c-charge {
    margin-block: 2em;
  }
}
.c-charge p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .c-charge p {
    font-size: 1.2rem;
  }
}
.c-charge a {
  color: currentColor;
}
@media (any-hover) {
  .c-charge a {
    transition: 0.3s opacity;
  }
  .c-charge a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=supportcase.css.map */