@charset "UTF-8";
:root {
  --header_height: 92px;
}
/*------------------------------
ブロックエディター
------------------------------*/
html :where(.wp-block) {
  margin: 0;
}

.editor-styles-wrapper {
  /* margin-topをなくす
  ------------------------------*/
  /* フォントサイズ
  ------------------------------*/
  /* ボタン
  ------------------------------*/
  /* よくある質問テンプレート
  ------------------------------*/
  /* クラス詳細
  ------------------------------*/
  /* 今後の予定
  ------------------------------*/
  /* スタッフ詳細
  ------------------------------*/
}
.editor-styles-wrapper h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1.7em;
  position: relative;
}
.editor-styles-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.5em solid #ebf0b0;
  z-index: -1;
}
.editor-styles-wrapper h2:nth-of-type(n + 2) {
  margin-top: 2em;
}
.editor-styles-wrapper p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  margin-top: 2em;
  letter-spacing: 0.01em;
  line-height: 1.5882352941;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .editor-styles-wrapper p {
    line-height: 1.75;
  }
}
.editor-styles-wrapper a {
  display: inline-block;
  text-decoration: underline;
}
.editor-styles-wrapper figure {
  margin-top: 34px;
}
.editor-styles-wrapper .mt-none {
  margin-top: 0;
}
.editor-styles-wrapper .text-size-21 {
  font-size: 21px;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .text-size-21 {
    font-size: 16px;
  }
}
.editor-styles-wrapper .text-size-16 {
  font-size: 16px;
}
.editor-styles-wrapper .wp-block-button {
  width: 296px;
  margin-top: 45px;
}
.editor-styles-wrapper .wp-block-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
.editor-styles-wrapper .faq-item {
  border-top: 1px solid #014c00;
  padding: 15px 35px 50px;
  padding-right: 60px;
}
.editor-styles-wrapper .faq-item p {
  margin: 0;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .faq-item {
    width: 92vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 20px 2% 40px;
    padding-right: 40px;
  }
}
.editor-styles-wrapper .faq-item-first {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .faq-item-first {
    margin-top: 40px;
  }
}
.editor-styles-wrapper .faq-q {
  font-size: 19px;
  font-weight: 700;
  line-height: 3.2631578947;
  color: #0075a1;
  position: relative;
}
.editor-styles-wrapper .faq-q::after, .editor-styles-wrapper .faq-q::before {
  content: "";
  position: absolute;
  background-color: #014c00;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 4px;
}
.editor-styles-wrapper .faq-q::after {
  transform: translate(100%, -50%);
}
.editor-styles-wrapper .faq-q::before {
  transform: translate(100%, -50%) rotate(90deg);
  transition: all 0.3s;
}
.editor-styles-wrapper .faq-q.is-open::before {
  transform: translate(100%, -50%);
}
@media (max-width: 767px) {
  .editor-styles-wrapper .faq-q {
    font-size: min(19px, 3.9583333333vw);
    line-height: 1.3;
  }
}
.editor-styles-wrapper .faq-a[class] {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1.5em;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .faq-a[class] {
    font-size: min(17px, 3.5416666667vw);
    margin-top: 1.2em;
    padding-left: 0em;
  }
}
.editor-styles-wrapper .wp-block-button__link {
  padding: 0.6em 1em;
}
.editor-styles-wrapper .class-info {
  padding: 30px 0;
  border-bottom: 1px solid #014c00;
}
.editor-styles-wrapper .class-info h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7857142857;
  color: #014c00;
  margin: 0;
}
.editor-styles-wrapper .class-info p {
  margin-top: 1em;
}
.editor-styles-wrapper .schedule-item {
  padding: 25px 2em;
  padding-left: 1em;
  border-bottom: 1px solid #014c00;
}
.editor-styles-wrapper .schedule-item p {
  margin: 0;
}
.editor-styles-wrapper .schedule-item .wp-block-column:nth-child(2) {
  align-self: flex-start;
}
.editor-styles-wrapper .schedule-info p {
  font-size: 20px;
  line-height: 1.7;
}
.editor-styles-wrapper .schedule-info p:first-child {
  width: 6em;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .schedule-info p {
    font-size: min(20px, 4.1666666667vw);
  }
}
.editor-styles-wrapper .schedule-date {
  margin-right: 0.8em !important;
}
.editor-styles-wrapper .schedule-entry p {
  color: #00783d;
}
.editor-styles-wrapper .schedule-entry__label {
  margin-right: 1.5em !important;
}
.editor-styles-wrapper .member-name {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 1.25em;
}
.editor-styles-wrapper .member-text {
  font-size: 13px;
  line-height: 1.8461538462;
  margin-top: 1em;
}
/*# sourceMappingURL=editor-style.css.map */