@charset "UTF-8";
/*
Theme Name: JAGEテーマ
Version: 1.0
Requires at least: 6.6.2
Requires PHP: 8.2.21
Description: JAGE専用のWordPressテーマです。2024年10月作成
Author: prizms design
Author URI: https://prizms.net
*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-attachment: fixed;
  overscroll-behavior: contain;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 2em;
}
p:where(:last-child, :only-child) {
  margin-bottom: 0;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a:not(.btn):not(.wp-element-button) {
  background-color: transparent;
}
a:not(.btn):not(.wp-element-button):link {
  color: #007466;
  text-decoration: underline;
}
@media (hover: hover) {
  a:not(.btn):not(.wp-element-button):hover {
    color: #008c76;
    text-decoration: none;
  }
}
a:not(.btn):not(.wp-element-button):active {
  color: #f26813;
}
a:not(.btn):not(.wp-element-button):visited {
  color: #4b0091;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  pointer-events: none;
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #333333;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2.4rem 0;
}
#breadcrumb li + li {
  display: flex;
  align-items: center;
  gap: 8px;
}
#breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 2px;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 50%, 0 100%, -2px 100%, calc(100% - 1.8px) 50%, -2px 0);
}
#breadcrumb li:has(.post_tag) + li:has(.post_tag)::before {
  display: none;
}

.mce-content-body .pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  max-width: unset;
  padding: 0;
  margin: 48px 0 16px;
}
.mce-content-body .pagination li.first, .mce-content-body .pagination li.prev, .mce-content-body .pagination li.next, .mce-content-body .pagination li.last {
  margin-bottom: 0;
}
.mce-content-body .pagination li.first span, .mce-content-body .pagination li.prev span, .mce-content-body .pagination li.next span, .mce-content-body .pagination li.last span {
  display: flex;
  align-items: center;
  gap: max(6px, 0.4rem);
}
.mce-content-body .pagination li.first span::before, .mce-content-body .pagination li.first span::after, .mce-content-body .pagination li.prev span::before, .mce-content-body .pagination li.prev span::after, .mce-content-body .pagination li.next span::before, .mce-content-body .pagination li.next span::after, .mce-content-body .pagination li.last span::before, .mce-content-body .pagination li.last span::after {
  flex-shrink: 0;
  width: max(8px, 0.4rem);
  height: max(6px, 0.3rem);
  margin-top: 2px;
  background: #007466;
}
.mce-content-body .pagination li.first a:visited span::before, .mce-content-body .pagination li.first a:visited span::after, .mce-content-body .pagination li.prev a:visited span::before, .mce-content-body .pagination li.prev a:visited span::after, .mce-content-body .pagination li.next a:visited span::before, .mce-content-body .pagination li.next a:visited span::after, .mce-content-body .pagination li.last a:visited span::before, .mce-content-body .pagination li.last a:visited span::after {
  background: #4b0091;
}
@media (hover: hover) {
  .mce-content-body .pagination li.first a:hover span::before, .mce-content-body .pagination li.first a:hover span::after, .mce-content-body .pagination li.prev a:hover span::before, .mce-content-body .pagination li.prev a:hover span::after, .mce-content-body .pagination li.next a:hover span::before, .mce-content-body .pagination li.next a:hover span::after, .mce-content-body .pagination li.last a:hover span::before, .mce-content-body .pagination li.last a:hover span::after {
    background: #007466;
  }
}
.mce-content-body .pagination li.first.inactive span, .mce-content-body .pagination li.prev.inactive span, .mce-content-body .pagination li.next.inactive span, .mce-content-body .pagination li.last.inactive span {
  color: #7f7f7f;
}
.mce-content-body .pagination li.first.inactive span::before, .mce-content-body .pagination li.first.inactive span::after, .mce-content-body .pagination li.prev.inactive span::before, .mce-content-body .pagination li.prev.inactive span::after, .mce-content-body .pagination li.next.inactive span::before, .mce-content-body .pagination li.next.inactive span::after, .mce-content-body .pagination li.last.inactive span::before, .mce-content-body .pagination li.last.inactive span::after {
  background: #7f7f7f;
}
.mce-content-body .pagination li.first span::before, .mce-content-body .pagination li.prev span::before {
  content: "";
  display: block;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.mce-content-body .pagination li.prev {
  margin-right: auto;
}
.mce-content-body .pagination li.next span::after, .mce-content-body .pagination li.last span::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.mce-content-body .pagination li.pages {
  order: 4;
  width: 100%;
}
.mce-content-body .pagination li.pages > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
}
.mce-content-body .pagination li.pages > ul li {
  margin-bottom: 0;
}
.mce-content-body .pagination li.pages > ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #007466;
  border: solid 1px #007466;
  border-radius: 6px;
}
.mce-content-body .pagination li.pages > ul li a {
  display: block;
}
.mce-content-body .pagination li.pages > ul li a span {
  color: #007466;
  background: #ffffff;
}
.mce-content-body .pagination + .page-num {
  width: 100%;
  margin: 16px auto 0;
  text-align: center;
}

.category-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.5em 0;
  max-width: unset;
  margin: 0 0 24px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .category-list {
    flex-wrap: wrap;
  }
}
.category-list:not(.tag) {
  justify-content: flex-end;
}
.category-list:not(.tag)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-right: 1em;
  background-color: #f0f0f0;
}
@media screen and (max-width: 960px) {
  .category-list:not(.tag)::before {
    margin-right: 0;
  }
}
.category-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em 0;
}
.mce-content-body .category-list li, .editor-styles-wrapper .category-list li {
  margin-bottom: 0;
}
.category-list li:has(+ li)::after {
  display: block;
  margin: 0 0.4em 0 0;
}
[lang=ja] .category-list li:has(+ li)::after {
  content: "、";
}
[lang=en] .category-list li:has(+ li)::after {
  content: ", ";
}
.category-list li a {
  white-space: nowrap;
}
.category-list > li:first-child::before {
  flex-shrink: 0;
  content: "";
  width: max(16px, 0.8rem);
  height: max(14px, 0.7rem);
  margin: 0 0.5em 0 0;
  background: url("assets/img/icon/folder.svg") center center/contain no-repeat;
}
.category-list .children {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.category-list .children > li::before {
  content: "•";
  margin: 0 0.2em;
}
.category-list .children > li::after {
  display: none;
}
.category-list .children > li:first-child::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin: 2px 0.4em 0;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 50%, 0 100%, -2px 100%, calc(100% - 1.8px) 50%, -2px 0);
}
.category-list.tag {
  flex-wrap: wrap;
  margin: 16px 0 0;
}
.category-list.tag > li:first-child::before {
  flex-shrink: 0;
  width: max(24px, 1.125rem);
  height: max(24px, 1.125rem);
  background: url("assets/img/icon/hash.svg") center center/contain no-repeat;
}

.slick-list a {
  position: relative;
}
.slick-list a:focus {
  outline: none;
}
.slick-list a:focus::before, .slick-list a:focus::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.slick-list a:focus::before {
  border: 7px solid #ffffff;
}
.slick-list a:focus::after {
  border: 5px solid #f26813;
}

.slick-slide {
  line-height: 0;
}
.slick-slide a,
.slick-slide span {
  display: block;
  max-width: fit-content;
  margin: auto;
}
.slick-slide img {
  margin: auto;
}

.slide {
  position: relative;
  z-index: 10;
}
.slide .slick-track {
  padding: 0;
}
.slide .slick-slide {
  padding: 0;
  border: solid 3px #4b5254;
  transition: all 300ms ease;
}
.slide .slick-slide img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}
.slide .slick-slide:not(.slick-current) {
  scale: 0.92;
}
.slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw - 1360px - 32px) / 2);
  padding: 0;
  appearance: none;
  background: none;
  border: none;
}
.slide .slick-arrow span {
  display: none;
}
.slide .slick-arrow.slick-disabled {
  cursor: default;
  display: none !important;
}
@media screen and (width < 1500px) {
  .slide .slick-arrow {
    width: calc((100vw - 85% - 32px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .slide .slick-arrow {
    width: calc((100vw - 100% - 32px) / 2);
  }
}
.slide .slick-prev {
  left: 0;
}
.slide .slick-next {
  right: 0;
}

.thumb {
  z-index: 10;
  margin: calc(clamp(16px, 4vw, 64px) * -1) auto 0;
  /*
  .slick-arrow {
    height: 80px;
    flex-basis: 80px;
    flex-shrink: 0;

    appearance: none;
    border: none;

    &.slick-disabled {
      cursor: default;
    } // &.slick-disabled
  } // .slick-arrow
   */
}
@media screen and (max-width: 414px) {
  .thumb {
    margin-top: 4px;
  }
}
.thumb .slick-slide {
  padding: 10px;
  padding: clamp(3px, 0.8vw, 10px);
  cursor: pointer;
}
.thumb .slick-slide img {
  width: clamp(136px, 30vw, 272px);
  height: auto;
  border: solid 2px #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
}
.thumb .slick-current img {
  border-color: green;
}

