/*
Theme Name: International Arbitration
*/
a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
  margin-bottom: 3px;
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline-offset: 4px;
}

.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
  text-wrap: pretty;
}

.more-link {
  display: block;
}

:where(pre) {
  overflow-x: auto;
}

html {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  scroll-behavior: smooth;
}

.wp-site-blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 1fr auto;
  grid-template-rows: auto auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.wp-site-blocks > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.wp-site-blocks > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.wp-site-blocks > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.wp-site-blocks > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

header .en-logo,
footer .en-logo {
  width: 209px !important;
  max-width: 100%;
}

header {
  position: sticky;
  top: 0;
  z-index: 100;
}
header .header > div {
  padding-inline: clamp(0.5rem, -5.5rem + 12.5vw, 2.5rem) clamp(1rem, -3.5rem + 9.38vw, 2.5rem);
}
header .header p {
  line-height: 1.3;
}
header .header-logo figure {
  width: clamp(8.75rem, 6.898rem + 2.89vw, 9.5rem);
}
@media (max-width: 781px) {
  header .header-logo figure {
    width: 120px;
  }
}
header .header-nav-pc {
  width: 100%;
}
header .header-nav-pc-nav {
  width: 100%;
}
header .header-nav-pc-nav p {
  text-align: center;
  width: 100%;
}
header .header-nav-pc-nav p.nav-01 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-01.svg);
}
header .header-nav-pc-nav p.nav-02 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-02.svg);
}
header .header-nav-pc-nav p.nav-03 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-03.svg);
}
header .header-nav-pc-nav p.nav-04 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-04.svg);
}
header .header-nav-pc-nav p.nav-05 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-05.svg);
}
header .header-nav-pc-nav p.nav-06 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-06.svg);
}
header .header-nav-pc-nav p.nav-07 a::before {
  background-image: url(../InternationalArbitration/assets/images/nav-icon-07.svg);
}
header .header-nav-pc-nav p a {
  font-size: clamp(0.938rem, -0.563rem + 1.88vw, 1.125rem);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-block: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  header .header-nav-pc-nav p a:hover {
    opacity: 1;
    background-color: color-mix(in srgb, var(--wp--preset--color--primary) 12%, transparent);
  }
}
header .header-nav-pc-nav p a::before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .header-nav-pc a.is-current-page {
  color: var(--wp--preset--color--primary);
  position: relative;
}
header .header-nav-pc a.is-current-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #555f81;
  width: 2rem;
  height: 2px;
}
@media (max-width: 1024px) {
  header .header-nav-pc {
    display: none;
  }
}
header .header-menu-close {
  cursor: pointer;
  width: 20px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-menu-close:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
header .header-menu-close figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header-menu-btn {
  display: none;
  cursor: pointer;
  width: 20px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-menu-btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
header .header-menu-btn figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  header .header-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header-menu-navigation {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--40);
  padding-block: var(--wp--preset--spacing--16);
  padding-inline: clamp(0.5rem, -5.5rem + 12.5vw, 2.5rem) clamp(1rem, -3.5rem + 9.38vw, 2.5rem);
  background: var(--wp--preset--color--base);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header-menu-navigation.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header-menu-navigation-link {
  border-bottom: 1px solid var(--wp--preset--color--gray);
}
header .header-menu-navigation-link a {
  width: 100%;
  display: block;
  padding-block: var(--wp--preset--spacing--24);
  padding-inline: var(--wp--preset--spacing--16);
}
@media (max-width: 1024px) {
  header .header > .nav {
    display: none;
  }
}
header .en-logo {
  width: clamp(7.75rem, 1.242rem + 24.22vw, 13.063rem) !important;
}

body.menu-open {
  overflow: hidden;
}

.fullwidth {
  width: 100%;
  margin-inline: auto !important;
}

.hidden {
  overflow: hidden;
}

.align-self {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

strong {
  font-weight: 700;
}

:where(.wp-site-blocks) > * {
  -webkit-margin-before: initial;
          margin-block-start: initial;
  -webkit-margin-after: initial;
          margin-block-end: initial;
}

:root :where(.is-layout-constrained) > * {
  margin: 0;
}

li.type-post {
  margin: 0;
}

.wp-block-button .wp-block-button__link.wp-element-button {
  height: 52px;
  min-height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--wp--preset--spacing--24);
  padding: 12px 20px;
  border: 1px solid var(--wp--preset--color--primary);
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: var(--wp--preset--shadow--default);
          box-shadow: var(--wp--preset--shadow--default);
}
@media (any-hover: hover) {
  .wp-block-button .wp-block-button__link.wp-element-button:hover {
    background-color: var(--wp--preset--color--base) !important;
    color: var(--wp--preset--color--primary) !important;
    border-color: var(--wp--preset--color--primary) !important;
  }
  .wp-block-button .wp-block-button__link.wp-element-button:hover::after {
    background-color: var(--wp--preset--color--primary);
  }
}
.wp-block-button .wp-block-button__link.wp-element-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: currentColor;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7.54883 6.55762C7.81672 6.82472 7.81672 7.26122 7.54883 7.52832L1.50684 13.5498C1.23936 13.8165 0.803623 13.8165 0.536133 13.5498C0.268239 13.2827 0.268238 12.8472 0.536133 12.5801L6.08984 7.04297L0.451172 1.42188C0.183278 1.15477 0.183278 0.718277 0.451172 0.451172C0.584283 0.318558 0.761606 0.25 0.936523 0.25C1.11215 0.250034 1.28783 0.314605 1.4248 0.451172L7.54883 6.55762Z' fill='black'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14' fill='none'%3E%3Cpath d='M7.54883 6.55762C7.81672 6.82472 7.81672 7.26122 7.54883 7.52832L1.50684 13.5498C1.23936 13.8165 0.803623 13.8165 0.536133 13.5498C0.268239 13.2827 0.268238 12.8472 0.536133 12.5801L6.08984 7.04297L0.451172 1.42188C0.183278 1.15477 0.183278 0.718277 0.451172 0.451172C0.584283 0.318558 0.761606 0.25 0.936523 0.25C1.11215 0.250034 1.28783 0.314605 1.4248 0.451172L7.54883 6.55762Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.wp-block-button .wp-block-button__link.wp-element-button:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.wp-block-button.is-style-filled .wp-block-button__link {
  border-color: transparent !important;
}
.wp-block-button.is-style-filled .wp-block-button__link::after {
  background-color: var(--wp--preset--color--base);
}
.wp-block-button.is-style-filled .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button.is-style-filled .wp-block-button__link:hover::after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link::after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--base) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover::after {
  background-color: var(--wp--preset--color--base);
}
.wp-block-button.is-style-text-only .wp-block-button__link {
  color: var(--wp--preset--color--primary);
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  height: auto;
  min-height: auto;
  gap: var(--wp--preset--spacing--16);
}
.wp-block-button.is-style-text-only .wp-block-button__link::after {
  background: var(--wp--preset--color--primary);
}
@media (any-hover: hover) {
  .wp-block-button.is-style-text-only .wp-block-button__link:hover {
    background: none !important;
    opacity: 0.7;
  }
}

