.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:not(.post-type-interview) .box,
.entry .box {
  padding: 2rem;
  border-radius: 10px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  background-color: #fff;
}
.wp-block-freeform .box p,
#tinymce:not(.post-type-interview) .box p,
.entry .box p {
  margin: 0;
}
.wp-block-freeform a,
#tinymce:not(.post-type-interview) a,
.entry a {
  transition: 0.4s;
}
.wp-block-freeform a:hover,
#tinymce:not(.post-type-interview) a:hover,
.entry a:hover {
  opacity: 0.6;
}
.wp-block-freeform .toc_list,
#tinymce:not(.post-type-interview) .toc_list,
.entry .toc_list {
  padding-left: 0 !important;
}
.wp-block-freeform .toc_list li + .wp-block-freeform .toc_list li,
.wp-block-freeform .toc_list li + #tinymce:not(.post-type-interview) .toc_list li,
.wp-block-freeform .toc_list li + .entry .toc_list li,
#tinymce:not(.post-type-interview) .toc_list li + .wp-block-freeform .toc_list li,
#tinymce:not(.post-type-interview) .toc_list li + #tinymce:not(.post-type-interview) .toc_list li,
#tinymce:not(.post-type-interview) .toc_list li + .entry .toc_list li,
.entry .toc_list li + .wp-block-freeform .toc_list li,
.entry .toc_list li + #tinymce:not(.post-type-interview) .toc_list li,
.entry .toc_list li + .entry .toc_list li {
  margin-top: 1.5rem;
}
.wp-block-freeform #toc_container,
#tinymce:not(.post-type-interview) #toc_container,
.entry #toc_container {
  width: 100%;
  padding: 3rem 6.3rem;
  border-radius: 2rem;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  background-color: #fff;
  border: 0;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform #toc_container,
  #tinymce:not(.post-type-interview) #toc_container,
  .entry #toc_container {
    padding: 2rem 1.5rem 0;
    margin: 5rem 0;
    border-radius: 1.5rem;
  }
}
.wp-block-freeform .toc_number,
#tinymce:not(.post-type-interview) .toc_number,
.entry .toc_number {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: var(--font-en);
  padding-right: 1rem;
  display: none;
}
.wp-block-freeform .toc_number::after,
#tinymce:not(.post-type-interview) .toc_number::after,
.entry .toc_number::after {
  content: ".";
}
.wp-block-freeform #toc_container > ul,
#tinymce:not(.post-type-interview) #toc_container > ul,
.entry #toc_container > ul {
  padding-left: 2rem;
}
.wp-block-freeform #toc_container ul ul,
#tinymce:not(.post-type-interview) #toc_container ul ul,
.entry #toc_container ul ul {
  display: none;
}
.wp-block-freeform div#toc_container .toc_title,
#tinymce:not(.post-type-interview) 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:not(.post-type-interview) div#toc_container .toc_title,
  .entry div#toc_container .toc_title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 2.4rem;
  }
}
.wp-block-freeform #toc_container li,
#tinymce:not(.post-type-interview) #toc_container li,
.entry #toc_container li {
  margin-bottom: 0rem;
}
.wp-block-freeform #toc_container li:last-child,
#tinymce:not(.post-type-interview) #toc_container li:last-child,
.entry #toc_container li:last-child {
  margin-bottom: 0;
}
.wp-block-freeform #toc_container ul ul,
#tinymce:not(.post-type-interview) #toc_container ul ul,
.entry #toc_container ul ul {
  margin-left: 0;
}
.wp-block-freeform #toc_container a,
#tinymce:not(.post-type-interview) #toc_container a,
.entry #toc_container a {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  display: block;
  width: fit-content;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wp-block-freeform #toc_container a,
  #tinymce:not(.post-type-interview) #toc_container a,
  .entry #toc_container a {
    font-size: 1.4rem;
  }
}
.wp-block-freeform li.ez-toc-page-1,
#tinymce:not(.post-type-interview) 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:not(.post-type-interview) 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:not(.post-type-interview) .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:not(.post-type-interview) .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:not(.post-type-interview) .underline,
.entry .underline {
  text-decoration: underline;
}
.wp-block-freeform .marker,
#tinymce:not(.post-type-interview) .marker,
.entry .marker {
  background: linear-gradient(transparent 70%, var(--accent2) 70%);
}

