@charset "UTF-8";
/* ===========================================
 * Fonts
 * ===========================================
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/* ===========================================
 * 関数
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* ===========================================
 * 変数
 * ===========================================
*/
/* ===========================================
 * style
 * ===========================================
*/
/* -------------------------------------------
 * all
*/
body:not(#about):not(#lesson):not(#instructor):not(#users):not(#recruit):not(#access):not(#faq):not(#news) *, body:not(#about):not(#lesson):not(#instructor):not(#users):not(#recruit):not(#access):not(#faq):not(#news) *::before, body:not(#about):not(#lesson):not(#instructor):not(#users):not(#recruit):not(#access):not(#faq):not(#news) *::after {
  box-sizing: border-box;
}

body#thanks #contents {
  min-height: unset;
}

/* -------------------------------------------
 * body
*/
body {
  background-image: unset;
}

/* -------------------------------------------
 * header
*/
#header {
  position: relative;
  z-index: 1;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: #c9c4a3;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #header {
    z-index: unset;
    background: unset;
  }
  #header::before {
    display: none;
  }
}
#header #header_inner {
  height: 344px;
}
#header #header_inner .__contact_container {
  position: absolute;
  left: 267px;
  top: 137px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 267px);
}
#header #header_inner .__contact_container .__catch {
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-align: left;
}
#header #header_inner .__contact_container .__header_contact .__btn {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  background-color: #f88c0e;
  border-radius: 999px;
  border: 4px solid #f88c0e;
  width: 300px;
  padding: 0.75em 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
#header #header_inner .__contact_container .__header_contact .__btn:hover {
  background-color: #FFF;
  color: #f88c0e;
}
@media screen and (max-width: 767px) {
  #header #header_inner .__contact_container {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
  }
  #header #header_inner .__contact_container .__catch {
    padding: 1em 4%;
    font-size: 14px;
    font-weight: 600;
    color: #f88c0e;
  }
  #header #header_inner .__contact_container .__catch br {
    display: none;
  }
  #header #header_inner .__contact_container .__header_contact {
    display: none;
  }
}
#header #header_inner #main_navi {
  top: 200px;
  padding: 25px 0;
}
#header #header_inner #main_navi ul {
  background-image: unset;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 860px;
  display: flex;
  justify-content: space-between;
}
#header #header_inner #main_navi li {
  float: none;
  text-indent: unset;
  position: relative;
  flex: 1 1 20%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#header #header_inner #main_navi li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background: #e6613b;
}
#header #header_inner #main_navi li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #e6613b;
  border-bottom: 2px solid #e6613b;
}
#header #header_inner #main_navi li a {
  display: block;
  padding-top: 26px;
  text-decoration: none;
  color: #403A39;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  transition: color 0.3s ease;
  width: auto !important;
  height: auto;
}
#header #header_inner #main_navi li a:hover {
  background-image: unset !important;
  color: #f88c0e;
}
#header #header_inner #main_navi li a:hover::before {
  color: #f88c0e;
}
#header #header_inner #main_navi li a::before {
  content: "";
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #403A39;
  transition: color 0.3s ease;
}
#header #header_inner #main_navi #navi01act a,
#header #header_inner #main_navi #navi02act a,
#header #header_inner #main_navi #navi03act a,
#header #header_inner #main_navi #navi04act a,
#header #header_inner #main_navi #navi05act a {
  background: unset;
}
#header #header_inner #main_navi #navi01 a::before,
#header #header_inner #main_navi #navi01act a::before {
  content: "ABOUT US";
}
#header #header_inner #main_navi #navi02 a::before,
#header #header_inner #main_navi #navi02act a::before {
  content: "LESSON";
}
#header #header_inner #main_navi #navi03 a::before,
#header #header_inner #main_navi #navi03act a::before {
  content: "STAFF";
}
#header #header_inner #main_navi #navi04 a::before,
#header #header_inner #main_navi #navi04act a::before {
  content: "PRICE";
}
#header #header_inner #main_navi #navi05 a::before,
#header #header_inner #main_navi #navi05act a::before {
  content: "USERS";
}
@media screen and (max-width: 767px) {
  #header #header_inner {
    height: auto;
  }
}
#header #entry_group.__h1_header_container {
  background: unset !important;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
  /* スマホ対応 */
}
#header #entry_group.__h1_header_container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}
#header #entry_group.__h1_header_container .section-heading {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 24px 0;
  color: #f88c0e;
  /* 上部の縦点線 */
  /* 英語の大見出し（PRICE） */
  /* 下線（太め） */
  /* 日本語サブタイトル */
}
#header #entry_group.__h1_header_container .section-heading__dot {
  display: inline-block;
  width: 3px;
  height: 30px;
  background-image: radial-gradient(#f88c0e 1px, transparent 1px);
  background-size: 3px 6px;
  background-repeat: repeat-y;
  margin-bottom: 4px;
}
#header #entry_group.__h1_header_container .section-heading__en {
  margin: 0 0 8px !important;
  padding: 0 !important;
  background: unset !important;
  float: unset !important;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #f88c0e;
}
#header #entry_group.__h1_header_container .section-heading__line {
  width: 180px;
  height: 8px;
  margin: 0 auto 8px;
  background: #f88c0e;
}
#header #entry_group.__h1_header_container .section-heading__ja {
  margin: 0;
  letter-spacing: 0.14em;
  color: #f88c0e;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}
#header #entry_group.__h1_header_container .__entry_catch p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #403A39;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #header #entry_group.__h1_header_container {
    padding: 0 4%;
    flex-direction: column;
    gap: 0;
  }
  #header #entry_group.__h1_header_container .__entry_catch {
    margin-bottom: 24px;
  }
  #header #entry_group.__h1_header_container .__entry_catch p {
    font-size: 5vw;
  }
}

/* -------------------------------------------
 * banner
*/
body #main #float_navi {
  width: auto;
  height: auto;
}
body #main #float_navi a {
  width: auto !important;
  display: block;
  writing-mode: vertical-rl;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  background-color: #f88c0e;
  border: 2px solid #FFF;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  body #main #float_navi {
    display: none;
  }
}

/* 共通：PCでは非表示 */
.sp-floating-banner {
  display: none; /* 基本は非表示、SPメディアクエリでONにする */
  /* スマホのみ表示（ブレイクポイントはお好みで） */
}
@media screen and (max-width: 767px) {
  .sp-floating-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 16px 4%;
    box-sizing: border-box;
    /* 初期状態は画面外に隠す */
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block; /* SPのみ有効 */
    /* JSで付与される表示用クラス */
  }
  .sp-floating-banner .__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
  }
  .sp-floating-banner .sp-floating-banner__btn {
    display: block;
    width: 100%;
  }
  .sp-floating-banner .sp-floating-banner__btn:active {
    opacity: 0.9;
  }
  .sp-floating-banner.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}/*# sourceMappingURL=new-common.css.map */