@charset "UTF-8";
@font-face {
  font-family: 'Helvetica';
  src: url(../fonts/Helvetica-Bold-Font.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(../fonts/static/NotoSansJP-VariableFont_wght.ttf;);
}
/* loadfont 
		'Roboto', sans-serif;
*/
.block-editor-content {
  /* Block Alignments */
  /**
   * These selectors set the default max width for content appearing inside a post or page.
   */
  /**
   * .alignleft
   */
  /**
   * .aligncenter
   */
  /**
   * .alignright
   */
  /**
   * .alignwide
   */
  /**
   * .alignfull
   */
}
.block-editor-content .wp-block-image {
  text-align: center;
}
.block-editor-content .wp-block-image figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}
.block-editor-content .wp-block-image .alignright {
  margin-left: var(--global--spacing-horizontal);
}
.block-editor-content .wp-block-image .alignleft {
  margin-right: var(--global--spacing-horizontal);
}
.block-editor-content .wp-block-image a:focus img {
  outline-offset: 2px;
}
.block-editor-content .entry-content > *[class=wp-block-image],
.block-editor-content .entry-content [class*=inner-container] > *[class=wp-block-image] {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .entry-content > *[class=wp-block-image] + *,
.block-editor-content .entry-content [class*=inner-container] > *[class=wp-block-image] + * {
  margin-top: 0;
}
.block-editor-content .wp-block-image.is-style-twentytwentyone-border img,
.block-editor-content .wp-block-image.is-style-twentytwentyone-image-frame img {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.block-editor-content .wp-block-image.is-style-twentytwentyone-image-frame img {
  padding: var(--global--spacing-unit);
}
@media only screen and (min-width: 482px) {
  .block-editor-content .entry-content > .wp-block-image > .alignleft,
  .block-editor-content .entry-content > .wp-block-image > .alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 481px) {
  .block-editor-content .entry-content > .wp-block-image > .alignleft,
  .block-editor-content .entry-content > .wp-block-image > .alignright {
    margin-left: 0;
    margin-right: 0;
  }
}
.block-editor-content .wp-block-latest-comments {
  padding-left: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  /* Vertical margins logic */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: var(--heading--font-family);
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
.block-editor-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: var(--global--font-size-sm);
  line-height: var(--global--line-height-body);
  margin: 0;
}
.block-editor-content .wp-block-latest-posts {
  padding-left: 0;
}
.block-editor-content .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-latest-posts:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-posts:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .widget-area .wp-block-latest-posts:not(.is-grid) > li {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts.is-grid {
  word-wrap: break-word;
  word-break: break-word;
}
.block-editor-content .wp-block-latest-posts.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-latest-posts.is-grid > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.block-editor-content .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.block-editor-content .wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-latest-posts > li > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-latest-posts > li > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts > li > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.block-editor-content .widget-area .wp-block-latest-posts > li > a {
  font-size: var(--global--font-size-sm);
  margin-bottom: 0;
}
.block-editor-content .wp-block-latest-posts .wp-block-latest-posts__post-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.block-editor-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
.block-editor-content [class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
.block-editor-content .has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: currentColor;
}
.block-editor-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.block-editor-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-latest-posts.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.block-editor-content .entry-content [class*=inner-container] .wp-block-latest-posts.alignfull,
.block-editor-content .entry-content .has-background .wp-block-latest-posts.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
  border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
  border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
  padding-bottom: var(--global--spacing-vertical);
  border-bottom: var(--separator--height) solid var(--global--color-border);
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
  box-shadow: inset 0 -1px 0 0 var(--global--color-border);
  border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
  margin: 0;
  padding-top: var(--global--spacing-vertical);
  padding-right: var(--global--spacing-horizontal);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
@media screen and (min-width: 600px) {
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
    width: calc(100% / 2);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
    width: calc(100% / 3);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
    width: calc(100% / 4);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
    width: calc(100% / 5);
  }
  .block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
    width: calc(100% / 6);
  }
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
  padding-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
  margin-top: var(--global--spacing-horizontal);
  margin-bottom: var(--global--spacing-horizontal);
}
.block-editor-content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.block-editor-content .gallery-item a {
  display: block;
}
.block-editor-content .gallery-item a:focus img {
  outline-offset: -2px;
}
.block-editor-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.block-editor-content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.block-editor-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.block-editor-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.block-editor-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.block-editor-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.block-editor-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.block-editor-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.block-editor-content .gallery-caption {
  display: block;
}
.block-editor-content figure.wp-caption a:focus img {
  outline-offset: 2px;
}
.block-editor-content ul,
.block-editor-content ol {
  font-family: var(--list--font-family);
  margin: 0;
  margin-bottom: 55px;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}
.block-editor-content ul.aligncenter,
.block-editor-content ol.aligncenter {
  list-style-position: inside;
  padding: 0;
}
.block-editor-content ul.alignright,
.block-editor-content ol.alignright {
  list-style-position: inside;
  text-align: right;
  padding: 0;
}
.block-editor-content ul {
  list-style-type: disc;
}
.block-editor-content ul ul {
  list-style-type: circle;
}
.block-editor-content ol {
  list-style-type: decimal;
}
.block-editor-content ol ul {
  list-style-type: circle;
}
.block-editor-content dt {
  font-family: var(--definition-term--font-family);
  font-weight: bold;
}
.block-editor-content dd {
  margin: 0;
  padding-left: calc(2 * var(--global--spacing-horizontal));
}
.block-editor-content .wp-block-media-text {
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-media-text.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-media-text a:focus img {
  outline-offset: -1px;
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content {
  padding: var(--global--spacing-horizontal);
}
@media only screen and (min-width: 592px) {
  .block-editor-content .wp-block-media-text .wp-block-media-text__content {
    padding: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-media-text .wp-block-media-text__content > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding-top: var(--global--spacing-vertical);
    padding-bottom: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-media-text.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.block-editor-content .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
  font-family: var(--primary-nav--font-family);
  font-size: var(--primary-nav--font-size);
  font-weight: var(--primary-nav--font-weight);
}
.block-editor-content .wp-block-navigation .wp-block-navigation-link__submenu-icon {
  padding: 0;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
  display: inherit;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
  border: none;
  left: 0;
  min-width: max-content;
  opacity: 0;
  padding: 0;
  position: inherit;
  top: inherit;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
  display: none;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
  background: var(--global--color-background);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  border: 1px solid var(--primary-nav--border-color);
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before,
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -10px;
  left: var(--global--spacing-horizontal);
  border-style: solid;
  border-color: var(--primary-nav--border-color) transparent;
  border-width: 0 7px 10px 7px;
}
.block-editor-content .wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
  top: -9px;
  border-color: var(--global--color-background) transparent;
}
.block-editor-content .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background: var(--global--color-background);
}
.block-editor-content .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  background: var(--global--color-background);
}
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover,
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:focus {
  color: var(--primary-nav--color-link-hover);
}
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
}
.block-editor-content .wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
  color: currentColor;
}
.block-editor-content p {
  line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}
