@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =========================================================
   【1】プロジェクト初期設定（新しいサイトを作る時に1回だけ触る部分）
   ========================================================= */
/* --- 色設定 --- */
/* --- フォント設定 --- */
/* --- レイアウト基本設定（ベース構築用） --- */
/* =========================================================
   【2】コーディング用ユーティリティ（日々コーディングで呼び出すもの・原則触らない）
   ========================================================= */
/* --- ホバーアニメーション --- */
/* --- ブレイクポイントMixins --- */
/* --- フォントの太さ（XD/Illustrator表示名とのリンク） --- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
  margin-top: 68px;
  color: #1a1a1c;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 521px) {
  body {
    min-width: 1104px;
    margin-top: 93px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

.article__single-post,
.article__single-post * {
  all: revert;
}

.article__single-post .wp-block-archives {
  box-sizing: border-box;
}
.article__single-post .wp-block-archives-dropdown label {
  display: block;
}
.article__single-post .wp-block-avatar {
  line-height: 0;
}
.article__single-post .wp-block-avatar,
.article__single-post .wp-block-avatar img {
  box-sizing: border-box;
}
.article__single-post .wp-block-avatar.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-audio {
  box-sizing: border-box;
}
.article__single-post .wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.article__single-post .wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.article__single-post .wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.article__single-post .wp-block-button__link.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-button__link.alignright {
  text-align: right;
}
.article__single-post :where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.article__single-post .wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}
.article__single-post .wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.article__single-post .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.article__single-post .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.article__single-post .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.article__single-post .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.article__single-post .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.article__single-post .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.article__single-post .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.article__single-post .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.article__single-post .wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.article__single-post .wp-block-button.is-style-squared,
.article__single-post .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.article__single-post .wp-block-button.no-border-radius,
.article__single-post .wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.article__single-post :root :where(.wp-block-button .wp-block-button__link.is-style-outline),
.article__single-post :root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.article__single-post :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
.article__single-post :root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)) {
  color: currentColor;
}
.article__single-post :root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
.article__single-post :root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none;
}
.article__single-post .wp-block-buttons.is-vertical {
  flex-direction: column;
}
.article__single-post .wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.article__single-post .wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.article__single-post .wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.article__single-post .wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.article__single-post .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.article__single-post .wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.article__single-post .wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.article__single-post .wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.article__single-post .wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.article__single-post .wp-block-buttons.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.article__single-post .wp-block-buttons[style*=text-decoration] .wp-block-button,
.article__single-post .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit;
}
.article__single-post .wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.article__single-post .wp-block-button.aligncenter,
.article__single-post .wp-block-calendar {
  text-align: center;
}
.article__single-post .wp-block-calendar td,
.article__single-post .wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}
.article__single-post .wp-block-calendar th {
  font-weight: 400;
}
.article__single-post .wp-block-calendar caption {
  background-color: inherit;
}
.article__single-post .wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.article__single-post .wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.article__single-post .wp-block-calendar table:where(:not(.has-text-color)) td,
.article__single-post .wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.article__single-post .wp-block-calendar table.has-background th {
  background-color: inherit;
}
.article__single-post .wp-block-calendar table.has-text-color th {
  color: inherit;
}
.article__single-post :where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.article__single-post .wp-block-categories {
  box-sizing: border-box;
}
.article__single-post .wp-block-categories.alignleft {
  margin-right: 2em;
}
.article__single-post .wp-block-categories.alignright {
  margin-left: 2em;
}
.article__single-post .wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%;
}
.article__single-post .wp-block-code {
  box-sizing: border-box;
}
.article__single-post .wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.article__single-post .wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .article__single-post .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.article__single-post .wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.article__single-post .wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.article__single-post .wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .article__single-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .article__single-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .article__single-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}
.article__single-post .wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.article__single-post .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.article__single-post .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  flex-grow: 0;
}
.article__single-post :where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
.article__single-post :where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.article__single-post .wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.article__single-post .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.article__single-post .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.article__single-post .wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.article__single-post .wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.article__single-post .wp-block-column.is-vertically-aligned-bottom,
.article__single-post .wp-block-column.is-vertically-aligned-center,
.article__single-post .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.article__single-post .wp-block-post-comments {
  box-sizing: border-box;
}
.article__single-post .wp-block-post-comments .alignleft {
  float: left;
}
.article__single-post .wp-block-post-comments .alignright {
  float: right;
}
.article__single-post .wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.article__single-post .wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__single-post .wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.article__single-post .wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.article__single-post .wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__single-post .wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.article__single-post .wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.article__single-post .wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.article__single-post .wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.article__single-post .wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.article__single-post .wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.article__single-post .wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.article__single-post .wp-block-post-comments .comment-form-author label,
.article__single-post .wp-block-post-comments .comment-form-comment label,
.article__single-post .wp-block-post-comments .comment-form-email label,
.article__single-post .wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.article__single-post .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.article__single-post .wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.article__single-post .wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.article__single-post .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.article__single-post .wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.article__single-post .wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.article__single-post .wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.article__single-post .wp-block-post-comments input:not([type=submit]),
.article__single-post .wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.article__single-post .wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.article__single-post .wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
.article__single-post :where(.wp-block-post-comments input[type=submit]) {
  border: none;
}
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-next,
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child,
.article__single-post .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.article__single-post .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.article__single-post .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.article__single-post .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.article__single-post .wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.article__single-post .wp-block-comment-template li {
  clear: both;
}
.article__single-post .wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.article__single-post .wp-block-comment-template.alignleft {
  float: left;
}
.article__single-post .wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.article__single-post .wp-block-comment-template.alignright {
  float: right;
}
.article__single-post .wp-block-comment-date {
  box-sizing: border-box;
}
.article__single-post .comment-awaiting-moderation {
  display: block;
  font-size: 0.875em;
  line-height: 1.5;
}
.article__single-post .wp-block-comment-author-name,
.article__single-post .wp-block-comment-content,
.article__single-post .wp-block-comment-edit-link,
.article__single-post .wp-block-comment-reply-link {
  box-sizing: border-box;
}
.article__single-post .wp-block-cover,
.article__single-post .wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.article__single-post .wp-block-cover .has-background-dim:not([class*=-background-color]),
.article__single-post .wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.article__single-post .wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.article__single-post .wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000;
}
.article__single-post .wp-block-cover .has-background-dim.has-background-gradient,
.article__single-post .wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial;
}
.article__single-post .wp-block-cover-image.has-background-dim:before,
.article__single-post .wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}
.article__single-post .wp-block-cover .wp-block-cover__background,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image .wp-block-cover__background,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.article__single-post .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.article__single-post .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.article__single-post .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.article__single-post .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.article__single-post .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.article__single-post .wp-block-cover-image.alignleft,
.article__single-post .wp-block-cover-image.alignright,
.article__single-post .wp-block-cover.alignleft,
.article__single-post .wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.article__single-post .wp-block-cover-image.aligncenter,
.article__single-post .wp-block-cover-image.alignleft,
.article__single-post .wp-block-cover-image.alignright,
.article__single-post .wp-block-cover.aligncenter,
.article__single-post .wp-block-cover.alignleft,
.article__single-post .wp-block-cover.alignright {
  display: flex;
}
.article__single-post .wp-block-cover .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}
.article__single-post .has-modal-open .wp-block-cover .wp-block-cover__inner-container,
.article__single-post .has-modal-open .wp-block-cover-image .wp-block-cover__inner-container {
  z-index: auto;
}
.article__single-post .wp-block-cover-image.is-position-top-left,
.article__single-post .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.article__single-post .wp-block-cover-image.is-position-top-center,
.article__single-post .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.article__single-post .wp-block-cover-image.is-position-top-right,
.article__single-post .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.article__single-post .wp-block-cover-image.is-position-center-left,
.article__single-post .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.article__single-post .wp-block-cover-image.is-position-center-center,
.article__single-post .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.article__single-post .wp-block-cover-image.is-position-center-right,
.article__single-post .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.article__single-post .wp-block-cover-image.is-position-bottom-left,
.article__single-post .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.article__single-post .wp-block-cover-image.is-position-bottom-center,
.article__single-post .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.article__single-post .wp-block-cover-image.is-position-bottom-right,
.article__single-post .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
}
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.article__single-post .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.article__single-post .wp-block-cover .wp-block-cover__image-background,
.article__single-post .wp-block-cover video.wp-block-cover__video-background,
.article__single-post .wp-block-cover-image .wp-block-cover__image-background,
.article__single-post .wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.article__single-post .wp-block-cover-image.has-parallax,
.article__single-post .wp-block-cover.has-parallax,
.article__single-post .wp-block-cover__image-background.has-parallax,
.article__single-post video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .article__single-post .wp-block-cover-image.has-parallax,
  .article__single-post .wp-block-cover.has-parallax,
  .article__single-post .wp-block-cover__image-background.has-parallax,
  .article__single-post video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .article__single-post .wp-block-cover-image.has-parallax,
  .article__single-post .wp-block-cover.has-parallax,
  .article__single-post .wp-block-cover__image-background.has-parallax,
  .article__single-post video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.article__single-post .wp-block-cover-image.is-repeated,
.article__single-post .wp-block-cover.is-repeated,
.article__single-post .wp-block-cover__image-background.is-repeated,
.article__single-post video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.article__single-post .wp-block-cover__image-background,
.article__single-post .wp-block-cover__video-background {
  z-index: 0;
}
.article__single-post .wp-block-cover-image-text,
.article__single-post .wp-block-cover-image-text a,
.article__single-post .wp-block-cover-image-text a:active,
.article__single-post .wp-block-cover-image-text a:focus,
.article__single-post .wp-block-cover-image-text a:hover,
.article__single-post .wp-block-cover-text,
.article__single-post .wp-block-cover-text a,
.article__single-post .wp-block-cover-text a:active,
.article__single-post .wp-block-cover-text a:focus,
.article__single-post .wp-block-cover-text a:hover,
.article__single-post section.wp-block-cover-image h2,
.article__single-post section.wp-block-cover-image h2 a,
.article__single-post section.wp-block-cover-image h2 a:active,
.article__single-post section.wp-block-cover-image h2 a:focus,
.article__single-post section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.article__single-post .wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.article__single-post .wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.article__single-post .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.article__single-post .wp-block-cover.has-left-content .wp-block-cover-text,
.article__single-post section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.article__single-post .wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.article__single-post .wp-block-cover.has-right-content .wp-block-cover-text,
.article__single-post section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.article__single-post .wp-block-cover .wp-block-cover-text,
.article__single-post .wp-block-cover-image .wp-block-cover-image-text,
.article__single-post section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
.article__single-post :where(.wp-block-cover-image:not(.has-text-color)),
.article__single-post :where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
.article__single-post :where(.wp-block-cover-image.is-light:not(.has-text-color)),
.article__single-post :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
.article__single-post :root :where(.wp-block-cover h1:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover h2:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover h3:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover h4:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover h5:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover h6:not(.has-text-color)),
.article__single-post :root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
.article__single-post .wp-block-details {
  box-sizing: border-box;
}
.article__single-post .wp-block-details summary {
  cursor: pointer;
}
.article__single-post .wp-block-embed.alignleft,
.article__single-post .wp-block-embed.alignright,
.article__single-post .wp-block[data-align=left] > [data-type="core/embed"],
.article__single-post .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.article__single-post .wp-block-embed.alignleft .wp-block-embed__wrapper,
.article__single-post .wp-block-embed.alignright .wp-block-embed__wrapper,
.article__single-post .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.article__single-post .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}
.article__single-post .wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.article__single-post .wp-block-embed {
  overflow-wrap: break-word;
}
.article__single-post .wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.article__single-post .wp-block-embed iframe {
  max-width: 100%;
}
.article__single-post .wp-block-embed__wrapper {
  position: relative;
}
.article__single-post .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.article__single-post .wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.article__single-post .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.article__single-post .wp-block-file {
  box-sizing: border-box;
}
.article__single-post .wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.article__single-post .wp-block-file.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-file.alignright {
  text-align: right;
}
.article__single-post .wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.article__single-post :where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.article__single-post .wp-block-file__embed {
  margin-bottom: 1em;
}
.article__single-post :where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
.article__single-post :where(.wp-block-file__button):is(a):active,
.article__single-post :where(.wp-block-file__button):is(a):focus,
.article__single-post :where(.wp-block-file__button):is(a):hover,
.article__single-post :where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.article__single-post .wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.article__single-post .wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
.article__single-post .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}
.article__single-post .wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row;
  width: -moz-fit-content;
  width: fit-content;
}
.article__single-post .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
  margin: 0;
}
.article__single-post .wp-block-form-input__label:has(.wp-block-form-input__label-content + input[type=checkbox]) {
  flex-direction: row-reverse;
}
.article__single-post .wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content;
}
.article__single-post .wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.article__single-post .wp-block-form-input__input[type=date],
.article__single-post .wp-block-form-input__input[type=datetime-local],
.article__single-post .wp-block-form-input__input[type=datetime],
.article__single-post .wp-block-form-input__input[type=email],
.article__single-post .wp-block-form-input__input[type=month],
.article__single-post .wp-block-form-input__input[type=number],
.article__single-post .wp-block-form-input__input[type=password],
.article__single-post .wp-block-form-input__input[type=search],
.article__single-post .wp-block-form-input__input[type=tel],
.article__single-post .wp-block-form-input__input[type=text],
.article__single-post .wp-block-form-input__input[type=time],
.article__single-post .wp-block-form-input__input[type=url],
.article__single-post .wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}
.article__single-post textarea.wp-block-form-input__input {
  min-height: 10em;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images),
.article__single-post .wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843), rgba(0, 0, 0, 0.3019607843) 70%, rgba(0, 0, 0, 0));
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) figcaption,
.article__single-post .wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.article__single-post .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.article__single-post .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.article__single-post .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.article__single-post .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.article__single-post .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.article__single-post .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.article__single-post .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.article__single-post .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.article__single-post .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .article__single-post .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .article__single-post .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.article__single-post .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.article__single-post .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images).alignleft,
.article__single-post .blocks-gallery-grid:not(.has-nested-images).alignright,
.article__single-post .wp-block-gallery:not(.has-nested-images).alignleft,
.article__single-post .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.article__single-post .blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.article__single-post .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.article__single-post .wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
.article__single-post figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image > a,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(0deg, #000 20%, rgba(0, 0, 0, 0));
  max-height: 40%;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: rgba(255, 255, 255, 0.8) rgba(0, 0, 0, 0);
}
@media (hover: none) {
  .article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: rgba(255, 255, 255, 0.8) rgba(0, 0, 0, 0);
  }
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.article__single-post .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
  content: none;
}
.article__single-post .wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.article__single-post .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.article__single-post .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.article__single-post .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.article__single-post .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}
.article__single-post .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.article__single-post .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.article__single-post .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .article__single-post .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .article__single-post .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .article__single-post .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.article__single-post .wp-block-gallery.has-nested-images.alignleft,
.article__single-post .wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.article__single-post .wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.article__single-post .wp-block-group {
  box-sizing: border-box;
}
.article__single-post :where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
.article__single-post h1.has-background,
.article__single-post h2.has-background,
.article__single-post h3.has-background,
.article__single-post h4.has-background,
.article__single-post h5.has-background,
.article__single-post h6.has-background {
  padding: 1.25em 2.375em;
}
.article__single-post h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.article__single-post h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.article__single-post h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.article__single-post h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.article__single-post h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
.article__single-post h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
.article__single-post h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg;
}
.article__single-post .wp-block-image a {
  display: inline-block;
}
.article__single-post .wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media (prefers-reduced-motion: no-preference) {
  .article__single-post .wp-block-image img.hide {
    visibility: hidden;
  }
  .article__single-post .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}
.article__single-post .wp-block-image[style*=border-radius] img,
.article__single-post .wp-block-image[style*=border-radius] > a {
  border-radius: inherit;
}
.article__single-post .wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.article__single-post .wp-block-image.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-image.alignfull a,
.article__single-post .wp-block-image.alignwide a {
  width: 100%;
}
.article__single-post .wp-block-image.alignfull img,
.article__single-post .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.article__single-post .wp-block-image .aligncenter,
.article__single-post .wp-block-image .alignleft,
.article__single-post .wp-block-image .alignright,
.article__single-post .wp-block-image.aligncenter,
.article__single-post .wp-block-image.alignleft,
.article__single-post .wp-block-image.alignright {
  display: table;
}
.article__single-post .wp-block-image .aligncenter > figcaption,
.article__single-post .wp-block-image .alignleft > figcaption,
.article__single-post .wp-block-image .alignright > figcaption,
.article__single-post .wp-block-image.aligncenter > figcaption,
.article__single-post .wp-block-image.alignleft > figcaption,
.article__single-post .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.article__single-post .wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.article__single-post .wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.article__single-post .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.article__single-post .wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.article__single-post .wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .article__single-post .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.article__single-post :root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px;
}
.article__single-post .wp-block-image figure {
  margin: 0;
}
.article__single-post .wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.article__single-post .wp-lightbox-container img {
  cursor: zoom-in;
}
.article__single-post .wp-lightbox-container img:hover + button {
  opacity: 1;
}
.article__single-post .wp-lightbox-container button {
  align-items: center;
  backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(90, 90, 90, 0.2509803922);
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.article__single-post .wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.2509803922);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.article__single-post .wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.article__single-post .wp-lightbox-container button:focus {
  opacity: 1;
}
.article__single-post .wp-lightbox-container button:focus,
.article__single-post .wp-lightbox-container button:hover,
.article__single-post .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.2509803922);
  border: none;
}
.article__single-post .wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.article__single-post .wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.article__single-post .wp-lightbox-overlay .close-button:focus,
.article__single-post .wp-lightbox-overlay .close-button:hover,
.article__single-post .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.article__single-post .wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.article__single-post .wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.article__single-post .wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.article__single-post .wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.article__single-post .wp-lightbox-overlay button {
  background: none;
  border: none;
}
.article__single-post .wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.article__single-post .wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.article__single-post .wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}
.article__single-post .wp-lightbox-overlay.show-closing-animation:not(.active) {
  animation: turn-off-visibility 0.35s both;
}
.article__single-post .wp-lightbox-overlay.show-closing-animation:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
@media (prefers-reduced-motion: no-preference) {
  .article__single-post .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .article__single-post .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .article__single-post .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .article__single-post .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .article__single-post .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none;
  }
  .article__single-post .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .article__single-post .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    animation: none;
  }
  .article__single-post .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes show-content-image {
  0% {
    visibility: hidden;
  }
  99% {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width)) / 2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
.article__single-post ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
.article__single-post :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1;
}
.article__single-post :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8;
}
.article__single-post .has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.article__single-post .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5;
}
.article__single-post .wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.article__single-post .wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.article__single-post .has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.article__single-post .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.article__single-post .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.article__single-post .wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.article__single-post .wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.article__single-post .wp-block-latest-comments .avatar,
.article__single-post .wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.article__single-post .wp-block-latest-comments[class*=-font-size] a,
.article__single-post .wp-block-latest-comments[style*=font-size] a {
  font-size: inherit;
}
.article__single-post .wp-block-latest-posts {
  box-sizing: border-box;
}
.article__single-post .wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.article__single-post .wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.article__single-post .wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.article__single-post .wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
}
.article__single-post .wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
}
.article__single-post .wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .article__single-post .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .article__single-post .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .article__single-post .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .article__single-post .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .article__single-post .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .article__single-post .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .article__single-post .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .article__single-post .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .article__single-post .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .article__single-post .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.article__single-post :root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
.article__single-post :root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
.article__single-post .wp-block-latest-posts__post-author,
.article__single-post .wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.article__single-post .wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.article__single-post .wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.article__single-post .wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.article__single-post .wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.article__single-post .wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.article__single-post .wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
.article__single-post ol,
.article__single-post ul {
  box-sizing: border-box;
}
.article__single-post :root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}
.article__single-post .wp-block-loginout,
.article__single-post .wp-block-media-text {
  box-sizing: border-box;
}
.article__single-post .wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.article__single-post .wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.article__single-post .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.article__single-post .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}
.article__single-post .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content,
.article__single-post .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.article__single-post .wp-block-media-text > .wp-block-media-text__content,
.article__single-post .wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}
.article__single-post .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content,
.article__single-post .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
  align-self: end;
}
.article__single-post .wp-block-media-text > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.article__single-post .wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.article__single-post .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1; /*!rtl:end:ignore*/
}
.article__single-post .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1; /*!rtl:end:ignore*/
}
.article__single-post .wp-block-media-text__media a {
  display: inline-block;
}
.article__single-post .wp-block-media-text__media img,
.article__single-post .wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.article__single-post .wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.article__single-post .wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.article__single-post .wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.article__single-post .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative;
}
.article__single-post .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.article__single-post .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 600px) {
  .article__single-post .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .article__single-post .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .article__single-post .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.article__single-post .wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.article__single-post .wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.article__single-post .wp-block-navigation ul,
.article__single-post .wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.article__single-post .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.article__single-post .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.article__single-post .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.article__single-post .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.article__single-post .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.article__single-post .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.article__single-post .wp-block-navigation :where(a),
.article__single-post .wp-block-navigation :where(a:active),
.article__single-post .wp-block-navigation :where(a:focus) {
  text-decoration: none;
}
.article__single-post .wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.article__single-post .wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.article__single-post .wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.article__single-post .wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.article__single-post .wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.article__single-post .wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.article__single-post .wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.article__single-post .wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.article__single-post .wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .article__single-post .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.article__single-post .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.article__single-post .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .article__single-post .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.article__single-post .wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.article__single-post .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
.article__single-post button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.article__single-post .wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.article__single-post .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: 0.85em;
}
.article__single-post .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.article__single-post .wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0;
}
.article__single-post .wp-block-navigation .wp-block-page-list,
.article__single-post .wp-block-navigation__container,
.article__single-post .wp-block-navigation__responsive-close,
.article__single-post .wp-block-navigation__responsive-container,
.article__single-post .wp-block-navigation__responsive-container-content,
.article__single-post .wp-block-navigation__responsive-dialog {
  gap: inherit;
}
.article__single-post :where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
.article__single-post :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: 0.5em 1em;
}
.article__single-post :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
.article__single-post :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
.article__single-post :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
.article__single-post :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: 0.5em 1em;
}
.article__single-post .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.article__single-post .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .article__single-post .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .article__single-post .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .article__single-post .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .article__single-post .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.article__single-post .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.article__single-post .wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.article__single-post .wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000;
}
.article__single-post .wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.article__single-post .wp-block-navigation__container .is-responsive {
  display: none;
}
.article__single-post .wp-block-navigation__container:only-child,
.article__single-post .wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article__single-post .wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.article__single-post .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.article__single-post .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.article__single-post .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .article__single-post .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: rgba(0, 0, 0, 0) !important;
  color: inherit !important;
}
.article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .article__single-post .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .article__single-post .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .article__single-post .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.article__single-post .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
}
.article__single-post .wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}
.article__single-post .wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.article__single-post .wp-block-navigation__responsive-container-close,
.article__single-post .wp-block-navigation__responsive-container-open {
  background: rgba(0, 0, 0, 0);
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.article__single-post .wp-block-navigation__responsive-container-close svg,
.article__single-post .wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.article__single-post .wp-block-navigation__responsive-container-open {
  display: flex;
}
.article__single-post .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .article__single-post .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.article__single-post .wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.article__single-post .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.article__single-post .wp-block-navigation__responsive-close {
  width: 100%;
}
.article__single-post .has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.article__single-post .wp-block-navigation__responsive-close:focus {
  outline: none;
}
.article__single-post .is-menu-open .wp-block-navigation__responsive-close,
.article__single-post .is-menu-open .wp-block-navigation__responsive-container-content,
.article__single-post .is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.article__single-post .wp-block-navigation__responsive-dialog {
  position: relative;
}
.article__single-post .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .article__single-post .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
.article__single-post html.has-modal-open {
  overflow: hidden;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.article__single-post .wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.article__single-post .link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.article__single-post .link-ui-block-inserter {
  padding-top: 8px;
}
.article__single-post .link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}
.article__single-post .wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.article__single-post .wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.article__single-post .is-small-text {
  font-size: 0.875em;
}
.article__single-post .is-regular-text {
  font-size: 1em;
}
.article__single-post .is-large-text {
  font-size: 2.25em;
}
.article__single-post .is-larger-text {
  font-size: 3em;
}
.article__single-post .has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
.article__single-post body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
.article__single-post p.has-drop-cap.has-background {
  overflow: hidden;
}
.article__single-post :root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
.article__single-post :where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.article__single-post p.has-text-align-left[style*="writing-mode:vertical-lr"],
.article__single-post p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.article__single-post .wp-block-post-author {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.article__single-post .wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.article__single-post .wp-block-post-author__avatar {
  margin-right: 1em;
}
.article__single-post .wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.article__single-post .wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1;
}
.article__single-post .wp-block-post-author__name {
  margin: 0;
}
.article__single-post .wp-block-post-author-biography {
  box-sizing: border-box;
}
.article__single-post :where(.wp-block-post-comments-form) input:not([type=submit]),
.article__single-post :where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.article__single-post :where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
.article__single-post :where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
.article__single-post .wp-block-post-comments-form {
  box-sizing: border-box;
}
.article__single-post .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit;
}
.article__single-post .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit;
}
.article__single-post .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.article__single-post .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit;
}
.article__single-post .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit;
}
.article__single-post .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit;
}
.article__single-post .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.article__single-post .wp-block-post-comments-form :where(input[type=submit]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.article__single-post .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.article__single-post .wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.article__single-post .wp-block-post-comments-form .comment-form-author label,
.article__single-post .wp-block-post-comments-form .comment-form-email label,
.article__single-post .wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.article__single-post .wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.article__single-post .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.article__single-post .wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.article__single-post .wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.article__single-post .wp-block-post-content {
  display: flow-root;
}
.article__single-post .wp-block-post-date {
  box-sizing: border-box;
}
.article__single-post :where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.article__single-post .wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.article__single-post .wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.article__single-post .wp-block-post-excerpt__more-link {
  display: inline-block;
}
.article__single-post .wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.article__single-post .wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.article__single-post .wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.article__single-post .wp-block-post-featured-image.alignfull img,
.article__single-post .wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.article__single-post .wp-block-post-featured-image {
  position: relative;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.article__single-post .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.article__single-post .wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.article__single-post .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.article__single-post .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.article__single-post .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.article__single-post .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.article__single-post .wp-block-post-terms {
  box-sizing: border-box;
}
.article__single-post .wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.article__single-post .wp-block-post-time-to-read,
.article__single-post .wp-block-post-title {
  box-sizing: border-box;
}
.article__single-post .wp-block-post-title {
  word-break: break-word;
}
.article__single-post .wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.article__single-post .wp-block-post-author-name {
  box-sizing: border-box;
}
.article__single-post .wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
.article__single-post :where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.article__single-post .wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
}
.article__single-post .wp-block-pullquote blockquote,
.article__single-post .wp-block-pullquote cite,
.article__single-post .wp-block-pullquote p {
  color: inherit;
}
.article__single-post .wp-block-pullquote blockquote {
  margin: 0;
}
.article__single-post .wp-block-pullquote p {
  margin-top: 0;
}
.article__single-post .wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.article__single-post .wp-block-pullquote.alignleft,
.article__single-post .wp-block-pullquote.alignright {
  max-width: 420px;
}
.article__single-post .wp-block-pullquote cite,
.article__single-post .wp-block-pullquote footer {
  position: relative;
}
.article__single-post .wp-block-pullquote .has-text-color a {
  color: inherit;
}
.article__single-post .wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.article__single-post .wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.article__single-post .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.article__single-post .wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.article__single-post .wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.article__single-post .wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.article__single-post .wp-block-pullquote cite {
  color: inherit;
}
.article__single-post .wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.article__single-post .wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.article__single-post .wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .article__single-post .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .article__single-post .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .article__single-post .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .article__single-post .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .article__single-post .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .article__single-post .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.article__single-post .wp-block-post-template-is-layout-constrained > li > .alignright,
.article__single-post .wp-block-post-template-is-layout-flow > li > .alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.article__single-post .wp-block-post-template-is-layout-constrained > li > .alignleft,
.article__single-post .wp-block-post-template-is-layout-flow > li > .alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.article__single-post .wp-block-post-template-is-layout-constrained > li > .aligncenter,
.article__single-post .wp-block-post-template-is-layout-flow > li > .aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.article__single-post .wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.article__single-post .wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.article__single-post .wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.article__single-post .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.article__single-post .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.article__single-post .wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.article__single-post .wp-block-query-title,
.article__single-post .wp-block-quote {
  box-sizing: border-box;
}
.article__single-post .wp-block-quote {
  overflow-wrap: break-word;
}
.article__single-post .wp-block-quote.is-large:where(:not(.is-style-plain)),
.article__single-post .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.article__single-post .wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.article__single-post .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.article__single-post .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.article__single-post .wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.article__single-post .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.article__single-post .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.article__single-post .wp-block-quote > cite {
  display: block;
}
.article__single-post .wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.article__single-post .wp-block-read-more:where(:not([style*=text-decoration])) {
  text-decoration: none;
}
.article__single-post .wp-block-read-more:where(:not([style*=text-decoration])):active,
.article__single-post .wp-block-read-more:where(:not([style*=text-decoration])):focus {
  text-decoration: none;
}
.article__single-post ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
.article__single-post ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
.article__single-post ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
.article__single-post ul.wp-block-rss.alignright {
  margin-left: 2em;
}
.article__single-post ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.article__single-post ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .article__single-post ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  .article__single-post ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  .article__single-post ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  .article__single-post ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  .article__single-post ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.article__single-post .wp-block-rss__item-author,
.article__single-post .wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.article__single-post .wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.article__single-post .wp-block-search__button.has-icon {
  line-height: 0;
}
.article__single-post .wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
.article__single-post :where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.article__single-post .wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.article__single-post .wp-block-search__label {
  width: 100%;
}
.article__single-post .wp-block-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.article__single-post .wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%;
}
.article__single-post .wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
  max-width: calc(100% - 100px);
}
.article__single-post .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.article__single-post .wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.article__single-post .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.article__single-post .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.article__single-post .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
.article__single-post :where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.article__single-post :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
.article__single-post :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
.article__single-post :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none;
}
.article__single-post :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.article__single-post .wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.article__single-post .wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right;
}
.article__single-post .wp-block-separator {
  border: none;
  border-top: 2px solid;
}
.article__single-post :root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
.article__single-post :root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.article__single-post .wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important;
}
.article__single-post .wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.article__single-post .wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.article__single-post .wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.article__single-post .wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.article__single-post .wp-block-site-logo a,
.article__single-post .wp-block-site-logo img {
  border-radius: inherit;
}
.article__single-post .wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.article__single-post :root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
.article__single-post .wp-block-site-tagline,
.article__single-post .wp-block-site-title {
  box-sizing: border-box;
}
.article__single-post .wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
.article__single-post .wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.article__single-post .wp-block-social-links .wp-social-link a,
.article__single-post .wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.article__single-post .wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.article__single-post .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.article__single-post .wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.article__single-post .wp-block-social-links,
.article__single-post .wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.article__single-post .wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.article__single-post .wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.article__single-post .wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.article__single-post .wp-block-social-links.alignright {
  justify-content: flex-end;
}
.article__single-post .wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .article__single-post .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.article__single-post .wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.article__single-post .wp-block-social-link:hover {
  transform: scale(1.1);
}
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.article__single-post .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
  background-color: #0866ff;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
