@charset "utf-8";
/* ===================== reset ==== */
html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td, article, footer, header, nav, section, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  scroll-snap-type: y proximity !important;
  scroll-padding-top: 7em !important;
  scroll-behavior: smooth !important;
}
body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 400;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.en {
  font-family: "Poppins", sans-serif;
}
.mincyo {
  font-family: "Zen Old Mincho", serif;
}
/* ===================== wp ==== */
.wp-editor h1 {
  text-align: center;
  font-size: 180%;
  margin: 0 0 1.6em;
  line-height: 1.5;
}
.wp-editor h2 {
  font-size: 150%;
  border-left: solid 6px #2B9384;
  padding: 0 0 .2em .5em;
}
.wp-editor h3 {
  font-size: 140%;
  position: relative;
  padding: 0 0 0 .85em;
}
.wp-editor h3::before {
  content: '';
  width: .5em;
  height: .5em;
  background: #2B9384;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .7em;
}
.wp-editor h4 {
  font-size: 130%;
  position: relative;
}
.wp-editor h4:before {
  content: '';
  width: 3em;
  height: 3px;
  background: #2B9384;
  position: absolute;
  left: 0;
  bottom: -.3em;
}
.wp-editor h5 {
  font-size: 115%;
}
.wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 3em 0 1em;
  line-height: 1.5;
}
.wp-editor img {
  max-width: 100%;
  height: auto;
}
.wp-editor hr {
  margin: 1.5em 0;
}
.wp-editor strong {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor del {
  text-decoration: line-through;
}
.wp-editor blockquote {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  margin: 0;
}
.wp-editor blockquote:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
}
.wp-editor blockquote:after {
  content: '"';
  position: absolute;
  right: 0;
  bottom: 0;
}
.wp-editor a {
  color: #2B9384;
  text-decoration: underline;
  transition: all .3s;
}
.wp-editor a:hover {
  color: red;
}
.wp-editor p {
  margin: 1.5em 0;
  line-height: 2;
}
.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 1em 0;
}
.wp-editor ul p {
  margin: 0;
}
.wp-editor .wp-block-table {
  margin: 1.5em 0;
  display: block;
}
.wp-editor table {
  width: 100% !important;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  table-layout: fixed !important;
  resize: none;
  margin: 1em auto;
}
.wp-editor table th {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  background: #f5f5f5;
  width: auto !important;
}
.wp-editor table td {
  box-sizing: border-box;
  padding: 6px;
  border: solid 1px #999;
  width: auto !important;
}
.wp-editor figcaption {
  text-align: center;
  font-size: 88%;
  color: #555;
}
.wp-editor .wp-block-image img {
  box-shadow: 0 0 5px 1px #eee;
  vertical-align: top;
}
.wp-editor .wp-block-image {
  margin: 1.5em 0;
}
.wp-editor .wp-block-column .wp-block-image {
  margin: 0;
}
.wp-editor .wp-block-columns + .wp-block-columns {
  margin: 1.5em 0 0;
}
.wp-block-embed__wrapper {
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@-webkit-keyframes clipFadeZoom {
  0% {
    opacity: 0;
    transform: scale(.975);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
  }
  33% {
    z-index: 10;
  }
  34% {
    z-index: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    z-index: 1;
  }
  62% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(.975);
    z-index: 1;
  }
}
@keyframes clipFadeZoom {
  0% {
    opacity: 0;
    transform: scale(.975);
    z-index: 10;
  }
  12% {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
  }
  33% {
    z-index: 10;
  }
  34% {
    z-index: 1;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    z-index: 1;
  }
  62% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 1;
  }
  100% {
    opacity: 0;
    transform: scale(.975);
    z-index: 1;
  }
}
@-webkit-keyframes clipWa {
  0% {
    clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%);
  }
  25% {
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%, 50% 50%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 50%, 0 50%);
  }
  75% {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes clipWa {
  0% {
    clip-path: polygon(100% 50%, 100% 50%, 100% 50%, 100% 50%, 100% 50%);
  }
  25% {
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%, 50% 50%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 50%, 0 50%);
  }
  75% {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
  }
}
@keyframes circleEnd {
  0% {
    transform: rotateZ(0)
  }
  5% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(36deg) scale(.85);
  }
  15% {
    transform: rotateZ(72deg)
  }
  25% {
    transform: rotateZ(72deg)
  }
  30% {
    transform: rotateZ(108deg) scale(.85);
  }
  35% {
    transform: rotateZ(144deg)
  }
  45% {
    transform: rotateZ(144deg)
  }
  50% {
    transform: rotateZ(180deg) scale(.85);
  }
  55% {
    transform: rotateZ(216deg)
  }
  65% {
    transform: rotateZ(216deg)
  }
  70% {
    transform: rotateZ(252deg) scale(.85);
  }
  75% {
    transform: rotateZ(288deg)
  }
  85% {
    transform: rotateZ(288deg)
  }
  90% {
    transform: rotateZ(324deg) scale(.85);
  }
  95% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes circleWa {
  0% {
    transform: rotateZ(0)
  }
  5% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-72deg)
  }
  25% {
    transform: rotateZ(-72deg)
  }
  35% {
    transform: rotateZ(-144deg)
  }
  45% {
    transform: rotateZ(-144deg)
  }
  55% {
    transform: rotateZ(-216deg)
  }
  65% {
    transform: rotateZ(-216deg)
  }
  75% {
    transform: rotateZ(-288deg)
  }
  85% {
    transform: rotateZ(-288deg)
  }
  95% {
    transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}