#analyticsConsent {
  display: flex;
  align-items: center;
  gap: 32px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 2em 2em;
  background-color: rgba(255, 255, 255, 0.94);
  border-top: solid 6px #008c76;
  transition: all 240ms 0ms ease;
}
#analyticsConsent .heading {
  margin-bottom: 2em;
}
#analyticsConsent p:last-child {
  margin: 0;
}
#analyticsConsent .btn-set {
  flex-direction: column;
  flex-shrink: 0;
  gap: 12px;
  width: unset;
  margin: 0;
}
#analyticsConsent .btn-set .btn {
  justify-content: center;
  width: 100%;
  border: none;
}
[lang=ja] #analyticsConsent .lang-en {
  display: none;
}
[lang=en] #analyticsConsent .lang-ja {
  display: none;
}
@media screen and (max-width: 768px) {
  #analyticsConsent {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 1em;
  }
  #analyticsConsent .text-box {
    max-height: 30vh;
    overflow-y: auto;
  }
  #analyticsConsent .btn-set {
    flex-direction: unset;
    width: 100%;
  }
  #analyticsConsent .btn-set .btn {
    width: calc(50% - 8px);
  }
  #analyticsConsent .btn-set > a {
    padding: 1em;
  }
}
@media screen and (max-width: 414px) {
  #analyticsConsent {
    padding-left: 1em;
    padding-right: 1em;
  }
  #analyticsConsent .btn {
    padding: 12px;
  }
}

.ico-menu {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-menu::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url("assets/img/icon/menu.svg") center center/contain no-repeat;
}

.ico-close {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-close::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: max(18px, 0.875rem);
  height: max(18px, 0.875rem);
  background: url("assets/img/icon/close.svg") center center/contain no-repeat;
}

.ico-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-mail::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 24px;
  height: 18px;
  background: url("assets/img/icon/mail.svg") center center/contain no-repeat;
}

.ico-global {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-global::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("assets/img/icon/global.svg") center center/contain no-repeat;
}

.ico-important {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-important::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: max(24px, 1.25rem);
  height: max(24px, 1.25rem);
  background: url("assets/img/icon/info.svg") center center/contain no-repeat;
}

.ico-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ico-location::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: max(18px, 1.125rem);
  height: max(18px, 1.125rem);
  background: url("assets/img/icon/location.svg") center center/contain no-repeat;
}

.btn-set {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 6px;
}
.btn:link {
  text-decoration: none;
}
.btn::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("assets/img/icon/arrow-circle.svg") center center/contain no-repeat;
}
.btn.primary {
  color: #ffffff;
  background-color: #007466;
}
@media (hover: hover) {
  .btn.primary {
    transition: background-color 240ms 0ms ease;
  }
  .btn.primary:hover {
    background-color: rgba(0, 116, 102, 0.6);
  }
}
#topics .btn.primary {
  color: #ffffff;
  background-color: #f26813;
}
@media (hover: hover) {
  #topics .btn.primary:hover {
    background-color: rgba(242, 104, 19, 0.6);
  }
}
#news .btn.primary {
  color: #ffffff;
  background-color: #007466;
}
@media (hover: hover) {
  #news .btn.primary:hover {
    background-color: rgba(0, 116, 102, 0.6);
  }
}

body:has(#global.active) {
  overflow: hidden;
}

html:has(#global.active) {
  scrollbar-gutter: stable;
}
html:has(#global.active) #global .util,
html:has(#global.active) #global .ico-menu {
  pointer-events: none;
}
html:not(:has(#global.active)) #global .drawer,
html:not(:has(#global.active)) #global .ico-close {
  pointer-events: none;
}

header {
  position: relative;
}
header #overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100vw;
  z-index: 40;
  display: block;
  height: calc(100vh + 1px);
  background-color: rgba(51, 51, 51, 0.9);
  opacity: 0;
  overscroll-behavior: contain;
  transition: opacity 240ms 10ms ease;
}
header #overlay.active {
  left: 0;
  opacity: 1;
}
#home header::after {
  content: "";
  position: absolute;
  top: calc(100% - clamp(16px, 4vw, 64px));
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-color: #fccf16;
  clip-path: polygon(0 clamp(16px, 4vw, 64px), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) clamp(16px, 4vw, 64px), 100% 0, 100% clamp(16px, 4vw, 64px), 0 100%);
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header #siteLogo {
  margin: 0;
}
header #siteLogo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header #siteLogo .logo-mark {
  object-fit: cover;
  object-position: center 5px;
}
header #siteLogo .logo-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(9.6px, 2.4vw, 38.4px);
  padding-left: 16px;
}
header #global {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: clamp(8px, 2vw, 32px);
  /*
      &::after {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 100vw;
        z-index: 40;

        display: block;
        height: calc(100vh + 1px);

        background-color: rgba(v.$darkGray, 0.9);
        opacity: 0;

        overscroll-behavior: contain;
        transition: opacity 240ms 10ms ease;
      } // &::after
  */
}
header #global ul {
  list-style: none;
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
}
header #global ul li a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: min(12px, 0.8rem) min(16px, 1rem);
  color: #000000;
  text-decoration: none;
}
header #global ul li a span {
  flex-shrink: 0;
}
header #global ul.drawer {
  position: fixed;
  top: 0;
  right: min(-100%, -20rem);
  bottom: 0;
  z-index: 50;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(100%, 20rem);
  height: 100%;
  padding: 120px 0;
  background-color: rgba(0, 140, 118, 0.5);
  overscroll-behavior: contain;
  transition: right 240ms 0ms ease;
}
header #global ul.drawer li {
  width: 100%;
}
header #global ul.drawer li a:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #ffffff;
}
header #global ul.drawer li a:not(.btn)::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: max(24px, 0.875rem);
  height: max(24px, 0.875rem);
  background: url("assets/img/icon/arrow-circle.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  header #global ul.drawer li a:not(.btn) {
    transition: background-color 240ms 0ms ease;
  }
  header #global ul.drawer li a:not(.btn):hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
