@charset "UTF-8";
.wp-block-post-content h1 small, .wp-block-post-content h2 small, .wp-block-post-content h3 small, .wp-block-post-content h4 small, .wp-block-post-content h5 small, .wp-block-post-content h6 small, .wp-block-post-content .title small {
  display: block;
  font-size: 0.38em;
}
.wp-block-post-content h1.is-style-heading-underline, .wp-block-post-content h2.is-style-heading-underline, .wp-block-post-content h3.is-style-heading-underline, .wp-block-post-content h4.is-style-heading-underline, .wp-block-post-content h5.is-style-heading-underline, .wp-block-post-content h6.is-style-heading-underline, .wp-block-post-content .title.is-style-heading-underline {
  border-bottom: solid 1px;
}
@media screen and (max-width: 549px) {
  .wp-block-post-content h1.is-style-heading-underline, .wp-block-post-content h2.is-style-heading-underline, .wp-block-post-content h3.is-style-heading-underline, .wp-block-post-content h4.is-style-heading-underline, .wp-block-post-content h5.is-style-heading-underline, .wp-block-post-content h6.is-style-heading-underline, .wp-block-post-content .title.is-style-heading-underline {
    padding-bottom: 0.75em;
  }
}
@media (min-width:550px) {
  .wp-block-post-content h1.is-style-heading-underline, .wp-block-post-content h2.is-style-heading-underline, .wp-block-post-content h3.is-style-heading-underline, .wp-block-post-content h4.is-style-heading-underline, .wp-block-post-content h5.is-style-heading-underline, .wp-block-post-content h6.is-style-heading-underline, .wp-block-post-content .title.is-style-heading-underline {
    padding-bottom: 1.25em;
  }
}
html[lang=ja] .wp-block-post-content p:not([class*=has-text-align-]) {
  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.is-style-list-round:is(ul),
.wp-block-post-content ol.is-style-list-round:is(ul) {
  list-style: none;
  padding-left: 0;
}
.wp-block-post-content ul.is-style-list-round:is(ul) > li,
.wp-block-post-content ol.is-style-list-round:is(ul) > li {
  padding-left: 1em;
}
.wp-block-post-content ul.is-style-list-round:is(ul) > li::before,
.wp-block-post-content ol.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.is-style-list-nomark,
.wp-block-post-content ol.is-style-list-nomark {
  list-style: none;
  padding-left: 0;
}
.wp-block-post-content ul.is-style-list-footnote,
.wp-block-post-content ol.is-style-list-footnote {
  list-style: none;
  padding: 0;
}
.wp-block-post-content ul.is-style-list-footnote > li,
.wp-block-post-content ol.is-style-list-footnote > li {
  padding-left: 1em;
}
.wp-block-post-content ul.is-style-list-footnote > li::before,
.wp-block-post-content ol.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.is-style-list-footnote > li::before,
html[lang=ja] .wp-block-post-content ol.is-style-list-footnote > li::before {
  content: "※";
}
.wp-block-post-content .wp-block-buttons .wp-block-button {
  display: table;
  min-width: 14rem;
  min-height: 3rem;
  text-transform: uppercase;
  transition: all 0.2s;
}
.wp-block-post-content .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: table-cell;
  vertical-align: middle;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:not(.is-style-button-noarrow) .wp-block-button__link {
  padding-right: 2.5em;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:not(.is-style-button-noarrow) .wp-block-button__link::after {
  content: url(../images/arr-r.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0.75em;
  width: 1em;
  height: 1em;
  line-height: 1;
  translate: 0 0.1em;
}
.wp-block-post-content .wp-block-buttons .wp-block-button:not(.is-style-button-noarrow) .wp-block-button__link:hover::after {
  translate: 0.25em 0.1em;
}
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  box-shadow: var(--wp--preset--shadow--theme-shadow-02);
}
.wp-block-post-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--theme-black);
}
.wp-block-post-content .wp-block-buttons .wp-block-button.button_home .wp-block-button__link, .wp-block-post-content .wp-block-buttons .wp-block-button.button_index .wp-block-button__link {
  background-color: #EAEAEA;
}
.wp-block-post-content .wp-block-buttons .wp-block-button.button_home .wp-block-button__link:not(.has-text-color), .wp-block-post-content .wp-block-buttons .wp-block-button.button_index .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--theme-black);
  border: solid 1px var(--wp--preset--color--theme-black);
}
.wp-block-post-content .wp-block-table.is-style-table-information {
  border: none;
}
.wp-block-post-content .wp-block-table.is-style-table-information table {
  width: 100%;
}
.wp-block-post-content .wp-block-table.is-style-table-information table th,
.wp-block-post-content .wp-block-table.is-style-table-information table td {
  padding: 0.75em 0;
  border-color: var(--wp--preset--color--theme-lightgray);
  border-width: 0 0 1px;
  font-weight: 100;
}
.wp-block-post-content .wp-block-table.is-style-table-information table th:not(:first-child),
.wp-block-post-content .wp-block-table.is-style-table-information table td:not(:first-child) {
  padding-left: 1em;
}
.wp-block-post-content .wp-block-table.is-style-table-information table th:not(.has-text-align-center),
.wp-block-post-content .wp-block-table.is-style-table-information table td:not(.has-text-align-center) {
  text-align: left;
}
.wp-block-post-content .wp-block-table.is-style-table-information table th {
  font-size: var(--wp--preset--font-size--xx-large);
  text-transform: uppercase;
}
.wp-block-post-content .wp-block-table.is-style-table-information table tr {
  background: none;
}
@media screen and (max-width: 549px) {
  .wp-block-post-content .wp-block-table.is-style-table-information table,
.wp-block-post-content .wp-block-table.is-style-table-information thead,
.wp-block-post-content .wp-block-table.is-style-table-information tfoot,
.wp-block-post-content .wp-block-table.is-style-table-information tbody,
.wp-block-post-content .wp-block-table.is-style-table-information tr,
.wp-block-post-content .wp-block-table.is-style-table-information th,
.wp-block-post-content .wp-block-table.is-style-table-information td {
    display: block;
  }
  .wp-block-post-content .wp-block-table.is-style-table-information table th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wp-block-post-content .wp-block-table.is-style-table-information table td {
    padding-top: 0.25em;
  }
  .wp-block-post-content .wp-block-table.is-style-table-information table td:not(:first-child) {
    padding-left: 0;
  }
}
@media (min-width:550px) {
  .wp-block-post-content .wp-block-table.is-style-table-information table th {
    width: 9em;
  }
}
.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-file {
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-post-content .wp-block-file .wp-block-file__button {
  position: relative;
  padding: 0.2em 3em 0.2em 1.5em;
  font-size: var(--wp--preset--font-size--x-small);
}
.wp-block-post-content .wp-block-file .wp-block-file__button::after {
  content: url(../images/icn-download.svg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1em;
  width: 1.25em;
  height: 1.25em;
}
.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__background,
.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__inner-container {
  transition: all 0.2s;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner:not(:hover) .wp-block-cover__background {
  opacity: 0;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner:hover .wp-block-cover__image-background {
  scale: 1.1;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container {
  aspect-ratio: 510/200;
  width: 100%;
  height: 100%;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > * {
  width: 100%;
  height: 100%;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > *::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0.75rem;
  border: solid 1px;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > * > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > * > a::after {
  content: "View more";
  display: inline-block;
  padding-right: 1.5em;
  background-image: url(../images/arr-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em 1em;
  border-bottom: solid 1px;
  font-family: var(--wp--preset--font-family--theme-gothic-text-en);
}
.wp-block-post-content .wp-block-cover.is-style-cover-banner.has-theme-white-color .wp-block-cover__inner-container > * > a::after {
  background-image: url(../images/arr-link--white.svg);
}
@media screen and (max-width: 549px) {
  .wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container .wp-block-heading {
    font-size: var(--wp--preset--font-size--x-large);
  }
}
@media (min-width:550px) {
  .wp-block-post-content .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container .wp-block-heading {
    font-size: var(--wp--preset--font-size--xx-large);
  }
}
.wp-block-post-content .wp-block-group:is(section).has-background {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 549px) {
  .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:550px) {
  .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-narrow {
  width: min(80vw, 600px);
}
.wp-block-post-content .wp-block-group.is-style-group-photoslide .wp-block-image {
  width: 100%;
  line-height: 1;
}
.wp-block-post-content .wp-block-group.is-style-group-photoslide .wp-block-image img {
  width: 100%;
}
.wp-block-post-content .wp-block-media-text > .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 0;
}
.wp-block-post-content .wp-block-media-text > .wp-block-media-text__content > * {
  margin-top: auto;
}
@media screen and (max-width: 549px) {
  .wp-block-post-content .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: var(--wp--preset--spacing--30);
  }
}
@media (min-width:550px) {
  .wp-block-post-content .wp-block-media-text {
    gap: 5%;
  }
}
.wp-block-post-content .wp-block-details.is-style-details-faq {
  border-radius: 5px;
  border: solid 1px var(--wp--preset--color--theme-bluegreen);
}
.wp-block-post-content .wp-block-details.is-style-details-faq > summary,
.wp-block-post-content .wp-block-details.is-style-details-faq > p {
  padding: 1em 1em 1em 3em;
}
.wp-block-post-content .wp-block-details.is-style-details-faq > summary::before,
.wp-block-post-content .wp-block-details.is-style-details-faq > p::before {
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
}
.wp-block-post-content .wp-block-details.is-style-details-faq > summary {
  position: relative;
  list-style: none;
  padding-right: 3em;
}
.wp-block-post-content .wp-block-details.is-style-details-faq > summary::before {
  content: "Q.";
  color: var(--wp--preset--color--theme-blue);
}
.wp-block-post-content .wp-block-details.is-style-details-faq > summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.85em 0.7em 0;
  border-color: var(--wp--preset--color--theme-gray) transparent;
}
.wp-block-post-content .wp-block-details.is-style-details-faq > p {
  margin-top: 0;
  border-top: solid 1px var(--wp--preset--color--theme-gray);
}
.wp-block-post-content .wp-block-details.is-style-details-faq > p::before {
  content: "A.";
  color: var(--wp--preset--color--theme-pink);
}
.wp-block-post-content .wp-block-details.is-style-details-faq[open] > summary::after {
  rotate: 180deg;
}
.wp-block-post-content .wp-block-separator {
  margin-top: 5%;
  margin-bottom: 5%;
}
.wp-block-post-content .wp-block-separator:not(.is-style-dot) {
  border-bottom-width: 1px;
}
.wp-block-post-content .wp-block-separator:not(.has-background) {
  color: var(--wp--preset--color--theme-bluegreen);
}
.wp-block-post-content .wp-block-separator.alignfull {
  width: 100vw;
  left: 50%;
  margin-right: auto;
  margin-left: auto;
  translate: -50%;
}
.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;
}
.block-editor-block-list__layout .block-editor-block-list__block {
  min-width: 12em;
}
/*# sourceMappingURL=block.css.map */