@charset "UTF-8";
/* WordPress 投稿コンテンツ共通
========================================= */
.single__content,
.single-post__content,
.single-news__content,
.single-column__content {
  max-width: 825px;
  margin-left: auto;
  margin-right: auto;
}

.page__contents {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.single__content h2,
.page__contents h2,
.single-post__content h2,
.single-news__content h2,
.single-column__content h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  margin: 4rem 0 2rem;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .single__content h2,
  .page__contents h2,
  .single-post__content h2,
  .single-news__content h2,
  .single-column__content h2 {
    font-size: 1.8rem;
    margin-top: 2.4rem;
  }
}
.single__content h2::before,
.page__contents h2::before,
.single-post__content h2::before,
.single-news__content h2::before,
.single-column__content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #F08F4E;
}
.single__content h3,
.page__contents h3,
.single-post__content h3,
.single-news__content h3,
.single-column__content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #363D40;
  margin: 2.4rem 0 1.2rem;
}
@media (max-width: 768px) {
  .single__content h3,
  .page__contents h3,
  .single-post__content h3,
  .single-news__content h3,
  .single-column__content h3 {
    font-size: 1.6rem;
  }
}
.single__content h4,
.single__content h5,
.single__content h6,
.page__contents h4,
.page__contents h5,
.page__contents h6,
.single-post__content h4,
.single-post__content h5,
.single-post__content h6,
.single-news__content h4,
.single-news__content h5,
.single-news__content h6,
.single-column__content h4,
.single-column__content h5,
.single-column__content h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .single__content h4,
  .single__content h5,
  .single__content h6,
  .page__contents h4,
  .page__contents h5,
  .page__contents h6,
  .single-post__content h4,
  .single-post__content h5,
  .single-post__content h6,
  .single-news__content h4,
  .single-news__content h5,
  .single-news__content h6,
  .single-column__content h4,
  .single-column__content h5,
  .single-column__content h6 {
    font-size: 1.4rem;
  }
}
.single__content p,
.page__contents p,
.single-post__content p,
.single-news__content p,
.single-column__content p {
  margin: 1.6rem 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #363D40;
}
@media (max-width: 768px) {
  .single__content p,
  .page__contents p,
  .single-post__content p,
  .single-news__content p,
  .single-column__content p {
    font-size: 1.4rem;
  }
}
.single__content strong,
.page__contents strong,
.single-post__content strong,
.single-news__content strong,
.single-column__content strong {
  text-decoration: underline;
  text-decoration-color: #F08F4E;
  text-decoration-thickness: 0.2em;
  text-underline-offset: 0.2em;
}
.single__content ol,
.page__contents ol,
.single-post__content ol,
.single-news__content ol,
.single-column__content ol {
  margin: 1.6rem 0;
  padding-left: 1.5em;
}
.single__content ol > li,
.page__contents ol > li,
.single-post__content ol > li,
.single-news__content ol > li,
.single-column__content ol > li {
  font-size: 1.6rem;
  line-height: 2;
  list-style: decimal;
  padding-inline-start: 0.6em;
}
.single__content ol > li::marker,
.page__contents ol > li::marker,
.single-post__content ol > li::marker,
.single-news__content ol > li::marker,
.single-column__content ol > li::marker {
  color: #F08F4E;
}
.single__content ul:not(.blocks-gallery-grid),
.page__contents ul:not(.blocks-gallery-grid),
.single-post__content ul:not(.blocks-gallery-grid),
.single-news__content ul:not(.blocks-gallery-grid),
.single-column__content ul:not(.blocks-gallery-grid) {
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
}
.single__content ul:not(.blocks-gallery-grid) > li,
.page__contents ul:not(.blocks-gallery-grid) > li,
.single-post__content ul:not(.blocks-gallery-grid) > li,
.single-news__content ul:not(.blocks-gallery-grid) > li,
.single-column__content ul:not(.blocks-gallery-grid) > li {
  position: relative;
  padding-left: 1.4em;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  list-style: none;
}
@media (max-width: 768px) {
  .single__content ul:not(.blocks-gallery-grid) > li,
  .page__contents ul:not(.blocks-gallery-grid) > li,
  .single-post__content ul:not(.blocks-gallery-grid) > li,
  .single-news__content ul:not(.blocks-gallery-grid) > li,
  .single-column__content ul:not(.blocks-gallery-grid) > li {
    font-size: 1.4rem;
    padding-left: 1.2em;
  }
}
.single__content ul:not(.blocks-gallery-grid) > li::before,
.page__contents ul:not(.blocks-gallery-grid) > li::before,
.single-post__content ul:not(.blocks-gallery-grid) > li::before,
.single-news__content ul:not(.blocks-gallery-grid) > li::before,
.single-column__content ul:not(.blocks-gallery-grid) > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #F08F4E;
}
.single__content ul:not(.blocks-gallery-grid) ul:not(.blocks-gallery-grid) > li::before,
.page__contents ul:not(.blocks-gallery-grid) ul:not(.blocks-gallery-grid) > li::before,
.single-post__content ul:not(.blocks-gallery-grid) ul:not(.blocks-gallery-grid) > li::before,
.single-news__content ul:not(.blocks-gallery-grid) ul:not(.blocks-gallery-grid) > li::before,
.single-column__content ul:not(.blocks-gallery-grid) ul:not(.blocks-gallery-grid) > li::before {
  content: "・";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  color: #F08F4E;
  font-size: 1.6rem;
  line-height: 2;
  top: 0;
  left: 0;
}
.single__content img,
.single__content video,
.page__contents img,
.page__contents video,
.single-post__content img,
.single-post__content video,
.single-news__content img,
.single-news__content video,
.single-column__content img,
.single-column__content video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.single__content img.alignleft,
.single__content video.alignleft,
.page__contents img.alignleft,
.page__contents video.alignleft,
.single-post__content img.alignleft,
.single-post__content video.alignleft,
.single-news__content img.alignleft,
.single-news__content video.alignleft,
.single-column__content img.alignleft,
.single-column__content video.alignleft {
  float: left;
}
.single__content img.aligncenter,
.single__content video.aligncenter,
.page__contents img.aligncenter,
.page__contents video.aligncenter,
.single-post__content img.aligncenter,
.single-post__content video.aligncenter,
.single-news__content img.aligncenter,
.single-news__content video.aligncenter,
.single-column__content img.aligncenter,
.single-column__content video.aligncenter {
  margin: 20px auto;
}
.single__content img.alignright,
.single__content video.alignright,
.page__contents img.alignright,
.page__contents video.alignright,
.single-post__content img.alignright,
.single-post__content video.alignright,
.single-news__content img.alignright,
.single-news__content video.alignright,
.single-column__content img.alignright,
.single-column__content video.alignright {
  float: right;
}
.single__content img,
.page__contents img,
.single-post__content img,
.single-news__content img,
.single-column__content img {
  border-radius: 12px;
}
@media (max-width: 768px) {
  .single__content img,
  .page__contents img,
  .single-post__content img,
  .single-news__content img,
  .single-column__content img {
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .single__content .wp-block-columns.is-layout-flex,
  .page__contents .wp-block-columns.is-layout-flex,
  .single-post__content .wp-block-columns.is-layout-flex,
  .single-news__content .wp-block-columns.is-layout-flex,
  .single-column__content .wp-block-columns.is-layout-flex {
    gap: 0;
  }
  .single__content .wp-block-columns.is-layout-flex img,
  .page__contents .wp-block-columns.is-layout-flex img,
  .single-post__content .wp-block-columns.is-layout-flex img,
  .single-news__content .wp-block-columns.is-layout-flex img,
  .single-column__content .wp-block-columns.is-layout-flex img {
    margin: 0;
  }
}
.single__content figure,
.page__contents figure,
.single-post__content figure,
.single-news__content figure,
.single-column__content figure {
  margin: 2.4rem 0;
}
.single__content figure figcaption,
.page__contents figure figcaption,
.single-post__content figure figcaption,
.single-news__content figure figcaption,
.single-column__content figure figcaption {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  font-weight: 500;
  text-align: left;
}
.single__content .is-type-video,
.single__content .is-type-rich,
.page__contents .is-type-video,
.page__contents .is-type-rich,
.single-post__content .is-type-video,
.single-post__content .is-type-rich,
.single-news__content .is-type-video,
.single-news__content .is-type-rich,
.single-column__content .is-type-video,
.single-column__content .is-type-rich {
  margin: 60px auto;
}
.single__content .is-type-video .wp-block-embed__wrapper,
.single__content .is-type-rich .wp-block-embed__wrapper,
.page__contents .is-type-video .wp-block-embed__wrapper,
.page__contents .is-type-rich .wp-block-embed__wrapper,
.single-post__content .is-type-video .wp-block-embed__wrapper,
.single-post__content .is-type-rich .wp-block-embed__wrapper,
.single-news__content .is-type-video .wp-block-embed__wrapper,
.single-news__content .is-type-rich .wp-block-embed__wrapper,
.single-column__content .is-type-video .wp-block-embed__wrapper,
.single-column__content .is-type-rich .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  text-align: center;
}
.single__content .is-type-video .wp-block-embed__wrapper iframe,
.single__content .is-type-rich .wp-block-embed__wrapper iframe,
.page__contents .is-type-video .wp-block-embed__wrapper iframe,
.page__contents .is-type-rich .wp-block-embed__wrapper iframe,
.single-post__content .is-type-video .wp-block-embed__wrapper iframe,
.single-post__content .is-type-rich .wp-block-embed__wrapper iframe,
.single-news__content .is-type-video .wp-block-embed__wrapper iframe,
.single-news__content .is-type-rich .wp-block-embed__wrapper iframe,
.single-column__content .is-type-video .wp-block-embed__wrapper iframe,
.single-column__content .is-type-rich .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single__content .wp-block-media-text,
.page__contents .wp-block-media-text,
.single-post__content .wp-block-media-text,
.single-news__content .wp-block-media-text,
.single-column__content .wp-block-media-text {
  column-gap: 2%;
}
.single__content .wp-block-media-text__content,
.page__contents .wp-block-media-text__content,
.single-post__content .wp-block-media-text__content,
.single-news__content .wp-block-media-text__content,
.single-column__content .wp-block-media-text__content {
  padding: 0 !important;
}
.single__content .wp-block-media-text__content p,
.page__contents .wp-block-media-text__content p,
.single-post__content .wp-block-media-text__content p,
.single-news__content .wp-block-media-text__content p,
.single-column__content .wp-block-media-text__content p {
  margin-bottom: 1em;
}
.single__content .wp-block-media-text__content img,
.page__contents .wp-block-media-text__content img,
.single-post__content .wp-block-media-text__content img,
.single-news__content .wp-block-media-text__content img,
.single-column__content .wp-block-media-text__content img {
  margin: 0;
}
.single__content blockquote,
.page__contents blockquote,
.single-post__content blockquote,
.single-news__content blockquote,
.single-column__content blockquote {
  margin: 2.4rem 0;
  padding: 1.6rem 2rem;
  background-color: #F4F4F4;
  border-left: 4px solid #F08F4E;
  border-radius: 0 8px 8px 0;
  line-height: 2;
}
.single__content blockquote p,
.page__contents blockquote p,
.single-post__content blockquote p,
.single-news__content blockquote p,
.single-column__content blockquote p {
  margin: 0;
}
.single__content a,
.page__contents a,
.single-post__content a,
.single-news__content a,
.single-column__content a {
  color: #F08F4E;
  text-decoration: underline;
  word-break: break-all;
}
.single__content a:hover,
.page__contents a:hover,
.single-post__content a:hover,
.single-news__content a:hover,
.single-column__content a:hover {
  opacity: 0.85;
}
.single__content .wp-block-separator,
.page__contents .wp-block-separator,
.single-post__content .wp-block-separator,
.single-news__content .wp-block-separator,
.single-column__content .wp-block-separator {
  border: none;
  border-top: 1px solid #848484;
  margin: 2.4rem 0;
}

