.wp-embed-site-icon {
  display: none;
}

.wp-embed-site-title a {
  padding-left: 0;
}

.wp-embed-meta {
  display: none;
}

@media (max-width: 767px) {
  .wp-embedded-content {
    width: 100%;
  }
}

.wp-embed-site-icon {
  display: none !important;
}

.wp-block-freeform .box,
#tinymce .box,
.entry .box {
  padding: 2rem;
  background-color: #fff;
}
.wp-block-freeform .box p,
#tinymce .box p,
.entry .box p {
  margin: 0;
}
.wp-block-freeform a,
#tinymce a,
.entry a {
  text-decoration: none;
  transition: 0.4s;
  color: var(--accent2);
}
.wp-block-freeform a:hover,
#tinymce a:hover,
.entry a:hover {
  opacity: 0.6;
}
.wp-block-freeform #toc_container,
#tinymce #toc_container,
.entry #toc_container {
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
  border: 0;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .wp-block-freeform #toc_container,
  #tinymce #toc_container,
  .entry #toc_container {
    padding: 2rem 1.5rem;
    margin: 5rem 0;
  }
}
.wp-block-freeform .toc_number,
#tinymce .toc_number,
.entry .toc_number {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-en);
  padding-right: 1rem;
}
.wp-block-freeform .toc_number::after,
#tinymce .toc_number::after,
.entry .toc_number::after {
  content: ".";
}
.wp-block-freeform #toc_container ul ul,
#tinymce #toc_container ul ul,
.entry #toc_container ul ul {
  display: none;
}
.wp-block-freeform div#toc_container .toc_title,
#tinymce div#toc_container .toc_title,
.entry div#toc_container .toc_title {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1.6rem;
  text-align: left;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .wp-block-freeform div#toc_container .toc_title,
  #tinymce div#toc_container .toc_title,
  .entry div#toc_container .toc_title {
    font-size: 1.6rem;
  }
}
.wp-block-freeform #toc_container li,
#tinymce #toc_container li,
.entry #toc_container li {
  margin-bottom: 1.5rem;
  color: var(--accent2);
  text-decoration: underline;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.057%22%20height%3D%2217.366%22%20viewBox%3D%220%200%2019.057%2017.366%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_34%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2034%22%20d%3D%22M9.529%2C0l2.335%2C6.521%2C7.194.112-5.751%2C4.143%2C2.112%2C6.59L9.529%2C13.405%2C3.64%2C17.366l2.112-6.59L0%2C6.633l7.194-.112Z%22%20fill%3D%22%23fbc311%22%2F%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  padding-left: 2.5rem;
}
.wp-block-freeform #toc_container li:last-child,
#tinymce #toc_container li:last-child,
.entry #toc_container li:last-child {
  margin-bottom: 0;
}
.wp-block-freeform #toc_container ul ul,
#tinymce #toc_container ul ul,
.entry #toc_container ul ul {
  margin-left: 0;
}
.wp-block-freeform #toc_container a,
#tinymce #toc_container a,
.entry #toc_container a {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  display: block;
  width: fit-content;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .wp-block-freeform #toc_container a,
  #tinymce #toc_container a,
  .entry #toc_container a {
    font-size: 1.4rem;
  }
}
.wp-block-freeform li.ez-toc-page-1,
#tinymce li.ez-toc-page-1,
.entry li.ez-toc-page-1 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .wp-block-freeform li.ez-toc-page-1,
  #tinymce li.ez-toc-page-1,
  .entry li.ez-toc-page-1 {
    margin-top: 0.5rem !important;
  }
}
.wp-block-freeform .ez-toc-list-level-3,
#tinymce .ez-toc-list-level-3,
.entry .ez-toc-list-level-3 {
  margin-top: 1rem !important;
}
@media (max-width: 767px) {
  .wp-block-freeform .ez-toc-list-level-3,
  #tinymce .ez-toc-list-level-3,
  .entry .ez-toc-list-level-3 {
    margin-top: 0.5rem !important;
    margin-left: 1em !important;
  }
}
.wp-block-freeform .underline,
#tinymce .underline,
.entry .underline {
  text-decoration: underline;
}
.wp-block-freeform .marker,
#tinymce .marker,
.entry .marker {
  background: linear-gradient(transparent 70%, var(--accent1) 70%);
}