.image-link {
  overflow: hidden;
}
@media (max-width: 781px) {
  .image-link {
    max-width: 405px;
  }
}
.image-link-text {
  width: 100%;
}
.image-link-text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .image-link-text a:hover {
    opacity: 0.7;
  }
}
.image-link-text a::after {
  content: "";
  width: 1lh;
  min-width: 1lh;
  height: 1lh;
  min-height: 1lh;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.is-style-navigation-button {
  margin: 0;
}
.is-style-navigation-button a {
  font-weight: 400;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
}
@media (any-hover: hover) {
  .is-style-navigation-button a:hover {
    opacity: 0.7;
  }
}

.is-style-link {
  margin: 0;
}
.is-style-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--wp--preset--spacing--8);
}
.is-style-link a::before {
  content: "";
  width: 1lh;
  min-width: 1lh;
  height: 1lh;
  min-height: 1lh;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.wp-block-list.is-style-square-blue {
  list-style: none;
  padding-left: 0;
}
.wp-block-list.is-style-square-blue li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-list.is-style-square-blue li::before {
  content: "";
  display: inline-block;
  width: 1lh;
  min-width: 1lh;
  height: 1lh;
  min-height: 1lh;
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='28' viewBox='0 0 6 28' fill='none'%3E%3Cpath d='M6 11H0V17H6V11Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='28' viewBox='0 0 6 28' fill='none'%3E%3Cpath d='M6 11H0V17H6V11Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.lower-ttl {
  color: var(--wp--preset--color--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--wp--preset--spacing--32);
}
.lower-ttl::after {
  content: "";
  background: #555f81;
  width: 80px;
  height: 4px;
}

.wp-block-heading.is-style-section-title-h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--wp--preset--spacing--24);
  padding-bottom: var(--wp--preset--spacing--16);
  border-bottom: 1px solid var(--wp--preset--color--gray);
  color: var(--wp--preset--color--primary);
}
.wp-block-heading.is-style-section-title-h3::before {
  content: "";
  width: 4px;
  height: 1lh;
  background: var(--wp--preset--color--primary, #101f4f);
}

.wp-block-heading.is-style-section-title-h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-padding-after: var(--wp--preset--spacing--16);
          padding-block-end: var(--wp--preset--spacing--16);
  color: var(--wp--preset--color--primary);
  border-bottom: 2px solid var(--wp--preset--color--primary);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.breadcrumb-nav .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: var(--wp--preset--spacing--24) 0;
}
.breadcrumb-nav .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: var(--wp--preset--font-size--small);
}
.breadcrumb-nav .breadcrumb-link {
  color: var(--wp--preset--color--link);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .breadcrumb-nav .breadcrumb-link:hover {
    text-decoration: none;
  }
}
.breadcrumb-nav .breadcrumb-current {
  color: var(--wp--preset--color--text);
  text-decoration: none;
}
.breadcrumb-nav .breadcrumb-separator {
  margin: 0 var(--wp--preset--spacing--8);
  color: var(--wp--preset--color--text);
}