header #global ul.drawer li a.btn {
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.8rem 1.2rem;
  background-color: #f8e3c0;
  border-radius: 6px;
}
header #global ul.drawer li.current-menu-item > a:not(.btn) {
  background-color: rgba(255, 255, 255, 0.2);
}
header #global ul.util li.language {
  order: -1;
}
header #global ul.util li.language a {
  padding-right: min(16px, 1rem);
}
header #global ul:not(.sub-menu) > li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: solid 1px #008c76;
}
header #global ul.sub-menu {
  display: flex;
  flex-direction: column;
  padding-left: 9px;
}
header #global ul.sub-menu li a:not(.btn)::before {
  width: max(8px, 0.4rem);
  height: max(6px, 0.3rem);
  background-image: url("assets/img/icon/arrow-tri.svg");
}
header #global #menu-open {
  display: flex;
  align-items: center;
  height: 120px;
  margin-left: 32px;
  padding: 0 24px;
  color: #ffffff;
  background-color: #007466;
  border: none;
}
header #global #menu-open span {
  flex-shrink: 0;
}
header #global #menu-open:focus {
  background-color: #f26813;
  outline: none;
}
header #global #menu-close {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0 16px;
  color: #ffffff;
  background-color: transparent;
  border: none;
}
header #global.active {
  /*
        &::after {
          left: 0;
          opacity: 1;
        } // &::after
  */
}
header #global.active ul.drawer {
  right: 0;
}
header #global.active #menu-close {
  display: flex;
}
@media screen and (max-width: 960px) {
  header #siteLogo .logo-mark {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
  }
  header #siteLogo .logo-type .type-ja {
    width: auto;
    height: 32px;
  }
  header #siteLogo .logo-type .type-en {
    width: auto;
  }
  .ja header #siteLogo .logo-type .type-en {
    height: 12px;
  }
  .en header #siteLogo .logo-type .type-en {
    height: 40px;
  }
  header #global ul.drawer {
    padding: 84px 0;
  }
  header #global #menu-open {
    height: 84px;
    margin-left: 16px;
  }
  header #global #menu-close {
    height: 84px;
  }
}
@media screen and (max-width: 768px) {
  header::after {
    display: none;
  }
  header .container {
    width: 100%;
  }
  header #siteLogo {
    padding-left: 8px;
  }
  header #siteLogo .logo-mark {
    width: auto;
    height: 80px;
    object-fit: unset;
    aspect-ratio: auto;
  }
  header #siteLogo .logo-type {
    margin-bottom: clamp(5.6px, 1.4vw, 22.4px);
  }
  header #siteLogo .logo-type .type-ja {
    height: 28px;
  }
  .en header #siteLogo .logo-type .type-en {
    height: 36px;
  }
  header #global #menu-open {
    height: 72px;
  }
  header #global #menu-close {
    height: 72px;
  }
}
@media screen and (width < 540px) {
  header #global #menu-open {
    margin-left: 0;
  }
  header #global #menu-open span {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  header #siteLogo {
    padding-left: 2px;
  }
  header #siteLogo .logo-mark {
    height: 70px;
  }
  header #siteLogo .logo-type {
    padding-left: 8px;
  }
  .ja header #siteLogo .logo-type .type-en {
    display: none;
  }
  .en header #siteLogo .logo-type .type-en {
    height: 30px;
  }
  header #global ul.drawer {
    padding: 62px 0;
  }
  header #global ul.util li.language a {
    padding: min(6px, 0.4rem) min(16px, 1rem);
    line-height: min(24px, 1.6em);
  }
  header #global ul .ico-global {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
  }
  header #global ul .ico-global::before {
    width: 18px;
    height: 18px;
  }
  header #global #menu-open {
    height: 62px;
    padding: 0 16px;
  }
  header #global #menu-close {
    height: 62px;
  }
}
@media screen and (width < 360px) {
  header #siteLogo .logo-type .type-ja {
    height: 24px;
  }
}

footer {
  margin-top: auto;
  padding-top: clamp(20px, 5vw, 80px);
  background-color: rgba(127, 127, 127, 0.1);
  clip-path: polygon(0 clamp(16px, 4vw, 64px), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) clamp(16px, 4vw, 64px), 100% 0, 100% 100%, 0 100%);
}
footer .container {
  padding-top: 3.2rem;
  padding-bottom: 2.4rem;
}
footer .container .footer-information address {
  margin-bottom: 2.4rem;
}
footer .container .footer-information address .jage {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .container .footer-information address .jage .name p {
  margin: 0;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.8em;
}
footer .container .footer-information address .location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em 2em;
  margin-top: 1.6em;
}
footer .container .footer-information address .location p {
  margin: 0;
}
footer .container .footer-information .list-menu-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2.4rem;
  border-top: solid 1px rgba(127, 127, 127, 0.25);
  border-bottom: solid 1px rgba(127, 127, 127, 0.25);
}
footer .container .footer-information .list-menu-footer .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: min(32px, 2.4rem);
  margin: 0;
  padding: 0;
}
footer .container .footer-information .list-menu-footer .menu > li a {
  display: block;
  padding: 0.6rem 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  color: #333333;
}
footer .container .footer-information .list-menu-footer .menu > li a::before {
  content: "";
  display: block;
  width: max(24px, 0.875rem);
  height: max(24px, 0.875rem);
  background: url("assets/img/icon/arrow-circle-dark.svg") center center/contain no-repeat;
}
footer .container .footer-information .list-menu-footer .menu > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}
footer .container .footer-information .list-menu-footer .menu > li .sub-menu li {
  width: 100%;
}
footer .container .footer-information .list-menu-footer .menu > li .sub-menu li a::before {
  width: max(8px, 0.4rem);
  height: max(6px, 0.3rem);
  background-image: url("assets/img/icon/arrow-tri-dark.svg");
}
footer .container .copyright {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .container .footer-information address .jage img {
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  footer .container .footer-information address .jage {
    flex-direction: column;
    align-items: flex-start;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
body::before {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  display: block;
  width: 760px;
  height: 760px;
  rotate: -90deg;
  background: url("assets/img/character/line.svg") center top/cover no-repeat;
}
@media screen and (max-width: 960px) {
  body::before {
    width: max(50vw, 280px);
    height: max(50vw, 280px);
  }
}
body:has(:not(#home))::before {
  bottom: 10vw;
}
@media screen and (max-width: 960px) {
  body:has(:not(#home))::before {
    bottom: 50vw;
  }
}
@media screen and (max-width: 768px) {
  body:has(:not(#home))::before {
    bottom: 68vw;
  }
}
@media screen and (max-width: 414px) {
  body:has(:not(#home))::before {
    bottom: 50vw;
  }
}

#home::before {
  top: 60vw;
}
@media screen and (max-width: 960px) {
  #home::before {
    top: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #home::before {
    top: 85vw;
  }
}
@media screen and (max-width: 414px) {
  #home::before {
    top: 120vw;
  }
}
#home:not(:has(#important))::before {
  top: 40vw;
}
@media screen and (max-width: 960px) {
  #home:not(:has(#important))::before {
    top: 48vw;
  }
}
@media screen and (max-width: 768px) {
  #home:not(:has(#important))::before {
    top: 54vw;
  }
}
@media screen and (max-width: 414px) {
  #home:not(:has(#important))::before {
    top: 60vw;
  }
}

.container {
  width: min(100%, 1360px);
  margin: 0 auto;
}
@media screen and (width < 1500px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 96%;
  }
}

.lightning {
  position: relative;
  padding: clamp(20px, 5vw, 80px) 0 clamp(20px, 5vw, 80px);
  margin: calc(clamp(20px, 5vw, 80px) * -1) 0 calc(clamp(20px, 5vw, 80px) * -1);
}
.lightning + * .container {
  padding-top: clamp(20px, 5vw, 80px);
}
*:has(+ .lightning) .container {
  padding-bottom: clamp(20px, 5vw, 80px);
}
.lightning:last-child {
  margin-bottom: 0;
}
main .lightning:last-child {
  margin-bottom: calc(clamp(20px, 5vw, 80px) * -1);
}
.lightning::before, .lightning::after {
  content: "";
  position: absolute;
  display: block;
}
.lightning::before {
  top: 0;
  right: 0;
  bottom: clamp(4px, 1vw, 16px);
  left: 0;
  z-index: -1;
  background-color: #ddd;
  clip-path: polygon(0 clamp(16px, 4vw, 64px), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) clamp(16px, 4vw, 64px), 100% 0, 100% calc(100% - clamp(16px, 4vw, 64px)), calc(50% - clamp(2px, 0.5vw, 8px)) 100%, calc(50% + clamp(2px, 0.5vw, 8px)) calc(100% - clamp(16px, 4vw, 64px)), 0 100%);
}
.lightning::after {
  top: calc(100% - clamp(20px, 5vw, 80px));
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: gray;
  clip-path: polygon(0 calc(100% - clamp(4px, 1vw, 16px)), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) calc(100% - clamp(4px, 1vw, 16px)), 100% 0, 100% clamp(4px, 1vw, 16px), calc(50% - clamp(6.4px, 1.6vw, 25.6px)) 100%, calc(50% - clamp(2.4px, 0.6vw, 9.6px)) clamp(4px, 1vw, 16px), 0 100%);
}