.wp-block-freeform,
#tinymce,
.article-entry {
  line-height: 1.5;
}
.wp-block-freeform img,
#tinymce img,
.article-entry img {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform img,
  #tinymce img,
  .article-entry img {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform div,
#tinymce div,
.article-entry div {
  max-width: 100%;
}
.wp-block-freeform figure,
#tinymce figure,
.article-entry figure {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform figure,
  #tinymce figure,
  .article-entry figure {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform a,
#tinymce a,
.article-entry a {
  font-weight: bold;
  color: var(--secondary-color);
}
.wp-block-freeform p,
#tinymce p,
.article-entry p {
  margin-bottom: 3rem;
  line-height: 3.5rem;
}
@media (max-width: 767px) {
  .wp-block-freeform p,
  #tinymce p,
  .article-entry p {
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform > ul,
#tinymce > ul,
.article-entry > ul {
  background-color: #fff;
  padding: 2.4rem 5rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .wp-block-freeform > ul,
  #tinymce > ul,
  .article-entry > ul {
    margin-bottom: 3.5rem;
  }
}
.wp-block-freeform > ol,
#tinymce > ol,
.article-entry > ol {
  background-color: #fff;
  padding: 2.4rem 5rem;
  margin-bottom: 6.5rem;
}
@media (max-width: 767px) {
  .wp-block-freeform > ol,
  #tinymce > ol,
  .article-entry > ol {
    padding: 2rem 1.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .wp-block-freeform > ol li,
  #tinymce > ol li,
  .article-entry > ol li {
    margin-left: 2.5rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.wp-block-freeform li + li,
#tinymce li + li,
.article-entry li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .wp-block-freeform li + li,
  #tinymce li + li,
  .article-entry li + li {
    margin-top: 1rem;
  }
}
.wp-block-freeform > ol,
#tinymce > ol,
.article-entry > ol {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .wp-block-freeform > ol,
  #tinymce > ol,
  .article-entry > ol {
    padding: 2rem 1.5rem;
  }
}
.wp-block-freeform > ol li::marker,
#tinymce > ol li::marker,
.article-entry > ol li::marker {
  font-size: 2.4rem;
  font-family: var(--font-en);
  font-weight: bold;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .wp-block-freeform > ol li::marker,
  #tinymce > ol li::marker,
  .article-entry > ol li::marker {
    font-size: 2rem;
  }
}
.wp-block-freeform li ol,
.wp-block-freeform li ul,
#tinymce li ol,
#tinymce li ul,
.article-entry li ol,
.article-entry li ul {
  margin: 1em;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .wp-block-freeform li ol,
  .wp-block-freeform li ul,
  #tinymce li ol,
  #tinymce li ul,
  .article-entry li ol,
  .article-entry li ul {
    padding: 1em 0em;
  }
}
.wp-block-freeform h2,
#tinymce h2,
.article-entry h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5625;
}
@media (max-width: 767px) {
  .wp-block-freeform h2,
  #tinymce h2,
  .article-entry h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}
.wp-block-freeform h3,
.wp-block-freeform h4,
.wp-block-freeform h5,
#tinymce h3,
#tinymce h4,
#tinymce h5,
.article-entry h3,
.article-entry h4,
.article-entry h5 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 3.5rem;
  border-left: 0.5rem solid var(--accent2);
  padding-left: 1.5rem;
}
.wp-block-freeform h3::before,
.wp-block-freeform h4::before,
.wp-block-freeform h5::before,
#tinymce h3::before,
#tinymce h4::before,
#tinymce h5::before,
.article-entry h3::before,
.article-entry h4::before,
.article-entry h5::before {
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .wp-block-freeform h3,
  .wp-block-freeform h4,
  .wp-block-freeform h5,
  #tinymce h3,
  #tinymce h4,
  #tinymce h5,
  .article-entry h3,
  .article-entry h4,
  .article-entry h5 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.wp-block-freeform h4,
#tinymce h4,
.article-entry h4 {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  border-left: 0.5rem solid var(--accent);
  padding-left: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .wp-block-freeform h4,
  #tinymce h4,
  .article-entry h4 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    border-left-width: 0.3rem;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform table,
#tinymce table,
.article-entry table {
  width: 100%;
  margin: 2rem auto;
  border-collapse: collapse;
}
.wp-block-freeform table th,
.wp-block-freeform table td,
#tinymce table th,
#tinymce table td,
.article-entry table th,
.article-entry table td {
  border: solid 1px var(--accent);
  padding: 1em;
}
.wp-block-freeform table th,
#tinymce table th,
.article-entry table th {
  color: #fff;
  border-color: currentColor;
  background-color: var(--accent);
}

@media (max-width: 767px) {
  .article-aside {
    margin-bottom: 7rem;
  }
}
.article-aside__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--color-smoke);
}
.article-aside__group {
  margin-bottom: var(--spacer-m);
}
@media (max-width: 767px) {
  .article-aside__group {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .article-aside__lalbes .c-article-meta {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .article-aside__lalbes {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.article-aside__label {
  width: fit-content;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.article-aside__dates .c-article-meta__date {
  display: block;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.article-aside__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.article-aside__tag {
  padding: 0.2rem 1rem 0.3rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: var(--radius-1);
}

.article-detail-back {
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .article-detail-back {
    margin: 5rem auto;
  }
}

.article-detail-footer {
  border-top: 3px solid var(--color-light-3);
  padding: 10rem 0 var(--spacer-l);
}
.article-detail-footer__slider {
  margin-right: calc(50% - 50vw);
}
@media print, screen and (min-width: 768px) {
  .article-detail-footer__slider {
    padding-left: 12rem;
  }
}
.article-detail-footer__slider .splide__arrows {
  position: absolute;
  inset: 0 auto 0 -12rem;
  margin: auto;
  height: fit-content;
}
@media (max-width: 767px) {
  .article-detail-footer__slider .splide__arrows {
    display: none;
  }
}
.article-detail-footer__slider .splide__arrow {
  position: relative;
  inset: auto;
  transform: none;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 2.5rem;
  outline: 0;
  transition: 0.7s var(--transition1);
}
.article-detail-footer__slider .splide__arrow:hover {
  scale: 1.2;
}
.article-detail-footer__slider .splide__arrow svg {
  width: 1.3rem;
}

.comment__q,
.comment__a {
  display: grid;
  grid-template-columns: 8rem 1fr;
  margin: 4rem 0 3rem;
  gap: 3rem;
}
.comment__q .balloon,
.comment__a .balloon {
  padding: 2.5rem 3rem;
  border-radius: 1rem;
  line-height: 3rem;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  margin-bottom: 6rem;
  border: 0;
}
.comment__q .balloon p,
.comment__a .balloon p {
  margin-bottom: 0;
}

.blockquote {
  margin-bottom: 3rem;
}
.blockquote p {
  color: #fff;
}

.thumb__in img {
  border-radius: 100%;
  margin: 0 0 1rem;
}
.thumb .small {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.article-profile .level__1 {
  font-weight: bold;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
.article-profile .level__2 {
  line-height: 4rem;
  margin-bottom: 6rem;
}

.article-interview .sub__title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.article-interview .blockquote {
  padding: 2rem;
  border: solid 1px #fff;
  border-radius: 1rem;
  margin-top: 4rem;
}
.article-interview .blockquote .strong {
  font-size: 1.5em;
  font-weight: bold;
}

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