.wp-block-freeform,
#tinymce:not(.post-type-interview),
.article-entry {
  line-height: 1.5;
}
.wp-block-freeform img,
#tinymce:not(.post-type-interview) img,
.article-entry img {
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform img,
  #tinymce:not(.post-type-interview) img,
  .article-entry img {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform div,
#tinymce:not(.post-type-interview) div,
.article-entry div {
  max-width: 100%;
}
.wp-block-freeform figure,
#tinymce:not(.post-type-interview) figure,
.article-entry figure {
  display: block;
  margin-top: 5rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform figure,
  #tinymce:not(.post-type-interview) figure,
  .article-entry figure {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform a,
#tinymce:not(.post-type-interview) a,
.article-entry a {
  text-decoration: underline;
  color: var(--accent1);
}
.wp-block-freeform p,
#tinymce:not(.post-type-interview) p,
.article-entry p {
  line-height: 2.1875;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform p,
  #tinymce:not(.post-type-interview) p,
  .article-entry p {
    margin-bottom: 3rem;
  }
}
.wp-block-freeform > ul,
#tinymce:not(.post-type-interview) > ul,
.article-entry > ul {
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */
  background-color: #fff;
  border: 0;
  padding: 3rem 6.3rem;
  border-radius: 2rem;
}
.wp-block-freeform > ul li,
#tinymce:not(.post-type-interview) > ul li,
.article-entry > ul li {
  margin-left: 1em;
}
.wp-block-freeform > ol,
#tinymce:not(.post-type-interview) > ol,
.article-entry > ol {
  background-color: #fff;
  border: 0;
  padding: 3rem 6.3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .wp-block-freeform > ol,
  #tinymce:not(.post-type-interview) > ol,
  .article-entry > ol {
    padding: 2rem 1.5rem;
  }
}
.wp-block-freeform > ol li,
#tinymce:not(.post-type-interview) > ol li,
.article-entry > ol li {
  margin-left: 1em;
}
@media (max-width: 767px) {
  .wp-block-freeform > ol li,
  #tinymce:not(.post-type-interview) > ol li,
  .article-entry > ol li {
    margin-left: 2.5rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.wp-block-freeform > ul, .wp-block-freeform > ol,
#tinymce:not(.post-type-interview) > ul,
#tinymce:not(.post-type-interview) > ol,
.article-entry > ul,
.article-entry > ol {
  margin: 5rem 0;
}
@media (max-width: 767px) {
  .wp-block-freeform > ul, .wp-block-freeform > ol,
  #tinymce:not(.post-type-interview) > ul,
  #tinymce:not(.post-type-interview) > ol,
  .article-entry > ul,
  .article-entry > ol {
    padding: 2rem 1.5rem;
  }
}
.wp-block-freeform > ul li + li, .wp-block-freeform > ol li + li,
#tinymce:not(.post-type-interview) > ul li + li,
#tinymce:not(.post-type-interview) > ol li + li,
.article-entry > ul li + li,
.article-entry > ol li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .wp-block-freeform > ul li + li, .wp-block-freeform > ol li + li,
  #tinymce:not(.post-type-interview) > ul li + li,
  #tinymce:not(.post-type-interview) > ol li + li,
  .article-entry > ul li + li,
  .article-entry > ol li + li {
    margin-top: 1rem;
  }
}
.wp-block-freeform > ul li::marker, .wp-block-freeform > ol li::marker,
#tinymce:not(.post-type-interview) > ul li::marker,
#tinymce:not(.post-type-interview) > ol li::marker,
.article-entry > ul 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 > ul li::marker, .wp-block-freeform > ol li::marker,
  #tinymce:not(.post-type-interview) > ul li::marker,
  #tinymce:not(.post-type-interview) > ol li::marker,
  .article-entry > ul li::marker,
  .article-entry > ol li::marker {
    font-size: 2rem;
  }
}
.wp-block-freeform li ol,
.wp-block-freeform li ul,
#tinymce:not(.post-type-interview) li ol,
#tinymce:not(.post-type-interview) 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:not(.post-type-interview) li ol,
  #tinymce:not(.post-type-interview) li ul,
  .article-entry li ol,
  .article-entry li ul {
    padding: 1em 0em;
  }
}
.wp-block-freeform h2,
#tinymce:not(.post-type-interview) h2,
.article-entry h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5625;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  .wp-block-freeform h2,
  #tinymce:not(.post-type-interview) h2,
  .article-entry h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform h3,
.wp-block-freeform h4,
.wp-block-freeform h5,
#tinymce:not(.post-type-interview) h3,
#tinymce:not(.post-type-interview) h4,
#tinymce:not(.post-type-interview) h5,
.article-entry h3,
.article-entry h4,
.article-entry h5 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 3rem;
  border-left: 0.5rem solid var(--accent1);
  padding-left: 1.5rem;
}
.wp-block-freeform h3::before,
.wp-block-freeform h4::before,
.wp-block-freeform h5::before,
#tinymce:not(.post-type-interview) h3::before,
#tinymce:not(.post-type-interview) h4::before,
#tinymce:not(.post-type-interview) 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:not(.post-type-interview) h3,
  #tinymce:not(.post-type-interview) h4,
  #tinymce:not(.post-type-interview) h5,
  .article-entry h3,
  .article-entry h4,
  .article-entry h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }
}
.wp-block-freeform table,
#tinymce:not(.post-type-interview) table,
.article-entry table {
  width: 100%;
  margin: 2rem auto;
  border-collapse: collapse;
}
.wp-block-freeform table th,
.wp-block-freeform table td,
#tinymce:not(.post-type-interview) table th,
#tinymce:not(.post-type-interview) table td,
.article-entry table th,
.article-entry table td {
  border: solid 1px var(--accent);
  padding: 1em;
}
.wp-block-freeform table th,
#tinymce:not(.post-type-interview) 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;
  color: var(--color-smoke);
  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;
}