.block-editor-content p.has-background {
  padding: var(--global--spacing-unit);
}
.block-editor-content p.has-text-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}
.block-editor-content pre.wp-block-preformatted {
  overflow-x: auto;
  white-space: pre;
}
.block-editor-content .wp-block-pullquote {
  padding: calc(2 * var(--global--spacing-unit)) 0;
  text-align: center;
  border-width: var(--pullquote--border-width);
  border-bottom-style: solid;
  border-top-style: solid;
  color: currentColor;
  border-color: currentColor;
  position: relative;
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-pullquote blockquote::before {
  color: currentColor;
  content: "“";
  display: block;
  position: relative;
  left: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.block-editor-content .wp-block-pullquote p {
  font-family: var(--pullquote--font-family);
  font-size: var(--pullquote--font-size);
  font-style: var(--pullquote--font-style);
  font-weight: 700;
  letter-spacing: var(--pullquote--letter-spacing);
  line-height: var(--pullquote--line-height);
  margin: 0;
}
.block-editor-content .wp-block-pullquote a {
  color: currentColor;
}
.block-editor-content .wp-block-pullquote .wp-block-pullquote__citation,
.block-editor-content .wp-block-pullquote cite,
.block-editor-content .wp-block-pullquote footer {
  color: currentColor;
  display: block;
  font-size: var(--global--font-size-xs);
  font-style: var(--pullquote--font-style);
  text-transform: none;
}
.block-editor-content .wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.block-editor-content .wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.block-editor-content .wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
  text-align: center;
}
.block-editor-content .wp-block-pullquote.alignwide > p,
.block-editor-content .wp-block-pullquote.alignwide blockquote {
  max-width: var(--responsive--alignwide-width);
}
.block-editor-content .wp-block-pullquote.alignfull:not(.is-style-solid-color) > p,
.block-editor-content .wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
  padding: 0 calc(2 * var(--global--spacing-unit));
}
.block-editor-content .wp-block-pullquote.is-style-solid-color {
  color: var(--pullquote--color-foreground);
  padding: calc(2.5 * var(--global--spacing-unit));
  border-width: var(--pullquote--border-width);
  border-style: solid;
  border-color: var(--pullquote--border-color);
}
@media (min-width: 600px) {
  .block-editor-content .wp-block-pullquote.is-style-solid-color {
    padding: calc(5 * var(--global--spacing-unit));
  }
}
.block-editor-content .wp-block-pullquote.is-style-solid-color blockquote::before {
  text-align: left;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color blockquote {
  margin: 0;
  max-width: inherit;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: var(--pullquote--font-size);
}
.block-editor-content .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.block-editor-content .wp-block-pullquote.is-style-solid-color cite,
.block-editor-content .wp-block-pullquote.is-style-solid-color footer {
  color: currentColor;
}
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignleft,
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignright {
  padding: var(--global--spacing-unit);
}
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.block-editor-content .wp-block-pullquote.is-style-solid-color.alignright blockquote {
  max-width: initial;
}
.block-editor-content .wp-block-query.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-query.has-background {
    padding: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-quote {
  border-left: none;
  	/**
     * Block Options
     */
}
.block-editor-content .wp-block-quote:before {
  content: "“";
  font-size: var(--quote--font-size);
  line-height: var(--quote--line-height);
  left: 8px;
}
.block-editor-content .has-background .wp-block-quote .wp-block-quote__citation,
.block-editor-content [class*=background-color] .wp-block-quote .wp-block-quote__citation,
.block-editor-content [style*=background-color] .wp-block-quote .wp-block-quote__citation,
.block-editor-content .wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.block-editor-content .has-background .wp-block-quote cite,
.block-editor-content [class*=background-color] .wp-block-quote cite,
.block-editor-content [style*=background-color] .wp-block-quote cite,
.block-editor-content .wp-block-cover[style*=background-image] .wp-block-quote cite,
.block-editor-content .has-background .wp-block-quote footer,
.block-editor-content [class*=background-color] .wp-block-quote footer,
.block-editor-content [style*=background-color] .wp-block-quote footer,
.block-editor-content .wp-block-cover[style*=background-image] .wp-block-quote footer {
  color: currentColor;
}
.block-editor-content .wp-block-quote.has-text-align-right {
  margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
  padding-right: 0;
  border-right: none;
}
.block-editor-content .wp-block-quote.has-text-align-right:before {
  display: none;
}
.block-editor-content .wp-block-quote.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size);
  font-weight: normal;
  line-height: var(--quote--line-height);
  margin-right: 5px;
}
.block-editor-content .wp-block-quote.has-text-align-center {
  margin: var(--global--spacing-vertical) auto;
}
.block-editor-content .wp-block-quote.has-text-align-center:before {
  display: none;
}
.block-editor-content .wp-block-quote.is-large,
.block-editor-content .wp-block-quote.is-style-large {
  padding-left: 0;
  padding-right: 0;
  /* Resetting margins to match _block-container.scss */
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-quote.is-large p,
.block-editor-content .wp-block-quote.is-style-large p {
  font-size: var(--quote--font-size-large);
  font-style: var(--quote--font-style-large);
  line-height: var(--quote--line-height-large);
}
.block-editor-content .wp-block-quote.is-large:before,
.block-editor-content .wp-block-quote.is-style-large:before {
  font-size: var(--quote--font-size-large);
  line-height: var(--quote--line-height-large);
  left: calc(-1 * var(--global--spacing-horizontal));
}
.block-editor-content .wp-block-quote.is-large.has-text-align-right:before,
.block-editor-content .wp-block-quote.is-style-large.has-text-align-right:before {
  display: none;
}
.block-editor-content .wp-block-quote.is-large.has-text-align-right p:before,
.block-editor-content .wp-block-quote.is-style-large.has-text-align-right p:before {
  content: "”";
  font-size: var(--quote--font-size-large);
  font-weight: normal;
  line-height: var(--quote--line-height-large);
  margin-right: 10px;
}
.block-editor-content .wp-block-quote.is-large .wp-block-quote__citation,
.block-editor-content .wp-block-quote.is-large cite,
.block-editor-content .wp-block-quote.is-large footer,
.block-editor-content .wp-block-quote.is-style-large .wp-block-quote__citation,
.block-editor-content .wp-block-quote.is-style-large cite,
.block-editor-content .wp-block-quote.is-style-large footer {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-sm);
}
@media only screen and (max-width: 481px) {
  .block-editor-content .wp-block-quote.is-large,
  .block-editor-content .wp-block-quote.is-style-large {
    padding-left: var(--global--spacing-horizontal);
  }
  .block-editor-content .wp-block-quote.is-large:before,
  .block-editor-content .wp-block-quote.is-style-large:before {
    left: 0;
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-right,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-right {
    padding-left: 0;
    padding-right: var(--global--spacing-horizontal);
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-right:before,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-right:before {
    right: 0;
  }
  .block-editor-content .wp-block-quote.is-large.has-text-align-center,
  .block-editor-content .wp-block-quote.is-style-large.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 481px) {
  .block-editor-content .wp-block-quote.has-text-align-right {
    padding-left: 0;
    padding-right: calc(0.5 * var(--global--spacing-horizontal));
  }
  .block-editor-content .wp-block-quote.has-text-align-right:before {
    right: 0;
  }
  .block-editor-content .wp-block-quote.has-text-align-center {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-editor-content .wp-block-rss {
  padding-left: 0;
}
.block-editor-content .wp-block-rss > li {
  list-style: none;
}
.block-editor-content .wp-block-rss:not(.is-grid) > li {
  margin-top: calc(1.666 * var(--global--spacing-vertical));
  margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-rss:not(.is-grid) > li:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-rss:not(.is-grid) > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss.is-grid > li {
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-rss.is-grid > li:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1),
.block-editor-content .wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n+2):nth-child(2n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1),
.block-editor-content .wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n+3):nth-child(3n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1),
.block-editor-content .wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n+4):nth-child(4n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1),
.block-editor-content .wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n+5):nth-child(5n+1) ~ li,
.block-editor-content .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1),
.block-editor-content .wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n+6):nth-child(6n+1) ~ li {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss > li > * {
  margin-top: calc(0.333 * var(--global--spacing-vertical));
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-rss > li > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-rss > li > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-rss .wp-block-rss__item-title > a {
  display: inline-block;
  font-family: var(--latest-posts--title-font-family);
  font-size: var(--latest-posts--title-font-size);
  font-weight: var(--heading--font-weight);
  line-height: var(--global--line-height-heading);
  margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-rss .wp-block-rss__item-author {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-md);
  line-height: var(--global--line-height-body);
}
.block-editor-content .wp-block-rss .wp-block-rss__item-publish-date {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  line-height: var(--global--line-height-body);
}
.block-editor-content [class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date,
.block-editor-content .has-background .wp-block-rss .wp-block-rss__item-publish-date {
  color: currentColor;
}
.block-editor-content .wp-block-rss .wp-block-rss__item-excerpt,
.block-editor-content .wp-block-rss .wp-block-rss__item-full-content {
  font-family: var(--latest-posts--description-font-family);
  font-size: var(--latest-posts--description-font-size);
  line-height: var(--global--line-height-body);
  margin-top: calc(0.666 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-rss.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.block-editor-content .entry-content [class*=inner-container] .wp-block-rss.alignfull,
.block-editor-content .entry-content .has-background .wp-block-rss.alignfull {
  padding-left: 0;
  padding-right: 0;
}
.block-editor-content .wp-block-search {
  max-width: var(--responsive--aligndefault-width);
}
.block-editor-content .wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
  justify-content: center;
}
.block-editor-content .wp-block-search .wp-block-search__label {
  font-size: var(--form--font-size);
  font-weight: var(--form--label-weight);
  margin-bottom: calc(var(--global--spacing-vertical) / 3);
}
.block-editor-content .wp-block-search .wp-block-search__input {
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  color: var(--form--color-text);
  line-height: var(--form--line-height);
  max-width: inherit;
  margin-right: calc(-1 * var(--button--border-width));
  padding: var(--form--spacing-unit);
}
.block-editor-content .wp-block-search .wp-block-search__input:focus {
  color: var(--form--color-text);
  border-color: var(--form--border-color);
}
.block-editor-content .has-background .wp-block-search .wp-block-search__input {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.block-editor-content .wp-block-search button.wp-block-search__button {
  margin-left: 0;
  line-height: 1;
}
.block-editor-content .wp-block-search button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}
.block-editor-content .wp-block-search button.wp-block-search__button.has-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.block-editor-content .has-background .wp-block-search button.wp-block-search__button:hover,
.block-editor-content .has-background .wp-block-search button.wp-block-search__button:active {
  background-color: var(--local--color-background, var(--global--color-background)) !important;
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.block-editor-content .has-text-color .wp-block-search button.wp-block-search__button:hover,
.block-editor-content .has-text-color .wp-block-search button.wp-block-search__button:active {
  color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background-color: var(--global--color-white);
  border: var(--form--border-width) solid var(--form--border-color);
  border-radius: var(--form--border-radius);
  padding: var(--form--border-width);
}
.block-editor-content .has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-left: 0;
  margin-right: 0;
  padding-left: var(--form--spacing-unit);
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  color: var(--form--color-text);
  outline-offset: -2px;
  outline: 2px dotted var(--form--border-color);
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  color: var(--global--color-dark-gray);
}
.block-editor-content .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
  color: var(--global--color-dark-gray);
}
.block-editor-content .is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
  background-color: var(--global--color-dark-gray);
  color: var(--global--color-white);
}
.block-editor-content .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  padding: 6px calc(0.5 * var(--button--padding-horizontal));
}
.block-editor-content .wp-block-search__button {
  box-shadow: none;
}
.block-editor-content hr {
  border-style: none;
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-content hr.wp-block-separator {
  border-bottom: var(--separator--height) solid var(--separator--border-color);
  opacity: 1;
  	/**
     * Block Options
     */
}
.block-editor-content hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
  max-width: var(--responsive--aligndefault-width);
}
.block-editor-content hr.wp-block-separator:not(.is-style-dots).alignwide {
  max-width: var(--responsive--alignwide-width);
}
.block-editor-content hr.wp-block-separator:not(.is-style-dots).alignfull {
  max-width: var(--responsive--alignfull-width);
}
.block-editor-content hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
  border-bottom-width: calc(3 * var(--separator--height));
}
.block-editor-content hr.wp-block-separator.is-style-dots.has-background,
.block-editor-content hr.wp-block-separator.is-style-dots.has-text-color {
  background-color: transparent !important;
}
.block-editor-content hr.wp-block-separator.is-style-dots.has-background:before,
.block-editor-content hr.wp-block-separator.is-style-dots.has-text-color:before {
  color: currentColor !important;
}
.block-editor-content hr.wp-block-separator.is-style-dots:before {
  color: var(--separator--border-color);
  font-size: var(--global--font-size-xl);
  letter-spacing: var(--global--font-size-sm);
  padding-left: var(--global--font-size-sm);
}
.block-editor-content .has-background hr.wp-block-separator,
.block-editor-content [class*=background-color] hr.wp-block-separator,
.block-editor-content [style*=background-color] hr.wp-block-separator,
.block-editor-content .wp-block-cover[style*=background-image] hr.wp-block-separator {
  border-color: currentColor;
}
.block-editor-content .wp-block-social-links a:focus {
  color: var(--global--color-primary);
}
.block-editor-content .wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
  color: var(--global--color-primary);
}
.block-editor-content .wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link,
.block-editor-content .wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
  background: none;
}
.block-editor-content table,
.block-editor-content .wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
.block-editor-content table thead,
.block-editor-content table tfoot,
.block-editor-content .wp-block-table thead,
.block-editor-content .wp-block-table tfoot {
  text-align: center;
}
.block-editor-content table th,
.block-editor-content .wp-block-table th {
  font-family: var(--heading--font-family);
}
.block-editor-content table td,
.block-editor-content table th,
.block-editor-content .wp-block-table td,
.block-editor-content .wp-block-table th {
  padding: calc(0.5 * var(--global--spacing-unit));
  border: 1px solid;
}
.block-editor-content table figcaption,
.block-editor-content .wp-block-table figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
}
.block-editor-content table.is-style-regular .has-background,
.block-editor-content table.is-style-stripes .has-background,
.block-editor-content table.is-style-stripes .has-background thead tr,
.block-editor-content table.is-style-stripes .has-background tfoot tr,
.block-editor-content table.is-style-stripes .has-background tbody tr,
.block-editor-content .wp-block-table.is-style-regular .has-background,
.block-editor-content .wp-block-table.is-style-stripes .has-background,
.block-editor-content .wp-block-table.is-style-stripes .has-background thead tr,
.block-editor-content .wp-block-table.is-style-stripes .has-background tfoot tr,
.block-editor-content .wp-block-table.is-style-stripes .has-background tbody tr {
  color: var(--table--has-background-text-color);
}
.block-editor-content table.is-style-stripes,
.block-editor-content .wp-block-table.is-style-stripes {
  border-color: var(--table--stripes-border-color);
}
.block-editor-content table.is-style-stripes th,
.block-editor-content table.is-style-stripes td,
.block-editor-content .wp-block-table.is-style-stripes th,
.block-editor-content .wp-block-table.is-style-stripes td {
  border-width: 0;
}
.block-editor-content table.is-style-stripes tbody tr:nth-child(odd),
.block-editor-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--table--stripes-background-color);
}
.block-editor-content table.is-style-stripes .has-background tbody tr:nth-child(odd),
.block-editor-content .wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
  background-color: var(--global--color-white-90);
}
.block-editor-content table.wp-calendar-table td,
.block-editor-content table.wp-calendar-table th {
  background: transparent;
  border: 0;
  text-align: center;
  line-height: 2;
  vertical-align: middle;
  word-break: normal;
}
.block-editor-content table.wp-calendar-table th {
  font-weight: bold;
}
.block-editor-content table.wp-calendar-table thead,
.block-editor-content table.wp-calendar-table tbody {
  color: currentColor;
  border: 1px solid;
}
.block-editor-content table.wp-calendar-table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: var(--global--spacing-unit);
  color: currentColor;
}
.block-editor-content .wp-calendar-nav {
  text-align: left;
  margin-top: calc(var(--global--spacing-unit) / 2);
}
.block-editor-content .wp-calendar-nav svg {
  height: 1em;
  vertical-align: middle;
}
.block-editor-content .wp-calendar-nav svg path {
  fill: currentColor;
}
.block-editor-content .wp-calendar-nav .wp-calendar-nav-next {
  float: right;
}
.block-editor-content .wp-block-tag-cloud.alignfull {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.block-editor-content .wp-block-verse {
  font-family: var(--entry-content--font-family);
}
.block-editor-content .wp-block-video figcaption {
  color: var(--global--color-primary);
  font-size: var(--global--font-size-xs);
  margin-top: calc(0.5 * var(--global--spacing-unit));
  margin-bottom: var(--global--spacing-unit);
  text-align: center;
}
.block-editor-content * > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.block-editor-content :root .is-extra-small-text,
.block-editor-content :root .has-extra-small-font-size {
  font-size: var(--global--font-size-xs);
}
.block-editor-content :root .is-small-text,
.block-editor-content :root .has-small-font-size {
  font-size: var(--global--font-size-sm);
}
.block-editor-content :root .is-regular-text,
.block-editor-content :root .has-regular-font-size,
.block-editor-content :root .is-normal-font-size,
.block-editor-content :root .has-normal-font-size,
.block-editor-content :root .has-medium-font-size {
  font-size: var(--global--font-size-base);
}
.block-editor-content :root .is-large-text,
.block-editor-content :root .has-large-font-size {
  font-size: var(--global--font-size-lg);
  line-height: var(--global--line-height-heading);
}
.block-editor-content :root .is-larger-text,
.block-editor-content :root .has-larger-font-size,
.block-editor-content :root .is-extra-large-text,
.block-editor-content :root .has-extra-large-font-size {
  font-size: var(--global--font-size-xl);
  line-height: var(--global--line-height-heading);
}
.block-editor-content :root .is-huge-text,
.block-editor-content :root .has-huge-font-size {
  font-size: var(--global--font-size-xxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}
.block-editor-content :root .is-gigantic-text,
.block-editor-content :root .has-gigantic-font-size {
  font-size: var(--global--font-size-xxxl);
  line-height: var(--global--line-height-heading);
  font-weight: var(--heading--font-weight-page-title);
}
.block-editor-content .alignleft {
  /*rtl:ignore*/
  text-align: left;
  margin-top: 0;
}
.block-editor-content .entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}
@media only screen and (min-width: 482px) {
  .block-editor-content .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .block-editor-content .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
.block-editor-content .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.block-editor-content .alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}
@media only screen and (min-width: 482px) {
  .block-editor-content .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: var(--global--spacing-horizontal);
  }
  .block-editor-content .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
.block-editor-content [class*=inner-container] > .alignleft + *,
.block-editor-content [class*=inner-container] > .alignright + * {
  margin-top: 0;
}
.block-editor-content .alignwide {
  clear: both;
}
.block-editor-content .alignfull {
  clear: both;
}
.block-editor-content .has-left-content {
  justify-content: flex-start;
}
.block-editor-content .has-right-content {
  justify-content: flex-end;
}
.block-editor-content .has-parallax {
  background-attachment: fixed;
}
.block-editor-content .has-drop-cap:not(:focus)::first-letter {
  font-family: var(--heading--font-family);
  font-weight: var(--heading--font-weight);
  line-height: 0.66;
  text-transform: uppercase;
  font-style: normal;
  float: left;
  margin: 0.1em 0.1em 0 0;
  font-size: calc(1.2 * var(--heading--font-size-h1));
}
.block-editor-content .has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px;
}
.block-editor-content .desktop-only {
  display: none;
}
@media only screen and (min-width: 482px) {
  .block-editor-content .desktop-only {
    display: block;
  }
}
.block-editor-content .wp-block-code {
  border-color: var(--global--color-border);
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  padding: var(--global--spacing-unit);
}
.block-editor-content .wp-block-code code {
  color: var(--global--color-primary);
  white-space: pre;
  overflow-x: auto;
  display: block;
}
.block-editor-content .wp-block-columns:not(.alignwide):not(.alignfull) {
  clear: both;
}
.block-editor-content .wp-block-columns .wp-block-column > * {
  margin-top: calc(0.66 * var(--global--spacing-vertical));
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-columns .wp-block-column > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: var(--global--spacing-vertical);
  }
}
@media only screen and (min-width: 822px) {
  .block-editor-content .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}