.article__single-post :where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red;
}
.article__single-post .wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.article__single-post :root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
.article__single-post :root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
.article__single-post :root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.article__single-post .wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000;
}
.article__single-post .wp-block-spacer {
  clear: both;
}
.article__single-post .wp-block-tag-cloud {
  box-sizing: border-box;
}
.article__single-post .wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.article__single-post .wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.article__single-post .wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.article__single-post .wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.article__single-post :root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.article__single-post :root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.article__single-post .wp-block-table {
  overflow-x: auto;
}
.article__single-post .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.article__single-post .wp-block-table thead {
  border-bottom: 3px solid;
}
.article__single-post .wp-block-table tfoot {
  border-top: 3px solid;
}
.article__single-post .wp-block-table td,
.article__single-post .wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.article__single-post .wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.article__single-post .wp-block-table .has-fixed-layout td,
.article__single-post .wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.article__single-post .wp-block-table.aligncenter,
.article__single-post .wp-block-table.alignleft,
.article__single-post .wp-block-table.alignright {
  display: table;
  width: auto;
}
.article__single-post .wp-block-table.aligncenter td,
.article__single-post .wp-block-table.aligncenter th,
.article__single-post .wp-block-table.alignleft td,
.article__single-post .wp-block-table.alignleft th,
.article__single-post .wp-block-table.alignright td,
.article__single-post .wp-block-table.alignright th {
  word-break: break-word;
}
.article__single-post .wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.article__single-post .wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.article__single-post .wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.article__single-post .wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.article__single-post .wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.article__single-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.article__single-post .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.article__single-post .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.article__single-post .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.article__single-post .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.article__single-post .wp-block-table.is-style-stripes td,
.article__single-post .wp-block-table.is-style-stripes th {
  border-color: rgba(0, 0, 0, 0);
}
.article__single-post .wp-block-table .has-border-color td,
.article__single-post .wp-block-table .has-border-color th,
.article__single-post .wp-block-table .has-border-color tr,
.article__single-post .wp-block-table .has-border-color > * {
  border-color: inherit;
}
.article__single-post .wp-block-table table[style*=border-top-color] tr:first-child,
.article__single-post .wp-block-table table[style*=border-top-color] tr:first-child td,
.article__single-post .wp-block-table table[style*=border-top-color] tr:first-child th,
.article__single-post .wp-block-table table[style*=border-top-color] > *,
.article__single-post .wp-block-table table[style*=border-top-color] > * td,
.article__single-post .wp-block-table table[style*=border-top-color] > * th {
  border-top-color: inherit;
}
.article__single-post .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial;
}
.article__single-post .wp-block-table table[style*=border-right-color] td:last-child,
.article__single-post .wp-block-table table[style*=border-right-color] th,
.article__single-post .wp-block-table table[style*=border-right-color] tr,
.article__single-post .wp-block-table table[style*=border-right-color] > * {
  border-right-color: inherit;
}
.article__single-post .wp-block-table table[style*=border-bottom-color] tr:last-child,
.article__single-post .wp-block-table table[style*=border-bottom-color] tr:last-child td,
.article__single-post .wp-block-table table[style*=border-bottom-color] tr:last-child th,
.article__single-post .wp-block-table table[style*=border-bottom-color] > *,
.article__single-post .wp-block-table table[style*=border-bottom-color] > * td,
.article__single-post .wp-block-table table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}
.article__single-post .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial;
}
.article__single-post .wp-block-table table[style*=border-left-color] td:first-child,
.article__single-post .wp-block-table table[style*=border-left-color] th,
.article__single-post .wp-block-table table[style*=border-left-color] tr,
.article__single-post .wp-block-table table[style*=border-left-color] > * {
  border-left-color: inherit;
}
.article__single-post .wp-block-table table[style*=border-style] td,
.article__single-post .wp-block-table table[style*=border-style] th,
.article__single-post .wp-block-table table[style*=border-style] tr,
.article__single-post .wp-block-table table[style*=border-style] > * {
  border-style: inherit;
}
.article__single-post .wp-block-table table[style*=border-width] td,
.article__single-post .wp-block-table table[style*=border-width] th,
.article__single-post .wp-block-table table[style*=border-width] tr,
.article__single-post .wp-block-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}
.article__single-post :root :where(.wp-block-table-of-contents) {
  box-sizing: border-box;
}
.article__single-post :where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.article__single-post .wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.article__single-post .wp-block-text-columns,
.article__single-post .wp-block-text-columns.aligncenter {
  display: flex;
}
.article__single-post .wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.article__single-post .wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.article__single-post .wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.article__single-post .wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.article__single-post .wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.article__single-post .wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
.article__single-post pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
.article__single-post :where(pre.wp-block-verse) {
  font-family: inherit;
}
.article__single-post .wp-block-video {
  box-sizing: border-box;
}
.article__single-post .wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .article__single-post .wp-block-video [poster] {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.article__single-post .wp-block-video.aligncenter {
  text-align: center;
}
.article__single-post .wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.article__single-post .editor-styles-wrapper,
.article__single-post .entry-content {
  counter-reset: footnotes;
}
.article__single-post a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
.article__single-post a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.article__single-post .wp-element-button {
  cursor: pointer;
}
.article__single-post :root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
.article__single-post :root .has-very-light-gray-background-color {
  background-color: #eee;
}
.article__single-post :root .has-very-dark-gray-background-color {
  background-color: #313131;
}
.article__single-post :root .has-very-light-gray-color {
  color: #eee;
}
.article__single-post :root .has-very-dark-gray-color {
  color: #313131;
}
.article__single-post :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
.article__single-post :root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
.article__single-post :root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
.article__single-post :root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
.article__single-post :root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
.article__single-post :root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
.article__single-post :root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.article__single-post .has-regular-font-size {
  font-size: 1em;
}
.article__single-post .has-larger-font-size {
  font-size: 2.625em;
}
.article__single-post .has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.article__single-post .has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.article__single-post .has-text-align-center {
  text-align: center;
}
.article__single-post .has-text-align-left {
  text-align: left;
}
.article__single-post .has-text-align-right {
  text-align: right;
}
.article__single-post #end-resizable-editor-section {
  display: none;
}
.article__single-post .aligncenter {
  clear: both;
}
.article__single-post .items-justified-left {
  justify-content: flex-start;
}
.article__single-post .items-justified-center {
  justify-content: center;
}
.article__single-post .items-justified-right {
  justify-content: flex-end;
}
.article__single-post .items-justified-space-between {
  justify-content: space-between;
}
.article__single-post .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.article__single-post .screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.article__single-post html :where(.has-border-color) {
  border-style: solid;
}
.article__single-post html :where([style*=border-top-color]) {
  border-top-style: solid;
}
.article__single-post html :where([style*=border-right-color]) {
  border-right-style: solid;
}
.article__single-post html :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}
.article__single-post html :where([style*=border-left-color]) {
  border-left-style: solid;
}
.article__single-post html :where([style*=border-width]) {
  border-style: solid;
}
.article__single-post html :where([style*=border-top-width]) {
  border-top-style: solid;
}
.article__single-post html :where([style*=border-right-width]) {
  border-right-style: solid;
}
.article__single-post html :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}
.article__single-post html :where([style*=border-left-width]) {
  border-left-style: solid;
}
.article__single-post html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%;
}
.article__single-post :where(figure) {
  margin: 0 0 1em;
}
.article__single-post html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
  .article__single-post html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

