@charset "UTF-8";
.is-root-container p:first-child {
  margin-top: 0;
}
.is-root-container p.is-style-footnote {
  padding-left: 1em;
}
.is-root-container p.is-style-footnote::before {
  content: "※";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
.is-root-container p.area mark {
  display: inline-block;
  padding: 0.25em 0.5em 0.4em;
  line-height: 1;
}
.is-root-container span.footnote,
.is-root-container small.footnote {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.is-root-container span.footnote::before,
.is-root-container small.footnote::before {
  content: "※";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
.is-root-container .wp-block-site-logo a {
  display: block;
}
.is-root-container .wp-block-site-logo img {
  min-width: 100%;
}
.is-root-container .wp-block-image.is-style-image-frame img {
  border-radius: 30px;
  border: solid 3px var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-image[class*=-logo] {
  line-height: 1;
}
.is-root-container .wp-block-image[class*=-logo] a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.is-root-container .wp-block-image[class*=-logo] img {
  max-width: 100%;
}
.is-root-container .wp-block-image.photo_bnr {
  color: var(--wp--preset--color--theme-blue);
  transition: all 0.2s;
}
.is-root-container .wp-block-image.photo_bnr:has(a:hover) {
  opacity: 0.6;
}
.is-root-container .wp-block-image.photo_bnr a {
  color: inherit;
  text-decoration: none;
}
.is-root-container .wp-block-image.photo_bnr img {
  aspect-ratio: 335/170;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: solid 2px;
}
.is-root-container .wp-block-heading bdo {
  display: inline-block;
  font-family: var(--wp--preset--font-family--theme-gothic-head-en);
  font-weight: 500;
  font-size: 0.45em;
  text-transform: uppercase;
  line-height: 1;
  translate: 0 -0.75em;
}
.is-root-container .wp-block-heading:not(.has-text-color) bdo {
  color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-heading:not(:first-child) {
  margin-top: 1.5em;
}
.is-root-container .wp-block-heading:not(:last-child):not(:is(h1)) {
  margin-bottom: 0.75em;
}
.is-root-container .wp-block-heading.is-style-heading-underline {
  padding-bottom: 0.25em;
  border-bottom: solid 3px var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-heading.is-style-heading-capsule {
  padding: 0.75em 1.5em;
  border-radius: 999em;
}
.is-root-container .wp-block-heading.is-style-heading-capsule:is(h2):not([class*=-font-size]) {
  font-size: var(--wp--preset--font-size--large);
}
.is-root-container .wp-block-heading.is-style-heading-capsule:not([class*=has-text-align-]) {
  text-align: center;
}
.is-root-container .wp-block-heading.is-style-heading-capsule:not(.has-text-color) {
  color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-heading.is-style-heading-capsule:not(.has-background) {
  background-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-heading.is-style-heading-capsule:not(:last-child) {
  margin-bottom: 1.75em;
}
@media (min-width:600px) {
  .is-root-container .wp-block-heading.is-style-heading-capsule:not(.alignwide):not(.alignfull) {
    max-width: 54rem;
  }
}
.is-root-container .wp-block-heading.is-style-heading-capsule-s {
  display: inline-block;
  padding: 0.25em 1.5em;
  min-width: 10em;
  border-radius: 999em;
  border: solid 2px;
}
.is-root-container .wp-block-heading.is-style-heading-capsule-s:not([class*=has-text-align-]) {
  text-align: center;
}
.is-root-container .wp-block-heading.is-style-heading-capsule-s:not(.has-text-color) {
  color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-heading.main_title:is(h1)::before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  aspect-ratio: 208/101;
  background-image: url(../images/main_title--img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-heading.main_title:is(h1)::before {
    margin-left: -2em;
    margin-right: 0.25em;
    width: 1.75em;
  }
}
@media (min-width:600px) {
  .is-root-container .wp-block-heading.main_title:is(h1)::before {
    margin-left: -3em;
    margin-right: 0.5em;
    width: 2.5em;
  }
}
.is-root-container .wp-block-list.is-style-list-round:is(ul) {
  list-style: none;
  padding-left: 0;
}
.is-root-container .wp-block-list.is-style-list-round:is(ul) > li {
  padding-left: 1em;
}
.is-root-container .wp-block-list.is-style-list-round:is(ul) > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 0;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.4em;
  border-color: var(--wp--preset--color--theme-blue);
  background-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-list.is-style-list-nomark {
  list-style: none;
  padding-left: 0;
}
.is-root-container .wp-block-list.is-style-list-footnote {
  list-style: none;
  padding: 0;
}
.is-root-container .wp-block-list.is-style-list-footnote > li {
  padding-left: 1em;
}
.is-root-container .wp-block-list.is-style-list-footnote > li::before {
  content: "※";
  display: inline-block;
  width: 1em;
  position: absolute;
  top: auto;
  left: 0;
  text-align: center;
}
.is-root-container .wp-block-buttons:not([class*=is-content-justification-]) {
  justify-content: center;
}
.is-root-container .wp-block-buttons .wp-block-button {
  display: grid;
  transition: all 0.2s;
  /* 「輪郭」スタイル */
  /* 「スタイル無し」スタイル */
}
.is-root-container .wp-block-buttons .wp-block-button:not([class*=wp-block-button__width-]) {
  flex-basis: 18em;
}
.is-root-container .wp-block-buttons .wp-block-button:hover {
  scale: 1.05 1.05;
}
.is-root-container .wp-block-buttons .wp-block-button:active {
  scale: 0.95 0.95;
  opacity: 0.8;
}
.is-root-container .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 0.25em 1.5em;
  min-height: 4em;
}
.is-root-container .wp-block-buttons .wp-block-button .wp-block-button__link .icn {
  line-height: 1;
  font-size: 1.5em;
  vertical-align: middle;
  bottom: 0.125em;
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 2px;
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-button-nostyle {
  flex-basis: auto;
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-button-nostyle .wp-block-button__link {
  padding: 0;
  min-height: 0;
  background: none;
}
.is-root-container .wp-block-buttons .wp-block-button.is-style-button-nostyle .wp-block-button__link:not(.has-text-color) {
  color: inherit;
}
.is-root-container .wp-block-buttons .wp-block-button.more_link {
  min-width: 0;
  flex-basis: auto;
}
.is-root-container .wp-block-buttons .wp-block-button.more_link .wp-block-button__link {
  min-height: 3em;
}
.is-root-container .wp-block-buttons .wp-block-button.more_link .wp-block-button__link::after {
  content: url(../images/arr-link.svg);
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  vertical-align: bottom;
  filter: brightness(0) invert(1);
  margin-bottom: 0.125em;
}
.is-root-container .wp-block-table table th,
.is-root-container .wp-block-table table td {
  line-height: 1.5;
}
.is-root-container .wp-block-table:not([class*=is-style-]) {
  border-radius: 25px;
  border: solid 3px var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table:not(.has-background) {
  background-color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr th,
.is-root-container .wp-block-table:not([class*=is-style-]) table tr td {
  padding: 0.5em 1em;
  border-width: 0;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr th:not(:last-child),
.is-root-container .wp-block-table:not([class*=is-style-]) table tr td:not(:last-child) {
  border-right-width: 2px;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr th:first-child {
  width: 25%;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr th:not(.has-text-color) {
  color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr th:not(.has-background) {
  background-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr td {
  border-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tr:not(:last-child) th,
.is-root-container .wp-block-table:not([class*=is-style-]) table tr:not(:last-child) td {
  border-bottom-width: 2px;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table thead,
.is-root-container .wp-block-table:not([class*=is-style-]) table tfoot {
  border-style: double;
  border-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-table:not([class*=is-style-]) table thead {
  border-width: 0 0 6px;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tfoot {
  border-width: 6px 0 0;
}
.is-root-container .wp-block-table:not([class*=is-style-]) table tfoot td {
  background-color: var(--wp--preset--color--theme-bluegray);
}
.is-root-container .wp-block-table.is-style-table-noborder table {
  display: inline-table;
  width: auto;
}
.is-root-container .wp-block-table.is-style-table-noborder table th,
.is-root-container .wp-block-table.is-style-table-noborder table td {
  padding: 0;
  border: none;
  text-align: left;
  font-weight: 400;
}
.is-root-container .wp-block-table.is-style-table-noborder table th:not(:last-child),
.is-root-container .wp-block-table.is-style-table-noborder table td:not(:last-child) {
  padding-right: 2em;
}
.is-root-container .wp-block-table.is-style-table-noborder table tr:not(:last-child) th,
.is-root-container .wp-block-table.is-style-table-noborder table tr:not(:last-child) td {
  padding-bottom: 0.5em;
}
.is-root-container .wp-block-table.is-style-table-info {
  padding: 1.5em;
  background-color: #EFECEC;
}
.is-root-container .wp-block-table.is-style-table-info:not([class*=-font-size]) {
  font-size: var(--wp--preset--font-size--small);
}
.is-root-container .wp-block-table.is-style-table-info table {
  width: 100%;
}
.is-root-container .wp-block-table.is-style-table-info table tr th,
.is-root-container .wp-block-table.is-style-table-info table tr td {
  padding: 0.5em 0;
  border-style: dashed;
  border-width: 0 0 1px;
  border-color: #707070;
  text-align: left;
  font-weight: 400;
}
.is-root-container .wp-block-table.is-style-table-info table tr th:not(:last-child),
.is-root-container .wp-block-table.is-style-table-info table tr td:not(:last-child) {
  padding-right: 2em;
}
.is-root-container .wp-block-table.is-style-table-info table tr th {
  width: 8em;
  font-weight: bold;
  vertical-align: top;
}
.is-root-container .wp-block-table.is-style-table-info table tr:first-child th,
.is-root-container .wp-block-table.is-style-table-info table tr:first-child td {
  padding-top: 0;
}
.is-root-container .wp-block-table.-sp-stacking colgroup,
.is-root-container .wp-block-table.-sp-stacking col {
  display: none;
}
.is-root-container .wp-block-table.-sp-stacking table,
.is-root-container .wp-block-table.-sp-stacking thead,
.is-root-container .wp-block-table.-sp-stacking tfoot,
.is-root-container .wp-block-table.-sp-stacking tbody,
.is-root-container .wp-block-table.-sp-stacking tr,
.is-root-container .wp-block-table.-sp-stacking th,
.is-root-container .wp-block-table.-sp-stacking td,
.is-root-container .wp-block-table.-sp-stacking caption {
  display: block;
  width: auto;
}
.is-root-container .wp-block-table.-sp-stacking table tr:not(:last-child) {
  margin-bottom: 1em;
}
.is-root-container .wp-block-table.-sp-stacking table tr th ~ td {
  padding-left: 1em;
}
.is-root-container .wp-block-file > a:not(.wp-block-file__button) {
  display: none;
}
.is-root-container .wp-block-cover.is-style-cover-banner {
  padding: 0;
}
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__image-background,
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__background,
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container {
  transition: all 0.2s;
}
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__image-background {
  transform-origin: center center;
}
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.is-root-container .wp-block-cover.is-style-cover-banner .wp-block-cover__inner-container > * {
  flex-grow: 1;
}
.is-root-container .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;
}
.is-root-container .wp-block-cover.is-style-cover-banner:hover .wp-block-cover__image-background {
  scale: 1.1 1.1;
}
.is-root-container .wp-block-group:is(section).has-background {
  padding-top: 5%;
  padding-bottom: 5%;
}
h1.wp-block-heading + .is-root-container .wp-block-group:is(section) {
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-group:is(section):not(:first-child) {
    margin-top: var(--wp--preset--spacing--40);
  }
  .is-root-container .wp-block-group:is(section):not(:last-child) {
    margin-bottom: var(--wp--preset--spacing--40);
  }
}
@media (min-width:600px) {
  .is-root-container .wp-block-group:is(section):not(:first-child) {
    margin-top: var(--wp--preset--spacing--50);
  }
  .is-root-container .wp-block-group:is(section):not(:last-child) {
    margin-bottom: var(--wp--preset--spacing--50);
  }
}
.is-root-container .wp-block-group.is-style-group-column {
  overflow: hidden;
  border-style: solid;
  border-width: 3px;
  border-radius: 20px;
  border-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-group.is-style-group-column:not(.has-background) {
  background-color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-group.is-style-group-column:has(> .wp-block-heading.is-style-heading-capsule:first-child) {
  padding-top: 0;
}
.is-root-container .wp-block-group.is-style-group-column > .wp-block-heading.is-style-heading-capsule {
  left: 50%;
  translate: -50% 0;
  max-width: none;
  border-radius: 0;
}
.is-root-container .wp-block-group.is-style-group-column > .wp-block-separator.is-style-wide {
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-group.is-style-group-column {
    padding: 15px;
  }
  .is-root-container .wp-block-group.is-style-group-column > .wp-block-heading.is-style-heading-capsule {
    width: calc(100% + 30px);
  }
  .is-root-container .wp-block-group.is-style-group-column > .wp-block-separator.is-style-wide {
    margin: 15px auto;
    width: calc(100% + 30px);
  }
}
@media (min-width:600px) {
  .is-root-container .wp-block-group.is-style-group-column {
    padding: 30px;
  }
  .is-root-container .wp-block-group.is-style-group-column > .wp-block-heading.is-style-heading-capsule {
    width: calc(100% + 60px);
  }
  .is-root-container .wp-block-group.is-style-group-column > .wp-block-separator.is-style-wide {
    margin: 30px auto;
    width: calc(100% + 60px);
  }
}
.is-root-container .wp-block-group.cassette_block .cassette_head .cassette_title {
  margin-top: 0.5em;
}
.is-root-container .wp-block-media-text > .wp-block-media-text__media img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: var(--wp--preset--spacing--30);
  }
}
.is-root-container .wp-block-media-text.cassette_body > .wp-block-media-text__content {
  padding: 0;
}
.is-root-container .wp-block-media-text.cassette_body > .wp-block-media-text__media img {
  border: solid 3px var(--wp--preset--color--theme-blue);
  border-radius: 30px;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-media-text.cassette_body.is-stacked-on-mobile > .wp-block-media-text__media {
    margin-bottom: var(--wp--preset--spacing--30);
  }
}
@media (min-width:600px) {
  .is-root-container .wp-block-media-text.cassette_body {
    grid-template-columns: 45% 1fr;
    gap: 0 5%;
  }
}
.is-root-container .wp-block-separator {
  margin-top: max(5%, var(--wp--preset--spacing--40));
  margin-bottom: max(5%, var(--wp--preset--spacing--40));
}
.is-root-container .wp-block-separator:not(.is-style-dot) {
  height: 0;
  border-style: solid;
  border-width: 3px 0 0;
  border-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .wp-block-query.post_index .wp-block-post-template {
  list-style: none;
  padding: 0;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post:not(:first-child) {
  padding-top: 1em;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: solid 1px var(--wp--preset--color--theme-lightgray);
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post a {
  color: inherit;
  text-decoration: none;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post a[target=_blank]::after {
  content: url(../images/arr-blank.svg);
  display: inline-block;
  margin-left: 0.25em;
  width: 0.8em;
  height: 0.8em;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post .wp-block-post-title {
  margin: 0.5em 0 0;
}
.is-root-container .wp-block-query.post_index .wp-block-post-template .wp-block-post .wp-block-post-title a:hover {
  text-decoration: underline;
}
.is-root-container .wp-block-post-template .post_info {
  gap: 0;
}
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms {
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  line-height: 1;
}
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms a[rel=tag],
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms .tag {
  pointer-events: none;
  display: inline-block;
  padding: 0.5em 0.75em;
  color: inherit;
  line-height: 0.8;
  text-decoration: none;
}
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms a[rel=tag]:not(:last-child),
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms .tag:not(:last-child) {
  border-right: solid 1px;
}
.is-root-container .wp-block-post-template .post_info .wp-block-post-terms .wp-block-post-terms__separator {
  display: none;
}
.is-root-container .wp-block-post-template .post_info .wp-block-post-date {
  background-color: var(--wp--preset--color--theme-lightgray);
  padding: 0.5em 0.75em;
  font-weight: bold;
  line-height: 0.8;
}
.is-root-container .wp-block-query-pagination {
  gap: 0.5em;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.is-root-container .wp-block-query-pagination a {
  color: inherit;
  text-decoration: none;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 0.25em;
  align-items: center;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots) {
  display: grid;
  place-items: center;
  width: 2.75em;
  height: 2.75em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-lightgray);
  color: var(--wp--preset--color--theme-white);
  border: solid 1px var(--wp--preset--color--theme-lightgray);
  transition: all 0.2s;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots).current {
  color: var(--wp--preset--color--theme-blue);
  border-color: var(--wp--preset--color--theme-blue);
  background-color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):hover {
  scale: 1.05 1.05;
  background-color: var(--wp--preset--color--theme-blue);
  border-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots):active {
  scale: 0.95 0.95;
  background-color: var(--wp--preset--color--theme-blue);
  border-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.dots) {
    width: 2em;
    height: 2em;
  }
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron,
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron {
  display: grid;
  place-items: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
  text-indent: -100vw;
  overflow: hidden;
  transition: all 0.2s;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron::before,
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../images/arr-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1em 1em;
  filter: brightness(0) invert(1);
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron:hover,
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron:hover {
  scale: 1.05 1.05;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron:active,
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-next .is-arrow-chevron:active {
  scale: 0.95 0.95;
}
.is-root-container .wp-block-query-pagination .wp-block-query-pagination-previous .is-arrow-chevron::before {
  rotate: 180deg;
}
.is-root-container .wp-block-site-logo {
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width:600px) {
  .is-root-container .wp-block-site-logo {
    width: 24vw;
  }
}
.is-root-container .wp-block-navigation {
  line-height: 1.25;
}
.is-root-container .wp-block-navigation.info_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label mark:has(svg.icn) {
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.666em;
  height: 1.666em;
  line-height: 1;
  border-radius: 50%;
}
.is-root-container .wp-block-navigation.main_menu > .wp-block-navigation-item {
  padding-left: 1em;
}
.is-root-container .wp-block-navigation.main_menu > .wp-block-navigation-item::before {
  content: "";
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.6em;
  width: 0;
  height: 0;
  border: solid 0.2em;
  border-radius: 50%;
}
.is-root-container .wp-block-navigation.main_menu .wp-block-navigation__submenu-container {
  border: none;
  background-color: rgba(25, 127, 194, 0.9);
  color: var(--wp--preset--color--theme-white);
}
.is-root-container .wp-block-navigation.main_menu .wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
  border-bottom: solid 1px;
}
.is-root-container .wp-block-navigation.main_menu .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  padding: 1em 2em 1em 0.75em;
  font-size: var(--wp--preset--font-size--x-small);
}
.is-root-container .wp-block-navigation.main_menu .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content::after {
  content: url(../images/arr-link.svg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0.5em;
  width: 1em;
  height: 1em;
  filter: brightness(0) invert(1);
}
.is-root-container .wp-block-navigation.main_menu .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content[target=_blank]::after {
  content: url(../images/arr-blank.svg);
}
.is-root-container .wp-block-navigation.foot_menu .wp-block-navigation__container {
  gap: 1.5em 3em;
  max-height: 12em;
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-navigation.foot_menu .wp-block-navigation-item {
    max-width: 50%;
    line-height: 1.5;
  }
}
.is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
  display: block;
  text-align: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: solid 2px var(--wp--preset--color--theme-blue);
  background-color: var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-blue);
  line-height: 1;
}
.is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label svg.icn {
  display: block;
  margin: 0 auto 0.125em;
}
.is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item:hover .wp-block-navigation-item__content .wp-block-navigation-item__label, .is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white);
}
@media screen and (max-width: 599px) {
  .is-root-container .wp-block-navigation.work_menu {
    gap: 0.75em;
    max-width: var(--wp--style--global--wide-size);
  }
  .is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 0.5em;
    width: 5em;
  }
  .is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label svg.icn {
    font-size: 2em;
  }
}
@media (min-width:600px) {
  .is-root-container .wp-block-navigation.work_menu {
    gap: 1em;
    font-size: clamp(13px, 1.4vw, 20px);
  }
  .is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 1em;
    width: 7em;
  }
  .is-root-container .wp-block-navigation.work_menu .wp-block-navigation-item .wp-block-navigation-item__content .wp-block-navigation-item__label svg.icn {
    font-size: 3em;
  }
}
.is-root-container .wp-block-social-links .wp-block-social-link.wp-social-link-line .wp-block-social-link-anchor svg {
  visibility: hidden;
}
.is-root-container .wp-block-social-links .wp-block-social-link.wp-social-link-line .wp-block-social-link-anchor::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: currentColor;
  margin: auto;
  width: 1em;
  height: 1em;
  -webkit-mask-image: url(../images/icn-sns_line.svg);
          mask-image: url(../images/icn-sns_line.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.is-root-container .content_list .content_bnr {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  border-radius: 1em;
  padding: 6.25%;
  font-size: var(--wp--preset--font-size--large);
  transition: all 0.2s;
}
.is-root-container .content_list .content_bnr:has(a:hover) {
  scale: 1.05;
}
.is-root-container .content_list .content_bnr:has(a:active) {
  scale: 0.95;
}
.is-root-container .content_list .content_bnr a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.is-root-container .content_list .content_bnr:not([class*=has-text-align-]) {
  text-align: center;
}
.is-root-container .content_list .content_bnr:not(.has-text-color) {
  color: var(--wp--preset--color--theme-white);
}
.is-root-container .content_list .content_bnr:not(.has-background) {
  background-color: var(--wp--preset--color--theme-blue);
}
.is-root-container .content_list .content_bnr [class^=wp-image-] {
  border-radius: 0.5em;
}
.is-root-container .content_list .content_bnr .wp-element-caption {
  margin: auto 0;
  line-height: 1.5;
}
/*# sourceMappingURL=block.css.map */