#hero {
  padding: clamp(8px, 2vw, 32px) 0 clamp(20px, 5vw, 80px);
  margin-top: calc(clamp(16px, 4vw, 64px) * -1);
}
#hero.lightning::before {
  background-color: #fccf16;
}
#hero.lightning::after {
  background-color: #4b5254;
}
#important .inner {
  display: flex;
  gap: 32px;
  margin: 2.4rem 0;
  padding: 1rem 0;
  border-top: solid 1px #7f7f7f;
  border-bottom: solid 1px #7f7f7f;
}
#important .inner .heading {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin: 0;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #007466;
  border-radius: 6px;
}
#important .inner .list-date {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
#important .inner .list-date li {
  width: 100%;
}
#important .inner .list-date li a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#important .inner .list-date li a:link {
  color: #000000;
}
#important .inner .list-date li a .date {
  flex-shrink: 0;
}
#important .inner .list-date li a .title {
  margin-bottom: 0;
}
#important .inner .list-date li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: dashed 1px #7f7f7f;
}
@media screen and (max-width: 960px) {
  #important .inner {
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    border-top: none;
  }
  #important .inner .list-date li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

#topics .heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 3.2rem;
  margin-bottom: 3.2rem;
}
#topics .list-card {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
}
#topics .list-card > li {
  width: 32%;
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 6px;
}
#topics .list-card > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 0;
  text-decoration: none;
}
#topics .list-card > li a .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.6em;
}
#topics .list-card > li a .meta .date {
  display: block;
  color: #000000;
  white-space: nowrap;
}
#topics .list-card > li a .meta .category-list {
  margin-bottom: 0;
}
#topics .list-card > li a .meta .category-list::before {
  display: none;
}
#topics .list-card > li a .title {
  margin-bottom: 24px;
  font-size: 1rem;
  text-decoration: underline;
}
#topics .list-card > li a .label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin: auto -24px 0;
  padding: 6px 16px;
  color: #000000;
  background-color: #f8e3c0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#topics .list-card > li a .label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("assets/img/icon/arrow.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  #topics .list-card > li a:hover .title,
  #topics .list-card > li a:hover .label {
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  #topics .list-card > li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  #topics .list-card > li {
    width: 100%;
  }
}
#topics.lightning::before {
  background-color: rgba(127, 127, 127, 0.1);
}
#topics.lightning::after {
  background-color: #e4f5f3;
}
@media screen and (max-width: 768px) {
  #topics .heading .en {
    width: 180px;
    height: auto;
  }
  #topics .heading .ja {
    width: 114px;
    height: auto;
  }
}

#news .container .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 0;
  padding-top: 4.8rem;
  padding-bottom: 3.2rem;
}
#news .container .heading {
  grid-area: 1/1/2/2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 3.2rem;
}
#news .container .list-date {
  grid-area: 1/2/3/3;
  list-style: none;
  margin-left: 96px;
  padding: 0;
}
#news .container .list-date li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: solid 1px #f0f0f0;
}
#news .container .list-date li a {
  display: flex;
  align-items: center;
  gap: 24px;
}
#news .container .list-date li a .date {
  flex-shrink: 0;
}
#news .container .list-date li a .title {
  margin-bottom: 0;
  font-size: 1rem;
}
#news .container .list-date li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
#news .container .btn-set {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  #news .container .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #news .container .heading {
    justify-content: center;
    align-items: center;
  }
  #news .container .heading .en {
    width: 134px;
    height: auto;
  }
  #news .container .heading .ja {
    width: 87px;
    height: auto;
  }
  #news .container .list-date {
    margin-left: 0;
  }
  #news .container .list-date li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

#about .container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  grid-gap: 0;
  padding-top: 4.8rem;
  padding-bottom: 3.2rem;
}
#about .container .heading {
  grid-area: 1/1/2/2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
#about .container .heading img {
  max-width: 100%;
  height: auto;
}
#about .container .heading img.ja {
  margin-bottom: 2rem;
}
#about .container .text {
  grid-area: 2/1/3/2;
  margin-bottom: auto;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 6px;
}
#about .container .image {
  grid-area: 1/2/3/3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about .container .image img {
  width: auto;
  max-height: 470px;
}
#about .container .image .author {
  margin-top: 1rem;
  font-size: 1rem;
}
#about.lightning::before {
  background: #9be9dc url("assets/img/character/line.svg") right -180px top 40px/580px auto no-repeat;
}
#about.lightning::after {
  background-color: #28483d;
}
@media screen and (max-width: 960px) {
  #about .container .heading {
    grid-area: 1/1/2/3;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #about .container .text {
    grid-area: 2/1/3/2;
    margin-top: 2.4em;
  }
  #about .container .image {
    grid-area: 2/2/3/3;
    margin-top: 32px;
  }
  #about .container .image img {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #about .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3.2rem;
  }
  #about .container .heading {
    order: 1;
    margin-top: 64px;
  }
  #about .container .text {
    order: 2;
  }
  #about .container .image {
    order: 0;
    margin-top: 0;
  }
  #about .container .image img {
    max-width: 300px;
    width: 80%;
    height: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 414px) {
  #about .container .heading img.ja {
    margin-bottom: 0.6rem;
  }
}

