@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.4;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
}
body {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.en {
  font-family: "Montserrat", sans-serif;
}
.js--scroll.fuwaUp{
    opacity: 0;
    transform: translateY(3em);
    transition: all 1s;
}
.js--scroll.scroll--start.fuwaUp{
        opacity: 1;
    transform: translateY(0);
}
/* ===================== 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 rotate {
  0% {
    transform: rotateY(0)
  }
  100% {
    transform: rotateY(180deg)
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(0)
  }
  100% {
    transform: rotateY(180deg)
  }
}