.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;
}

#tinymce.post-type-interview figure,
.interview-detail-entry figure {
  margin: 10rem auto;
}
@media (max-width: 767px) {
  #tinymce.post-type-interview figure,
  .interview-detail-entry figure {
    margin: 3.5rem auto;
  }
}
#tinymce.post-type-interview h2,
.interview-detail-entry h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 0 1rem;
  border-bottom: 1px dashed var(--color-black);
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #tinymce.post-type-interview h2,
  .interview-detail-entry h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
  }
}
#tinymce.post-type-interview h3,
#tinymce.post-type-interview h4,
.interview-detail-entry h3,
.interview-detail-entry h4 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}
@media (max-width: 767px) {
  #tinymce.post-type-interview h3,
  #tinymce.post-type-interview h4,
  .interview-detail-entry h3,
  .interview-detail-entry h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#tinymce.post-type-interview h3::before,
#tinymce.post-type-interview h4::before,
.interview-detail-entry h3::before,
.interview-detail-entry h4::before {
  content: "";
  border-left: 4px solid var(--accent2);
  display: inline-block;
  width: 4px;
  height: 2.5rem;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
}
#tinymce.post-type-interview p,
.interview-detail-entry p {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #tinymce.post-type-interview p,
  .interview-detail-entry p {
    margin-bottom: 3.5rem;
  }
}
