@charset "UTF-8";
/* 丸数字①〜⑩を定義 */
@counter-style circled-decimal {
  system: fixed;
  symbols: ① ② ③ ④ ⑤ ⑥ ⑦ ⑧ ⑨ ⑩;
  suffix: " ";
}
.wp-block-image[class*=-logo] {
  line-height: 1;
}
.wp-block-image[class*=-logo] a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.wp-block-image[class*=-logo] img {
  max-width: 100%;
}

.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6,
.wp-block-post-content .title {
  font-feature-settings: "palt" 0;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
html[lang=ja] .wp-block-post-content p:not([class*=align]):not(.wp-block-tag-cloud) {
  text-align: justify;
}
.wp-block-post-content p.is-style-footnote {
  padding-left: 1em;
}
.wp-block-post-content p.is-style-footnote::before {
  content: "*";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content p.is-style-footnote::before {
  content: "※";
}
.wp-block-post-content span.footnote,
.wp-block-post-content small.footnote {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.wp-block-post-content span.footnote::before,
.wp-block-post-content small.footnote::before {
  content: "*";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content span.footnote::before,
html[lang=ja] .wp-block-post-content small.footnote::before {
  content: "※";
}
.wp-block-post-content ul.wp-block-list:not([class*=is-style-]), .wp-block-post-content ul.wp-block-list.is-style-default,
.wp-block-post-content ol:not(.bc_list).wp-block-list:not([class*=is-style-]),
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-default {
  list-style: none;
  padding-left: 0;
}
.wp-block-post-content ul.wp-block-list:not([class*=is-style-]) > li, .wp-block-post-content ul.wp-block-list.is-style-default > li,
.wp-block-post-content ol:not(.bc_list).wp-block-list:not([class*=is-style-]) > li,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-default > li {
  padding-left: 1em;
}
.wp-block-post-content ul.wp-block-list:not([class*=is-style-]) > li::before, .wp-block-post-content ul.wp-block-list.is-style-default > li::before,
.wp-block-post-content ol:not(.bc_list).wp-block-list:not([class*=is-style-]) > li::before,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-default > li::before {
  content: "●";
  color: var(--wp--preset--color--theme-paleblue);
  font-size: 0.8em;
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.wp-block-post-content ul.wp-block-list.is-style-list-round:is(ul),
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-round:is(ul) {
  list-style: none;
  padding-left: 0;
}
.wp-block-post-content ul.wp-block-list.is-style-list-round:is(ul) > li,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-round:is(ul) > li {
  padding-left: 1em;
}
.wp-block-post-content ul.wp-block-list.is-style-list-round:is(ul) > li::before,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-round:is(ul) > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  border-style: solid;
  border-width: 0.4em;
  border-radius: 50%;
}
.wp-block-post-content ul.wp-block-list.is-style-list-nomark,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-nomark {
  list-style: none;
  padding-left: 0;
}
.wp-block-post-content ul.wp-block-list.is-style-list-footnote,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-footnote {
  list-style: none;
  padding: 0;
}
.wp-block-post-content ul.wp-block-list.is-style-list-footnote > li,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-footnote > li {
  padding-left: 1em;
}
.wp-block-post-content ul.wp-block-list.is-style-list-footnote > li::before,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-footnote > li::before {
  content: "*";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content ul.wp-block-list.is-style-list-footnote > li::before,
html[lang=ja] .wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-footnote > li::before {
  content: "※";
}
.wp-block-post-content ul.wp-block-list.is-style-list-notice,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-notice {
  list-style: none;
  padding: 0;
}
.wp-block-post-content ul.wp-block-list.is-style-list-notice li,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-notice li {
  padding-left: 1em;
}
.wp-block-post-content ul.wp-block-list.is-style-list-notice li::before,
.wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-notice li::before {
  content: "※";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
html[lang=ja] .wp-block-post-content ul.wp-block-list.is-style-list-notice li::before,
html[lang=ja] .wp-block-post-content ol:not(.bc_list).wp-block-list.is-style-list-notice li::before {
  content: "※";
}
.wp-block-post-content ol.wp-block-list {
  list-style: circled-decimal;
  padding-left: 1.5em;
}
.wp-block-post-content ol.wp-block-list li {
  margin: 0.3em 0;
}
.wp-block-post-content .wp-block-buttons .wp-block-button,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill {
  transition: all 0.2s;
  min-width: 17rem;
  text-align: center;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:hover,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill:hover {
  scale: 1.05 1.05;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:active,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill:active {
  scale: 0.95 0.95;
  opacity: 0.8;
}
@media screen and (max-width: 599px) {
  .wp-block-post-content .wp-block-buttons .wp-block-button,
  .wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill {
    min-width: auto;
  }
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link {
  border-radius: 5px;
  position: relative;
  padding: calc(0.667em + 2px) calc(2.333em + 2px);
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link:not([target=_blank])::after, .wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link:not([target=_blank])::before,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not([target=_blank])::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not([target=_blank])::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 2px;
  border-radius: 10px;
  background: var(--wp--preset--color--theme-white);
  right: 0;
  top: 50%;
  transform-origin: right;
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link:not([target=_blank])::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not([target=_blank])::after {
  transform: translateX(-1rem) rotate(-45deg);
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link:not([target=_blank])::before,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not([target=_blank])::before {
  transform: translateX(-1rem) rotate(45deg);
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link.has-theme-blue-background-color[target=_blank]::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link.has-theme-blue-background-color[target=_blank]::after {
  content: "";
  background: url(../images/Icon-akar-link-out-white.svg) no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: contain;
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link[target=_blank]::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link[target=_blank]::after {
  content: "";
  background: url(../images/Icon-akar-link-out-white.svg) no-repeat;
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: contain;
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link[target=_blank][href*=".pdf"]::after, .wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link[href*=".pdf"]::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link[target=_blank][href*=".pdf"]::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link[href*=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background: url(../images/Icon-pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link:not([class*=has-text-align-]),
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill .wp-block-button__link:not([class*=has-text-align-]) {
  text-align: inherit;
}
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-btn-no-arrow .wp-block-button__link::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-btn-no-arrow .wp-block-button__link::before,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill.is-style-btn-no-arrow .wp-block-button__link::after,
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-fill.is-style-btn-no-arrow .wp-block-button__link::before {
  content: none;
}
.wp-block-post-content .wp-block-table table th,
.wp-block-post-content .wp-block-table table td {
  padding: 1em;
  line-height: 1.5;
}
.wp-block-post-content .wp-block-table:not([class*=is-style-]) td,
.wp-block-post-content .wp-block-table:not([class*=is-style-]) th,
.wp-block-post-content .wp-block-table:not([class*=is-style-]) tr, .wp-block-post-content .wp-block-table.is-style-regular td,
.wp-block-post-content .wp-block-table.is-style-regular th,
.wp-block-post-content .wp-block-table.is-style-regular tr {
  border-color: var(--wp--preset--color--theme-blue);
}
.wp-block-post-content .wp-block-table:not([class*=is-style-]) tr td:first-child,
.wp-block-post-content .wp-block-table:not([class*=is-style-]) tr th, .wp-block-post-content .wp-block-table.is-style-regular tr td:first-child,
.wp-block-post-content .wp-block-table.is-style-regular tr th {
  background: var(--wp--preset--color--theme-aquablue);
}
.wp-block-post-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: var(--wp--preset--color--theme-aquablue);
}
.wp-block-post-content .wp-block-table.is-style-stripes td {
  border-left: none;
  border-right: none;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table {
  display: inline-table;
  width: auto;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table th,
.wp-block-post-content .wp-block-table.is-style-table-noborder table td {
  padding: 0;
  border: none;
  text-align: left;
  font-weight: 400;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table th:not(:last-child),
.wp-block-post-content .wp-block-table.is-style-table-noborder table td:not(:last-child) {
  padding-right: 2em;
}
.wp-block-post-content .wp-block-table.is-style-table-noborder table tr:not(:last-child) th,
.wp-block-post-content .wp-block-table.is-style-table-noborder table tr:not(:last-child) td {
  padding-bottom: 0.5em;
}
.wp-block-post-content .wp-block-table.-sp-stacking colgroup,
.wp-block-post-content .wp-block-table.-sp-stacking col {
  display: none;
}
.wp-block-post-content .wp-block-table.-sp-stacking table,
.wp-block-post-content .wp-block-table.-sp-stacking thead,
.wp-block-post-content .wp-block-table.-sp-stacking tfoot,
.wp-block-post-content .wp-block-table.-sp-stacking tbody,
.wp-block-post-content .wp-block-table.-sp-stacking tr,
.wp-block-post-content .wp-block-table.-sp-stacking th,
.wp-block-post-content .wp-block-table.-sp-stacking td,
.wp-block-post-content .wp-block-table.-sp-stacking caption {
  display: block;
  width: auto;
}
.wp-block-post-content .wp-block-table.-sp-stacking table tr:not(:last-child) {
  margin-bottom: 1em;
}
.wp-block-post-content .wp-block-table.-sp-stacking table tr th ~ td {
  padding-left: 1em;
}
.wp-block-post-content .wp-block-file > a:not(.wp-block-file__button) {
  display: none;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner {
  padding: 0;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__image-background,
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__background,
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container {
  transition: all 0.2s;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__image-background {
  transform-origin: center center;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > * {
  flex-grow: 1;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container a {
  display: grid;
  place-items: center;
  padding: 0.75em;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  text-wrap: balance;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner:hover .wp-block-cover__image-background {
  scale: 1.1 1.1;
}
.wp-block-post-content .wp-block-group:is(section).has-background {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 599px) {
  .wp-block-post-content .wp-block-group:is(section):not(:first-child) {
    margin-top: var(--wp--preset--spacing--60);
  }
  .wp-block-post-content .wp-block-group:is(section):not(:last-child) {
    margin-bottom: var(--wp--preset--spacing--60);
  }
}
@media (min-width:600px) {
  .wp-block-post-content .wp-block-group:is(section):not(:first-child) {
    margin-top: var(--wp--preset--spacing--70);
  }
  .wp-block-post-content .wp-block-group:is(section):not(:last-child) {
    margin-bottom: var(--wp--preset--spacing--70);
  }
}
.wp-block-post-content .wp-block-group.is-style-group-slide .wp-block-image {
  width: 100%;
  line-height: 1;
}
.wp-block-post-content .wp-block-group.is-style-group-slide .wp-block-image img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .wp-block-post-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: var(--wp--preset--spacing--30);
  }
}
.wp-block-post-content .wp-block-separator {
  margin-top: max(5%, var(--wp--preset--spacing--40));
  margin-bottom: max(5%, var(--wp--preset--spacing--40));
}
.wp-block-post-content .wp-block-separator:not(.is-style-dot) {
  height: 0;
  border-style: solid;
  border-width: 2px 0 0;
  border-color: var(--wp--preset--color--theme-gray);
}
.wp-block-post-content .wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  display: inline-block;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  border: solid 1px;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--theme-black);
  color: var(--wp--preset--color--theme-white);
  fill: var(--wp--preset--color--theme-white);
}
.wp-block-post-content .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.dots {
  border: none;
}
.wp-block-post-content h2.wp-block-heading {
  border-radius: 5px;
  padding: 1rem;
  color: var(--wp--preset--color--theme-blue);
  background: var(--wp--preset--color--theme-aquablue);
}
.wp-block-post-content h3.wp-block-heading::before {
  font-size: 0.8em;
  content: "●";
  color: var(--wp--preset--color--theme-skyblue);
  margin-right: 0.5rem;
}

a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../images/Icon-akar-link-out.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .header_wrapper a[target=_blank]::after {
    background: url(../images/Icon-akar-link-out-white.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}
.has-theme-blue-background-color a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../images/Icon-akar-link-out-white.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a[target=_blank][href*=".pdf"]::after,
a[href*=".pdf"]::after {
  display: inline-block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background: url(../images/Icon-pdf.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

a {
  color: var(--wp--preset--color--theme-blue);
}/*# sourceMappingURL=block.css.map */