.lang-switcher-link {
  color: var(--wp--preset--color--text);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  .lang-switcher-link:hover {
    opacity: 0.7;
  }
}

.post-detail {
  position: relative;
  border-bottom: 4px solid var(--wp--preset--color--base-2);
}
.post-detail a {
  max-width: 90%;
}
.post-detail::after {
  position: absolute;
  top: 50%;
  right: var(--wp--preset--spacing--24);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 1lh;
  min-width: 1lh;
  height: 1lh;
  min-height: 1lh;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.post-detail.top {
  border-bottom: none;
}

#top-news {
  -webkit-padding-before: clamp(4rem, -2rem + 12.5vw, 6rem);
          padding-block-start: clamp(4rem, -2rem + 12.5vw, 6rem);
}
#top-news .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: var(--wp--preset--spacing--24);
}
#top-news .top-post ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.en-news ul li {
  margin: 0;
}

.top-mv {
  position: relative;
  overflow: hidden;
  max-height: 90vh;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-block: 0 clamp(4.5rem, -6rem + 21.88vw, 8rem);
  padding-inline: 24px 0;
  background: url(../InternationalArbitration/assets/images/mv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 14.5% 30%;
}
.top-mv-texts {
  margin-inline: initial !important;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--wp--preset--spacing--24);
  padding-block: clamp(1.5rem, -0.962rem + 3.85vw, 2.5rem);
  padding-inline: clamp(1rem, -2.692rem + 5.77vw, 2.5rem) clamp(1rem, -8.846rem + 15.38vw, 5rem);
  line-height: 1.5;
  backdrop-filter: blur(4px);
}
@media (max-width: 1024px) {
  .top-mv-texts {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.top-mv-texts-ttl-pc {
  width: 47vw;
  min-width: 880px;
}
@media (max-width: 1024px) {
  .top-mv-texts-ttl-pc {
    min-width: 95%;
    max-width: 100%;
  }
}
@media (max-width: 781px) {
  .top-mv-texts-ttl-pc {
    display: none;
  }
}
.top-mv-texts-ttl-sp {
  display: none;
  width: 100%;
}
@media (max-width: 781px) {
  .top-mv-texts-ttl-sp {
    display: block;
  }
}
.top-mv-texts-p-pc {
  max-width: initial;
  font-size: var(--wp--preset--spacing--24);
}
@media (max-width: 781px) {
  .top-mv-texts-p-pc {
    display: none;
  }
}
.top-mv-texts-p-sp {
  display: none;
  max-width: initial;
  font-size: 0.975rem;
}
@media (max-width: 781px) {
  .top-mv-texts-p-sp {
    display: block;
  }
}
.top-mv-texts.textonly .ja {
  font-size: clamp(2rem, 0.998rem + 1.56vw, 2.875rem);
}
@media (max-width: 781px) {
  .top-mv-texts.textonly .ja {
    font-size: clamp(1.625rem, -1.5rem + 13.33vw, 2rem);
  }
}
.top-mv-texts.textonly:has(.en) {
  width: 57.5vw;
  max-width: 90%;
}
.top-mv-texts.textonly:has(.en) .en {
  font-size: clamp(1.625rem, 1.196rem + 0.67vw, 2rem);
}
@media (max-width: 1024px) {
  .top-mv-texts.textonly:has(.en) {
    width: 100%;
  }
}
@media (max-width: 781px) {
  .top-mv-texts.textonly:has(.en) .en {
    font-size: 20px;
  }
}
.top-mv.english .top-mv-texts-ttl-pc {
  width: 42vw;
  min-width: 630px;
}
.top-mv.english .top-mv-texts-p-sp {
  font-size: 0.776rem;
}

.top-news {
  position: relative;
}

.top-pickup {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  width: 1000px;
  max-width: calc(100% - clamp(1rem, -2rem + 6.25vw, 2rem));
  margin-inline: auto;
}
.top-pickup > div > div p {
  width: 100%;
}
.top-pickup .pickup-event {
  position: relative;
  font-size: var(--wp--preset--font-size--h-4);
  width: 100%;
  color: var(--wp--preset--color--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--16);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-pickup .pickup-event:hover, .top-pickup .pickup-event:focus {
  opacity: 0.7;
  text-decoration: none;
}
.top-pickup .pickup-event .pickup-event-link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.top-pickup .pickup-event .pickup-event-link br {
  display: inline;
}
.top-pickup .pickup-event .pickup-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--wp--preset--spacing--16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--wp--preset--color--base);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--wp--preset--spacing--4);
  border-radius: 4px;
}
.top-pickup .pickup-event .pickup-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-pickup .pickup-event .pickup-logo img {
  display: block;
  width: auto;
  max-height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-pickup .pickup-event br {
  display: none;
}
.top-pickup .pickup-event p {
  display: none;
}

.custom-submenu-wrapper {
  position: relative;
  display: inline-block;
}
.custom-submenu-wrapper p {
  display: none;
}
.custom-submenu-wrapper .custom-submenu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none;
  padding-inline: 0;
}
.custom-submenu-wrapper .custom-submenu-toggle:focus {
  outline: none;
}
.custom-submenu-wrapper .custom-submenu-toggle:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .custom-submenu-wrapper .custom-submenu-toggle:hover {
    opacity: 0.7;
  }
}
.custom-submenu-wrapper .custom-submenu-heading {
  line-height: 1.75;
  font-weight: 700;
}
.custom-submenu-wrapper .custom-submenu-list {
  position: relative;
  position: absolute;
  top: 100%;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  list-style: none;
  background: var(--wp--preset--color--base);
  border-radius: 4px;
  -webkit-box-shadow: var(--wp--preset--shadow--default);
          box-shadow: var(--wp--preset--shadow--default);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.custom-submenu-wrapper .custom-submenu-list::before {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 44px;
}
.custom-submenu-wrapper:hover .custom-submenu-list, .custom-submenu-wrapper[aria-expanded=true] .custom-submenu-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-submenu-wrapper .custom-submenu-item {
  margin: 0;
}
.custom-submenu-wrapper .custom-submenu-item .custom-submenu-link {
  position: relative;
  white-space: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--wp--preset--spacing--16);
  padding: var(--wp--preset--spacing--16);
  font-weight: 700;
  color: var(--wp--preset--color--text);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .custom-submenu-wrapper .custom-submenu-item .custom-submenu-link:hover {
    color: var(--wp--preset--color--base);
    background: var(--wp--preset--color--primary);
  }
}
.custom-submenu-wrapper .custom-submenu-item .custom-submenu-link br {
  display: none;
}
.custom-submenu-wrapper .custom-submenu-item .custom-submenu-link::after {
  content: "";
  width: 0.9lh;
  min-width: 0.9lh;
  height: 0.9lh;
  min-height: 0.9lh;
  aspect-ratio: 1/1;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.custom-submenu-wrapper .custom-submenu-item:first-child .custom-submenu-link {
  border-radius: 4px 4px 0 0;
}
.custom-submenu-wrapper .custom-submenu-item:last-child .custom-submenu-link {
  border-radius: 0 0 4px 4px;
}

.font-size-toggle-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  border-radius: 4px;
}
.font-size-toggle-wrapper br {
  display: none;
}
.font-size-toggle-wrapper .font-size-toggle-btn {
  cursor: pointer;
  position: relative;
  padding: var(--wp--preset--spacing--4) var(--wp--preset--spacing--8);
  font-size: var(--wp--preset--font-size--small);
  background: #d9dce8;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.font-size-toggle-wrapper .font-size-toggle-btn.active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.font-size-toggle-wrapper .font-size-toggle-btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .font-size-toggle-wrapper .font-size-toggle-btn:hover:not(.active) {
    background: #c5cad6;
  }
}
.font-size-toggle-wrapper .font-size-toggle-btn span {
  display: inline-block;
}
.font-size-toggle-wrapper .font-size-toggle-btn br {
  display: none;
}