.l-section {
  padding: 16px 16px;
}
@media print, screen and (min-width: 521px) {
  .l-section {
    padding: 32px 40px;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 520px;
  padding: 0 15px;
}
@media print, screen and (min-width: 521px) {
  .l-inner {
    max-width: 988px;
    padding: 0;
  }
}

.c-head {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 521px) {
  .c-head {
    margin-bottom: 32px;
  }
}
.c-head__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
@media print, screen and (min-width: 521px) {
  .c-head__ttl {
    font-size: 5.6rem;
  }
}
.c-head__ttl span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1c;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 521px) {
  .c-head__ttl span {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.c-btn {
  display: inline-block;
  background-color: #ff5b62;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 40px;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(255, 91, 98, 0.2);
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s;
  text-align: center;
  border: 2px solid #ff5b62;
}
@media print, screen and (min-width: 521px) {
  .c-btn {
    font-size: 2.2rem;
    padding: 12px 70px;
  }
}
.c-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 91, 98, 0.3);
  color: #fff;
}

.c-mv {
  width: 100%;
  margin-bottom: 34px;
}
.c-mv__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pagination {
  margin: 50px 0 20px;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  color: #444444;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
  text-decoration: none;
  transition: all 0.3s;
  box-sizing: border-box;
}
.pagination .page-numbers li a:hover {
  color: #ff5b62;
  border-color: #ff5b62;
  background-color: #fff5f4;
}
.pagination .page-numbers li span.current {
  color: #ffffff;
  background-color: #ff5b62;
  border-color: #ff5b62;
}
.pagination .page-numbers li a.prev,
.pagination .page-numbers li a.next {
  font-size: 2.2rem;
  color: #ff5b62;
  border-color: #ff5b62;
}
.pagination .page-numbers li a.prev:hover,
.pagination .page-numbers li a.next:hover {
  background-color: #ff5b62;
  color: #ffffff;
}
.pagination .page-numbers li span.dots {
  border-color: transparent;
  background: transparent;
  color: #aaaaaa;
  cursor: default;
}
@media print, screen and (max-width: 520px) {
  .pagination .page-numbers li a,
  .pagination .page-numbers li span {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
  .pagination .page-numbers li a.prev,
  .pagination .page-numbers li a.next {
    font-size: 1.8rem;
  }
}

.c-heading-icon {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1c;
  margin-bottom: 17px;
}
@media print, screen and (max-width: 520px) {
  .c-heading-icon {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.c-heading-icon--center {
  justify-content: center;
}
.c-heading-icon__sub {
  font-size: 2.5rem;
  padding-top: 15px;
  margin-left: 20px;
}
@media print, screen and (max-width: 520px) {
  .c-heading-icon__sub {
    padding-top: 0;
    font-size: 1.8rem;
  }
}
.c-heading-icon__icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  border-radius: 5px 0 5px 0;
  background-color: #00531D;
  margin-right: 15px;
}
@media print, screen and (max-width: 520px) {
  .c-heading-icon__icon {
    width: 16px;
    height: 11px;
    margin-right: 10px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}
@media print, screen and (max-width: 520px) {
  .header__inner {
    padding: 10px 15px;
  }
}
.header__logo-wp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__logo a {
  display: block;
  line-height: 0;
  width: 309px;
}
@media print, screen and (max-width: 520px) {
  .header__logo a {
    width: 250px;
  }
}
.header__logo img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__desc {
  margin-top: 5px;
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
@media print, screen and (max-width: 520px) {
  .header__desc {
    display: none;
  }
}

@media print, screen and (max-width: 1000px) {
  .nav {
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 68px);
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    background-color: #fff;
    z-index: 100;
  }
}
@media print, screen and (max-width: 1000px) {
  .nav.hg-open-nav {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 1001px) {
  .nav__list {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 1000px) {
  .nav__list {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 1001px) {
  .nav__item {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
  .nav__item:not(:last-child):not(:nth-last-child(2)) {
    margin-right: 5px;
  }
  .nav__item:not(:last-child):not(:nth-last-child(2))::after {
    content: "|";
    margin-left: 5px;
    color: #ccc;
    font-weight: 300;
  }
  .nav__item:nth-last-child(2) {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 1000px) {
  .nav__item {
    border-bottom: 1px solid #eee;
  }
  .nav__item:last-child {
    border-bottom: none;
  }
}
.nav__link {
  display: block;
  color: #1a1a1c;
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.3s, opacity 0.3s, transform 0.3s;
}
@media print, screen and (min-width: 1001px) {
  .nav__link:hover {
    color: #00531D;
  }
}
@media print, screen and (max-width: 1000px) {
  .nav__link {
    padding: 15px 0;
  }
}
.nav__link--btn {
  background-color: #ff5b62;
  color: #fff;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 1001px) {
  .nav__link--btn:hover {
    color: #fff;
    opacity: 0.8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  }
}
@media print, screen and (max-width: 1000px) {
  .nav__link--btn {
    text-align: center;
    background-color: #ff5b62;
    color: #fff;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 1001px) {
  .hg-btn {
    display: none;
  }
}
@media print, screen and (max-width: 1000px) {
  .hg-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
  }
}
.hg-btn__icon {
  position: relative;
  width: 24px;
  height: 18px;
  margin-bottom: 4px;
}
.hg-btn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1a1c;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hg-btn__icon span:nth-child(1) {
  top: 0;
}
.hg-btn__icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hg-btn__icon span:nth-child(3) {
  bottom: 0;
}
.hg-btn__txt {
  color: #1a1a1c;
}
.hg-btn.hg_open .hg-btn__icon span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hg-btn.hg_open .hg-btn__icon span:nth-child(2) {
  opacity: 0;
}
.hg-btn.hg_open .hg-btn__icon span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media print, screen and (max-width: 1000px) {
  .scroll-prevent {
    overflow: hidden;
  }
}

.footer {
  overflow: hidden;
  margin-top: -130px;
}
.footer__box {
  background-color: #E3EFDF;
  padding-top: 20px;
  position: relative;
  border-radius: 50% 50% 0 0/150px 150px 0 0;
  margin-left: -200px;
  margin-right: -200px;
  z-index: 10;
}
@media print, screen and (max-width: 520px) {
  .footer {
    border-radius: 50% 50% 0 0/20px 20px 0 0;
    margin-top: -80px;
    padding-top: 40px;
  }
}
.footer__inner {
  text-align: center;
  padding-bottom: 34px;
}
@media print, screen and (max-width: 520px) {
  .footer__inner {
    padding-bottom: 20px;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo a {
  display: inline-block;
  line-height: 0;
}
.footer__logo img {
  width: 484px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (max-width: 520px) {
  .footer__logo img {
    width: 250px;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 34px;
  gap: 10px;
}
@media print, screen and (max-width: 520px) {
  .footer__nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.footer__nav-item {
  position: relative;
  padding: 0 5px;
}
@media print, screen and (min-width: 521px) {
  .footer__nav-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #999;
  }
}
.footer__nav-item a {
  color: #1a1a1c;
  font-size: 1.8rem;
  font-weight: 500;
}
.footer__nav-item a:hover {
  color: #00531D;
}
@media print, screen and (max-width: 520px) {
  .footer__nav-item a {
    font-size: 1.4rem;
  }
}
.footer__btn-wp {
  text-align: center;
}
.footer__btn {
  padding: 15px 80px;
  font-size: 1.8rem;
  border-radius: 40px;
}
@media print, screen and (max-width: 520px) {
  .footer__btn {
    padding: 10px 60px;
    font-size: 1.6rem;
  }
}
.footer__copy-wp {
  background-color: #00531D;
  padding: 5px 0;
  text-align: center;
}
.footer__copy {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 520px) {
  .footer__copy {
    font-size: 1rem;
  }
}

.index .mainvisual {
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual {
    height: auto;
    min-height: 250px;
  }
}
.index .mainvisual__inner {
  position: relative;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual__inner {
    position: absolute;
    top: 0;
    left: 50px;
    padding: 20px 15px;
  }
}
.index .mainvisual__content {
  position: absolute;
  left: 6%;
  top: 25%;
  transform: translateY(12%);
  z-index: 10;
  max-width: 600px;
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual__content {
    position: relative;
    left: -50px;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.index .mainvisual__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual__title {
    font-size: 2.2rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    text-align: left;
  }
}
.index .mainvisual__title-line {
  display: block;
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual__title-line {
    margin-bottom: 4px;
  }
}
.index .mainvisual__title-line-space {
  margin-left: -15px;
}
@media print, screen and (max-width: 520px) {
  .index .mainvisual__title-line-space {
    margin-left: -10px;
  }
}
.index .mainvisual__image-wp {
  width: 100%;
  z-index: 1;
  max-height: 700px;
  overflow: hidden;
}
.index .mainvisual__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.95);
}
.index .top-banners {
  padding: 15px 0;
  margin-top: -100px;
  position: relative;
  z-index: 15;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners {
    padding: 40px 0;
    margin-top: 0px;
  }
}
.index .top-banners::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #e2efe0;
  z-index: -1;
}
.index .top-banners__grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners__grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.index .top-banners .banner-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.index .top-banners .banner-card:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.index .top-banners .banner-card--cogca {
  flex: 1;
  max-width: 280px;
  background-color: #d8ea9c;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card--cogca {
    width: 100%;
    max-width: 320px;
    height: 160px;
  }
}
.index .top-banners .banner-card--cogca img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .top-banners .banner-card--recruit {
  flex: 1.6;
  display: flex;
  flex-direction: column;
  background-color: #f7faf7;
  margin-top: -40px;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card--recruit {
    width: 100%;
    max-width: 400px;
    margin-top: 0;
  }
}
.index .top-banners .banner-card__recruit-header {
  background-color: #0c7c34;
  padding: 10px;
  text-align: center;
}
.index .top-banners .banner-card__recruit-title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
}
.index .top-banners .banner-card__recruit-body {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card__recruit-body {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
}
.index .top-banners .banner-card__recruit-collage {
  display: flex;
  gap: 8px;
  width: 45%;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card__recruit-collage {
    width: 100%;
    justify-content: center;
  }
}
.index .top-banners .banner-card__recruit-img-wp {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background-color: #ddd;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card__recruit-img-wp {
    max-width: 120px;
  }
}
.index .top-banners .banner-card__recruit-img-wp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .top-banners .banner-card__recruit-content {
  width: 55%;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card__recruit-content {
    width: 100%;
    text-align: center;
  }
}
.index .top-banners .banner-card__recruit-lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #0c7c34;
  margin: 0 0 15px 0;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners .banner-card__recruit-lead {
    font-size: 1.6rem;
  }
}
.index .top-banners .banner-card__recruit-btn {
  display: block;
  background-color: #ff5b62;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s;
}
.index .top-banners .banner-card__recruit-btn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
.index .top-concept {
  padding: 80px 0 0;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept {
    padding: 40px 0 0;
  }
}
.index .top-concept__lead {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #76b165;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__lead {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.index .top-concept__content-wp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 903px;
  margin: 0 auto;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__content-wp {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.index .top-concept__info {
  flex: 1.1;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__info {
    width: 100%;
  }
}
.index .top-concept__heading-wp {
  border-bottom: 2px solid #0c7c34;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 521px) {
  .index .top-concept__heading-wp {
    margin-right: -50px;
  }
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__heading-wp {
    margin-bottom: 25px;
  }
}
.index .top-concept__title__box {
  text-align: center;
}
@media print, screen and (min-width: 521px) {
  .index .top-concept__title__box {
    width: 210px;
  }
}
.index .top-concept__title {
  font-size: 5.6rem;
  font-weight: 700;
  color: #1a1a1c;
  line-height: 1;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__title {
    font-size: 3.6rem;
  }
}
.index .top-concept__subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1c;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
.index .top-concept__body {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__body {
    margin-bottom: 30px;
  }
}
.index .top-concept__text {
  font-size: 2rem;
  line-height: 1.8;
  color: #1a1a1c;
}
.index .top-concept__text:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__text {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__btn-wp {
    text-align: center;
  }
}
.index .top-concept__image-wp {
  display: flex;
  justify-content: center;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__image-wp {
    width: 100%;
  }
}
.index .top-concept__circle-img {
  width: 374px;
}
@media print, screen and (max-width: 520px) {
  .index .top-concept__circle-img {
    width: 280px;
    border-width: 6px;
  }
}
.index .top-concept__circle-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index {
  /* --- Promise Section --- */
}
.index .promise {
  padding: 80px 0 0;
}
@media print, screen and (max-width: 520px) {
  .index .promise {
    padding: 60px 0 0;
  }
}
.index .promise__body {
  background-color: #76b165;
}
.index .promise__head {
  text-align: center;
  color: #00531d;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .index .promise__head {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
.index .promise__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 46px 0;
  row-gap: 30px;
}
.index .promise__item {
  background: #fff;
  width: 316px;
  padding: 15px 10px 15px 0;
  text-align: center;
  border-radius: 15px 0 15px 0;
  font-size: 2.3rem;
  font-weight: 700;
  color: #00531d;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
@media print, screen and (max-width: 520px) {
  .index .promise__item {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
.index {
  /* --- Merchandise Section --- */
}
.index .merchandise {
  padding: 134px 0 84px;
}
@media print, screen and (max-width: 520px) {
  .index .merchandise {
    padding: 60px 0;
  }
}
.index .merchandise__lead {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 66px;
  line-height: 1.6;
}
@media print, screen and (max-width: 520px) {
  .index .merchandise__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.index .merchandise__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 520px) {
  .index .merchandise__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index .merchandise__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.index .merchandise__img {
  aspect-ratio: 4/3;
  background-color: #eee;
}
.index .merchandise__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .merchandise__name {
  background-color: #66bb6a;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .index .merchandise__name {
    font-size: 1.8rem;
  }
}
.index .merchandise__btn {
  text-align: center;
  margin-top: 60px;
}
.index {
  /* --- Store Section --- */
}
.index .store {
  padding: 0 0 60px;
}
@media print, screen and (min-width: 521px) {
  .index .store {
    padding: 0 0 100px;
  }
}
.index .store__top-img__box {
  overflow: hidden;
  height: 257px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 520px) {
  .index .store__top-img__box {
    height: auto;
  }
}
.index .store__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 60px;
}
@media print, screen and (max-width: 520px) {
  .index .store__list {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
.index .store__item a {
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}
.index .store__item a:hover {
  transform: scale(1.03);
  opacity: 0.7;
}
.index .store__img {
  aspect-ratio: 4/3;
  background-color: #eee;
  border-radius: 20px;
  overflow: hidden;
}
.index .store__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .store__name {
  position: absolute;
  background-color: #66bb6a;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 20px 0 20px 0;
}
@media print, screen and (max-width: 520px) {
  .index .store__name {
    font-size: 1.6rem;
    width: 130px;
    padding: 3px;
    bottom: -20px;
  }
}
@media print, screen and (min-width: 521px) {
  .index .store__name {
    bottom: -25px;
    width: 247px;
  }
}
.index .store__btn {
  text-align: center;
  margin-top: 80px;
}
.index {
  /* --- News Section --- */
}
.index .news {
  background-color: #e8f5e9;
  padding: 60px 0;
}
.index .news__list {
  max-width: 820px;
  margin: 0 auto;
}
.index .news__item {
  border-bottom: 1px dashed #00531D;
}
.index .news__item:first-child {
  border-top: 1px dashed #00531D;
}
.index .news__item a {
  display: flex;
  padding: 25px 10px;
  color: #1a1a1c;
  transition: background-color 0.3s ease;
}
.index .news__item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 520px) {
  .index .news__item a {
    flex-direction: column;
    padding: 15px 5px;
  }
}
.index .news__date {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 30px;
  color: #666;
}
@media print, screen and (max-width: 520px) {
  .index .news__date {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}
.index .news__ttl {
  font-size: 2rem;
  flex: 1;
}
@media print, screen and (max-width: 520px) {
  .index .news__ttl {
    font-size: 1.6rem;
  }
}
.index {
  /* --- Campaign Section --- */
}
.index .campaign {
  padding: 60px 0;
}
@media print, screen and (min-width: 521px) {
  .index .campaign {
    padding: 100px 0;
  }
}
.index .campaign__list {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media print, screen and (max-width: 520px) {
  .index .campaign__list {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.index .campaign__item {
  border-radius: 20px 0 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media print, screen and (max-width: 520px) {
  .index .campaign__item {
    width: calc(50% - 8px);
  }
}
.index .campaign__img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.index .campaign__img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.index .campaign__name {
  background-color: #66bb6a;
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 80px;
  display: flex;
  min-height: 134px;
}
@media print, screen and (max-width: 520px) {
  .index .campaign__name {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.index .campaign__btn {
  text-align: center;
  margin-top: 60px;
}
.index {
  /* --- CoGCa Section --- */
}
.index .cogca {
  background-color: #d2e371;
  padding: 60px 0 80px;
}
@media print, screen and (min-width: 521px) {
  .index .cogca {
    padding: 80px 0 160px;
  }
}
.index .cogca__content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 520px) {
  .index .cogca__content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 521px) {
  .index .cogca__img {
    width: 484px;
  }
}
.index .cogca__img img {
  width: 100%;
  border-radius: 20px;
}
.index .cogca__info {
  flex: 1.2;
  color: #333;
}
.index .cogca__head {
  font-size: 5.6rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media print, screen and (max-width: 520px) {
  .index .cogca__head {
    font-size: 4rem;
  }
}
.index .cogca__head span {
  font-size: 1.6rem;
  color: #555;
}
.index .cogca__ttl {
  font-size: 3.6rem;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .index .cogca__ttl {
    font-size: 2.2rem;
  }
}
.index .cogca__txt {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 520px) {
  .index .cogca__txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.index .cogca__link {
  text-align: center;
  font-size: 2.1rem;
  color: #333;
}
@media print, screen and (max-width: 520px) {
  .index .cogca__link {
    font-size: 1.6rem;
  }
}
.index .cogca__link a {
  color: #0017c1;
  text-decoration: underline;
}
.index .cogca__link a:hover {
  text-decoration: none;
}

.index .top-banners {
  padding: 0;
}
@media print, screen and (max-width: 520px) {
  .index .top-banners {
    overflow: hidden;
    padding: 10px 0;
  }
}
.index .top-banners .l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.index .top-banners__slider {
  position: relative;
}
.index .top-banners__viewport {
  width: 100%;
  overflow: visible;
  display: flex;
  align-items: flex-end;
}
@media print, screen and (min-width: 521px) {
  .index .top-banners__viewport {
    padding: 56px 0 16px;
  }
}
.index .top-banners__track {
  display: flex;
  align-items: flex-end;
  gap: 0;
  transition: transform 0.45s ease;
  will-change: transform;
}
.index .banner-slide {
  flex: 0 0 30%;
  min-width: 0;
  padding: 0 12px;
  opacity: 0.55;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
@media print, screen and (max-width: 520px) {
  .index .banner-slide {
    flex: 0 0 82%;
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 521px) {
  .index .banner-slide {
    margin: 0 20px;
  }
}
.index .banner-slide.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.index .banner-slide.is-prev,
.index .banner-slide.is-next,
.index .banner-slide.is-active {
  visibility: visible;
}
.index .banner-slide.is-prev,
.index .banner-slide.is-next {
  opacity: 0.8;
}
.index .banner-slide.is-active {
  opacity: 1;
  z-index: 2;
}
.index .banner-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform-origin: center bottom;
  transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
  will-change: transform;
}
@media print, screen and (min-width: 521px) {
  .index .banner-card {
    transform: scale(0.86);
  }
}
@media print, screen and (min-width: 521px) {
  .index .banner-slide.is-prev .banner-card,
  .index .banner-slide.is-next .banner-card {
    transform: scale(0.86);
  }
}
@media print, screen and (min-width: 521px) {
  .index .banner-slide.is-active .banner-card {
    transform: scale(1.2);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  }
}
.index .banner-card__link {
  display: block;
}
.index .banner-card__link img {
  display: block;
  width: 100%;
  height: auto;
  overflow: clip;
}
.index .top-banners__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #333;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  transition: background 0.3s ease, opacity 0.3s ease;
}
@media print, screen and (min-width: 521px) {
  .index .top-banners__nav {
    top: 64%;
  }
}
.index .top-banners__nav:hover {
  background: #fff;
}
.index .top-banners__nav--prev {
  left: 0;
}
.index .top-banners__nav--next {
  right: 0;
}
@media (max-width: 520px) {
  .index .top-banners .l-inner {
    padding: 0 12px;
  }
  .index .top-banners__viewport {
    overflow: hidden;
    padding: 0;
  }
  .index .banner-slide {
    flex-basis: 82%;
    padding: 0 8px;
    opacity: 1;
    visibility: visible;
  }
  .index .banner-card {
    transform: none;
  }
  .index .top-banners__nav {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }
}

.js-banner-slider,
.top-banners__viewport,
.top-banners__track {
  touch-action: pan-y pinch-zoom;
}

.top-banners__track,
.top-banners__track * {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.js-banner-slider.is-dragging a {
  pointer-events: none;
}

.stores-okada .stores-intro,
.stores-miyata .stores-intro,
.stores-ozaki .stores-intro,
.stores-shioya .stores-intro,
.stores-honbu .stores-intro,
.stores-ako .stores-intro {
  padding-bottom: 0;
}
.stores-okada .stores-tab__list,
.stores-miyata .stores-tab__list,
.stores-ozaki .stores-tab__list,
.stores-shioya .stores-tab__list,
.stores-honbu .stores-tab__list,
.stores-ako .stores-tab__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-tab__list,
  .stores-miyata .stores-tab__list,
  .stores-ozaki .stores-tab__list,
  .stores-shioya .stores-tab__list,
  .stores-honbu .stores-tab__list,
  .stores-ako .stores-tab__list {
    width: 100%;
  }
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-tab__list,
  .stores-miyata .stores-tab__list,
  .stores-ozaki .stores-tab__list,
  .stores-shioya .stores-tab__list,
  .stores-honbu .stores-tab__list,
  .stores-ako .stores-tab__list {
    gap: 2px;
  }
}
.stores-okada .stores-tab__item,
.stores-miyata .stores-tab__item,
.stores-ozaki .stores-tab__item,
.stores-shioya .stores-tab__item,
.stores-honbu .stores-tab__item,
.stores-ako .stores-tab__item {
  min-width: 80px;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-tab__item,
  .stores-miyata .stores-tab__item,
  .stores-ozaki .stores-tab__item,
  .stores-shioya .stores-tab__item,
  .stores-honbu .stores-tab__item,
  .stores-ako .stores-tab__item {
    flex: 1;
  }
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-tab__item,
  .stores-miyata .stores-tab__item,
  .stores-ozaki .stores-tab__item,
  .stores-shioya .stores-tab__item,
  .stores-honbu .stores-tab__item,
  .stores-ako .stores-tab__item {
    width: calc(33.3333333333% - 2px);
  }
}
.stores-okada .stores-tab__btn,
.stores-miyata .stores-tab__btn,
.stores-ozaki .stores-tab__btn,
.stores-shioya .stores-tab__btn,
.stores-honbu .stores-tab__btn,
.stores-ako .stores-tab__btn {
  display: block;
  width: 100%;
  padding: 8px 8px;
  background-color: #66bb6a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s, opacity 0.3s;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-tab__btn,
  .stores-miyata .stores-tab__btn,
  .stores-ozaki .stores-tab__btn,
  .stores-shioya .stores-tab__btn,
  .stores-honbu .stores-tab__btn,
  .stores-ako .stores-tab__btn {
    padding: 16px 10px;
    font-size: 2rem;
  }
}
.stores-okada .stores-tab__btn:hover,
.stores-miyata .stores-tab__btn:hover,
.stores-ozaki .stores-tab__btn:hover,
.stores-shioya .stores-tab__btn:hover,
.stores-honbu .stores-tab__btn:hover,
.stores-ako .stores-tab__btn:hover {
  background-color: #00531D;
  opacity: 1;
}
.stores-okada .stores-tab__btn--active,
.stores-miyata .stores-tab__btn--active,
.stores-ozaki .stores-tab__btn--active,
.stores-shioya .stores-tab__btn--active,
.stores-honbu .stores-tab__btn--active,
.stores-ako .stores-tab__btn--active {
  background-color: #00531D;
}
.stores-okada .stores-detail,
.stores-miyata .stores-detail,
.stores-ozaki .stores-detail,
.stores-shioya .stores-detail,
.stores-honbu .stores-detail,
.stores-ako .stores-detail {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-detail,
  .stores-miyata .stores-detail,
  .stores-ozaki .stores-detail,
  .stores-shioya .stores-detail,
  .stores-honbu .stores-detail,
  .stores-ako .stores-detail {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.stores-okada .stores-detail .c-heading-icon,
.stores-miyata .stores-detail .c-heading-icon,
.stores-ozaki .stores-detail .c-heading-icon,
.stores-shioya .stores-detail .c-heading-icon,
.stores-honbu .stores-detail .c-heading-icon,
.stores-ako .stores-detail .c-heading-icon {
  margin-bottom: 10px;
}
.stores-okada .stores-detail__content,
.stores-miyata .stores-detail__content,
.stores-ozaki .stores-detail__content,
.stores-shioya .stores-detail__content,
.stores-honbu .stores-detail__content,
.stores-ako .stores-detail__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-detail__content,
  .stores-miyata .stores-detail__content,
  .stores-ozaki .stores-detail__content,
  .stores-shioya .stores-detail__content,
  .stores-honbu .stores-detail__content,
  .stores-ako .stores-detail__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-detail__info,
  .stores-miyata .stores-detail__info,
  .stores-ozaki .stores-detail__info,
  .stores-shioya .stores-detail__info,
  .stores-honbu .stores-detail__info,
  .stores-ako .stores-detail__info {
    flex: 1;
  }
}
.stores-okada .stores-detail__data,
.stores-miyata .stores-detail__data,
.stores-ozaki .stores-detail__data,
.stores-shioya .stores-detail__data,
.stores-honbu .stores-detail__data,
.stores-ako .stores-detail__data {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.stores-okada .stores-detail__desc,
.stores-miyata .stores-detail__desc,
.stores-ozaki .stores-detail__desc,
.stores-shioya .stores-detail__desc,
.stores-honbu .stores-detail__desc,
.stores-ako .stores-detail__desc {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-left: 30px;
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-detail__desc,
  .stores-miyata .stores-detail__desc,
  .stores-ozaki .stores-detail__desc,
  .stores-shioya .stores-detail__desc,
  .stores-honbu .stores-detail__desc,
  .stores-ako .stores-detail__desc {
    font-size: 2rem;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-detail__image-wp,
  .stores-miyata .stores-detail__image-wp,
  .stores-ozaki .stores-detail__image-wp,
  .stores-shioya .stores-detail__image-wp,
  .stores-honbu .stores-detail__image-wp,
  .stores-ako .stores-detail__image-wp {
    width: 499px;
    flex-shrink: 0;
  }
}
.stores-okada .stores-detail__image,
.stores-miyata .stores-detail__image,
.stores-ozaki .stores-detail__image,
.stores-shioya .stores-detail__image,
.stores-honbu .stores-detail__image,
.stores-ako .stores-detail__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px 0;
  background-color: #eee;
}
.stores-okada .stores-flyer,
.stores-miyata .stores-flyer,
.stores-ozaki .stores-flyer,
.stores-shioya .stores-flyer,
.stores-honbu .stores-flyer,
.stores-ako .stores-flyer {
  text-align: center;
  padding-top: 10px;
}
.stores-okada .stores-flyer__title,
.stores-miyata .stores-flyer__title,
.stores-ozaki .stores-flyer__title,
.stores-shioya .stores-flyer__title,
.stores-honbu .stores-flyer__title,
.stores-ako .stores-flyer__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #00531D;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-flyer__title,
  .stores-miyata .stores-flyer__title,
  .stores-ozaki .stores-flyer__title,
  .stores-shioya .stores-flyer__title,
  .stores-honbu .stores-flyer__title,
  .stores-ako .stores-flyer__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.stores-okada .stores-flyer__btns,
.stores-miyata .stores-flyer__btns,
.stores-ozaki .stores-flyer__btns,
.stores-shioya .stores-flyer__btns,
.stores-honbu .stores-flyer__btns,
.stores-ako .stores-flyer__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-flyer__btns,
  .stores-miyata .stores-flyer__btns,
  .stores-ozaki .stores-flyer__btns,
  .stores-shioya .stores-flyer__btns,
  .stores-honbu .stores-flyer__btns,
  .stores-ako .stores-flyer__btns {
    gap: 16px;
  }
}
.stores-okada .stores-flyer__btn,
.stores-miyata .stores-flyer__btn,
.stores-ozaki .stores-flyer__btn,
.stores-shioya .stores-flyer__btn,
.stores-honbu .stores-flyer__btn,
.stores-ako .stores-flyer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 220px;
  padding: 10px 60px;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
  box-shadow: 0 4px 10px rgba(255, 91, 98, 0.2);
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-flyer__btn,
  .stores-miyata .stores-flyer__btn,
  .stores-ozaki .stores-flyer__btn,
  .stores-shioya .stores-flyer__btn,
  .stores-honbu .stores-flyer__btn,
  .stores-ako .stores-flyer__btn {
    min-width: 320px;
    padding: 18px 80px;
    font-size: 2rem;
  }
}
.stores-okada .stores-flyer__btn:hover,
.stores-miyata .stores-flyer__btn:hover,
.stores-ozaki .stores-flyer__btn:hover,
.stores-shioya .stores-flyer__btn:hover,
.stores-honbu .stores-flyer__btn:hover,
.stores-ako .stores-flyer__btn:hover {
  opacity: 0.8;
}
.stores-okada .stores-flyer__btn--line,
.stores-miyata .stores-flyer__btn--line,
.stores-ozaki .stores-flyer__btn--line,
.stores-shioya .stores-flyer__btn--line,
.stores-honbu .stores-flyer__btn--line,
.stores-ako .stores-flyer__btn--line {
  background-color: #06c755;
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-flyer__btn--line,
  .stores-miyata .stores-flyer__btn--line,
  .stores-ozaki .stores-flyer__btn--line,
  .stores-shioya .stores-flyer__btn--line,
  .stores-honbu .stores-flyer__btn--line,
  .stores-ako .stores-flyer__btn--line {
    padding: 10px 75px;
  }
}
.stores-okada .stores-flyer__btn--tokubai,
.stores-miyata .stores-flyer__btn--tokubai,
.stores-ozaki .stores-flyer__btn--tokubai,
.stores-shioya .stores-flyer__btn--tokubai,
.stores-honbu .stores-flyer__btn--tokubai,
.stores-ako .stores-flyer__btn--tokubai {
  background-color: #f80816;
}
.stores-okada .stores-flyer__btn--tokubai .stores-flyer__btn-arrow,
.stores-miyata .stores-flyer__btn--tokubai .stores-flyer__btn-arrow,
.stores-ozaki .stores-flyer__btn--tokubai .stores-flyer__btn-arrow,
.stores-shioya .stores-flyer__btn--tokubai .stores-flyer__btn-arrow,
.stores-honbu .stores-flyer__btn--tokubai .stores-flyer__btn-arrow,
.stores-ako .stores-flyer__btn--tokubai .stores-flyer__btn-arrow {
  color: #f80816;
}
.stores-okada .stores-flyer__btn-arrow,
.stores-miyata .stores-flyer__btn-arrow,
.stores-ozaki .stores-flyer__btn-arrow,
.stores-shioya .stores-flyer__btn-arrow,
.stores-honbu .stores-flyer__btn-arrow,
.stores-ako .stores-flyer__btn-arrow {
  font-size: 1.8rem;
  font-weight: 700;
  position: absolute;
  right: 5%;
  background-color: white;
  padding: 2px 10px;
  border-radius: 50px;
  color: #06c755;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-flyer__btn-arrow,
  .stores-miyata .stores-flyer__btn-arrow,
  .stores-ozaki .stores-flyer__btn-arrow,
  .stores-shioya .stores-flyer__btn-arrow,
  .stores-honbu .stores-flyer__btn-arrow,
  .stores-ako .stores-flyer__btn-arrow {
    font-size: 2rem;
  }
}
.stores-okada .stores-map,
.stores-miyata .stores-map,
.stores-ozaki .stores-map,
.stores-shioya .stores-map,
.stores-honbu .stores-map,
.stores-ako .stores-map {
  width: 100%;
  line-height: 0;
  padding-bottom: 300px;
}
@media print, screen and (max-width: 520px) {
  .stores-okada .stores-map,
  .stores-miyata .stores-map,
  .stores-ozaki .stores-map,
  .stores-shioya .stores-map,
  .stores-honbu .stores-map,
  .stores-ako .stores-map {
    padding-bottom: 100px;
  }
}
.stores-okada .stores-map iframe,
.stores-miyata .stores-map iframe,
.stores-ozaki .stores-map iframe,
.stores-shioya .stores-map iframe,
.stores-honbu .stores-map iframe,
.stores-ako .stores-map iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: none;
}
@media print, screen and (min-width: 521px) {
  .stores-okada .stores-map iframe,
  .stores-miyata .stores-map iframe,
  .stores-ozaki .stores-map iframe,
  .stores-shioya .stores-map iframe,
  .stores-honbu .stores-map iframe,
  .stores-ako .stores-map iframe {
    height: 420px;
  }
}
.stores-okada .line-btn,
.stores-miyata .line-btn,
.stores-ozaki .line-btn,
.stores-shioya .line-btn,
.stores-honbu .line-btn,
.stores-ako .line-btn {
  display: inline-block;
  padding: 18px 60px;
  background: #06c755;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s;
  font-size: 2rem;
}
@media print, screen and (max-width: 520px) {
  .stores-okada .line-btn,
  .stores-miyata .line-btn,
  .stores-ozaki .line-btn,
  .stores-shioya .line-btn,
  .stores-honbu .line-btn,
  .stores-ako .line-btn {
    font-size: 1.8rem;
    padding: 10px 35px;
  }
}
.stores-okada .line-btn:hover,
.stores-miyata .line-btn:hover,
.stores-ozaki .line-btn:hover,
.stores-shioya .line-btn:hover,
.stores-honbu .line-btn:hover,
.stores-ako .line-btn:hover {
  opacity: 0.8;
}

.stores-ako .stores-tab__btn-ako {
  background-color: #00531D;
}

.stores-honbu .stores-tab__btn-honbu {
  background-color: #00531D;
}

.stores-miyata .stores-tab__btn-miyata {
  background-color: #00531D;
}

.stores-okada .stores-tab__btn-okada {
  background-color: #00531D;
}

.stores-ozaki .stores-tab__btn-ozaki {
  background-color: #00531D;
}

.stores-shioya .stores-tab__btn-shioya {
  background-color: #00531D;
}

.recruit .recruit-intro {
  padding-bottom: 60px;
  background-color: #fff;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-intro {
    padding-bottom: 80px;
  }
}
.recruit .recruit-intro__body {
  text-align: center;
}
.recruit .recruit-intro__catch {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00531D;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-intro__catch {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
}
.recruit .recruit-intro__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1c;
  text-align: justify;
  max-width: 815px;
  margin: 0 auto;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-intro__text {
    font-size: 1.8rem;
  }
}
.recruit .recruit-message {
  background-color: #fff;
}
.recruit .recruit-message .recruit-heading {
  margin-bottom: 5px;
  color: #1a1a1c;
}
.recruit .recruit-message__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-message__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-message__info {
    width: 465px;
  }
}
.recruit .recruit-message__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1c;
  line-height: 1.5;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-message__text {
    font-size: 1.8rem;
    padding-left: 45px;
  }
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-message__image-wp {
    width: 494px;
    flex-shrink: 0;
  }
}
.recruit .recruit-message__image {
  width: 100%;
  overflow: hidden;
}
.recruit .recruit-message__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit .recruit-message__caption {
  font-size: 1.3rem;
  margin-top: 8px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-message__caption {
    font-size: 1.5rem;
  }
}
.recruit .recruit-stats {
  padding: 40px 0px;
  background-color: #fff;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats {
    padding: 50px 40px;
  }
}
.recruit .recruit-stats__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__list {
    flex-direction: row;
    gap: 30px;
  }
}
.recruit .recruit-stats__item {
  flex: 1;
  background-color: #fffeea;
  border-radius: 20px 0;
  padding: 24px 20px;
  box-shadow: 3px 3px 3px rgba(201, 201, 201, 0.5);
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__item {
    padding: 12px;
  }
}
.recruit .recruit-stats__item--store .recruit-stats__header {
  margin-bottom: 25px;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-stats__item--store .recruit-stats__header {
    margin-bottom: 10px;
  }
}
.recruit .recruit-stats__item--store .recruit-stats__icon-img {
  width: 250px;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-stats__item--store .recruit-stats__icon-img {
    width: 170px;
  }
}
.recruit .recruit-stats__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.recruit .recruit-stats__header-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.recruit .recruit-stats__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1c;
  line-height: 1;
}
.recruit .recruit-stats__label-sub {
  font-size: 1.3rem;
  color: #1a1a1c;
  line-height: 1;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__label-sub {
    font-size: 1.9rem;
    font-weight: 700;
  }
}
.recruit .recruit-stats__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #00531D;
  flex-shrink: 0;
  border-radius: 5px 0;
}
.recruit .recruit-stats__icon-img {
  width: 130px;
  height: auto;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__icon-img {
    width: 221px;
  }
}
.recruit .recruit-stats__body {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  line-height: 1;
}
.recruit .recruit-stats__num {
  font-size: 6.4rem;
  font-weight: 700;
  color: #1a1a1c;
  line-height: 1;
  flex-shrink: 0;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__num {
    font-size: 8rem;
  }
}
.recruit .recruit-stats__unit {
  font-size: 6rem;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-stats__unit {
    font-size: 4rem;
  }
}
.recruit .recruit-stats__desc {
  font-size: 1.8rem;
  color: #1a1a1c;
  line-height: 1.5;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-stats__desc {
    font-size: 1.6rem;
  }
}
.recruit .recruit-photos {
  display: flex;
  width: 100%;
}
.recruit .recruit-photos__item {
  flex: 1;
  overflow: hidden;
}
.recruit .recruit-photos__img {
  display: block;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-photos__img {
    height: 194px;
  }
}
.recruit .recruit-talent {
  background-color: #e8f5e9;
  padding-bottom: 20px;
  padding-top: 10px;
}
.recruit .recruit-talent .l-inner {
  max-width: 815px;
}
.recruit .recruit-talent .c-heading-icon {
  color: #00531D;
}
.recruit .recruit-talent__sub {
  font-size: 1.6rem;
  color: #1a1a1c;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-talent__sub {
    font-size: 2rem;
    margin-top: -20px;
    margin-bottom: 50px;
  }
}
.recruit .recruit-talent__list {
  padding: 0;
  margin: 0 0 40px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-talent__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-talent__list {
    text-align: center;
    margin-bottom: 10px;
  }
}
.recruit .recruit-talent__item {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1c;
  text-align: center; /* これで中の要素が中央に寄ります */
  margin: 0 auto 10px; /* 下に余白を作る */
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-talent__item {
    margin: 0 auto 16px; /* 下に余白を作る */
    font-size: 2.6rem;
  }
}
.recruit .recruit-talent__item span {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 255, 255) 60%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 4px;
}
.recruit .recruit-talent__text {
  font-size: 1.6rem;
  color: #1a1a1c;
  line-height: 1.8;
  text-align: center;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-talent__text {
    font-size: 1.8rem;
  }
}
.recruit .recruit-schedule {
  background-color: #fff;
  padding-top: 40px;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-schedule .c-heading-icon {
    flex-wrap: wrap;
  }
}
.recruit .recruit-schedule__flow {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #e8f5e9;
  border-radius: 16px;
  padding: 30px 40px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
  justify-content: center;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-schedule__flow {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    margin-bottom: 10px;
  }
}
.recruit .recruit-schedule__flow-label {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1c;
  flex-shrink: 0;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-schedule__flow-label {
    font-size: 4rem;
  }
}
.recruit .recruit-schedule__flow-steps {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-schedule__flow-steps {
    gap: 20px;
    justify-content: center;
  }
}
.recruit .recruit-schedule__step {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #76b165;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1c;
  background-color: #fff;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-schedule__step {
    width: 150px;
    height: 150px;
    font-size: 3rem;
  }
}
.recruit .recruit-schedule__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #76b165;
}
.recruit .recruit-schedule__note {
  font-size: 1.6rem;
  color: #1a1a1c;
  max-width: 900px;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-schedule__note {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.recruit .recruit-schedule__banners {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-schedule__banners {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin-bottom: 24px;
  }
}
.recruit .recruit-schedule__banners {
  margin: 0 auto 10px;
}
.recruit .recruit-schedule__banners a:nth-of-type(1) {
  width: 37%;
}
.recruit .recruit-schedule__banners a:nth-of-type(2) {
  width: 27%;
}
.recruit .recruit-schedule__banners a:nth-of-type(3) {
  width: 27%;
}
.recruit .recruit-schedule__banner-link {
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-schedule__banner-link {
    display: block;
    width: 85%;
    margin: 0 auto 15px;
  }
}
.recruit .recruit-schedule__banner-link:hover {
  opacity: 0.8;
}
.recruit .recruit-schedule__banner-img {
  display: block;
  height: auto;
  width: auto;
  background-color: #eee;
}
.recruit .recruit-schedule__info {
  font-size: 1.6rem;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-schedule__info {
    margin-bottom: 36px;
    font-size: 2.5rem;
  }
}
.recruit .recruit-data {
  background-color: #fff;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-data {
    padding-bottom: 100px;
  }
}
.recruit .recruit-data__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1c;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-data__ttl {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
.recruit .recruit-data__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
.recruit .recruit-data__table th,
.recruit .recruit-data__table td {
  padding: 20px;
  border-bottom: 1px solid #707070;
  line-height: 1.8;
  vertical-align: top;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-data__table th,
  .recruit .recruit-data__table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }
}
@media print, screen and (min-width: 521px) {
  .recruit .recruit-data__table th,
  .recruit .recruit-data__table td {
    font-size: 1.6rem;
    padding: 24px 30px;
  }
}
.recruit .recruit-data__table th {
  width: 23%;
  background-color: #f0f0f0;
  text-align: left;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-data__table th {
    width: 100%;
    background-color: #f0f0f0;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.recruit .recruit-data__table td {
  width: 77%;
  background-color: #fff;
  color: #1a1a1c;
  padding-right: 10px;
}
@media print, screen and (max-width: 520px) {
  .recruit .recruit-data__table td {
    width: 100%;
    padding-top: 10px;
  }
}

/* --- 導入セクション (01) --- */
.products-intro {
  text-align: center;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 520px) {
  .products-intro {
    padding-bottom: 60px;
  }
}
.products-intro__text {
  font-size: 2rem;
  color: #1a1a1c;
  line-height: 1.5;
}
@media print, screen and (max-width: 520px) {
  .products-intro__text {
    font-size: 1.6rem;
    text-align: left;
  }
}

/* --- 商品特徴セクション (02〜05) --- */
.products-feature {
  padding-bottom: 120px;
}
.products-feature .l-inner {
  margin: 0 auto;
  max-width: 933px;
}
@media print, screen and (max-width: 520px) {
  .products-feature {
    padding-bottom: 80px;
  }
}
.products-feature__wrap {
  position: relative;
}
@media print, screen and (max-width: 520px) {
  .products-feature__wrap {
    gap: 30px;
  }
}
.products-feature--reverse .products-feature__wrap {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 521px) {
  .products-feature--reverse .products-feature__mainimg {
    border-radius: 0 40px 40px 0;
  }
}
@media print, screen and (min-width: 521px) {
  .products-feature__content {
    width: 540px;
  }
}
.products-feature__text {
  font-size: 2rem;
  line-height: 1.5;
  color: #1a1a1c;
  margin-bottom: 19px;
}
@media print, screen and (max-width: 520px) {
  .products-feature__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.products-feature__subimg {
  width: 100%;
  border-radius: 40px 0px 40px 0px;
  overflow: hidden;
  background-color: #eee;
  margin-top: auto;
}
@media print, screen and (min-width: 521px) {
  .products-feature__subimg {
    height: 231px;
  }
}
@media print, screen and (max-width: 520px) {
  .products-feature__subimg {
    margin-bottom: 15px;
  }
}
.products-feature__subimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 521px) {
  .products-feature__mainimg {
    position: absolute;
    height: 487px;
    top: 0;
    right: 0;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    background-color: #eee;
    width: 43%;
  }
}
@media print, screen and (max-width: 520px) {
  .products-feature__mainimg {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.products-feature__mainimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 521px) {
  .meat .products-feature__mainimg {
    height: 565px;
  }
}

.fruit .products-feature__text {
  margin-bottom: 48px;
}
@media print, screen and (max-width: 520px) {
  .fruit .products-feature__text {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 521px) {
  .products-feature--reverse .products-feature__mainimg {
    left: 0;
    right: auto;
  }
}
.products-feature--reverse .products-feature__content {
  margin-left: auto;
}

.fish {
  padding-bottom: 300px;
}
@media print, screen and (max-width: 520px) {
  .fish {
    padding-bottom: 100px;
  }
}
.fish .products-feature__text {
  margin-bottom: 53px;
}
@media print, screen and (max-width: 520px) {
  .fish .products-feature__text {
    margin-bottom: 20px;
  }
}

/* --- 導入セクション (01) --- */
.privacy-intro {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 520px) {
  .privacy-intro {
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 520px) {
  .privacy-intro .c-head__ttl {
    font-size: 3.2rem;
  }
}
.privacy-intro__text {
  font-size: 2rem;
  color: #1a1a1c;
  line-height: 1.5;
}
@media print, screen and (max-width: 520px) {
  .privacy-intro__text {
    font-size: 1.6rem;
    text-align: left;
  }
}

.privacy-feature {
  padding-bottom: 40px;
}
@media print, screen and (max-width: 520px) {
  .privacy-feature .c-heading-icon {
    font-size: 2.7rem;
    align-items: flex-start;
    line-height: 1.3;
  }
  .privacy-feature .c-heading-icon__icon {
    position: relative;
    top: 12px;
  }
}
.privacy-feature:nth-last-of-type(1) {
  padding-bottom: 180px;
}
@media print, screen and (max-width: 520px) {
  .privacy-feature:nth-last-of-type(1) {
    padding-bottom: 100px;
  }
}
.privacy-feature:nth-last-of-type(1) .privacy-feature__item {
  padding-left: 0;
  text-indent: 0;
}
.privacy-feature .c-heading-icon {
  margin-bottom: 0;
}
.privacy-feature__text {
  font-size: 2rem;
  margin-bottom: 1rem;
  padding-left: 30px;
}
@media print, screen and (max-width: 520px) {
  .privacy-feature__text {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.privacy-feature__list {
  padding-left: 30px;
  font-size: 2rem;
}
@media print, screen and (max-width: 520px) {
  .privacy-feature__list {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.privacy-feature__item {
  text-indent: -1.5rem;
  padding-left: 1rem;
}

/* --- 企業理念 導入セクション --- */
.company-intro {
  padding-bottom: 75px;
}
@media print, screen and (max-width: 520px) {
  .company-intro {
    padding-bottom: 60px;
  }
}
.company-intro__body {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .company-intro__body {
    text-align: left;
  }
}
.company-intro__text {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .company-intro__text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
}

/* --- 社長メッセージセクション --- */
.company-message {
  background-color: #fff;
  padding-bottom: 60px;
}
.company-message__content {
  max-width: 934px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
@media print, screen and (max-width: 520px) {
  .company-message__content {
    flex-direction: column;
    gap: 30px;
  }
}
.company-message__info {
  flex: 1;
}
.company-message__title {
  font-size: 3rem;
  font-weight: 700;
  color: #00531D;
  padding-top: 24px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.company-message__title--sub {
  color: #1a1a1c;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 520px) {
  .company-message__title {
    font-size: 2.2rem;
    padding-top: 0;
  }
  .company-message__title--sub {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.company-message__text {
  font-size: 1.8rem;
  color: #1a1a1c;
  text-align: justify;
  line-height: 1.4;
}
@media print, screen and (max-width: 520px) {
  .company-message__text {
    font-size: 1.6rem;
  }
}
.company-message__image-wp {
  flex: 0.8;
}
@media print, screen and (max-width: 520px) {
  .company-message__image-wp {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.company-message__image {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 40px 0px 40px 0;
  overflow: hidden;
  background-color: #eee;
  margin-bottom: 5px;
  height: 385px;
}
.company-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-message__caption {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .company-message__caption {
    font-size: 1.6rem;
    text-align: center;
  }
}

/* --- 社是・社訓・基本姿勢セクション (03) --- */
.company-policy {
  background-color: #68b25b;
  padding: 38px 0;
}
.company-policy__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 939px;
  margin: 0 auto;
}
.company-policy__row {
  display: flex;
  gap: 20px;
}
@media print, screen and (min-width: 521px) {
  .company-policy__row--center {
    justify-content: center;
  }
  .company-policy__row--center .company-policy__text {
    padding-left: 60px;
  }
}
@media print, screen and (max-width: 520px) {
  .company-policy__row {
    flex-direction: column;
    gap: 30px;
  }
}
.company-policy__item {
  flex: 1;
  background-color: #fff;
  border-radius: 40px 0px 40px 0px;
  padding: 17px 0px 20px 17px;
  font-size: 2rem;
}
.company-policy__item--wide {
  max-width: 645px;
  flex: none;
  width: 100%;
}
@media print, screen and (max-width: 520px) {
  .company-policy__item {
    border-radius: 30px 0px;
    padding: 15px 5px 15px 15px;
  }
}
.company-policy__head {
  display: flex;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color: #00531D;
  margin-bottom: 12px;
  line-height: 1;
}
@media print, screen and (max-width: 520px) {
  .company-policy__head {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.company-policy__head-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  background-color: #00531D;
  margin-right: 15px;
  border-radius: 5px 0 5px 0;
}
@media print, screen and (max-width: 520px) {
  .company-policy__head-icon {
    width: 16px;
    height: 16px;
  }
}
.company-policy__text {
  font-size: 2rem;
  color: #1a1a1c;
  padding-left: 0px;
}
@media print, screen and (max-width: 520px) {
  .company-policy__text {
    font-size: 1.6rem;
  }
}

/* --- 会社概要セクション (04) --- */
.company-outline {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media print, screen and (max-width: 520px) {
  .company-outline {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.company-outline__table {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #707070;
}
.company-outline__table th,
.company-outline__table td {
  padding: 20px;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 520px) {
  .company-outline__table th,
  .company-outline__table td {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
.company-outline__table th {
  width: 28%;
  background-color: #f0f0f0;
  text-align: left;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .company-outline__table th {
    width: 100%;
    background-color: #f0f0f0;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
.company-outline__table td {
  background-color: #fff;
  color: #1a1a1c;
}
@media print, screen and (min-width: 521px) {
  .company-outline__table td {
    width: 70%;
  }
}
@media print, screen and (max-width: 520px) {
  .company-outline__table td {
    padding-top: 10px;
  }
}

/* --- 沿革セクション (05) --- */
.company-history {
  padding-bottom: 180px;
}
@media print, screen and (max-width: 520px) {
  .company-history {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.company-history__list {
  max-width: 790px;
  margin: 0 auto;
}
.company-history__row {
  display: flex;
  margin-bottom: 40px;
  align-items: baseline;
}
.company-history__row:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 520px) {
  .company-history__row {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.company-history dt {
  width: 150px;
  font-size: 2rem;
  font-weight: 500;
  color: #00531D;
  flex-shrink: 0;
}
@media print, screen and (max-width: 520px) {
  .company-history dt {
    width: 100%;
    font-size: 1.8rem;
  }
}
.company-history dd {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1c;
  flex-grow: 1;
}
@media print, screen and (max-width: 520px) {
  .company-history dd {
    font-size: 1.6rem;
  }
}

.news__list {
  max-width: 820px;
  margin: 0 auto;
}
.news__item {
  border-bottom: 1px dashed #00531D;
}
.news__item:first-child {
  border-top: 1px dashed #00531D;
}
.news__item--none {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news__item a {
  display: flex;
  padding: 25px 10px;
  color: #1a1a1c;
  transition: background-color 0.3s ease;
}
.news__item a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (max-width: 520px) {
  .news__item a {
    flex-direction: column;
    padding: 15px 5px;
  }
}
.news__date {
  font-size: 2rem;
  font-weight: 500;
  margin-right: 30px;
  color: #666;
}
@media print, screen and (max-width: 520px) {
  .news__date {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}
.news__ttl {
  font-size: 2rem;
  flex: 1;
}
@media print, screen and (max-width: 520px) {
  .news__ttl {
    font-size: 1.6rem;
  }
}
.news-box {
  padding-bottom: 200px;
}
.news .news-intro {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 520px) {
  .news .news-intro {
    padding-bottom: 60px;
  }
}
.news .news-intro__body {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .news .news-intro__body {
    text-align: left;
  }
}
.news .news-intro__text {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .news .news-intro__text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.news-single img {
  margin-bottom: 20px;
}
.news-single__ttl-box {
  margin-bottom: 20px;
}
.news-single__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1c;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1c;
}
@media print, screen and (min-width: 521px) {
  .news-single__ttl {
    font-size: 4rem;
  }
}
.news-single__time {
  font-size: 2rem;
}
.news-single .campaign__btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 521px) {
  .news-single .campaign__btn {
    margin-top: 100px;
    margin-bottom: 180px;
  }
}
.news-single .c-btn {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 521px) {
  .news-single .c-btn {
    font-size: 1.6rem;
  }
}

.campaign__list {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 520px) {
  .campaign__list {
    gap: 16px;
  }
}
.campaign__item {
  border-radius: 20px 0 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  width: calc(33.3333333333% - 20px);
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 520px) {
  .campaign__item {
    width: calc(50% - 8px);
  }
}
.campaign__item:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(160, 160, 160, 0.3);
  color: #fff;
}
.campaign__item--none {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.campaign__img {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.campaign__img img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campaign__name {
  background-color: #66bb6a;
  color: #fff;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 80px;
  display: flex;
  min-height: 134px;
}
@media print, screen and (max-width: 520px) {
  .campaign__name {
    padding: 10px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.campaign-box {
  padding-bottom: 200px;
}
.campaign .campaign-intro {
  padding-bottom: 80px;
}
@media print, screen and (max-width: 520px) {
  .campaign .campaign-intro {
    padding-bottom: 60px;
  }
}
.campaign .campaign-intro__body {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .campaign .campaign-intro__body {
    text-align: left;
  }
}
.campaign .campaign-intro__text {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .campaign .campaign-intro__text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
}

.contact-intro {
  padding-bottom: 250px;
}
@media print, screen and (max-width: 520px) {
  .contact-intro {
    padding-bottom: 150px;
  }
}
.contact-intro__body {
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .contact-intro__body {
    text-align: left;
  }
}
.contact-intro__content-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #c44539;
  padding-bottom: 5px;
  border-bottom: 1px dashed #c44539;
}
.contact-intro__text {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a1c;
}
@media print, screen and (max-width: 520px) {
  .contact-intro__text {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
  }
}
.contact-intro__hr {
  border: none; /* デフォルトの線をリセット */
  border-top: 1px dashed #c44539; /* 太さ、線の種類、色を指定 */
  height: 0; /* 高さをゼロにする */
  margin-bottom: 30px;
}
.contact-intro__text-strong {
  font-weight: 700;
  text-align: left;
  margin-bottom: 1em;
  padding-top: 30px;
}
.contact-intro__text-note {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 520px) {
  .contact-intro__text-note {
    margin-bottom: 50px;
  }
}
.contact-intro__text-note span {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.contact-intro__text-note-red {
  color: #c44539;
}
.contact-intro .contact-form__btn-wrap2 {
  margin-bottom: 20px;
}
.contact-intro .c-btn {
  min-width: 300px;
}
@media print, screen and (max-width: 520px) {
  .contact-intro .c-btn {
    width: 100%;
  }
}
.contact-intro {
  /* ==========================================
     PC版：ユーザビリティ最優先のステップバー
  ============================================= */
}
.contact-intro .step-bar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 50px auto 90px; /* 下のテキスト用の余白 */
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
.contact-intro {
  /* 横線エリア（1番目から3番目の丸の中心まで） */
}
.contact-intro .step-line-track {
  position: absolute;
  left: 33px; /* 丸の半径 */
  right: 33px;
  top: 33px;
  height: 8px; /* 太くして視認性を確保 */
  z-index: 1;
  transform: translateY(-50%);
}
.contact-intro .step-line-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e0e0e0; /* 未達成の線 */
}
.contact-intro .step-line-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #c44539; /* 進捗線 */
  transition: width 0.3s ease;
}
.contact-intro .step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 66px;
}
.contact-intro {
  /* 通常（未達成）の丸 */
}
.contact-intro .step-circle {
  width: 66px;
  height: 66px;
  line-height: 58px; /* 枠線4pxの上下分を引いた数値 */
  background-color: #ffffff;
  color: #444444; /* 弱視や高齢の方でも見やすいよう、数字を濃いグレーに修正 */
  border: 4px solid #d0d0d0;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.contact-intro {
  /* 通常（未達成）のテキスト */
}
.contact-intro .step-text {
  position: absolute;
  top: 76px;
  font-size: 16px; /* モバイルとのバランスを考慮し、標準的で読みやすい16pxに */
  font-weight: bold;
  color: #444444; /* 薄いグレーを廃止し、誰でも読めるコントラストを確保 */
  white-space: nowrap;
}
.contact-intro {
  /* ==========================================
     モバイル版：ブレイクポイント 520px 以下
  ============================================= */
}
@media print, screen and (max-width: 520px) {
  .contact-intro .step-bar-container {
    margin: 30px auto 65px;
  }
  .contact-intro .step-line-track {
    left: 25px; /* スマホ用の丸の半径 */
    right: 25px;
    top: 25px;
    height: 6px;
  }
  .contact-intro .step-box {
    width: 50px;
  }
  .contact-intro .step-circle {
    width: 50px;
    height: 50px;
    line-height: 44px;
    font-size: 18px;
    border-width: 3px;
  }
  .contact-intro .step-text {
    top: 58px;
    font-size: 13px; /* スマホ画面の横幅で絶対に文字が被らないサイズ */
  }
  .contact-intro {
    /* スマホでの現在地強調（横幅が狭いため、拡大率は控えめにして崩れを防ぐ） */
  }
  .contact-intro .step-box.is-active .step-circle {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px rgba(196, 69, 57, 0.15);
  }
  .contact-intro .step-box.is-active .step-text {
    font-size: 13px;
  }
}
.contact-intro {
  /* 確認画面を初期状態で非表示にする */
}
.contact-intro .p-form-confirm {
  display: none;
}
.contact-intro {
  /* 完了メッセージ（出力エリア）の非表示や調整 */
}
.contact-intro .wpcf7-response-output {
  display: none;
}
.contact-intro {
  /* 送信完了時にフォーム全体を非表示にする場合 */
}
.contact-intro .wpcf7.sent .p-form-input {
  display: none;
}

.contact-form__item {
  margin-bottom: 36px;
}
.contact-form__label__txt {
  display: inline-block;
  margin-bottom: 8px;
}
.contact-form__label__required {
  display: inline-block;
  margin-left: 1em;
  color: #ffffff;
  padding: 5px 15px;
  line-height: 1;
  border-radius: 20px;
  background-color: #c44539;
  font-size: 1.5rem;
}
.contact-form__label__note {
  display: block;
  margin-bottom: 8px;
  color: #666666;
  font-size: 1.4rem;
}
.contact-form__label__legend {
  display: inline-block;
  margin-bottom: 8px;
}
.contact-form__label__sex {
  order: 2;
}
.contact-form__label__policy {
  order: 2;
}
.contact-form__input__box {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: 0.04em;
}
.contact-form__input__box:focus {
  outline-offset: 2px;
}
.contact-form__input__box-short {
  display: block;
  width: 300px;
}
.contact-form__input__sex-btn {
  order: 1;
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 10px;
}
.contact-form__input__textarea {
  width: 100%;
  height: 300px;
  padding: 12px 15px;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: 0.04em;
}
.contact-form__input__textarea:focus {
  outline-offset: 2px;
}
.contact-form__input__policy {
  order: 1;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.contact-form__select {
  position: relative;
  width: 300px;
}
.contact-form__select::before {
  display: block;
  position: absolute;
  top: 15px;
  right: 16px;
  z-index: 1;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #1a1a1c;
  border-right: 2px solid #1a1a1c;
  content: "";
}
.contact-form__select__box {
  display: block;
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact-form__grp-box {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 0;
}
.contact-form__link {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  margin-bottom: 8px;
  padding-right: 3px;
  border-radius: 4px;
}
.contact-form__link:active .contact-form__link-window {
  fill: #e25100;
}
.contact-form__link:visited .contact-form__link-window {
  fill: #8b008b;
}
.contact-form__link-window {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  fill: #0017c1;
}
.contact-form__link-txt {
  position: relative;
  padding-left: 0.5em;
}
.contact-form__link-txt::after {
  position: absolute;
  top: 4px;
  left: 3px;
  transform: translate(-50%, 0);
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #000000;
  content: "";
}
.contact-form__link-txt-span {
  padding: 1px 8px;
  border: 1px solid #acacac;
  border-radius: 3px;
  background-color: #f7f7f7;
  color: #2e2e2e;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  margin-left: 10px;
}

.contact-form__contents-sex .wpcf7-radio,
.contact-form__contents-age .wpcf7-radio,
.contact-form__contents-reply .wpcf7-radio {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
@media print, screen and (max-width: 520px) {
  .contact-form__contents-sex .wpcf7-radio,
  .contact-form__contents-age .wpcf7-radio,
  .contact-form__contents-reply .wpcf7-radio {
    height: auto;
  }
}

@media print, screen and (max-width: 520px) {
  .contact-form__contents-policy .contact-form__label__required {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.contact-confirm .contact-intro__body,
.contact-thanks .contact-intro__body {
  display: none;
}

.contact {
  /* ------------------------------------------
     ★「現在地（is-active）」のスタイル
  --------------------------------------------- */
}
.contact .step-box.is-active .step-circle {
  background-color: #c44539;
  color: #ffffff;
  border-color: #c44539;
  box-shadow: 0 0 0 6px rgba(196, 69, 57, 0.15); /* 外側にふんわりとした波紋をつけて「今ここ」を強調 */
  transform: scale(1.1); /* 一回り大きく */
}
.contact .step-box.is-active .step-text {
  color: #c44539;
  font-size: 17px;
}
.contact {
  /* ------------------------------------------
     ★「通過・完了済（is-complete）」のスタイル
  --------------------------------------------- */
}
.contact .step-box.is-complete .step-circle {
  background-color: #ffffff;
  color: #c44539; /* 数字を赤に */
  border-color: #c44539; /* 枠線を赤に */
}
.contact .step-box.is-complete .step-text {
  color: #c44539; /* テキストも赤にして、クリアしたことを表現 */
}

.contact .step-line-active {
  width: 0%;
}
.contact .step-box:nth-child(2) .step-circle {
  background-color: #c44539;
  color: #ffffff;
  border-color: #c44539;
  box-shadow: 0 0 0 6px rgba(196, 69, 57, 0.15);
  transform: scale(1.1);
}
.contact .step-box:nth-child(2) .step-text {
  color: #c44539;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 520px) {
  .contact .step-box:nth-child(2) .step-circle {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px rgba(196, 69, 57, 0.15);
  }
}

.contact-confirm .step-line-active {
  width: 50%;
}
.contact-confirm .step-box:nth-child(2) .step-circle {
  background-color: #ffffff;
  color: #c44539;
  border-color: #c44539;
}
.contact-confirm .step-box:nth-child(2) .step-text {
  color: #c44539;
}
.contact-confirm .step-box:nth-child(3) .step-circle {
  background-color: #c44539;
  color: #ffffff;
  border-color: #c44539;
  box-shadow: 0 0 0 6px rgba(196, 69, 57, 0.15);
  transform: scale(1.1);
}
.contact-confirm .step-box:nth-child(3) .step-text {
  color: #c44539;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 520px) {
  .contact-confirm .step-box:nth-child(3) .step-circle {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px rgba(196, 69, 57, 0.15);
  }
}

.contact-thanks .step-line-active {
  width: 100%;
}
.contact-thanks .step-box:nth-child(2) .step-circle,
.contact-thanks .step-box:nth-child(3) .step-circle {
  background-color: #ffffff;
  color: #c44539;
  border-color: #c44539;
}
.contact-thanks .step-box:nth-child(2) .step-text,
.contact-thanks .step-box:nth-child(3) .step-text {
  color: #c44539;
}
.contact-thanks .step-box:nth-child(4) .step-circle {
  background-color: #c44539;
  color: #ffffff;
  border-color: #c44539;
  box-shadow: 0 0 0 6px rgba(196, 69, 57, 0.15);
  transform: scale(1.1);
}
.contact-thanks .step-box:nth-child(4) .step-text {
  color: #c44539;
  font-size: 1.7rem;
}
@media print, screen and (max-width: 520px) {
  .contact-thanks .step-box:nth-child(4) .step-circle {
    transform: scale(1.05);
    box-shadow: 0 0 0 5px rgba(196, 69, 57, 0.15);
  }
}

/*===================================================================
プラグイン設定
====================================================================*/
.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 16px;
}
.wpcf7-radio .wpcf7-list-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item input[type=radio] {
  margin: 0;
  margin-right: 10px;
  transform: scale(1.8);
}

.contact-form__input__policy .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__input__policy .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact-form__input__policy .wpcf7-list-item input[type=checkbox] {
  margin-right: 10px;
  transform: scale(1.8);
}

.contact-confirm .contact-form__select::before {
  content: none;
}

/*===================================================================
エラ〜メッセージ
====================================================================*/
.wpcf7-not-valid-tip {
  color: #c44539;
}

.contact-form__input-your-name .wpcf7-not-valid-tip::before,
.contact-form__input-phone .wpcf7-not-valid-tip::before,
.contact-form__input-email .wpcf7-not-valid-tip::before,
.contact-form__input-zip .wpcf7-not-valid-tip::before,
.contact-form__input-pref .wpcf7-not-valid-tip::before,
.contact-form__input-addr .wpcf7-not-valid-tip::before,
.contact-form__input-apartment .wpcf7-not-valid-tip::before,
.contact-form__input-tel .wpcf7-not-valid-tip::before,
.contact-form__input-fax .wpcf7-not-valid-tip::before,
.contact-form__input-select .wpcf7-not-valid-tip::before,
.contact-form__input-textarea .wpcf7-not-valid-tip::before,
.contact-form__contents-sex .wpcf7-not-valid-tip::before,
.contact-form__contents-policy .wpcf7-not-valid-tip::before {
  position: relative;
  top: -0.5px;
  color: #c44539;
}

#wpcf7-f11-o1-ve-your-name a,
#wpcf7-f11-o1-ve-phone a,
#wpcf7-f11-o1-ve-email a,
#wpcf7-f11-o1-ve-sex a,
#wpcf7-f11-o1-ve-zip a,
#wpcf7-f11-o1-ve-pref a,
#wpcf7-f11-o1-ve-addr a,
#wpcf7-f11-o1-ve-apartment a,
#wpcf7-f11-o1-ve-tel a,
#wpcf7-f11-o1-ve-fax a,
#wpcf7-f11-o1-ve-select a,
#wpcf7-f11-o1-ve-textarea a,
#wpcf7-f11-o1-ve-policy a {
  position: relative;
}
#wpcf7-f11-o1-ve-your-name a::before,
#wpcf7-f11-o1-ve-phone a::before,
#wpcf7-f11-o1-ve-email a::before,
#wpcf7-f11-o1-ve-sex a::before,
#wpcf7-f11-o1-ve-zip a::before,
#wpcf7-f11-o1-ve-pref a::before,
#wpcf7-f11-o1-ve-addr a::before,
#wpcf7-f11-o1-ve-apartment a::before,
#wpcf7-f11-o1-ve-tel a::before,
#wpcf7-f11-o1-ve-fax a::before,
#wpcf7-f11-o1-ve-select a::before,
#wpcf7-f11-o1-ve-textarea a::before,
#wpcf7-f11-o1-ve-policy a::before {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form__input-your-name .wpcf7-not-valid-tip::before {
  content: "お名前を入力";
}

#wpcf7-f11-o1-ve-your-name a {
  position: relative;
}
#wpcf7-f11-o1-ve-your-name a::before {
  content: "お名前を入力";
}

.contact-form__input-phone .wpcf7-not-valid-tip::before {
  content: "お名前（ひらがな）を入力";
}

#wpcf7-f11-o1-ve-phone a {
  position: relative;
}
#wpcf7-f11-o1-ve-phone a::before {
  content: "お名前（ひらがな）を入力";
}

.contact-form__input-email .wpcf7-not-valid-tip::before {
  content: "メールアドレスを入力";
}

#wpcf7-f11-o1-ve-email a {
  position: relative;
}
#wpcf7-f11-o1-ve-email a::before {
  content: "メールアドレスを入力";
}

.contact-form__input-zip .wpcf7-not-valid-tip::before {
  content: "郵便番号を入力";
}

#wpcf7-f11-o1-ve-zip a {
  position: relative;
}
#wpcf7-f11-o1-ve-zip a::before {
  content: "郵便番号を入力";
}

.contact-form__input-pref .wpcf7-not-valid-tip::before {
  content: "都道府県を入力";
}

#wpcf7-f11-o1-ve-pref a {
  position: relative;
}
#wpcf7-f11-o1-ve-pref a::before {
  content: "都道府県を入力";
}

.contact-form__input-addr .wpcf7-not-valid-tip::before {
  content: "市区町村番地を入力";
}

#wpcf7-f11-o1-ve-addr a {
  position: relative;
}
#wpcf7-f11-o1-ve-addr a::before {
  content: "市区町村番地を入力";
}

.contact-form__input-apartment .wpcf7-not-valid-tip::before {
  content: "マンション名・部屋番号を入力";
}

#wpcf7-f11-o1-ve-apartment a {
  position: relative;
}
#wpcf7-f11-o1-ve-apartment a::before {
  content: "マンション名・部屋番号を入力";
}

.contact-form__input-tel .wpcf7-not-valid-tip::before {
  content: "電話番号を入力";
}

#wpcf7-f11-o1-ve-tel a {
  position: relative;
}
#wpcf7-f11-o1-ve-tel a::before {
  content: "電話番号を入力";
}

.contact-form__input-fax .wpcf7-not-valid-tip::before {
  content: "ファックスを入力";
}

#wpcf7-f11-o1-ve-fax a {
  position: relative;
}
#wpcf7-f11-o1-ve-fax a::before {
  content: "ファックスを入力";
}

.contact-form__input-select .wpcf7-not-valid-tip::before {
  content: "ご利用の店舗を選択";
}

#wpcf7-f11-o1-ve-select a {
  position: relative;
}
#wpcf7-f11-o1-ve-select a::before {
  content: "ご利用の店舗を選択";
}

.contact-form__input-textarea .wpcf7-not-valid-tip::before {
  content: "お問い合わせ内容を入力";
}

#wpcf7-f11-o1-ve-textarea a {
  position: relative;
}
#wpcf7-f11-o1-ve-textarea a::before {
  content: "お問い合わせ内容を入力";
}

.contact-form__contents-policy .wpcf7-not-valid-tip::before {
  content: "プライバシーポリシーに同意するにチェック";
}

#wpcf7-f11-o1-ve-policy a {
  position: relative;
}
#wpcf7-f11-o1-ve-policy a::before {
  content: "プライバシーポリシーに同意するにチェック";
}

.contact-form__contents-sex .wpcf7-not-valid-tip::before {
  content: "性別を選択";
}

#wpcf7-f11-o1-ve-sex a {
  position: relative;
}
#wpcf7-f11-o1-ve-sex a::before {
  content: "性別を選択";
}

.contact-form__contents-age .wpcf7-not-valid-tip::before {
  content: "年代を選択";
}

#wpcf7-f11-o1-ve-age a {
  position: relative;
}
#wpcf7-f11-o1-ve-age a::before {
  content: "年代を選択";
}

.contact-form__contents-reply .wpcf7-not-valid-tip::before {
  content: "返信の希望の有無を選択";
}

#wpcf7-f11-o1-ve-reply a {
  position: relative;
}
#wpcf7-f11-o1-ve-reply a::before {
  content: "返信の希望の有無を選択";
}

.contact-form__item-required .wpcf7-not-valid {
  border: 4px solid #c44539;
}

.wpcf7-not-valid input[type=radio],
.wpcf7-not-valid input[type=checkbox] {
  position: relative;
}
.wpcf7-not-valid input[type=radio]::before,
.wpcf7-not-valid input[type=checkbox]::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #c44539;
}
.wpcf7-not-valid input[type=radio] {
  position: relative;
}
.wpcf7-not-valid input[type=radio]::before {
  border-radius: 50%;
}

.error404 {
  text-align: center;
}
@media print, screen and (max-width: 520px) {
  .error404 {
    text-align: left;
  }
}
.error404__section {
  padding: 32px 0 180px;
}
@media print, screen and (max-width: 520px) {
  .error404__section {
    padding-bottom: 100px;
  }
}
.error404__ttl {
  font-size: 9rem;
  font-weight: bold;
  color: #1a1a1c;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 520px) {
  .error404__ttl {
    font-size: 8rem;
    line-height: 1.2;
  }
}
.error404__toptxt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.error404__btmtxt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.error404 .error404__btn-box {
  text-align: center;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

/* =========================================================
   ユーティリティクラス
   (※1rem = 10px 換算)
   ========================================================= */
/* --- Margin Top --- */
.u-mt-0 {
  margin-top: 0;
}

.u-mt-5 {
  margin-top: 5px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-15 {
  margin-top: 15px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-100 {
  margin-top: 100px;
}

/* --- Margin Bottom --- */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-5 {
  margin-bottom: 5px;
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-15 {
  margin-bottom: 15px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

/* --- Display (Desktop/Mobile toggle) --- */
.u-sp {
  display: block !important;
}
@media print, screen and (min-width: 521px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: block !important;
}
@media print, screen and (max-width: 520px) {
  .u-pc {
    display: none !important;
  }
}

.u-h-sp {
  display: block !important;
}
@media print, screen and (min-width: 1001px) {
  .u-h-sp {
    display: none !important;
  }
}

.u-h-pc {
  display: block !important;
}
@media print, screen and (max-width: 1000px) {
  .u-h-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 520px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 521px) {
  .u-hidden-pc {
    display: none !important;
  }
}

/* --- Text Alignment --- */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* --- Font Weight --- */
.u-text-r {
  font-weight: 400;
}

.u-text-m {
  font-weight: 500;
}

.u-text-b {
  font-weight: 700;
}

/* --- Accessibility (Screen Reader Only) --- */
.u-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}/*# sourceMappingURL=style.css.map */