@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: 2;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
}
body {
  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: "Inter", sans-serif;
}
.yu-go {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/* ===================== wp ==== */
.wp-editor h1 {
  font-size: 200%;
  font-weight: 400;
  margin: 0 0 2em;
  line-height: 1.6;
  letter-spacing: .1em;
}
.wp-editor h2 {
  font-size: 150%;
  font-weight: 400;
}
.wp-editor h3 {
  font-size: 125%;
  font-weight: 400;
  position: relative;
}
.wp-editor h4 {
  font-size: 130%;
  position: relative;
}
.wp-editor h5 {
  font-size: 115%;
}
.wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 3.6em 0 2em;
  line-height: 1.6;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.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 p a {
  color: #2B9384;
  text-decoration: underline;
  transition: all .3s;
}
.wp-editor .wp-block-button__link {
  text-align: center;
  display: inline-block;
  background: #000;
  min-width: 290px;
  color: #fff;
  border-radius: 5em;
  font-size: 75%;
  font-weight: 500;
  padding: .7em 0;
  transition: all .3s;
  border: solid 1px #000;
}
.wp-editor .wp-block-button__link:hover {
  background: #fff;
  color: #000;
}
.wp-editor p {
  margin: 2em 0;
  line-height: 2;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.wp-editor ul {
  list-style: disc;
  padding: 0 0 0 1.5em;
  margin: 2em 0;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.wp-editor ul > li + li {
  margin: .3em 0 0;
}
.wp-editor ol {
  list-style: decimal;
  padding: 0 0 0 1.5em;
  margin: 2em 0;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.wp-editor ol > li + li {
  margin: .3em 0 0;
}
.wp-editor ul p {
  margin: 0;
}
.wp-editor .wp-block-table {
  margin: 2em 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: 87.5%;
  color: #555;
}
.wp-editor .wp-block-image {
  margin: 1.5em 0;
}
.wp-editor .wp-block-image img {
  box-shadow: 0 0 5px 1px #eee;
  vertical-align: top;
}
.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;
}
.wp-editor .wp-block-video {
  margin: 3em 0;
  border-radius: .5em;
  overflow: hidden;
}
.wp-editor .wp-block-video iframe, .wp-editor .wp-block-video video {
  width: 100%;
  vertical-align: top;
}
@-webkit-keyframes ticker01 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes ticker01 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes ticker02 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes ticker02 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes pageopen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pageopen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media all and (max-width:767px) {
  .wp-editor h1 {
    font-feature-settings: "palt";
    font-size: 143%;
    letter-spacing: .05em;
  }
  .wp-editor h2 {
    font-size: 135%;
  }
  .wp-editor h3 {
    font-size: 120%;
  }
  .wp-editor h4 {
    font-size: 110%;
  }
  .wp-editor h5 {
    font-size: 105%;
  }
  .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5 {
    margin: 3em 0 1.5em;
    font-feature-settings: "palt";
  }
  .wp-editor .wp-block-button__link {
    width: 100%;
  }
  .wp-editor .wp-block-image {
    margin: 1.5em 0;
    width: 100vw;
    transform: translateX(-5%);
  }
}
.wp-editor #ez-toc-container{
    display: none !important;
    
}