html.font-size-large {
  font-size: 120%;
}
html.font-size-large body {
  font-size: 1em;
}

.post-ttl h1 {
  max-width: 1280px;
}
@media (max-width: 781px) {
  .post-ttl {
    -webkit-padding-before: var(--wp--preset--spacing--64) !important;
            padding-block-start: var(--wp--preset--spacing--64) !important;
  }
  .post-ttl h1 {
    font-size: 24px;
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post-ttl h1:after {
    width: 64px;
  }
}

.events-archive-loop ul,
.events-archive-loop li {
  list-style: none;
}
.events-archive-loop ul {
  padding-left: 0;
}
.events-archive-loop ul li {
  margin-block: 0;
}
.events-archive-loop .custom-archive {
  border-radius: 8px;
  -webkit-box-shadow: var(--wp--preset--shadow--default);
          box-shadow: var(--wp--preset--shadow--default);
}
.events-archive-loop .custom-archive-box {
  padding: var(--wp--preset--spacing--24);
}
.events-archive-loop .events-archive-loop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--wp--preset--spacing--16);
}
.events-archive-loop .events-archive-loop-inner > .wp-block-post-title a {
  color: var(--wp--preset--color--primary);
}
.events-archive-loop .events-archive-loop-inner > .wp-block-post-title,
.events-archive-loop .events-archive-loop-inner > p {
  margin: 0;
}
.events-archive-loop .events-archive-loop-inner .events-archive-loop-title-no-link {
  cursor: default;
  color: var(--wp--preset--color--primary);
}
.events-archive-loop .custom-archive-box-logos {
  gap: var(--wp--preset--spacing--8);
}
.events-archive-loop .custom-archive-box-logos img {
  height: 56px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-archive {
  overflow: hidden;
}
.custom-archive.top {
  max-height: clamp(30rem, -7.5rem + 78.13vw, 42.5rem);
  overflow: auto;
}
.custom-archive ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--4);
  background: var(--wp--preset--color--base-2);
}
.custom-archive-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--wp--preset--spacing--16);
}
.custom-archive-box::after {
  content: "";
  width: 1lh;
  min-width: 1lh;
  height: 1lh;
  min-height: 1lh;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.custom-archive-box.no-link::after {
  display: none;
}
.custom-archive-box-logos figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-archive-box-logos.is-empty {
  display: none;
}

.events-year-filter {
  width: 100%;
  position: sticky;
  top: var(--wp--preset--spacing--24);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.events-year-filter-label {
  font-weight: 700;
}
.events-year-filter-buttons {
  background: var(--wp--preset--color--base-2);
  -webkit-box-shadow: var(--wp--preset--shadow--default);
          box-shadow: var(--wp--preset--shadow--default);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--4);
  border-radius: 4px;
}
.events-year-filter-buttons br {
  display: none;
}
.events-year-filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--wp--preset--spacing--8) var(--wp--preset--spacing--16);
  text-wrap: nowrap;
  color: var(--wp--preset--color--text);
  background: var(--wp--preset--color--base);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.events-year-filter-button::after {
  content: "";
  width: 0.9lh;
  min-width: 0.9lh;
  height: 0.9lh;
  min-height: 0.9lh;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--primary);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M18.0307 13.5176C18.3218 13.8106 18.3218 14.2881 18.0307 14.5811L11.1255 21.5293C10.8335 21.8232 10.3569 21.8232 10.0649 21.5293C9.7741 21.2364 9.77414 20.7597 10.0649 20.4668L16.4399 14.0488L9.96828 7.53516C9.67724 7.24218 9.67724 6.76465 9.96828 6.47168C10.1133 6.32585 10.3071 6.25 10.4985 6.25C10.691 6.25007 10.8825 6.32145 11.0317 6.47168L18.0307 13.5176Z' fill='%23101F4F' stroke='%23101F4F' stroke-width='0.5'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media (any-hover: hover) {
  .events-year-filter-button:hover {
    background: rgba(16, 31, 79, 0.1882352941);
  }
}
.events-year-filter-button:focus {
  outline: none;
}
.events-year-filter-button:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.events-year-filter-button:active {
  outline: none;
}
.events-year-filter-button.is-active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.events-year-filter-button.is-active::after {
  background: var(--wp--preset--color--base);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .events-year-filter-button.is-active:hover {
    opacity: 1;
    color: var(--wp--preset--color--text);
    background: var(--wp--preset--color--base);
  }
  .events-year-filter-button.is-active:hover::after {
    background: var(--wp--preset--color--primary);
  }
}
.events-year-display {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--h-3);
  color: var(--wp--preset--color--primary);
}

body.events-year-filtered .active-event {
  display: none !important;
}

body.pickup-disabled .top-pickup,
body.pickup-disabled-en .top-pickup {
  display: none !important;
}

.post-contents img {
  -o-object-fit: cover;
     object-fit: cover;
}

.event-dates {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--h-4);
  font-weight: 700;
  line-height: 1.5;
}

.column-img figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-query-no-results {
  font-size: var(--wp--preset--font-size--large);
}

#pt_enable {
  color: var(--wp--preset--color--text);
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (any-hover: hover) {
  #pt_enable:hover {
    opacity: 0.7;
  }
}