#toc_container {
  position: relative;
  width: 100% !important;
  margin: 2.4rem 0 !important;
  padding: 1.8rem 2.8rem !important;
  border: 3px solid #F08F4E !important;
  border-radius: 6px;
  background: #ffffff !important;
  display: block !important;
  overflow: hidden;
  box-sizing: border-box;
  transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 768px) {
  #toc_container {
    padding: 1.6rem 1.2rem !important;
  }
}
#toc_container.is-toc-animating {
  will-change: max-height;
}
#toc_container::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50%;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(355.29deg, #F08F4E 4.63%, rgba(240, 143, 78, 0) 97.03%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 0;
}
#toc_container.contracted {
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
}
#toc_container.contracted:not(.is-toc-animating) {
  height: 225px;
  max-height: 225px !important;
}
@media (max-width: 768px) {
  #toc_container.contracted:not(.is-toc-animating) {
    height: 160px;
    max-height: 160px !important;
  }
}
#toc_container.contracted::before {
  opacity: 1;
}
#toc_container.contracted .toc_toggle a::after {
  transform: rotate(180deg);
}
#toc_container .toc_title,
#toc_container .toc_list {
  position: relative;
  z-index: 1;
}
#toc_container .toc_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.6rem;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #F08F4E;
}
@media (max-width: 768px) {
  #toc_container .toc_title {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
#toc_container .toc_title::before {
  content: "";
  flex-shrink: 0;
  width: 2.52rem;
  height: 1.4rem;
  margin-right: 0.6rem;
  background: url(../img/common/icons/table_orange.svg) no-repeat center center/contain;
}
#toc_container .toc_toggle {
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0;
  line-height: 0;
}
#toc_container .toc_toggle .toc_brackets {
  display: none;
}
#toc_container .toc_toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  font-size: 0;
  text-decoration: none;
}
#toc_container .toc_toggle a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8.5px solid transparent;
  border-right: 8.5px solid transparent;
  border-bottom: 13px solid #F08F4E;
  border-top: none;
  transition: transform 0.5s ease;
}
#toc_container .toc_list {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
#toc_container .toc_list > li {
  position: relative;
  padding-left: 1.4em;
}
@media (max-width: 768px) {
  #toc_container .toc_list > li {
    padding-left: 1em;
  }
}
#toc_container .toc_list > li:not(:first-child) {
  margin-top: 0.8rem;
}
#toc_container .toc_list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #F08F4E;
}
@media (max-width: 768px) {
  #toc_container .toc_list > li::before {
    top: 0.5em;
  }
}
#toc_container .toc_list > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #363D40;
  text-decoration: none;
  display: block;
}
@media (max-width: 768px) {
  #toc_container .toc_list > li > a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#toc_container .toc_list > li > a:hover {
  opacity: 0.85;
}
#toc_container .toc_list > li > ul {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0 0 0 1.6rem;
}
#toc_container .toc_list > li > ul > li {
  padding-left: 0;
}
#toc_container .toc_list > li > ul > li::before {
  display: none;
}
#toc_container .toc_list > li > ul > li:not(:first-child) {
  margin-top: 0.4rem;
}
#toc_container .toc_list > li > ul > li a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #363D40;
  text-decoration: none;
}
@media (max-width: 768px) {
  #toc_container .toc_list > li > ul > li a {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#toc_container .toc_list > li > ul > li a:hover {
  opacity: 0.85;
}

.page__inner {
  width: 83.333%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .page__inner {
    width: 94.6667%;
    padding-bottom: 4rem;
  }
}
.page__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .page__title {
    font-size: 1.25rem;
    padding-left: 1.25em;
  }
}