@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
.article {
  margin: -16.5rem auto 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 2rem;
  max-width: 106.4rem;
}
@media screen and (max-width: 750px) {
  .article {
    margin-top: -21rem;
    max-width: 34.5rem;
  }
}

.article__inner {
  max-width: 76.8rem;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .article__inner {
    padding: 6rem 2rem 8rem;
  }
}

.article__icon {
  display: block;
  width: 11.3rem;
  position: absolute;
  transform: translateX(-50%);
  top: -13.5rem;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .article__icon {
    top: -7.5rem;
    width: 6.3rem;
  }
}

.article__head {
  position: relative;
}
.article__head h1 {
  color: #0B0308;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4; /* 61.6px */
}
@media screen and (max-width: 750px) {
  .article__head h1 {
    font-size: 3.2rem;
    line-height: 1.2; /* 38.4px */
    letter-spacing: 0.16rem;
  }
}
.article__head h1 small {
  display: block;
  color: #0B0308;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .article__head h1 small {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }
}
.article__head p {
  color: #0B0308;
  font-family: "Noto Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.018rem;
}
.article__head u {
  text-decoration: underline;
}
.article__head strong {
  font-size: 2rem;
  font-weight: 700;
}
.article__head > *:not(:first-child) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 750px) {
  .article__head > *:not(:first-child) {
    margin-top: 4rem;
  }
}

.article__content {
  margin-top: 10.4rem;
}
@media screen and (max-width: 750px) {
  .article__content {
    margin-top: 9rem;
  }
}
.article__content h2 {
  color: #1E3C5C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 41.6px */
  letter-spacing: -0.032rem;
  padding: 2.4rem 0;
}
@media screen and (max-width: 750px) {
  .article__content h2 {
    text-align: justify;
    font-size: 2.8rem;
    letter-spacing: -0.028rem;
    padding: 0;
  }
}
.article__content h2 span {
  padding: 0 0.5rem;
  background: linear-gradient(transparent 50%, #FFE000 50%, #FFE000 90%, transparent 90%);
}
@media screen and (max-width: 750px) {
  .article__content h2 span {
    padding: 0;
  }
}
.article__content p, .article__content li, .article__content cite {
  color: #0B0308;
  font-family: "Noto Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 27.2px */
}
@media screen and (max-width: 750px) {
  .article__content p, .article__content li, .article__content cite {
    text-align: justify;
  }
}
.article__content p strong, .article__content li strong, .article__content cite strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.article__content figure {
  display: block;
  padding: 4.8rem 0;
}
@media screen and (max-width: 750px) {
  .article__content figure {
    padding: 0;
  }
}
.article__content figcaption {
  margin-top: 0.8rem;
  color: #0B0308;
  /* Text/Small/Normal */
  font-family: "Noto Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 21px */
  border-left: 0.2rem solid rgba(11, 3, 8, 0.15);
  padding-left: 1rem;
}
.article__content blockquote {
  background-color: rgba(118, 118, 128, 0.12);
  padding: 2rem;
}
.article__content blockquote > *:not(:first-child):not(p + ul) {
  margin-top: 2rem;
}
.article__content div figure {
  float: right;
  width: 25.7rem;
  padding: 0;
  margin-left: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .article__content div figure {
    width: 14rem;
  }
}
.article__content ul li {
  position: relative;
  padding-left: 2.4rem;
}
.article__content ul li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background-color: #0B0308;
  position: absolute;
  left: 1.1rem;
  top: 1.1rem;
}
@media screen and (max-width: 750px) {
  .article__content ul li {
    padding-left: 2rem;
  }
  .article__content ul li::before {
    left: 0.8rem;
  }
}
.article__content b {
  font-weight: 700;
}
.article__content > *:not(:first-child):not(p + ul, cite) {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .article__content > *:not(:first-child):not(p + ul, cite) {
    margin-top: 4rem;
  }
}
.article__content cite {
  margin-top: 9.4rem;
  text-align: right;
  display: block;
}
@media screen and (max-width: 750px) {
  .article__content cite {
    margin-top: 4rem;
  }
}
.article__content cite img {
  margin-top: 2rem;
  display: block;
  margin-left: auto;
  width: 16rem;
}
@media screen and (max-width: 750px) {
  .article__content cite img {
    width: 12rem;
  }
}
.article__content a {
  color: #004FA3;
}
.article__content a:hover {
  text-decoration: underline;
}

.secArticleBanner__inner {
  padding-bottom: 11.2rem;
}
@media screen and (max-width: 750px) {
  .secArticleBanner__inner {
    padding-bottom: 14.1rem;
  }
}

.secArticleBanner__list {
  border-top: 0.1rem solid rgba(11, 3, 8, 0.15);
  padding-top: 8rem;
}
@media screen and (max-width: 750px) {
  .secArticleBanner__list {
    border-top: none;
    padding-top: 1rem;
  }
}
.secArticleBanner__list--noBorder {
  border-top: none;
}
/*# sourceMappingURL=article.css.map */
