*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  overflow-x: clip;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-md {
    display: block;
  }
}

/***************************************
index
****************************************/
.l-inner {
  width: min(100% - 20px, 1326px);
  margin-inline: auto;
}

.l-inner__content {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100px;
}
@media screen and (max-width: 576px) {
  .header {
    height: 60px;
  }
}

.header-logo {
  width: 283px;
  margin-left: 1rem;
}
@media screen and (max-width: 576px) {
  .header-logo {
    width: 198px;
    margin-left: 1.25rem;
  }
}

.header-nav {
  margin-left: auto;
  margin-right: 1.125rem;
}

.header-nav-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  position: relative;
}

.header-nav-item {
  padding-inline: 1.5rem;
  -webkit-transform: skewX(139deg);
          transform: skewX(139deg);
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
}
.header-nav-item + .header-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  width: 1px;
  height: 14px;
  top: 8px;
}
@media screen and (max-width: 1200px) {
  .header-nav-item + .header-nav-item::before {
    top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav-item {
    font-size: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(4) {
  padding-inline: 1.125rem;
  padding-right: 1.0625rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(4) {
    padding-inline: 0.625rem;
  }
}

.header-nav-item:nth-child(5) {
  padding-inline: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .header-nav-item:nth-child(5) {
    padding-inline: 0.625rem;
  }
}

.header-nav-link {
  display: block;
  -webkit-transform: skewX(-135deg);
          transform: skewX(-135deg);
  line-height: 1.25;
}

/***************************************
index
****************************************/
@media screen and (max-width: 576px) {
  .l-header .c-container {
    padding-left: 0;
  }
}

.l-header .c-navbar {
  font-family: "Zen Old Mincho", serif;
}

.c-site-branding__title .custom-logo {
  width: clamp(7.5rem, 5.7394366197rem + 7.5117370892vw, 12.5rem);
}

.smb-section-with-bgimage__bgimage {
  max-width: 100% !important;
}

.fv-box {
  max-width: 100%;
  width: 800px;
  margin-inline: auto !important;
  width: clamp(18.75rem, -3.5714285714rem + 95.2380952381vw, 50rem);
}
.fv-title {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 576px) {
  .fv-box .fv-title span {
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 576px) {
  .fv-box .fv-text span {
    font-size: 1rem !important;
  }
}

.fv-box .smb-box__body {
  text-align: center;
}

.fv-box .smb-buttons {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.p-breadcrumbs-wrapper {
  padding-left: 5.5%;
}

.c-page-header__bgimage {
  inset: 0;
  position: initial;
}

.c-page-header__bgimage::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  inset: 0;
  z-index: 10;
}

.c-page-header[data-has-image=true] {
  height: 300px;
}
@media screen and (max-width: 576px) {
  .c-page-header[data-has-image=true] {
    height: 120px;
  }
}

.c-page-header__title {
  display: none;
}

.page-id-300 .c-page-header {
  display: none;
}

.page-id-300 .l-contents__inner {
  margin-top: 0 !important;
}

.c-entry-summary__term {
  background-color: #9e98c8;
}

.wp-block-snow-monkey-blocks-section-with-bgimage {
  padding-block: 0rem;
}

.smb-buttons {
  margin-top: 1.875rem !important;
}

.thinking h2 {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 992px) {
  .thinking .smb-section-break-the-grid__figure {
    margin-inline: 0 !important;
    margin-top: 0.625rem;
  }
}

.class h2,
.class h3 {
  font-family: "Zen Old Mincho", serif;
}

.cta h2 {
  font-family: "Zen Old Mincho", serif;
}

.news h2 {
  font-family: "Zen Old Mincho", serif;
}

.instagram h2 {
  font-family: "Zen Old Mincho", serif;
}

.strength h2,
.strength h3 {
  font-family: "Zen Old Mincho", serif;
}

.concept h2 {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 576px) {
  .concept .smb-section-break-the-grid__figure {
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 576px) {
  .concept .c-container {
    padding-inline: 0;
  }
}

.concept .smb-section-break-the-grid__content {
  padding: 0.8125rem;
}

.teacher h2,
.teacher .smb-section-break-the-grid__lede-wrapper {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 992px) {
  .teacher .smb-section-break-the-grid__figure {
    padding-inline: 1.25rem;
    margin-top: 1.875rem;
  }
}

.gallery h2 {
  font-family: "Zen Old Mincho", serif;
}

.class-room h2 {
  font-family: "Zen Old Mincho", serif;
}

.price h2 {
  font-family: "Zen Old Mincho", serif;
}

.price .smb-pricing-table__item__title {
  text-align: center !important;
}

@media screen and (max-width: 992px) {
  .price .smb-section__body {
    max-width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .price .smb-section__body {
    max-width: 100%;
  }
}

.contact h2 {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 576px) {
  .contact-text {
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  .contact-text span br:not(:last-child) {
    display: none;
  }
}

.classes h2,
.classes h3 {
  font-family: "Zen Old Mincho", serif;
}

.classes .smb-items__item {
  text-align: center;
}

.class-address .smb-items__item {
  border: 1px solid #d1bada;
}

@media screen and (max-width: 576px) {
  .class-address .smb-box__body p {
    font-size: 0.875rem;
  }
}

.classes .wp-block-snow-monkey-blocks-items-item-standard:nth-child(3) .smb-items__item__content {
  margin-top: 0 !important;
}

.classes .wp-block-snow-monkey-blocks-items-item-standard:nth-child(4) .smb-items__item__content {
  margin-top: 0 !important;
}

.classes .wp-block-snow-monkey-blocks-items-item-standard:nth-child(5) .smb-items__item__content {
  margin-top: 0 !important;
}

.classes .wp-block-snow-monkey-blocks-items-item-standard:nth-child(8) .smb-items__item__content {
  margin-top: 0 !important;
}

.classes .wp-block-snow-monkey-blocks-items-item-standard:nth-child(7) .smb-items__item__content {
  margin-top: 0 !important;
}

.event h2 {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 576px) {
  .news .c-entry-summary__figure {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.smf-action .smf-button-control__control {
  border-bottom: 5px solid #acaab9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #9e98c8 !important;
  background-image: initial !important;
  color: #fff !important;
  letter-spacing: 0.1em;
}

.smf-action .smf-button-control__control:hover {
  border-bottom-width: 0 !important;
  -webkit-transform: translateY(5px) !important;
          transform: translateY(5px) !important;
}

.smf-item__label .sme-bg-color {
  padding-inline: 5px;
  border-radius: 3px;
}

.smf-item__label .sme-text-color {
  padding-inline: 5px;
  border-radius: 3px;
}

.p-footer-sub-nav {
  background-color: #9e98c8;
  color: #fff;
}

.c-copyright {
  color: #fff;
  background: #9e98c8;
}
@media screen and (max-width: 576px) {
  .c-copyright {
    padding-block: 0;
  }
}

@media screen and (max-width: 576px) {
  .p-footer-sub-nav .c-navbar {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .p-footer-sticky-nav li:nth-child(2) {
    border-left: 1px solid #dadada;
  }
}

@media screen and (max-width: 576px) {
  .p-footer-sticky-nav a {
    padding-block: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */