@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;
}
:root {
  --main-color: #2D2E31;
  --title-color: #012E49;
  --accent-color: #E7380D;
}
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans", 'メイリオ', Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .03em;
  /*font-feature-settings: "palt";*/
  scroll-snap-type: y proximity;
  scroll-padding-top: 5em !important;
  scroll-behavior: smooth !important;
}
body {
  color: var(--main-color);
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
  letter-spacing: 1px;
}
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;
}
.font--en {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth"100;
  letter-spacing: .1em;
  line-height: 1.5;
}
.font--mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.wpcf7-spinner {
  display: none !important;
}
@-webkit-keyframes entrySlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes entrySlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes h_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes h_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===================== 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;
}