.block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap {
  justify-content: space-around;
}
@media only screen and (min-width: 652px) {
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: calc(-2 * var(--global--spacing-horizontal));
    margin-top: calc(2.5 * var(--global--spacing-horizontal));
    z-index: 2;
  }
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background) {
    background-color: var(--global--color-background);
    padding: var(--global--spacing-unit);
  }
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background),
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background) {
    padding-left: calc(2 * var(--global--spacing-horizontal));
  }
  .block-editor-content .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
    margin-top: 0;
  }
}
.block-editor-content .wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.block-editor-content .wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
  padding-left: var(--global--spacing-unit);
  padding-right: var(--global--spacing-unit);
}
.block-editor-content .wp-block-cover,
.block-editor-content .wp-block-cover-image {
  background-color: var(--cover--color-background);
  min-height: var(--cover--height);
  margin-top: inherit;
  margin-bottom: inherit;
  /* default & custom background-color */
  /* Treating H2 separately to account for legacy /core styles */
  /* Block Styles */
  /* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}
.block-editor-content .wp-block-cover:not(.alignwide):not(.alignfull),
.block-editor-content .wp-block-cover-image:not(.alignwide):not(.alignfull) {
  clear: both;
}
.block-editor-content .wp-block-cover.alignfull,
.block-editor-content .wp-block-cover-image.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover .wp-block-cover-image-text,
.block-editor-content .wp-block-cover .wp-block-cover-text,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image .wp-block-cover-image-text,
.block-editor-content .wp-block-cover-image .wp-block-cover-text {
  color: currentColor;
  margin-top: var(--global--spacing-vertical);
  margin-bottom: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.block-editor-content .wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
  color: currentColor;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.block-editor-content .wp-block-cover .wp-block-cover-image-text .has-link-color a,
.block-editor-content .wp-block-cover .wp-block-cover-text .has-link-color a,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.block-editor-content .wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.block-editor-content .wp-block-cover-image .wp-block-cover-text .has-link-color a {
  color: var(--wp--style--color--link, var(--global--color-primary));
}
.block-editor-content .wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.block-editor-content .wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.block-editor-content .wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.block-editor-content .wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
  color: var(--cover--color-foreground);
}
.block-editor-content .wp-block-cover h2,
.block-editor-content .wp-block-cover-image h2 {
  font-size: var(--heading--font-size-h2);
  letter-spacing: var(--heading--letter-spacing-h2);
  line-height: var(--heading--line-height-h2);
  max-width: inherit;
  text-align: inherit;
  padding: 0;
}
.block-editor-content .wp-block-cover h2.has-text-align-left,
.block-editor-content .wp-block-cover-image h2.has-text-align-left {
  text-align: left;
}
.block-editor-content .wp-block-cover h2.has-text-align-center,
.block-editor-content .wp-block-cover-image h2.has-text-align-center {
  text-align: center;
}
.block-editor-content .wp-block-cover h2.has-text-align-right,
.block-editor-content .wp-block-cover-image h2.has-text-align-right {
  text-align: right;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container {
  width: calc(100% - 2 * var(--global--spacing-vertical));
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container > *,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-cover .wp-block-cover__inner-container > *,
  .block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container > *:first-child,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-cover .wp-block-cover__inner-container > *:last-child,
.block-editor-content .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-cover.alignleft,
.block-editor-content .wp-block-cover.alignright,
.block-editor-content .wp-block-cover-image.alignleft,
.block-editor-content .wp-block-cover-image.alignright {
  margin-top: 0;
}
.block-editor-content .wp-block-cover.alignleft > *,
.block-editor-content .wp-block-cover.alignright > *,
.block-editor-content .wp-block-cover-image.alignleft > *,
.block-editor-content .wp-block-cover-image.alignright > * {
  margin-top: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(2 * var(--global--spacing-vertical));
  padding-left: var(--global--spacing-horizontal);
  padding-right: var(--global--spacing-horizontal);
  width: 100%;
}
.block-editor-content .wp-block-cover.has-left-content,
.block-editor-content .wp-block-cover.has-right-content,
.block-editor-content .wp-block-cover-image.has-left-content,
.block-editor-content .wp-block-cover-image.has-right-content {
  justify-content: center;
}
.block-editor-content .wp-block-cover.is-style-twentytwentyone-border,
.block-editor-content .wp-block-cover-image.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}
.block-editor-content .wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.block-editor-content .wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
  background-color: unset;
}
.block-editor-content .wp-block-file a.wp-block-file__button:active,
.block-editor-content .wp-block-file a.wp-block-file__button:focus,
.block-editor-content .wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}
.block-editor-content .wp-block-file a.wp-block-file__button {
  display: inline-block;
}
.block-editor-content .wp-block-gallery {
  margin: 0 auto;
}
.block-editor-content .wp-block-gallery .blocks-gallery-image,
.block-editor-content .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--global--spacing-unit)) / 2);
}
.block-editor-content .wp-block-gallery .blocks-gallery-image figcaption,
.block-editor-content .wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  color: var(--global--color-white);
  font-size: var(--global--font-size-xs);
}
.block-editor-content .wp-block-gallery .blocks-gallery-image figcaption a,
.block-editor-content .wp-block-gallery .blocks-gallery-item figcaption a {
  color: var(--global--color-white);
}
.block-editor-content .wp-block-gallery .blocks-gallery-image figcaption a:focus,
.block-editor-content .wp-block-gallery .blocks-gallery-item figcaption a:focus {
  background-color: transparent;
  outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
  text-decoration: none;
}
.block-editor-content .wp-block-gallery .blocks-gallery-image a:focus img,
.block-editor-content .wp-block-gallery .blocks-gallery-item a:focus img {
  outline-offset: 2px;
}
.block-editor-content .wp-block-group {
  display: block;
  clear: both;
  display: flow-root;
}
.block-editor-content .wp-block-group:before,
.block-editor-content .wp-block-group:after {
  content: "";
  display: block;
  clear: both;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container > * {
  margin-top: calc(0.666 * var(--global--spacing-vertical));
  margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-group .wp-block-group__inner-container > * {
    margin-top: var(--global--spacing-vertical);
    margin-bottom: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.block-editor-content .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.block-editor-content .wp-block-group.has-background {
  padding: calc(0.666 * var(--global--spacing-vertical));
}
@media only screen and (min-width: 482px) {
  .block-editor-content .wp-block-group.has-background {
    padding: var(--global--spacing-vertical);
  }
}
.block-editor-content .wp-block-group.is-style-twentytwentyone-border {
  border: calc(3 * var(--separator--height)) solid var(--global--color-border);
  padding: var(--global--spacing-vertical);
}
.block-editor-content .wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.block-editor-content .wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull,
.block-editor-content .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.block-editor-content .wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
  max-width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
  margin-left: calc(-1 * var(--global--spacing-vertical));
}

.block-editor-content h1 {
  font-size: 28px;
  font-family: "A P-OTF Shuei NijimiMin Std", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  letter-spacing: 0.25;
  line-height: 129%;
  color: #000;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .block-editor-content h1 {
    font-size: 24px;
    line-height: 150%;
  }
}
.block-editor-content h1::before {
  content: "";
  display: block;
  width: 126px;
  height: 4px;
  background: #EBC164;
  margin-bottom: 32px;
}
.block-editor-content h2 {
  font-size: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.21px;
  padding: 10px 0 10px 26px;
  border-left: 6px solid #EBC164;
  margin-bottom: 24px;
}
.block-editor-content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.21px;
  margin-bottom: 24px;
}
.block-editor-content h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 177%;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
}
.block-editor-content p {
  font-size: 16px;
  margin: 30px 0;
}
.block-editor-content figure {
  margin-bottom: 55px;
}
.block-editor-content img {
  line-height: 0;
  vertical-align: bottom;
}
.block-editor-content a {
  text-decoration: underline;
  color: #0000ee;
}
.block-editor-content .wp-block-gallery {
  margin-bottom: 55px;
}
.block-editor-content em {
  font-style: italic;
}
.block-editor-content table tr td p {
  margin: 10px 0 0;
}

@media only screen and (max-width: 780px) {
  .wp-block-image .alignright {
    float: none !important;
  }
}
.wp-caption-text {
  margin: 10px 0 0  !important;
}

.pro-single-list .pro-single-item .block-editor-content p {
  margin: 0;
}

.wp-caption {
  max-width: 100% !important;
}

.block-editor-content hr.wp-block-separator {
  border-bottom: 2px solid currentColor;
}