#page main {
  position: relative;
  padding: clamp(20px, 5vw, 80px) 0 clamp(20px, 5vw, 80px);
  margin: calc(clamp(18px, 4.5vw, 72px) * -1) 0 calc(clamp(20px, 5vw, 80px) * -1);
}
#page main::before, #page main::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
}
#page main::before {
  top: 0;
  z-index: 2;
  height: clamp(20px, 5vw, 80px);
  background-color: #fccf16;
  clip-path: polygon(0 calc(clamp(20px, 5vw, 80px) - clamp(4px, 1vw, 16px)), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) calc(clamp(20px, 5vw, 80px) - clamp(4px, 1vw, 16px)), 100% 0, 100% clamp(4px, 1vw, 16px), calc(50% - clamp(6.4px, 1.6vw, 25.6px)) clamp(20px, 5vw, 80px), calc(50% - clamp(2.4px, 0.6vw, 9.6px)) clamp(4px, 1vw, 16px), 0 clamp(20px, 5vw, 80px));
}
#page main::after {
  top: clamp(2px, 0.5vw, 8px);
  z-index: 1;
  height: clamp(20px, 5vw, 80px);
  background-color: #4b5254;
  clip-path: polygon(0 calc(clamp(20px, 5vw, 80px) - clamp(4px, 1vw, 16px)), 50% 0, calc(50% - clamp(4px, 1vw, 16px)) calc(clamp(20px, 5vw, 80px) - clamp(4px, 1vw, 16px)), 100% 0, 100% clamp(4px, 1vw, 16px), calc(50% - clamp(8.8px, 2.2vw, 35.2px)) clamp(20px, 5vw, 80px), calc(50% - clamp(4.8px, 1.2vw, 19.2px)) clamp(4px, 1vw, 16px), 0 clamp(20px, 5vw, 80px));
}
#page main > article,
#page main > section {
  margin-bottom: 128px;
}
#page .heading-set {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 5.5vw, 88px) 0 clamp(16px, 4vw, 64px);
  margin: calc(clamp(20px, 5vw, 80px) * -1) 0 0;
}
#page .heading-set::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #f3f3f3;
  clip-path: polygon(0 clamp(16px, 4vw, 64px), calc(50% + clamp(2px, 0.5vw, 8px)) 0, calc(50% - clamp(2px, 0.5vw, 8px)) clamp(16px, 4vw, 64px), 100% 0, 100% calc(100% - clamp(16px, 4vw, 64px)), calc(50% - clamp(6.4px, 1.6vw, 25.6px)) 100%, calc(50% - clamp(2.4px, 0.6vw, 9.6px)) calc(100% - clamp(16px, 4vw, 64px)), 0 100%);
}
#page .heading-set .container {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  text-align: center;
}
#page .heading-set .heading {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.6em;
  letter-spacing: 0.16em;
  font-weight: 600;
}
#page .heading-set .heading .archive_title {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  line-height: 1.8em;
}
#page .heading-set .heading .sub-title {
  display: block;
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
  line-height: 1.6em;
  letter-spacing: 0.16em;
}
#page .heading-set .heading .sub-title:empty {
  display: none;
}
#page .heading-set .note {
  margin: 0;
  color: #7f7f7f;
  font-size: 1.125rem;
  letter-spacing: 0.16em;
}
#page .heading-set .note:empty {
  display: none;
}
#page.single article {
  padding-bottom: 160px;
}
#page.single article:last-child {
  padding-bottom: 64px;
}
#page.single .heading-set .date {
  margin-top: 24px;
}
#page.single .mce-content-body .post_thumbnail {
  position: relative;
  height: 340px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#page.single .mce-content-body .post_thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 240, 240, 0.5);
  backdrop-filter: blur(10px) contrast(0.5) grayscale(0.6) brightness(1.5);
  -webkit-backdrop-filter: blur(10px) contrast(0.5) grayscale(0.6) brightness(1.5);
}
#page.single .mce-content-body .post_thumbnail img {
  position: relative;
  z-index: 1;
}
#page.single .mce-content-body .meta {
  display: flex;
  justify-content: flex-end;
  gap: 32px;
}
#page.single .mce-content-body .meta .category-list {
  width: unset;
  margin: 0;
}
#page.single .mce-content-body .meta .category-list::before {
  display: none;
}
#page.single .mce-content-body .meta .category-list.tag {
  width: unset;
  margin: 0;
}
#page.single .mce-content-body .meta .category-list.tag > li:first-child::before {
  width: max(20px, 1.125rem);
  height: max(20px, 1.125rem);
}
#page.single .mce-content-body .meta:has(+ .event_data) {
  margin-bottom: 1rem;
}
#page.single .mce-content-body .event_data {
  padding: 1rem 0;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
}

.post-list {
  margin-top: 0;
}
.heading-image + .post-list {
  margin-top: 64px;
}
.post-list > article {
  display: grid;
  grid-template-columns: clamp(160px, 50%, 380px) auto;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  padding-bottom: 64px;
}
.post-list > article:last-child {
  padding-bottom: 32px;
}
@media screen and (max-width: 960px) {
  .post-list > article {
    display: block;
  }
  .post-list > article .image {
    margin-top: 1rem;
  }
}
.post-list > article .image a {
  display: block;
  line-height: 0;
}
.post-list > article .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.6/1;
}
.post-list > article .heading-box .heading {
  margin: 0 0 24px;
  padding: 0;
  line-height: 1.8em;
  background-color: transparent;
  border-bottom: none;
}
.post-list > article .heading-box .heading .sub-title {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.6em;
}
.post-list > article .heading-box .heading .sub-title:empty {
  display: none;
}
.post-list > article .heading-box .date {
  display: block;
  text-align: right;
  max-width: unset;
  margin: 0 0 16px;
}
.post-list > article .heading-box .note {
  max-width: unset;
  margin: 0 0 32px;
}
.post-list > article .text {
  margin-bottom: auto;
}
.post-list > article:has(img) .category-list {
  grid-area: 1/1/2/3;
}
.post-list > article:has(img) .image {
  grid-area: 2/1/4/2;
}
.post-list > article:has(img) .heading-box {
  grid-area: 2/2/3/3;
}
.post-list > article:has(img) .text {
  grid-area: 3/2/4/3;
}
.post-list > article:not(:has(img)) .category-list {
  grid-area: 1/1/2/3;
}
.post-list > article:not(:has(img)) .image {
  grid-area: 3/1/4/2;
}
.post-list > article:not(:has(img)) .image .tag {
  margin-top: 0;
}
.post-list > article:not(:has(img)) .heading-box {
  grid-area: 2/1/3/3;
}
.post-list > article:not(:has(img)) .text {
  grid-area: 3/2/4/3;
}

/*
エディタ用のCSS
*/
:root {
  --wp--preset--font-size--regular: 1rem;
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--medium: 1.125rem;
  --wp--preset--font-size--large: 1.5rem;
  --wp--preset--font-size--x-large: 2.5rem;
}

html .is-root-container {
  width: 100%;
  max-width: min(100%, 960px);
  padding: 0 16px;
  margin: 0 auto;
}
html .is-root-container .wp-block {
  width: 100%;
}
html .is-root-container .wp-block:not(.wp-block-paragraph):not(.wp-block-list) {
  max-width: unset;
}
html .is-root-container .wp-block:not(.wp-block-paragraph):not(.wp-block-list):not(.wp-block-list-item) {
  margin: 0 0 48px;
}
html .is-root-container .wp-block:not(.wp-block-paragraph):not(.wp-block-list):not(.wp-block-list-item):last-child {
  margin-bottom: 0;
}
html .is-root-container .wp-block.wp-block-paragraph, html .is-root-container .wp-block.wp-block-list {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
html .is-root-container .wp-block.wp-block-list-item {
  margin-bottom: 0;
}
html .is-root-container .wp-block .wp-block:last-child {
  margin-bottom: 0;
}

.editor-visual-editor__post-title-wrapper {
  position: relative;
  margin-bottom: 96px;
  text-align: center;
  border-bottom: solid 1px black;
}
.editor-visual-editor__post-title-wrapper::before {
  content: "ページタイトル";
  position: absolute;
  left: 50%;
  top: -35%;
  transform: translateX(-50%);
  display: block;
  padding: 2px 10px;
  background-color: #f0f0f0;
}
.editor-visual-editor__post-title-wrapper h1 {
  margin: 0;
  font-size: 3rem;
  line-height: 1.8em;
  letter-spacing: 0.16em;
  font-weight: 600;
}

#tinymce,
.editor-styles-wrapper {
  margin: 0 auto;
}

#tinymce {
  width: min(100%, 960px);
  padding-left: 16px;
  padding-right: 16px;
}

.editor-styles-wrapper {
  font-size: 1rem !important;
  line-height: 1.8em;
}

