@charset "UTF-8";
.post-content {
  max-width: 960px;
  margin: 80px auto;
}
.post-content .post-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  width: 100%;
  gap: 24px;
}
.post-content .post-header time {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}
.post-content .post-header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: normal;
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .post-content .post-header h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.post-content .post-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-content .post-header ul li {
  display: inline-block;
  padding: 0.4em 1.5em;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  padding: 0.25rem 1rem;
  line-height: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.post-content figure img {
  border-radius: 0.75rem;
  color: transparent;
}

/**
 * 以下はNext.jsのコンパイル結果からコピーしてきたもの。
 */
.article-content h2 {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.article-content h3 {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.article-content h3,
.article-content h4 {
  margin-bottom: 0.5rem;
}
.article-content h4 {
  margin-top: 0.75rem;
  font-weight: 700;
}
.article-content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article-content ul {
  margin-left: 2rem;
  list-style-type: disc;
}
.article-content ol,
.article-content ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.article-content ol {
  margin-left: 2rem;
  list-style-type: decimal;
}
.article-content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 255/var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.article-content,
.case-study-content,
.news-content,
.seminer-content {
  word-break: break-all;
}
.article-content h2,
.article-content h3,
.article-content h4,
.case-study-content h2,
.case-study-content h3,
.case-study-content h4,
.news-content h2,
.news-content h3,
.news-content h4,
.seminer-content h2,
.seminer-content h3,
.seminer-content h4 {
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 4rem;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .case-study-content h2,
  .case-study-content h3,
  .case-study-content h4,
  .news-content h2,
  .news-content h3,
  .news-content h4,
  .seminer-content h2,
  .seminer-content h3,
  .seminer-content h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.article-content h2:after,
.article-content h3:after,
.article-content h4:after,
.case-study-content h2:after,
.case-study-content h3:after,
.case-study-content h4:after,
.news-content h2:after,
.news-content h3:after,
.news-content h4:after,
.seminer-content h2:after,
.seminer-content h3:after,
.seminer-content h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(212 56 42/var(--tw-text-opacity));
  --tw-content: "";
  content: var(--tw-content);
  background: linear-gradient(90deg, #d4382a 80px, #d1d5db 0);
}
.article-content p,
.case-study-content p,
.news-content p,
.seminer-content p {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.625;
}
.article-content ul,
.case-study-content ul,
.news-content ul,
.seminer-content ul {
  margin-left: 2rem;
  list-style-type: disc;
}
.article-content ol,
.article-content ul,
.case-study-content ol,
.case-study-content ul,
.news-content ol,
.news-content ul,
.seminer-content ol,
.seminer-content ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.article-content ol,
.case-study-content ol,
.news-content ol,
.seminer-content ol {
  margin-left: 2rem;
  list-style-type: decimal;
}
.article-content a,
.case-study-content a,
.news-content a,
.seminer-content a {
  --tw-text-opacity: 1;
  color: rgb(0 0 255/var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.article-content img,
.case-study-content img,
.news-content img,
.seminer-content img {
  border-radius: 0.75rem;
}
.article-content .size-full,
.case-study-content .size-full,
.news-content .size-full,
.seminer-content .size-full {
  width: auto !important;
  height: auto !important;
}
.article-content .wp-block-list,
.case-study-content .wp-block-list,
.news-content .wp-block-list,
.seminer-content .wp-block-list {
  margin-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  padding: 1.5rem;
  padding-left: 2.5rem;
}
.article-content .wp-block-list li::marker,
.case-study-content .wp-block-list li::marker,
.news-content .wp-block-list li::marker,
.seminer-content .wp-block-list li::marker {
  --tw-text-opacity: 1;
  color: rgb(212 56 42/var(--tw-text-opacity));
}
.article-content iframe,
.case-study-content iframe,
.news-content iframe,
.seminer-content iframe {
  max-width: 100%;
}

.article-content h3,
.case-study-content h3 {
  margin-bottom: 0;
  margin-top: 2rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .article-content h3,
  .case-study-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.article-content h4,
.case-study-content h4 {
  margin-bottom: 0;
  margin-top: 2rem;
  padding-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .article-content h4,
  .case-study-content h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.article-content h3:after,
.article-content h4:after,
.case-study-content h3:after,
.case-study-content h4:after {
  background: none;
}
/*# sourceMappingURL=map/article-preview.css.map */
