@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.8;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .05em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
  color: #3E3A39;
}
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: "Barlow", sans-serif;
  font-style: normal;
}
/**/
.js--scroll.fuwa {
  opacity: 0;
  transition: opacity .7s ease .1s;
}
.js--scroll.fuwa--up {
  opacity: 0;
  transform: translateY(2em);
  transition: opacity .7s ease .1s, transform .7s ease .1s;
}
.js--scroll.scroll--start.fuwa {
  opacity: 1;
}
.js--scroll.scroll--start.fuwa--up {
  opacity: 1;
  transform: translateY(0em);
}
/* ===================== wp ==== */
.wp-editor h1 {
  font-size: 250%;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: left;
  margin: 0 0 1em;
}
.wp-editor h2 {
  font-size: 200%;
  padding: 0 0 .5em;
  position: relative;
  border-bottom: solid 2px #D4D4D4;
  margin: 2.2em 0 .5em;
  line-height: 1.5;
}
.wp-editor h2::before {
  content: '';
  width: 2.5em;
  height: 2px;
  background: #861C3C;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 5;
  pointer-events: none;
}
.wp-editor h3 {
  font-size: 150%;
  background: #F5F5F5;
  border-left: solid 2px #861C3C;
  font-weight: 700;
  padding: .6em 1em;
}
.wp-editor h4 {
  font-size: 112.5%;
  font-weight: 600;
  position: relative;
}
.wp-editor h5, .wp-editor h6 {
  font-size: 110%;
}
.wp-editor h3, .wp-editor h4, .wp-editor h5 {
  margin: 3em 0 .5em;
}
.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 {
  transition: all .2s;
  color: #0000EE;
  display: inline-block;
  border-bottom: solid 1px #0000EE;
  font-weight: 500;
  line-height: 1.8;
}
.wp-editor p a:hover {
  opacity: .7;
}
.wp-editor p a[target="_blank"] {
  padding: 0 1.2em 0 0;
  background-image: url(../img/icon_blank2.svg);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: right top .5em;
}
.wp-editor p {
  margin: 1.5em 0;
  letter-spacing: .08em;
}
.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;
  resize: none;
  margin: 1em auto;
  font-size: 87.5%;
}
.wp-editor .wp-block-table thead {
  border: none;
}
.wp-editor table th {
  box-sizing: border-box;
  padding: 1em;
  border: solid 1px #D4D4D4;
  background: #861C3C;
  color: #fff;
}
.wp-editor table td {
  box-sizing: border-box;
  padding: 1em;
  border: solid 1px #D4D4D4;
}
.wp-editor figcaption {
  text-align: center;
  font-size: 87.5%;
  color: #555;
}
.wp-editor .wp-block-image img {
  /* box-shadow: 0 0 5px 1px #eee; */
  vertical-align: top;
}
.wp-editor .wp-block-image {
  margin: 2.5em 0;
}
.wp-editor .wp-block-column .wp-block-image {
  margin: 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-block-columns .wp-block-heading {
  margin: 0 0 .5em !important;
}
.wp-editor .wp-block-columns, .wp-editor .wp-block-video, .wp-editor .wp-block-gallery {
  margin: 2.5em 0 0;
}
/**/
.wp-editor .wp-block-buttons {
  margin: 2em 0;
}
.wp-editor .wp-block-button {
  background: #fff;
  position: relative;
  overflow: hidden;
  border: solid 1px #D4D4D4;
  border-radius: 3em;
  line-height: 1;
  min-width: 250px;
}
.wp-editor .wp-block-button::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .5s;
  background: #861C3C;
  z-index: 1;
}
.wp-editor .wp-block-button:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.wp-editor .wp-block-button .wp-block-button__link {
  background: none;
  color: #3E3A39;
  font-size: 87.5%;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: .05em;
  overflow: hidden;
  position: relative;
  z-index: 5;
  transition: all .3s;
  padding: .7em 6em;
}
.wp-editor .wp-block-button .wp-block-button__link::before {
  content: '';
  width: 3em;
  height: 1.1em;
  background-image: url(../img/hov.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s;
}
@media all and (min-width:1025px) {
  .wp-editor .wp-block-button:hover .wp-block-button__link {
    color: #fff;
  }
  .wp-editor .wp-block-button:hover .wp-block-button__link::before {
    background-image: url(../img/hov--on.svg);
  }
}
@media all and (max-width:1024px) {
  .wp-editor h2 {
    font-size: 150%;
  }
  .wp-editor h3 {
    font-size: 135%;
  }
  .wp-editor h4 {
    font-size: 120%;
  }
  .wp-editor h5, .wp-editor h6 {
    font-size: 110%;
  }
  .wp-editor .wp-block-button::before {
    display: none;
  }
  .wp-editor .wp-block-buttons .wp-block-button {
    width: 100% !important;
  }
  .wp-editor .wp-block-button .wp-block-button__link {
    position: static;
    padding: .7em 2em;
  }
  .wp-editor .wp-block-table {
    overflow-x: scroll;
  }
  .wp-editor .wp-block-table table {
    min-width: 150vw;
  }
}
.wpcf7-spinner {
  display: none !important;
}