.mce-content-body,
.editor-styles-wrapper {
  width: min(100%, 960px);
  padding: 64px 16px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  /*
  strong {
  } // strong

  em {
  } // em

  ins {
  } // ins

  del {
  } // del

  sup {
  } // sup

  sub {
  } // sub
  */
}
.mce-content-body *,
.editor-styles-wrapper * {
  box-sizing: border-box;
}
.mce-content-body > *,
.editor-styles-wrapper > * {
  margin-bottom: 48px;
  clear: both;
}
.mce-content-body > section:has(+ section),
.editor-styles-wrapper > section:has(+ section) {
  margin-bottom: 160px;
}
.mce-content-body .wp-block-group,
.editor-styles-wrapper .wp-block-group {
  margin-bottom: 2em;
}
.mce-content-body .wp-block-group:last-child,
.editor-styles-wrapper .wp-block-group:last-child {
  margin-bottom: 0;
}
.mce-content-body .wp-block-group.has-background,
.editor-styles-wrapper .wp-block-group.has-background {
  padding: clamp(16px, 5vw, 64px);
}
.mce-content-body .is-layout-flex,
.editor-styles-wrapper .is-layout-flex {
  gap: 2em;
}
.mce-content-body .wp-block-image .wp-element-caption,
.editor-styles-wrapper .wp-block-image .wp-element-caption {
  text-align: center;
}
.mce-content-body .wp-block-image .alignleft .wp-element-caption,
.editor-styles-wrapper .wp-block-image .alignleft .wp-element-caption {
  text-align: left;
}
.mce-content-body .wp-block-image .alignright .wp-element-caption,
.editor-styles-wrapper .wp-block-image .alignright .wp-element-caption {
  text-align: right;
}
.mce-content-body [data-align=left] .wp-element-caption,
.editor-styles-wrapper [data-align=left] .wp-element-caption {
  text-align: left;
}
.mce-content-body [data-align=right] .wp-element-caption,
.editor-styles-wrapper [data-align=right] .wp-element-caption {
  text-align: right;
}
.mce-content-body .block-editor-block-list__block .wp-block-button__link,
.editor-styles-wrapper .block-editor-block-list__block .wp-block-button__link {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  background-color: #007466;
  border-radius: 6px;
}
.mce-content-body .wp-block-buttons .wp-element-button,
.editor-styles-wrapper .wp-block-buttons .wp-element-button {
  font-weight: 500;
  transition: box-shadow 240ms 0ms ease;
}
.mce-content-body .wp-block-buttons :where(.wp-element-button),
.editor-styles-wrapper .wp-block-buttons :where(.wp-element-button) {
  border-radius: 6px;
}
.mce-content-body .wp-block-buttons :where(.wp-element-button):not(.has-background),
.editor-styles-wrapper .wp-block-buttons :where(.wp-element-button):not(.has-background) {
  background-color: #007466;
}
.mce-content-body .wp-block-buttons :where(.wp-element-button):not(.has-text-color),
.editor-styles-wrapper .wp-block-buttons :where(.wp-element-button):not(.has-text-color) {
  color: #ffffff;
}
.mce-content-body .wp-block-buttons .is-style-outline :where(.wp-element-button),
.editor-styles-wrapper .wp-block-buttons .is-style-outline :where(.wp-element-button) {
  border-width: 2px;
}
.mce-content-body .wp-block-buttons .is-style-outline :where(.wp-element-button):not(.has-background),
.editor-styles-wrapper .wp-block-buttons .is-style-outline :where(.wp-element-button):not(.has-background) {
  background-color: rgba(255, 255, 255, 0.5);
}
.mce-content-body .wp-block-buttons .is-style-outline :where(.wp-element-button):not(.has-text-color),
.editor-styles-wrapper .wp-block-buttons .is-style-outline :where(.wp-element-button):not(.has-text-color) {
  color: currentColor;
  border-color: #007466;
}
@media (hover: hover) {
  .mce-content-body .wp-block-buttons .wp-block-button__link:not(.has-background):hover,
  .editor-styles-wrapper .wp-block-buttons .wp-block-button__link:not(.has-background):hover {
    box-shadow: 0px 0px 15px -3px #007466;
  }
  .mce-content-body .wp-block-buttons .is-style-outline .wp-block-button__link:hover,
  .editor-styles-wrapper .wp-block-buttons .is-style-outline .wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #007466;
  }
  .mce-content-body .wp-block-buttons .is-style-outline .wp-block-button__link.has-text-color:hover,
  .editor-styles-wrapper .wp-block-buttons .is-style-outline .wp-block-button__link.has-text-color:hover {
    box-shadow: 0px 0px 15px -3px currentColor;
  }
}
.mce-content-body .wp-block-buttons.is-layout-flex:not(.is-nowrap),
.editor-styles-wrapper .wp-block-buttons.is-layout-flex:not(.is-nowrap) {
  flex-direction: column;
}
.mce-content-body .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-left,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-left {
  align-items: flex-start;
}
.mce-content-body .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-center,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-center {
  align-items: center;
}
.mce-content-body .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-right,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-right {
  align-items: flex-end;
}
.mce-content-body .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-space-between,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex:not(.is-nowrap).is-content-justification-space-between {
  justify-content: space-between;
}
.mce-content-body .wp-block-buttons.is-layout-flex.is-content-justification-stretch .wp-block-button,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex.is-content-justification-stretch .wp-block-button {
  width: 100%;
}
.mce-content-body .wp-block-buttons.is-layout-flex.is-content-justification-stretch .wp-block-button .wp-element-button,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex.is-content-justification-stretch .wp-block-button .wp-element-button {
  width: 100%;
}
.mce-content-body .wp-block-buttons.is-layout-flex.is-nowrap,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex.is-nowrap {
  flex-wrap: wrap;
}
.mce-content-body .wp-block-buttons.is-layout-flex .wp-block-button,
.editor-styles-wrapper .wp-block-buttons.is-layout-flex .wp-block-button {
  width: fit-content;
}
.mce-content-body .wp-block-file .wp-block-file__button,
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #007466;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: solid 1px currentColor;
  border-radius: 6px;
  transition: color 240ms 0ms ease, background-color 240ms 0ms ease;
}
.mce-content-body .wp-block-file .wp-block-file__button::after,
.editor-styles-wrapper .wp-block-file .wp-block-file__button::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("assets/img/icon/download.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  .mce-content-body .wp-block-file .wp-block-file__button:hover,
  .editor-styles-wrapper .wp-block-file .wp-block-file__button:hover {
    color: #ffffff;
    background-color: #007466;
  }
}
.mce-content-body iframe,
.mce-content-body .twitter-tweet,
.mce-content-body .bluesky-embed,
.editor-styles-wrapper iframe,
.editor-styles-wrapper .twitter-tweet,
.editor-styles-wrapper .bluesky-embed {
  display: block;
  margin: 48px auto;
}
.mce-content-body .has-black-color,
.editor-styles-wrapper .has-black-color {
  color: #000000;
}
.mce-content-body .has-gray-color,
.editor-styles-wrapper .has-gray-color {
  color: #767676;
}
.mce-content-body .has-blue-green-color,
.editor-styles-wrapper .has-blue-green-color {
  color: #007466;
}
.mce-content-body .has-dark-orange-color,
.editor-styles-wrapper .has-dark-orange-color {
  color: #c44a00;
}
.mce-content-body .has-violet-color,
.editor-styles-wrapper .has-violet-color {
  color: #4b0091;
}
.mce-content-body .has-white-color,
.editor-styles-wrapper .has-white-color {
  color: #ffffff;
}
.mce-content-body .has-black-background-color,
.editor-styles-wrapper .has-black-background-color {
  background-color: #000000;
}
@media (hover: hover) {
  .mce-content-body .has-black-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-black-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #000000;
  }
}
.mce-content-body .has-gray-background-color,
.editor-styles-wrapper .has-gray-background-color {
  background-color: #767676;
}
@media (hover: hover) {
  .mce-content-body .has-gray-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-gray-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #767676;
  }
}
.mce-content-body .has-blue-green-background-color,
.editor-styles-wrapper .has-blue-green-background-color {
  background-color: #007466;
}
@media (hover: hover) {
  .mce-content-body .has-blue-green-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-blue-green-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #007466;
  }
}
.mce-content-body .has-dark-orange-background-color,
.editor-styles-wrapper .has-dark-orange-background-color {
  background-color: #c44a00;
}
@media (hover: hover) {
  .mce-content-body .has-dark-orange-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-dark-orange-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #c44a00;
  }
}
.mce-content-body .has-violet-background-color,
.editor-styles-wrapper .has-violet-background-color {
  background-color: #4b0091;
}
@media (hover: hover) {
  .mce-content-body .has-violet-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-violet-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #4b0091;
  }
}
.mce-content-body .has-white-background-color,
.editor-styles-wrapper .has-white-background-color {
  background-color: #ffffff;
}
@media (hover: hover) {
  .mce-content-body .has-white-background-color.wp-block-button__link:hover,
  .editor-styles-wrapper .has-white-background-color.wp-block-button__link:hover {
    box-shadow: 0px 0px 15px -3px #ffffff;
  }
}
.mce-content-body .has-regular-font-size,
.editor-styles-wrapper .has-regular-font-size {
  font-size: 1rem;
  line-height: 1.8em;
}
.mce-content-body .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 1.125rem;
  line-height: 1.8em;
}
.mce-content-body .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: 1.25rem;
  line-height: 1.8em;
}
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  font-weight: 500;
  clear: both;
}
.mce-content-body h2,
.editor-styles-wrapper h2 {
  width: calc(100% + 32px);
  padding: 0 48px 48px;
  margin: 124px -16px 48px;
  font-size: 2rem;
  line-height: 1.6em;
  background: url("assets/img/heading/lightning-line.svg") center bottom/contain no-repeat;
}
.mce-content-body h2 + .heading-image,
.editor-styles-wrapper h2 + .heading-image {
  position: relative;
  z-index: -1;
  width: calc(100% + 32px);
  height: auto;
  aspect-ratio: 996/160;
  margin: clamp(-82px, -8.5vw, -50px) -16px 0;
  clip-path: polygon(0 23%, 3% 22%, 2% 51%, 100% 0, 100% 100%, 0 100%);
  background-image: linear-gradient(160deg, rgba(126, 174, 70, 0.5), rgba(0, 140, 118, 0.5));
}
.mce-content-body h2:has(+ .heading-image),
.editor-styles-wrapper h2:has(+ .heading-image) {
  margin-bottom: 0;
}
.mce-content-body h2 em,
.editor-styles-wrapper h2 em {
  display: block;
  color: #007466;
  font-size: 1.125rem;
  line-height: 1.6em;
  font-style: normal;
  font-weight: normal;
}
.en .mce-content-body h2 em,
.en .editor-styles-wrapper h2 em {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
}
.mce-content-body h2:first-child,
.editor-styles-wrapper h2:first-child {
  margin-top: 0;
}
.mce-content-body h2:not(:has(em)),
.editor-styles-wrapper h2:not(:has(em)) {
  padding-bottom: 88px;
}
.topics .mce-content-body h2,
.topics .editor-styles-wrapper h2 {
  position: relative;
  padding: 48px;
  text-align: center;
  background-clip: content-box;
  background: none;
}
.topics .mce-content-body h2::before,
.topics .editor-styles-wrapper h2::before {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: -1;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.94);
}
.topics .mce-content-body h2 .heading-image,
.topics .editor-styles-wrapper h2 .heading-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  max-width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, rgba(126, 174, 70, 0.5), rgba(0, 140, 118, 0.5));
  object-fit: cover;
}
.mce-content-body h3,
.editor-styles-wrapper h3 {
  width: 100%;
  margin: 72px 0 48px;
  padding: 16px 32px;
  font-size: 1.5rem;
  background-color: rgba(158, 212, 205, 0.25);
  border-bottom: solid 3px #9ed4cd;
}
.mce-content-body h4,
.editor-styles-wrapper h4 {
  width: 100%;
  margin: 72px 0 48px;
  padding: 12px 32px 12px 31px;
  font-size: 1.25rem;
  border-left: solid 1px #9ed4cd;
  border-bottom: solid 5px #9ed4cd;
}
.mce-content-body h5,
.editor-styles-wrapper h5 {
  width: 100%;
  margin: 72px 0 48px;
  padding: 8px 32px 8px 29px;
  font-size: 1.125rem;
  border-left: solid 3px #9ed4cd;
}
.mce-content-body h6,
.editor-styles-wrapper h6 {
  width: 100%;
  margin: 72px 0 48px;
  padding: 0;
  font-size: 1.125rem;
}
.mce-content-body h6::before,
.editor-styles-wrapper h6::before {
  content: "--";
  display: inline;
  margin-right: calc(32px - 1em);
  color: #9ed4cd;
}
.mce-content-body p,
.editor-styles-wrapper p {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}
.mce-content-body p:empty,
.editor-styles-wrapper p:empty {
  display: none;
}
.mce-content-body p:where(:last-child, :only-child),
.editor-styles-wrapper p:where(:last-child, :only-child) {
  margin-bottom: 0;
}
.mce-content-body .wp-caption,
.editor-styles-wrapper .wp-caption {
  max-width: 100%;
  margin: 32px auto 48px;
}
.mce-content-body .wp-caption img,
.editor-styles-wrapper .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mce-content-body .wp-caption .wp-caption-text,
.mce-content-body .wp-caption .wp-caption-dd,
.editor-styles-wrapper .wp-caption .wp-caption-text,
.editor-styles-wrapper .wp-caption .wp-caption-dd {
  padding-top: 0.5em;
  margin-bottom: 0;
  text-align: right;
  font-size: 1rem;
  line-height: 1.8em;
}
.mce-content-body .alignleft,
.mce-content-body .aligncenter,
.mce-content-body .alignright,
.mce-content-body .alignnone,
.editor-styles-wrapper .alignleft,
.editor-styles-wrapper .aligncenter,
.editor-styles-wrapper .alignright,
.editor-styles-wrapper .alignnone {
  display: block;
  margin-top: 32px;
  margin-bottom: 48px;
  text-align: center;
}
.mce-content-body .alignleft .wp-element-caption,
.mce-content-body .aligncenter .wp-element-caption,
.mce-content-body .alignright .wp-element-caption,
.mce-content-body .alignnone .wp-element-caption,
.editor-styles-wrapper .alignleft .wp-element-caption,
.editor-styles-wrapper .aligncenter .wp-element-caption,
.editor-styles-wrapper .alignright .wp-element-caption,
.editor-styles-wrapper .alignnone .wp-element-caption {
  display: block;
  caption-side: unset;
  text-align: center;
}
.mce-content-body .alignleft,
.editor-styles-wrapper .alignleft {
  margin-left: 0;
  margin-right: 24px;
  float: left;
}
.mce-content-body .aligncenter,
.editor-styles-wrapper .aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.mce-content-body .alignright,
.editor-styles-wrapper .alignright {
  margin-left: 24px;
  margin-right: 0;
  float: right;
}
.mce-content-body .alignnone,
.editor-styles-wrapper .alignnone {
  margin-left: 0;
  margin-right: 0;
  clear: both;
}
.mce-content-body .post_thumbnail,
.editor-styles-wrapper .post_thumbnail {
  width: 100%;
  height: auto;
  line-height: 0;
}
.mce-content-body .post_thumbnail img,
.editor-styles-wrapper .post_thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mce-content-body:has(> .post_thumbnail),
.editor-styles-wrapper:has(> .post_thumbnail) {
  padding-top: 16px;
}
.mce-content-body .gallery,
.editor-styles-wrapper .gallery {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
  padding: 0;
  margin: 32px auto 48px;
  clear: both;
}
.mce-content-body .gallery .gallery-item,
.editor-styles-wrapper .gallery .gallery-item {
  padding: 0;
  margin: 0 !important;
  float: unset !important;
}
.mce-content-body .gallery .gallery-item .gallery-icon,
.editor-styles-wrapper .gallery .gallery-item .gallery-icon {
  line-height: 0;
  overflow: hidden;
  border: solid 1px #7f7f7f;
}
.mce-content-body .gallery .gallery-item .gallery-icon a,
.editor-styles-wrapper .gallery .gallery-item .gallery-icon a {
  display: block;
}
.mce-content-body .gallery .gallery-item .gallery-icon img,
.editor-styles-wrapper .gallery .gallery-item .gallery-icon img {
  max-width: 100%;
  height: auto;
  border: none !important;
}
.mce-content-body .gallery .gallery-item .gallery-caption,
.editor-styles-wrapper .gallery .gallery-item .gallery-caption {
  padding-top: 0.5em;
  margin: 0;
  font-size: 1rem;
  line-height: 1.8em;
  text-align: center;
}
.mce-content-body .gallery br,
.editor-styles-wrapper .gallery br {
  display: none;
}
.mce-content-body .wp-playlist,
.editor-styles-wrapper .wp-playlist {
  width: 100%;
  padding: 0;
  margin: 32px 0 48px;
  font-size: 1rem;
  line-height: 1.8em;
  border: none;
  border-bottom: solid 1px #7f7f7f;
  clear: both;
}
.mce-content-body .wp-playlist *,
.editor-styles-wrapper .wp-playlist * {
  font-size: 1rem;
}
.mce-content-body .wp-playlist .wp-playlist-tracks .wp-playlist-item,
.editor-styles-wrapper .wp-playlist .wp-playlist-tracks .wp-playlist-item {
  border-color: #7f7f7f;
}
.mce-content-body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption,
.editor-styles-wrapper .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-caption {
  line-height: 2.25em;
}
.mce-content-body .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length,
.editor-styles-wrapper .wp-playlist .wp-playlist-tracks .wp-playlist-item .wp-playlist-item-length {
  line-height: 2.25em;
}
.mce-content-body .wp-playlist .wp-playlist-current-item,
.editor-styles-wrapper .wp-playlist .wp-playlist-current-item {
  height: unset;
}
.mce-content-body .wp-playlist .wp-playlist-current-item img,
.editor-styles-wrapper .wp-playlist .wp-playlist-current-item img {
  max-width: 100px;
}
.mce-content-body .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title,
.editor-styles-wrapper .wp-playlist .wp-playlist-current-item .wp-playlist-caption .wp-playlist-item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8em;
}
.mce-content-body .mejs-audio,
.editor-styles-wrapper .mejs-audio {
  margin: 32px auto 48px;
}
.mce-content-body .mejs-audio *,
.editor-styles-wrapper .mejs-audio * {
  font-size: 1rem;
}
.mce-content-body .wp-video,
.editor-styles-wrapper .wp-video {
  margin: 32px auto 48px;
}
.mce-content-body .wp-video *,
.editor-styles-wrapper .wp-video * {
  font-size: 1rem;
}
.mce-content-body ul,
.mce-content-body ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  width: 100%;
  max-width: unset;
  margin: 32px auto 48px;
}
.mce-content-body ul li,
.mce-content-body ol li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 0.5em;
}
.mce-content-body ul li:last-child,
.mce-content-body ol li:last-child,
.editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0;
}
.mce-content-body ul ul,
.mce-content-body ul ol,
.mce-content-body ol ul,
.mce-content-body ol ol,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ul,
.editor-styles-wrapper ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.mce-content-body ul ul li,
.mce-content-body ul ol li,
.mce-content-body ol ul li,
.mce-content-body ol ol li,
.editor-styles-wrapper ul ul li,
.editor-styles-wrapper ul ol li,
.editor-styles-wrapper ol ul li,
.editor-styles-wrapper ol ol li {
  padding-top: 0;
  padding-bottom: 0;
}
.mce-content-body .wp-block-table,
.editor-styles-wrapper .wp-block-table {
  display: block;
  width: 100%;
  margin: 32px auto 48px;
  overflow-x: auto;
}
.mce-content-body table,
.editor-styles-wrapper table {
  width: 100%;
  min-width: 768px;
  border-collapse: collapse;
}
.mce-content-body table tr:nth-child(odd),
.editor-styles-wrapper table tr:nth-child(odd) {
  background-color: #ffffff;
}
.mce-content-body table tr:nth-child(even) td,
.editor-styles-wrapper table tr:nth-child(even) td {
  background-color: rgba(179, 209, 204, 0.15);
}
.mce-content-body table th,
.mce-content-body table td,
.editor-styles-wrapper table th,
.editor-styles-wrapper table td {
  padding: 0.6em 0.8em;
  border: solid 1px #000000;
  border-left: solid 1px #000000;
}
.mce-content-body table th,
.editor-styles-wrapper table th {
  text-align: left;
  background-color: #f0f0f0;
}
.mce-content-body table td,
.editor-styles-wrapper table td {
  text-align: center;
}
.mce-content-body table caption,
.editor-styles-wrapper table caption {
  text-align: left;
}
.mce-content-body table thead,
.editor-styles-wrapper table thead {
  border-bottom: solid 1px #000000;
}
.mce-content-body table thead tr th,
.editor-styles-wrapper table thead tr th {
  text-align: center;
  white-space: nowrap;
  background-color: rgba(127, 127, 127, 0.25);
}
.mce-content-body table tfoot,
.editor-styles-wrapper table tfoot {
  border-top: solid 1px #000000;
}
.mce-content-body table:has(+ .wp-element-caption),
.editor-styles-wrapper table:has(+ .wp-element-caption) {
  margin-bottom: 16px;
}
.mce-content-body .web-accessibility table tbody th p,
.editor-styles-wrapper .web-accessibility table tbody th p {
  display: flex;
  align-items: flex-start;
}
.mce-content-body .web-accessibility table tbody th p .number,
.editor-styles-wrapper .web-accessibility table tbody th p .number {
  flex-shrink: 0;
  width: 4.5em;
  padding: 0 6px;
  margin-right: 0.5em;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007466;
  border-radius: 6px;
}
.mce-content-body a:not(.wp-element-button):not(.btn):link,
.editor-styles-wrapper a:not(.wp-element-button):not(.btn):link {
  color: #007466;
  text-decoration: underline;
}
.mce-content-body a:not(.wp-element-button):not(.btn):visited,
.editor-styles-wrapper a:not(.wp-element-button):not(.btn):visited {
  color: #4b0091;
}
@media (hover: hover) {
  .mce-content-body a:not(.wp-element-button):not(.btn):hover,
  .editor-styles-wrapper a:not(.wp-element-button):not(.btn):hover {
    color: #008c76;
    text-decoration: none;
  }
}
.mce-content-body a:not(.wp-element-button):not(.btn):active,
.editor-styles-wrapper a:not(.wp-element-button):not(.btn):active {
  color: #f26813;
}
@media (hover: hover) {
  .mce-content-body a img,
  .editor-styles-wrapper a img {
    transition: opacity 160ms 0ms ease;
  }
  .mce-content-body a:hover img,
  .editor-styles-wrapper a:hover img {
    opacity: 0.6;
  }
}
.mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet),
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet) {
  position: relative;
  width: 100%;
  margin: 32px auto 48px;
  padding: 24px;
  background-color: #f0f0f0;
  clear: both;
}
.mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet) p:last-child,
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet) p:last-child {
  margin-bottom: 0;
}
.mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet)::before, .mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet)::after,
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet)::before,
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet)::before,
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet)::before {
  left: 6px;
  top: -8px;
  background-image: url("assets/img/icon/quotation-start.svg");
}
.mce-content-body blockquote:not(.tiktok-embed):not(.twitter-tweet)::after,
.editor-styles-wrapper blockquote:not(.tiktok-embed):not(.twitter-tweet)::after {
  right: 6px;
  bottom: -8px;
  background-image: url("assets/img/icon/quotation-end.svg");
}
.mce-content-body code,
.editor-styles-wrapper code {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f0f0f0;
}
.mce-content-body code:only-child,
.editor-styles-wrapper code:only-child {
  padding: 24px;
}
.mce-content-body hr,
.editor-styles-wrapper hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 48px;
  text-align: center;
  background-color: rgba(127, 127, 127, 0.25);
  border: none;
  overflow: auto;
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */